*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
ul,
ol,
li,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #3f3f3f;
}

ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.theme-text-grey {
  color: #3f3f3f;
}

.theme-text-light-blue {
  color: #334268;
}
.theme-bg-blue {
  background-color: #162241;
}
.theme-bg-grey {
  background: #f1f1f1;
}
.accent-color {
  color: #f56961;
}
.accent-bgcolor {
  background-color: #f56961;
}
.theme-info {
  color: #0791be;
}
.text-justify {
  text-align: justify;
}
.text-dark-emphasis {
  color: #162241 !important;
}
/* Top Header */
.top-header {
  background-color: #162241;
}
.top-header .quick-links-header a {
  background-color: #074ea0;
  font-weight: 500;
  padding: 4px 8px;
  -webkit-animation: glowing 1800ms infinite;
  animation: glowing 1800ms infinite;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #fff;
    box-shadow: 0 0 5px #fff;
    color: #183d9d;
  }
  50% {
    background-color: #074ea0;
    box-shadow: 0 0 20px #074ea0;
    color: #fff;
  }
  100% {
    background-color: #fff;
    box-shadow: 0 0 5px #fff;
    color: #183d9d;
  }
}
@keyframes glowing {
  0% {
    background-color: #fff;
    box-shadow: 0 0 5px #fff;
    color: #183d9d;
  }
  50% {
    background-color: #074ea0;
    box-shadow: 0 0 20px #074ea0;
    color: #fff;
  }
  100% {
    background-color: #fff;
    box-shadow: 0 0 5px #fff;
    color: #183d9d;
  }
}
/* Navbar */
#main-menu .navbar-toggler {
  position: absolute;
  right: 5px;
  top: 30px;
  padding: 2px;
}
#main-menu .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAACXBIWXMAAAsTAAALEwEAmpwYAAACqklEQVR4nO3cwWkkWRAE0DRPi/x3oCU/ahhomMuyh0VMBMR7EA5E/qzfRUPdAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAis+7+767R3Rwfzr4urt/0oezwe8iLIcOnn/p4JU+nA0shw6e/+hgngWxII8FcYN4ENz/6mCeg+MGeSyIG8SD4NwgXtLdBs8PdzDPk9VSPRbETywPgnOD+InlNnj8xPJHodvg/loH8xw2t85jQbyDeBCcG8Q7iNvg8RPLO4jb4LyD/C0Omw4e7yAWxIPgvIO4QdwGj3cQP7HcBucdxDuI2+Ap6GBeegDS3cE8H23IH8LWvOa34/1pF0uSP4yNy/FhQQAAAAAAAAAAAAAAAAAAAAAAftrn3X0XfGZGujr4en8Sap5vYuUPY2te89tRMATp7mBeegDS3cG89ACku4N56QFIdwfz0gOQ7g7mpQcg3R3MSw9AujuYlx6AdHcwLz0A6e5gXnoA0t3BvPQApLuDeekBSHcH89IDkO4O5qUHIN0dzEsPQLo7mJcegHR3MC89AOnuYF56ANLdwbz0AKS7g3npAUh3B/N8tCF/CFvzmt+O96ddLEn+MDYux4cFAQAAAAAAAAAAAAAAAAAAAAD4aZ93913wmRnp6uDr/Umoeb6JlT+MrXnNb0fBEKS7g3npAUh3B/PSA5DuDualByDdHcxLD0C6O5iXHoB0dzAvPQDp7mBeegDS3cG89ACku4N56QFIdwfz0gOQ7g7mpQcg3R3MSw9AujuYlx6AdHcwLz0A6e5gXnoA0t3BvPQApLuDeekBSHcH89IDkO4O5qUHIN0dzPPRhvwhbM1rfjven3axJPnD2LgcHxYEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICb8Av/KBDQlCc+oAAAAABJRU5ErkJggg==");
  width: 2.1em;
}
#main-menu .navbar-brand div img {
  max-width: 80px;
}
#main-menu ul li.nav-item {
  margin-right: 15px;
}
#main-menu ul li a:hover,
#main-menu ul li a:focus {
  color: #0791be;
}
#main-menu .navbar-nav .dropdown .dropdown-menu {
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px #cccccc57;
}
#main-menu ul .dropdown-divider {
  margin: 0;
  opacity: 0.3;
}
#main-menu ul.dropdown-menu li a.dropdown-item {
  padding: 12px 20px;
}
#main-menu ul.dropdown-menu li a:hover,
#main-menu ul.dropdown-menu li a:focus {
  background-color: #0791be;
  color: #fff;
}

