@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

p {
  font-weight: 400;
  font-family: 'Inter';
  font-size: 16px;
  color: #777777;
}

.slicknav_nav a:hover {
    background: #123821;
}

/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 26px !important;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid #123821;
  text-transform: uppercase;
  background: #123821;
  color: #fff !important;
  font-weight: 600 !important;
}

.theme-btn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Encode Sans';
  font-size: 66px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 17px;
}

h2 {
   font-family: 'Encode Sans';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
   font-family: 'Encode Sans';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
   font-family: 'Encode Sans';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
   font-family: 'Encode Sans';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
   font-family: 'Encode Sans';
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  /*background: #fff url('../images/arrow.png') no-repeat right;*/
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
  position: relative;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  /* position: relative; */
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec ul li {
  /* position: relative; */
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 3px 14px;
    font-size: 13px;
    font-family: 'Encode Sans';
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5sease;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    color: #0000007d;
    border-bottom: 2px solid #000;
    transition: 0.1s;
}
.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 999999;
  background-color: #fff;
  left: 0px;
  width: 100%;
  text-align: left;
  top: 66px;
  padding-top: 20px;
  height: 410px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}

/*Header Css Start*/
a.logo-text {
    font-family: "Encode Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.site-nav-bar-btn ul li a i {
    font-size: 20px !important;
}
.menuSec .row {
    align-items: center;
}

.menuSec ul li:last-child a {
    padding-right: 14px;
}
.site-nav-bar-btn ul li:last-child a {
    padding-right: unset !important;
}
.inner-menu-tab ul {
    display: block !important;
}

.inner-menu-tab h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    color: #123821;
    display: flex;
    gap: 8px;
    height: 40px;
}

.inner-menu-tab h3 i {
    font-size: 42px;
}

.inner-menu-tab ul {
    text-align: left;
}

.inner-menu-tab ul li a {
    font-family: 'Encode Sans';
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 8px;
}

.inner-menu-tab ul li:hover {
  background-color: #123821  !important;
}

.inner-menu-tab ul li {
    width: 100%;
    justify-content: start;
    height: 40px;
}


.inner-menu-tab ul li:hover a {
    color: #fff;
    background: unset;
}

.inner-menu-tab {
    padding: 30px 0px;
}

.inner-menu-tab ul li a:hover {
    background-color: unset !important;
    color: #fff !important;
}
.inner-menu-tab ul li:hover a {
    border-bottom: unset;
}
.menuSec ul li .row {
    align-items: start;
}
.sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0px 20px;
    z-index: 9999999;
    transition: 0.9s;
    border-bottom: 1px solid #00000061;
}
/*Header Css End*/


/*Home Banner css Start*/


.banner_text {
    text-align: center;
    margin-bottom: 50px;
}

.banner_text p {
    margin-bottom: 30px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #ffffffb5;
}
.banner_text h1 {
    line-height: 90px;
}
.fields-banner input {
    width: 94%;
    border: 2px solid #0000004f;
    height: 45px;
    padding: 10px 10px;
    color: #00000087;
}

