* {
  padding: 0;
  margin: 0;

  /* colors  */
  --c_bg: #333333;
  --c_bnr_thead: #ff1524;
  --text_primary_dark: #d71921;
  --c_white: #fff;
  --c_callus: #333333;
  --c_cityName: #333333;
  --c_copywright_bg: #0b0f10;
  --c_contentpage-p: #6e7b8e;
  --c_contact_info: #121e21;
  --c_contact-input-bg: #f5f5f5;

  /* font family  */
  --web-font: 'Poppins', sans-serif;
  --link-font: 'Montserrat', sans-serif;

}

::selection {
  background-color: var(--c_callus);
  color: var(--c_white);
}

body {
  font-family: var(--web-font);
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  transition: all 0.3s;
  text-decoration: none;
  color: #ff1524;
}

a:hover {
  color: var(--c_callus);
  transition: all 0.3s;
}

/*  header html start here  */

.header {
	position: sticky;
	width: 100%;
	z-index: 999;
	top: 0 !important;
	background-color: var(--c_bg);
	box-shadow: 0 0 1px 0 #0006;
	transition: all 0.5s;
	border-top: 2px solid #d71921;
}

.nav-custom-s .logo {
  max-width: 95px !important;
}


.nav-custom .logo {
  max-width: 166px;
}

.nav-custom-s .nav-custom {
  padding: 15px 0 20px !important;
}

.header .nav-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0 21px;
}

.header .nav-custom .stellarnav {
  width: initial;
}

.header .nav-custom .stellarnav>ul>li>a {
  padding: 0;
}

.header .nav-custom .primary-nav li:not(:nth-last-of-type(1)) {
  margin-right: 50px;
}

.header .nav-custom .primary-nav li a {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--link-font);
  color: #999999;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
}

.package-box p a::after,
.header .nav-custom .contact-number a::after,
.header .nav-custom .primary-nav li a::after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s;
}

.header .nav-custom .primary-nav li a:hover,
.header .nav-custom .primary-nav li.active a {
  color: #fff;
}

.package-box p a::after {
  background-color: var(--c_callus);
}

.package-box p a:hover::after,
.header .nav-custom .contact-number a:hover:after,
.header .nav-custom .primary-nav li a:hover::after {
  width: 100%;
  transition: all 0.3s;
  right: auto;
  left: 0;

}

li.active a::after {
  width: 100% !important;
}


.header .nav-custom .contact-number a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--c_bnr_thead);
  position: relative;
  transition: all 0.3s;
}

.header .nav-custom .contact-number a i {
  font-size: 20px;
  color: var(--c_bnr_thead);
  margin-right: 10px;
}

/*  header html end here  */

/*  banner start here  */

.search-banner {
  margin-bottom: 38px;
  background-color: var(--c_bg);
}