/* #registration_login_btn{
  background-color: #074ea0;
  transition: all ease-in-out 0.3s;
}
#registration_login_btn:hover {
  background-color: #0791be;
} */
/* =========================================================================== End Top Header & Navbar =========================================================================== */
/* Main */
.main-content-container {
  flex-grow: 1;
}
/* Homepage Banner */
.main-slider .owl-nav {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main-slider .owl-nav button {
  background-color: #fff !important;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.main-slider .owl-nav button:hover {
  background-color: #f56961 !important;
  color: #fff !important;
}
.main-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.main-slider .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.main-slider .owl-dot.active {
  background-color: #f56961;
}
/* Bulletin Board  */
.bulletin-board {
  background-color: #074ea0;
}
.bulletin-board .bulletin-board-primary {
  width: 100%;
  height: 100%;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  overflow: hidden;
}
.bulletin-board .bulletin-board-primary h6 {
  color: #fff;
}
/* Char Dham yatra Registration */
.homepage-yatra-registration {
  background-color: #f4f9ff;
}
.homepage-yatra-registration .page-title a {
  background-image: linear-gradient(
    to right,
    #074ea0,
    #074ea0 50%,
    #3f3f3f 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
.homepage-yatra-registration .page-title a:hover {
  background-position: 0;
}
/* .homepage-yatra-registration .page-title a::after {
  position: absolute;
  margin-top: 0.5em;
  margin-left: 0.25em;
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  content: "\f08e";
  color: red;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
} */
.homepage-yatra-registration .page-title span {
  color: #074ea0;
}

.homepage-yatra-registration .video {
  background: #dcdcdc;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px #0000000a;
  overflow: hidden;
}
.homepage-yatra-registration .video img {
  border: 8px solid #ffffff2e;
}

.homepage-yatra-registration .video-btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage-yatra-registration .play-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #162241;
  color: #fff;
  width: 80px;
  height: 80px;
  z-index: 2;
  padding: 5px;
  border-radius: 100%;
  border: 3px solid #ffffff91;
}
.homepage-yatra-registration .play-video-btn:before {
  content: "";
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  -webkit-animation: bloom1 2s linear infinite;
  animation: bloom1 2s linear infinite;
  opacity: 0;
  z-index: 1;
}
.homepage-yatra-registration .play-video-btn:after {
  content: "";
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  -webkit-animation: bloom2 2s linear infinite;
  animation: bloom2 2s linear infinite;
  opacity: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  z-index: 1;
}
@-webkit-keyframes bloom1 {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes bloom1 {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes bloom2 {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes bloom2 {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
  }
}
.homepage-yatra-registration .play-video-btn .svg-inline--fa {
  font-size: 2em;
}
.additional-btns a {
  background-color: #162241;
  border-color: #162241;
  padding: 10px;
  color: #fff;
}
.additional-btns a:hover {
  background-color: #074ea0;
  border-color: #074ea0;
}
.verification-process .verification-steps {
  background: #fff;
  padding: 50px 25px;
  box-shadow: 0px 10px 20px #00000008;
  position: relative;
}
.verification-process .step-two {
  position: relative;
  background-color: #074ea0;
}
.verification-process .step-two::before {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 37px;
  left: -30px;
  top: 32%;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  color: #074ea0;
  z-index: 9;
}
.verification-process .step-three {
  position: relative;
}
.verification-process .step-three::after {
  content: "\f178";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 37px;
  left: -30px;
  top: 32%;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  color: #074ea0;
  z-index: 9;
}
/* Tourist Safety Management System */
.tsms-guide {
  background: #162241;
  color: #fff;
  position: relative;
}

.tsms-guide:before {
  content: "";
  background: url("../img/bg/bottom-bg.png") repeat-x;
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 5%;
  width: 100%;
  z-index: 2;
  background-size: contain;
}
.registration-points table > tbody tr td,
.registration-points table > tbody tr th,
.registration-points table > tfoot tr td,
.registration-points table > tfoot tr th,
.registration-points table > thead tr td,
.registration-points table > thead tr th {
  padding: 10px;
  vertical-align: sub !important;
  border: 1px solid #f1f1f1;
}
.registration-points table > tbody tr td .svg-inline--fa {
  color: #f56961;
}
/* Explore Uttarakhand */
.explore-uttarakhand {
  background-image: url("../img/bg/mountain-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.explore-uttarakhand::before {
  content: "";
  background-color: #16224194;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.5s;
  opacity: 0.7;
  z-index: -1;
}
.explore-uttarakhand a {
  position: relative;
  z-index: 1;
  padding: 7px 20px;
  transition: all ease-in-out 0.3s;
  background: #0791be;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
}
.explore-uttarakhand a:hover {
  background-color: #f56961;
}
/* top-destinations */
.top-destinations .destination-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px 0;
}
.top-destinations .destination-name h6 {
  margin-bottom: 0;
}
.top-destinations .hover-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 0;
  background-color: #2e3d626b;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.top-destinations .hover-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0791be;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-destinations .destination-wrapper:hover .hover-overlay {
  height: 100%;
  z-index: 3;
}
/* Top Deals */
.top-deals {
  background-color: #f1f1f1;
}
.top-deals p {
  width: 50%;
}
.top-deals .top-deals-content {
  bottom: 10px;
}
.top-deals .top-deals-content h5 {
  background-color: rgba(0, 0, 0, 0.7);
}
.top-deals .top-deals-items img {
  transition: all ease-in-out 0.5s;
  width: 100%;
}
.top-deals .top-deals-items:hover img {
  transform: rotate(5deg) scale(1.2);
}
.call-to-action {
  background-color: #162241;
}
/* =========================================================================== Footer =========================================================================== */
.footer {
  background-image: url("../img/bg/footer-bg.png");
  background-color: #162241;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #16224194;
  z-index: -1;
}
.footer .footer-items-list {
  border: 1px dashed #f1f1f157;
  padding: 10px;
}
.footer .social-media-links ul li a {
  background: #ffffff26;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.footer .social-media-links ul li a:hover {
  background-color: #162241;
}
.footer .copyright {
  background: #fbfbfb12;
}
#scrollToTopBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  cursor: pointer;
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #0791be;
  transition: all ease-in-out 0.5s;
}

#scrollToTopBtn:hover {
  background-color: #f56961;
}

/* =========================================================================== Breadcrumb =========================================================================== */
.page-breadcrumb {
  background: url("../img/bg/breadcrumb-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.page-breadcrumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(22, 34, 65, 0.4);
  z-index: 2;
}
.page-breadcrumb > * {
  position: relative;
  z-index: 3;
}
.page-breadcrumb .dropdown .dropdown-menu {
  padding-block: 0;
}
.page-breadcrumb .dropdown .dropdown-menu li a:hover {
  background-color: #0791be;
  color: #fff;
}
/* Login Register */
.shadow-card {
  box-shadow: 0 0 8px #dedede;
  border: 1px solid #dee2e6;
}
.shadow-card label {
  font-size: 15px;
  font-weight: 500;
  color: #3f3f3f;
}
.shadow-card input,
.shadow-card select,
.shadow-card textarea {
  border: 1px solid #636363;
}
.shadow-card .form-check-input:checked {
  border: 1px solid transparent;
}
.shadow-card input::-webkit-input-placeholder {
  color: #636363;
  font-size: 15px;
}
.shadow-card input::-moz-placeholder {
  color: #636363;
  font-size: 15px;
}
.shadow-card input:-ms-input-placeholder {
  color: #636363;
  font-size: 15px;
}
.shadow-card input::-ms-input-placeholder {
  color: #636363;
  font-size: 15px;
}
.shadow-card input::placeholder {
  color: #636363;
  font-size: 15px;
}

.shadow-card input[type="number"]::-webkit-outer-spin-button,
.shadow-card input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shadow-card input[type="number"] {
  -moz-appearance: textfield;
}
.error-info-message {
  color: #0791be;
}
.submit-form-btn,
.normal-btn {
  background-color: #0791be;
  border-color: #0791be;
  padding: 8px 15px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.submit-form-btn:hover,
.normal-btn :hover {
  background-color: #f56961;
}
.login-panel #basic-captcha,
.login-panel #refresh-button,
#yatri-certificate-form #basic-captcha,
#yatri-certificate-form #refresh-button {
  border: 1px solid #636363;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #636363;
  color: #fff;
}
.login-panel #basic-captcha-field {
  border-left: none;
  padding-right: 15px;
}
.hyper-link:hover {
  color: #f56961;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* =========================================================================== User Sidebar Dashboard =========================================================================== */
.sidebar-dashboard .user-detail {
  background-image: url("../img/bg/profile_bg.jpg");
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 100%;
  z-index: 1;
}
.sidebar-dashboard .user-detail::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.sidebar-dashboard .user-detail p {
  margin-bottom: 0;
}
.user-dashboard-links {
  background: #fff;
  box-shadow: 0 0 15px #cccccc57;
}
.user-dashboard-links ul li a {
  border-bottom: 1px solid #cccccc57;
  color: #2b4078;
  display: flex;
  align-items: baseline;
  font-size: 15px;
  margin-bottom: 3px;
  padding: 6px 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.user-dashboard-links ul li a.active,
.user-dashboard-links ul li a:hover {
  color: #fb7f6a !important;
  border-bottom-color: #fb7f6a;
}
/* Notifications */
.notifications-panel .notifications-listing li a {
  position: relative;
  border-bottom: 2px dotted #ccc;
  display: block;
  margin-bottom: 15px;
  padding-left: 25px;
  padding-bottom: 8px;
  font-size: 15px;
}

.notifications-panel .notifications-listing li a::before {
  box-sizing: border-box;
  color: #074ea0;
  content: "\f0f3";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.notifications-panel .notifications-listing li a.medium-priority::before {
  color: var(--bs-warning) !important;
}
.notifications-panel .notifications-listing li a.high-priority::before {
  color: var(--bs-danger) !important;
}
/* =========================================================================== Char Dham Live =========================================================================== */
.full-parent-screen,
.backto-size {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 1;
  color: #fff;
  background-color: #00000095;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
}

.video-gallery {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); */
  gap: 25px;

  grid-template-columns: repeat(6, 1fr);
}

.video-gallery a img {
  cursor: pointer;
}
/* =========================================================================== Star Rating =========================================================================== */
.star-rating {
  float: left;
}
.star-rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.star-rating:not(:checked) > label:before {
  content: "★ ";
}
.star-rating > input:checked ~ label {
  color: #ffc700;
}
.star-rating:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

/* =========================================================================== Tour Listing =========================================================================== */

.tour-listing ul li a img {
  max-width: 200px;
}
/* =========================================================================== Article Listing =========================================================================== */
.article-listing .article-item {
  cursor: pointer !important;
}
.article-listing .article-item .article-image:before {
  content: "";
  background: linear-gradient(to top, #0791be69, transparent);
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}

.article-listing .article-item .article-image img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.article-listing .article-item:hover .article-image img {
  transform: rotate(5deg) scale(1.2);
  -webkit-transform: rotate(5deg) scale(1.2);
  -moz-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
}
.article-listing .article-item:hover .article-image:before {
  height: 100%;
}
.fade-card:hover .card-img-overlay {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.attractions-slider .owl-nav .owl-prev,
.attractions-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #fff !important;
  box-shadow: 0 0 15px #cccccc37;
  height: 60px;
  width: 60px;
  font-size: 22px !important;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.attractions-slider .owl-nav .owl-prev {
  left: 0;
}
.attractions-slider .owl-nav .owl-next {
  right: 0;
}
.attractions-slider .owl-nav .owl-prev:hover,
.attractions-slider .owl-nav .owl-next:hover {
  background-color: #f56961 !important;
  color: #fff;
}

#dynamicModalBody,
#dynamicModalLabel {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.dynamicCloseButton {
  position: absolute;
  right: -12px;
  top: -12px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f56961;
  color: #fff;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =========================================================================== Accordion =========================================================================== */
.accordions--panel .accordion .accordion-item:first-of-type,
.accordions--panel .accordion .accordion-item:last-of-type,
.accordions--panel .accordion .accordion-header .accordion-button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.accordions--panel .accordion .accordion-item {
  color: inherit;
}
.accordions--panel .accordion .accordion-header .accordion-button {
  background-color: #162241;
  color: #fff;
  font-weight: 700;
}
.accordions--panel .accordion .accordion-header .accordion-button::after {
  content: "\f078";
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* =========================================================================== Responsive breakpoints =========================================================================== */

/* added at developing time */
.parsley-errors-list {
  color: red;
}
.captcha-input {
  background: #FFF url(../../captchaImageSource.php) repeat-y left center;
  padding-left: 85px !important;
}
/* === Min-Width Media Queries === */
@media (min-width: 1200px) {
  .sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transform: translate3d(0, 0, 0);
    transition: transform 0.8s ease-out;
    z-index: 1030;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .article-listing .article-item .article-image img {
    width: 100% !important;
    max-height: 160px !important;
    object-fit: cover !important;
  }
}

/* === Max-Width Media Queries === */
@media (max-width: 1680px) {
  #main-menu ul li.nav-item {
    margin-right: 0;
  }
  #main-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  #main-menu ul li a {
    font-size: 14px;
  }
  .external-img-links a span {
    display: none;
  }
}

@media (max-width: 1199px) {
  .external-img-links a {
    display: none;
  }
  input::placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 991px) {
  .text-justify {
    text-align: inherit;
  }
  .video-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .homepage-yatra-registration .play-video-btn {
    width: 40px;
    height: 40px;
  }
  .homepage-yatra-registration .play-video-btn .svg-inline--fa {
    font-size: 1em;
  }
  .verification-process .verification-steps {
    padding: 20px;
  }
  .verification-process .step-two::before,
  .verification-process .step-two::after,
  .verification-process .step-three::before,
  .verification-process .step-three::after {
    display: none;
  }
  .top-destinations .destination-location {
    position: relative;
  }
  .top-deals p {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .video-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .tour-listing ul li a img {
    max-width: 100%;
  }
  .shadow-card input::-webkit-input-placeholder,
  .shadow-card input::-moz-placeholder,
  .shadow-card input:-ms-input-placeholder,
  .shadow-card input::placeholder
   {
    font-size: inherit !important;
  }
}

@media(max-width:540px){
  .inputAptOtp {
    width: 30px !important;
    height: 30px !important;
    margin: 2px !important;
  }
  .welcome-msg {
    font-size: 10px !important;
}
}

@media (max-width: 414px) {
  #main-menu .navbar-brand img {
    max-width: 75%;
  }
  #main-menu .navbar-toggler {
    top: 20px;
  }
  #main-menu #registration_login_btn {
    top: 22px;
    font-size: 14px;
  }
  
}



/*Switch Toggle*/
.switches-container {
  width: 20rem;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #0791be;
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media(max-width:575px){
  .switches-container {
    width: 100%;
    font-size: 12px;
  }
  .switches-container label,
  .switch div{
    font-size: 12px !important;
  }
}

.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
  border-radius: 3rem;
  background: #f56961;
  height: 100%;
}

.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #fff !important;
  transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}
.radio-button-container-wrapper {
display: flex;
flex-wrap: wrap;
}

.radio-button-container {
margin-right: 2px; 
margin-bottom: 2px;
overflow: hidden;
}
.radio-button-container input[type="radio"] {
  display: none;
}
.radio-button-container  label {
  display: inline-block;
  padding: 6px 10px;
  background-color: #0791be;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
}
.radio-button-container input[type="radio"]:checked + label {
  background-color:#f56961;
  border-color:#f56961;
}
input[readonly] {
  background-color: #f0f0f0; 
  color: #999; 
}
.inputAptOtp{
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  margin: 5px;
}
#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.bg-profile-tab {
  background-color: #0791be;
  font-weight: bold;
  font-size: 1.2rem;
}
button:disabled {
  cursor: not-allowed !important;
  opacity: 0.6;
}

div:where(.swal2-container).custom-black-bg.swal2-backdrop-show,
div:where(.swal2-container).custom-black-bg.swal2-noanimation {
  background: #000 !important;
}
.breadcrumb-new { background: #0791be; padding: 0.65rem 1rem;}
.breadcrumb-new .breadcrumb-item, .breadcrumb-new .breadcrumb-item+.breadcrumb-item::before { color: #ffffffbd; }
.breadcrumb-new .breadcrumb-item a {color: #fff; font-weight: 700;}
.breadcrumb-new .breadcrumb-item a:hover { text-decoration: underline; text-underline-offset: 3px;}

.btn-profile {
  background: transparent linear-gradient(180deg, #355592 0%, #7790CB 100%) ;
  color: #fff!important;
  font-size: 18px;
}
.btn-profile:hover {
  background: transparent linear-gradient(180deg, #355592 0%, #355592 100%);
}
.profile-drop .dropdown-item {
  color: #777;
  font-size: 15px;
  font-weight: 500;
}
.profile-drop .dropdown-item:active {
  background: transparent linear-gradient(180deg, #355592 0%, #7790CB 100%) ;
  color: #fff;
}
.mandatory-fields {
  color: red;
}
.export-guest-btn{
  background-color: #f56961;
  border-color: #f56961;
  padding: 8px 15px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}