.fields-banner label {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.fields-banner label span{
  color: red;
}

.fields-banner select {
    width: 94%;
    border: 2px solid #0000004f;
    height: 45px;
    padding: 10px 10px;
    appearance: auto;
    color: #00000087;
}

.form-maindv-banner button {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 26px !important;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid #123821;
    text-transform: uppercase;
    background: #123821;
    color: #fff !important;
    font-weight: 600 !important;
    width: 20%;
}

.form-maindv-banner {
    background: #fff;
    padding: 40px 40px 30px;
    border-radius: 23px;
    margin: 0 60px;
}
img.banner-img {
    width: 100%;
    height: 780px;
    object-fit: cover;
}
.carousel-indicators [data-bs-target] {
    border: 2px solid #fff;
    background: transparent;
}
.carousel-indicators .active {
    background: #000;
    border-color: #000;
}
.carousel-control-prev, .carousel-control-next {
    width: 6%;
}
/*Home Banner css End*/


/*Section get us Know Start*/

.text-getus h3 {
    font-family: 'Encode Sans';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #123821;
}

.text-getus h2 {
    font-size: 36px;
    font-family: 'Encode Sans';
    font-weight: 700;
    color: #242424;
    margin-bottom: 3px;
}

.text-getus p {
    font-family: 'Inter';
    font-size: 16px;
    color: #777777;
    width: 77%;
    margin-bottom: 30px;
    font-weight: 400;
}
.getus-img img {
    width: 100%;
    filter: brightness(0.8);
}

.getus-img {
    box-shadow: 17px 26px 53px 0px rgba(0, 0, 0, 0.5);
    position: relative;
}

.getus-img p {
    font-size: 22px;
    font-family: 'Encode Sans';
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

/* .getus .row {
    align-items: center;
} */

.getus {
    padding: 90px 0px;
    position: relative;
    z-index: 9999;
}
.luxury-box-main {
    position: relative;
    z-index: 2;
    background: #fff;
    text-align: center;
    border: 1px solid #a99438;
    padding: 22px 0px;
}

.luxury-box-main h2 {
    font-size: 20px;
    font-family: 'Encode Sans';
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.luxury-box-main p {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    width: 100%;
    margin: 0 auto;
}
.btm-boxes-main {
    margin: 100px 50px 0px;
}
.luxury-box-main:hover {
    background: #10301c;
    transition: 0.9s;
}

.luxury-box-main:hover h2 {
    color: #fff;
}

.luxury-box-main:hover p {
    color: #fff;
}
.getus-img {
    border: 11px solid #fff;
}
.text-getus ul {
    padding: 0 0 0 20px;
    list-style-type: disc;
    color: #123821;
}
/*Section get us Know Start*/

/*Particles Css STart*/

canvas {
  display: block;
  vertical-align: bottom;
}


#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #b61924; */
  /* background-image: url(""); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

#particles-sub-js {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #b61924; */
  /* background-image: url(""); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0;
}

/*Particles Css End*/

/*Section Private  Start*/

.private-sec {
    background-image: url(../images/private-back.png);
    width: 100%;
    height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #123821;
    display: flex;
    align-items: center;
}

.private-text h3 {
    font-size: 14px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 10px;
}

.private-text h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    font-family: 'Encode Sans';
    margin-bottom: 8px;
}

.private-text p {
    color: #ffffffCC;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    width: 82%;
    line-height: 30px;
    margin-bottom: 30px;
}


.private-text a.theme-btn {
    background: #a79132;
}

.private-sec .row {
    align-items: center;
}
.private-sec:hover .private-img img {
    filter: brightness(0.5);
    transition: 0.9s;
}
/*Section Private End*/


/*Section Services Start*/
.text-services h3 {
    font-size: 22px;
    font-family: 'Encode Sans';
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.text-services p {
  font-size: 16px;
  font-family: 'Inter';
  color: #777777;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
}

.text-services {
    text-align: center;
    margin-top: 20px;
}

.heading-services h3 {
    font-family: 'Encode Sans';
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #123821;
}

.heading-services h2 {
    font-family: 'Encode Sans';
    font-size: 36px;
    font-weight: 700;
    color: #242424;
}

.heading-services {
    text-align: center;
    margin-bottom: 42px;
}


.mainbox-services:hover .img-services img {
    transform: scale(1.1);
    transition: 0.9s;
    filter: brightness(0.5);
}

.img-services {
    overflow: hidden;
}

.services {
    padding: 90px 0px;
}
.services .heading-services {
    display: none;
}

.service-btn {
    text-align: center;
      margin: 0;
}
/*Section Services End*/


/*Section Counter Start*/
.counter h4 {
    font-size: 20px;
    font-family: 'Inter';
}

.counter span.count {
    font-size: 44px;
    font-family: 'Inter';
    font-weight: 500;
    color: #fff;
}

.counter {
    text-align: center;
}

.counter-box h4 {
    font-size: 20px;
    font-family: 'Inter';
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #ffffffb3;
    font-weight: 400;
}

.counter-sec {
    background: #A79132;
    padding: 80px 0px 54px;
}

/*Section Counter End*/


/*Section Testimonials Start*/
.text-testi ul {
    display: flex;
    justify-content: center;
}

.text-testi ul li i {
    color: #EABE12;
    font-size: 16px;
}

.text-testi p {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    color: #777777;
    width: 71%;
    margin: 0 auto;
    line-height: 26px;
}

.text-testi h5 {
    font-size: 16px;
    font-family: 'Inter';
    color: #242424;
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 0px;
}

.text-testi h5 span {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    color: #777777;
}

.text-testi {
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #fff;
    padding: 40px 0px;
}

.testislid .slick-next:before {
    content: '\f054' !important;
    font-family: 'FontAwesome';
}
.testislid .slick-prev:before {
    content: '\f053' !important;
    font-family: 'FontAwesome';
}
.testislid .slick-active {
    opacity: 1.5;
}
.testislid .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    background: #000;
}
.testislid .slick-dots li button:before {
    border: 2px solid #000;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    content: '';
}
.testislid .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1.25;
}
.testislid .slick-dots {
    bottom: -55px;
}
.testimonials {
    background: #f5f5f5;
    padding: 90px 0px;
}
/*Section testimonials End*/


/*Footer Start*/
.ft-logo a {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    font-family: 'Encode Sans';
}
.ft-logo p {
    font-size: 16px;
    font-family: 'Inter';
    width: 90%;
    font-weight: 400;
    color: #fff;
    padding: 19px 0px;
    margin-bottom: 0px;
}

.pg-links h3 {
    font-size: 22px;
    font-family: 'Encode Sans';
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.pg-links ul li a {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.pg-links ul li {
    margin-bottom: 18px;
}


.pg-links.ft-contact-info ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer {
    background: #123821;
    padding: 70px 0px 0px;
}
.pg-links.ft-contact-info ul li i {
    color: #fff;
}
.btm-text-ft {
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 46px;
}

.btm-text-ft p {
    font-family: 'Inter';
    font-size: 12px;
    color: #ffffffc9;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 14px 0px;
}
.pg-links ul li:hover a {
    color: #eabe12;
}
.ft-right-arrow a {
    border: 1px solid #fff;
    padding: 10px 14px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 18px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.17);
    z-index: 99999;
}
/*Footer End*/


/*Inner Banner Start*/
/*.innerbanner {
    background-image: url(../images/innerbanner.png);
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}*/

.text-inner-ban h2 {
    color: #fff;
    font-size: 68px;
    font-weight: 700;
    font-family: 'Encode Sans';
    text-align: center;
    margin-bottom: 10px;
}

.text-inner-ban ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

.text-inner-ban ul li a {
    color: #fff;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}


/*Inner Banner End*/


/*booking Page Start*/

.booking-field p {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.booking-field p span{
    color: red;
}

.fields-banner p {
    font-size: 15px;
    font-family: 'Inter';
    color: #777777;
}

.booking .fields-banner input {
    width: 100%;
}

.booking .fields-banner select {
    width: 100%;
}
.heading-bokking h2 {
    font-size: 22px;
    font-family: 'Encode Sans';
    color: #000;
    font-weight: 700;
}
.booking-field ul li {
    display: flex;
    gap: 9px;
    margin-bottom: 8px;
}


.booking .fields-banner {
    margin-bottom: 30px;
}
.booking {
    padding: 100px 0px;
}


/*booking Page End*/


/*Contact Page Start*/
.contactus {
    padding: 100px 0px;
    position: relative;
    background: #f5f5f5;
}
.faq-inn-mn button {
    color: #242424;
    border-radius: 15px !important;
    box-shadow: unset !important;
    margin-bottom: 0;
    font-weight: 400;
    border: none;
    padding: 9px 0;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Inter';
    background: #f5f5f5;
}

.faq-inn-mn span {
    margin-right: 25px;
}

.faq-inn-mn .accordion-item {
    margin-bottom: 0;
    border: 0;
    /* border-bottom: 1px solid #ccc; */
    box-shadow: unset;
    border-radius: 0;
    padding: 0px 20px;
    border-top: 1px solid #ccc;
    background: #f5f5f5;
}

.faq-inn-mn .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
    /* border-bottom: 1px solid #F5F5F5; */
    border-radius: 0 !important;
    outline: none;
    color: #000;
}

.faq-inn-mn .accordion-button:not(.collapsed) span {
    color: #000;
}

.faq-inn-mn .accordion-body p {
    font-size: 16px;
    line-height: 28px;
    padding: 0px 0;
    font-family: 'Inter';
    color: #777777;
    font-weight: 400;
}

.faq-inn-mn .accordion-body {
    padding: 0 0;
}
.faq-txt h3 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Josefin Sans';
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Encode Sans';
}
.faq-txt h6 {
    font-size: 14px;
    color: #A5A5A5;
    font-family: 'Hind';
    font-weight: 500;
    margin-bottom: 15px;
}
section.faqs {
    padding: 70px 0px 0px;
}
.faq-txt2 h4 {
    font-size: 28px;
    color: #13213c;
    font-weight: 700;
    margin-bottom: 40px;
}
.faq-txt2 p{
  font-size: 15px;
  color: #535353;
  line-height: 22px;
  margin-bottom: 40px;
}
.faq-txt2 {
    background-color: #ffffff9e;
    padding: 20px;
    position: absolute;
    bottom: 0px;
    width: 72%;
    height: 185px;
}
.faq-txt2 a{
  margin-bottom: 20px;
}
.faq-img {
    position: relative;
}
.accordion-item p {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0;
    color: #777777;
    font-family: 'Inter';
    font-weight: 400;
}
.accordion-button::after {
    width: 13px;
    height: 12px;
    background-size: cover;
    filter: grayscale(1);
}
/* Faqs */


/*Contact Form Start*/
.toptext-contact-form .faq-txt h3 {
    margin-bottom: 30px;
    font-family: 'Encode Sans';
}
.contact-fields input {
    width: 100%;
    border: 2px solid #e5e5e5;
    padding: 10px 10px;
    margin-bottom: 25px;
    background: #f5f5f5;
}
.contact-fields label {
    font-size: 16px;
    font-family: 'Inter';
    color: #242424;
}
.contact-textarea label{
    font-size: 16px;
    font-family: 'Inter';
    color: #242424;
}
.contact-textarea textarea {
    width: 100%;
    height: 190px;
}
.contact-textarea textarea {
    width: 100%;
    height: 190px;
    width: 100%;
    border: 2px solid #e5e5e5;
    padding: 10px 10px;
    margin-bottom: 25px;
    background: #f5f5f5;
}
button.btn-1 {
    font-family: "Hind", sans-serif;
    border: 2px solid #F3F3F3;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 25px;
    background: #fff;
    color: #000;
}
.contactform {
    padding: 0px 10px 0px 50px;
}
.toptext-contact-form .faq-txt {
    padding: 0px 10px 0px 50px;
}
.faq-inn-mn {
    padding: 0px 50px 0px 10px;
}
.faq-txt {
    padding: 0px 50px 0px 29px;
}
.contactus:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 736px;
    background: #21252926;
    right: 50%;
    top: 40px;
}
.faq-txt h4 {
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #777777;
    margin-bottom: 10px;
}
/*Contact Page End*/


/*CheckIn Page Start*/

.checkin-text h3 {
    font-size: 22px;
    font-family: 'Encode Sans';
    font-weight: 700;
    color: #123821;
    margin-bottom: 8px;
}

.checkin-text h2 {
    font-size: 50px;
    font-family: 'Encode Sans';
    font-weight: 700;
    color: #242424;
    margin-bottom: 10px;
}

.checkin-fields input {
    border: 2px solid #00000057;
    margin-bottom: 10px;
    width: 100%;
    height: 44px;
    padding: 0px 10px;
    color: #000;
}

.checkin-fields input::placeholder {
    font-family: 'Inter';
    color: #00000070;
    font-family: 'Inter';
    font-weight: 600;
}

.checkin-fields {
    margin-top: 40px;
}

.checkin-text {
    text-align: center;
}

.checkin-sec .row {
    justify-content: center;
}

.checkin-sec {
    padding: 100px 0px;
    background: #f5f5f5;
}
/*Checkin Page End*/


/*Destinations Page STart*/
.heading-destinations h2 {
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #242424;
}

.desti-img img {
    width: 100%;
    filter: brightness(0.5);
    height: 290px;
    object-fit: cover;
    border-radius: 6px;
}
.desti-img h3 {
    font-size: 23px;
    position: absolute;
    top: 131px;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 8px;
    text-align: center;
    width: 100%;
}
.destinations-box {
    position: relative;
    margin-bottom: 20px;
}


.destinations-box:hover .desti-img img {
    filter: unset;
    transition: 0.9s;
}
.destinations-sec {
    padding: 100px 0px;
}
.heading-destinations {
    text-align: center;
    margin-bottom: 40px;
}

/*Destinations Page End*/


/*cap-haitien Page Start*/

.getus-img.cap-haitien-img img {
    height: 480px;
    object-fit: cover;
}
.cap-haitien-main .text-getus p {
    width: 90%;
}
.cap-haitien-btm-text a {
    color: #123821;
    font-weight: 600;
    text-decoration: underline;
}
.cap-haitien-btm-text {
    position: relative;
    z-index: 2;
}
.cap-haitien-btm-text h3 {
    font-family: 'Encode Sans';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #123821;
}
.text-getus a {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.text-getus {
    position: relative;
    z-index: 99999;
}
/*cap-haitien Page End*/


/*Baggage Page Start*/

.text-getus.baggage-text p {
    margin-bottom: 10px;
    width: 100%;
}

.text-getus.baggage-text ul li {
    font-family: 'Inter';
    font-size: 16px;
    color: #777777;
    width: 100%;
    margin-bottom: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.baggage-sec {
    padding: 70px 0px 100px;
}
.text-getus.baggage-text {
    margin-bottom: 30px;
}
.baggage-text table {
    font-family: 'Inter';
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}

.baggage-text td, th {
  border: 1px solid #123821;
  text-align: left;
  padding: 8px;
}

/*Baggage Page End*/


/*Terms And Condition Page start*/
.terms-txt ul {
    padding-top: 7px;
}
.terms-txt ul li {
    list-style: auto;
    margin-left: 30px;
}

/*Terms And Condition Page End*/
.mainlinks ul {
    column-count: 2;
}


/*login Page start*/

section.login {

padding: 70px 0px;

position: relative;
}



.login-txt form input {

width: 100%;

margin-bottom: 20px;

outline: none;

padding: 10px 10px;

border: 1px solid #000;

color: #000;

border-radius: 2px;
}

.login-txt h3 {

    font-size: 42px;

    /* font-family: 'Recoleta'; */

}

.login-txt {

box-shadow: 0 0 3px;

padding: 35px 25px;

position: relative;

z-index: 99999;
}

.login-txt ul {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

li.head {

    color: #13a8e7;

    font-size: 16px;

    font-weight: 600;

}

.login-txt ul li {

    display: flex;

    gap: 7px;

}

.login-txt form button {

width: 100%;

background-color: #123821;

color: #fff;

border-radius: 0px;

padding: 15px 0px;

outline: none;

border: none;

margin-bottom: 20px;

font-family: 'Inter';
}

.header-socials-links ul li a i:hover {

    background-color: #304a83;

    transition: 2s;

}
li.head a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
/*login Page end*/


/*Flight Status Page Start*/
.flight-fields ul li label {
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 500;
    margin-right: 10px;
}

.flight-fields ul li input {
    border: 1px solid #000;
    width: 200px;
    height: 53px;
    border-radius: 0px;
    padding: 10px;
}

.flight-fields h2 {
    text-align: center;
    margin-bottom: 50px;
}

.flight-fields ul {
    display: flex;
    justify-content: space-between;
}

.flight-status-sec {
    padding: 90px 0px;
}
.table-box-flight table {
  border-collapse: collapse;
  width: 100%;
}

.table-box-flight td, th {
    border: 1px solid #000;
    text-align: left;
    padding: 13px 5px;
    font-size: 13px;
    font-family: 'Inter';
    font-weight: 600;
    color: #000;
}

.table-box-flight tr:nth-child(even) {
  background-color: #dddddd;
}
.table-box-flight th {
    background: #123821;
    color: #fff;
    border-color: #000;
}
.table-box-flight .theme-btn {
    padding: 10px 00px !important;
    margin: 0 auto;
}
.pagenation-flight ul.pagination {
    justify-content: center;
    margin-top: 50px;
}

/*Flight Status Page End*/
.for-recommand p {
    color: #123821;
    padding: 23px 0px;
}


/*faqs Pagwe Start*/

.faqs-text h3 {
    text-align: center;
    font-size: 23px;
    color: #123821;
}
.faqs-text h2 {
    text-align: center;
}
.faqs-sec {
    padding: 90px 0px;
}
.faq-h {
    width: 60%;
    margin: 0 auto 30px;
}

.faq-h h2 {
    margin-bottom: 20px;
}

.faq-h p {
    color: #494949;
    font-size: 16px;
    text-align: center;
}

.gorrila-page-sec {
    padding: 80px 0;
}

.gorilla-content .accordion-button.collapsed {
    padding: 20px 30px;
    background-color: #123821;
    color: #000000;
    font-size: 15px;
    /* font-family: 'Poppins'; */
    line-height: 30px;
    /* border-radius: 10px !important;
    margin-bottom: 20px; */
    border-radius: 0;
    font-weight: 500;
    color: #fff;
}

.gorilla-content .accordion-button {
    color: #000000;
    font-size: 24px;
    padding: 20px 20px;
    line-height: 30px;
    background-color: #eaeaea;
    font-size: 17px;
    font-family: 'Inter';
}

.gorilla-content .gorrila-page-txt .color-red {
    color: #A60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.gorrila-page-txt ul {
    list-style: auto;
}

.gorrila-page-txt ul li {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
    color: #A60000;
}

.accordion-body.gorrila-page-txt {
    padding: 20px 30px;
}

.gorilla-content .accordion-item {
    margin: 20px 0;
    border-radius: 0;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    /* border: 1px solid; */
    border-bottom: 0;
    border-radius: 0;
}

.accordion-collapse.collapse {
    /* border: 1px solid #A60000; */
    border-top: 0;
    border-radius: 0 0 10px 10px;
    /* margin-bottom: 30px; */
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button::after {
    content: '\f067';
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    background-image: none;
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
}

.faq-pg-sec {
    padding: 80px 0;
}

.faq-h h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
}



/*Faqs Page End*/
.logo-text img {
    width: 200px;
    height: 90px;
    object-fit: cover;
    position: relative;
    z-index: 99999999999;
}
.logo-text {
    text-align: center;
}






/*Flight Search Start*/

.flight-filter-sec ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 40px;
}

section.flight-seach-sec {
    padding: 100px 0;
}

input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.flight-filter-sec ul li label {
    font-size: 14px;
}

.departure-time ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.departure-time ul li a {
    border: 1px solid #000;
    border-radius: 0px;
    text-align: center;
    padding: 10px;
}

.departure-time ul li a i {
    color: #000;
}

.departure-time ul li a h6 {
    margin: 0;
    font-size: 15px;
    color: #000;
}

.departure-time ul li a span {
    font-size: 13px;
    color: #000;
}

.departure-time ul li a:hover {
    background: #123821;
}

.flight-depart-sec >ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.flight-depart-sec >ul li h5 {
    margin: 0;
}

.departure-time ul li a:hover * {
    color: #fff;
}


.accordion-button {
    padding: 10px 1.25rem;
    margin: 0 0 20px;
    border: 1px solid #000;
}


ul.flight-price-drop li:first-child {
    width: 74%;
}

ul.flight-price-drop li select {
    width: 100%;
    height: 60px !important;
    border: 1px solid #000 !important;
}

ul.flight-price-drop li:last-child {
    width: 26%;
    height: 50px;
}

ul.flight-price-drop li:first-child {
    width: 74%;
}

ul.flight-price-drop li select {
    width: 100%;
    height: 60px !important;
    border: 1px solid #000 !important;
}

ul.flight-price-drop li:last-child {
    width: 26%;
    height: 50px;
}

ul.flight-rought-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 20px 0 #00000063;
    border-radius: 0px;
    padding: 20px;
    cursor: pointer;
}

ul.flight-rought-sec li img {
    width: 10%;
    object-fit: contain;
}

ul.flight-rought-sec li h4 {
    font-size: 16px;
    margin: 0;
}

ul.flight-rought-sec li:first-child {
    width: 44%;
}

ul.flight-rought-sec li:last-child {
    text-align: right;
}

ul.flight-rought-sec li span {
    color: red;
    font-size: 14px;
}

ul.flight-rought-sec li h3 {
    font-size: 23px;
    margin: 0;
    line-height: 30px;
}

ul.flight-rought-sec li p {
    font-size: 15px;
}

ul.flight-rought-sec li h6 {
    font-size: 15px;
}

.sidebar-top h3 {
    font-size: 25px;
    font-family: 'Montserrat';
    /* background: linear-gradient(180deg, rgb(0 0 0) 30%, rgb(0 0 0) 60%, rgb(0 0 0) 100%); */
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: self-end;
    gap: 4px;
    margin: 0 0 20px;
    line-height: 32px;
}

.sidebar-top h3 span {
    color: #000;
    font-size: 13px;
}

.sidebar-top ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.sidebar-top ul li img {
    width: 6%;
    object-fit: contain;
}

.sidebar-top ul li span {
    font-size: 18px;
}

.sidebar-top ul li i {
    color: #000;
}

.sidebar-top ul li h6 {
    margin: 0;
    font-size: 14px;
    background: #5719ad;
    padding: 0 20px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
}

.slick-active {
    opacity: 1;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.sidebar-top h3 {
    font-size: 25px;
    font-family: 'Encode Sans';
    /* background: linear-gradient(180deg, rgb(0 0 0) 30%, rgb(0 0 0) 60%, rgb(0 0 0) 100%); */
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: self-end;
    gap: 4px;
    margin: 0 0 20px;
    line-height: 32px;
    background: #123821;
    color: #fff;
    padding: 10px 10px;
    width: fit-content;
}

.sidebar-top h3 span {
    color: #fff;
    font-size: 13px;
}

.sidebar-top ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.sidebar-top ul li img {
    width: 6%;
    object-fit: contain;
}

.sidebar-top ul li span {
    font-size: 18px;
}

.sidebar-top ul li i {
    color: #000;
}

.sidebar-top ul li h6 {
    margin: 0;
    font-size: 14px;
    background: #123821;
    padding: 0 20px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0px;
}

.package-txt {
    border: 1px solid #000;
    padding: 20px 20px 0px;
    border-radius: 0px;
}

.package-txt h2 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin: 0;
    line-height: 35px;
}

.package-txt span {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 6px;
    display: block;
}

.package-txt h4 {
    font-size: 20px;
    font-weight: 500;
}

.package-txt button {
    border: 0;
    font-size: 18px;
    color: #fff;
    background: #5719ad;
    padding: 0 20px;
    height: 40px;
    border-radius: 10px;
}

.package-txt h6 {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
}

.package-txt h5 {
    margin: 10px 0 0;
    color: #123821;
    font-weight: 700;
}

.package-slider {
    margin: 0 0 10px;
}

/*.slick-track {
    position: relative;
    height: 700px;
    width: 100% !important;
}
*/



/*.package-slider .slick-list.draggable {
    height: 700px !important;
}*/

/*.slick-initialized .slick-slide {
    display: block;
    height: auto;
}

.slick-track {
    display: flex;
    align-items: stretch;
}*/


.sidenav {
  height: 100%;
  width: 1050px;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-left: 30px;
  right: -110%;
  z-index: 999999999;
  box-shadow: 0px 40px 20px #000;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.package-txt a.theme-btn {
    text-align: center;
    font-size: 22px;
    font-weight: 300 !important;
    text-transform: capitalize;
}
section.flight-seach-sec .accordion-item {
    box-shadow: 10px 9px 30px #000000a1;
}
.flight-depart-sec h4 {
    margin-bottom: 0px;
    font-size: 18px;
}
.flight-filter-sec h4 {
    font-size: 30px;
    color: #123821;
    margin-bottom: 30px;
}
section.flight-seach-sec .accordion-button:not(.collapsed)::after {
     content: ''; 
     font-weight: 700; 
     font-family: 'Font Awesome 5 Free'; 
}
/*Flight Search End*/
span.has-error.help-block{
  display: block;
}

.form-maindv-banner label{
  color: black;
  font-weight: 600;
  margin: 0 0 0 10px;
}
.form-maindv-banner input.radio{
  margin: 0 0 0 10px
}

#return-field.hidden {
    display: none;
}
.form-maindv-banner .fields-banner {
    margin: 20px 0 0 0;
}
p#error_show{
  color: red;line-height: normal;font-size: 16px;    margin: 10px 0 0 0;text-align: center;
}

 .rating i {
      color: #ff5a5f;
    }
    .review-box {
      background: #e6f5ec;
      color: #006644;
      padding: 0.5rem;
      border-radius: 0.5rem;
      font-size: 0.9rem;
    }
    .price {
      color: #00a76d;
      font-weight: bold;
    }
    .hotel-card {
      display: flex;
      gap: 1rem;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 1rem;
      margin-bottom: 1.5rem;
      align-items: center;
    }
    .hotel-img {
      width: 200px;
      height: 150px;
      object-fit: cover;
      border-radius: 8px;
    }
    .bravo_search_hotel {
    padding: 100px 0;
}