.home-banner {
  position: relative;
  background-image: url("/assets/images/banner-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-content {
  color: var(--c_white);
  position: relative;
  z-index: 9;
}

.banner-content p {
  font-size: 15px;
  font-weight: 400;
  color: var(--c_bnr_thead);
  text-transform: uppercase;
}

.banner-content h3 {
  font-size: 87px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px 0 5px;
}

.banner-content span {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  opacity: 0.8;
}

/*  banner end here  */


/* responsive-menu starts */

.responsive-menu-cvr {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}

.responsive-menu-cvr .responsive-menu {
  background-color: var(--c_bnr_thead);
  border-top: 3px solid var(--c_white);
  position: relative;
}

.responsive-menu .call a,
.responsive-menu .menu {
  width: 60px;
  height: 60px;
  background-color: var(--c_bnr_thead);
  border: 3px solid var(--c_white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-shadow: 0 0 5px 0 #00000025;
}

.responsive-menu .call a i {
  font-size: 19px;
  color: var(--c_white);
}

.responsive-menu .menu span {
  background-color: var(--c_white);
  width: 18px;
  height: 2px;
}

.responsive-menu .menu span:not(:nth-last-of-type(1)) {
  margin-bottom: 5px;
}

.responsive-menu .call {
  left: 30px;
}
.responsive-menu .menu,
.responsive-menu .call{
  position: absolute;
  top: -150px;
}
.responsive-menu .menu {
  flex-direction: column;
  cursor: pointer;
  right: 30px;
}

.responsive-menu .call a:hover,
.responsive-menu .menu:hover {
  background-color: var(--c_callus);
  transition: all 0.3s;
}

/* responsive-menu ends */

/*  search engine start here  */

.search-engine .search-main {
  position: relative;
}

.search-engine .search-main .search-form {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -85px;
  z-index: 99;
}

.search-engine .form-main {
  padding: 21px 20px 0;
  box-shadow: 0 0 10px 0 #0002;
  border-radius: 5px;
  background-color: var(--c_white);
}

.search-form .form-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.search-form .form-head .search-form-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.form-head .form-check label {
  color: var(--c_white);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.search-form-btn .form-check-input,
.radio .form-check-input {
  background-color: transparent;
  border: 1px solid var(--c_white);
  border-radius: 50%;
}

.search-form-btn .form-check-input:focus,
.radio .form-check-input:focus {
  border-color: var(--c_white);
  outline: 0;
  box-shadow: inherit;
  background-color: transparent;
}

.search-form-btn .form-check-input:checked,
.radio .form-check-input:checked {
  background-color: transparent;
  border-color: var(--c_white);
}

.search-form .form-head .search-form-btn .form-check,
.search-form .form-head .search-form-btn .form-input {
  margin-right: 25px;
}

.form-input {
  margin-right: 2px !important;
  position: relative;
}

.search-form .close-btn {
  text-align: end;
}

.search-form .input-group img,
.form-input img {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 1;
}

.search-form .select2-container {
  width: 100% !important;
}

.search-form .pass-economy select {
  padding-bottom: 7px;
}

.search-form .search-form-btn .form-input .form-select,
.search-form .search-form-btn .form-input .form-control {
  background-color: transparent;
  border: none;
  color: var(--c_white);
  font-size: 15px;
  font-weight: 500;
  background-image: none;
  cursor: pointer;
}

.search-form .search-form-btn .form-input .form-select option {
  color: var(--c_callus);
  background-color: var(--c_white);
}

.search-form .search-form-btn .form-input .form-select:focus,
.search-form .search-form-btn .form-input .form-control:focus {
  box-shadow: none;
  border: none;
}

.ui-widget-header .ui-icon {
  background-image: url(/assets/images/datepicker/ui-icons_444444_256x240.png);
}

.search-form .search-dates {
  position: relative;
}

.pass-economy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.search-form .search-dates img {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 1;
}

.search-form .search-dates .return-date .form-input img {
  display: none;
}

.form-group.passenger-contain {
  position: relative;
}

.passenger-dropdown {
  text-align: center;
  background-color: var(--c_white);
  padding: 10px;
  box-shadow: 0 0 10px 1px #0000004f;
  position: absolute;
  top: 50px;
  z-index: 3;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.passenger-dropdown .form-group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.passenger-dropdown .form-group .passenger {
  display: flex;
  position: relative;
}

.passenger-dropdown .form-group .passenger .minus,
.passenger-dropdown .form-group .passenger .plus {
  position: absolute;
  z-index: 5;
}

.passenger-dropdown .form-group .passenger .passengerInput {
  height: 38px !important;
  text-align: center;
}

.passenger-dropdown .general-btn {
  background-color: var(--c_bnr_thead);
  width: 100%;
  color: var(--c_white);
  font-size: 18px;
  font-weight: 500;
}

.passenger-dropdown .form-group .passenger .btn {
  background-color: var(--c_white);
  padding: 18px;
  border: 2px solid var(--c_bnr_thead);
}

.passenger-dropdown .form-group .passenger .form-control {
  max-width: 80%;
  height: 40px !important;
  margin: 0 auto !important;
  border: 2px solid var(--c_bnr_thead) !important;
  color: var(--c_bnr_thead);
  font-size: 15px;
}

.passenger-dropdown .form-group>label {
  color: var(--c_bnr_thead);
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: block !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.passenger-dropdown .form-group .passenger .minus {
  left: 0;
}

.passenger-dropdown .form-group .passenger .plus {
  right: 0;
}

.passenger .minus img,
.passenger .plus img {
  position: absolute;
  top: 50% !important;
  left: 50%;
  max-width: 12px;
  transform: translate(-50%, -50%);
}

.form-input .date img {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.return-date {
  display: none;
}

.package-box p a::after {
  bottom: 0;
}

.persntage {
  max-width: 23.6%;
  width: 23.6%;
}

.search.col-lg-1,
.search.col-xl-1 {
  max-width: 5.3%;
}

input.error {
  border: 1px solid red !important;
}

label.error {
  display: none !important;
}

.shown-field img {
  z-index: 2;
}

.form-input .form-control {
  font-size: 14px;
  height: 48px;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 0px 10px #00000025 !important;
  margin: 0;
  margin-bottom: 18px;
  border: none;
}

.form-input .form-control::placeholder {
  color: #1b2a2f80 !important;
}

.air-search .select2-search__field::placeholder {
  font-size: 14px;
  opacity: 1;
  color: #1b2a2f80 !important;
}

.form-input .passenger-contain .form-control {
  box-shadow: none;
  border-radius: 0;
}

.search-form .form-input .passenger-contain img {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 5;
}

.search-form .form-input .PassengersField+img {
  position: absolute;
  right: 14px;
  top: 17px;
  z-index: 6;
}

.search-engine .form-check-input:checked[type="checkbox"],
.form-check-input:checked[type="radio"] {
  /* background-image: url("/assets/images/checked.png"); */
  position: relative;
  display: inline-block;
  background-size: 8px;
  background-position: center;
}

.search-engine .form-check-input:checked[type="checkbox"]::before,
.form-check-input:checked[type="radio"]::after {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--c_bnr_thead);
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.search-form .form-input img {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.search-form .form-input select+img {
  z-index: -1;
}

.form-main .select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0;
  height: 48px;
  color: #03869f80;
  padding: 12px 15px;
  line-height: 1;
  margin: 0;
  box-shadow: 0 0 5px 0 #00000025;
}

.form-field-counter .close-btn {
  display: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}


.form-field-counter {
  text-align: end;
}

.form-input .submit-btn {
  background-color: var(--c_bnr_thead);
  display: flex;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.form-input .submit-btn img {
  position: initial;
  margin: auto;
}

.search-submit {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* search engine ends here  */

/* packages starts here  */

.main {
  padding-top: 50px;
  margin-bottom: 47px;
}

.heading-sect h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--c_bnr_thead);
}

.contact-us .heading-sect h2 {
  text-align: start;
}

.contact-us .heading-sect p {
  color: var(--c_contentpage-p);
  opacity: 1;
}

.page-content:nth-last-of-type(1) .content-scroll {
  max-height: 400px;
  padding: 20px;
}

.heading-sect p {
  font-size: 15px;
  font-weight: 300;
  color: var(--c_bnr_thead);
  line-height: 28px;
  opacity: 0.8;
}

.package-box {
	background-color: #f7f7f7;
	font-family: var(--link-font);
	color: var(--c_bnr_thead);
	position: relative;
	overflow: hidden;
	border: 1px solid #333333;
	transition: all 0.3s;
	box-shadow: 0 0px 5px 2px #0002;
	border-radius: 7px;
	padding: 22px 24px 22px 40px;
}

.package-box h3 {
  font-weight: 600;
  margin-bottom: 17px;
  letter-spacing: -1px;
  font-size: 18px;
  color: var(--c_bg);
  text-decoration: underline;
}

.package-box p {
  font-size: 16px;
  font-weight: 300;
}

.price-tag>span {
  font-weight: 600;
  color: var(--text_primary_dark);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 17px;
  text-decoration: underline;
}

.package-box .call-box p {
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 18px;
  line-height: normal;
}

.call-box p>span {
  display: block;
}

.price-tag h4 {
  font-size: 33px;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.price-tag h4 sup {
  font-weight: 400;
  color: var(--c_bg);
  font-family: var(--web-font);
  font-size: 22px;
  left: -6px;
  top: -8px;
}


.package-box h5 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
}

.route span {
  font-size: 25px;
  font-weight: 700;
  color: var(--c_bg);
}

.route p {
  font-size: 14px;
  color: var(--text_primary_dark);
  font-weight: 400;
}

.route p.city {
	font-size: 16px;
	color: var(--c_bg);
	font-weight: 400;
	line-height: normal;
}

.bottom-package P {
  font-size: 18px;
  font-weight: 400;
  color: var(--c_callus);
}

.package-box p a {
  color: var(--c_bg);
  position: relative;
}

.book-btn {
  padding: 5px 7px;
  width: 108px;
  height: 35px;
  background-color: var(--c_bg);
  border-radius: 7px;
  font-size: 12px;
  border: 2px solid #fff;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--c_white);
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.form-input .submit-btn::after,
a.go-home::after,
.btn-submit .btn::after,
.book-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  transition: all 0.3s;
  border-radius: 7px;
  z-index: -1;
  bottom: 0;
}

.book-btn:hover {
  color: var(--c_white);
}

.form-input .submit-btn:hover:after,
a.go-home:hover::after,
.btn-submit .btn:hover::after,
.book-btn:hover::before {
  background-color: var(--c_callus);
  left: 0;
  right: 0;
  transition: all 0.5s;
}

.form-input .submit-btn:hover:after {
  background-color: var(--c_callus);
}

.hot-deal-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 20px;
  background-color: var(--c_cityName);
  position: absolute;
  bottom: 21px;
  right: -22px;
  transform: rotate(-45deg);
}

.hot-deal-tag span {
  color: var(--c_bnr_thead);
  font-size: 12px;
  font-weight: 400;
  position: absolute;

}

.pkg-container {
  margin-top: 38px;
  margin-bottom: 21px;
}

/* footer starts here  */

.footer {
  color: var(--c_white);
  background-color: var(--c_bg);
  background-image: url(/assets/images/footer-bg.png);
}

.footer-main {
  padding: 45px 0 25px;
}

.logo-footer {
  margin-bottom: 35px;
  max-width: 166px;
}

.footer-info p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}


.footer-info h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text_primary_dark);
}

.footer-info ul li a {
  color: var(--c_white);
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
}

.footer-info ul li a:hover {
  color: var(--c_bnr_thead);
  transition: all 0.3s;
}

.footer-links ul {
  display: flex;
  justify-content: center;
}

.footer-links ul li:not(:nth-last-of-type(1)) {
  margin-right: 78px;
}

.footer-links {
  padding: 17px 0;
  margin: 32px 0 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-links ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--c_white);
  transition: all 0.3s;
}

.footer-links ul li a.active,
.footer-links ul li a:hover {
  color: var(--text_primary_dark);
  transition: all 0.3s;
}

.footer-content p {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}

.copyright {
  padding: 14px;
  background-color: var(--c_bnr_thead);
  text-align: center;
}

.copyright p {
  font-size: 14px;
  font-weight: 400;
}

/* footer css ends here  */
/* index page ends here  */

/* content page css starts here  */

.page-content>.container>h1,
.page-content>.container .content-scroll>h1,
.page-content>.container .scroll-content>h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 26px;
  color: var(--c_bnr_thead);
}

