/* Minification failed. Returning unminified contents.
(8336,21): run-time error CSS1039: Token not allowed after unary operator: '-foreground-default'
(8337,27): run-time error CSS1039: Token not allowed after unary operator: '-fontFamily-ltr-display'
(8338,25): run-time error CSS1039: Token not allowed after unary operator: '-fontSize-3xLarge'
(8340,27): run-time error CSS1039: Token not allowed after unary operator: '-fontWeight-bold'
(8341,27): run-time error CSS1039: Token not allowed after unary operator: '-lineHeight-3xLarge'
(8350,22): run-time error CSS1039: Token not allowed after unary operator: '-background-400'
(8363,25): run-time error CSS1019: Unexpected token, found '-'
(8363,25): run-time error CSS1036: Expected expression, found '-'
(8363,25): run-time error CSS1019: Unexpected token, found '-'
(8363,25): run-time error CSS1042: Expected function, found '-'
(8363,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(8364,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-default'
(8366,18): run-time error CSS1039: Token not allowed after unary operator: '-sizing-14'
(8367,23): run-time error CSS1039: Token not allowed after unary operator: '-spacing-6'
(8370,15): run-time error CSS1039: Token not allowed after unary operator: '-spacing-3'
(8372,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-onDefault'
(8375,23): run-time error CSS1039: Token not allowed after unary operator: '-fontFamily-ltr-body'
(8376,21): run-time error CSS1039: Token not allowed after unary operator: '-fontSize-base'
(8378,23): run-time error CSS1039: Token not allowed after unary operator: '-fontWeight-medium'
(8379,23): run-time error CSS1039: Token not allowed after unary operator: '-lineHeight-base'
(8393,17): run-time error CSS1039: Token not allowed after unary operator: '-foreground-muted'
(8394,23): run-time error CSS1039: Token not allowed after unary operator: '-fontFamily-ltr-body'
(8395,21): run-time error CSS1039: Token not allowed after unary operator: '-fontSize-base'
(8397,23): run-time error CSS1039: Token not allowed after unary operator: '-fontWeight-normal'
(8398,23): run-time error CSS1039: Token not allowed after unary operator: '-lineHeight-base'
(8407,21): run-time error CSS1039: Token not allowed after unary operator: '-danger-emphasis'
(8408,27): run-time error CSS1039: Token not allowed after unary operator: '-fontFamily-ltr-body'
(8409,25): run-time error CSS1039: Token not allowed after unary operator: '-fontSize-base'
(8411,27): run-time error CSS1039: Token not allowed after unary operator: '-fontWeight-normal'
(8412,27): run-time error CSS1039: Token not allowed after unary operator: '-lineHeight-base'
(9656,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9657,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9658,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9659,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9660,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9661,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9662,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9663,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9664,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9665,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9666,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9790,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(9855,21): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(9859,35): run-time error CSS1039: Token not allowed after unary operator: '-border-color'
(9866,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(9877,21): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(9890,21): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(9894,28): run-time error CSS1039: Token not allowed after unary operator: '-border-color'
(9896,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(9901,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(9915,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(9927,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
(9935,17): run-time error CSS1039: Token not allowed after unary operator: '-text-primary-color'
 */
/*.........................................................................
    ======================== MODAL =====================================
    ......................................................................*/
.trn-modal {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  padding-top: 4%;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn {
  border-radius: 6px;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn .time-count-btn {
  margin-top: 20px;
}

.trn-modal.medium-popup.trn-flight-details-note-modal .trn .time-count-btn button {
  background-color: #2321FF;
  color: #fff;
  border: 1px solid #2321FF;
  outline: 0;
  border-radius: 3px;
  padding: 5px;
}

.trn-modal > .trn-modal-close {
  display: block;
  position: relative;
  font-size: 35px;
  top: 0;
  right: 10px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  float: right;
  margin-top: -5%;
  z-index: 99999;
  text-shadow: 1px 1px 8px #000000;
  text-shadow: 1px 1px 8px black;
}

.trn-modal .trn .trn-modal-caption {
  width: 96%;
  position: absolute;
  display: block;
  background-color: #F8F9FB;
  color: #000000;
  padding: 12px 2%;
  top: 0;
  left: 0;
  font-weight: 600;
  letter-spacing: .0325em;
  font-size: 15px;
  border-bottom: 1px solid #DDDDDD;
}

/*....... LOGIN .......*/
.trn-modal > .trn {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px;
  max-width: 390px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
}

.trn-modal > .trn > .social-button-wrapper > .social-btn {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  width: 48.5%;
  cursor: pointer;
  font-size: 13px;
  height: 56px;
  padding-left: 20px;
}

.trn-modal > .trn > .social-button-wrapper > .facebook-login,
.trn-modal > .trn > .social-button-wrapper > .facebook-signup {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/icon-login-facebook.png) no-repeat 6px 17px;
  background-size: 20px;
  background-color: #3B5998;
  border: 1px solid #385693;
  margin-right: 2%;
}

.trn-modal > .trn > .social-button-wrapper > .google-login,
.trn-modal > .trn > .social-button-wrapper > .google-signup {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/google-login-icon.png) no-repeat 10px 18px;
  background-size: 18px;
  background-color: #e55f4b;
  border: 1px solid #d64833;
}

.trn-modal > .trn > .social-button-wrapper > .facebook-login:hover,
.trn-modal > .trn > .social-button-wrapper > .facebook-signup:hover {
  background-color: #2a4378;
  border: 1px solid #3B5998;
}

.trn-modal > .trn > .social-button-wrapper > .google-login:hover {
  cursor: pointer;
  background-color: #d64833;
}

.trn-modal > .trn > .trn-line {
  display: inline-block;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  margin: 15px 0 25px;
}

.trn-modal > .trn > .trn-line > span {
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #AAAAAA;
  font-weight: 600;
  letter-spacing: .0625em;
}

.trn-modal > .trn .trn-form-margin {
  margin-top: 40px;
}

.trn-modal > .trn .trn-form {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.trn-modal > .trn .trn-form input[type=text],
.trn-modal > .trn .trn-form input[type=password] {
  width: 100%;
  display: inline-block;
  border: 1px solid #DDDDDD;
  font-size: 22px;
  text-align: center;
  min-height: 51px;
}

.trn-modal > .trn .trn-form input[type=text].lgn-email {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email.png) no-repeat right 10px center;
}

.trn-modal > .trn .trn-form input[type=text].lgn-email:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email-focus.png) no-repeat right 10px center;
}

.trn-modal > .trn .trn-form input[type=password].lgn-password {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password.png) no-repeat right 10px center;
}

.trn-modal > .trn .trn-form input[type=password].lgn-password:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password-focus.png) no-repeat right 10px center;
}

#modal-reservation-control .new-popup {
  max-width: 475px;
}

.trn-modal > .trn .trn-form button {
  width: 100%;
  display: inline-block;
  background-color: #2321FF;
  color: #fff;
  border: 1px solid #2321FF;
  margin: 7px 0 3px;
  padding: 16px 0;
  font-size: 16px;
}

#modal-reservation-control .section-card__header {
  margin-bottom: 20px;
}

#modal-reservation-control .section-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.trn-modal > .trn .trn-form button.btn-signup,
.trn-modal > .trn .trn-form button.btn-signin {
  width: 100.5%;
  display: inline-block;
  background-color: #fff;
  color: #AAAAAA;
  border: 1px solid #DDDDDD;
  margin-bottom: 5px;
  padding: 15px 0;
  font-size: 16px;
}

.trn-modal > .trn .trn-form button.btn-signup:hover,
.trn-modal > .trn .trn-form button.btn-signin:hover {
  color: #2321FF;
  border: 1px solid #2321FF;
}

.trn-modal > .trn .trn-form .trn-form-group {
  width: 100%;
  display: inline-block;
  padding: 6px 0 0;
}

.trn-modal > .trn .trn-form .trn-form-group > .left {
  width: 50%;
  float: left;
}