.bravo_search_hotel .accordion-button {
    border: unset;
    padding: 10px 20px;
    margin: 0;
}

.bravo_search_hotel .accordion-item h2 {
    line-height: 30px;
}


.bravo_search_hotel .accordion-button:not(.collapsed) {
    background: unset;
    box-shadow: unset;
    color: #000;
}

.hotel-card .flex-grow-1 {
    border-right: 1px solid #00000038;
    width: 60%;
}


.hotel-card .text-end {
    width: 20%;
    padding-left: 40px;
}

.bravo_search_hotel .accordion-button:not(.collapsed)::after {background-image: unset;}

.bravo_search_hotel .form-check {
    display: flex;
    align-items: center;
}


 .range-container {
    position: relative;
    width: 100%; /* Fixed width */
    height: 50px;
  }

  /* Background track */
  .slider-track {
    position: absolute;
    top: 70%;
    left: 0;
    height: 8px;
    width: 100%;
    background: #ddd;
    border-radius: 4px;
    transform: translateY(-50%);
    z-index: 1;
  }

  /* Colored selected range */
  .slider-track::before {
    content: "";
    position: absolute;
    height: 100%;
    background: #007bff;
    border-radius: 4px;
    z-index: 2;
  }

  input[type="range"] {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
    transform: translateY(-50%);
    z-index: 3;
  }

  input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    background: white;
    border: 2px solid #007bff;
    border-radius: 50%;
    -webkit-appearance: none;
  }

  .values {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-family: sans-serif;
  }
  