.page-content>.container>h2,
.page-content>.container .content-scroll>h2,
.page-content>.container .scroll-content>h2 {
  color: var(--c_bnr_thead);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 26px;
}

.page-content>.container>h3,
.page-content>.container .content-scroll>h3,
.page-content>.container .scroll-content>h3 {
  margin-bottom: 26px;
  color: var(--c_bnr_thead);
  font-size: 25px;
  font-weight: 300;
}

.page-content>.container>h4,
.page-content>.container .content-scroll>h4,
.page-content>.container .scroll-content>h4 {
  margin-bottom: 26px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--c_bnr_thead);
}

.page-content>.container>h5,
.page-content>.container .content-scroll>h5,
.page-content>.container .scroll-content>h5 {
  margin-bottom: 26px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--c_bnr_thead);
}

.page-content>.container>h6,
.page-content>.container .content-scroll>h6,
.page-content>.container .scroll-content>h6 {
  margin-bottom: 26px;
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 600;
  color: var(--c_bnr_thead);
}

.page-content>.container>p,
.page-content>.container .content-scroll>p,
.page-content>.container .scroll-content>p,
.page-content>.container>ol li,
.page-content>.container>ul li,
.page-content>.container .content-scroll>ol li,
.page-content>.container .content-scroll>ul li,
.page-content>.container .scroll-content>ol li,
.page-content>.container .scroll-content>ul li {
  margin-bottom: 25px;
  color: var(--c_contentpage-p);
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.page-content>.container>p a,
.page-content>.container .content-scroll>p a,
.page-content>.container .scroll-content>p a,
.page-content>.container>ul a,
.page-content>.container .content-scroll>ul a,
.page-content>.container .scroll-content>ul a,
.page-content>.container>ol a,
.page-content>.container .content-scroll>ol a,
.page-content>.container .scroll-content>ol a,
.page-content>.container>a,
.page-content>.container .content-scroll>a,
.page-content>.container .scroll-content>a {
  color: #d94938;
  transition: all 0.3s;
  font-weight: 600;
}

.heading-sect a:hover,
.page-content>.container>blockquote a,
.page-content>.container .content-scroll>blockquote a,
.page-content>.container .scroll-content>blockquote a,
.page-content>.container>a:hover,
.page-content>.container .content-scroll>a:hover,
.page-content>.container .scroll-content>a:hover,
.page-content>.container>ul a:hover,
.page-content>.container .content-scroll>ul a:hover,
.page-content>.container .scroll-content>ul a:hover,
.page-content>.container>ol a:hover,
.page-content>.container .content-scroll>ol a:hover,
.page-content>.container .scroll-content>ol a:hover,
.page-content>.container>p a:hover,
.page-content>.container .content-scroll>p a:hover,
.page-content>.container .scroll-content>p a:hover {
  color: var(--c_callus);
  transition: all 0.3s;
}

.page-content>.container blockquote a:hover,
.page-content>.container .content-scroll blockquote a:hover,
.page-content>.container .scroll-content blockquote a:hover {
  color: var(--c_cityName);
  transition: all 0.3s;
}

.page-content>.container>blockquote,
.page-content>.container .content-scroll>blockquote,
.page-content>.container .scroll-content>blockquote {
  border-radius: 7px;
  padding: 25px;
  text-align: center;
  max-width: 80%;
  margin: 20px auto;
  border-left: 5px solid var(--c_callus);
  border-right: 5px solid var(--c_callus);
  background-color: var(--c_bnr_thead);
}

.page-content>.container>blockquote p,
.page-content>.container .content-scroll>blockquote p,
.page-content>.container .scroll-content>blockquote p {
  font-size: 15px;
  font-weight: 400;
  color: var(--c_white);
}

.page-content>.container>ul,
.page-content>.container .content-scroll>ul,
.page-content>.container .scroll-content>ul {
  padding: 15px;
  margin: 15px;
}

.page-content>.container>ul>li,
.page-content>.container .content-scroll>ul>li,
.page-content>.container .scroll-content>ul>li {
  list-style-type: disc !important;
}

.page-content>.container>ul u,
.page-content>.container .content-scroll>ul ul,
.page-content>.container .scroll-content>ul ul,
.page-content>.container>ol ol,
.page-content>.container .content-scroll>ol ol,
.page-content>.container .scroll-content>ol ol {
  margin: 30px;
}

.page-content>.container>ul>l,
.page-content>.container .content-scroll>ul>li,
.page-content>.container .scroll-content>ul>li,
.page-content>.container>ul>li ul l,
.page-content>.container .content-scroll>ul>li ul li,
.page-content>.container .scroll-content>ul>li ul li,
.page-content>.container>ol>li ul li,
.page-content>.container .content-scroll>ol>li ul li,
.page-content>.container .scroll-content>ol>li ul li {
  list-style-type: circle;
  margin-bottom: 10px;
  color: var(--c_contentpage-p);
  color: var(--c_contentpage-p);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 10px;
}

.page-content>.container>ol>li,
.page-content>.container .content-scroll>ol>li,
.page-content>.container .scroll-content>ol>li {
  margin-bottom: 10px;
  color: var(--c_contentpage-p);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 10px;
}

/* content page ends here  */

/* contact us page starts here  */


.contact-info-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}


