* {
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

:root {
  /* --primary-color: #dcf2f1; */
  --primary-color: #ffff;
  --primary-dark: #0f1035;
  --secondary-color: #7fc7d9;
  --text-color: #365486;
  --daanish-primary: #333366;
}

a {
  text-decoration: none;
  color: var(--primary-dark);
}

.topbar {
  background-image: url("../images/top-bar.gif");
  background-repeat: repeat-x;
  /*margin-bottom: 1em;*/
}
.topbar .logo-text {
  padding-left: 20px;
}

.topbar .logo-text p {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #22146a;
  font-size: 12px;
  font-style: italic;
}

.topbar_container .col-lg-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* 
#main_navigation {
  background-image: url("../images/menu-bg.gif");
  height: 28px;
}

#main_navigation .navbar-nav .nav-item .nav-link {
  color: #fff;
  display: block;
  float: left;
  padding-left: 9px;
  padding-right: 9px;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  background: url("../images/menu-gap.gif") no-repeat;
  background-position: right;
}
#main_navigation .nav-item.active .nav-link {
  color: #fff;
  background: url("../images/menu-hover.gif");
  background-repeat: repeat-x;
  background-position: center;
} */

#main_wrapper {
  margin: 0 0 1em 0;
}

.nav-container {
  display: flex;
  justify-content: center;
}

.nav-container li a {
  background: #fff;
  width: 100px;
  margin: 0 0.5em;
  padding: 0.7em 0;
  z-index: 50;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.dropdown-content li a{
  width: 100%;
  box-shadow: none;
  margin: 0;
} 

.dropdown-content li i{
  display: none;
}

.nav-container li a:hover {
  transform: translateY(-10px);
  background: var(--primary-dark);
  cursor: pointer;
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3);
  color: var(--primary-color);
}

.nav-container li a.active {
  background: var(--primary-dark);
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3);
  color: var(--primary-color);
}

.nav-container li a i {
  font-size: 1.5em;
}

.nav-container li a i img {
  fill: var(--primary-color);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 100;
  padding: 1em;
  margin-top: 0.5em;
  border-radius: 5px;
  width: 200px;
}

.image-h1 {
  margin-left: 6em;
}

.image-h3 {
  margin-right: 5em;
}

.form-container {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.card-header {
  background-color: #0049ad;
}
.card-body {
  padding: 5px 10px;
  /* font-size: 15.35px; */
  font-size: 0.96em;
}
.card-heading {
  margin-bottom: 0.2em;
  color: var(--primary-color);
}
.child_col {
  padding: 0 0;
}

#pills-domestic-tab {
  background-color: #fff;
  font-weight: bold;
  color: #0b59c0;
  font-size: 12px;
}
#pills-international-tab {
  font-weight: bold;
  color: #aa0303;
  font-size: 12px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fff;
  font-weight: bold;
  color: #0b59c0;
}
.nav-pills .nav-link {
  color: #0049ad;
}
.col-form-label {
  color: #0b59c0;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}
/* .custom-search-btn {
  background-image: url("../images/search_button.gif");
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 28px;
  border: none;
}
.custom-search-btn-trains {
  background-image: url("../images/search.gif");
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 28px;
  border: none;
} */
.form-control {
  text-align: left;
  font-size: 11px;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0.1em 0.1em;
}
.form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.select2-selection {
  text-align: left !important;
}
.radio-inline {
  color: #0b59c0;
  font-size: 10px;
}

.footer p {
  padding: 30px 0px;
}

.footer p {
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  line-height: 1.5em;
  text-align: center;
  color: #28176c;
  padding-top: 5px;
  font-size: 12px;
}
.footer .footer-links li {
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid #000;
  padding: 0px 8px;
  font-size: 12px;
}
.footer a {
  text-decoration: none;
}

.owl-carousel {
  margin-top: -0.8em;
}

#home-carousel {
  margin-top: 0em;
}

.banner-img img {
  border-radius: 5px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
}

/* visa page */

.visa-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.banner-form {
  width: 30%;
}

.banner-visa {
  width: 363px;
  height: 315px;
  background-image: url(../../assets/images/visa-bg.gif);
  background-repeat: no-repeat;
}

.visa-container .banner-img {
  width: 60%;
}

#form-top {
  width: 366px;
  height: 30px;
  margin-top: 8px;
}

#form-middle {
  width: 336px;
  height: auto;
  margin: auto;
  margin-top: 10px;
}

.form-info {
  width: 336px;
  height: auto;
  margin: auto;
  float: left;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.authorised{
  width: 75%;
}

#lbl-night,
#lbl-room,
#lbl-adult,
#lbl-child{
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  .visa-container {
    flex-direction: column;
  }
  .visa-container .banner-img {
    width: 100%;
  }
  .banner-form {
    width: 100%;
    margin-bottom: 1.5em;
  }
  /* .banner-visa {
    width: 250px;
  } */
}

@media screen and (max-width: 992px) {
  .nav-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav-container .d-flex {
    margin: 0.5em 0;
  }
  .topbar_container .col-lg-4:nth-child(3) {
    display: none;
  }
  .image-h1 {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .nav-container li a i{
    font-size: 0.75em;
  }

  .nav-container li a h6{
    font-size: 0.75em;
  }
  
  .dropdown-content li a h6{
    font-size: 0.75em;
    margin-bottom: 0.65em;
  }
  
  .nav-container li a {
    background: transparent;
    width: 55px;
    border-radius: 5px;
    box-shadow: none;
    border: 0.5px solid gray;
    padding: 0.1em 0;
  }
  
  .nav-container li a:hover {
    border-radius: 5px;
  }
  .nav-container li a.active {
    border-radius: 5px;
  }
  .topbar_container .col-lg-4 .logo-text,
  .topbar_container .col-lg-4 .center {
    display: none;
  }
  .topbar_container .col-lg-4:nth-child(3) {
    display: none;
  }
  #main_navigation {
    background-image: none;
    height: auto;
  }
  #main_navigation .navbar-nav .nav-item .nav-link {
    background-image: none;
    font-size: 18px;
  }

  .banner-img {
    margin: 1em 0;
  }

  .banner-form {
    width: 100%;
  }

  .dropdown-content li {
    width: 55px;
    margin: 0 0.5em;
  }

  .dropdown-content li a{
    width: 100%;
    box-shadow: none;
    margin: 0;
  }
  
  .nav-container li.dropdown {
    position: relative;
    font-size: 0.75em;
  }

  .nav-container li.dropdown .dropdown-content {
    position: static;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 0;
  }

  .dropdown-content li i{
    display: block;
  }

  .nav-container li.dropdown .holiday{
    display: none;
  }

  .authorised{
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .topbar_container .col-sm-6:nth-child(1) {
    width: 25%;
  }
  .topbar_container .col-sm-6:nth-child(2) {
    width: 70%;
  }
  .topbar_container .col-sm-6:nth-child(1) img {
    height: 100px;
    padding-left: 0.7em;
  }
  .topbar_container .col-sm-6:nth-child(2) img {
    height: 100px;
  }
  .child_col {
    padding: 0 12px;
  }
}

.select2-container {
  width: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 10px !important;
}
.select2-container--default .select2-results__option {
  font-size: 10px !important;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
}
.parsley-errors-list > li {
  list-style: none;
  color: #ff5b5b;
  margin-top: 5px;
  position: relative;
  font-size: 10px;
  font-weight: bold;
}

.parsley-error {
  border-color: #ff5b5b;
}

.parsley-success {
  border-color: #10c469;
}
#btn-payment{
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 1em;
}
.modal-body{
  display: flex;
  justify-content: center;
  align-items: center;
}