.bravo_content .g-header {
  -webkit-box-align:end;
  -ms-flex-align: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bravo_content .g-header .star-rate {
  line-height: 16px;
  margin-bottom: 10px;
}
.bravo_content .g-header .star-rate .fa-star {
  color: #fa5636;
  font-size: 15px;
  margin-right: 3px;
  position: relative;
}
.bravo_content .g-header h2 {
  color: #3cb371;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}
.bravo_content .g-header .address {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.bravo_content .g-header .right {
  min-width: 230px;
}
.bravo_content .g-header .review-score .head {
  align-items: center;
  color: #3cb371;
  display: flex;
  font-size: 22px;
  font-weight: 400;
  justify-content: flex-end;
  line-height: 25px;
  position: relative;
}

 .bravo_content .g-header .review-score .head .left {
  text-align: right;
}

.bravo_content .g-header .review-score .head {
  color: #3cb371;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}
.bravo_content .g-header .review-score .head .left .head-rating {
  display: block;
  line-height: 13px;
  margin-top: 8px;
}
.bravo_content .g-header .review-score .head .left .text-rating {
  color: #226640;
}
.bravo_content .g-header .review-score .head .left .text-rating {
  color: #000;
  font-size: 14px;
}

.bravo_content .g-header .review-score .head .score {
  background:#226640;
}
.bravo_content .g-header .review-score .head .score {
  background: #226640;
  border-radius:4px;
  color: #fff;
  float: right;
  font-size: 30px;
  font-weight: 400;
  margin-left: 20px;
  min-height: 45px;
  padding:10px 10px 0;
  position: relative;
}
.bravo_content .g-header .review-score .head .score span {
  color: #fff;
  font-size: 14px;
}
 .bravo_content .g-header .review-score .foot {
  color: #5e6d77;
  font-size: 14px;
  text-align: right;
}
section.bravo_content {
    padding: 100px 0;
}

.g-header h3 {
    margin-bottom: 10px;
}
.property-slider-for img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.property-slider-for {
    margin-bottom: 20px;
}

.proprt-slider-nav img {
    height: 130px;
    object-fit: cover;
}

.property-slider-for .slick-slide {
    margin: 0;
}
.owner-info {
  background:#fff;
  border:1px solid #d7dce3;
  border-radius:3px;
  padding:15px;
}
.owner-info .media-body {
    display: flex;
    gap: 10px;
}

.media-body img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.media-text h4 {
    font-size: 18px;
    margin-bottom: 0;
    width: 90%;
}

.media-text a {
    color: #3cb371;
}

.media-text p {
    margin: 0;
    font-weight: 500;
}

h3.heading {}

.bravo-list-hotel-related-widget h3.heading {
    color: #3cb371;
    border-bottom: 1px solid #0000002b;
    padding-bottom: 10px;
    border-left: 2px solid #123821;
    padding-left: 20px;
    font-size: 20px;
}

.bravo-list-hotel-related-widget {
    margin-top: 30px;
}

.media {}

.list-item .media {
    display: flex;
    border-bottom: 1px solid #00000040;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.media-left {
    padding-right: 15px;
    width: 100px;
}

.media-left img {
    height: 80px;
    object-fit: cover;
}

.dtl-Description {
    margin-top: 40px;
    border-top: 1px solid #00000038;
    padding-top: 30px;
}

.dtl-Description h3 {
    color: #3cb371;
}

.star-rate i {
    color: #fa5636;
}

.list-item .media-body h4 {
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 5px;
}

.list-item .media-body h4 a {
    color: #226640;
}



.bravo_content .g-header .review-score .head .score::after {
  border:15px solid transparent;
    border-bottom-width: 15px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-bottom:25px solid #226640;
    bottom: 0;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    width: 0;
}
.tab-line {
      border-bottom: 3px solid #2b5fc0;
    }
    .dropdown-toggle::after {
      display: none;
    }
    .guest-count-box {
      min-width: 250px;
    }
    .custom-dropdown {
      position: absolute;
      z-index: 1000;
      background: white;
      border: 1px solid #ddd;
      border-radius: .25rem;
      padding: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
.Available-wrap.border {
    border-top: 5px solid #5191fa !important;
    border-bottom: 5px solid #226640 !important;
}

.Available-wrap.border .d-flex.border-bottom.mb-3 {
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
}

.Available-wrap.border button.btn.btn-success.w-100.h-100 {
    background: #226640;
}

.Available-wrap.border button#toggleGuestDropdown {top: 20px !important;}

.Available-wrap.border .dropdown {
    position: unset;
}

.Rules-time-box {
    padding: 0 20px;
}
.bravo-reviews .review-box {
  border:
1px solid #eaeef3;
  border-radius:
5px;
  color: #3cb371;
  font-weight: 500;
  margin-top: 20px;
  padding:
30px;
  background: unset;
}
.bravo-reviews .review-box .review-box-score {
  border-right:
1px solid #d7dce3;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}
.bravo-reviews .review-box .review-box-score .review-score {
  color: #226640;
  font-size: 72px;
  font-weight: 500;
  line-height: 50px;
}
.review-score-text {
  color: #3cb371;
  font-size: 24px;
  font-weight: 400;
}

span.per-total {
    font-size: 20px;
}

.bravo-reviews .review-box .review-sumary .item .progress {
  background:
#eee;
  border-radius:
10px;
  box-shadow: none;
  height: 8px;
  margin-bottom: 0;
  overflow:
inherit;
  position: relative;
  width: 65%;
}

.review-sumary .item {
    display: flex;
    align-items: center;
}
.bravo-reviews .review-box .review-sumary .item .label {
  color: #3cb371;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 3%;
  margin-top: 0;
  padding-left: 0;
  position: relative;
  text-align: right;
  width: 22%;
}

.bravo-reviews .review-box .review-sumary .item .number {
  margin-left: 3%;
  width: 7%;
}
.bravo-reviews .review-message {
  background:
#f5f5f5;
  border-left:
4px solid #5191fa;
  margin-bottom: 15px;
  margin-top: 15px;
  padding:
15px 20px;
}
.litepicker {top: 100px !important;left: -40px !important;}
.col-md-4.border.p-3 {
    position: relative;
}

.Available-wrap.border .col-md-4.border.p-3 i {
    position: absolute;
    top: 30px;
    right: 20px;
}
.Available-wrap.border .dropdown i {
    position: unset !important;
}
div#staticBackdrop {
    top: 210px;
}



div#staticBackdrop h1#staticBackdropLabel {
    color: #123821;
}

div#staticBackdrop .form-group input {
    margin-bottom: 20px;
    padding: 10px 10px;
}

div#staticBackdrop .form-group textarea {
    resize: none;
    height: 90px;
}

div#staticBackdrop .modal-footer .btn-primary {
    background: #123821;
    border-color: #123821;
}
.hotel-card h5 a {
    color: #000;
}
.bravo-list-hotel-related-widget ul li i {
    color: #000;
}

.bravo-list-hotel-related-widget li {
    color: #3cb371;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 30px;
}
.dtl-Description a{
    font-size: 20px;
    color: blue;
    text-decoration: none;
}

/* Start Booking Step2 Page Css */
    .flight-card-header {
        cursor: pointer;
        position: relative;
        padding-right: 2.5rem; /* Make space for the toggle icon */
    }
    
    .flight-card-header::after {
        content: "▼";
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }
    
    .flight-card-header.collapsed::after {
        content: "▶";
    }
    
    .flight-details {
        transition: all 0.3s ease;
    }
    
    /* Seat map specific styles */
    .seat-map {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .seat-row {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    
    .seat {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        font-weight: 500;
        position: relative;
        cursor: pointer;
    }
    
    .seat input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    
    .seat.available {
        background-color: var(--success);
        color: white;
    }
    
    .seat.booked {
        background-color: var(--border);
        color: white;
        cursor: not-allowed;
    }
    
    .seat.selected {
        background-color: var(--primary);
        color: white;
    }
    
    /* Rest of your existing CSS remains unchanged */
    :root {
        --primary: #2563eb;
        --primary-dark: #1d4ed8;
        --secondary: #f8fafc;
        --text: #1e293b;
        --text-light: #64748b;
        --danger: #dc2626;
        --success: #16a34a;
        --border: #e2e8f0;
        --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    
    .container {
        /*max-width: 1200px;*/
        /*margin: 2rem auto;*/
        /*padding: 0 1rem;*/
    }
    
    .booking-header {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .booking-header h1 {
        font-size: 2rem;
        color: var(--primary);
        margin-bottom: 0.5rem;
    }
    
    .booking-header p {
        color: var(--text-light);
    }
    
    .flight-cards {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
    
    .flight-card {
        background: white;
        border-radius: 0.5rem;
        overflow: hidden;
        box-shadow: var(--shadow);
        transition: transform 0.2s;
    }
    
    .flight-card:hover {
        transform: translateY(-2px);
    }
    
    .flight-card-header {
        background-color: var(--primary);
        color: white;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .flight-card-header h3 {
        font-weight: 600;
    }
    
    .flight-number {
        background: white;
        color: var(--primary);
        padding: 0.25rem 0.75rem;
        border-radius: 9999px;
        font-size: 0.875rem;
        font-weight: bold;
    }
    
    .flight-details {
        padding: 1.5rem;
    }
    
    .route {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }
    
    .airport {
        text-align: center;
    }
    
    .airport-code {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--primary);
    }
    
    .airport-name {
        font-size: 0.75rem;
        color: var(--text-light);
    }
    
    .flight-time {
        font-size: 0.875rem;
        color: var(--text-light);
        text-align: center;
        margin: 1rem 0;
    }
    
    .divider {
        position: relative;
        height: 1px;
        background-color: var(--border);
        margin: 1.5rem 0;
    }
    
    .divider::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1rem;
        height: 1rem;
        background-color: var(--primary);
        border-radius: 50%;
        border: 3px solid white;
    }
    
    .seat-selection {
        margin-top: 1.5rem;
    }
    
    .seat-selection h4 {
        margin-bottom: 1rem;
        font-size: 1.125rem;
        text-align: center;
    }
    
    .seat-legend {
        display: flex;
        gap: 1rem;
        margin-top: 1rem;
        font-size: 0.875rem;
    }
    
    .legend-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .legend-color {
        width: 1rem;
        height: 1rem;
        border-radius: 0.25rem;
    }
    
    .booking-summary {
        background: white;
        border-radius: 0.5rem;
        padding: 1.5rem;
        margin-top: 2rem;
        box-shadow: var(--shadow);
    }
    
    .booking-summary h2 {
        margin-bottom: 1rem;
        color: var(--primary);
    }
    
    .summary-item {
        display: flex;
        justify-content: space-between;
        padding: 0.75rem 0;
        border-bottom: 1px solid var(--border);
    }
    
    .summary-item:last-child {
        border-bottom: none;
    }
    
    .btn {
        display: inline-block;
        background-color: var(--primary);
        color: white;
        padding: 0.75rem 1.5rem;
        border-radius: 0.25rem;
        text-decoration: none;
        font-weight: 500;
        border: none;
        cursor: pointer;
        transition: background-color 0.2s;
        margin-top: 1.5rem;
        width: 100%;
        text-align: center;
    }
    
    .btn:hover {
        background-color: var(--primary-dark);
    }
    
    .error-message {
        color: var(--danger);
        text-align: center;
        padding: 1rem;
        background-color: #fee2e2;
        border-radius: 0.25rem;
        margin-bottom: 1rem;
    }
    
    @media (max-width: 768px) {
        .flight-cards {
            grid-template-columns: 1fr;
        }
    }

/* End Booking Step2 Page Css */

/* Start Booking Success Page Css */

    .success-container {

        max-width: 1200px;

        margin: 60px auto;

        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

        background: #fff;

        border-radius: 8px;

        box-shadow: 0 0 20px rgba(0,0,0,0.1);

        padding: 30px;

        border: 1px solid #e0e0e0;

    }

    

    .success-header {

        text-align: center;

        margin-bottom: 30px;

        padding-bottom: 20px;

        border-bottom: 1px solid #f0f0f0;

    }

    

    .success-icon {

        color: #4CAF50;

        font-size: 60px;

        margin-bottom: 15px;

    }

    

    .success-title {

        color: #2E7D32;

        font-size: 28px;

        margin-bottom: 10px;

    }

    

    .success-subtitle {

        color: #666;

        font-size: 16px;

    }

    

    .booking-details {

        margin: 30px 0;

    }

    

    .detail-section {

        margin-bottom: 25px;

    }

    

    .section-title {

        font-size: 18px;

        color: #333;

        margin-bottom: 15px;

        padding-bottom: 8px;

        border-bottom: 1px solid #eee;

        font-weight: 600;

    }

    

    .detail-grid {

        display: grid;

        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

        gap: 15px;

    }

    

    .detail-item {

        margin-bottom: 10px;

    }

    

    .detail-label {

        font-weight: 600;

        color: #555;

        font-size: 14px;

    }

    

    .detail-value {

        font-size: 15px;

        color: #333;

        margin-top: 3px;

    }

    

    .flight-info {

        background: #f5f5f5;

        padding: 15px;

        border-radius: 5px;

        margin-top: 15px;

    }

    

    .price-summary {

        background: #f8f9fa;

        padding: 20px;

        border-radius: 5px;

        margin-top: 20px;

    }

    

    .price-row {

        display: flex;

        justify-content: space-between;

        padding: 8px 0;

    }

    

    .price-total {

        font-weight: bold;

        font-size: 18px;

        margin-top: 10px;

        padding-top: 10px;

        border-top: 1px dashed #ccc;

    }

    

    .action-buttons {

        margin-top: 30px;

        text-align: center;

    }

    

    .btn {

        display: inline-block;

        padding: 10px 25px;

        border-radius: 4px;

        font-weight: 600;

        text-decoration: none;

        margin: 0 10px;

    }

    

    .btn-primary {

        background: #2E7D32;

        color: white;

    }

    

    .btn-secondary {

        background: #333;

        color: white;

    }

    

    @media (max-width: 768px) {

        .success-container {

            margin: 30px 15px;

            padding: 20px;

        }

        

        .detail-grid {

            grid-template-columns: 1fr;

        }

    }

    .success-note {
        color: #666;
        font-size: 0.95rem;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.5;
    }

    .check-in-link {
        display: inline-block;
        background-color: #123821;
        color: white;
        padding: 8px 16px;
        border-radius: 4px;
        text-decoration: none;
        font-size: 0.9rem;
        margin-top: 10px;
        transition: background-color 0.2s;
    }

    .check-in-link:hover,.check-in-link:focus {
        color: white;
        background-color: #123821;
    }

    .check-in-link i {
        margin-right: 5px;
    }

/* End Booking Success Page Css */

/* Start Check In Booking Page */
    .booking-container {

        max-width: 100%;

        margin: 0 auto;

        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

        background: #fff;

        border: 1px solid #e0e0e0;

        box-shadow: 0 0 20px rgba(0,0,0,0.1);

    }

    .booking-container .header {

        background-color: #123821;

        text-align: center;

        color: white;

        padding: 20px;

        /*padding: 20px 0;*/

    }

    

    .booking-container .header.error{

        background-color: #1a2e3b;

        text-align: center;

        color: white;

        padding: 20px;

    }

    

    .header img {

        height: 80px;

        margin-bottom: 15px;

    }

    

    .booking-title {

        font-size: 28px;

        margin: 0;

        color: #fff;

    }

    

    .booking-subtitle {

        font-size: 16px;

        color: white;

        opacity: 0.8;

        margin: 5px 0 0;

    }

    

    .info-section {

        padding: 25px;

        border-bottom: 1px solid #f0f0f0;

    }

    

    .info-grid {

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 15px;

    }

    

    .info-item {

        margin-bottom: 10px;

    }

    

    .info-label {

        font-weight: 600;

        color: #555;

        display: block;

        margin-bottom: 3px;

        font-size: 14px;

    }

    

    .info-value {

        font-size: 16px;

        color: #333;

    }

    

    .section-title {

        font-size: 20px;

        color: #1a2e3b;

        margin: 0 0 15px 0;

        padding-bottom: 8px;

        border-bottom: 2px solid #1a2e3b;

    }

    

    .flight-details {

        display: grid;

        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));

        gap: 10px;

        margin-top: 20px;

    }

    

    .detail-card {

        background: #f9f9f9;

        padding: 15px;

        border-radius: 5px;

        border-left: 3px solid #1a2e3b;

    }

    

    .price-summary {

        background: #f5f9ff;

        padding: 20px;

        margin-top: 20px;

        border-radius: 5px;

    }

    

    .price-row {

        display: flex;

        justify-content: space-between;

        padding: 8px 0;

        border-bottom: 1px dashed #ddd;

    }

    

    .price-total {

        font-weight: bold;

        font-size: 18px;

        color: #1a2e3b;

        margin-top: 10px;

        padding-top: 10px;

    }

    

    .status-badge {

        display: inline-block;

        padding: 3px 10px;

        border-radius: 20px;

        font-size: 14px;

        font-weight: 600;

    }

    

    .status-paid {

        background: #e6f7ee;

        color: #00a854;

    }

    

    .status-unpaid {

        background: #fff2f0;

        color: #f5222d;

    }

    

    .btn-print {

        background: #1a2e3b;

        color: white;

        border: none;

        padding: 10px 25px;

        border-radius: 4px;

        cursor: pointer;

        font-weight: 600;

        margin-top: 20px;

        display: inline-flex;

        align-items: center;

        gap: 8px;

        text-decoration: none;

    }

    

    .btn-print:hover {

        background: #0f1d26;

        color: white !important;

    }

    

    .seat-numbers {

        display: flex;

        flex-wrap: wrap;

        gap: 5px;

    }

    

    .seat-badge {

        background: #1a2e3b;

        color: white;

        padding: 3px 8px;

        border-radius: 4px;

        font-size: 13px;

    }

    

    @media (max-width: 768px) {

        .info-grid {

            grid-template-columns: 1fr;

        }

        

        .flight-details {

            grid-template-columns: 1fr;

        }

    }

    a.btn-print:focus{color: white}


/* End Check In Booking Page */

/* Start Print Media Css*/

@media print {

    /* 1. HIDE EVERYTHING EXCEPT TICKET */

    body * {

        visibility: hidden;

        margin: 0 !important;

        padding: 0 !important;

    }

    .booking-container,

    .booking-container * {

        visibility: visible;

    }



    /* 2. RESET DOCUMENT STRUCTURE */

    html, body {

        width: 100% !important;

        height: auto !important;

        overflow: visible !important;

        background: white !important;

    }



    /* 3. PRINTER PAGE SETTINGS */

    @page {

        size: auto;   /* Auto size */

        margin: 3mm;  /* Minimal margin */

        overflow: hidden !important; /* Prevents extra space */

    }



    /* 4. TICKET CONTAINER */

    .booking-container {

        width: 100% !important;

        max-width: 100% !important;

        margin: 0 auto !important;

        padding: 0 !important;

        border: none !important;

        box-shadow: none !important;

        font-size: 10px !important;

        page-break-after: avoid;

        page-break-inside: avoid;

        position: relative;

        top: 0;

        left: 0;

    }



    /* 5. HEADER */

    .header {

        padding: 5px 0 !important;

        background: #123821 !important;

        -webkit-print-color-adjust: exact;

        print-color-adjust: exact;

    }

    .booking-title {

        font-size: 14px !important;

        margin: 0 !important;

    }

    .booking-subtitle {

        font-size: 9px !important;

        margin: 2px 0 0 !important;

    }



    /* 6. CONTENT SECTIONS */

    .info-section {

        padding: 3px 0 !important;

        margin: 0 !important;

        border: none !important;

        page-break-inside: avoid;

    }

    .section-title {

        font-size: 11px !important;

        margin: 3px 0 !important;

        padding-bottom: 2px !important;

        border-bottom: 1px solid #ddd !important;

    }



    /* 7. DATA GRIDS */

    .info-grid {

        grid-template-columns: 1fr 1fr !important;

        gap: 2px !important;

    }

    .info-label {

        font-size: 9px !important;

    }

    .info-value {

        font-size: 10px !important;

    }



    /* 8. FLIGHT DETAILS */

    .flight-details {

        grid-template-columns: repeat(3, 1fr) !important;

        gap: 3px !important;

        margin: 3px 0 !important;

    }

    .detail-card {

        padding: 3px !important;

        border-left: 2px solid #1a2e3b !important;

        background: transparent !important;

    }



    /* 9. SEATS & PRICING */

    .seat-badge {

        padding: 1px 3px !important;

        font-size: 8px !important;

        margin-right: 2px !important;

    }

    .price-summary {

        padding: 5px !important;

        margin: 5px 0 0 !important;

        background: transparent !important;

    }

    .price-row, .price-total {

        font-size: 9px !important;

        padding: 1px 0 !important;

    }



    /* 10. HIDE NON-ESSENTIALS */

    .btn-print,

    .header img,

    .status-badge {

        display: none !important;

    }

}

@media print {

    /* NUCLEAR OPTION - Only show the ticket container */

    body > *:not(.booking-container) {

        display: none !important;

        height: 0 !important;

        width: 0 !important;

        margin: 0 !important;

        padding: 0 !important;

        line-height: 0 !important;

        font-size: 0 !important;

    }



    /* Complete reset of all elements */

    html, body {

        margin: 0 !important;

        padding: 0 !important;

        width: 100% !important;

        height: auto !important;

        overflow: visible !important;

    }



    /* Printer settings - CRITICAL */

    @page {

        size: auto;

        margin: 0 !important;

        padding: 0 !important;

    }



    /* Ticket container settings */

    .booking-container {

        width: 100% !important;

        max-width: 100% !important;

        margin: 0 !important;

        padding: 5mm !important;

        position: relative;

        top: 0 !important;

        left: 0 !important;

        

        /* Prevent all possible breaks */

        page-break-after: avoid !important;

        page-break-before: avoid !important;

        page-break-inside: avoid !important;

        break-inside: avoid !important;

        break-after: avoid !important;

        break-before: avoid !important;

    }



    /* Force all children to stay together */

    .booking-container * {

        page-break-inside: avoid !important;

        break-inside: avoid !important;

    }



    /* Hide specific elements COMPLETELY */

    .btn-print,

    .header img,

    .status-badge,

    script,

    style,

    link,

    meta {

        display: none !important;

        height: 0 !important;

        width: 0 !important;

        padding: 0 !important;

        margin: 0 !important;

    }



    /* Emergency overflow prevention */

    .booking-container {

        max-height: 280mm !important; /* Standard A4 height */

        overflow: hidden !important;

    }

}

/* ENd Print Media Css*/




/*languages*/
.gt_container--hich1m .gt_switcher {
	margin: 13px -60px 0 0px !important;
    width: 120px !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a {
	width: 120px !important;
    padding: 0 0 0 5px !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    background: #123821 !important;
    opacity: 1 !important;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    border: 0 !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a {
}

.gt_container--hich1m .gt_switcher .gt_selected a:after {
    filter: invert(1) !important;
    opacity: 1 !important;
}

.gt_container--hich1m .gt_switcher .gt_selected a:hover {
    background: #123821 !important;
}

.gt_container--hich1m .gt_switcher .gt_option {
    width: 120px !important;
    background: #123821 !important;
    border: 0 !important;
}

.gt_container--hich1m .gt_switcher .gt_option a {
	color: #fff !important;
    border-top: 1px solid #fff !important;
    padding: 5px 0 5px 5px !important;
}
.gt_container--hich1m .gt_switcher .gt_selected {
    background: transparent !important;
}

.gt_container--hich1m .gt_switcher .gt_option a:hover {background: #000 !important;}	

.faq-inn-mn h3{
    /*margin: 0 0 28px;*/
    font-family: 'Encode Sans';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #123821;
}




.dropdown .btn {
    background: transparent;
    text-align: end;
    color: #226640 !important;
}

.Available-wrap.border button#toggleGuestDropdown {
    width: 97%;
    margin: 0px 0 0 0 !important;
    padding: 0;
    top: 40px !important;
    right: 10px !important;
}

.custom-dropdown.mt-2.guest-count-box.bg-white.shadow.p-3.border.rounded strong {
    width: 70px;
}

.custom-dropdown.mt-2.guest-count-box.bg-white.shadow.p-3.border.rounded .input-group.input-group-sm.w-50 {flex-wrap: nowrap;width: 200px !important;left: 0;justify-content: flex-end;}

.custom-dropdown {
    left: 0;
    width: 100%;
}

.custom-dropdown.mt-2.guest-count-box.bg-white.shadow.p-3.border.rounded button {
    width: 40px;
    height: 40px;
    margin: 0;
    background: #226640;
}

.custom-dropdown.mt-2.guest-count-box.bg-white.shadow.p-3.border.rounded input {
    width: 40px !important;
    max-width: 60px !important;
}

/* Booking Index Page */
  .heading-bokking {
      text-align: center;
      margin-bottom: 40px;
  }

  .heading-bokking h2 {
      color: #333;
      font-size: 2.5rem;
      margin-bottom: 10px;
  }

  .step-indicator {
      display: flex;
      justify-content: center;
      margin-bottom: 40px;
  }

  .step {
      display: flex;
      align-items: center;
      margin: 0 20px;
      opacity: 0.5;
      transition: all 0.3s ease;
  }

  .step.active {
      opacity: 1;
  }

  .step-number {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #667eea;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      margin-right: 10px;
  }

  .step.active .step-number {
      background: #4CAF50;
  }

  .form-step {
      display: none;
  }

  .form-step.active {
      display: block;
  }

  .form-group-book {
      margin-bottom: 25px;
  }

  .form-group-book label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      color: #333;
  }

  .form-control-book {
      width: 100%;
      padding: 12px 15px;
      border: 2px solid #e1e5e9;
      border-radius: 8px;
      font-size: 16px;
      transition: border-color 0.3s ease;
  }

  .form-control-book:focus {
      outline: none;
      border-color: #667eea;
  }
 .radio-group {
      display: flex;
      gap: 20px;
  }

  .radio-option {
      display: flex;
      align-items: center;
      gap: 8px;
  }

  .radio-option input[type="radio"] {
      width: 20px;
      height: 20px;
  }

  .btn-group {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
  }
  .btn-prev {
      background: #6c757d;
      color: white;
  }
  .custom-datepicker {
      position: relative;
      display: inline-block;
      width: 100%;
  }

  .datepicker-calendar {
      position: absolute;
      top: 100%;
      left: 0;
      background: white;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      display: none;
      z-index: 1000;
      width: 300px;
  }

  .datepicker-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
  }

  .datepicker-header button {
      background: none;
      border: none;
      font-size: 18px;
      cursor: pointer;
      padding: 5px 10px;
  }

  .datepicker-days {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 5px;
  }

  .day-header {
      text-align: center;
      font-weight: bold;
      padding: 10px 5px;
      color: #666;
  }

  .day {
      text-align: center;
      padding: 10px 5px;
      cursor: pointer;
      border-radius: 4px;
      transition: all 0.2s ease;
  }

  .day.available {
      background: #f8f9fa;
      color: #333;
  }

  .day.available:hover {
      background: #667eea;
      color: white;
  }

  .day.selected {
      background: #4CAF50;
      color: white;
  }

  .day.disabled {
      color: #ccc;
      cursor: not-allowed;
  }

  .day.empty {
      cursor: default;
  }

  @media (max-width: 768px) {
      .booking {
          padding: 20px;
      }
      
      .step {
          margin: 0 10px;
      }
      
      .step-label {
          display: none;
      }
  }
/* Custom Date Picker Styles */
.custom-datepicker {
    position: relative;
    width: 100%;
}

.datepicker-calendar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px; /* Fixed width for calendar */
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 100;
    padding: 8px;
    margin-top: 5px;
    font-size: 13px;
}

.datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 0 5px;
}

.datepicker-header button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 3px;
}