.contact-info-box h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--c_bnr_thead);
}

.contact-info-box ul li a {
  color: var(--c_contact_info);
  font-size: 15px;
  transition: all 0.3s;
  font-weight: 400;
}

.contact-info-box ul li a:hover {
  color: var(--c_bnr_thead);
  transition: all 0.3s;
}

.skype,
.email,
.address,
.phone {
  margin-bottom: 40px;
}

.contact-info-box {
  margin-top: 30px;
}

.form-control.textarea {
  min-height: 96px;
}

.contact-form .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--c_contact_info);
  line-height: 25px;
}

.contact-form .form-check-input {
  width: 15px;
  height: 15px;
}

.contact-form .form-control {
  background-color: var(--c_contact-input-bg);
  margin-bottom: 24px;
  box-shadow: none !important;
  border: none;
}

.contact-form .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: var(--c_contact_info) !important;
}


.form-check-input[type="checkbox"] {
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--c_callus);
  border-color: var(--c_callus);
}

.btn-submit .btn {
  padding: 16px 51px 15px;
  margin-top: 30px;
  background-color: var(--c_bnr_thead);
  color: var(--c_white);
  position: relative;
  z-index: 1;
  font-size: 14px;
  border: none;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
}

/* contact us page ends here  */

/* modal starts here  */

.enquiry-popup .modal-dialog {
  max-width: 605px;
}

.enquiry-popup .modal-content {
  padding: 10px 32px 28px;
  border-radius: 7px;
}

.modal-header h5 {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--link-font);
  color: var(--c_bnr_thead);
  text-transform: uppercase;
}

.modal-body {
  padding: 1rem 0;
}

.enquiry-popup .form-control.textarea {
  min-height: 52px;
}

.enquiry-popup .form-input .form-control {
  box-shadow: none !important;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #0002;
}

.enquiry-popup .btn-submit {
  text-align: end;
}

.enquiry-popup .btn-submit .btn {
  padding: 15px 28px 14px;
  text-transform: uppercase;
}

.btn-close {
  background-image: url("/assets/images/closep.png");
  opacity: 1;
}

.enquiry-popup .form-check-input {
  border-color: #000;
}

.enquiry-popup .form-check-input:checked {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
}

/* popup ends here  */

/* error page starts here  */
.error-page {
  background-color: var(--c_bnr_thead);
  background-image: url("/assets/images/404-bg.png");
  background-position: center;
  background-size: cover;
  padding: 250px 0;
  text-align: center;
  color: var(--c_white);
}

.error-page-main {
  max-width: 540px;
  margin: auto;
}

.error-page-main h2 {
  font-size: 112px;
  font-weight: 700;
}

