@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700;1,900&display=swap");
/*new scss start here*/
/**/
.black {
  color: #000000; }

.yellow {
  color: #ff9a04; }

.blue {
  color: #2F7AD5; }

.green {
  color: #1EB41C; }

.red {
  color: #f15a5f; }

.white {
  color: #ffffff; }

.gray {
  color: #ededed; }

.dark-gray {
  color: #989aa2; }

.text-link {
  color: rgba(0, 0, 0, 0.8); }

.text-blue {
  color: #2F7AD5; }

.bg-blue {
  background: #2F7AD5; }

.bg-dark-blue {
  background: #0739DA; }

.bg-gray {
  background: #f2f2f2; }

/*text link*/
.text-link-green {
  color: #1EB41C; }
  .text-link-green:hover, .text-link-green:focus {
    color: #000000;
    text-decoration: none; }

.text-link-black {
  color: #000000; }
  .text-link-black:hover, .text-link-black:focus {
    color: #2F7AD5;
    text-decoration: none; }

/*Header Start*/
header {
  background: #fff;
  height: 80px;
  padding: 15px 0; }
  @media (max-width: 991px) {
    header {
      height: 53px;
      padding: 10px 0; } }
  @media (max-width: 767px) {
    header {
      height: 60px; } }
  header a.logo {
    display: inline-block;
    width: 250px;
    float: left; }
    @media (max-width: 1169px) {
      header a.logo {
        width: 200px; } }
    @media (max-width: 991px) {
      header a.logo {
        width: 120px;
        margin-top: 5px; } }
    @media (max-width: 767px) {
      header a.logo {
        width: calc(100% - 50px); } }
    @media (max-width: 1169px) {
      header a.logo img {
        width: 100%; } }
    @media (max-width: 767px) {
      header a.logo img {
        width: 150px; } }
  header button {
    display: none; }
    @media (max-width: 767px) {
      header button {
        display: block;
        width: 50px;
        border: none;
        background: #fff; }
        header button img {
          width: 25px; } }
  header nav {
    display: inline-block;
    margin-top: 5px;
    float: right; }
    header nav .close-nav {
      width: 16px;
      float: right;
      margin-right: 20px;
      margin-top: 10px;
      display: none;
      cursor: pointer; }
      @media (max-width: 767px) {
        header nav .close-nav {
          display: block; } }
    @media (max-width: 1169px) {
      header nav {
        width: calc(100% - 450px);
        margin-top: 0px; } }
    @media (max-width: 991px) {
      header nav {
        width: calc(100% - 320px);
        margin-top: 0px; } }
    @media (max-width: 767px) {
      header nav {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1;
        background: #fff;
        width: 80%;
        height: 100vh;
        margin-top: 0px;
        box-shadow: 0 0 15px #000;
        transition: all 0.5s ease; } }
    header nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      float: left;
      text-align: right;
      width: 100%; }
      @media (max-width: 767px) {
        header nav ul {
          text-align: left;
          float: left;
          width: 100%; } }
      header nav ul li {
        display: inline-block;
        padding: 0 15px; }
        @media (max-width: 1169px) {
          header nav ul li {
            padding: 0 5px; } }
        @media (max-width: 767px) {
          header nav ul li {
            width: 100%; } }
        header nav ul li:first-child {
          padding-left: 0px; }
          @media (max-width: 767px) {
            header nav ul li:first-child {
              padding-left: 15px; } }
        header nav ul li:last-child {
          padding-right: 0px; }
        header nav ul li a {
          color: #3B3B3B;
          font-size: 16px;
          font-weight: 300;
          text-decoration: none;
          transition: all 0.5s ease;
          display: inline-block;
          padding: 5px 0px; }
          @media (max-width: 991px) {
            header nav ul li a {
              font-size: 13px; } }
          @media (max-width: 767px) {
            header nav ul li a {
              width: 100%;
              padding: 15px 30px;
              font-size: 16px; } }
          header nav ul li a:hover {
            color: #D42300; }
          header nav ul li a.active {
            border-bottom: 2px solid #D42300;
            font-weight: 500; }
            @media (max-width: 767px) {
              header nav ul li a.active {
                color: #D42300;
                border-bottom: none; } }
  header .customer-support {
    width: 250px;
    float: left;
    padding-left: 20px;
    padding-top: 6px; }
    @media (max-width: 991px) {
      header .customer-support {
        width: 200px;
        padding-top: 0px;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      header .customer-support {
        display: none; } }
    header .customer-support ul {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative;
      padding-right: 50px;
      line-height: 1.1; }
      @media (max-width: 991px) {
        header .customer-support ul {
          padding-right: 40px; } }
      header .customer-support ul::after {
        content: '';
        background: url(../images/customer-support.png) no-repeat;
        background-size: 40px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0px; }
        @media (max-width: 991px) {
          header .customer-support ul::after {
            width: 35px;
            height: 35px;
            background-size: 35px; } }
      header .customer-support ul li {
        display: block;
        text-align: right;
        width: 100%; }
        header .customer-support ul li:first-child {
          font-size: 12px; }
          @media (max-width: 991px) {
            header .customer-support ul li:first-child {
              font-size: 10px; } }
        header .customer-support ul li:last-child {
          position: relative; }
          header .customer-support ul li:last-child a {
            font-size: 18px;
            text-decoration: none;
            color: #D42300;
            font-weight: 600; }
            @media (max-width: 991px) {
              header .customer-support ul li:last-child a {
                font-size: 14px; } }
          header .customer-support ul li:last-child::before {
            content: '';
            background: url(../images/svg/phone-red.svg) no-repeat;
            background-size: 16px;
            width: 16px;
            height: 16px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 2px; }
            @media (max-width: 991px) {
              header .customer-support ul li:last-child::before {
                top: 0px; } }

/*Header End*/
/*Footer Start*/
footer {
  background: #314165;
  color: #fff;
  padding-top: 20px; }
  footer .logo {
    width: 20%;
    float: left; }
    @media (max-width: 1169px) {
      footer .logo {
        text-align: center;
        margin-bottom: 15px;
        width: 100%; } }
    @media (max-width: 767px) {
      footer .logo {
        margin-bottom: 15px; } }
  footer .phone,
  footer .email,
  footer .address {
    margin-bottom: 25px; }
    footer .phone ul,
    footer .email ul,
    footer .address ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .phone ul li a,
      footer .email ul li a,
      footer .address ul li a {
        color: #fff;
        text-decoration: none; }
  footer .phone {
    width: 20%;
    float: left;
    position: relative;
    padding-left: 50px; }
    @media (max-width: 1169px) {
      footer .phone {
        width: 25%; } }
    @media (max-width: 991px) {
      footer .phone {
        width: 50%; } }
    @media (max-width: 767px) {
      footer .phone {
        width: 100%; } }
    footer .phone::before {
      content: "";
      background: url("../images/phone-icon.png");
      width: 36px;
      height: 36px;
      position: absolute;
      top: 5px;
      left: 0px;
      background-size: 36px; }
  footer .email {
    width: 20%;
    float: left;
    position: relative;
    padding-left: 50px; }
    @media (max-width: 1169px) {
      footer .email {
        width: 25%; } }
    @media (max-width: 991px) {
      footer .email {
        width: 50%; } }
    @media (max-width: 767px) {
      footer .email {
        width: 100%; } }
    footer .email::before {
      content: "";
      background: url("../images/inbox-icon.png");
      width: 36px;
      height: 36px;
      position: absolute;
      top: 5px;
      left: 0px;
      background-size: 36px; }
  footer .address {
    width: 20%;
    float: left;
    position: relative;
    padding-left: 50px; }
    @media (max-width: 1169px) {
      footer .address {
        width: 25%; } }
    @media (max-width: 991px) {
      footer .address {
        width: 50%; } }
    @media (max-width: 767px) {
      footer .address {
        width: 100%; } }
    footer .address::before {
      content: "";
      background: url("../images/location-icon.png");
      width: 36px;
      height: 36px;
      position: absolute;
      top: 5px;
      left: 0px;
      background-size: 36px; }
  footer .social {
    width: 20%;
    float: left;
    padding: 0px 0px  40px 50px; }
    @media (max-width: 1169px) {
      footer .social {
        width: 25%; } }
    @media (max-width: 991px) {
      footer .social {
        width: 50%; } }
    @media (max-width: 767px) {
      footer .social {
        width: 100%; } }
    footer .social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .social ul li:last-child {
        margin-top: 5px; }
      footer .social ul li a {
        color: #314165;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        text-decoration: none;
        background: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 1.6;
        margin-right: 5px; }
  footer .copyright {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #4E6392; }

/*Footer End*/
.loginBox {
  overflow-y: auto;
  height: 100%;
  /*right*/ }
  .loginBox h3 {
    font-size: 25px;
    color: #314165;
    margin: 0px 0 12px 0;
    font-weight: 700; }
  .loginBox .left {
    width: 245px;
    float: left;
    padding: 22px 20px;
    background: #0057b8;
    background-size: 100%;
    min-height: 400px; }
    .loginBox .left.reset_bg {
      background: #0057b8 url(/../images/user-profile/reset-password-bg.png) left bottom no-repeat; }
    @media (max-width: 767px) {
      .loginBox .left {
        display: none; } }
    .loginBox .left .title {
      padding-bottom: 30px;
      font-size: 23px;
      color: #fff;
      line-height: 21px; }
      .loginBox .left .title:after {
        margin-top: 10px;
        content: "";
        width: 45px;
        height: 4px;
        display: block;
        background: #f3ea5d; }
    .loginBox .left .subtitle {
      padding-bottom: 15px;
      font-size: 17px;
      color: #f3ea5d;
      font-weight: 500;
      line-height: 20px; }
    .loginBox .left ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .loginBox .left ul li {
        padding: 0 0 0 22px;
        margin: 7px 0px;
        position: relative;
        display: block;
        font-size: 15px;
        color: #fff; }
        .loginBox .left ul li:before {
          content: "";
          position: absolute;
          left: 4px;
          top: 8px;
          width: 8px;
          height: 8px;
          display: block;
          border: 2px solid #f3ea5d;
          border-radius: 100%; }
  .loginBox .right {
    padding: 22px 20px;
    position: relative;
    width: 500px;
    margin: 0px auto; }
  .loginBox .tagline {
    padding: 5px 0 10px 0;
    font-size: 18px;
    color: #535353;
    display: block;
    font-weight: 400; }
  .loginBox .text {
    font-size: 14px;
    color: #535353;
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 10px; }
  .loginBox .pin-text {
    display: block;
    margin-top: -10px;
    font-size: 13px;
    color: #535353; }
  .loginBox .inputform {
    padding: 10px 12px 10px 45px;
    font-size: 14px;
    color: #535353;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none; }
    .loginBox .inputform:focus {
      border-color: #939393;
      box-shadow: none;
      outline: none; }
      .loginBox .inputform:focus + .icon {
        color: #314165; }
    .loginBox .inputform.ng-invalid {
      border-color: #dc3545; }
  .loginBox .select select {
    padding: 10px 12px 10px 45px;
    font-size: 14px;
    color: #535353;
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .loginBox .select select:focus {
      border-color: #939393;
      box-shadow: none;
      outline: none; }
  .loginBox .select:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 0px;
    height: 40px;
    width: 30px;
    color: #ccc;
    pointer-events: none;
    text-align: center;
    line-height: 40px; }
  .loginBox .button {
    margin-top: 10px;
    padding: 12px 35px;
    font-size: 17px;
    color: #fff;
    float: left;
    width: 100%;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background: #314165;
    position: relative;
    height: 46px; }
    .loginBox .button:focus {
      outline: none; }
    .loginBox .button.grayBtn {
      background: #e1e4f4;
      margin-left: 8px;
      color: #535353; }
  .loginBox .forgot {
    margin-top: 38px;
    font-size: 13px;
    color: #535353;
    text-decoration: none;
    float: right;
    cursor: pointer; }
    .loginBox .forgot:hover {
      color: #314165; }
  .loginBox .facebook,
  .loginBox .google_login {
    margin-bottom: 26px;
    text-align: center;
    padding: 8px 11px 8px 48px;
    float: left;
    display: block;
    font-size: 15px;
    color: #3753a6 !important;
    position: relative;
    text-decoration: none;
    border: 1px solid #3753a6;
    border-radius: 2px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .loginBox .facebook,
      .loginBox .google_login {
        padding: 8px 11px 8px 48px; } }
    .loginBox .facebook:before,
    .loginBox .google_login:before {
      width: 35px;
      height: 100%;
      line-height: 40px;
      border-right: 1px solid #26408d;
      position: absolute;
      left: 0px;
      top: 0px;
      text-align: center;
      font-size: 20px;
      font-family: "FontAwesome";
      content: "\f09a"; }
  .loginBox .google_login {
    margin-left: 11px;
    border: 1px solid #dc3545;
    color: #dc3545 !important;
    background: #fff;
    padding: 6px 11px 7px 45px; }
    @media (max-width: 767px) {
      .loginBox .google_login {
        padding: 8px 11px 8px 45px; } }
    .loginBox .google_login:before {
      content: "";
      background: url(/resources/images/user-profile/google-logo.svg) center center no-repeat;
      border-right: 1px solid #b13827; }

.login_popup {
  width: 50%;
  float: right;
  padding: 30px 0px;
  height: 100vh;
  background: #f3f3f3;
    /* 
	 background: #e6e4e4;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 6;
    display: block;
    height: 100%;
    */ }
  @media (max-width: 767px) {
    .login_popup {
      width: 100%;
      float: none; } }
  .login_popup .inner {
    width: 700px;
    z-index: 7;
    margin: 0px auto;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
    background: #fff; }
    @media (max-width: 767px) {
      .login_popup .inner {
        width: 100%; } }
  .login_popup .close {
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 11px;
    color: #535353;
    font-weight: normal;
    text-shadow: none;
    text-decoration: none;
    opacity: 1;
    z-index: 1; }
    .login_popup .close:hover .text-green {
      color: #314165; }
  .login_popup .form-row {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    display: block; }
    @media (max-width: 767px) {
      .login_popup .form-row {
        margin-left: 0px;
        margin-right: 0px; } }
    .login_popup .form-row .icon {
      width: 44px;
      text-align: center;
      font-size: 20px;
      position: absolute;
      left: 0px;
      top: 0px;
      color: #787878;
      text-align: center;
      line-height: 40px; }
    .login_popup .form-row .eye-icon {
      cursor: pointer;
      width: 30px;
      text-align: center;
      font-size: 24px;
      position: absolute;
      right: 14px;
      top: 10px;
      color: #e1e4f4; }
  .login_popup p {
    margin: 10px 0;
    font-size: 14px;
    color: #535353; }
  .login_popup .register {
    margin: 0;
    font-size: 14px;
    text-align: right;
    padding-bottom: 42px;
    color: #535353; }
  .login_popup .terms {
    padding-top: 2px;
    width: calc(100% - 30px);
    overflow: hidden;
    font-size: 12px; }
  .login_popup .lightGray {
    color: #e1e4f4; }

.reset-screen2,
.reset-screen1 {
  width: 100%; }

.reset-screen3 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff; }
  @media (max-width: 767px) {
    .reset-screen3 {
      height: 200px; } }

.msgSucessfull {
  padding-left: 35px;
  font-size: 21px;
  padding-bottom: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  transform: translateY(-50%); }

.text-green {
  color: #314165; }
  .text-green:hover {
    color: #314165; }

.loginBox .textbox[type="password"]:not(:placeholder-shown) {
  font-size: 20px;
  font-weight: 900;
  padding: 6px 12px 6px 45px;
  line-height: 29px;
  letter-spacing: 3px; }

/*login css End*/
/*
#forgot_popup {
    .inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}*/
/*Login new */
.login-bg-new {
  width: 50%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #f3f3f3 url(../images/user-profile/login-bg-new.jpg) left bottom no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .login-bg-new {
      display: none; } }

.label {
  font-weight: 500;
  padding-bottom: 10px; }

/*Signup*/
.signup_box {
  padding: 0 30px 30px 30px; }
  .signup_box .inputform {
    padding-left: 12px; }
  .signup_box .select-dropdown {
    position: relative;
    width: 100%;
    font-weight: 600;
    color: #1F1F1F; }
    .signup_box .select-dropdown select {
      white-space: normal;
      text-overflow: ellipsis;
      background-color: #fff;
      -moz-appearance: none;
      border: 1px solid #CED0D4;
      margin-bottom: 10px;
      -webkit-appearance: none;
      width: 100%;
      height: 42px;
      padding: 0px 20px 0px 10px; }
      @media (max-width: 767px) {
        .signup_box .select-dropdown select {
          height: 40px; } }
    .signup_box .select-dropdown .label_text {
      font-size: 11px;
      top: 6px;
      left: 15px; }
    .signup_box .select-dropdown .down_arrow {
      position: absolute;
      right: 10px;
      top: 13px;
      color: #737373;
      font-size: 17px;
      pointer-events: none; }
      @media (max-width: 479px) {
        .signup_box .select-dropdown .down_arrow {
          right: 5px;
          top: 9px; } }
  .signup_box .dob {
    margin-right: -15px; }
  .signup_box .dob .col_1 {
    padding-right: 15px;
    padding-left: 0px;
    width: 33.3%;
    float: left; }

.error_text {
  margin: -5px 0 5px 0;
  color: red;
  font-size: 10px;
  font-weight: 400;
  display: block; }

.loginBox .inputform.error {
  border-color: red; }

/*End Signup*/
#mobile-number {
  padding-left: 30px;
  width: 98px;
  float: left; }

.mob_number {
  width: calc(100% - 98px);
  float: left; }
  .mob_number .inputform {
    border-left: 0px; }

.singup_country .intl-tel-input .flag-dropdown .country-list {
  width: 295px; }

/*checkbox style
/* The inputSet */
.inputSet label {
  margin: 0px;
  cursor: pointer;
  font-weight: 500;
  line-height: 18px;
  padding-left: 25px;
  position: relative;
  color: #333333; }

.inputSet {
  display: block;
  user-select: none;
  font-weight: 500; }

.inputSet input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #314165;
  border-radius: 2px; }

.inputSet input[type="checkbox"]:checked ~ .checkmark {
  background-color: #314165; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.inputSet input[type="checkbox"]:checked ~ .checkmark:after {
  display: block; }

.inputSet .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*no fill blank check*/
.inputSet.nofill .checkmark {
  border-color: #CED0D4;
  width: 16px;
  height: 16px; }
  @media (max-width: 479px) {
    .inputSet.nofill .checkmark {
      top: 5px; } }

.inputSet.nofill input[type="checkbox"]:checked ~ .checkmark {
  background: none; }
  .inputSet.nofill input[type="checkbox"]:checked ~ .checkmark:after {
    border-color: #314165;
    left: 4px;
    top: 1px; }

/*Radio*/
.inputSet label input[type="radio"] ~ span::after {
  border-radius: 100%;
  border: 2px solid #314165;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  position: absolute;
  top: 0; }

.inputSet label input[type="radio"]:checked ~ span {
  transition: all 0.5s; }

.inputSet label input[type="radio"]:checked ~ span::after {
  border: 2px solid #314165; }

.inputSet label input[type="radio"]:checked ~ span::before {
  border-radius: 100%;
  background: #314165;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  left: 5px;
  position: absolute;
  top: 5px; }

.inputSet.radioBlack input[type="radio"] ~ span::after {
  border: 2px solid #5B5B5B; }

.inputSet.radioBlack input[type="radio"]:checked ~ span::before {
  background: #4F8FFC; }

.inputSet.radioBlack input[type="radio"]:checked ~ span::after {
  border: 2px solid #4F8FFC; }

.modal-dialog .formBox {
  padding: 0px;
  margin: 0px;
  border: none; }
.modal-dialog .relative {
  position: relative; }
.modal-dialog .fa-calendar {
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 28px;
  color: #314165; }
.modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 1; }
.modal-dialog .no-border-top {
  border-top: none; }
.modal-dialog .delete_record {
  text-align: center;
  margin-top: 37px; }

.travelCouponBox {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c0c3ca;
  width: 100%;
  border-radius: 100px 0 100px 0px; }
  .travelCouponBox h3 {
    color: #314165;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px; }
  .travelCouponBox p {
    font-size: 15px;
    color: #5b616f; }
    @media (max-width: 767px) {
      .travelCouponBox p {
        font-size: 15px; } }
  .travelCouponBox .text-color {
    color: #0057b8; }
  .travelCouponBox .custom-tooltip .tooltip_detail {
    width: 430px;
    left: -183px;
    top: 43px; }
  .travelCouponBox .travel-img {
    position: relative;
    margin-top: -1px;
    height: 248px;
    overflow-x: hidden;
    margin-bottom: 0px;
    border-radius: 100px 0 0px 0px; }
  .travelCouponBox .coupon-top {
    padding-top: 25px; }
    @media (max-width: 767px) {
      .travelCouponBox .coupon-top {
        padding: 15px; } }
  .travelCouponBox .review_tnc {
    padding: 20px 0;
    display: block; }
  .travelCouponBox .learn_more {
    background: #314165;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px; }
    .travelCouponBox .learn_more:hover {
      color: #fff; }

/*Check my booking*/
.tabContent2 th {
  background: #e1e4f4;
  font-weight: 600;
  font-size: 13px; }
  @media (max-width: 767px) {
    .tabContent2 th {
      font-size: 12px; } }
.tabContent2 h2 {
  font-size: 18px;
  padding-bottom: 7px; }
  @media (max-width: 767px) {
    .tabContent2 h2 {
      font-size: 14px; } }
.tabContent2 .bookingId {
  color: #535353;
  text-decoration: underline; }
  .tabContent2 .bookingId:hover {
    text-decoration: none;
    color: #314165; }
.tabContent2 .table-bordered td,
.tabContent2 .table-bordered th {
  padding: 0.3rem;
  vertical-align: middle; }
.tabContent2 .table-bordered th {
  white-space: nowrap; }
.tabContent2 .table-bordered td {
  font-size: 13px; }
  @media (max-width: 767px) {
    .tabContent2 .table-bordered td {
      white-space: nowrap;
      font-size: 12px; } }

.profile_imageBlock {
  padding: 20px 18px 20px 18px;
  overflow: hidden;
  text-align: center;
  background: #fff; }
  @media (max-width: 1169px) {
    .profile_imageBlock {
      width: auto;
      float: none;
      padding: 10px 21px;
      margin: -10px -20px 0 -20px; } }
  @media (max-width: 1169px) {
    .profile_imageBlock .m_right_info {
      float: left;
      padding: 0px 0 0 15px; } }
  @media (max-width: 1169px) {
    .profile_imageBlock .name_col {
      float: left;
      padding-left: 10px; } }
  .profile_imageBlock .image {
    width: 214px;
    height: 214px;
    margin: 0px auto;
    background: #0739da;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative; }
    .profile_imageBlock .image img {
      width: 100%; }
    @media (max-width: 1169px) {
      .profile_imageBlock .image {
        width: 100px;
        height: 100px;
        display: block;
        float: left; } }
    @media (max-width: 479px) {
      .profile_imageBlock .image {
        width: 70px;
        height: 70px; } }
    .profile_imageBlock .image span.changeColor {
      font-size: 32px;
      color: #3a3939;
      font-weight: bold;
      display: block;
      line-height: 70px;
      text-align: center; }
      @media (max-width: 1169px) {
        .profile_imageBlock .image span.changeColor {
          font-size: 21px;
          line-height: 50px; } }
      .profile_imageBlock .image span.changeColor.a {
        color: #3c84d4; }
      .profile_imageBlock .image span.changeColor.b {
        color: #3399ff; }
      .profile_imageBlock .image span.changeColor.c {
        color: #ff6825; }
      .profile_imageBlock .image span.changeColor.d {
        color: #c9ea00; }
      .profile_imageBlock .image span.changeColor.e {
        color: #93b000; }
      .profile_imageBlock .image span.changeColor.f {
        color: #c9c57d; }
      .profile_imageBlock .image span.changeColor.g {
        color: #c9c57d; }
      .profile_imageBlock .image span.changeColor.h {
        color: #ff9165; }
      .profile_imageBlock .image span.changeColor.i {
        color: #ff970d; }
      .profile_imageBlock .image span.changeColor.j {
        color: #ff7171; }
      .profile_imageBlock .image span.changeColor.k {
        color: #fbba03; }
      .profile_imageBlock .image span.changeColor.l {
        color: #8031f3; }
      .profile_imageBlock .image span.changeColor.m {
        color: #6ce719; }
      .profile_imageBlock .image span.changeColor.n {
        color: #4db414; }
      .profile_imageBlock .image span.changeColor.o {
        color: #ff5d97; }
      .profile_imageBlock .image span.changeColor.p {
        color: #f856ce; }
      .profile_imageBlock .image span.changeColor.q {
        color: #9900cc; }
      .profile_imageBlock .image span.changeColor.r {
        color: #08ded4; }
      .profile_imageBlock .image span.changeColor.s {
        color: #66ffff; }
      .profile_imageBlock .image span.changeColor.t {
        color: #34649e; }
      .profile_imageBlock .image span.changeColor.u {
        color: #0fb978; }
      .profile_imageBlock .image span.changeColor.v {
        color: #7e0048; }
      .profile_imageBlock .image span.changeColor.w {
        color: #ff81d2; }
      .profile_imageBlock .image span.changeColor.x {
        color: #4b16aa; }
      .profile_imageBlock .image span.changeColor.y {
        color: #7cb696; }
      .profile_imageBlock .image span.changeColor.z {
        color: #a36a1d; }
  .profile_imageBlock .file {
    width: 37px;
    position: absolute;
    right: 5px;
    bottom: 19px;
    display: block;
    height: 37px; }
    @media (max-width: 1169px) {
      .profile_imageBlock .file {
        bottom: 13px;
        right: 2px;
        width: 28px;
        height: 28px; } }
    .profile_imageBlock .file #inputFile {
      background: url(/resources/images/user-profile/browser.png) center top no-repeat;
      background-size: 100%;
      display: block;
      height: 37px;
      width: 37px;
      margin: 12px 0 0 0px;
      position: relative;
      padding: 0;
      cursor: pointer; }
      @media (max-width: 1169px) {
        .profile_imageBlock .file #inputFile {
          width: 28px;
          height: 28px; } }
    .profile_imageBlock .file #inputFile #fileOriginal {
      opacity: 0;
      -moz-opacity: 0;
      filter: alpha(opacity=0);
      width: 100%;
      margin: 10px auto 0 auto;
      position: relative;
      height: 37px;
      z-index: 100; }
      @media (max-width: 1169px) {
        .profile_imageBlock .file #inputFile #fileOriginal {
          width: 28px;
          height: 28px; } }
    .profile_imageBlock .file #inputFile #fileDuplicate {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99;
      padding: 0; }
    .profile_imageBlock .file #inputFile .inputText {
      cursor: pointer;
      text-indent: -99999px;
      width: 100%;
      height: 25px;
      line-height: 25px;
      padding: 0 10px;
      border: none;
      background: none;
      font-size: 13px;
      color: #314165; }
  .profile_imageBlock .name {
    padding-top: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 700; }
    @media (max-width: 1169px) {
      .profile_imageBlock .name {
        padding-top: 0px;
        text-align: left; } }
  .profile_imageBlock .customerId {
    padding-bottom: 16px;
    font-size: 12px;
    color: #333;
    display: block; }
    @media (max-width: 1169px) {
      .profile_imageBlock .customerId {
        padding-bottom: 3px; } }
  .profile_imageBlock .profile_progress {
    width: 100%;
    height: 4px;
    position: relative;
    background: #ccc; }
  .profile_imageBlock .profile_progress .process {
    width: 70%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    height: 4px;
    background: #314165; }
  .profile_imageBlock .small {
    padding-top: 5px;
    display: block;
    font-size: 12px;
    color: #314165;
    font-style: italic; }
    @media (max-width: 1169px) {
      .profile_imageBlock .small {
        padding-top: 3px; } }

/* left nav Start here*/
.leftMenu {
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1169px) {
    .leftMenu {
      display: none; } }
  .leftMenu ul {
    margin: 0px;
    padding: 20px;
    list-style: none; }
    @media (max-width: 1169px) {
      .leftMenu ul {
        padding: 10px; } }
    .leftMenu ul li {
      display: block;
      position: relative;
      border-bottom: 1px dashed #f3f3f3; }
      .leftMenu ul li a {
        padding: 8px 20px 8px 10px;
        display: block;
        font-size: 14px;
        color: #333;
        font-weight: 500;
        position: relative;
        z-index: 1;
        text-decoration: none; }
        .leftMenu ul li a i {
          font-size: 22px;
          line-height: 22px;
          margin-right: 6px;
          color: #314165; }
        .leftMenu ul li a:hover, .leftMenu ul li a.active {
          background: #314165;
          color: #fff; }
          .leftMenu ul li a:hover i, .leftMenu ul li a.active i {
            color: #fff; }
      .leftMenu ul li:last-child {
        border-bottom: none; }

/* tab box Start here*/
.tabBox {
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .tabBox {
      padding-right: 10px;
      overflow: hidden; } }
  .tabBox ul {
    margin: 0;
    padding: 0px 0 12px 0;
    list-style: none;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .tabBox ul {
        display: flex;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden; } }
    .tabBox ul li {
      padding: 0px 10px 0 0;
      float: left; }
      .tabBox ul li a {
        padding: 10px 20px;
        display: block;
        font-size: 13px;
        color: #535353;
        font-weight: 600;
        border: 1px solid #314165;
        text-decoration: none;
        background: #fff;
        border-radius: 5px; }
        @media (max-width: 767px) {
          .tabBox ul li a {
            padding: 7px 11px;
            font-size: 12px;
            font-weight: 500; } }
        .tabBox ul li a:hover {
          border: 1px solid #314165;
          color: #fff;
          background: #314165; }
      .tabBox ul li.active a {
        border: 1px solid #314165;
        color: #fff;
        background: #314165; }

.tabContent,
.tabContent2 {
  padding: 25px 0 0 0;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 767px) {
    .tabContent,
    .tabContent2 {
      padding-top: 11px; } }

.tabContent p {
  margin-bottom: 5px; }

/* form box Start here*/
.formBox {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 1px 3px #ccc;
  padding: 13px 20px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  /*Error*/
  /**/ }
  @media (max-width: 767px) {
    .formBox {
      padding: 13px;
      margin-bottom: 15px; } }
  .formBox .row {
    margin-left: -10px;
    margin-right: -10px; }
  .formBox [class*="col"] {
    padding-left: 10px;
    padding-right: 10px; }
  .formBox .lable {
    font-weight: 600;
    color: #5B5B5B;
    font-size: 13px;
    margin: 0px 0 5px 0;
    pointer-events: none; }
  .formBox .title {
    padding-bottom: 8px; }
    .formBox .title h2 {
      margin: 0px;
      font-size: 18px;
      color: #4f4f50;
      display: inline-block; }
      @media (max-width: 767px) {
        .formBox .title h2 {
          font-size: 16px; } }
    .formBox .title .edit {
      padding: 7px 18px;
      font-size: 14px;
      color: #314165;
      position: relative;
      cursor: pointer;
      border-radius: 20px;
      border: 1px solid #314165;
      min-width: 90px;
      font-weight: 700;
      text-decoration: none;
      float: right; }
      @media (max-width: 767px) {
        .formBox .title .edit {
          padding: 5px 13px;
          font-size: 13px;
          min-width: 74px; } }
  .formBox .addtraveller {
    padding: 7px 18px;
    font-size: 14px;
    color: #4F8FFC;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #cacaca;
    min-width: 90px;
    font-weight: 700;
    text-decoration: none;
    float: right;
    background: #fff; }
  .formBox .label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    display: block; }
    @media (max-width: 767px) {
      .formBox .label {
        margin: 5px 0px;
        font-size: 13px; } }
    .formBox .label star {
      color: #ff6600; }
  .formBox .error_text {
    padding-top: 0px;
    margin: -5px 0 5px 0;
    color: red;
    font-weight: 400; }
  .formBox .error_tick {
    position: absolute;
    right: 9px;
    top: 9px;
    font-size: 20px;
    color: #F54336;
    display: none; }
    @media (max-width: 767px) {
      .formBox .error_tick {
        font-size: 18px; } }
  .formBox .invalid .error_tick,
  .formBox .invalid .error_text {
    display: block;
    color: red; }
  .formBox .label_text {
    font-weight: 500;
    color: #5B5B5B;
    font-size: 13px;
    margin: 0px 0 5px 0;
    transition: all .2s;
    pointer-events: none; }
    .formBox .label_text span {
      color: #f00; }
  .formBox .inputfieldset {
    position: relative;
    /*sucess*/ }
    .formBox .inputfieldset .check_tick {
      color: #3AB54A;
      position: absolute;
      display: none;
      right: 10px;
      font-size: 17px;
      top: 10px; }
    .formBox .inputfieldset .inputform {
      padding: 0px 25px 0px 10px;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .formBox .inputfieldset .inputform:focus {
        border-color: #4F8FFC;
        box-shadow: 0 0 6px #4F8FFC66; }
      .formBox .inputfieldset .inputform.input2 {
        padding: 6px 30px 6px 10px; }
    .formBox .inputfieldset.is-sucess .check_tick {
      display: block; }
  .formBox .inputText,
  .formBox .inputform {
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px 10px;
    height: 42px;
    color: #1F1F1F; }
    @media (max-width: 767px) {
      .formBox .inputText,
      .formBox .inputform {
        height: 36px;
        padding: 7px 10px; } }
  .formBox .label_textdob {
    font-size: 12px;
    font-weight: 500; }
    .formBox .label_textdob span {
      color: #f00; }
  .formBox .error {
    color: red;
    margin-bottom: 5px; }
  .formBox .select-dropdown {
    position: relative;
    width: 100%;
    font-weight: 600;
    border-radius: 5px;
    color: #1F1F1F; }
    .formBox .select-dropdown select {
      white-space: normal;
      text-overflow: ellipsis;
      background-color: #fff;
      -moz-appearance: none;
      border: 1px solid #CED0D4;
      margin-bottom: 10px;
      -webkit-appearance: none;
      width: 100%;
      border-radius: 5px;
      height: 42px;
      padding: 0px 20px 0px 10px; }
      @media (max-width: 767px) {
        .formBox .select-dropdown select {
          height: 40px; } }
    .formBox .select-dropdown .label_text {
      font-size: 11px;
      top: 6px;
      left: 15px; }
    .formBox .select-dropdown .down_arrow {
      position: absolute;
      right: 10px;
      top: 13px;
      color: #737373;
      font-size: 17px;
      pointer-events: none; }
      @media (max-width: 479px) {
        .formBox .select-dropdown .down_arrow {
          right: 5px;
          top: 9px; } }
  .formBox .button {
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background: #314165;
    border-radius: 3px;
    position: relative; }
    .formBox .button.reset {
      padding: 10px 40px; }
    .formBox .button:focus {
      outline: none; }
    .formBox .button.grayBtn {
      background: #e1e4f4;
      margin-right: 8px;
      color: #535353; }
    @media (max-width: 767px) {
      .formBox .button {
        padding: 10px 25px;
        font-size: 13px; } }
    @media (max-width: 479px) {
      .formBox .button {
        font-size: 11px; } }
    @media (max-width: 767px) {
      .formBox .button.travller {
        padding: 10px 10px; } }
  .formBox .margin_bottom {
    margin-bottom: 20px; }
  .formBox .dob {
    margin-right: -15px; }
  .formBox .dob .col_1 {
    padding-right: 15px;
    padding-left: 0px;
    width: 33.3%;
    float: left; }
  @media (max-width: 767px) {
    .formBox .form-group {
      margin-bottom: 0px; } }

.select_dropdown {
  position: relative; }

.select_dropdown select {
  padding: 9px 12px 7px 12px;
  font-size: 14px;
  color: #797979;
  width: 100%;
  border: 1px solid #b7b7b7;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 38px; }
  .select_dropdown select:focus {
    border-color: #939393;
    box-shadow: none;
    outline: none; }

.button {
  padding: 8px 15px;
  margin-bottom: 10px;
  background: #314165;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-size: 22px;
  border-radius: 6px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .smalltext {
    font-size: 13px; } }

/*Feedback css*/
#profilefeedback .label {
  margin-bottom: 7px; }
#profilefeedback .form-group {
  margin-bottom: 10px; }

#profileCntr {
  padding: 20px 0px;
  width: 100%;
  background: #f9f9f9; }
  @media (max-width: 1169px) {
    #profileCntr {
      padding: 10px 0px; } }
  #profileCntr .leftCntr {
    width: 250px;
    float: left;
    background: #fff;
    margin-top: -60px;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 1169px) {
      #profileCntr .leftCntr {
        width: 100%;
        overflow: initial; } }
  #profileCntr .rightCntr {
    padding-left: 20px;
    width: calc(100% - 250px);
    float: left; }
    @media (max-width: 1169px) {
      #profileCntr .rightCntr {
        padding-left: 0px;
        padding-top: 10px;
        width: 100%; } }
    #profileCntr .rightCntr h2.main_title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 12px; }
      @media (max-width: 767px) {
        #profileCntr .rightCntr h2.main_title {
          font-size: 15px; } }

/*Normal profile*/
.content_detail {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .content_detail li {
    line-height: 25px;
    padding: 7px 1px;
    border-bottom: 1px dashed #e9e9e9;
    font-weight: 400; }
    .content_detail li:last-child {
      border-bottom: none; }
    @media (max-width: 767px) {
      .content_detail li {
        line-height: 15px;
        padding: 5px 2px; } }
    .content_detail li .label {
      width: 170px;
      display: inline-block;
      padding: 0px; }
      @media (max-width: 767px) {
        .content_detail li .label {
          width: 123px; } }
    .content_detail li a {
      color: #535353;
      text-decoration: none; }
    @media (max-width: 767px) {
      .content_detail li {
        font-size: 13px; } }

.traveller_block {
  background: #f5f6f7;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative; }
  .traveller_block p {
    margin-bottom: 5px; }

.actionBtn {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px; }
  .actionBtn a {
    display: inline-block;
    padding: 3px;
    color: #333;
    text-decoration: underline;
    line-height: 15px;
    cursor: pointer; }
    .actionBtn a.delete {
      color: #cc0000; }
    .actionBtn a:hover {
      text-decoration: none; }
  .actionBtn .sep {
    font-size: 11px;
    top: -1px;
    position: relative; }

.star {
  color: red; }

.error_text {
  color: #dc3545;
  margin-top: 4px;
  font-size: 13px; }

/*Loading start here*/
.button_loding_div {
  background: inherit;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 48px;
  padding: 13px 0 15px 30px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: normal;
  display: block;
  border-radius: 6px; }
  .button_loding_div .button_loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #314165;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 8px;
    left: 7px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*Loading End here */
.sucessfull_message {
  position: absolute;
  right: 18px;
  top: 18px;
  background: #d4edda;
  padding: 15px;
  border: 2px solid #3c763d;
  border-radius: 2px; }
  .sucessfull_message i {
    color: #3b951a; }

:focus {
  outline: none; }

/*popup style start here*/
.booking_popup .modal-dialog {
  max-width: 800px; }
.booking_popup .modal-body {
  padding: 0px; }

/*popup style end here*/
.button.delete {
  background: #fa2e13;
  color: #fff; }

/*Check my booking*/
.contentBlock {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 1px 3px #ccc;
  padding: 13px 20px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .contentBlock {
      padding: 7px 10px; } }
  .contentBlock h3 {
    margin: 0px 0 15px 0;
    font-size: 18px;
    color: #4f4f50;
    display: inline-block; }
    @media (max-width: 767px) {
      .contentBlock h3 {
        font-size: 14px; } }

/**/
.profileBanner {
  height: 100px;
  overflow: hidden;
  position: relative; 
  width:100%;

}
  .profileBanner .banner {
    width: 100%;
    height: 100px;
    background: url(../../images/user-profile/header.webp) center top no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px; }

.custom-tooltip {
  position: relative;
  display: inline-block; }
  .custom-tooltip .tooltip_detail {
    display: none;
    background: #fff;
    font-size: 12px;
    padding: 6px;
    position: absolute;
    left: 0;
    top: 26px;
    width: 230px;
    border: 1px solid #94afc6;
    z-index: 3;
    white-space: normal; }
    .custom-tooltip .tooltip_detail .arrow {
      width: 21px;
      height: 11px;
      display: block;
      position: absolute;
      left: 28px;
      top: -11px;
      background: url(/assets/images/tooltip-arrow.png) no-repeat; }
    .custom-tooltip .tooltip_detail.tooltip-right {
      right: 0px;
      left: inherit; }
      .custom-tooltip .tooltip_detail.tooltip-right .arrow {
        right: 28px;
        left: inherit; }
  .custom-tooltip:hover .tooltip_detail {
    display: block; }

* {
  outline: none;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333333; }

.container {
  max-width: 1221px; }
  @media (max-width: 1169px) {
    .container {
      max-width: 100%;
      width: 100%; } }

/*# sourceMappingURL=profile-style.css.map */