.datepicker-header button:hover {
    background-color: #f0f0f0;
}

.current-month {
    font-weight: 600;
    font-size: 13px;
}

.datepicker-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
}

.day-header, .day {
    text-align: center;
    padding: 4px 2px;
    font-size: 12px;
}

.day-header {
    font-weight: 600;
    color: #555;
}

.day {
    cursor: pointer;
    border-radius: 3px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day:hover {
    background-color: #f0f0f0;
}

.day.selected {
    background-color: #3498db;
    color: white;
}

.day.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.day.available {
    font-weight: normal;
}

.day.empty {
    visibility: hidden;
}
.booking-page {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
button.theme-btn.btn-next {
    width: 20%;
}
button.theme-btn.btn-prev {
    width: 20%;
    border: 1px solid #6d757d;
}
button.theme-btn.btn-submit {
    width: 20%;
}









/*Responsive Starts*/

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
header .menuSec ul li a {
        font-size: 9px !important;
    }
    .menuSec ul li a {
        font-size: 9px !important;
    }
    
    .gt_switcher_wrapper {
        top: 78px !important;
        right: 11.5% !important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
.gt_container--hich1m .gt_switcher {
    margin: 113px -60px 0 0px !important;
}
.banner_text h1 {
    font-size: 60px;
    line-height: 65px;
}
.theme-btn {
    margin: 0;
}
    .logo-text img {
    object-fit: contain;
}
    .text-inner-ban h2 {
    font-size: 50px;
}
.menuSec ul li a {
    padding: 3px 5px;
    font-size: 9px !important;
}

ul#menu li a {
    font-size: 9px !important;
}

.site-nav-bar-btn li a.theme-btn {
    padding: 20px 16px !important;
    margin: 0 8px !important;
}
.form-maindv-banner button {
    width: 30%;
}
.pg-links ul li a {
    font-size: 11px;
}
.text-getus p {
    width: 100%;
    font-size: 12px;
    line-height: 23px;
}
.ft-logo a {
    font-size: 25px;
}
.inner-menu-tab h3 {
    font-size: 13px;
    height: auto;
    margin-bottom: 10px;
}

.inner-menu-tab h3 i {
    font-size: 25px;
}

.inner-menu-tab ul li {
    height: auto;
}

.menuSec li:hover>ul {
    height: 300px;
}
.table-box-flight {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-box-flight table {
    width: 1150px;
}
.faq-inn-mn button {
    font-size: 12px;
}
.flight-seach-sec .container {
    max-width: 100%;
}

.flight-seach-sec .col-lg-3 {
    width: 32%;
}

.flight-seach-sec .col-lg-9 {
    width: 68%;
}

.table-box-flight td, th {
    font-size: 9px;
}
.flight-depart-sec >ul li h5 {
    font-size: 18px;
}

ul.flight-rought-sec li h6 {
    font-size: 14px;
}

.departure-time ul li a span {
    font-size: 12px;
}
.hotel-card .text-end {
    width: 30%;
    padding-left: 10px;
}
.g-header h3 {
    font-size: 24px;
}

.owner-info {
    padding: 10px;
}

.media-text a {
    font-size: 12px;
    line-height: 16px;
}

.media-text h4 {width: 100%;}

.media-text p {
    font-size: 12px;
    line-height: 20px;
}

.list-item .media-body h4 {
    font-size: 12px;
    line-height: 15px;
}

.price-wrapper {
    font-size: 12px;
}

.custom-dropdown.mt-2.guest-count-box.bg-white.shadow.p-3.border.rounded strong {
    font-size: 12px;
}


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
.gt_container--hich1m .gt_switcher {
    margin: 100px -60px 0 0px !important;
}


    
    .logo-text img {
    object-fit: contain;
}

.menuSec ul li a {
    padding: 3px 4px;
    font-size: 8px !important;
}

ul#menu li a {
    padding: 3px 4px;
    font-size: 8px !important;
}

.menuSec .container {
    max-width: 100%;
    padding: 0;
}

.menuSec .col-md-2 {
    width: 13.666667%;
}

.menuSec .col-md-7.d-none.d-md-block {
    width: 62.333333%;
}

.menuSec .col-md-3 {
    width: 24%;
}

.site-nav-bar-btn li a.theme-btn {
    margin: 0 1px;
    padding: 5px 11px !important;
    font-size: 10px !important;
}

.banner_text h1 {
    font-size: 40px;
    line-height: 45px;
}

.banner_text p {
    font-size: 14px;
    line-height: 25px;
}

.theme-btn {
    margin: 0;
}


.menuSec.sticky {
    padding: 0 0;
}
.form-maindv-banner {
    padding: 40px 10px 30px;
    margin: 0 30px;
}

.form-maindv-banner button {
    width: 40%;
}
img.banner-img {
    height: 610px;
}
.text-getus p {
    width: 100%;
}
.counter-box h4 {
    font-size: 17px;
}
.text-testi p {
    width: 100%;
    font-size: 13px;
}
.ft-logo a {
    font-size: 20px;
}

.ft-logo p {
    width: 100%;
}

.pg-links.ft-contact-info ul li {
    gap: 7px;
}

.pg-links ul li a {
    font-size: 12px;
}

.pg-links h3 {
    font-size: 20px;
}


footer .col-md-4 {
    width: 49.333333%;
}

footer .col-md-3 {
    width: 50%;
}

footer .col-md-2 {
    width: 50%;
}

.inner-menu-tab h3 {
    font-size: 10px;
    height: auto;
    margin-bottom: 0;
}

.inner-menu-tab h3 i {
    font-size: 24px;
}

.menuSec li:hover>ul {
    width: 100%;
    left: 0px;
    padding: 0 10px;
    height: 270px;
}

.inner-menu-tab ul {
    height: auto !important;
    padding-top: 15px;
}

.inner-menu-tab ul li {
    height: auto;
}
.text-inner-ban h2 {
    font-size: 40px;
}
.text-getus h2 {
    font-size: 27px;
}
.table-box-flight {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-box-flight table {
    max-width: 1250px;
    width: 1250px;
}
.sidenav {
    width: 800px !important;
}
.flight-depart-sec >ul li h5 {
    margin: 0;
    font-size: 12px;
    line-height: 25px;
}
.accordion-body table.table {
    width: 890px;
}

.flight-seach-sec .container {
    max-width: 100%;
}

.flight-seach-sec .col-md-3 {
    width: 37%;
}

.flight-seach-sec .col-md-9 {
    width: 62%;
}
.checkin-sec .col-md-3 {
    width: 80%;
}

.faq-inn-mn button {
    font-size: 12px;
    line-height: 24px;
}

.faq-inn-mn {
    padding: 0px 10px 0px 10px;
}

.faq-inn-mn .accordion-body p {
    font-size: 12px;
    line-height: 23px;
}

.faq-inn-mn button {
    font-size: 12px;
    line-height: 24px;
}

.toptext-contact-form .faq-txt {
    padding: 0px 10px 0px 10px;
}

.contactform {
    padding: 0px 10px 0px 10px;
}

.bravo_search_hotel .container {
    max-width: 100%;
}

.bravo_search_hotel .col-md-3 {
    width: 30%;
}

.bravo_search_hotel .col-md-9 {
    width: 70%;
}

.hotel-card {
    padding: 7px 10px;
    gap: 8px;
}

.hotel-card .text-end {
    width: 44%;
    padding-left: 10px;
}
.text-testi {
    padding: 30px 0;
}

.text-testi ul {
    margin-bottom: 10px;
}

.text-testi h5 {
    padding-top: 10px;
    font-size: 14px;
    height: 45px;
}

.text-testi h5 span {
    font-size: 14px;
}
.getus .col-md-6 {
    width: 100%;
}

.getus .row {
    flex-direction: column-reverse;
    row-gap: 35px;
}

.btm-boxes-main .row {flex-direction: row;row-gap: 0;}

.btm-boxes-main .col-md-4 {
    width: 33.3%;
}

.btm-boxes-main {
    margin: 50px 0 0;
}

.private-text h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
}
ul.flight-rought-sec li h6 {
    font-size: 13px;
}

ul.flight-rought-sec li p {
    font-size: 13px;
    line-height: 20px;
}

.departure-time ul {
    gap: 10px;
}

.departure-time ul li a span {
    font-size: 11px;
}
.custom-dropdown.mt-2.guest-count-box.bg-white.shadow.p-3.border.rounded strong {
    font-size: 12px;
}

button.theme-btn.btn-prev {
    width: 100% !important;
    margin: 0 !important;
}

.booking-btn.d-flex.justify-content-center {
    gap: 5px !important;
}

button.theme-btn.btn-next {
    width: 100% !important;
}

button.theme-btn.btn-submit {
    width: 100% !important;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px) {


    .inner-menu-tab h3 {
        color: #fff;
        margin-bottom: 10px;
        height: auto;
        font-size: 14px;
        line-height: 1;
        align-items: center;
        display: block;
    }
    
    .inner-menu-tab ul li a {
    font-size: 13px;
    line-height: 25px;
}
.inner-menu-tab {
    padding: 10px 0px;
}

    .gt_switcher_wrapper {
        right: auto !important;
        left: 0% !important;
        top: -20px !important;
    }
    
    .slicknav_nav ul {
    margin: 0;
}
    
.theme-btn {
    margin: 0;
    padding: 15px 20px ! IMPORTANT;
}


    
.menuSec ul {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.menuSec ul li a {
    margin: 0;
    padding: 10px 20px !important;
}

header .sticky {
    position: relative;
}

.banner_text h1 {
    font-size: 40px;
    line-height: 55px;
}

.banner_text p {
    font-size: 14px;
    line-height: 25px;
}

.getus {
    padding: 40px 0;
}

.text-getus h2 {
    font-size: 28px;
    line-height: 35px;
}

.text-getus p {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

.getus-img {
    margin: 30px 0 0 0;
}

.btm-boxes-main {
    margin: 40px 0 20px 0;
}

.luxury-box-main {
    padding: 0;
    margin: 0 0 10px 0;
}

.private-text p {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

.private-sec {
    height: 450px;
}

.services {
    padding: 50px 0px;
}

.counter-sec {
    padding: 40px 0;
}

.counter span.count {
    font-size: 40px;
    line-height: 1;
}

.testimonials {
    background: #f5f5f5;
    padding: 40px 0px;
}

.heading-services h2 {
    font-size: 30px;
    line-height: 1;
}

.testislid .slick-dots {
    bottom: -30px;
    position: relative;
}

.text-testi p {
    font-size: 14px;
    line-height: 25px;
    width: 80%;
}

.text-testi h5 {
    font-size: 14px;
    line-height: 20px;
}

.text-testi h5 span {
    font-size: 12px;
}

footer {
    padding: 40px 0 0 0;
}


.ft-logo a {
    font-size: 30px;
    line-height: 35px;
}

.btm-text-ft {
    margin-top: 10px;
}

.slicknav_open .col {
    flex: auto;
}









/*Contact Us Page Css Starts*/

.contactus {
    padding: 40px 0px;
}

.faq-txt {
    padding: 0;
}

.faq-inn-mn {
    padding: 0;
}

.toptext-contact-form .faq-txt {
    padding: 0;
}

.contactform {
    padding: 0;
}

.contactus:before {
    display: none;
}

.slicknav_nav .slicknav_arrow {
    display: none;
}



/*Contact Us Page Css Ends*/


/*booking Page Css Starts*/


.booking-page {
    padding: 20px 0;
}

.heading-bokking h2 {
    font-size: 30px;
    line-height: 35px;
}


.booking {
    padding: 40px 20px !important;
}


.bravo_search_hotel {
    padding: 30px 0;
}

.hotel-card {
    display: block;
    width: 100%;
}

.hotel-card .text-end {
    padding: 0;
    width: 100%;
}

button.theme-btn.btn-prev {
    width: 100% !important;
    margin: 0 !important;
}

.booking-btn.d-flex.justify-content-center {
    gap: 5px !important;
}

button.theme-btn.btn-next {
    width: 100% !important;
}

button.theme-btn.btn-submit {
    width: 100% !important;
}


/*booking Page Css Ends*/




}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    
    p {
    font-size: 12px;
    line-height: 20px;
}
    
    .theme-btn {
        font-size: 12px;
        padding: 10px 15px !important;
    }
    
    .banner_text h1 {
        font-size: 30px;
        line-height: 35px;
    }
    
    .banner_text p {
    font-size: 12px;
}

.carousel-item {
    height: 500px;
}

    .logo-text {
        position: relative;
        z-index: 1;
    }
    
    .gt_container--hich1m .gt_switcher .gt_selected a {
        height: 40px !important;
    }
        .gt_switcher_wrapper {
        right: auto !important;
        left: 2% !important;
       top: -8px !important;
    }
    .text-inner-ban ul li a {
        font-size: 10px;
    }
    .logo-text img {
        object-fit: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 60%;
    }
    
    .form-maindv-banner label {
        font-size: 11px;
    }
    
    .menuSec ul li a {
        margin: 0;
        padding: 10px 10px !important;
    }
    
    .site-nav-bar-btn ul {
        gap: 15px;
    }
.form-maindv-banner {
    margin: 0 0px;
    padding: 40px 10px 30px;
}

.contactus:before {
    background: transparent;
}

.getus {
    padding: 20px 0;
}

.getus-img p {
    font-size: 20px;
    line-height: 25px;
}

.form-maindv-banner button {
    margin: 20px 0px 20px 0;
           width: fit-content;
}
.form-maindv-banner label {
    font-size: 11px;
}
.site-nav-bar-btn {
    text-align: center;
}
.sticky {
    position: unset;
}
    .text-getus p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
.text-getus {
    padding-bottom: 40px;
}
.btm-boxes-main {
        margin: 20px 0px 0px;
}
    .private-sec {
        height: 450px;
    }
.private-text h2 {
    font-size: 29px;
    line-height: 30px;
}
/*.private-sec .private-text {*/
/*    margin-bottom: 50px;*/
/*}*/
.counter-box {
    padding-bottom: 20px;
}
.pg-links ul li a {
    font-size: 13px;
}
.testislid .slick-next {
    right: 25px;
}

.testislid .slick-prev {
    left: 25px;
    z-index: 9;
}
html {
    overflow-x: hidden;
}

.services {
    padding: 40px 0px;
}

.counter-sec {
    padding: 20px 0;
}
.counter span.count {
    font-size: 30px;
    line-height: 35px;
}

.counter-box h4 {
    font-size: 16px;
    line-height: 20px;
}

.text-testi p {
    font-size: 12px;
    line-height: 20px;
}
.text-testi h5 {
    font-size: 14px;
    line-height: 20px;
}

.text-testi h5 span {
    font-size: 12px;
    line-height: 20px;
}



.luxury-box-main {
    padding: 0;
    margin: 5px 0;
}
    .luxury-box-main h2 {
        font-size: 15px;
        line-height: 50px;
    }
    .text-getus h2 {
        font-size: 25px;
        line-height: 30px;
    }
    
    .private-text p {
    font-size: 12px;
    line-height: 20px;
}
.sidenav {
    width: 100% !important;
}
.flight-depart-sec >ul li h5 {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
}
table.table {
    width: 830px;
}
.sidebar-top h3 {
    display: block;
}
.text-inner-ban h2 {
    font-size: 30px;
        line-height: 41px;
}
.getus .row {
    flex-direction: column-reverse;
}
.getus .text-getus.travel_info h2 {
    font-size: 24px;
        line-height: 34px;
        margin-top: 5px;
}
.slicknav_open .col {
    flex: auto;
}

    .inner-menu-tab h3 {
        color: #fff;
        margin-bottom: 14px;
        height: auto;
        font-size: 14px;
        line-height: 1;
        align-items: center;
    }
    
    .inner-menu-tab ul li a {
    font-size: 13px;
    line-height: 25px;
}

.slicknav_nav ul {
    margin-left: 0;
}

.inner-menu-tab ul li a {
    padding: 5px 8px;
}

.inner-menu-tab ul li {
    height: auto;
}

.inner-menu-tab {
    padding-bottom: 10px;
    padding-top: 10px;
}
    .getus .getus-img {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
.table-box-flight {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-box-flight table {
    width: 1250px;
        max-width: 1250px;
}
.flight-fields ul li input {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.flight-fields ul {
    display: inline-block;
    width: 100%;
}

.flight-fields a.theme-btn {
    margin-top: 0;
    display: inline-block;
}
.baggage-sec .baggage-text h2 {
    font-size: 20px;
    line-height: 30px;
}
.baggage-sec td {
    font-size: 13px;
}

.baggage-sec {
    padding-bottom: 0;
}
.baggage-text table {
    margin-top: 15px;
    margin-bottom: 15px;
}
.gorilla-content .accordion-button.collapsed {
    padding: 20px 5px;
    font-size: 12px;
}
.gorilla-content .accordion-button {
    padding: 20px 7px;
    font-size: 12px;
}
.bravo_search_hotel h4 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

.bravo_search_hotel .d-flex.justify-content-between.align-items-center.mb-3 {
    margin-top: 20px;
}

.hotel-card {
    display: block;
}

.hotel-card .text-end {
    width: 100%;
    padding-left: 0;
    text-align: left !important;
}

.hotel-card .flex-grow-1 {
    width: 100%;
}

.hotel-img {
    width: 100%;
}
.bravo_content .g-header {
    display: block;
    text-align: center;
}

.bravo_content .g-header .right {
    min-width: 100%;
    text-align: center;
    padding-top: 10px;
}

.bravo_content .g-header .review-score .head {
    justify-content: center;
}

.bravo_content .g-header .review-score .foot {
    text-align: center;
}
.Available-wrap.border .d-flex.border-bottom.mb-3 {
    padding: 10px 20px;
}
.Available-wrap.border button#toggleGuestDropdown {
    top: 20px !important;
    margin: 18px 0 !important;
}
.Available-wrap.border button.btn.btn-success.w-100.h-100 {
    background: #226640;
    margin-left: 0;
}
.booking-container {
    padding: 0 10px !important;
}

.contactus:before {
    background: transparent;
}

.faq-txt {
    padding: 0px 10px 0px 10px;
}

.faq-inn-mn {
    padding: 0px 10px 0px 10px;
}

.faq-inn-mn .accordion-item {
    padding: 0px 4px;
}

.faq-inn-mn button {
    font-size: 12px;
    line-height: 25px;
}

.faq-inn-mn .accordion-body p {
    font-size: 12px;
    line-height: 22px;
}

.toptext-contact-form .faq-txt {
    padding: 0px 10px 0px 10px;
}

.toptext-contact-form .faq-txt h3 {
    font-size: 18px;
}

.contactform {
    padding: 0px 10px 0px 10px;
}
section.flight-seach-sec {
    padding: 60px 0;
}

.departure-time ul {
        gap: 0;
        justify-content: space-between;
}

.departure-time ul li a span {
    font-size: 12px;
}

.flight-depart-sec >ul {
    gap: 5px;
}

.flight-depart-sec >ul {
    flex-wrap: wrap;
}

ul.flight-price-drop li:last-child {
    width: 100%;
}

ul.flight-price-drop li:first-child {
    width: 100%;
}

ul.flight-rought-sec li:first-child {
    width: 100%;
}

ul.flight-rought-sec li:last-child {
    width: 100%;
}

ul.flight-rought-sec li h6 {
    margin: 10px 0;
}
.bravo_search_hotel {
    padding: 50px 0;
}

.bravo_search_hotel .d-flex.justify-content-between.align-items-center.mb-3 {flex-wrap: wrap;}
.testimonials {
    padding: 60px 0;
}

.heading-services h2 {
    font-size: 30px;
    line-height: 40px;
}
section.bravo_content {
    padding: 60px 0;
}

.g-header h3 {
    font-size: 20px;
    line-height: 30px;
}

.custom-dropdown.mt-2.guest-count-box.bg-white.shadow.p-3.border.rounded strong {
    font-size: 12px;
}

.bravo-reviews .review-box {
    padding: 20px 5px;
}

.bravo-reviews .review-box .review-sumary .item .label {
    font-size: 10px;
}

.bravo-reviews .review-box .review-sumary .item .progress {
    width: 60%;
}

.media-text h4 {
    width: 100%;
    font-size: 15px;
}
.property-slider-for img {
    height: 350px;
}

.property-slider-nav .slick-slide {
    margin: 0 5px;
}

.proprt-slider-nav img {
    height: 100px;
}

footer {
    padding: 40px 0 0 0;
}
.ft-logo a {
    font-size: 20px;
    line-height: 25px;
}
.ft-logo p {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

















span.slicknav_arrow {
    display: none;
}











/*Contact Us Page Css Starts*/

.contactus {
    padding: 30px 0px;
}

/*Contact Us Page Css Ends*/

/*Checkin Page Css Starts*/

.checkin-sec {
    padding: 40px 0;
}

.checkin-text h3 {
    font-size: 16px;
    line-height: 1;
}

.checkin-text h2 {
    font-size: 40px;
    line-height: 45px;
}

.checkin-fields {
    margin-top: 20px;
}

.checkin-fields input {
    height: 40px;
}


/*Checkin Page Css Ends*/

/*Checkin Page Css Starts*/

.booking-page {
    padding: 20px 0;
}

.booking {
    padding: 30px 10px !important;
}

.heading-bokking h2 {
    font-size: 30px;
    line-height: 35px;
}

button.theme-btn.btn-next {
    width: 100%;
    margin: 0;
}

.booking-header h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 50px 0;
}

.flight-card-header h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.flight-number {
    padding: 10px;
    font-size: 12px;
    line-height: 1;
}

.airport-code {
    font-size: 14px !important;
    line-height: 20px;
}

.seat-map {
    gap: 5px;
    margin: 5px 0;
}

.seat-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


.seat-map {
    width: 230px;
}

button.theme-btn.btn-prev {
    width: 100% !important;
    margin: 0 !important;
}

.booking-btn.d-flex.justify-content-center {
    gap: 5px !important;
}


    button.theme-btn.btn-submit {
        width: 100% !important;
        margin: 0;
    }

/*booking Page Css Ends*/




}

/*Responsive Ends*/
.table-box-flight th,.table-box-flight td {
    text-align: center !important;
}
  .flight-fields ul {
    display: flex;
    align-items: center;
    gap: 15px; /* space between items */
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap; /* optional: prevent overflow on small screens */
  }

  .flight-fields li {
    display: flex;
    flex-direction: column;
  }

  .flight-fields select,
  .flight-fields .theme-btn {
    min-width: 150px;
  }

  .flight-fields .theme-btn {
    align-self: flex-end;
    padding: 8px 16px;
    background-color: #153c2c;
    color: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }