/*======================= Common css start =================*/
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #292929;
  font-family: "Avenir LT Std 45 Book";
  overflow-x: hidden;
  background-color: #fff !important;
}

@media (min-width: 1175px) {
  body {
    font-size: 16px;
  }
}

a {
  transition: all 500ms ease;
  color: #2e328a;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  transition: all 500ms ease;
  color: #3a8cc7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  line-height: 1.3;
  font-family: "Avenir LT Std 65 Medium";
}

h1.text-primary {
  margin-bottom: 0.5rem;
}

h1,
.h1 {
  font-size: 30px;
  color: #0e4b91;
}

h2,
.h2 {
  font-size: 26px;
  color: #0e4b91;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}

.custom-h2 {
  font-size: 36px;
}

p {
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-device-width: 1023px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1566px) {
  .container {
    max-width: 1480px;
  }
}

p {
  line-height: 1.5;
}

ul {
  list-style: none;
}

ul li,
ol li {
  line-height: 1.5;
}

.section-pad-top {
  padding-top: 30px;
}

.section-pad-bottom {
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
  .section-pad-top {
    padding-top: 50px;
  }

  .section-pad-bottom {
    padding-bottom: 30px;
  }
}

.form-control {
  background-color: #fff;
  border-color: #e6e6e6;
  height: calc(2em + 0.75rem + 2px);
  box-shadow: none !important;
  outline: none;
  color: #292929;
}

.form-control:focus {
  border-color: #074ea2;
}

@media (min-width: 1024px) {
  .m-0 {
    margin: 0;
  }
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

label {
  font-size: 15px;
}

.flex-row-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}

/*social icons style start*/

.social-links {
  text-align: right;
  position: fixed;
  left: -38px;
  bottom: 0;
  z-index: 2;
  transition: 0.5s ease;
}

.text-primary {
  color: #0c4da2 !important;
}

.left0 {
  left: 0 !important;
}

.fa-share-alt {
  height: 40px;
  width: 40px;
  background-color: #fe0000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3px;
  box-shadow: 4px 3px 2px rgba(0, 0, 0, 0.16);
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  cursor: pointer;
}

.social-links .jssocials-share {
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .social-links {
    bottom: 0;
  }

  .fa-share-alt {
    height: 35px;
    width: 35px;
  }

  .fa-share-alt:before {
    font-size: 20px;
  }
}

/*Social icon style end*/

figure {
  overflow: hidden;
  position: relative;
}

.nav-bar ul li:before {
  content: none;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
  text-decoration: none;
  transition: all 600ms ease;
  box-shadow: none;
  border-radius: 40px;
}

.dropdown button:hover,
.dropdown button:active,
.dropdown button:focus {
  border-color: #fff !important;
}

.btn-primary {
  background-color: #074ea2;
  border-color: #074ea2;
}

.btn-primary:hover {
  background-color: #256bbf;
  border-color: #256bbf;
}

.btn-default {
  color: #777;
  background: #eee;
}

.btn-default:hover {
  color: #333;
  background-color: #d1d1d1;
  border-color: #adadad;
}

.btn-outline-danger {
  color: #ed1c24;
  background-color: #fff;
  border: 1px solid #ed1c24;
}

.btn-outline-primary {
  background-color: #fff;
  border: 1px solid #074ea2;
  color: #074ea2;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #074ea2;
  border-color: #fff;
  color: #fff;
}

.bg-primary {
  color: #fff;
  background-color: #074ea2;
}

.text-danger {
  color: #ed1c24;
}

.btn-lg {
  font-size: 14px;
}

.img-full {
  width: 100%;
  height: auto;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.img-pos {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-device-width: 1023px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

/* top-nav-css-starts */

ul.top-nav-left.top-nav-left.d-flex li {
  list-style: none;
  padding: 3px 5px;
  position: relative;
}

ul.top-nav-left a {
  color: #0c4da2;
  font-size: 15px;
  font-weight: 700;
}

ul.top-nav-left a:hover {
  color: #ed1c24;
}

ul.top-nav-left li.new {
  position: relative;
  padding-right: 38px !important;
}

ul.top-nav-left li.new span {
  font-size: 10px;
  animation-name: bgcolor;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  padding: 0px 5px;
  border-radius: 8px;
  color: #fff;
  border: none !important;
  position: absolute;
  top: 6px;
  right: 5px;
}

@keyframes bgcolor {
  0% {
    background-color: #0c4da2;
  }

  50% {
    background-color: #ed1c24;
  }

  100% {
    background-color: #0c4da2;
  }
}

span.language-toggle {
  margin: 0 15px;
  border-radius: 2px;
  background-color: #2b75cc;
  padding: 3px;
  font-size: 15px;
}

span.language-toggle a {
  color: #f6faff;
  padding: 2px;
}

.language-toggle .active {
  border-radius: 2px;
  color: #0a50a3;
  background-color: #fff;
}

.top-right-wrapper {
  position: relative;
}

.top-right-wrapper button {
  position: absolute;
  left: 0;
  background: transparent;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.top-right-wrapper input {
  padding-left: 30px;
  background-color: #2b75cc;
  border: none;
  height: 32px;
  border-radius: 4px;
}

.top-right-wrapper input::placeholder {
  color: #fff;
}

@media (min-width: 1024px) {
  .top-left-wrapper {
    width: calc(100% - 200px);
    padding: 3px 0;
  }

  .top-right-wrapper {
    right: 0;
    position: absolute;
    top: 3px;
  }

  span.menu-img {
    padding: 5px 10px;
  }

  ul.single-menu-item.wsmenu-submenu {
    margin-right: 100%;
    top: 0;
    right: 0;
  }

  ul.top-nav-left li:after {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    background-color: #0c4da2;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .first-level > li > span {
    display: none;
  }

  input#main-search-submit {
    color: #fff !important;
  }
}

@media (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
}

/* navgation-css-starts */
.home-img {
  width: 450px;
  margin-left: -15px;
}

.wstheading a {
  color: #434343;
}

li.first-main-nav > a {
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #f2f2f2;
}

li.first-main-nav:last-child > a {
  border-right: none;
}

li.first-main-nav > a span {
  color: #f2f2f2 !important;
  font-size: 12px !important;
}

ul.single-menu-item li a {
  background-color: #f3f3f3 !important;
}

.first-main-nav > .wsmenu-submenu > li {
  border-bottom: solid 1px #d1d1d1;
}

.wsmenu-submenu li:hover a .fa {
  color: #555 !important;
}

.wsmenu-submenu .fa {
  margin-right: 11px;
  font-size: 15px;
  color: #848484 !important;
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: menu_sticky 0.7s ease-in-out;
  background-color: #fff;
  z-index: 99;
}

.bg-red {
  background-color: #ed1c24;
}

.bg-blue {
  background-color: #0c4da2;
}

.headerfull .dropdown button:after {
  border: none !important;
}

.headerfull .dropdown {
  margin: 0 5px;
}

@media (min-width: 1024px) {
  .wsshoptabing {
    width: 90%;
    top: 60px;
    left: 5%;
    background-color: #f3f3f3;
    height: auto !important;
  }

  .wstheading a:hover {
    color: #ed1c24;
  }

  .wstmegamenucoll {
    display: flex;
    flex-wrap: wrap;
  }

  .wstmegamenucoll .wstheading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f3f3f3;
  }

  .wstmegamenucoll .wstheading a {
    width: 50%;
    padding: 12px !important;
  }

  .first-nav-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .wstabitem > li > a {
    position: relative;
    padding: 12px !important;
    padding-left: 30px !important;
    background-color: rgb(237 28 36 / 10%);
  }

  .wsmenu-list > li:hover > a {
    color: #292929 !important;
  }

  .wstabitem > li > a img,
  .wstabitem > li > a i {
    position: absolute;
    left: 3px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .wstabitem > li > a:hover i,
  .wstabitem > li > a.active i {
    color: #ed1c24;
  }

  li.first-main-nav a:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -32px;
    left: 0px;
  }

  li.first-main-nav:hover > a:after {
    content: "";
    background-image: url(../../img/Union_6.png);
    position: absolute;
    bottom: -25px;
    left: 30%;
    font-size: 50px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .no-arrow > a:after {
    content: none !important;
  }

  input#main-search-submit {
    color: #fff !important;
  }

  .wsmain {
    box-shadow: 0px 2px 3px #0000001f;
  }

  .wsmenu-submenu {
    top: 60px;
  }

  .wsmain .dropdown-menu.show {
    top: 20px !important;
  }

  .wsmain .dropdown-menu.show:before {
    content: "";
    background-image: url(../../image/Union_6.png);
    position: absolute;
    top: -11px;
    right: 90px;
    font-size: 50px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media (min-width: 1280px) {
  .wsshoptabing {
    width: 70%;
    left: 25%;
  }

  .headerfull {
    height: 82px;
  }

  .wsshoptabing {
    top: 82px;
  }

  .wsmenu-submenu {
    top: 82px;
  }

  li.first-main-nav:hover > a:after {
    bottom: -35px;
  }
}

@media (min-width: 1500px) {
  .wsshoptabing {
    left: 25%;
    top: 86px;
  }

  .wsmenu-submenu {
    top: 86px;
  }

  li.first-main-nav:hover > a:after {
    bottom: -37px;
  }

  footer .footer-skew:before {
    top: 30px;
  }
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }

  .cta-third.mb-4 {
    padding: 0 !important;
    position: relative;
    top: -5px;
    left: 0;
  }
}

@media (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }

  .hide-desktop a {
    color: #fff !important;
    font-size: 16px !important;
    padding: 0 10px;
  }

  .hide-desktop li {
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
  }

  .home-img.hide-desktop {
    padding: 10px 0;
  }

  .fixed-nav .animated-arrow {
    top: -100px;
  }

  ul.top-nav-left.hide-desktop {
    overflow-x: hidden;
    display: block !important;
  }

  .first-nav {
    display: block !important;
  }

  .top-nav-section {
    background-color: #0c4da2;
  }

  nav.wsmenu > .container-fluid {
    background-color: #074ea2;
  }

  .single-menu-item {
    background-color: #f3f3f3 !important;
  }

  .mobile-sub .single-menu-item li a {
    background-color: #f3f3f3 !important;
    color: #434343 !important;
    padding: 7px 5px !important;
  }

  ul.wsmenu-submenu > li a i {
    display: none;
  }

  .first-main-nav > .wsmenu-submenu > li > a {
    font-weight: bold;
    color: #434343 !important;
  }

  .first-level span {
    position: absolute;
    top: 5px;
    right: 20px;
  }

  .first-level span i {
    color: rgba(0, 0, 0, 0.25);
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .first-nav-content .button-wrap {
    padding-bottom: 90px;
  }
}

/* navigation-css-ends */

/*--social share starts--*/

.social-links {
  text-align: right;
  position: fixed;
  left: -43px;
  top: 50%;
  z-index: 2;
  transition: 0.5s ease;
  transform: translateY(-50%);
}

.left0 {
  left: 0 !important;
}

.social-links .fa-share-alt {
  height: 40px;
  width: 40px;
  background-color: #005a9b;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3px;
  box-shadow: 7px 0px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 5px 5px 0;
  font-size: 20px;
  cursor: pointer;
}

.social-links .jssocials-share {
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .social-links {
    bottom: 0;
  }

  .social-links .fa-share-alt {
    height: 35px;
    width: 35px;
  }

  .social-links .fa-share-alt:before {
    font-size: 20px;
  }
}

/*--social share ends--*/

/* Quick-access */

.quickaccess {
  padding: 0 15px;
}

.quickaccess h2 {
  color: #0e4b91;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
}

section.quick-access-section ul li:before {
  content: none;
}

.quickaccess ul li a:before {
  content: "\f101";
  color: #fe0000;
  font-family: fontawesome;
  font-size: 18px;
  margin-right: 5px;
}

.quickaccess ul {
  column-count: 2;
  padding-left: 0;
  padding-bottom: 15px;
}

.quickaccess ul li {
  padding-bottom: 15px;
  padding-left: 0;
}

.quickaccess ul li a {
  color: #434343;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

@media (min-width: 1023px) {
  /* .top-content */
  /* navbar-starts */
  .quickaccess ul {
    column-count: 4;
  }
}

@media (min-width: 1360px) {
  .banner-button {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1286px;
    width: 100%;
  }

  .social-links a img {
    width: 40px;
  }

  /* Quick-access */
  .quickaccess ul li a {
    font-size: 12px;
  }

  .quickaccess ul li a {
    font-size: 17px;
  }

  .quickaccess ul li a:hover {
    color: #fe0000;
  }

  footer {
    padding: 90px 0 0;
  }
}

/* footer-css-starts */

footer .footer-skew {
  position: relative;
  background-position: top right !important;
  background-color: #0b0067;
}

.footer-social-icons i {
  font-size: 20px;
}

ul.footer-ul {
  list-style: none;
}

ul.footer-ul li {
  margin: 5px 0;
}

.mess-subs input {
  height: 40px;
}

.mess-subs:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  top: 7px;
  left: 10px;
  color: #717171;
  font-size: 20px;
}

.assistance-wrapper {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  word-break: break-all;
}

.assistance-wrapper h5 {
  padding-left: 30px;
}

.assistance-wrapper h5.primary-phone:before {
  content: "";
  background-image: url(../../image/avatar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}

.assistance-wrapper h5 i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

footer .footer-skew .form-group.d-flex {
  flex-direction: initial;
}

@media (min-width: 1024px) {
  footer .footer-skew:after {
    content: "";
    height: 42px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: -25px;
    left: 0;
    transform: skewY(1deg);
  }

  footer .footer-skew:before {
    content: "";
    background-image: url(../../image/brand.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 45px;
    z-index: 1;
  }
}

/* footer-css-ends */

.breadcrumb {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #0e036e;
}

.breadcrumb a {
  color: #08124a;
}

.center-notice {
  display: block;
  margin: 0 auto;
}

.select2 {
  width: 100% !important;
  display: block;
  outline: none;
}

.select2-container .select2-selection--single {
  height: 40px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  outline: none;
}

.select2-container.select2-container--disabled .select2-selection--single {
  background-color: #ececec !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 46px !important;
  padding-left: 15px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container .select2-selection--single:focus,
.select2-container--below.select2-container--open .select2-selection--single {
  border: 1px solid #074ea2 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #292929 transparent transparent transparent !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #292929 transparent !important;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-disabled="true"] {
  background-color: #074ea2 !important;
  transition: all 600ms ease;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option[aria-selected="true"]:hover,
.select2-container--default
  .select2-results__option[aria-disabled="true"]:hover {
  background-color: #074ea2 !important;
}

span.select2-results {
  overflow: hidden;
  margin-bottom: 5px;
}

/* career form */

label.title {
  display: block;
}

.choice-select .choice-wrapper {
  background-color: #eee;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.choice-select label {
  color: #db403d;
  font-weight: bold;
}

@media (min-width: 650px) {
  .choice-select .choice-wrapper .flex-row > .Label {
    /* width: calc(100% - 83px); */
    margin-bottom: 0;
  }
}

.account-detail {
  padding: 20px 15px 5px 15px;
  background-color: #074ea2;
  border-radius: 4px 4px 0 0;
}

.account-detail .switch {
  background: none;
  background-image: none;
  box-shadow: none;
}

.account-detail .radio-custom:checked + .radio-custom-label:before {
  background-color: #ed1c24;
  line-height: 16px;
}

.details-form-wrapper {
  border: 1px solid #d5d2d2;
  padding: 15px;
}

/* only demo styles */
.account-detail .checkbox-custom-label,
.account-detail .radio-custom-label {
  font-size: 14px;
}

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 1px;
  margin-right: 10px;
  text-align: center;
  font-size: 12px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  background: rebeccapurple;
  color: #fff;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  /* content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background-color: #074EA2;
    border-color: #074EA2; */
  content: "";
  background-image: url("../../image/check-solid.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position-x: 3px;
  background-position-y: 3px;
}

section ul li {
  padding-left: 15px;
  position: relative;
}

section ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
  background-color: #0e4b91;
}

ul.terms li:before {
  content: none;
}

/* section background-color:#f6f8fb */
.remove-height {
  height: auto;
}

.remove-bullets li:before {
  content: none;
}

.account-detail label.title,
.account-detail .checkbox-custom-label,
.account-detail .radio-custom-label,
.account-detail label.title {
  color: #fff;
}

/* icons */

i.fa.fa-minus-circle {
  font-size: 15px;
}

i.fa.fa-plus-circle {
  margin-right: 5px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 1;
}

.form-control {
  background-color: #fff;
}

.form-control[disabled] {
  background-color: #ececec !important;
}

.form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.h-100 {
  height: 100%;
}

.text-black {
  color: #292929;
  font-weight: 400;
}

#existing_account_error_div {
  margin-bottom: 60px;
}

.div-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-form-wrapper {
  background-color: #fff;
  padding: 30px 0 0 0;
}

.navigation-header .logo img {
  height: 75px;
  z-index: 999999;
}

.navigation-header .top-quick-links {
  padding: 0 15px;
  box-shadow: none;
}

.navigation-header .div-flex a {
  font-size: 13px;
  color: #fff;
}

.navigation-header .div-flex a:hover {
  opacity: 0.8;
}

.navigation-header .track-your-ac {
  margin-right: 15px;
  position: relative;
}

.navigation-header .track-your-ac::after {
  content: "|";
  position: absolute;
  right: -11px;
  top: -2px;
  color: #fff;
  font-weight: 600;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.overlay.bag-img {
  padding: 1.5rem 0 !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-top: 1.5rem;
  text-align: center;
}

.overlay.bag-img h4 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .navigation-header .div-flex a {
    font-size: 16px;
  }

  .navigation-header .track-your-ac {
    margin-right: 30px;
  }

  .navigation-header .track-your-ac::after {
    right: -18px;
  }

  .overlay.bag-img {
    text-align: left;
  }
}

@media (min-width: 600px) {
  .navbar-toggle {
    display: none;
  }

  .navigation-header .top-quick-links {
    display: block;
  }
}

@media (max-width: 600px) {
  .top-header {
    position: relative;
  }

  .navigation-header .top-quick-links {
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    z-index: 9999;
    background-color: #074ea2;
    padding: 12px 10px 15px 10px;
    height: auto !important;
    width: 95%;
  }

  .navigation-header .navbar-toggle {
    background-color: transparent;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

span.required {
  color: #ed1c24;
  font-weight: 600;
  margin-left: 1px;
}

label.error,
span.error {
  color: #ef0000;
  position: absolute;
  left: 0;
  bottom: -5px;
  font-size: 12px;
  width: 100%;
  display: block;
  margin: 0;
  font-weight: 400;
  text-align: right;
}

#Salutation-error {
  text-align: left !important;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

span.custom-select:after {
  position: absolute;
  right: 14px;
  bottom: 18px;
  content: "";
  border: solid;
  border-width: 5px 4px 0 4px;
  border-color: #292929 transparent transparent transparent !important;
}

@media (max-width: 1024px) {
  span.custom-select:before {
    bottom: 4px;
  }

  span.custom-select:after {
    bottom: 22px;
  }
}

.step-form-wrapper {
  background-color: #fff;
  padding-bottom: 50px;
}

.btns-wrapper .btn-apply {
  background-color: #e91e63;
  border-color: #e91e63;
  color: #fff;
  margin-left: 5px;
}

.btns-wrapper .btn-apply:hover {
  background-color: #cf245e;
  border-color: #cf245e;
}

.btns-wrapper .btn-apply i {
  font-size: 11px;
}

#scroll-top {
  position: fixed;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: #ed1c24;
  display: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  z-index: 9;
  transition: 0.5s;
  box-shadow: 0 0 10px rgb(78 77 77 / 60%);
  -moz-box-shadow: 0 0 10px rgba(151, 146, 146, 0.6);
  -webkit-box-shadow: 0 0 10px rgb(78 77 77 / 60%);
  -o-box-shadow: 0 0 10px rgba(151, 146, 146, 0.6);
}

#scroll-top a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 23px;
}

#scroll-top:hover {
  background-color: #c82333;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

#scroll-top:hover a {
  color: #fff;
}

/* last visited section */

.last-visited {
  bottom: 25px;
  left: 25px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(13 8 8 / 45%);
  box-shadow: 0px 0px 10px 0px rgb(13 8 8 / 45%);
}

.last-visited.remove {
  display: none;
}

.last-visited > div {
  display: block;
  padding: 5px 8px;
  font-size: 10px;
}

.last-visited .v-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.last-visited button.close {
  color: #0c4da2;
  position: absolute;
  top: -15px;
  right: -17px;
  opacity: 1 !important;
  padding: 2px 4px;
  background: #fff;
  border: 1px solid #0c4da2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 15px;
}

.last-visited button.close:focus {
  outline: none;
}

.last-visited .v-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/*==== sticky css start ====*/

.sticky-links {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 0;
  top: 50%;
  text-align: left;
  z-index: 9;
}

.offset-wrap {
  height: 100%;
  position: relative;
}

.sticky-links .sticky-right {
  width: 215px;
  position: relative;
  right: -2px;
  font-size: 12px;
  background-color: #f3f3f3;
  color: #0c4da2 !important;
  transition: all 400ms ease 0s;
  align-items: center;
}

.sticky-links .sticky-right div {
  width: 30px;
  height: 44px;
}

.sticky-links .sticky-right:not(:last-child) div {
  border-bottom: 1px solid #d9d9d9;
}

.sticky-links .sticky-right:hover {
  right: 160px;
  background-color: #0c4da2;
  color: #fff !important;
}

.sticky-links .sticky-right:hover div {
  border-bottom: 1px solid transparent;
}

.sticky-links .sticky-right .text {
  transition: all 300ms ease 0s;
  text-align: left;
  color: #fff;
}

.sticky-links .sticky-right i {
  font-size: 18px;
}

.sticky-links .sticky-right span {
  display: none;
}

.sticky-links .sticky-right:hover span {
  display: block;
}

.sticky-right a {
  width: 100%;
  height: auto;
  padding: 10px 0;
}

/* Track Your Application pop up */
.bg-light.procced-track-wrap .btn.position-absolute {
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.bg-light.procced-track-wrap .form-control {
  height: 46px;
}

.alert-danger,
.alert-success {
  display: flex;
  padding: 10px 15px;
}

.table {
  display: inline-table;
}

/* loader-css-starts */

.home-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999999999;
}

.home-loader {
  background-color: #fff;
  color: #0c4da2;
}

.home-loader .mascot {
  width: 330px;
  margin: 0 auto 10px auto;
  border-radius: 6px;
}

.home-loader p span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0c4da2;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.inner-loader {
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .button-wrap a,
  .button-wrap .dropdown button {
    font-size: 15px;
  }
}

span.menu-img {
    padding: 3px;
    border-radius: 10px;
    color: #fff;
}
