body {
  font-family: 'Roboto', sans-serif;
}

/* top header css start here */
.main-header .top-inner a {
  color: #fff;
}

.main-header .top-inner a:hover {
  color: #ff6b00;
}

.header-top .top-inner .contact-links {
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .top-inner .contact-links a {
  margin-right: 30px;
}

/* top header css end here */

/* logo image css start here */
.header-upper figure a img {
  display: inline-block;
  max-width: 70%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.sticky-header figure a img {
  display: inline-block;
  max-width: 70%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.main-footer figure a img {
  display: inline-block;
  max-width: 70%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/* logo image css end here */
.links-list i {
  color: #ff6b00;
}


/* main-menu btn css start here */
.main-menu .navigation .btn {
  background-color: #ff6b00;
  color: white;
  font-size: 17px;
  font-weight: 600;
}

.main-menu .navigation .btn:hover {
  background-color: #ffc42e;
  color: #fff;
}

.sticky-header .main-menu .navigation .btn {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

/* main-menu btn css end here */

/* form css start here */
.booking-inner .form-group {
  position: relative;
  display: block;
  padding: 15px 0px 15px 48px;
  margin-bottom: 0px;
}

.booking-inner .form-group .nice-select,
.booking-inner .form-group input[type='text'] {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: var(--title-color);
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  width: 138px;
}

.booking-inner .form-group:first-child .icon {
  left: 13px;
}

.booking-inner .form-group .icon {
  position: absolute;
  left: 17px;
  top: 23px;
  font-size: 20px;
}

.tab {
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ffc42e;
}

.tab button.active {
  background-color: #ff6b00;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.radio-btn label {
  padding-left: 17px;
}

.radio-btn input {
  position: relative;
  left: 12px;
}

.pasner .psg_dls {
  position: absolute;
  background: #fff;
  padding: 23px;
  width: 310px;
  box-shadow: 0 4px 10px #ccc;
  z-index: 9;
  top: 65px;
}

label.w-25 {
  position: relative;
  right: 39px;
}

select#ct {
  position: relative;
  top: -6px;
}

.btn_dn button {
  background-color: #ff6b00;
  padding: 6px 25px 6px 25px;
  color: #fff;
  position: relative;
  top: 15px;
  right: 17px;
}

.btn_dn button:hover {
  background-color: #ffc42e;
  color: black;
}

.pass_bx {
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.input-group.number-spinner1 {
  width: 100%;
  margin-bottom: 6px;
}

a.btn.mns_btn {
  background-color: #ff6b00;
}

span.input-group-btn.right {
  background-color: #ff6b00;
}

span.input-group-btn {
  background-color: #ff6b00;
}

.dynamic-field h4 {
  color: #ff6b00;
  font-size: 19px;
}

#add-button {
  background-color: #ff6b00;
  padding: 10px;
  color: #fff;
  position: relative;
  right: 20px;
}

#remove-button {
  background-color: #ff6b00;
  padding: 10px;
  color: #fff;
}

#add-button:hover {
  background-color: #ffc42e;
  color: black;
}

#remove-button:hover {
  background-color: #ffc42e;
  color: black;
}

#RoomADD {
  position: relative;
  bottom: 10px;
}

/* form sction css end here */

/* contact-us css start here */

.contact-info-section {
  position: relative;
}

.info-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 50px 30px 45px 30px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover {
  transform: translateY(-10px);
}

.info-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 35px;
}

.info-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.info-block-one .inner-box p {
  display: block;
  color: rgba(106, 106, 106, 1);
}

.info-block-one .inner-box p a {
  display: inline-block;
  color: rgba(106, 106, 106, 1);
}

.info-block-one .inner-box p a:hover {}

.contact-section .form-inner {
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.contact-section {
  position: relative;
}

.contact-section .form-inner {
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.contact-section .form-inner .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-section .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  font-size: 16px;
  color: #6A6A6A;
  padding: 10px 30px;
}

.contact-section .form-inner .form-group textarea {
  padding-top: 15px;
  height: 170px;
  resize: none;
}

.contact-section .form-inner .form-group .theme-btn {
  padding: 15px 35px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {}

/* contact-us css end here */

/* about-us page css start here */

.sec-title .sub-title {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 24px;
  font-family: var(--secondary-font);
  margin-bottom: 20px;
}

/* about-us page css end here */

.sitemap ul li a {
  list-style: none;
  color: black;
}

.sitemap ul li a:hover {
  color: #ff6b00;
}

/* widgets css start here  */

.abt-airlines {
  width: 31%;
  border-style: dotted;
  border: 3px dotted #ff6b00;
  float: right;
}

.call-now-widget-cont {
  padding: 10px;
}

.cta-cont {
  display: flex;
  align-items: center;
  padding: 5px;
}

.call-now-widget-cont h5 {
  font-size: 22px
}

.call-now-widget-cont h4 {
  animation: blinker 1s step-start infinite;
  font-size: 24px;
  top: 12px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* widgets css end here  */

/** cart-section **/

.cart-section {
  position: relative;
}

.cart-section .content-box {
  position: relative;
  display: block;
}

.cart-section .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}

.cart-section .content-box .single-product-box {
  position: relative;
  display: block;
  padding: 30px 0px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.cart-section .content-box .single-product-box .inner-box {
  position: relative;
  display: block;
  padding: 16px 0px 16px 210px;
}

.cart-section .content-box .single-product-box .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 190px;
  height: 190px;
}

.cart-section .content-box .single-product-box .inner-box .image-box img {
  width: 100%;
}

.cart-section .content-box .single-product-box .inner-box .price {
  position: absolute;
  top: 15px;
  right: 0px;
}

.cart-section .content-box .single-product-box .inner-box .info-list li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: var(--title-color);
  margin-bottom: 6px;
}

.cart-section .content-box .single-product-box .inner-box .info-list li:last-child {
  margin-bottom: 0px;
}

.cart-section .content-box .single-product-box .inner-box .info-list li span {
  font-weight: 700;
}

.cart-section .content-box .lower-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.cart-section .content-box .coupon-box .form-group {
  position: relative;
  width: 410px;
  margin: 0px;
}

.cart-section .content-box .coupon-box .form-group input[type='text'] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  font-size: 16px;
  color: #6A6A6A;
  padding: 10px 160px 10px 20px;
  transition: all 500ms ease;
}