.error-page-main h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 28px 0 25px;
  font-family: var(--link-font);
  color: #fff;
}

.error-page-main p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

a.go-home {
  padding: 17px 30px;
  position: relative;
  background-color: var(--c_bnr_thead);
  border-radius: 7px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--c_white);
  font-size: 13px;
  font-weight: 500;
  font-family: var(--link-font);
  margin-top: 17px;
  z-index: 1;
  border: 2px solid #fff;
}

/* error page ends here  */

/* mobile menu starts here  */
.menu-small {
  background-color: var(--c_bnr_thead);
  min-height: 45px;
  margin-bottom: 12px;
  border-top: 3px solid #fff8ed;
}

.menu-small .phone-call {
  background-color: var(--c_bnr_thead);
  border-radius: 50%;
  top: -66%;
  left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 55px;
  width: 55px;
  border: 3px solid #fff8ed;
  transition: all 0.3s;
}


.mobile-menu-bars:hover,
.menu-small .phone-call:hover {
  background-color: var(--c_bnr_thead);
  transition: all 0.3s;
}


.menu-small .phone-call i {
  font-size: 23px;
  color: #fff;
}

.mobile-menu-bars {
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -66%;
  background-color: var(--c_bnr_thead);
  right: 11%;
  border: 3px solid #fff8ed;
  transition: all 0.3s;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-menu-bars .menu-toggles span.bars span:not(:nth-last-of-type(1)) {
  margin: 0 0 7px;
}

.menu-bars-fixed {
  position: fixed !important;
  display: none;
  bottom: 0;
  background-color: #fff8ed;
  left: 0;
  right: 0;
  z-index: 99999999;
}

.stellarnav .dd-toggle {
  position: absolute !important;
  top: -5px;
  right: 0;
  padding: 0;
  width: 48px;
  height: 28px;
  text-align: center;
  z-index: 9999;
  border: 0;
}

.stellarnav a.dd-toggle .icon-plus::after,
.stellarnav a.dd-toggle .icon-plus::before {
  border-bottom: solid 3px var(--c_callus);
  width: 12px;
}


.mobile-menu-bars .menu-toggles span.bars span {
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 6px;
  background: #fff;
}

.stellarnav.mobile .menu-toggle {
  display: none;
}

.mobile-menu-bars,
.menu-small .phone-call {
  cursor: pointer;
}

/* mobile menu ends here  */
/* thank you page starts here  */

/* thank you page  */
.thank-you-main {
  text-align: center;
  max-width: 1010px;
  margin: auto;
}

.thank-you-main h2 {
  font-size: 94px;
  font-weight: 600;
  color: var(--c_bnr_thead);
}

.thank-you-main h5 {
  font-size: 22px;
  font-weight: 600;
  color: var(--c_bnr_thead);
}

.thank-you-main p {
  font-size: 16px;
  margin-top: 26px;
  font-weight: 300;
  color: var(--c_contentpage-p);
  line-height: 28px;
}

.thank-you-main img {
  display: inline-block;
  margin: 35px 0 55px;
}

.enquiry-popup input.error {
  border: none !important;
  border-bottom: 1px solid red !important;
}

.date .form-control {
  box-shadow: none !important;
  margin: 0;
}

.search-form .search-dates {
  box-shadow: 0 0 5px 0 #00000037;
  margin-right: 2px;
  margin-bottom: 18px;
}

.scrollbar-thumb {
  background-color: var(--c_callus) !important;
}


.enquiry-popup .date .form-control {
  margin-bottom: 18px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--c_callus);
  ;
  background: var(--c_callus);
  ;
  font-weight: normal;
  color: #fff
}