.trn-modal > .trn .trn-form .trn-form-group input[type=checkbox] {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.trn-modal .trn .trn-form .trn-form-group input[type=checkbox] + label {
  font-size: 14px;
  color: #000000;
  float: left;
  cursor: pointer;
}

.trn-modal > .trn .trn-form .trn-form-group input[type=checkbox]:checked + label {
  color: #2321FF;
}

.trn-modal .trn .trn-form .trn-form-group .full .label-agreement,
.trn-modal .trn .trn-form .trn-form-group .full .label-mailing {
  width: 93%;
  font-size: 0.85em;
  float: right;
}

.trn-modal .trn .trn-form .trn-form-group .label-agreement-error {
  padding: 5px;
  width: 98% !important;
}

.trn-modal .trn .trn-form .trn-form-group .full .label-agreement a {
  color: #AAAAAA;
}

.trn-modal > .trn .trn-form .trn-form-group > .right {
  width: 50%;
  float: right;
  text-align: right;
}

.trn-modal > .trn .trn-form .trn-form-group > .right > a:link,
.trn-modal > .trn .trn-form .trn-form-group > .right > a:active,
.trn-modal > .trn .trn-form .trn-form-group > .right > a:visited {
  color: #2321FF;
  font-size: 12px;
}

.trn-modal > .trn .trn-form .trn-form-group > .right > a:hover {
  color: #000000;
}

.trn-modal > .trn .trn-form .trn-form-group > .full {
  width: 100%;
  display: inline-block;
}

.trn-modal > .trn .trn-form .trn-form-group > .full > label {
  width: 90%;
  font-size: 12px;
  margin-top: -3px;
}

.trn-modal > .trn .trn-form .trn-form-group > .full > p {
  width: 100%;
  font-size: 14px;
  padding: 0 0 18px;
  color: #000000;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text],
body[dir="rtl"] .trn-modal > .trn .trn-form input[type=password] {
  width: 100%;
}

body[dir="rtl"] .trn-modal > .trn .trn-form .trn-form-group > .left {
  float: right;
  text-align: right;
}

body[dir="rtl"] .trn-modal > .trn .trn-form .trn-form-group > .right {
  float: left;
  text-align: left;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-email {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-email:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-email-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=password].lgn-password {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=password].lgn-password:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-password-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-name {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-name.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-name:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-name-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-ticket {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-ticket.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form input[type=text].lgn-ticket:focus {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-login-ticket-focus.png) no-repeat left 10px center;
}

body[dir="rtl"] .trn-modal > .trn .trn-form .trn-form-group input[type=checkbox] {
  float: right;
  margin-left: 5px;
  margin-right: unset;
}

body[dir='rtl'] .trn-modal > .trn .trn-form .trn-form-group > .full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trn-modal.medium-popup {
  height: unset !important;
}

.trn-modal #results {
  padding: 5px 12px;
  margin: 5px 0px 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.new-popup__close {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 6px 0 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

body[dir='rtl'] .new-popup__close {
  right: unset;
  left: 0;
  border-radius: 0 0 12px 0;
}

.new-popup__close:after {
  content: "\e92c";
  font-family: turna;
}

.bill-popup {
  max-width: 590px !important;
}

@media screen and (max-width: 1600px) {
  .bill-popup {
    zoom: .8;
  }
}
@media screen and (max-width: 1500px) {
  .bill-popup {
    zoom: .7;
  }
}
.info-message {
  background-color: #F8F9FB;
}

.info-message__container {
  padding: 12px 20px 12px 45px;
  position: relative;
  font-size: 13px;
  color: #000000;
}

.info-message__container::before {
  content: "\e948";
  font-family: turna;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #AAAAAA;
  font-size: 22px;
}

.bill-popup__btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.bill-popup__btn button {
  width: 100% !important;
  max-width: 275px;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #fff;
  height: 56px !important;
  background-color: #2321FF !important;
  border: none !important;
  border-radius: 6px !important;
}

.bill-popup__select {
  font-size: 13px !important;
}

.bill-popup__textarea {
  margin-bottom: unset !important;
}

.trn::-webkit-scrollbar {
  width: 0px;
}

.trn::-webkit-scrollbar-track {
  background: #F8F9FB;
}

.trn::-webkit-scrollbar-thumb {
  background: #01007F;
}

.popup-flex-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: unset;
}

.trn-modal.new-popup-scroll-bar {
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4% 0;
}

.btn-operations__group .button-in-header.reservation-operation.btn-operations {
  background-color: #fff;
  color: #01007F;
  font-size: 14px;
  max-width: 202.5px;
  height: 56px;
  border: none;
  border: 1px solid #01007F;
  border-radius: 6px;
}

.btn-operations__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.campaign-banner.trn-modal.medium-popup {
  padding-top: unset !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.campaign-banner.trn-modal.medium-popup.campaign-banner--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-banner .new-popup {
  max-width: 950px;
  width: 100%;
  height: 560px !important;
  padding: unset !important;
  max-height: 420px;
  background: transparent;
}

/*.campaign-banner__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    height: 100%;

}*/
/*
.campaign-banner__container__header {
    font-size: 42px;
    color: var(--white);
    font-weight: 400;
}
.campaign-banner__container__header span {
    font-weight: 700;
}

.campaign-banner__container__left {
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.campaign-banner__container__footer-logo{
    width: 200px;
}

.campaign-banner__container__footer-logo img{
    width: 100%;
}*/
/*@media (min-width: 769px) and (max-width: 1023px) {
    .trn-modal {

        .tab-menu__label {
            flex-wrap: wrap;
            justify-content: flex-start;
            padding-left: 12px;
        }

        .tab-menu__label label::after {
            left: 16px;
        }
    }
}
*/
@media only screen and (max-width: 768px) {
  .trn-modal {
    padding-top: 0;
  }
  .trn-modal .signin-new-popup {
    margin: 0 auto !important;
  }
  .trn-modal .signin-new-popup__left-side {
    display: none;
  }
  .trn-modal .signin-new-popup__right-side {
    height: 100vh;
  }
  .trn-modal .btn-operations__group {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }

  #modal-reservation-control .new-popup {
    max-width: 475px;
    height: 100%;
    max-height: 100%;
    overflow: auto;
  }
}
.trn-modal .trn-modal-signin-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 420px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  margin: auto;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #E4E6E9;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header .forget-password-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D1E20;
  text-align: center;
  -webkit-font-feature-settings: 'liga' off, 'clig' off;
          font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container {
  padding: 16px 24px 32px 24px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__title {
  color: #1D1E20;
  font-family: "Sofia Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__description {
  color: #585B5E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #BCBEBF;
  background: #FFF;
  width: 100%;
  color: #909294;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #909294 !important;
  -webkit-text-fill-color: #909294 !important;
  font-family: Inter, sans-serif !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:valid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input.filled {
  background-color: #fff;
  font-family: Inter, sans-serif !important;
  color: #909294 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn button {
  color: #FFF;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: transparent;
  border: none;
  text-align: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper .form-row {
  margin-bottom: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper input.invalid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .invalid[type="text"] {
  border: 1px solid #DC2626 !important;
  background: #FFFFFF !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper label.invalid {
  color: #DC2626 !important;
  padding: 0 0 0 16px !important;
  bottom: -20px;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__wrapper label.invalid i {
  font-family: "Font Awesome 6 Pro" !important;
  margin-right: 4px;
  color: #DC2626;
  font-size: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box {
  width: 100%;
  padding: 24px 32px 0 32px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header__close {
  justify-self: flex-end;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 64px;
  background: #E0E0E0;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__header__close::after {
  content: "\e92c";
  font-family: turna;
  position: relative;
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #585B5E;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__logo img {
  width: 180px;
  height: 36px;
  padding: 0px 4.005px 0px 0px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper {
  position: relative;
  width: 100%;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper input {
  width: 100%;
  padding-right: 40px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper i {
  font-family: "Font Awesome 6 Pro" !important;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #909294;
  font-size: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #BCBEBF;
  background: #FFF;
  width: 100%;
  color: #909294;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #909294 !important;
  -webkit-text-fill-color: #909294 !important;
  font-family: Inter, sans-serif !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:valid, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input.filled {
  background-color: #fff;
  font-family: Inter, sans-serif !important;
  color: #909294 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-name-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-password-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto;
  color: #585B5E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button span {
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section {
  margin: 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
  color: #1D1E20 !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  padding-left: 37px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok a, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
  color: #2321FF !important;
  text-decoration: none;
  font-weight: 400 !important;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::before {
  top: 30%;
  width: 24px;
  height: 24px;
  border-color: #BCBEBF;
  border-radius: 4px;
  margin-right: 12px;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::after {
  top: 28%;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__form__btn button {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 24px 0;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 1px;
  background: #D3D3D4;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__seperator span {
  color: #585B5E;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #E1E1EF;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn #google-sign-up-trigger-for-mobile, .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn #google-sign-in-trigger-for-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trn-modal .trn-modal-signin-content .signin-modern__box__social-btn span {
  color: #585B5E;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer {
  width: 100%;
  border-top: 1px solid #E1E1EF;
  margin-top: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box {
  padding: 24px 24px 54px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box span {
  color: #1D1E20;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.trn-modal .trn-modal-signin-content .signin-modern__footer__box__login-btn {
  color: #2563EB;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: none;
  background: transparent;
}

@media screen and (max-width: 1023px) {
  .trn-modal .trn-modal-signin-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 80vh;
    height: 100%;
    min-height: 70vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 16px 16px 0px 0px;
    background: #FFF;
    position: fixed;
    bottom: 0;
    max-width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 22px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: 1px solid #E4E6E9;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password .forget-password-header .forget-password-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1D1E20;
    text-align: center;
    -webkit-font-feature-settings: 'liga' off, 'clig' off;
            font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container {
    padding: 16px 24px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__title {
    color: #1D1E20;
    font-family: "Sofia Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container__header-wrapper__description {
    color: #585B5E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #BCBEBF;
    background: #FFF;
    width: 100%;
    color: #909294;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #909294 !important;
    -webkit-text-fill-color: #909294 !important;
    font-family: Inter, sans-serif !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input:valid, .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container input.filled {
    background-color: #fff;
    font-family: Inter, sans-serif !important;
    color: #909294 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    background: #01007F;
    cursor: pointer;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__wrapper .forget-password__container .forget-password__container__btn button {
    color: #FFF;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    background: transparent;
    border: none;
    text-align: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box {
    width: 100%;
    padding: 24px 32px 0 32px;
    max-width: 420px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header__close {
    justify-self: flex-end;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 64px;
    background: #E0E0E0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__header__close::after {
    content: "\e92c";
    font-family: turna;
    position: relative;
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #585B5E;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__logo img {
    width: 180px;
    height: 36px;
    padding: 0px 4.005px 0px 0px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin: 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper {
    position: relative;
    width: 100%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper input {
    width: 100%;
    padding-right: 40px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__password-wrapper i {
    font-family: "Font Awesome 6 Pro" !important;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    color: #909294;
    font-size: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #BCBEBF;
    background: #FFF;
    width: 100%;
    color: #909294;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    color: #909294 !important;
    -webkit-text-fill-color: #909294 !important;
    font-family: Inter, sans-serif !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:not(:placeholder-shown), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:placeholder-shown, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input:valid, .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input[value]:not([value=""]), .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper input.filled {
    background-color: #fff;
    font-family: Inter, sans-serif !important;
    color: #909294 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-name-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__inputs-wrapper__signup-password-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__forgot__button {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto;
    color: #585B5E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section {
    margin: 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
    color: #1D1E20 !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding-left: 37px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok a, .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
    color: #2321FF !important;
    text-decoration: none;
    font-weight: 400 !important;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::before {
    top: 30%;
    width: 24px;
    height: 24px;
    border-color: #BCBEBF;
    border-radius: 4px;
    margin-right: 12px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form .signin-new-popup__right-side__sub-section .signin-new-popup__right-side__sub-section__agreement_ok::after {
    top: 28%;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    background: #01007F;
    cursor: pointer;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__form__btn button {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    background: transparent;
    border: none;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin: 24px 0;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 1px;
    background: #D3D3D4;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__seperator span {
    color: #585B5E;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E1E1EF;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__box__social-btn span {
    color: #585B5E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer {
    width: 100%;
    border-top: 1px solid #E1E1EF;
    margin-top: 24px;
    max-width: 420px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box {
    padding: 24px 24px 54px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box span {
    color: #1D1E20;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .trn-modal .trn-modal-signin-content .signin-modern__footer__box__login-btn {
    color: #2563EB;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background: transparent;
  }
}

.trn-popover-content {
  z-index: 1051;
  border-radius: 8px;
  background-color: #fff;
  padding: 0;
  min-width: 190px;
}

.trn-popover-content .ul-links > li {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  font-size: 13px;
}

.trn-popover-content .ul-links > .last-li {
  border-bottom: none;
}

.trn-popover-content .ul-links > li > a:link, .trn-popover-content .ul-links > li > a:visited, .trn-popover-content .ul-links > li > a:active {
  color: #000000;
  text-decoration: none;
}

/*POPUP OVER USER INFO*/
.trn-popover-content.popover-user-info {
  width: 270px;
}

.trn-popover-content.popover-user-info > div.items {
  padding: 10px 5px;
  background-color: #F8F9FB;
  border-bottom: 1px solid #DDDDDD;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
}

.trn-popover-content.popover-user-info > div.items > .item {
  padding: 3px 5px;
  font-size: 13px;
  overflow: hidden;
}

.trn-popover-content.popover-user-info > div.items > .item > .point-description {
  display: block;
  float: left;
}

.trn-popover-content.popover-user-info > div.items > .item > span {
  color: #AAAAAA;
  display: block;
  float: right;
}

.trn-popover-content.popover-user-info > .ul-links > .left {
  border: none;
  text-align: left;
  padding: 6px 20px;
}

.trn-popover-content.popover-user-info > .ul-links > li {
  cursor: pointer;
}

.trn-popover-content.popover-user-info > .ul-links > li a {
  display: block;
  width: 100%;
}

.trn-popover-content.popover-user-info > .ul-links > .border-bottom {
  border-bottom: 1px solid #DDDDDD;
}

.trn-popover-content.popover-user-info > .ul-links > .right {
  text-align: right;
}

.trn-popover-content.popover-user-info > .ul-links > li:hover {
  background-color: #F8F9FB;
}

.popup-container {
  display: none;
}

.popup-container .popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  opacity: 0.5;
  background: #000000;
}

.popup-container .popup-frame {
  z-index: 999999;
  width: 500px;
  background-color: #fff;
}

.popup-container.pos-center .popup-frame,
.popup-container.pos-bottom .popup-frame,
.popup-container.pos-top .popup-frame {
  position: fixed;
}

.popup-container.active .popup-frame {
  display: block;
}

.popup-container .popup-frame {
  border-radius: 8px;
}

.popup-container .popup-frame .popup-title {
  padding: 10px 20px 5px;
  font-size: 18px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .02em;
}

.popup-container .popup-frame .popup-content {
  padding: 10px 10px 20px 10px;
  line-height: 20px;
  font-size: 14px;
}

.popup-container .popup-frame .popup-close {
  cursor: pointer;
  font-size: 35px;
  line-height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background: #01007F;
  color: #fff;
  padding: 5px;
  border-radius: 0 6px 0 12px;
}

.popup-container.CornerLight .popup-frame {
  background: #fff;
  color: #fff;
}

.popup-container.CornerLight .popup-title {
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 600;
}

.popup-container.CornerLight .popup-content {
  color: #AAAAAA;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.popup-container.CornerDark .popup-title {
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
}

.popup-container.CornerDark .popup-content {
  color: #AAAAAA;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 10px 20px;
}

.popup-container.CornerLightImageAndAction .popup-frame {
  background-color: #fff;
}

.popup-container.CornerLightImageAndAction .popup-title {
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 20px;
}

.popup-container.CornerLightImageAndAction .popup-content {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding: 0 10px 7px;
}

.CornerLightImageAndAction .inl-one {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
}

.CornerLightImageAndAction .inl-two {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.CornerLightImageAndAction .inl-two div {
  color: #AAAAAA;
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 13px;
}

.CornerLightImageAndAction a {
  background-color: #01007F;
  padding: 6px 23px;
  border-radius: 5px 0 5px 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition-property: background-color,color;
  -o-transition-property: background-color,color;
  transition-property: background-color,color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  outline: none;
  margin: 0 auto;
  font-weight: 600;
}

.form-row {
  margin-bottom: 20px;
}

.form-row--col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row--col-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  margin-bottom: 0;
}

.form-row--col-1 > *:not(:last-child) {
  margin-right: 0;
}

.form-item {
  margin-bottom: 0;
}

.form-item__label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-item__input {
  position: relative;
}

.form-item__input input {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-item__input input:not([type=checkbox]) {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-item__input input:not([type=checkbox])::-webkit-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox]):-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])::-ms-input-placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])::placeholder {
  color: rgba(72, 72, 72, 0.5);
  padding-left: 5px;
}

.form-item__input input:not([type=checkbox])[disabled] {
  background-color: #F8F9FB;
  border: 0;
}

.form-item__input input:not([type=checkbox]):focus {
  -webkit-box-shadow: 0 0 0 3px rgba(140, 140, 140, 0.3);
  box-shadow: 0 0 0 3px rgba(140, 140, 140, 0.3);
}

/*.trn-modal > .trn {
    max-width: 940px !important;
    padding: unset;
}*/
.trn.signin-new-popup {
  padding: unset;
  max-width: 940px !important;
}

.signin-new-popup {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  box-shadow: unset !important;
  margin: 100px auto !important;
  position: relative;
}

.signin-new-popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 0 0px 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
}

.signin-new-popup__left-side, .signin-new-popup__right-side {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.signin-new-popup__left-side {
  background-color: #01007F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
}

.signin-new-popup__left-side__header {
  font-size: 36px;
  font-weight: 500;
}

.signin-new-popup__left-side__sub-header {
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 40px;
}

.signin-new-popup__left-side__btn:last-child {
  margin-top: 20px;
}

.signin-new-popup__left-side__btn button {
  background-color: #fff;
  color: #01007F;
  height: 65px;
  width: 264px;
  border-radius: 65px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.signin-new-popup__left-side > div {
  text-align: center;
}

.signin-new-popup__right-side {
  padding: 50px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok {
  padding-left: unset;
  padding-right: 25px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok::before {
  left: unset;
  right: 0;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__agreement_ok::after {
  left: unset;
  right: -7px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me {
  padding-left: unset;
  padding-right: 25px;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me::before {
  left: unset;
  right: 0;
}

body[dir='rtl'] .signin-new-popup__right-side__sub-section__remember-me::after {
  left: unset;
  right: -7px;
}

body[dir='rtl'] .trn-modal-close.signin-new-popup__close {
  background-color: #01007F;
  right: unset;
  left: 0;
  border-radius: 6px 0 12px 0px;
}

body[dir='rtl'] .trn-modal-close.signin-new-popup__close .trn-close {
  color: #fff;
}

body[dir='rtl'] .signin-new-popup__right-side--grow .gap-20 {
  gap: 20px;
}

body[dir='rtl'] .signin-new-popup__right-side--grow .margin-0 .form-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.signin-new-popup__right-side__sub-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 32px;
}

.signin-new-popup__right-side__sub-section__remember-me {
  padding-left: 25px;
}

.signin-new-popup__right-side__sub-section__remember-me::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
}

.signin-new-popup__right-side__sub-section__remember-me::after {
  content: "\e936";
  position: absolute;
  font-size: 24px;
  color: #01007F;
  left: 0;
  top: -10px;
  font-family: turna;
  display: none;
}

#rememberme {
  display: none;
}

.signin-new-popup__right-side__sub-section label[for="rememberme"] {
  position: relative;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me::after {
  display: block;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me::before {
  border-color: #01007F;
}

.signin-new-popup__right-side__sub-section #rememberme:checked ~ .signin-new-popup__right-side__sub-section__remember-me {
  color: #01007F;
}

.signin-new-popup__right-side__btn:not(:last-of-type) {
  margin-bottom: 20px;
}

.signin-new-popup__right-side__btn button {
  border: none;
  color: #fff;
  height: 65px;
  width: 100%;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
  font-weight: bold;
}

.signin-new-popup__right-side__btn--white button {
  background: #fff !important;
  color: #01007F !important;
  border: 1px solid #01007F !important;
}

#forgot-password-id {
  text-decoration: none;
  color: #000000;
}

#login-form {
  margin-bottom: 20px;
}

.form-row--col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row--col-2 > * {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc((100% - (2 - 1) * 20px) / 2);
  flex-basis: calc((100% - (2 - 1) * 20px) / 2);
  margin-bottom: 20px;
}

.form-row--col-2 > *:not(:last-child) {
  margin-right: 20px;
}

.form-row--col-2 > *:nth-child(2n) {
  margin-right: 0;
}

.signin-new-popup__left-side--grow {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.signin-new-popup__right-side--grow {
  -webkit-box-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
  -webkit-box-flex: 3 !important;
      -ms-flex-positive: 3 !important;
          flex-grow: 3 !important;
}

.signin-new-popup--space-top {
  margin: 50px auto !important;
}

.signin-new-popup__right-side__sub-section label[for="agreement_ok"] {
  position: relative;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok::after {
  display: block;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok::before {
  border-color: #01007F;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok {
  color: #01007F;
}

.signin-new-popup__right-side__sub-section__agreement_ok {
  padding-left: 25px;
}

.signin-new-popup__right-side__sub-section__agreement_ok::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
}

.signin-new-popup__right-side__sub-section__agreement_ok::after {
  content: "\e936";
  position: absolute;
  font-size: 24px;
  color: #01007F;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: turna;
  display: none;
}

.signin-new-popup__right-side__sub-section #agreement_ok:checked ~ .signin-new-popup__right-side__sub-section__agreement_ok a {
  color: #01007F;
  font-weight: bold;
}

label.invalid {
  font-size: 11px !important;
  color: #01007F !important;
  font-weight: bold;
  position: absolute;
  bottom: -25px;
}

.form-item {
  position: relative;
}

.invalid[type='text'], .invalid[type='password'], .invalid[type='email'] {
  background-color: #F8F9FB !important;
  border-color: #01007F !important;
}

.form-row--col-2 > * {
  margin-bottom: unset !important;
}

.trn.forget-password {
  max-width: 600px !important;
  border-radius: 8px;
  margin: 100px auto;
}

.forget-password__container {
  padding: 60px 40px;
}

.forget-password__container__header-info {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000000;
}

.forget-password__container__btn button {
  border: none;
  color: #fff;
  height: 65px;
  width: 100%;
  border-radius: 8px;
  background: #01007F;
  cursor: pointer;
  font-weight: bold;
}

.trn-modal > .trn {
  -webkit-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  box-shadow: unset !important;
}

.reservation-popup {
  padding: 60px 50px !important;
  border-radius: 8px;
}

.reservation-popup__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reservation-popup__points__item > div:not(:last-of-type) {
  margin-bottom: 20px;
}

.reservation-popup__points__item .form-row {
  margin-bottom: unset !important;
}

.reservation-popup__points__item {
  color: #000000;
  font-size: 16px;
}

.reservation-popup__points__item--header {
  font-weight: 600;
}

.bottom-line {
  position: relative;
}

.bottom-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #F8F9FB;
  bottom: -20px;
  left: 0;
}

.reservation-popup__buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0 10px;
}

.reservation-popup__buttons__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.reservation-popup__buttons__btn button {
  width: 100%;
  padding: 20px 0;
}

.reservation-popup__buttons__btn .passive {
  border: 1px solid #01007F;
  color: #01007F;
  background-color: #fff;
}

.reservation-popup__buttons__btn .active {
  border: none;
  color: #fff;
  background-color: #01007F;
}

.reservation-popup__buttons__btn .active, .reservation-popup__buttons__btn .passive {
  font-weight: bold;
  border-radius: 8px;
}

.reservation-popup__footer {
  color: #AAAAAA;
  margin-top: 40px;
  font-size: 16px;
}

.trn.reservation-popup {
  max-width: 768px !important;
}

.reservation-popup__points__item__value {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #01007F;
  font-weight: bold;
}

.cancel-reservation-info {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}

.cancel-reservation-btn {
  margin-top: 30px;
}

.cancel-reservation-btn button {
  width: 100%;
  padding: 20px 0;
  border-radius: 8px;
  background-color: #01007F;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
}

#cancel-reservation-dialog .trn.reservation-popup {
  max-width: 568px !important;
}

.new-popup {
  position: relative;
  border-radius: 8px;
}

.new-popup::-webkit-scrollbar {
  width: 0px;
}

.new-popup::-webkit-scrollbar-track {
  background: #f9f9ff;
  border-radius: 6px 0 0 6px;
}

.new-popup::-webkit-scrollbar-thumb {
  background: #01007F;
  border-radius: 6px 0 0 6px;
}

.new-popup-flex-layout {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: unset;
}

.new-popup__close {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #01007F;
  border-radius: 0 0 0px 12px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  z-index: 99;
}

.new-popup__close:after {
  content: "\e92c";
  font-family: turna;
}

body[dir='rtl'] .popup-container .popup-frame .popup-close {
  right: unset;
  left: 0;
  border-radius: 6px 0 12px 0;
}

@media (min-width: 769px) {
    #google-sign-up-trigger-for-mobile, #google-sign-in-trigger-for-mobile {
        display: none;
    }
}

/*........ FOOTER .......*/
.trn-content > .trn-default-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  margin-top: 80px;
}

.trn-default-footer > .btn-more-info:link,
.trn-default-footer > .btn-more-info:visited,
.trn-default-footer > .btn-more-info:active {
  border-radius: 50px;
  border: 1px solid #2321FF;
  padding: 20px 30px;
  text-decoration: none;
  color: #2321FF;
  font-size: 16px;
}

.trn-default-footer > .btn-more-info:hover {
  border: 1px solid #DDDDDD;
  color: #DDDDDD;
}

.trn-main-footer {
  padding: 10px 4% 15px;
  width: 100%;
  /*background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/General/footer.png) bottom center no-repeat;*/
  /*    background-color: #2b2d2e;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.trn-main-footer .ul-wrapper {
  max-width: 1073px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trn-main-footer .ul-wrapper > ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  padding: 15px;
  margin: 0;
}

.trn-main-footer .ul-wrapper > ul > li .footer-title {
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0 10px;
  text-rendering: optimizelegibility;
}

.trn-main-footer .ul-wrapper > ul > li > a:link,
.trn-main-footer .ul-wrapper > ul > li > a:visited,
.trn-main-footer .ul-wrapper > ul > li > a:active {
  font-size: 14px;
  color: #AAAAAA;
  text-decoration: none;
  padding: 1px 0;
  display: inline-block;
}

.trn-main-footer .ul-wrapper > ul > li > a:hover {
  color: #2321FF;
}

.trn-main-footer > .copyright {
  display: inline-block;
  width: 98%;
  padding: 20px 0 0;
  text-align: center;
  color: #AAAAAA;
  font-size: 12px;
  border-top: 1px solid #DDDDDD;
  margin: 65px 1% 0;
  position: relative;
}

.trn-main-footer > .copyright > .social {
  position: absolute;
  background-color: #2b2d2d;
  display: block;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  top: -11px;
}

.trn-main-footer > .copyright > .social a {
  margin: 0 5px;
  text-decoration: none;
}

.trn-main-footer > .copyright div {
  margin-top: 10px;
}

.trn-main-footer > .copyright > .footer-info {
  width: 100%;
  display: inline-block;
  padding: 45px 0 10px;
  position: relative;
  max-width: 1215px;
}

@media screen and (max-width: 768px) {
  .trn-main-footer > .copyright > .footer-info > .footer-info-app {
    left: 35%;
    display: inline-block;
    float: none;
    position: absolute;
    z-index: 1;
    padding-top: 100px;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-side {
    width: 48%;
    display: block;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .trn-main-footer .ul-wrapper > ul > li .footer-title {
    font-size: 16px;
  }

  .trn-main-footer .ul-wrapper > ul > li:not(.footer-title) {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  .trn-main-footer > .copyright > .footer-info > .footer-info-app {
    width: 20%;
    display: block;
    float: left;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-side {
    width: 40%;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .trn-main-footer > .copyright > .footer-info > .footer-info-app a {
    margin: 0 5px;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-app {
    width: 30%;
    display: block;
    float: left;
  }

  .trn-main-footer > .copyright > .footer-info > .footer-info-side {
    width: 35%;
    display: block;
    float: left;
    overflow: hidden;
    padding-top: 0px;
  }
}
.trn-main-footer > .copyright > .footer-info > .footer-info-side > p {
  padding: 0;
  margin: 0;
  display: block;
  line-height: 13px;
  font-size: 11px;
  color: #AAAAAA;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > p.text-left {
  text-align: left;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > p.text-right {
  text-align: right;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side .trn-sprt-logo-white {
  margin: 0 10px 10px;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > .iata {
  background-position: -82px -127px;
  width: 52px;
  height: 50px;
  float: left;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-side > .tursab {
  background-position: -5px -127px;
  width: 72px;
  height: 50px;
  float: right;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-app > a {
  margin-top: 10px;
  display: inline-block;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-app > a > .android {
  background-position: -5px -90px;
  width: 131px;
  height: 43px;
}

.trn-main-footer > .copyright > .footer-info > .footer-info-app > a > .ios {
  background-position: -5px -42px;
  width: 131px;
  height: 43px;
}

.social .st0 {
  fill: #868484;
}

.social .st1 {
  fill: #D7D7D7;
}

.trn-main-footer > .copyright > .social > a:hover .st0 {
  fill: #D7D7D7;
}

.footer {
    font-size: 13px;
    padding: 60px 48px 0 48px !important;
    background-color: #fff !important;
    color: #000000;
}

@media (min-width: 992px) {
    .footer {
        font-size: 14px;
    }
}

.footer__left {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .footer__inner .footer__left {
            padding-right: 30px;
            margin-bottom: 0;
        }
}

@media (min-width: 992px) {
    .footer__inner .footer__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        margin-right: 60px;
    }

    .footer__inner .footer__right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.footer__logo {
    margin-bottom: 30px;
}

    .footer__logo img {
        width: 160px;
        height: auto;
    }

@media (max-width: 768px) {
    .footer__logo {
        text-align: center;
    }
}

.footer__app-download {
    margin-bottom: 30px;
}

.footer__app-download__description {
    font-size: 0.9em;
    margin-bottom: 15px;
}

.footer__app-download__buttons {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__app-download__buttons__item {
    width: 132px;
    height: 44px;
}

    .footer__app-download__buttons__item.google {
        width: 150px;
        height: 44px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin-right: 15px;
    }

    .footer__app-download__buttons__item a {
        color: #000000;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
    }

        .footer__app-download__buttons__item a img {
            width: 100%;
            height: 100%;
        }

@media (max-width: 768px) {
    .footer__app-download {
        text-align: center;
        /*max-width: 300px;*/
        margin: 0 16px 30px;
    }

    .footer__app-download__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .footer__list-wrapper > * {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc((100% - (2 - 1) * 30px) / 2);
        flex-basis: calc((100% - (2 - 1) * 30px) / 2);
        margin-bottom: 30px;
    }

        .footer__list-wrapper > *:not(:last-child) {
            margin-right: 30px;
        }

        .footer__list-wrapper > *:nth-child(2n) {
            margin-right: 0;
        }

@media (min-width: 992px) {
    .footer__list-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer__list-wrapper > * {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -ms-flex-preferred-size: calc((100% - (3 - 1) * 30px) / 3);
            flex-basis: calc((100% - (3 - 1) * 30px) / 3);
            margin-bottom: 30px;
        }

            .footer__list-wrapper > *:not(:last-child) {
                margin-right: 30px;
            }

            .footer__list-wrapper > *:nth-child(3n) {
                margin-right: 0;
            }
}

@media (min-width: 992px) {
    .footer__list-wrapper.home-footer-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer__list-wrapper.home-footer-links > * {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -ms-flex-preferred-size: calc((100% - (4 - 1) * 30px) / 4);
            flex-basis: calc((100% - (4 - 1) * 30px) / 4);
            margin-bottom: 30px;
        }

            .footer__list-wrapper.home-footer-links > *:not(:last-child) {
                margin-right: 30px;
            }

            .footer__list-wrapper.home-footer-links > *:nth-child(4n) {
                margin-right: 0;
            }
}

.footer__list {
    padding: 0;
    list-style: none;
}

.footer__list__item {
    padding: 8px 0;
}

    .footer__list__item.title {
        font-size: 1.2em;
        font-weight: bold;
    }

    .footer__list__item a {
        display: inline-block;
        color: #000000;
        line-height: 1.3;
        text-decoration: none;
    }

        .footer__list__item a:hover {
            color: #01007F;
        }

        .footer__list__item a.accent {
            position: relative;
            color: #01007F;
            font-weight: 600;
        }

            .footer__list__item a.accent::after {
                content: "\e928";
                position: absolute;
                right: -16px;
                font-family: "turna";
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

.footer__bottom {
    min-height: 100px;
    background-color: #01007F;
}

.footer__additional {
    margin-bottom: -60px !important;
}

.footer__trust {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.footer__trust__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .footer__trust__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer__trust__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 15px;
}

.footer__trust__item__figure {
    margin: 0;
    margin-right: 15px;
    width: 96px;
}

    .footer__trust__item__figure img {
        display: block;
        width: 100%;
    }

@media only screen and (max-width: 768px) {
    .footer__trust__item__figure.tursab {
        width: 120px;
    }
}

@media only screen and (max-width: 768px) {
    .footer__trust__item__figure.tursab__redirect img {
        width: 180px;
        height: 100px;
    }
}

@media only screen and (max-width: 375px) {
    .footer__trust__item__figure.tursab__redirect img {
        width: 160px;
        height: 100px;
    }
}

.footer__trust__item__description {
    color: #AAAAAA;
    font-size: 0.8em;
}

@media (min-width: 768px) {
    .footer__trust {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__trust__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .footer__trust__item:not(:last-of-type) {
            margin-right: 30px;
            margin-bottom: 0;
        }

    .footer__trust__item__figure.iata {
        width: 60px;
    }

    .footer__trust__item__figure.tch {
        width: 80px;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 200px;
        height: 96px;
    }
}

.footer__copyright {
    color: #fff;
    text-align: center;
}

.footer__subscribe {
    margin-bottom: 30px;
}

.footer__subscribe__label {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.footer__subscribe__button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #01007F;
    font-size: 2em;
    color: white;
    cursor: pointer;
}

.footer__subscribe__form {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #F8F9FB;
    overflow: hidden;
}

    .footer__subscribe__form:focus-within {
        -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
    }

    .footer__subscribe__form input {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        outline: none;
        background-color: transparent;
        padding-left: 15px;
        padding-right: 60px;
        color: #000000;
    }

        .footer__subscribe__form input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input:-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input::-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .footer__subscribe__form input::placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

.footer__subscribe__description {
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .footer__subscribe {
        /*max-width: 300px;*/
        margin: 0 16px 30px;
        text-align: center;
    }
}

.footer__follow-us {
    margin-bottom: 60px;
}

.footer__follow-us__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

    .footer__follow-us__icons li {
        border-radius: 5px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .footer__follow-us__icons li:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

.footer__follow-us__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 2.8em;
    color: #000000;
    text-decoration: none;
}

    .footer__follow-us__link i {
        font-family: "Font Awesome 6 Brands" !important;
    }

@media (max-width: 768px) {
    .footer__follow-us__icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

body[dir="rtl"] .footer__list__item a.accent::after {
    content: "\e926";
    right: unset;
    left: -16px;
}

body[dir="rtl"] .footer__app-download__buttons__item {
    margin-right: 0;
    margin-left: 15px;
}

body[dir="rtl"] .footer__subscribe__form input {
    padding-right: 15px;
    padding-left: 60px;
}

body[dir="rtl"] .footer__subscribe__button {
    right: unset;
    left: 0;
}

    body[dir="rtl"] .footer__subscribe__button i {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }

body[dir="rtl"] .footer__follow-us__icons li {
    margin-right: 0;
    margin-left: 10px;
}

body[dir="rtl"] .footer__trust__item {
    margin-right: 0;
    margin-left: 30px;
}

body[dir="rtl"] .footer__trust__item__figure {
    margin-right: 0;
    margin-left: 15px;
}

body.tkfb .footer__bottom {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2d2926), to(#a2aaad));
    background: -webkit-linear-gradient(left, #2d2926 0, #a2aaad 100%);
    background: -o-linear-gradient(left, #2d2926 0, #a2aaad 100%);
    background: linear-gradient(to right, #2d2926 0, #a2aaad 100%);
}

body.teb .footer__bottom {
    background: #16bc5d !important;
}

.tursab__redirect--container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

    .tursab__redirect--container a {
        width: 200px;
    }

@media only screen and (max-width: 768px) {
    .footer__right {
        padding: 16px;
    }
}

@media (min-width: 1025px) and (max-width: 1247px) {
    .footer {
        padding: 60px 48px 0 48px !important;
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer {
        padding: 60px 48px 0 48px !important;
    }

    .footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__app-download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__app-download__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .footer__subscribe__label {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .footer__subscribe__form {
        width: 100%;
    }

    .footer__follow-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1024px) and (max-width: 1248px) {
    .footer__list-wrapper.home-footer-links > * {
        margin-bottom: 120px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 12px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 48px;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer__list-wrapper.home-footer-links > * {
        margin-bottom: 120px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 6px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 32px;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }

    .footer__follow-us__link i {
        font-size: 48px;
    }

    .footer__list-wrapper > * {
        -ms-flex-preferred-size: calc((100% / 3 ));
        flex-basis: calc((100% / 3 ));
    }

    .footer__list-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .footer__list-wrapper > *:not(:last-child) {
            margin-right: unset !important;
        }
}

@media (max-width: 768px) {
    .footer {
        padding: 0 !important;
    }

    .footer__list-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__trust {
        padding: 24px;
    }

    .footer__list-wrapper.home-footer-links > * {
        margin-bottom: 48px;
    }

    .footer__bottom {
        min-height: 120px;
    }

    .footer__trust {
        margin-bottom: 24px;
        border-radius: 16px;
        margin-left: 16px;
        margin-left: 16px;
    }

    .footer__trust__item {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__trust__item__description {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }

    .footer__copyright {
        font-size: 16px;
        font-weight: 400;
    }

    .footer__list__item {
        padding: 6px 0;
    }

        .footer__list__item.title {
            padding: unset;
        }

    .footer__logo {
        margin-bottom: 32px;
    }

    .footer__app-download {
        margin-bottom: 32px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer__app-download__description {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .footer__app-download__buttons {
        gap: 8px;
    }

    .footer__app-download__buttons__item:not(:last-of-type) {
        margin: unset !important;
    }

    .footer__left {
        padding: unset !important;
        margin: unset !important;
        -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
        flex: unset !important;
        gap: 32px;
    }

    .footer__subscribe {
        margin-bottom: 32px;
    }

    .footer__subscribe__form {
        height: 48px;
        margin-bottom: 8px;
    }

    .footer__subscribe__button {
        width: 48px;
    }

    .footer__subscribe__description {
        font-size: 16px;
    }

    .footer__follow-us {
        margin-bottom: 32px;
    }

    .footer__follow-us__icons {
        gap: 32px;
    }

        .footer__follow-us__icons li:not(:last-of-type) {
            margin-right: unset !important;
        }

    .footer__inner {
        gap: 64px;
    }

    .footer__follow-us__link i {
        font-size: 48px;
    }

    .footer__trust__item:not(:last-of-type) {
        gap: 8px;
    }

    .footer__trust__item__figure {
        margin-right: unset !important;
    }

    .tursab__redirect--container {
        gap: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px;
    }

    .footer__trust__item__figure.tursab__redirect {
        width: 219px;
    }

    .tursab__redirect--container a {
        width: 219px;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 219px;
    }

    .footer__subscribe {
        text-align: start;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer__subscribe__description {
        text-align: center;
    }

    .footer__inner {
        padding: 0 16px !important;
    }
}

@media (max-width: 425px) {
    .footer__trust__item__figure.tursab__redirect {
        width: 160px !important;
    }

    .tursab__redirect--container a {
        width: 160px !important;
    }

    .footer__trust__item__figure.tursab__redirect img {
        width: 160px;
    }
}

.footer__inner {
    padding: 0 48px;
}

.footer__follow-us__link i {
    font-size: 28px;
}

.tursab-agancy-title-mobile {
    display: block;
    text-align: center;
    color: #ffffff4f;
    font-size: 12px;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .tursab-agancy-title-mobile {
        display: none;
    }
}

.snackbar-container {
    position: fixed;
    -webkit-box-shadow: 0px 1px 8px rgba(18, 5, 41, 0.15);
    box-shadow: 0px 1px 8px rgba(18, 5, 41, 0.15);
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

@media (min-width: 320px) and (max-width: 480px) {
    .snackbar-container {
        padding: 20px !important;
    }

        .snackbar-container.isOpen {
            bottom: 60px !important;
            left: 20px !important;
            width: 90% !important;
        }
}

.snackbar-container .snackbar-accept-button {
    padding: 10px 50px;
    background-color: white;
    color: #343A40;
}

.snackbar-container .snackbar-button {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.snackbar-container .snackbar-accept-button {
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.snackbar-container.isOpen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.snackbar-container .snackbar-title {
    font-weight: bold;
    font-size: 14px;
    color: #343a40;
    margin-bottom: 7px;
}

@media (min-width: 320px) {
    .snackbar-container .snackbar-title {
        font-size: 12px;
    }
}

.snackbar-container .snackbar-description {
    color: #343a40;
    font-size: 10px;
    line-height: 16px;
}

@media (min-width: 768px) {
    .snackbar-container .snackbar-description {
        line-height: 20px;
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.snackbar-container a {
    color: #343a40;
    text-decoration: underline;
}

.snackbar-container .snackbar-close-button {
    display: block;
    position: absolute;
    right: 20px;
}

@media (min-width: 576px) {
    .snackbar-container .snackbar-close-button {
        right: 80px;
    }
}

.snackbar-container .snackbar-close-button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 36px;
    border: 2px solid white;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcBAMAAACAI8KnAAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMAENDPwKAwn7mBpgoAAAB7SURBVBjTRdGxDYAwEATBowMLKiAjJaMCRAkugCKIwRZfNpa1Jz57TbLS6XyTuOHadcTqd4qiiCeBW4RyNAajauwMzhqWxuCdBIOCjTBoBs2gGTSDMOhap7mWNCPsWpdTSzmYKAclM7UwCBvNuSNcBcI6OsJFZ/1HyfsHuaxNbxbonh0AAAAASUVORK5CYII=");
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .snackbar-container .snackbar-close-button:after {
        width: 36px;
        height: 36px;
        background-size: 12px;
    }
}

.snackbar-container .snackbar-close-button:hover {
    cursor: pointer;
}

.snackbar-container .snackbar-close-button .snackbar-close-button-text {
    visibility: hidden;
    position: relative;
    font-size: 14px;
    padding-right: 50px;
}

@media (min-width: 768px) {
    .snackbar-container .snackbar-close-button .snackbar-close-button-text {
        visibility: visible;
    }
}

.snackbar-container .snackbar-action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 16px;
}

    .snackbar-container .snackbar-action-buttons .snackbar-action-button {
        font-size: 12px;
        background-color: #343a40;
        padding: 8px 16px;
        border-radius: 6px;
    }

        .snackbar-container .snackbar-action-buttons .snackbar-action-button:not(:last-child) {
            margin-right: 15px;
        }

@media (min-width: 768px) {
    .snackbar-container .snackbar-accept-button {
        padding: 8px 16px;
        background-color: #343a40;
        color: #fff;
    }

    .snackbar-container .snackbar-accept-button {
        font-size: 14px;
        font-weight: 700;
        border-radius: 6px;
        cursor: pointer;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .snackbar-container.isOpen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        bottom: 10px;
        left: 10px;
        width: 37%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.snackbar-detail-button-text {
    text-decoration: underline;
    font-size: 12px;
    color: #868e96;
    cursor: pointer;
}

.snackbar-description-details {
    margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .snackbar-description-details {
        font-size: 13px;
    }

        .snackbar-description-details.options {
            font-size: 12px;
        }

        .snackbar-description-details .cookie-policy__text {
            padding-left: 24px;
        }

            .snackbar-description-details .cookie-policy__text::before {
                width: 14px;
                height: 14px;
            }

            .snackbar-description-details .cookie-policy__text::after {
                font-size: 13px;
            }
}

.snackbar-description-details.options {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

    .snackbar-description-details.options input[type='checkbox']:checked ~ span::before {
        border-color: #ff3200;
        background-color: #ff3200;
    }

    .snackbar-description-details.options input[type='checkbox']:checked ~ span::after {
        display: block;
    }

.cookie-policy__text {
    position: relative;
    padding-left: 30px;
    color: #343a40;
}

    .cookie-policy__text input[type="checkbox"] {
        display: none;
    }

    .cookie-policy__text::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #868e96;
        background-color: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

input[type="checkbox"]:checked + .cookie-policy__text::before {
    background-color: #01007f;
    border-color: #01007f;
}

.cookie-policy__text::after {
    content: "\e936";
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: turna;
    color: #fff;
    display: none;
}

input[type="checkbox"]:checked + .cookie-policy__text::after {
    display: block;
}

body[dir='rtl'] .cookie-policy__text {
    padding-left: unset;
    padding-right: 30px;
}

    body[dir='rtl'] .cookie-policy__text::before {
        left: unset;
        right: 0;
    }

    body[dir='rtl'] .cookie-policy__text::after {
        left: unset;
        right: 2px;
    }

.switch-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .switch-bar input[type='checkbox']:checked ~ .switch-container .switch::before {
        background-color: #ff3200;
        border-color: #ff3200;
    }

    .switch-bar input[type='checkbox']:checked ~ .switch-container .switch::after {
        -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
        transform: translate(20px, -50%);
        border-color: #ffffff;
        background-color: #ffffff;
    }

    .switch-bar .switch-container .switch {
        position: relative;
        width: 40px;
        height: 22px;
        display: inline-block;
    }

        .switch-bar .switch-container .switch::before {
            content: "";
            width: 40px;
            height: 20px;
            border-radius: 20px;
            border: 1px solid #868e96;
            background-color: #f1f3f5;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .switch-bar .switch-container .switch::after {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #868e96;
            background-color: #868e96;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

.trn-default-content.btn-accept {
    margin-top: 20px;
}

    .trn-default-content.btn-accept span {
        background-color: #343a40;
        padding: 8px 16px;
        color: #fff;
        font-size: 16px;
        border-radius: 6px;
    }

.trn-default-content.options-dialog-details {
    font-size: 14px;
    color: #868e96;
    margin: 3px 0 10px;
}

.trn-default-content.options-dialog-title {
    font-size: 16px;
    color: #343a40;
    font-weight: 600;
}

.snackbar-description-details-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 4px;
}

@charset "UTF-8";

.turna-description {
    text-align: center;
    color: #000000;
    font-size: 18px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.m-reset {
    margin: 0 !important;
}

.mb-reset {
    margin-bottom: 0 !important;
}

.mt-reset {
    margin-top: 0 !important;
}

.mr-reset {
    margin-right: 0 !important;
}

.ml-reset {
    margin-left: 0 !important;
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.p-reset {
    padding: 0 !important;
}

.pb-reset {
    padding-bottom: 0 !important;
}

.pt-reset {
    padding-top: 0 !important;
}

.pr-reset {
    padding-right: 0 !important;
}

.pl-reset {
    padding-left: 0 !important;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

/* Flex Layout Module Classes */
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.p-relative {
    position: relative;
}

.stretched-link::before {
    content: "";
    position: absolute;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}

.color-primary {
    color: #01007F;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.price::after {
    content: attr(data-currency);
    font-size: 0.8em;
    margin-left: 3px;
}

/* Widget Header Styles Start */
.widget-header {
    margin-bottom: 30px;
    color: #000000;
}

    .widget-header .widget-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .widget-header .widget-description {
        font-size: 22px;
        font-weight: bold;
        margin: 0;
    }

/* Widget Header Styles End */
/* Background Color Styles Start */
.background-white {
    background-color: #fff;
}

.background-ghost-white {
    background-color: #F8F8FB;
}

/* Background Color Styles End */
.section {
    padding: 30px 0;
}

    .section, .section::before, .section::after,
    .section *,
    .section *::before,
    .section *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

@media (min-width: 768px) {
    .section {
        margin-bottom: 50px;
    }
}

.section__inner {
    position: relative;
    max-width: 1248px;
    margin: 0 auto;
}

.section__inner--medium {
    max-width: 1000px;
}

.section__inner--small {
    max-width: 800px;
}

.section__header {
    margin-bottom: 30px;
    color: #000000;
}

    .section__header > *:not(:last-child) {
        margin-bottom: 5px;
    }

.section__title {
    font-weight: bold;
    font-size: 24px;
}

.section__description {
    font-weight: normal;
    font-size: 16px;
}

@media (min-width: 768px) {
    .section__description {
        font-size: 18px;
    }
}

.section__cta {
    margin-top: 20px;
}

    .section__cta .btn {
        color: #01007F;
        font-size: 13.5px;
        font-weight: 600;
        border-width: 1.5px;
        border-style: solid;
        border-color: #01007F;
        background-color: transparent;
        padding: 0 15px;
        height: 44px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #01007F;
    }

        .section__cta .btn .button-text {
            position: relative;
        }

            .section__cta .btn .button-text:before, .section__cta .btn .button-text:after {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: "turna";
                font-size: 1.3em;
                font-weight: normal;
            }

        .section__cta .btn .button-text {
            padding-right: 20px;
            display: block;
            line-height: 0;
        }

            .section__cta .btn .button-text:after {
                content: "";
                right: 0;
            }

    .section__cta a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: inherit;
        text-decoration: none;
    }

body[dir="rtl"] .section__cta .btn .button-text {
    padding-right: 0;
}

    body[dir="rtl"] .section__cta .btn .button-text::after {
        display: none;
    }

@media (max-width: 1024px) {
    .section, .layout {
        padding: 0 !important;
    }
}

.custom-popup {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.custom-popup i {
  font-family: "Font Awesome 6 Pro" !important;
}
.custom-popup__close {
  background-color: #F8F9FB;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.custom-popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.custom-popup__container__layout {
  background-color: white;
  padding: 24px;
  border-radius: 16px;
}
.custom-popup__header {
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.custom-popup__title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 2px;
}
.custom-popup__description {
  font-size: 14px;
  color: #AAAAAA;
  font-weight: 400;
  line-height: 19px;
}
.custom-popup__footer {
  border-top: 1px solid #DDDDDD;
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-popup__footer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.custom-popup__footer__item:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #AAAAAA;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.custom-popup__footer__item--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.custom-popup__footer__item--button button {
  height: 56px;
  padding: 0 24px;
  border-radius: 64px;
  border: none;
  background-color: #01007F;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.custom-select {
  margin-bottom: 24px;
}
.custom-select__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.custom-select__container {
  position: relative;
}
.custom-select__container select {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  border-color: #DDDDDD;
  padding: 0 16px;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select__label {
  position: absolute;
  left: 16px;
  top: -8px;
  background-color: white;
  padding: 0 4px;
  font-size: 12px;
  color: #AAAAAA;
  font-weight: 400;
  line-height: 16px;
}
.custom-select__label-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-select__label-icon i {
  font-size: 20px;
  color: #AAAAAA;
}

.custom-checkbox {
  display: inline-block;
}
.custom-checkbox input[type='checkbox']:checked + label::before {
  background-color: #2321ff;
  border-color: #2321ff;
}
.custom-checkbox input[type='checkbox']:checked + label::after {
  display: block;
}
.custom-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  color: white;
}
.custom-checkbox label::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #E9E9EA;
  border-width: 1.5px;
  border-radius: 4px;
  display: inline-block;
  background-color: white;
}
.custom-checkbox label::after {
  content: "\f00c";
  position: absolute;
  left: 8px;
  font-family: "Font Awesome 6 Pro";
  color: white;
  display: none;
}

.custom-radio {
  display: inline-block;
}
.custom-radio input[type='radio']:checked + label::before {
  background-color: #2321ff;
  border-color: #2321ff;
}
.custom-radio input[type='radio']:checked + label::after {
  display: block;
}
.custom-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  position: relative;
  color: white;
}
.custom-radio label::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #E9E9EA;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
}
.custom-radio label::after {
  content: "";
  position: absolute;
  left: 8px;
  color: white;
  background-color: white;
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 8px;
}

.tn-mobile-menu {
  padding: 16px;
}
.tn-mobile-menu i {
  font-family: "Font Awesome 6 Pro" !important;
  color: #01007F;
  font-size: 16px;
}
.tn-mobile-menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.tn-mobile-menu__logo__figure {
  width: 117px;
  height: 24px;
  margin: unset !important;
}
.tn-mobile-menu__logo__figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__logo__close-icon span {
  width: 40px;
  height: 40px;
  border: 2px solid #F2F2F2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tn-mobile-menu__header {
  padding: 16px;
  background-color: #F5F6F7;
  border-radius: 16px;
  margin-bottom: 16px;
}
.tn-mobile-menu__header__title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 12px;
}
.tn-mobile-menu__header__title i {
  font-family: "Font Awesome 6 Pro" !important;
}
.tn-mobile-menu__header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tn-mobile-menu__header__top i {
  color: #000000;
  font-size: 16px;
}
.tn-mobile-menu__header__top__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tn-mobile-menu__header__top__profile-short span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EA580C;
  color: white;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  border-radius: 50%;
}
.tn-mobile-menu__header__top__profile-long__name {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.tn-mobile-menu__header__top__profile-long__mail {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 6px;
}
.tn-mobile-menu__header__bottom {
  margin-top: 12px;
  border-top: 1px solid #E1E1EF;
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tn-mobile-menu__header__bottom__membership-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tn-mobile-menu__header__bottom__membership-info i {
  font-size: 14px;
}
.tn-mobile-menu__header__bottom__membership-info__text {
  color: #01007F;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point {
  color: #2321FF;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point-text {
  color: #2321FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__header__bottom__turna-point-info .turna-point-icon {
  color: #E1E1EF;
}
.tn-mobile-menu__auth-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.tn-mobile-menu__auth-btn .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.tn-mobile-menu__auth-btn .button button {
  height: 100%;
  width: 100%;
  background: none;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  border-color: #01007F;
}
.tn-mobile-menu__auth-btn__login button {
  background-color: #01007F !important;
  color: white;
}
.tn-mobile-menu__auth-btn__register button {
  color: #01007F;
}
.tn-mobile-menu__navbar {
  padding: unset;
}
.tn-mobile-menu__navbar__item {
  list-style: none;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tn-mobile-menu__navbar__item.active {
  background-color: #EBF2FF;
  border-radius: 8px;
}
.tn-mobile-menu__navbar__item a {
  color: #01007F;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 16px;
  height: 56px;
  width: 100%;
}
.tn-mobile-menu__navbar__item a:active {
  background-color: #EBF2FF;
  border-radius: 8px;
}
.tn-mobile-menu__navbar__item a i {
  font-size: 18px;
}
.tn-mobile-menu__lang-currency {
  margin: 16px 0;
  padding: 16px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__lang-currency i {
  font-size: 12px;
  color: #000000;
}
.tn-mobile-menu__lang-currency__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
}
.tn-mobile-menu__lang-currency__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.tn-mobile-menu__lang-currency__content figure {
  width: 20px;
  height: 20px;
  margin: unset !important;
}
.tn-mobile-menu__lang-currency__content figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__subbar {
  padding: unset;
}
.tn-mobile-menu__subbar__item {
  padding: 16px;
  list-style: none;
}
.tn-mobile-menu__subbar__item a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}
.tn-mobile-menu__subbar__item a i {
  font-size: 16px;
  color: #000000;
}
.tn-mobile-menu__subbar__item a span span {
  color: #2321FF;
}
.tn-mobile-menu__subbar__item.logout a, .tn-mobile-menu__subbar__item.logout i {
  color: #DB282D;
}
.tn-mobile-menu__title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tn-mobile-menu__currency-container, .tn-mobile-menu__lang-container {
  padding: unset !important;
}
.tn-mobile-menu__currency__item, .tn-mobile-menu__lang__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 48px;
  border-radius: 8px;
  padding: 0 16px;
}
.tn-mobile-menu__currency__item.active, .tn-mobile-menu__lang__item.active {
  background-color: #EBF2FF;
}
.tn-mobile-menu__currency__item .custom-search-form__radio-btn, .tn-mobile-menu__lang__item .custom-search-form__radio-btn {
  margin-bottom: unset;
}
.tn-mobile-menu__currency__item__unit, .tn-mobile-menu__lang__item__unit {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.tn-mobile-menu__currency__item label, .tn-mobile-menu__lang__item label {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 19px;
  color: #000000;
}
.tn-mobile-menu__currency__item figure, .tn-mobile-menu__lang__item figure {
  margin: unset !important;
  width: 30px;
  height: 20px;
}
.tn-mobile-menu__currency__item figure img, .tn-mobile-menu__lang__item figure img {
  width: 100%;
  height: 100%;
}
.tn-mobile-menu__savePreferencesBtn {
  margin-top: 48px;
}
.tn-mobile-menu__savePreferencesBtn button {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  background-color: #2321FF;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  padding: 0 24px;
  border: none;
}

.menu-line-throught {
  margin-top: 16px !important;
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
}

.inside-header {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inside-header .tn-mobile-menu__header__title {
  margin-bottom: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.inside-header .tn-mobile-menu__header__title i {
  font-size: 14px;
}

.responsive-menu-design {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow-y: scroll;
  height: 100%;
  display: none;
}
.responsive-menu-design #right-slide-bar {
  width: 82.5%;
  height: 100%;
  background: white;
}
.responsive-menu-design .tn-mobile-menu {
  background: white;
}

@font-face {
    font-family: 'turna';
    src: url('/Resources/Base/Plugins/FontIcons/icons-v4/turna.eot');
    src: url('/Resources/Base/Plugins/FontIcons/icons-v4/turna.eot?qgaqrd#iefix') format('embedded-opentype'), url('/Resources/Base/Plugins/FontIcons/icons-v4/turna.ttf?qgaqrd') format('truetype'), url('/Resources/Base/Plugins/FontIcons/icons-v4/turna.woff?qgaqrd') format('woff'), url('/Resources/Base/Plugins/FontIcons/icons-v4/turna.svg?qgaqrd#turna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'turna' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.trn-ios-menu-fill:before {
    content: "\e9d3";
}

.trn-ios-airplane:before {
    content: "\e9d4";
}

.trn-ios-bell-fill:before {
    content: "\e9d5";
}

.trn-ios-bell-notification-fill:before {
    content: "\e9d6";
}

.trn-ios-bell-notification-outline:before {
    content: "\e9d7";
}

.trn-ios-bell-outline:before {
    content: "\e9d8";
}

.trn-ios-bus-fill:before {
    content: "\e9d9";
}

.trn-ios-bus-outline:before {
    content: "\e9da";
}

.trn-ios-favorite-fill:before {
    content: "\e9db";
}

.trn-ios-favorite-outline:before {
    content: "\e9dc";
}

.trn-ios-gear-fill:before {
    content: "\e9dd";
}

.trn-ios-gear-outline:before {
    content: "\e9de";
}

.trn-ios-home-fill:before {
    content: "\e9df";
}

.trn-ios-home-outline:before {
    content: "\e9e0";
}

.trn-ios-menu-outline:before {
    content: "\e9e1";
}

.trn-ios-more-vertical:before {
    content: "\e9e2";
}

.trn-ios-person-fill:before {
    content: "\e9e3";
}

.trn-ios-person-gear-fill:before {
    content: "\e9e4";
}

.trn-ios-person-gear-outline:before {
    content: "\e9e5";
}

.trn-ios-person-outline:before {
    content: "\e9e6";
}

.trn-ios-search:before {
    content: "\e9e7";
}

.trn-ios-train:before {
    content: "\e9e8";
}

.trn-youtube-fill:before {
    content: "\e9e9";
}

.trn-tv:before {
    content: "\e9c2";
}

.trn-breakfast:before {
    content: "\e9c3";
}

.trn-comfort:before {
    content: "\e9c4";
}

.trn-entertainment:before {
    content: "\e9c5";
}

.trn-headphones:before {
    content: "\e9c6";
}

.trn-internet:before {
    content: "\e9c7";
}

.trn-label:before {
    content: "\e9c8";
}

.trn-labels:before {
    content: "\e9c9";
}

.trn-large-screen:before {
    content: "\e9ca";
}

.trn-lunch:before {
    content: "\e9cb";
}

.trn-massage:before {
    content: "\e9cc";
}

.trn-mobile-phone-allowed:before {
    content: "\e9cd";
}

.trn-music:before {
    content: "\e9ce";
}

.trn-power-outlet:before {
    content: "\e9cf";
}

.trn-radio:before {
    content: "\e9d0";
}

.trn-regular-screen:before {
    content: "\e9d1";
}

.trn-toilet:before {
    content: "\e9d2";
}

.trn-phone-add:before {
    content: "\e994";
}

.trn-phone-callback:before {
    content: "\e9bd";
}

.trn-phone-end:before {
    content: "\e9be";
}

.trn-search-image:before {
    content: "\e9bf";
}

.trn-search-rounded:before {
    content: "\e9c0";
}

.trn-search-sharp:before {
    content: "\e9c1";
}

.trn-access-time:before {
    content: "\e900";
}

.trn-accessibility:before {
    content: "\e901";
}

.trn-account-circle:before {
    content: "\e902";
}

.trn-add-alarm:before {
    content: "\e903";
}

.trn-add-alert:before {
    content: "\e904";
}

.trn-alarm:before {
    content: "\e905";
}

.trn-arrival-filled:before {
    content: "\e906";
}

.trn-arrival-outline:before {
    content: "\e907";
}

.trn-arrow-down-alt:before {
    content: "\e908";
}

.trn-arrow-down:before {
    content: "\e909";
}

.trn-arrow-left-alt:before {
    content: "\e90a";
}

.trn-arrow-left:before {
    content: "\e90b";
}

.trn-arrow-right-alt:before {
    content: "\e90c";
}

.trn-arrow-right:before {
    content: "\e90d";
}

.trn-arrow-up-alt:before {
    content: "\e90e";
}

.trn-arrow-up:before {
    content: "\e90f";
}

.trn-award:before {
    content: "\e910";
}

.trn-baggage:before {
    content: "\e911";
}

.trn-bar-chart:before {
    content: "\e912";
}

.trn-bed:before {
    content: "\e913";
}

.trn-boxes-horizontal:before {
    content: "\e914";
}

.trn-boxes-vertical:before {
    content: "\e915";
}

.trn-broadcast:before {
    content: "\e916";
}

.trn-bus-service:before {
    content: "\e917";
}

.trn-bus:before {
    content: "\e918";
}

.trn-business-bag:before {
    content: "\e919";
}

.trn-calendar-dot:before {
    content: "\e91a";
}

.trn-calendar:before {
    content: "\e91b";
}

.trn-card-travel:before {
    content: "\e91c";
}

.trn-carousel:before {
    content: "\e91d";
}

.trn-cast:before {
    content: "\e91e";
}

.trn-checkbox-off-outline:before {
    content: "\e91f";
}

.trn-checkbox-off:before {
    content: "\e920";
}

.trn-checkbox-on-filled:before {
    content: "\e921";
}

.trn-checkbox-on-outline:before {
    content: "\e922";
}

.trn-checkbox-on:before {
    content: "\e923";
}

.trn-chevron-down:before {
    content: "\e924";
}

.trn-chevron-left-fat:before {
    content: "\e925";
}

.trn-chevron-left:before {
    content: "\e926";
}

.trn-chevron-right-fat:before {
    content: "\e927";
}

.trn-chevron-right:before {
    content: "\e928";
}

.trn-chevron-up:before {
    content: "\e929";
}

.trn-close-filled:before {
    content: "\e92a";
}

.trn-close-outline:before {
    content: "\e92b";
}

.trn-close:before {
    content: "\e92c";
}

.trn-computer:before {
    content: "\e92d";
}

.trn-copywrite:before {
    content: "\e92e";
}

.trn-create:before {
    content: "\e92f";
}

.trn-credit-card:before {
    content: "\e930";
}

.trn-departure-filled:before {
    content: "\e931";
}

.trn-departure-outline:before {
    content: "\e932";
}

.trn-devices:before {
    content: "\e933";
}

.trn-disable:before {
    content: "\e934";
}

.trn-done-all:before {
    content: "\e935";
}

.trn-done:before {
    content: "\e936";
}

.trn-dots-horizontal:before {
    content: "\e937";
}

.trn-dots-vertical:before {
    content: "\e938";
}

.trn-error-filled:before {
    content: "\e939";
}

.trn-error-outline:before {
    content: "\e93a";
}

.trn-euro:before {
    content: "\e93b";
}

.trn-eye-close:before {
    content: "\e93c";
}

.trn-eye-open:before {
    content: "\e93d";
}

.trn-facebook:before {
    content: "\e93e";
}

.trn-female:before {
    content: "\e93f";
}

.trn-gear-filled:before {
    content: "\e940";
}

.trn-hamburger-menu:before {
    content: "\e941";
}

.trn-headset-mic:before {
    content: "\e942";
}

.trn-headset:before {
    content: "\e943";
}

.trn-heart:before {
    content: "\e944";
}

.trn-help-filled:before {
    content: "\e945";
}

.trn-help-outline:before {
    content: "\e946";
}

.trn-history:before {
    content: "\e947";
}

.trn-info-filled:before {
    content: "\e948";
}

.trn-info:before {
    content: "\e949";
}

.trn-instagram:before {
    content: "\e94a";
}

.trn-keyboard-hide:before {
    content: "\e94b";
}

.trn-keyboard:before {
    content: "\e94c";
}

.trn-land:before {
    content: "\e94d";
}

.trn-laptop:before {
    content: "\e94e";
}

.trn-link-off:before {
    content: "\e94f";
}

.trn-link:before {
    content: "\e950";
}

.trn-lira-alt:before {
    content: "\e951";
}

.trn-lira:before {
    content: "\e952";
}

.trn-live-tv:before {
    content: "\e953";
}

.trn-lock-open:before {
    content: "\e954";
}

.trn-lock:before {
    content: "\e955";
}

.trn-loop:before {
    content: "\e956";
}

.trn-mail:before {
    content: "\e957";
}

.trn-male:before {
    content: "\e958";
}

.trn-maximize:before {
    content: "\e959";
}

.trn-menu-dots:before {
    content: "\e95a";
}

.trn-mic-filled:before {
    content: "\e95b";
}

.trn-mic-off:before {
    content: "\e95c";
}

.trn-mic-outline:before {
    content: "\e95d";
}

.trn-minimize:before {
    content: "\e95e";
}

.trn-minus-filled:before {
    content: "\e95f";
}

.trn-minus-outline:before {
    content: "\e960";
}

.trn-minus:before {
    content: "\e961";
}

.trn-mouse:before {
    content: "\e962";
}

.trn-music-off:before {
    content: "\e963";
}

.trn-music-on:before {
    content: "\e964";
}

.trn-my-location:before {
    content: "\e965";
}

.trn-navigation-arrow-alt:before {
    content: "\e966";
}

.trn-navigation-arrow:before {
    content: "\e967";
}

.trn-navigation-off:before {
    content: "\e968";
}

.trn-navigation-on:before {
    content: "\e969";
}

.trn-night:before {
    content: "\e96a";
}

.trn-notification-active:before {
    content: "\e96b";
}

.trn-notification-off:before {
    content: "\e96c";
}

.trn-notification-on:before {
    content: "\e96d";
}

.trn-notification-outline:before {
    content: "\e96e";
}

.trn-ondemand-video:before {
    content: "\e96f";
}

.trn-pause-filled:before {
    content: "\e970";
}

.trn-pause-outline:before {
    content: "\e971";
}

.trn-pause:before {
    content: "\e972";
}

.trn-people-add:before {
    content: "\e973";
}

.trn-people-alt:before {
    content: "\e974";
}

.trn-people:before {
    content: "\e975";
}

.trn-person-add:before {
    content: "\e976";
}

.trn-person-pin:before {
    content: "\e977";
}

.trn-person:before {
    content: "\e978";
}

.trn-phone-disabled:before {
    content: "\e979";
}

.trn-phone-msg:before {
    content: "\e97a";
}

.trn-phone:before {
    content: "\e97b";
}

.trn-photo-camera:before {
    content: "\e97c";
}

.trn-photo:before {
    content: "\e97d";
}

.trn-plane-off:before {
    content: "\e97e";
}

.trn-plane-on:before {
    content: "\e97f";
}

.trn-play-filled:before {
    content: "\e980";
}

.trn-play-outline:before {
    content: "\e981";
}

.trn-play:before {
    content: "\e982";
}

.trn-plus-filled:before {
    content: "\e983";
}

.trn-plus-outline:before {
    content: "\e984";
}

.trn-plus:before {
    content: "\e985";
}

.trn-power-off:before {
    content: "\e986";
}

.trn-power-on:before {
    content: "\e987";
}

.trn-radio-off:before {
    content: "\e988";
}

.trn-radio-on:before {
    content: "\e989";
}

.trn-refresh:before {
    content: "\e98a";
}

.trn-restaurant:before {
    content: "\e98b";
}

.trn-riyal:before {
    content: "\e98c";
}

.trn-room-service:before {
    content: "\e98d";
}

.trn-sad:before {
    content: "\e98e";
}

.trn-satisfied:before {
    content: "\e98f";
}

.trn-save-alt:before {
    content: "\e990";
}

.trn-save:before {
    content: "\e991";
}

.trn-screen-rotation:before {
    content: "\e992";
}

.trn-seat-comfortable:before {
    content: "\e993";
}

.trn-seat-normal:before {
    content: "\e997";
}

.trn-secure-search:before {
    content: "\e995";
}

.trn-security-checked:before {
    content: "\e996";
}

.trn-security:before {
    content: "\e998";
}

.trn-selection-filled:before {
    content: "\e999";
}

.trn-selection-in:before {
    content: "\e99a";
}

.trn-selection-out:before {
    content: "\e99b";
}

.trn-send:before {
    content: "\e99c";
}

.trn-share:before {
    content: "\e99d";
}

.trn-shopping-card:before {
    content: "\e99e";
}

.trn-smartphone:before {
    content: "\e99f";
}

.trn-sort:before {
    content: "\e9a0";
}

.trn-star-filled:before {
    content: "\e9a1";
}

.trn-star-half:before {
    content: "\e9a2";
}

.trn-star-outline:before {
    content: "\e9a3";
}

.trn-sun:before {
    content: "\e9a4";
}

.trn-sundown:before {
    content: "\e9a5";
}

.trn-sunrise:before {
    content: "\e9a6";
}

.trn-swap-horizontal:before {
    content: "\e9a7";
}

.trn-swap-vertical:before {
    content: "\e9a8";
}

.trn-take-off:before {
    content: "\e9a9";
}

.trn-thumb-down:before {
    content: "\e9aa";
}

.trn-thumb-up:before {
    content: "\e9ab";
}

.trn-trash-clean:before {
    content: "\e9ac";
}

.trn-trash-empty:before {
    content: "\e9ad";
}

.trn-trash-full:before {
    content: "\e9ae";
}

.trn-tune:before {
    content: "\e9af";
}

.trn-twitter:before {
    content: "\e9b0";
}

.trn-umbrella:before {
    content: "\e9b1";
}

.trn-usb:before {
    content: "\e9b2";
}

.trn-usd:before {
    content: "\e9b3";
}

.trn-very-satisfied:before {
    content: "\e9b4";
}

.trn-view-column:before {
    content: "\e9b5";
}

.trn-view-row:before {
    content: "\e9b6";
}

.trn-warning:before {
    content: "\e9b7";
}

.trn-watch:before {
    content: "\e9b8";
}

.trn-wireless-off:before {
    content: "\e9b9";
}

.trn-wireless-on:before {
    content: "\e9ba";
}

.trn-zoom-in:before {
    content: "\e9bb";
}

.trn-zoom-out:before {
    content: "\e9bc";
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[dir='rtl'] {
  font-family: sans-serif !important;
}

::-moz-selection {
  background: #01007F;
  color: #fff;
}

::selection {
  background: #01007F;
  color: #fff;
}

::-moz-selection {
  background: #2321FF;
  color: #fff;
}

:hover {
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  outline: none;
}

a {
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  outline: none;
}

img {
  outline: none;
  border: none;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a, select, input, button {
  outline: none;
  overflow: hidden;
}

.text-center {
  text-align: center !important;
}

.clear {
  display: inline-block;
  width: 100%;
  height: 1px;
  clear: both;
  overflow: hidden;
}

.display-none {
  display: none !important;
}

.force-uppercase {
  text-transform: uppercase !important;
}

.circular-medium {
  font-weight: 600;
}

.circular-medium2 {
  font-weight: 400;
  font-size: 14px;
}

.width-75p {
  width: 75% !important;
}

.width-50p {
  width: 50% !important;
}

.width-25p {
  width: 25% !important;
}

.pull-left {
  float: left !important;
}

.padding-10 {
  padding: 10px;
}

.invalid[type="text"],
.invalid[type="password"],
.invalid[type="search"],
.invalid[type="email"],
.invalid[type="url"],
.invalid[type="number"],
.invalid[type="tel"],
textarea.invalid,
select.invalid,
input.invalid[type="radio"],
input.invalid[type="checkbox"],
[type="text"]:invalid,
[type="password"]:invalid,
[type="search"]:invalid, [type="email"]:invalid, [type="url"]:invalid, [type="number"]:invalid, [type="tel"]:invalid, textarea:invalid, select:invalid, input[type="radio"]:invalid, input[type="checkbox"]:invalid {
  border-color: #01007F !important;
  background-color: #F8F9FB !important;
}

label.invalid {
  display: block;
  padding-top: 9px;
  padding-bottom: 5px;
  color: #AAAAAA;
}

.overlay-text {
  display: none;
  position: fixed;
  font-size: 19px;
  padding: 50px 5px 15px 5px;
  color: #000000;
  top: 0%;
  width: 100%;
  height: 100%;
  left: 0%;
  text-align: center;
  z-index: 1000002;
  background-color: rgba(255, 255, 255, 0.9);
}

.overlay-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 100%;
}

.overlay-text-content .loader-image, .overlay-text-content .loader__image, .overlay-text-content .loader-image, .overlay-text-content .loader-image {
  width: 70px;
}


.trn-main-footer > .copyright div {
  margin-top: -9px !important;
}

.container .trn-main-footer {
  width: 92%;
}

.trn-main-footer div > ul > li h2 {
  padding: 32px 0 10px !important;
  margin-bottom: 5px;
}

.col-sm-6, .col-md-6 {
  position: relative;
  min-height: 1px;
  padding: 0 1%;
  display: block;
}

@media (min-width: 768px) {
  .col-sm-6, .col-md-6 {
    width: 48%;
    float: left;
  }
}
.text-right {
  text-align: right;
}

.trn-popover-content .ul-links > li > a:hover {
  color: #2321FF !important;
}

.popup-absolute {
  position: absolute;
}

.popupover-wrapper {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1051 !important;
  /*99999 */
  display: none;
  text-align: left;
  white-space: normal;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
}

.popupover-wrapper .arrow-up {
  display: none;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: 50%;
  top: -11px;
  border-bottom: 11px solid #2321FF;
  position: absolute;
  z-index: 10000;
}

/** Header End**/
/*..........................................................................
        ========================DATEPICKER UI TAGS Begin =========================
...........................................................................*/
.ui-datepicker {
  display: none;
  padding: 5px !important;
  width: auto !important;
  min-width: 550px !important;
  font-size: 13px !important;
  background-color: #fff;
  z-index: 99999 !important;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #2321FF;
  -webkit-box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px -14px rgba(0, 0, 0, 0.75);
  padding-bottom: 15px !important;
}

.ui-datepicker .ui-datepicker-header {
  padding: .2em 0;
  position: relative;
  margin: 10px 0;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 4px;
  width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 4px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  visibility: hidden;
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\e90b";
  font-family: "turna";
  font-size: 18px;
  font-weight: bold;
  color: #01007F;
}

body[dir='rtl'] .ui-datepicker .ui-datepicker-prev, body[dir='rtl'] .ui-datepicker .ui-datepicker-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\e90d";
  font-family: "turna";
  font-size: 18px;
  font-weight: bold;
  color: #01007F;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0 0 .4em;
  width: 100%;
}

.ui-datepicker th {
  border: 0;
  font-weight: bold;
  padding: .7em .3em;
  text-align: center;
}

.ui-datepicker td {
  border: 0;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  background-color: #fff;
  text-align: center !important;
  text-decoration: none;
  padding: 8px 10px;
  color: #000000 !important;
  font-size: 14px !important;
}

.ui-datepicker td span, .ui-datepicker td a:hover {
  background-color: #F8F9FB;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: .7em 0 0 0;
  padding: 3px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: .5em .2em .4em;
  overflow: visible;
  padding: .2em .6em .3em .6em;
  width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto .4em;
  width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 48% !important;
  margin: 0 1% !important;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  font-size: 0em;
  width: 100%;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  -webkit-filter: mask();
          filter: mask();
  /*must have*/
  height: 200px;
  /*must have*/
  left: -4px;
  /*must have*/
  position: absolute;
  /*must have*/
  top: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  z-index: -1;
  /*must have*/
}

.ui-datepicker-calendar th {
  color: #AAAAAA;
  padding-bottom: 20px !important;
}

.ui-datepicker-calendar .ui-state-highlight {
  font-weight: 600;
  color: #01007F !important;
}

.ui-datepicker-calendar .ui-state-active {
  background: #2321FF !important;
  color: #fff !important;
}

.ui-datepicker-calendar .dp-highlight {
  background: #2321FF !important;
  color: #fff !important;
}

.ui-datepicker-calendar .ui-state-between a {
  background: #f9f9ff !important;
  color: #fff !important;
}

.ui-datepicker-calendar .ui-state-disabled > span {
  background: #F8F9FB !important;
  color: #AAAAAA !important;
}

/*..........................................................................
========================AUTOCOMPLATE UI TAGS Begin =========================
...........................................................................*/
.ui-autocomplete {
  background: #fff !important;
  font-size: 14px;
  max-width: 40%;
  z-index: 1051;
  max-height: 250.1px;
  overflow-y: auto;
}

.ui-autocomplete::-webkit-scrollbar {
  width: 6px;
}

.ui-autocomplete::-webkit-scrollbar-track {
  background: #f9f9ff;
  border-radius: 8px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  background: #01007F;
  border-radius: 8px;
}

.ui-autocomplete.source:hover {
  background: #2321FF !important;
  color: #fff !important;
}

.latest-searches-container {
  width: 400px;
  position: absolute;
  z-index: 100;
}

.latest-searches-container .latest-searches-title {
  padding: 10px 5px 10px 20px !important;
  color: #fff !important;
  background-color: #2321FF;
}

.ui-menu .ui-menu-item,
.latest-searches-items .latest-searches-item {
  padding: 10px 5px 10px 50px !important;
  color: #000000 !important;
  background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-autocomplete-marker.png);
  background-position: 12px 8px;
  background-repeat: no-repeat;
  background-color: #F8F9FB;
}

.ui-menu .ui-state-focus,
.latest-searches-items .latest-searches-item:hover {
  background-color: #2321FF !important;
  color: #fff !important;
  cursor: pointer;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-autocomplete-marker-hover.png) !important;
}

/*..........................................................................
========================Icon Circle UI TAGS Begin =========================
...........................................................................*/
.icon-half-circle {
  height: 30px;
  width: 80px;
  border-radius: 90px 90px 0 0;
  -moz-border-radius: 90px 90px 0 0;
  -webkit-border-radius: 90px 90px 0 0;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}

.icon-half-circle:hover {
  background: #F8F9FB;
}

.icon-half-circle .trn-sprt-logo-white {
  background-position: -123px -315px;
  width: 22px;
  height: 22px;
}

/*..........................................................................
        ========================Dialog Validation Begin =========================
...........................................................................*/
#master-dialog {
  z-index: 2000;
}

#master-dialog > .trn {
  max-width: 474px;
  padding: 20px 30px;
  color: #01007F;
}

/*..........................................................................
        ========================Back To Top Begin =========================
...........................................................................*/
#KiseFXrocket {
  position: fixed;
  bottom: 50px;
  z-index: 7;
  display: none;
  overflow: inherit;
  width: 50px;
  height: 50px;
  left: 35px;
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/back-to-top-new-2.svg) center center no-repeat;
  opacity: 0;
  -webkit-transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#KiseFXrocket i {
  display: block;
  margin-top: 48px;
  height: 50px;
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/back-to-top-new-2.svg) center center no-repeat;
  opacity: .5;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
}

#KiseFXrocket:hover i {
  -webkit-animation: flaming .7s infinite;
  animation: flaming .7s infinite;
}

#KiseFXrocket.showrocket {
  visibility: visible;
  opacity: 0.8;
  border: none;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

#KiseFXrocket.launchrocket {
  opacity: 0;
  -webkit-transform: translateY(-800px);
  -ms-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none;
}

#KiseFXrocket.launchrocket i {
  background: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/icon-back-to-top-lounch.png) center center no-repeat;
  -webkit-transform: scale(1.4, 3.2);
  -ms-transform: scale(1.4, 3.2);
      transform: scale(1.4, 3.2);
}

@media only screen and (min-width: 481px) {
  .trn-content {
    width: 94%;
    padding: 10px 3%;
  }
}
@media only screen and (min-width: 769px) {
  .trn-content {
    width: 90%;
    padding: 10px 0%;
  }
}
@media only screen and (min-width: 992px) {
  .trn-content {
    width: 90%;
    padding: 10px 3%;
  }
}
.trn-content {
  position: relative;
  overflow: hidden;
  max-width: 1073px;
  margin: 0 auto;
}

.trn-content > .trn-default-header {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 38px 0 36px;
}

.trn-content > .trn-default-header > h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 28px;
  color: #5d5c5c;
}

.trn-content > .trn-default-header > .trn-default-header-subtitle {
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.0325em;
}

.trn-content > .trn-default-header a {
  color: #2321FF;
  text-decoration: underline;
}

.trn-content > .trn-default-content {
  position: relative;
  display: inline-block;
  width: 100%;
}

.background-dark {
  background-color: #F8F9FB;
}

.background-dark .trn-default-header h2,
.background-dark .trn-default-header p {
  color: #000000 !important;
}

/* Tooltip text */
.turna-tooltip {
  display: none;
  background-color: #000000;
  color: #fff;
  text-align: left;
  padding: 10px 11px;
  border-radius: 3px;
  position: absolute;
  z-index: 100;
  white-space: pre-wrap;
  font-size: 13px;
  -webkit-box-shadow: 0 0 7px #000000;
          box-shadow: 0 0 7px #000000;
}

.turna-tooltip::after {
  content: " ";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #000000;
  width: 0;
  height: 0;
  -webkit-box-shadow: 6px 5px 9px -9px black;
          box-shadow: 6px 5px 9px -9px black;
}

.top-tip.turna-tooltip::after {
  top: 100%;
  left: 50%;
  margin-left: -8px;
}

.top-right-tip.turna-tooltip::after {
  top: 100%;
  right: 20px;
  margin-left: -8px;
}

@media (min-width: 768px) {
  .modal-dialog-large {
    width: 650px;
  }
}
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.trn-main-footer > .copyright div {
  margin-top: -9px !important;
}

/* Loading */
.loading {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Loading */
.trn-sprt-logo-white {
  display: inline-block;
  background: url("https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/v2/sprite/turna-general-sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.trn-content.trn-breadcrumb-content {
  background-color: #F8F9FB;
  padding: 5px 8%;
}

.trn-search .trn-breadcrumbs {
  z-index: 1;
  position: absolute;
  bottom: 15px;
  left: 6px;
  letter-spacing: .0625em;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .trn-search .trn-breadcrumbs {
    bottom: 0;
    left: 0;
  }
}
.trn-search .trn-breadcrumbs .breadcrumbs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trn-search .trn-breadcrumbs .trn-breadcrumb {
  display: inline-block;
}

.trn-search .trn-breadcrumbs .trn-breadcrumb span > span {
  opacity: .8;
}

.trn-search .trn-breadcrumbs .trn-breadcrumb .trn-breadcrumb-link {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}

.trn-search .trn-breadcrumbs .trn-breadcrumb .trn-breadcrumb-link:hover {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}

body[dir="rtl"] .departure-chart-month {
  float: right;
}

.new-container {
  max-width: 1248px;
  margin: 32px auto 100px;
}
@media (min-width: 576px) and (max-width: 1025px) {
  .new-container {
    padding: 0;
  }
}
.new-container--hotel, .new-container--flight, .new-container--bus, .new-container--ferry {
  max-width: unset !important;
}

@media only screen and (max-width: 768px) {
  .ui-datepicker {
    max-width: 100% !important;
    left: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
    min-width: 100% !important;
    position: unset;
    top: 32vh !important;
    bottom: 0;
    border-radius: 24px 24px 0 0;
    -webkit-box-shadow: 0 0 41px rgba(0, 0, 0, 0.7) !important;
            box-shadow: 0 0 41px rgba(0, 0, 0, 0.7) !important;
    position: fixed !important;
  }

  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100% !important;
  }

  .ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
  }
}
.breadcrumbs-wrapper.desktop {
  margin-top: 8px;
}
.breadcrumbs-wrapper.desktop .breadcrumbs-container {
  padding: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.breadcrumbs-wrapper.desktop .breadcrumbs-container .trn-breadcrumb {
  padding: 11px 0;
}
.breadcrumbs-wrapper.desktop .breadcrumbs-container .trn-breadcrumb-link {
  font-size: 14px;
  color: #000000;
  /*font-weight: 600;*/
  text-decoration: none;
}
    .breadcrumbs-wrapper.desktop .breadcrumbs-container .trn-breadcrumb strong {
        font-weight: 600;
    }
.breadcrumbs-wrapper.desktop .breadcrumbs-container .trn-breadcrumb-link.passive {
  color: #585b5e;
  font-weight: 400;
}
.breadcrumbs-wrapper.desktop .breadcrumbs-container .trn-breadcrumb-separator i {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 12px;
  color: #585b5e;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs-wrapper.desktop {
        padding-left: 15px;
        position: relative;
        z-index: 5;
    }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .breadcrumbs-wrapper.desktop {
    padding: 0 48px;
  }
}
/* begin of search page ui standardization for ferry,bus,flight,hotel*/
.new-search-page-container .search-form-wrapper {
  padding: 25px 0 !important;
}

.new-search-page-container .div-search-list .div-search-list-items {
  padding: 0;
}

.new-search-page-container form#flight-search-form {
  max-width: 1248px;
}

.new-search-page-container .div-search-again #change-search {
  margin: 0;
  padding: 0;
  width: 100%;
}

.new-search-page-container .div-chart {
  border: 0;
  padding: 15px 0;
  margin: 0;
  max-width: 1248px;
  width: 100%;
  background: #F5F6F7;
}

.new-search-page-container .new-search-page-estimation-container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F5F6F7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-search-page-container .new-search-page-search-criteria-and-estimation-container {
  padding-bottom: 0;
}

.new-search-page-container button.show-search-graph {
  margin: 0;
}

.new-search-page-container .new-search-results-container {
  max-width: 1248px;
  margin: 0 auto;
}
.new-search-page-container .new-search-results-container.flight {
    max-width: 95%;
}

.new-search-page-container .div-search-list {
  border: 0;
}

.new-search-page-container .div-chart-message {
  border-radius: 8px;
}

.new-search-page-container .div-chart-message .message-search-dates input {
  border-radius: 8px;
}

.new-search-page-container .search-results__inner__left {
  padding-left: 0;
}

.new-search-page-container .div-search-list-items .caption-top-dark {
  background: #01007f;
}

.new-search-page-container .layout__content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.new-search-page-container .layout__sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.new-search-page-container .div-search-list-items .caption-top-dark {
  margin-top: 0;
  margin-right: 0;
}

.new-search-page-container .search-results__inner__left {
  margin: 0;
}

.new-search-page-container .new-search-results-container {
  padding-top: 30px;
}

.new-search-page-container .flights-wrapper, .div-search-list-items .item-header {
  margin-right: 0;
}

.new-search-page-container .col-sm-6, .col-md-6 {
  width: 50%;
}

.new-search-page-container .div-search-list {
  border: 0;
}

.new-search-page-container .div-chart-message {
  border-radius: 8px;
}

.new-search-page-container .div-chart-message .message-search-dates input {
  border-radius: 8px;
}

.new-search-page-container .search-results__inner__left {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.new-search-page-container .div-search-list-items .caption-top-dark {
  background: #01007f;
}

.new-search-page-container .layout__content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.new-search-page-container .layout__sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.new-search-page-container .search-form-wrapper .inner-container {
  margin: 0 auto;
  max-width: 1248px;
  padding: 0;
}

.new-search-page-container .layout.layout--reverse {
  padding: 0;
}

.new-search-page-container section.search-results {
  padding: 0;
}

.new-search-page-container .search-results__inner.turna-container.flex {
  gap: 32px;
  padding: 0;
}

.new-search-page-container .search-results__inner__right {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0;
}

.new-search-page-container form#ferry-search-form {
  max-width: 1248px;
  margin: 0 auto;
}

/* end of search page ui standardization for ferry,bus,flight,hotel*/

@media (min-width: 768px) {
    .datepicker-drawer-dates-and-close {
        display: none;
    }
}



.new-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999 !important;
    padding: 0 !important;
    background: none !important;
}

.new-modal-container {
    background: rgba(0, 0, 0, 0.30);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-modal-content-container {
    width: 400px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    border-radius: 16px;
    background: #FFF;
}


.new-modal-top-icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

h5.new-modal-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 16px;
}

    h5.new-modal-title > span {
        color: var(--foreground-default, #1D1E20);
        font-family: var(--fontFamily-ltr-display, "Sofia Sans");
        font-size: var(--fontSize-3xLarge, 26px);
        font-style: normal;
        font-weight: var(--fontWeight-bold, 700);
        line-height: var(--lineHeight-3xLarge, 34px); /* 130.769% */
    }

button.new-modal-close {
    padding: 0;
    height: auto;
    background: none;
    border: 0;
    border-radius: 64px;
    background: var(--background-400, #EBEDEF);
}

    button.new-modal-close > span {
        display: flex;
        width: 32px;
        height: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

button.new-modal-ok > span {
    border-radius: var(--2xLarge, 64px);
    background: var(--primary-default, #01007F);
    display: flex;
    height: var(--sizing-14, 56px);
    padding: 0px var(--spacing-6, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-3, 12px);
    flex: 1 0 0;
    color: var(--primary-onDefault, #FFF);
    text-align: right;
    /* Button/Default */
    font-family: var(--fontFamily-ltr-body, Inter);
    font-size: var(--fontSize-base, 16px);
    font-style: normal;
    font-weight: var(--fontWeight-medium, 500);
    line-height: var(--lineHeight-base, 21px); /* 131.25% */
}

button.new-modal-ok {
    padding: 0;
    background: none;
    border: 0;
    width: 100%;
    margin-top: 24px;
}


.modal-inner-content, .modal-inner-content-desc {
    text-align: left;
    color: var(--foreground-muted, #585B5E);
    font-family: var(--fontFamily-ltr-body, Inter);
    font-size: var(--fontSize-base, 16px);
    font-style: normal;
    font-weight: var(--fontWeight-normal, 400);
    line-height: var(--lineHeight-base, 21px); /* 131.25% */
    width: 100%;
    display: block;
}

    .modal-inner-content.passenger-validation-content > div {
        display: list-item;
        list-style-position: inside;
        margin-bottom: 5px;
        color: var(--danger-emphasis, #B91C1C);
        font-family: var(--fontFamily-ltr-body, Inter);
        font-size: var(--fontSize-base, 16px);
        font-style: normal;
        font-weight: var(--fontWeight-normal, 400);
        line-height: var(--lineHeight-base, 21px); /* 131.25% */
    }

.modal-inner-content-desc {
    margin-bottom: 16px;
}

.new-modal-content {
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

@media screen and (max-width: 375px) {
    .trn-modal .trn-modal-signin-content .signin-modern__wrapper {
        max-height: 100%;
    }

    .trn-modal .trn-modal-signin-content .signin-modern__box {
        padding: 16px;
    }

    .trn-modal .trn-modal-signin-content .signin-modern__footer__box {
        padding: 10px;
    }

    .trn-modal .trn-modal-signin-content .signin-modern__footer {
        margin: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .new-modal-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .new-modal-content-container {
        width: 100%;
    }
}
/*.alert-success{
    font-size: 14px;
    letter-spacing: 0.6px;
    position: absolute;
    right: 30px;
    top: 75px;
    display: none;
}

#error-alert{
    font-size: 14px;
    letter-spacing: 0.6px;
    position: fixed;
    width: 100%;
    top: 51px;
    z-index: 10;
}*/
 div.social-wrap button {
    padding-right: 45px;
    height: 35px;
    background: none;
    border: none;
    display: block;
    background-size: 35px 35px;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
    width: 205px;
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: 0 4px 2px -2px gray;
    text-shadow: rgba(0, 0, 0, .5) -1px -1px 0;
}
button#facebook {
    border-color: #2d5073;
    background-color: #3b5998;
    background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/facebook-icon.png);
}
button#twitter {
    border-color: #007aa6;
    background-color: #008cbf;
}
button#googleplus {
    border-color: #111;
    background-color: #222;
    text-shadow: #333 -1px -1px 0;
    background-image:url(http://i.tinyuploads.com/KBZc6n.png);
}
div.social-wrap button:active {
    background-color: #222;
}
div.social-wrap.b button {
    padding-right: 45px;
    height: 35px;
    background: none;
    border: none;
    display: block;
    background-size: 25px 25px, cover;
    background-position: 170px center, center center;
    background-repeat: no-repeat, repeat;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
    width: 205px;
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: 0 4px 2px -2px gray;
    text-shadow: rgba(0, 0, 0, .4) -1px -1px 0;
}
div.social-wrap.b {
}
div.social-wrap.b > .googleplus {
    background-size: 25px 25px, cover;
    background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/gplus.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%, #353233), color-stop(100%, #1d1b1c));
}
div.social-wrap.b > .facebook {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c74c4), color-stop(100%, #3b5998));
    position:relative;
}

div.social-wrap.b > .twitter {
    background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/twitterbird.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00aced), color-stop(99%, #00a9ff));
}
div.social-wrap.b button em {
    font-size: 18px;
    letter-spacing: 1px;
    font-family:"Times New Roman";
    margin-right: 4px;
    margin-left: 4px;
}
div.social-wrap.c button {
    padding-left: 20px;
    padding-right: 0px;
    height: 25px;
    background: none;
    border: none;
    display: block;
    background-size: 25px 25px, cover;
    background-position: 10px center, center center;
    background-repeat: no-repeat, repeat;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    margin-bottom: 6px;
    /*width: 175px;*/
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: 0 4px 2px -2px gray;
    text-shadow: rgba(0, 0, 0, .4) -1px -1px 0;
}
div.social-wrap.c {
}
div.social-wrap.c > .googleplus {
    background-size: 25px 25px, cover;
    background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/gplus.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%, #353233), color-stop(100%, #1d1b1c));
    
}
div.social-wrap.c > .facebook {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c74c4), color-stop(100%, #3b5998));
    position:relative;
}
div.social-wrap.c > .twitter {
    background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/twitterbird.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00aced), color-stop(99%, #00a9ff));
}
div.social-wrap.c button em {
    font-size: 18px;
    letter-spacing: 1px;
    font-family:"Times New Roman";
    margin-right: 4px;
    margin-left: 4px;
}
ul.sm-wrap {
    list-style-type: none;
    padding: 0px;
}
ul.sm-wrap li {
    font-family:"Helvetica", sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
    padding-left: 20px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
ul.sm-wrap li#facebook-sm {
    background-image: url(https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/Icons/social/facebook-icon.png);
}

ul.sm-wrap a{
    text-decoration: none;    
}

/* Google SignIn Button: Start */
#customGoogleSignInBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 100%;
    border: thin solid #888;
    padding: 16px 2%;
    white-space: nowrap;
    cursor: pointer;
    background: url('https://google-developers.appspot.com/identity/sign-in/g-normal.png') no-repeat left 10px center;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

/* Google SignIn Button: End */
/** Header Begin **/

.trn-main-top {
    width: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    font-weight: 600;
    height: 50px;
}

    .trn-main-top > .trn-nav {
        z-index: 2;
        display: inline-block;
        width: 96%;
        background-color: #fff;
        border-bottom: 1px solid #DDDDDD;
        padding: 0px 2%;
        height: 50px;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
        box-shadow: 0 1px 4px rgba(0,0,0,.3);
    }

    .trn-main-top > .navbar-main-bottom {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .trn-main-top > .trn-nav > .logo {
        width: 30%;
        float: left;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .trn-main-top > .trn-nav > .logo a {
            position: relative;
            top: -1px;
            height: 30px;
            width: 190px;
            background: url('https://res.cloudinary.com/turna/image/upload/v1713275263/Images/New%20Logo/turnacom2x.png') no-repeat;
            background-position: center !important;
            background-size: 95%;
            display: inline-block;
            text-indent: -9999px;
        }

    .trn-main-top > .trn-nav > .links {
        width: 70%;
        float: right;
        height: 100%;
    }

        .trn-main-top > .trn-nav > .links > ul {
            width: 100%;
            display: inline-block;
            height: 100%;
        }


            .trn-main-top > .trn-nav > .links > ul > li.last {
                border-right: none;
            }

            .trn-main-top > .trn-nav > .links > ul > li {
                float: right;
                padding: 0 20px;
                border-right: 1px solid #DDDDDD;
                height: 100%;
            }

            .trn-main-top > .trn-nav > .links > ul > .user-op {
                padding-right: 0px;
            }

                .trn-main-top > .trn-nav > .links > ul > .user-op a {
                    padding: 5px 10px;
                    border-radius: 2px;
                    font-size: 12px !important;
                    letter-spacing: 0.0325em;
                    border: 1px solid #DDDDDD;
                    background-color: #F8F9FB;
                }

            .trn-main-top > .trn-nav > .links > ul > li > a:link, .trn-main-top > .trn-nav > .links > ul > li > a:active, .trn-main-top > .trn-nav > .links > ul > li > a:visited {
                color: #AAAAAA;
                line-height: 50px;
                text-decoration: none;
                font-size: 12px;
                font-weight: 600;
            }

            .trn-main-top > .trn-nav > .links > ul > li > a:hover {
                color: #AAAAAA !important;
            }

            .trn-main-top > .trn-nav > .links > ul > li > a > img {
                float: left;
                margin: 15px 2px 2px;
                width: 21px;
            }

            .trn-main-top > .trn-nav > .links > ul > #currency-link > a {
                display: block;
                width: 16px;
                height: 100%;
                background-image: url('https://res.cloudinary.com/turna/image/upload/q_auto,f_auto/Images/sprite/sprite_v2.png') !important;
                background-repeat: no-repeat;
                height: 21px;
                margin-top: 17px;
            }

            .trn-main-top > .trn-nav > .links > ul > #currency-link > .icon-try {
                background-position: 0 -1296px;
            }

            .trn-main-top > .trn-nav > .links > ul > #currency-link > .icon-eur {
                background-position: 0 -1236px;
            }

            .trn-main-top > .trn-nav > .links > ul > #currency-link > .icon-usd {
                background-position: 0 -1266px;
            }

            .trn-main-top > .trn-nav > .links > ul > #currency-link > .icon-sar {
                width: 30px;
                background-position: -18px -1266px;
            }


@media only screen and (max-width: 1000px) {
    .trn-main-top > .trn-nav > .links > ul > li > a > span {
        display: none !important;
    }
}

/*..........................................................................
========================Passenger UI TAGS Begin =========================
...........................................................................*/
/*.popupover-wrapper .search-options {
    padding: 15px 22px 5px;
    width: 260px;
    border-radius: $radius;
    background-color: $white;
    display: inline-block;
}*/
.popupover-wrapper .search-options > .div-select-list {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.popupover-wrapper .search-options > .div-select-list > select {
  padding: 7px;
  font-size: 14px;
  color: #000000;
  width: 100%;
  border: 1px solid #DDDDDD;
}

/*.popupover-wrapper .search-options > .div-search-spinner {
        width: 100%;
        padding: 7px;
        display: inline-block;
    }

        .popupover-wrapper .search-options > .div-search-spinner > .title {
            font-size: 11px;
            text-align: left;
            padding-left: 0;
            font-size: 15px;
            width: 50%;
            float: left;
            line-height: 15px;
        }

            .popupover-wrapper .search-options > .div-search-spinner > .title span {
                display: block;
                color: $text-secondary-color;
                font-size: 11px;
                line-height: 18px;
            }

        .popupover-wrapper .search-options > .div-search-spinner > .spinner {
            width: 50%;
            float: right;
        }

            .popupover-wrapper .search-options > .div-search-spinner > .spinner span {
                width: 33px;
                display: block;
                float: left;
            }

            .popupover-wrapper .search-options > .div-search-spinner > .spinner button {
                width: 35px;
                padding: 5px 0;
                font-size: 18px;
                height: 34px;
                color: $text-secondary-color;
                background-color: $bg-gray;
                border: $border;
                font-weight: 600;
                line-height: 18px;
            }

                .popupover-wrapper .search-options > .div-search-spinner > .spinner button:hover {
                    background-color: $border-color;
                }

            .popupover-wrapper .search-options > .div-search-spinner > .spinner input[type=text] {
                width: 45px;
                padding: 5px 0;
                font-size: 14px;
                text-align: center;
                height: 22px;
                border-top: $border;
                border-bottom: $border;
                border-right: none;
                border-left: none;
                float: left;
                color: $text-secondary-color;
                height: 100%;
            }*/
/*..........................................................................
========================SEARCH UI TAGS Begin =========================
...........................................................................*/
@media (max-height: 600px) {
  .container > .trn-search {
    height: 500px;
  }
}
@media (min-height: 600px) {
  .container > .trn-search {
    height: 500px;
  }
}
/*@media(min-height:799px) {
    .container > .trn-search {
        height: 550px;
    }
}*/
.container > .trn-search {
  position: relative;
  overflow: hidden;
}

.container > .trn-search:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.container > .trn-search > .trn-search-bar {
  display: block;
  width: 87%;
  max-width: 1020px;
  margin: 0 auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 12px 0 26px 3%;
  margin-bottom: 50px;
}

.container > .trn-search > .trn-search-bar > .search-header {
  padding: 0 0 10px;
}

.container > .trn-search > .trn-search-bar > .search-header > label input {
  display: none;
}

.container > .trn-search > .trn-search-bar > .search-header > label {
  /*color: #c7c7c7;*/
  color: #fff;
  margin-right: 11px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-left: 18px;
}

.container > .trn-search > .trn-search-bar > .search-header > label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 13px;
  height: 13px;
  background-color: #F8F9FB;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
}

.container > .trn-search > .trn-search-bar > .search-header > label.active .circle {
  background-color: #2321FF;
  height: 7px;
  width: 7px;
  position: absolute;
  border-radius: 50%;
  left: 3px;
  top: 7px;
}

.container > .trn-search > .trn-search-bar > .search-header > label.active {
  /*color: #f3f3f3 !important;*/
  color: #2321FF !important;
}

.container > .trn-search > .trn-search-bar > .search-details {
  display: inline-block;
  width: 100%;
  position: relative;
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  overflow: hidden;
  margin-bottom: 13px;
}

.container > .trn-search > .trn-search-bar > .search-details.multiple-way-item {
  margin-bottom: 0px !important;
}

.container > .trn-search > .trn-search-bar > .search-details.multiple-way-item > .close-multiple-way-item {
  font-weight: bold;
  color: #2321FF;
  font-size: 18px;
  border-radius: 100%;
  cursor: pointer;
  padding-left: 5px;
  visibility: hidden;
}

.container > .trn-search > .trn-search-bar > .search-details.multiple-way-item:hover > .close-multiple-way-item {
  visibility: visible;
}

.container > .trn-search > .trn-search-bar > .search-details > .search-arrow {
  position: absolute;
  height: 25px;
  width: 15px;
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
}

.container > .trn-search > .trn-search-bar > .search-details > .search-arrow div {
  background-position: -159px -122px;
  width: 13px;
  height: 15px;
}

.container > .trn-search > .trn-search-bar > .search-details input[type=text],
.container > .trn-search > .trn-search-bar > .search-details > select {
  height: 48px;
  margin: 0;
  float: left;
  border: 1px solid #DDDDDD;
  padding: 0 5px 0 13px;
  cursor: pointer;
  display: block;
  border-right: none !important;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container > .trn-search > .trn-search-bar > .search-details input[type=text]:focus,
.container > .trn-search > .trn-search-bar > .search-details > select:focus {
  border-bottom: 2px solid #01007F;
}

.close-date {
  position: absolute;
  height: 22px;
  width: 22px;
  color: #000000;
  right: 29.1%;
  font-size: 18px;
  text-align: center;
  top: 2px;
  cursor: pointer;
  line-height: 19px;
  border: 0px solid #fff;
}

.return-date {
  position: absolute;
  color: #AAAAAA;
  right: 31.1%;
  top: 4px;
  cursor: pointer;
  line-height: 40px;
  padding: 0 19px 0 45px;
  border-radius: 11px;
}

.return-date .line {
  position: absolute;
  height: 0;
  width: 17px;
  border-bottom: 1px solid #DDDDDD;
  left: 0;
  top: 20px;
}

@media (max-width: 992px) {
  .close-date {
    top: 60px;
    left: 43%;
  }

  .return-date {
    left: 24.1%;
    top: 62px;
    right: auto;
    font-size: 13px;
  }

  .container > .trn-search > .trn-header {
    top: 109px;
  }

  .container > .trn-search > .trn-search-bar {
    margin-top: 200px;
  }

  .container > .trn-search > .top-nav-social {
    margin-top: 219px;
  }

  .container > .trn-search > .trn-search-bar.multiple-way-selected {
    margin-top: 7% !important;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }

  .container > .trn-search > .trn-search-bar.multiple-way-selected > .search-details {
    margin-bottom: 10px !important;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .search-arrow {
    padding: 15px 3px 3px;
    left: 43%;
    top: 2px;
  }

  .container > .trn-search > .trn-search-bar > .search-details > input[type=text].txt-location {
    width: 47%;
    font-size: 16px;
    text-align: left !important;
    margin-bottom: 10px;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper {
    float: left;
    position: relative;
    width: 23.5%;
    height: 48px;
    margin-bottom: 10px;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > input[type=text].txt-date {
    width: 100%;
    font-size: 13px;
    text-align: left !important;
    margin-bottom: 10px;
    padding-left: 20%;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > select.txt-date {
    width: 24.6%;
    font-size: 12px;
    text-align: center !important;
    height: 48px;
    margin-bottom: 15px;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .dtp-wrap-from-long {
    width: 47%;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > input[type=text].txt-date-long {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 10%;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .pass-wrapper {
    position: relative;
    float: left;
    width: 47%;
    overflow: hidden;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .pass-wrapper > input[type=text].txt-passenger {
    width: 100%;
    margin-bottom: 1px;
    text-align: left !important;
    padding-left: 10%;
  }

  .container > .trn-search > .trn-search-bar > .search-details > button.btn-search {
    width: 94%;
  }

  .container > .trn-search > .trn-search-bar.multiple-way-selected > .search-details > button.btn-search {
    position: relative;
    bottom: 0 !important;
    display: none;
  }

  .container > .trn-search > .trn-search-bar.multiple-way-selected > .search-details > button.btn-search.multiple {
    display: block;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .container > .trn-search > .trn-header {
    top: 180px;
  }

  .container > .trn-search > .trn-search-bar {
    margin-top: 280px;
  }

  .container > .trn-search > .top-nav-social {
    margin-top: -105px;
    top: 50% !important;
  }

  .container > .trn-search > .trn-search-bar.multiple-way-selected {
    margin-top: 6% !important;
    -webkit-transition-property: position;
    -o-transition-property: position;
    transition-property: position;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }

  .container > .trn-search > .trn-search-bar.multiple-way-selected > .search-details {
    margin-bottom: 10px !important;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .search-arrow {
    padding: 15px 3px 0 10px;
    left: 16.9%;
    top: 2px;
    margin-left: -7px;
  }

  .container > .trn-search > .trn-search-bar > .search-details > input[type=text].txt-location {
    width: 19.4%;
    font-size: 14px;
    text-align: left !important;
    margin-bottom: 0;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper {
    position: relative;
    float: left;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > input[type=text].txt-date {
    width: 165px;
    font-size: 13px;
    text-align: left !important;
    padding-left: 32px;
    margin-bottom: 0;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > select.txt-date {
    width: 15.1%;
    font-size: 13px;
    text-align: center !important;
    height: 48px;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > input[type=text].txt-date-long {
    width: 330px;
    font-size: 14px;
    text-align: left !important;
    margin-bottom: 0;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .pass-wrapper {
    position: relative;
    float: left;
    width: 17.5%;
    overflow: hidden;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .pass-wrapper > input[type=text].txt-passenger {
    width: 100%;
    padding-left: 20%;
    padding-right: 17px;
    font-size: 14px;
  }

  .container > .trn-search > .trn-search-bar > .search-details > button.btn-search {
    width: 10%;
    border-radius: 8px;
  }

  .container > .trn-search > .trn-search-bar.multiple-way-selected > .search-details > button.btn-search {
    width: 16%;
    display: block;
  }

  .container > .trn-search > .trn-search-bar.multiple-way-selected > .search-details > button.btn-search.multiple {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1160px) {
  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > i {
    display: none !important;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper {
    float: none !important;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > input[type=text].txt-date {
    padding-left: 1%;
    width: 16.1%;
  }

  .container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > input[type=text].txt-date-long {
    width: 32.2%;
  }

  .return-date {
    right: 30.1%;
  }
}
@media (min-width: 1400px) {
  .container > .trn-search > .trn-header {
    top: 180px;
  }

  .container > .trn-search > .trn-search-bar {
    margin-top: 280px;
  }

  .container > .trn-search > .top-nav-social {
    margin-top: -105px;
    top: 50% !important;
  }
}
.container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > i {
  position: absolute;
  left: 9px;
  top: 16px;
  background-position: -160px -273px;
  width: 16px;
  height: 16px;
}

.container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > input[type=text].txt-date {
  text-align: right;
  background-color: #fff;
}

.container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > select.txt-date {
  text-align: center !important;
  background-color: #fff;
}

.container > .trn-search > .trn-search-bar > .search-details > .datepicker-wrapper > input[type=text].txt-date-long {
  text-align: right;
  background-color: #fff;
}

.container > .trn-search > .trn-search-bar > .search-details > .pass-wrapper > i {
  position: absolute;
  left: 10px;
  top: 17px;
  background-position: -141px -122px;
  width: 13px;
  height: 15px;
}

.container > .trn-search > .trn-search-bar > .search-details > button.btn-search {
  height: 48px;
  background-color: #2321FF;
  border: 1px solid #2321FF;
}

.container > .trn-search > .trn-search-bar > .multiple-way-add {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  display: none;
}

.container > .trn-search > .trn-search-bar > .multiple-way-add a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.container > .trn-search > .trn-search-bar > .multiple-way-add a:hover {
  color: #2321FF;
}

.container > .trn-search > .trn-search-bar > .search-footer {
  position: absolute;
  bottom: 11px;
  padding: 0;
  font-size: 12px;
}

.container > .trn-search > .trn-search-bar > .search-footer > i {
  width: 15px;
  float: left;
}

.container > .trn-search > .trn-search-bar > .search-footer > input {
  float: left;
  margin-right: 5px;
  cursor: pointer;
  height: 18px;
  width: 15px;
}

.container > .trn-search > .trn-search-bar > .search-footer > input + label {
  color: #F8F9FB;
  float: left;
  cursor: pointer;
}

.container > .trn-search > .trn-search-bar > .search-footer > input:checked + label {
  color: #2321FF;
}

/*..........................................................................
========================SEARCH Social UI TAGS Begin =========================
...........................................................................*/
.container > .trn-search > .top-nav-social {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
}

.container > .trn-search > .top-nav-social > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container > .trn-search > .top-nav-social > ul > li {
  height: 40px;
  width: 40px;
  margin-bottom: 2px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  outline: none;
}

.container > .trn-search > .top-nav-social > ul > li:hover {
    /*opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  outline: none;
}

.container > .trn-search > .top-nav-social > ul > li a {
  width: 40px;
  height: 40px;
  display: block;
}

.container > .trn-search > .top-nav-social > ul > li.fb {
  background-position: -50px -176px;
  background-color: rgba(160, 160, 160, 0.5);
}

.container > .trn-search > .top-nav-social > ul > li.fb:hover {
  background-position: -5px -173px;
  background-color: rgba(255, 144, 18, 0.8);
}

.container > .trn-search > .top-nav-social > ul > li.twitter {
  background-position: -140px -228px;
  background-color: rgba(160, 160, 160, 0.5);
}

.container > .trn-search > .top-nav-social > ul > li.twitter:hover {
  background-position: -95px -228px;
  background-color: rgba(255, 144, 18, 0.8);
}

.container > .trn-search > .top-nav-social > ul > li.google {
  background-position: -140px -183px;
  background-color: rgba(160, 160, 160, 0.5);
}

.container > .trn-search > .top-nav-social > ul > li.google:hover {
  background-position: -95px -183px;
  background-color: rgba(255, 144, 18, 0.9);
}

.container > .trn-search > .top-nav-social > ul > li.youtube {
  background-position: -50px -266px;
  background-color: rgba(160, 160, 160, 0.5);
}

.container > .trn-search > .top-nav-social > ul > li.youtube:hover {
  background-position: -5px -263px;
  background-color: rgba(255, 144, 18, 0.8);
}

.container > .trn-search > .top-nav-social > ul > li.instagram {
  background-position: -50px -221px;
  background-color: rgba(160, 160, 160, 0.5);
}

.container > .trn-search > .top-nav-social > ul > li.instagram:hover {
  background-position: -5px -218px;
  background-color: rgba(255, 144, 18, 0.8);
}

/*........ VIDEO .......*/
#searchvideo {
  background-color: #F8F9FB !important;
  z-index: 0;
}

.container > .trn-search > .video-player {
  top: 0;
  position: absolute;
  width: 100%;
  display: inline-block;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  -webkit-transition: opacity 1500ms linear;
  -o-transition: opacity 1500ms linear;
  transition: opacity 1500ms linear;
}

.container > .trn-search > .image,
.container > .trn-search .video-alternative-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: transform .4s ease;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.container > .trn-search > .video-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 87px;
  height: 17px;
  z-index: 3;
  background-repeat: no-repeat;
  padding: 7px 30px;
  background-position: 8px 5px;
}

.container > .trn-search > .video-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 87px;
  height: 17px;
  z-index: 3;
  background-repeat: no-repeat;
  padding: 7px 30px;
  background-position: 8px 5px;
}

.container > .trn-search > .korean-50-video-banner {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAAAiCAMAAABvGhXfAAABrVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////w8vfq7vXi6PHN2efc4+797vD////19/rz9vrx8/j///8AO4LYABvaDyipvdX0sbnvkZ3dHTXZCCLz9vrO2OZnirQ/a6E0Y5wdUZDsf4zkUGL97e775un63eD30NX3yc6OqMhzk7ryqbIMRIjE0eL2wMZTeqtIcqUkVpPqdoXgNkvX4Ovj0ducs87mwcuer8vAssX1vsTMrr/ZsL1WfazwnKbQX3XfMEUxzuSoAAAAYXRSTlMAQP3AgAZgAyAvCAHsxfzfEQqz+Lvq9dCsmmRDKBzTkXxbUD4O+a+fMtfJtqKMa00WEM3Chn55OhPy8OfjblVJNRnuppxXRzgq4RXl24NmJSPclXVxcLn++fX17Oki4cLCxyitRQAAB6RJREFUWMPtl+dbE0EQxt/L3eVSSEgCgZgQTCcRKRETEERARMSCvdfB3nvvvfs3e7vZzV4klsdHP1h+X9wrXPadeWdmxX/+EoZ3xWcx5YNgZBbfxZvNevEnYrmXxDda8Hszudp1taMX38ZduH7q9OlTNwpu/ASejfhxwpN+/Eq8gUAmBIa5crqw1AgEqM/Et8gcOv3pOOfMlWVeNOKb1LJJLCKZ3SpWU+uCLZP4Qcz+FirIjdZ2aU1q9ve7NG34sAmUvZoWrxip4R8MyoYVMY+Ke/+aTqKoyNnS0W6dMUat/nhba0DXS8GoF7tvnDle58xN++XQWmokmgbKa6OdOmdoe9C+1wJGseCy10Ng5FbNBfTAaspHBoHhtpKut1IcDjb28Q/XIhpykSQCjNEXdG/DDzASiPkczomWXLEI9YGTUt+3ii3E2bxt960Txx2cPeWGtYK+wJWBv50asdOb0cV6A5dbf2Md4OtjcvY4jDGj54nTI6JPglIRSAvxiu0+NCVKimV6u+MtMx3tzPj88Yi4XkI1dAtYwxZrZ/yZ63W1J65eeWrrveVFOEA1lgzERLABS6hp34CR/hKRGyF+rRT4DXk9bF/1EQX8UMRI0MZdrOKXcIpfGUoEiZNBM5LkYKdrtrFWqqxBZ2TqRQgnWE0yDw4CRz5KtU/Y01tXj59ZAawnzpyFQeKsRv3mcv7hCMWA7LJGBVgtrjebwFYWEQfWfJt4mgInQZwWHpOtwkYmsIc4zdtmlhSl9sjiVmiqdYk4I/YyblvOAnafrydXbObK8dNujChlo3y1wl6V5U1GbmwTK10SGOC0kkySfdFGA3DinxMPx2pb8knjcFbxi1Z7FVEFshg3KdYFm4QkFIZE2MeEabhcW2DT+bpetCS4+rQA5GUNdjmcla/L9WentiWc9Rc1G+W6vKzK1sNJgjpIJa4eyU5wuqVcc3WtjtAUg8VSq+GmYSxiZBCSXuJYHvvbaz0sYc/eOeSevPDozn26duIQ0CLklrld81Uw2qTcrRGqcOd00LjoP3Ehd5pqrPDbzk7ASYFS4ml3raZbnHKXCblmrGYPP5qy3H4mC3YXKWkotrtormrvSbX0iKidDv6bPkA7ebPeqOjCAuMCPXngkTuJsDfn+qbgkBvVu+0q3wWbnbbJ+4jTasFmjtKyI41je6Ncr2s0NyLym2mUq5zXprObHSkPvgJrotKuKSpDkgmKBFldDXIV7Ra023vl0L16cqHGizd3NXsnirHefkvIVfSz5DK7hkeVQe2EpkfEpOjwlBrlBsiADE7nYrm9DYNvWQLNGeOGl9n1ipU6Ksxjkdy8HDO23PunhNybl4TcyzfqcnvTohgDOSU3omlLWfKAKuUNw+iW6eVyZ5CWQ3FzQ+0mbGG63ikeZpTcbqfcsYleIbgfzfCxX6pqOTAGqLKog5Xg/aJVuQaCMkXek3fow1lm5VPBBcnzB3InSzAl3LdDyBU9ZB3tBKZWkRO3kAt1SBloSK6TTiW35NzbnLKgt+mhUQRjaDwJhPNrN6ojhSCs/k6MScxIz0zsv7ePrt29cvo6nVuQvN0sd9IDbCFO0MNnhZSbXDXA8jFmMPaI9JrAJiZ3liRrIODHmqWGjezlM/XO3OqUO2Z/WyRjCE0YUH5f6rMn9JAYs53120XUaZGDaId4uLZw6aL4upL7cqlMZAFIutS5ydUwIbaw6crYpsp5Nc9xDwmqkORaaZkcOJzNFkxxzHCmokM0X0YWixknRSA8YZcW71sekgwlIZE3t8K3XSxHTy68P8dX56XaS9c8ctraaca0iNowBskhN2TfDyYbjrGjg1jFI7BRurzFEIPR0uWwrUd6CzSx8vA3xN9sUGeXFVhMWg+oLjrNDmDbq5O5CVU/cQuSPnWIK+ZJ8Gjh8u1zttpLUu6rHvVmF6RyGvMKH8aA3PBKJrEXjUfH9jTRJl89Byo24ZhK1jrpur5useqrmV25qFNGxEQzBiemheUmPZuokfYQJOtlh8oPAP0k2Pt4YeHexXsLkoutZdR7WbedvyH6GhOqnhSxQcAvmsSq3X4+cbcLITbpDvoS1zgwUd+3XUnzct3qR3Nmo+LdrY16o7OooxpphyX/gxJMFfdfXnBwcZ+XJVSiq7gvYs5fE0AS5cEiC3/bUtE3RcAGmc+pCR1+jKqrJMxSbW+BFL5GVxuvXmAqQIr8PBTuyhqNkYin2QTrcdHocg/gPfhQqb2zwr5jpqrrNcbEbg3ARMWo2n856/ExX3qKWfvJgHtXRZzhwzsrM5oDD/+ttuCOqfrevCFYxZqZJ7Vslw8OwsliF7BBy46wjjarDTO79uj69JocvsFKOcMsIyhd0tuFbxAS+y0bBx7yDD++cNAo49cw1YXfisYrFYzkfEHXI1uqHvwgZXfh6PkDx3rcZfwp8Om3Ev8Kw7UR9q+Q4idbwXpfLpGulDemEpOZeKISwt/G4bVEAV9drnu8f4tn+fJcfH7ZQG8ogb8CX6EnbYKh2eM2ZkLin+6NLzf6Y8jGl6Nrxzj+CibZjB5aYizZbP873zCWdodSPTtndkb6l4QLhoG/g4oYsfmh8Yb6HIyJS58HsLbhb2EkblR2rZk08Z9/ms/w83lqTFmp5QAAAABJRU5ErkJggg==");
  background-size: 100%;
  right: 15px;
  height: 34px;
  width: 100px;
  background-position: 0;
}

.container > .trn-search .video-alternative-img-text {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 5px 30px;
  background: #fff;
}

.container > .trn-search .video-alternative-img-text a {
  color: #2321FF;
  text-decoration: none;
}

.container > .trn-search .video-alternative-img-text a:hover {
  color: #2321FF;
  text-decoration: underline;
}

.container > .trn-search > .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 2px 5px;
  background: #fff;
}

.container > .trn-search > .video-controls a {
  text-decoration: none;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.0625em;
}

.container > .trn-search > .video-controls a:hover {
  text-decoration: underline;
}

.trn-header {
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  letter-spacing: 0.0325em;
}

.trn-header > h1 {
  color: #fff;
  font-size: 30px;
  text-shadow: 0 2px 1em #cac9c9;
  font-weight: bold;
}

.trn-header > h2,
.trn-header > span {
  color: #fff;
  font-size: 16px;
  text-shadow: 0 2px 1em #cac9c9;
  margin-top: 5px;
}

.container > .trn-search > .trn-search-bar > .search-details > button.btn-search div {
  background-position: -141px -85px;
  width: 32px;
  height: 32px;
}

:root {
    --text-primary-color: #000000;
    --white: #fff;
    --text-secondary-color: #AAAAAA;
    --border-color: #DDDDDD;
    --border: 1px solid #DDDDDD;
    --transition: .3s;
    --radius: 8px;
    --main-color: #01007F;
    --second-color: #2321FF;
    --main-light-color: #f4f4ff;
    --bg-gray: #F8F9FB;
}

.main-helper-margin {
    margin: 0 20px 20px;
}


h1 {
    font-size: 17px;
    margin-bottom: 15px;
    color: #777;
}

.caption {
    font-size: 15px;
    color: #777;
    padding: 10px;
    background-color: #fff6eb;
    line-height: 27px;
}

.collapse {
    display: none;
}

.faq-question {
    width: 98%;
    background: #fff;
    text-align: left;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    line-height: 23px;
    padding: 17px 0 0;
    margin-left: 5px;
    color: #696969;
}

body[dir='rtl'] .faq-question {
    text-align: right;
}

.open.faq-question {
    font-weight: 600;
    border-bottom: none;
}

.div-account-dashboard-item-in {
    padding: 15px 20px;
    margin: 5px 5px 20px;
    background-color: #fff6eb;
    line-height: 23px;
    font-size: 14px;
    color: #777;
}

.faq-categories {
    padding: 5px 0 28px;
    overflow: hidden;
}

.faq-category-name {
    width: 13%;
    float: left;
    cursor: pointer;
    text-align: center;
    margin-right: 1%;
    padding: 5px 0;
    color: #696969;
    background-color: #f5f5f5;
}

    .faq-category-name.selected {
        background-color: #ed9420;
        color: #fff;
        font-weight: 600;
    }

    .faq-category-name img {
    }

        .faq-category-name img.hidden {
            display: none;
        }

    .faq-category-name span {
        display: block;
        line-height: 22px;
        font-size: 14px;
        white-space: nowrap;
    }

@media (max-width: 1024px) {
    .faq-category-name span {
        font-size: 12px;
    }
}

@media (max-width: 800px) {
    .faq-category-name span {
        font-size: 14px;
    }
}

.faq-category-wrapper {
    display: none
}

    .faq-category-wrapper.open {
        display: block
    }


.search-questions-container {
    display: flex;
    justify-content: center;
}

    .search-questions-container input {
        flex: 1;
        line-height: 2;
    }

.banner {
    background-color: var(--main-color);
    width: 100%;
    height: 150px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.banner-container {
    padding: 0px 40px;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
}

.banner-container__title {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}

.banner-container__store-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .banner-container__store-icon img {
        width: 140px;
    }

.banner-container__btn {
    width: 100%;
    max-width: 225px;
    height: 48px;
}

    .banner-container__btn a {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: white;
        border-radius: 6px;
        color: #343A40;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        border: none;
    }

.side-title {
    display: flex;
    align-items: center;
    gap: 7px;
}

    .side-title::before {
        content: "\e9a0";
        font-family: turna;
        font-size: 24px;
        color: var(--text-primary-color);
    }

.side-header {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
}


.side-bar__item--active {
    position: relative;
    color: var(--text-primary-color);
}

    .side-bar__item--active::before {
        content: "\e90d";
        position: absolute;
        font-family: turna;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: var(--text-primary-color);
    }

.side-bar__item:not(:last-child) {
    margin-bottom: 10px;
}

.side-bar__item {
    padding-left: 30px;
}

    .side-bar__item a {
        text-decoration: none;
        color: var(--text-primary-color);
    }

.faq-membership-question__item {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background-color: var(--white);
    padding: 20px;
}

.faq-membership-question__item__label {
    color: var(--text-primary-color);
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

    .faq-membership-question__item__label p, .faq-membership-question__item__content p {
        margin-bottom: 0 !important;
    }

.faq-membership-question__item__content a {
    color: var(--text-primary-color);
    font-weight: 600;
    text-decoration: none;
}

.faq-membership-question__item__label::after {
    content: "\e929";
    font-family: turna;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 16px;
    color: var(--text-primary-color);
    transform: translateY(-50%);
    transition: .3s all;
}

.faq-membership-question__item__content {
    background-color: #f1f3f5;
    border-radius: 6px;
    color: var(--text-primary-color);
    font-size: 13px;
    height: 0;
    overflow: hidden;
}

.faq-membership-question__item input[type='checkbox']:checked ~ .faq-membership-question__item__content {
    height: 100%;
    margin-top: 20px;
    padding: 20px;
    transition: .3s all;
}
.faq-membership-question__item input[type='checkbox']:checked ~ .faq-membership-question__item__label::after {
    transform: translateY(-50%) scale(-1);
}

.faq-membership-question__item:not(:last-child){
    margin-bottom: 10px;
}
@charset "UTF-8";
.page-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  background-color: #F8F9FB;
}
.page-wrapper *,
.page-wrapper *:before,
.page-wrapper *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-wrapper .breadcrumbs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .page-wrapper .breadcrumbs-container {
    font-size: 13px;
  }
}
.mobile .page-wrapper .breadcrumbs-container {
  color: #000000;
  margin-bottom: 20px;
}
.page-wrapper .breadcrumbs-container li a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-wrapper .breadcrumbs-container li a:hover {
    text-decoration: underline;
  }
}
.mobile .page-wrapper .breadcrumbs-container li a {
  color: #000000;
  text-decoration: underline;
}
.page-wrapper .breadcrumbs-container li span > span {
  opacity: .8;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
  display: block;
}
.mobile .page-wrapper .breadcrumbs-container li span > span {
  max-width: 50px;
}
/*.page-wrapper .breadcrumbs-container .trn-breadcrumb-separator:after {
  content: "\25b6";
  display: block;
  font-size: .5em;
  font-family: sans-serif;
  padding: 0 8px;
}
body[dir='rtl'] .page-wrapper .breadcrumbs-container .trn-breadcrumb-separator:after {
  content: "⮜";
}*/
.page-wrapper .search-wrapper {
  padding: 15px 0;
  background-color: #01007F;
  margin-bottom: 20px;
  color: white;
  z-index: 200;
}
@media (min-width: 768px) {
  .page-wrapper .search-wrapper {
    margin-bottom: 30px;
    padding: 30px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page-wrapper .search-wrapper > * {
    position: relative;
    z-index: 1;
  }
  .page-wrapper .search-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #01007F;
    opacity: 0.7;
  }
}
.page-wrapper .search-wrapper .search-header {
  margin-bottom: 15px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .page-wrapper .search-wrapper .search-header {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.page-wrapper .search-wrapper .search-header .title {
  color: white;
  font-size: 2em;
  margin: 0;
}
.desktop .page-wrapper .search-wrapper .search-header .title {
  font-weight: bold;
}
.mobile .page-wrapper .search-wrapper .search-header .title {
  margin-bottom: 6px;
}
.page-wrapper .search-wrapper .search-header .description {
  color: white;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  .page-wrapper .search-wrapper .search-header {
    width: 75%;
  }
}
.page-wrapper .search-wrapper .search-form {
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .page-wrapper .search-wrapper .search-form {
    margin-bottom: 0;
  }
}
.page-wrapper .search-wrapper .search-form:after {
  content: "\e9c0";
  position: absolute;
  right: 15px;
  top: 50%;
  font-family: turna;
  font-size: 24px;
  color: #AAAAAA;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .page-wrapper .search-wrapper .search-form:after {
    width: 32px;
    height: 32px;
    right: 20px;
  }
}
.page-wrapper .search-wrapper .search-form input {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 15px;
  background-color: white;
  color: black;
  border: 0;
  outline: 0;
}
.page-wrapper .search-wrapper .search-form input:-webkit-autofill, .page-wrapper .search-wrapper .search-form input:-webkit-autofill:hover, .page-wrapper .search-wrapper .search-form input:-webkit-autofill:focus, .page-wrapper .search-wrapper .search-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: black !important;
}
.page-wrapper .search-wrapper .search-form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.page-wrapper .search-wrapper .search-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.page-wrapper .search-wrapper .search-form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.page-wrapper .search-wrapper .search-form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .page-wrapper .search-wrapper .search-form input {
    height: 60px;
    padding: 0 30px;
  }
}
.page-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .page-wrapper .content-wrapper {
    padding: 0 30px;
  }
}
.page-wrapper .content-wrapper .content {
  border-radius: 8px;
}
.page-wrapper .content-wrapper .content .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 15px 0;
  list-style: none;
  padding: 0;
}
.page-wrapper .content-wrapper .content .list-wrapper > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - (1 - 1) * 15px) / 1);
          flex: 0 0 calc((100% - (1 - 1) * 15px) / 1);
  margin-bottom: 15px;
}
.page-wrapper .content-wrapper .content .list-wrapper > *:not(:last-child) {
  margin-right: 15px;
}
.page-wrapper .content-wrapper .content .list-wrapper > *:nth-child(1n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .page-wrapper .content-wrapper .content .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px 0;
    padding: 0;
  }
  .page-wrapper .content-wrapper .content .list-wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - (2 - 1) * 20px) / 2);
            flex: 0 0 calc((100% - (2 - 1) * 20px) / 2);
    margin-bottom: 20px;
  }
  .page-wrapper .content-wrapper .content .list-wrapper > *:not(:last-child) {
    margin-right: 20px;
  }
  .page-wrapper .content-wrapper .content .list-wrapper > *:nth-child(2n) {
    margin-right: 0;
  }
}
.page-wrapper .content-wrapper .content .list-wrapper .list-item {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding-right: 60px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 15px 40px 15px 15px;
}
.page-wrapper .content-wrapper .content .list-wrapper .list-item a:after {
  content: "";
  position: absolute;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
.page-wrapper .content-wrapper .content .list-wrapper .list-item:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #01007F;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #01007F;
}
.page-wrapper .content-wrapper .content .list-wrapper .list-item a {
  text-decoration: none;
  font-size: 14px;
  color: #000000;
}
@media (min-width: 768px) {
  .page-wrapper .content-wrapper .content .list-wrapper .list-item a {
    font-size: 1.1em;
  }
}
.desktop .page-wrapper .content-wrapper .content .list-wrapper .list-item a {
  font-weight: bold;
}
.mobile .page-wrapper .content-wrapper .content .list-wrapper .list-item a {
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-wrapper .content-wrapper .content .list-wrapper .list-item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .page-wrapper .content-wrapper .content .list-wrapper .list-item:hover {
    border: 2px solid #01007F;
  }
  .page-wrapper .content-wrapper .content .list-wrapper .list-item:hover a {
    color: #01007F;
  }
}
.page-wrapper .content-wrapper .sidebar {
  background-color: pink;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-wrapper .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-wrapper .content-wrapper .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-wrapper .content-wrapper .content:not(:only-child) {
    margin-right: 30px;
  }
  .page-wrapper .content-wrapper .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }
}
.mobile .page-wrapper .content-wrapper {
  padding-bottom: 30px;
  padding-top: 20px;
}
.mobile .page-wrapper .content-wrapper .content .list-wrapper {
  margin-bottom: 0;
}
.page-wrapper .centered-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .page-wrapper .centered-container {
    padding: 0 30px;
  }
}
.page-wrapper .article-wrapper {
  font-size: 16px;
}
.page-wrapper .article-wrapper .article-title {
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000000;
}
@media (min-width: 768px) {
  .page-wrapper .article-wrapper .article-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
}
.desktop .page-wrapper .article-wrapper .article-title {
  font-weight: bold;
}
.page-wrapper .article-wrapper .article-text {
  font-size: .9em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-wrapper .article-wrapper .article-text {
    font-size: 1em;
  }
}
.page-wrapper .article-wrapper .article-text p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.page-wrapper .article-wrapper .article-text h2, .page-wrapper .article-wrapper .article-text h3, .page-wrapper .article-wrapper .article-text h4, .page-wrapper .article-wrapper .article-text h5, .page-wrapper .article-wrapper .article-text h6 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-wrapper .article-wrapper .article-text h2 {
    font-size: 1.3em;
  }
}
.page-wrapper .article-wrapper .article-text h3 {
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-wrapper .article-wrapper .article-text h3 {
    font-size: 1.2em;
  }
}
.page-wrapper .article-wrapper .article-text ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 15px;
}
.page-wrapper .article-wrapper .article-text ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

/* SearchCriteria Styles */
.desktop .search-criteria-wrapper {
  padding-bottom: 30px;
}
.desktop .search-criteria-wrapper .trn-search {
  height: auto;
}
.desktop .search-criteria-wrapper .trn-search:after {
  display: none;
}
.desktop .search-criteria-wrapper .trn-search .trn-search-bar {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 1100px;
  text-align: center;
}
.desktop .search-criteria-wrapper .trn-search .trn-search-bar .search-header {
  text-align: left;
}
.desktop .search-criteria-wrapper .trn-search .trn-search-bar .search-details {
  display: block;
  margin-bottom: 10px;
}
.desktop .search-criteria-wrapper .trn-search .trn-search-bar .search-details button.btn-search {
  width: 10.5%;
}
.desktop .search-criteria-wrapper .trn-search .trn-search-bar .search-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 0;
}
.desktop .search-criteria-wrapper .trn-search .image {
  display: none;
  background-image: none !important;
}
.desktop .search-criteria-wrapper .trn-search .page-down-arrow {
  display: none;
}
.desktop .search-criteria-wrapper .trn-search .top-nav-social {
  display: none;
}
.desktop .search-criteria-wrapper .trn-search .trn-breadcrumbs {
  display: none;
}
.desktop .search-criteria-wrapper .popupover-wrapper .search-options {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.desktop .search-criteria-wrapper .popupover-wrapper .search-options .div-search-spinner .spinner input[type=text] {
  height: 34px;
}

.desktop .ui-autocomplete {
  padding: 30px 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  max-height: 350px;
  overflow-y: scroll;
}
.desktop .ui-autocomplete li.ui-menu-item {
  display: block;
  padding: 20px 30px 20px 50px !important;
  background-color: white;
  background-position: 15px center;
  font-size: 16px;
}
.desktop .ui-autocomplete li.ui-menu-item:not(:last-child) {
  border-bottom: 1px dotted gainsboro;
}

.mobile .ui-autocomplete {
  background-color: white !important;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) !important;
  max-height: 300px !important;
  overflow-y: scroll !important;
  padding: 20px 0;
}
.mobile .ui-autocomplete li.ui-menu-item {
  display: block !important;
  padding: 10px 15px !important;
  background-color: white !important;
  color: #000000 !important;
  font-size: 14px;
  border-bottom: 1px dotted #DDDDDD;
}
.mobile .ui-autocomplete li.ui-menu-item:last-child {
  border-bottom: 0 !important;
}

body[dir='rtl'] .desktop .page-wrapper .search-wrapper .centered-container .search-form::after {
  position: absolute;
  right: 95%;
}
body[dir='rtl'] .desktop .page-wrapper .content-wrapper .content .list-wrapper .frequently__asked__questions {
  margin: 10px auto;
  display: unset;
  display: unset;
  display: unset;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  position: relative;
  padding: 15px 40px 15px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body[dir='rtl'] .desktop .page-wrapper .content-wrapper .content .list-wrapper .list-item {
  margin-right: 10px;
}
body[dir='rtl'] .desktop .page-wrapper .content-wrapper .content .list-wrapper .list-item::before {
  position: absolute !important;
  right: unset;
  left: 10px !important;
  border-color: transparent #2321FF transparent transparent !important;
  border-width: 8px 12px 8px 0px !important;
}
body[dir='rtl'] .desktop .page-wrapper .search-criteria-wrapper .container .trn-search .trn-search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body[dir='rtl'] .desktop .page-wrapper .search-criteria-wrapper .container .trn-search .trn-search-bar .search-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body[dir='rtl'] .desktop .page-wrapper .search-criteria-wrapper .container .trn-search .trn-search-bar .search-details .pass-wrapper {
  width: 37%;
}
body[dir='rtl'] .desktop .page-wrapper .search-criteria-wrapper .container .trn-search .trn-search-bar .search-details .pass-wrapper i {
  right: 1px;
}
body[dir='rtl'] .desktop .page-wrapper .search-criteria-wrapper .container .trn-search .trn-search-bar .search-details .close-date {
  right: 60%;
}
body[dir='rtl'] .desktop .page-wrapper .search-criteria-wrapper .container .trn-search .trn-search-bar .search-details .return-date {
  right: 50% !important;
}
body[dir='rtl'] .desktop .page-wrapper .search-criteria-wrapper .container .trn-search .trn-search-bar .search-details .return-date .line {
  right: -35px !important;
}

.page-wrapper .search-criteria-wrapper #flight-search-form {
  background-color: unset;
}
.page-wrapper .search-criteria-wrapper #flight-search-form label {
  color: black !important;
}
.page-wrapper .search-criteria-wrapper #flight-search-form label::before {
  background-color: #fff;
  border: 1px solid #2321FF;
}
.page-wrapper .search-criteria-wrapper #flight-search-form .search-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body[dir='rtl'] .page-wrapper .search-criteria-wrapper #flight-search-form .search-footer label {
  margin-right: 5px;
}
body[dir='rtl'] .page-wrapper .search-questions-container::after {
  right: unset;
  left: 15px;
}

body[dir='rtl'] .frequently-asked-questions .list-wrapper .list-item::before {
  right: unset;
  left: 20px;
  border-color: transparent #01007F transparent transparent !important;
  border-width: 8px 12px 8px 0px !important;
}

body[dir='rtl'] .mobile .page-wrapper .frequently-asked-questions .category-question-item::before {
  right: unset;
  left: 20px;
  border-color: transparent #01007F transparent transparent !important;
  border-width: 8px 12px 8px 0px !important;
}
body[dir='rtl'] .mobile .page-wrapper .frequently-asked-questions .content .list-wrapper .list-item::before {
  right: unset;
  left: 20px;
}

body[dir='rtl'] .desktop .page-wrapper .trn-search-bar .search-details .flight-search {
  text-align: right !important;
  padding-right: 10px;
}
body[dir='rtl'] .desktop .page-wrapper .trn-search-bar .search-details .datepicker-wrapper > input[type=text].txt-date {
  text-align: right !important;
  padding-right: 30px;
}
body[dir='rtl'] .desktop .page-wrapper .trn-search-bar .search-details .trn-sprt-logo-white {
  right: 9px;
  left: unset;
}

body.tkfb .page-wrapper .search-wrapper {
  background-color: #2d2926;
}
body.tkfb .page-wrapper .content-wrapper .content .list-wrapper .list-item:before {
  border-color: transparent transparent transparent #2d2926;
}

.trn-breadcrumb-separator i {
    font-family: "Font Awesome 6 Pro" !important;
}
.turna-table {
  background-color: white;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 13px;
  color: #000000;
}
@media (min-width: 576px) {
  .turna-table {
    font-size: 15px;
  }
}
.turna-table * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.turna-table .text-align-right {
  text-align: right;
}
.turna-table .text-align-left {
  text-align: left;
}
.turna-table .text-align-center {
  text-align: center;
}
.turna-table .fw-bold {
  font-weight: bold;
}
.turna-table a {
  color: #000000;
  text-decoration: underline;
}
.turna-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.turna-table table td, .turna-table table th {
  text-align: left;
  padding: 8px 10px;
}
.turna-table table td:first-child, .turna-table table th:first-child {
  padding-left: 15px;
}
.turna-table table td:last-child, .turna-table table th:last-child {
  padding-right: 15px;
}
.turna-table table thead tr {
  border-bottom: 3px solid #DDDDDD;
}
.turna-table table thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.turna-table table tbody tr:first-child td {
  padding-top: 10px;
}
.turna-table table tbody tr:last-child td {
  padding-bottom: 15px;
}
.turna-table.layout-auto table {
  table-layout: auto;
}
.turna-table.table-shadow {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: 0 !important;
}
.turna-table.table-border-all {
  border: 1px solid #DDDDDD;
  overflow: hidden;
  border-radius: 10px;
}
.turna-table.table-border-all table tbody tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.turna-table.table-border-all table td:not(:last-child), .turna-table.table-border-all table th:not(:last-child) {
  border-right: 1px solid #DDDDDD;
}
.turna-table.table-border-edges {
  border: 1px solid #DDDDDD;
  overflow: hidden;
  border-radius: 10px;
}
.turna-table.table-border-edges table tbody tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
.turna-table.table-zebra tbody tr:nth-child(even) {
  background-color: #F8F9FB;
}
.turna-table.new {
  color: #45516D;
  border-color: #DCDFE5;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.turna-table.new a {
  color: #45516D;
  text-align: left;
  text-decoration: none;
  display: block;
  max-width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.turna-table.new i[class^="trn-"] {
  opacity: 0.5;
  margin-right: 5px;
}
.turna-table.new table {
  font-size: 14px;
}
.turna-table.new table thead tr {
  border-bottom: 0;
}
.turna-table.new table thead th {
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
}
.turna-table.new table tbody tr {
  border-bottom: 0 !important;
}
.turna-table.new table tbody tr td {
  padding: 15px;
}
.turna-table.new.table-zebra table tbody tr:nth-child(odd) {
  background-color: #F6F7FA;
}
.turna-table.new.table-zebra table tbody tr:nth-child(even) {
  background-color: transparent;
}
.turna-table.new.table-zebra-diagonal table tbody tr {
  background-color: transparent;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(odd) td:nth-child(1) {
  background-color: #F6F7FA;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: white;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #F6F7FA;
}
.turna-table.new.table-zebra-diagonal table tbody tr:nth-child(even) td:nth-child(1) {
  background-color: white;
}
.turna-table.new.table-border-all {
  border: 1px solid #DCDFE5 !important;
}
.turna-table.new.table-border-all table thead tr,
.turna-table.new.table-border-all table tbody tr {
  border-bottom: 1px solid #DCDFE5 !important;
}
.turna-table.new.table-border-all table td:not(:last-child), .turna-table.new.table-border-all table th:not(:last-child) {
  border-right: 1px solid #DCDFE5 !important;
}
.turna-table.new.table-shadow {
  -webkit-box-shadow: 0 0 20px rgba(121, 129, 149, 0.2);
          box-shadow: 0 0 20px rgba(121, 129, 149, 0.2);
  border: 0 !important;
}
.turna-table .expandable-row {
  display: none;
}
.isExpanded.turna-table .expandable-row {
  display: table-row;
}
.turna-table .table-toggler {
  display: none;
  color: #45516D;
  padding-top: 15px;
  text-align: center;
}
.turna-table .table-toggler .toggler-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.turna-table .table-toggler .toggler-text:before {
  content: attr(data-show-more);
}
.isExpanded.turna-table .table-toggler .toggler-text:before {
  content: attr(data-show-less);
}
.turna-table .table-toggler .toggler-text:after {
  content: "\e924";
  font-size: 20px;
  font-family: "turna";
  margin-left: 5px;
}
.isExpanded.turna-table .table-toggler .toggler-text:after {
  content: "\e929";
}
.turna-table.table-expandable .table-toggler {
  display: block;
}

.info-table-wrapper {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
  color: #000000;
}
.info-table-wrapper table {
  width: 100%;
  table-layout: fixed;
}
.info-table-wrapper table td {
  text-align: center;
}
.info-table-wrapper table td:not(:last-child) {
  border-right: 1px solid #DDDDDD;
}
.info-table-wrapper table td a {
  color: #000000;
  padding: 0 5px;
}
.info-table-wrapper table tbody tr td {
  color: #757575;
}
.info-table-wrapper table tbody tr td div:first-child {
  font-weight: 600;
  text-align: center;
  padding: 15px;
  background-color: #DDDDDD;
}
.info-table-wrapper table tbody tr td div:last-child {
  padding: 10px 15px;
  text-align: center;
}

body[dir="rtl"] .turna-table table td,
body[dir="rtl"] .turna-table table th {
  text-align: unset;
}