.cart-section .content-box .coupon-box .form-group button[type='button'] {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #111111;
  padding-left: 30px;
  padding-right: 30px;
}

.cart-section .content-box .coupon-box .form-group input:focus {}

.cart-section .content-box .coupon-box .form-group button:hover {}

.cart-section .content-box .amount-list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 18px;
  text-align: right;
}

.cart-section .content-box .amount-list li:last-child {
  margin-bottom: 0px;
}

.cart-section .content-box .amount-list li span {
  position: relative;
  display: inline-block;
  width: 120px;
  text-align: right;
}

.cart-section .content-box .amount-list li:last-child span {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
}

.cart-sidebar {
  position: relative;
  display: block;
  background: #FBF7F4;
  padding: 30px;
}

.cart-sidebar h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
}

.cart-sidebar .form-group {
  position: relative;
  margin-bottom: 20px;
}

.cart-sidebar .form-group:last-child {
  margin-bottom: 0px;
}

.cart-sidebar .form-group input[type='text'],
.cart-sidebar .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  color: #6A6A6A;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.cart-sidebar .form-group input:focus {}

.cart-sidebar .total-price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0px;
  border-bottom: 1px solid #E5E5E5;
}

.cart-sidebar .total-price span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--title-color);
}

.cart-sidebar .total-price h3 {
  margin: 0px;
}

.cart-sidebar .tabs-box .tab-btns {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}

.cart-sidebar .tabs-box .tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #6A6A6A;
  background: #fff;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.cart-sidebar .tabs-box .tab-btns li.active-btn {
  color: #fff;
}

.cart-sidebar .tabs-content span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.cart-sidebar .check-box input {
  display: none;
}

.cart-sidebar .check-box label {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: var(--title-color);
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.cart-sidebar .check-box label:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  background: transparent;
}

.cart-sidebar .check-box label:after {
  position: absolute;
  content: '';
  left: 4px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  opacity: 0;
  transition: all 500ms ease;
}

.cart-sidebar .check-box input:checked+label:after {
  opacity: 1;
}

.cart-sidebar .tabs-content p {
  margin-bottom: 30px;
}

.cart-sidebar .theme-btn {
  width: 100%;
}

/** rtl-css **/

.rtl .cart-section .content-box .amount-list li span {
  text-align: left;
}

.rtl .cart-section .content-box .amount-list li {
  text-align: left;
}

.rtl .cart-section .content-box .single-product-box .inner-box {
  padding-left: 0px;
  padding-right: 210px;
}

.rtl .cart-section .content-box .single-product-box .inner-box .image-box {
  left: inherit;
  right: 0px;
}

.rtl .cart-section .content-box .single-product-box .inner-box .price {
  right: inherit;
  left: 0px;
}

/* <!-- Terms & Condition-css start --> */

.terms-section .about-content img {
  width: 100%;
  max-width: 378px;
  float: right;
  border-radius: 15px;
  margin-left: 15px;
  /* margin-bottom: 15px; */
  position: relative;
  bottom: 47px;
}

.terms-section h2 {
  position: relative;
  right: 4px;
}

/* <!-- Terms & Condition-css end --> */

/* <!-- Privacy Policy-css start --> */
.privacy-section .about-content img {
  width: 100%;
  max-width: 354px;
  float: right;
  border-radius: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* <!-- Privacy Policy-css end --> */

/* <!-- Cancellation & Refund-css start --> */
.refund-section .about-content img {
  width: 100%;
  max-width: 350px;
  float: right;
  border-radius: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* <!-- Cancellation & Refund css-end --> */

/* breadcrumbs css start here */
.breadcrumbs {
  color: #fff;
  font-size: 17px;
  position: relative;
}

.breadcrumbs ul {
  display: flex;
  padding: 15px;
  justify-content: center;
}

.breadcrumbs ul li a {
  padding-right: 20px;
  color: #fff;
}

.breadcrumbs ul i {
  padding-right: 10px;
}

/* breadcrumbs css end here */


.bannr .content-box {
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
}

.content-box h6 {
  color: #fff;
  margin-bottom: 30px;
}

.content-box h2 {
  color: #fff;
  font-size: 49px;
  padding-left: 17px;
  padding-bottom: 24px;
}

.content-box span.special-text {
  color: #fff;
  padding-left: 20px;
  font-size: 24px;
}

.bannr img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.sec-title .sub-title {
  color: #ff6b00;
}

.disclaimer {
  background-color: #fff;
  border-radius: 5px;
}

.disclaimer p {
  color: black;
  padding: 10px;
}

.copyright p {
  text-align: center;
}

.header-upper .upper-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.banner-section .booking-inner .tabcontent {
    border: navajowhite;
}
li.parsley-required {
    position: absolute;
    font-size: 13px;
    color: red;
    bottom: 0;
}