/* preloader for autocomplete input fields  */

/* css */

/* preloader starts here  */

.trip-group.load {
  position: relative;
}

.trip-group.load::before {
  content: "";
  position: absolute;
  right: 30px;
  width: 25px;
  height: 25px;
  font-size: 3px;
  bottom: 12px;
  border-top: 1em solid var(--c_callus);
  border-right: 1em solid transparent;
  border-radius: 50%;
  animation: spinner 0.5s linear infinite;
}

@-ms-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}






/* animation on mobile is starts here  */

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 34, 46, 0.15);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(113, 34, 46, 0.25);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(113, 34, 46, 0.25);
  }
}

@keyframes width-height {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1
  }

  100% {
    width: 230%;
    height: 230%;
    opacity: 0
  }
}

@keyframes shakeX {
  0% {
    transform: translateX(10%);
    rotate: 10deg;
  }

  10% {
    transform: translateX(-10%);
    rotate: -10deg;
  }

  20% {
    transform: translateX(10%);
    rotate: 10deg;
  }

  30% {
    transform: translateX(-10%);
    rotate: -10deg;
  }

  40% {
    transform: translateX(10%);
    rotate: 10deg;
  }

  50% {
    transform: translateX(-10%);
    rotate: -10deg;
  }

  /* 60% {
    transform: translateX(10%);
    rotate: 10deg;
  }
  70% {
    transform: translateX(-10%);
    rotate: -10deg;
  }
  80% {
    transform: translateX(10%);
    rotate: 10deg;
  } */
  60% {
    transform: translateX(0);
    rotate: 0deg;
  }

  100% {
    transform: translateX(0);
    rotate: 0deg;
  }
}

/* Cookie policy section at footer CSS */


.cookie-policy {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.cookie-policy .policy-text {
  background-color: var(--c_callus);
  /* border: 1px solid var(--c_bnr_thead); */
  border-top: 1px solid #fff;
  padding: 19px 44px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-policy .policy-text p {
  flex: 0 0 94%;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

.cookie-policy .policy-text a {
  color: #ff1524;
  font-weight: 600;
}

.cookie-policy .policy-text a#msg-close {
  flex: 0 0 6%;
  font-weight: 400;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #ffffff;
  color: var(--c_bnr_thead);
  border-color: var(--c_bnr_thead);
}

.footer p::selection,
.footer a::selection{
  background-color: var(--c_bnr_thead) !important;
}