/*************Header**************/
body{
    margin:0px!important;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}
p{
  text-align: justify;
  word-spacing: -1px;
}
.header-bg{
    background-image: url(../images/bgg-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100vh;
    /* box-shadow: 0px 0px 10px 0px #000; */
    position:relative;
    z-index:1;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: #eebb2e;
  background-image: linear-gradient(to right, #eebb2e , #f1d485, #edb826);
}
.footer-section img {
  width: 250px;
  background: #d8a311;
  border-radius: 10px;
}
.navbar-brand img{
    width:250px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right:20px;
}
.navbar-nav .nav-link:hover{
    text-decoration: underline;
}
.navbar-nav .nav-link.active{
    text-decoration: none;
    color:#fff!important;
    font-family: 'Poppins', sans-serif;
    font-size:20px;
    padding-right:30px;
}
.navbar-nav .nav-link{
  padding-right:15px!important;
}
 .navbar-nav .nav-link{
    color:#000;
    font-family: 'Poppins', sans-serif;
    font-size:20px;
    padding-right:30px;
    
}
.nav-item span{
    display: flex;
}
.nav-item i{
    color: #000;
    font-size: 20px;
    margin-top: 13px;
}
.navbar{
    padding-top:40px;
}
.overlay{
    background-color: rgba(0,0,0,0.5);
    height: 100vh;
    position:absolute;
    top:0;

}
.search-button .btn{
  background-color: rgba(255,255,255,0.6);
    border: none;
}
.search-button img{
  width:30px;
}
.search-button input{
  background-color: rgba(255,255,255,0.6);
    border: none;
}
.search-button .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left:unset;
}
.search-button .form-control:focus{
  background-color: rgba(255,255,255,0.6);
  border: none;
}
.search-button .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  background-color: rgba(255,255,255,0.6);
  border: none;
}

  .main-ticket-section{
    position:relative;
  }
.main-ticket-section .nav-pills{
justify-content: center;
}
.main-ticket-section .tab-content{
  background-color: rgba(255,255,255,0.8);
  padding:20px;
  border-radius: 40px;
  margin-top:-30px;
}
.main-ticket-section .nav-pills .nav-link{
  background-color:#eae9e8;
  padding: 10px 0px;
  box-shadow: 2px 1px 10px 0px #000;
}
.main-ticket-section .nav-pills img{
  width:40px;
}
.main-ticket-section .nav-pills p{
  color:#000;
  margin-bottom:0;
  font-weight:600;
  font-size:13px;
  text-align:center;
}
.main-ticket-section .nav-item{
  text-align: center;
  width: 80px;
  padding: 0px 0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-image:linear-gradient(to right, #eebb2e , #ffffff82, #edb826);
}
.second-tabs .tab-content{
  background-color: transparent;
  padding-left:0;
}
.second-tabs .nav-item{
  background-color: transparent;
  width:auto;
  margin-bottom:-15px;
}

.second-tabs .nav-tabs .nav-link{
  font-weight:600;
  border:none;
  padding-left:0;
}
.second-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: transparent;
  border-color: transparent;
  border:none;
}
.second-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border:none;
}
.second-tabs .nav-link:focus-visible{
  outline:none;
  box-shadow: none;
}
.second-tabs .circle{
  width:13px;
  height:13px;
  border-radius:50px;
  border:1px solid #000;
  background-color: #fff;
  margin-top: 3px;
    margin-right: 5px;
}
.second-tabs .nav-link{
  color:#000;
}
.second-tabs .nav-item .active .circle{
  background-color: #edb725;
}
.second-tabs .special p{
  font-size:15px;
}
.main-head{
  font-weight: 600;
    color: #000;
    font-size: 30px;
    position: absolute;
    right: 35px;
    top:85px;
}
.main-tickets-booking-section{
  display:flex;
  color:#000;
  position: relative;
  justify-content: center;
}
.main-tickets-booking-section .first-colum h2 ,.main-tickets-booking-section .second-colum h2{
  font-weight:600;
  margin-top: -10px;
    font-family: 'Roboto', sans-serif;
}
.main-tickets-booking-section .first-colum h6, .main-tickets-booking-section .second-colum h6{
  font-weight:600;
}
.main-tickets-booking-section p{
  font-size: 12px;
    margin-top: -10px;
}
.vertical-line{
  width: 1px;
  height: 80px;
  background-color: rgba(0,0,0,0.31);
  margin-left: 12px;
  margin-right: 12px;
}
.reverse-icon img{
  background-color: #dbe5eb;
    width: 34px;
    position: absolute;
    top: 21px;
    left: 197px;
    border-radius: 10px;
}
.second-colum{
  padding-left:10px;
}
.thrid-colum{
  padding-left:10px;
}
.thrid-colum img{
  width: 15px;
    margin-right: 5px;
}
.thrid-colum h6 {
  font-weight:600;
  padding-top: 5px;
}
.thrid-colum h2{
  font-weight:600;
  margin-top:-10px;
}
.thrid-colum p{
  margin-top:-13px;
}
.return p{
margin-top:0;
}
.last-button .btn{
 background-color:#000;
  color:#fff;
  font-weight: 600;
}
.last-button .btn:hover{
  background-image: linear-gradient(to right, #fff , #edb826, #fff);
  color:#000;
}
.second-colum .dropdown-toggle::after{
  content:none;
}
.second-colum .dropdown .btn{
  font-weight: 600;
  font-size: 2rem;
  margin-top: -21px;
  padding-left: 0;
  color:#000;
  border:none;
}
.second-colum .search-button .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  background-color: transparent;
  border:none;
}
.second-colum .dropdown:focus-visible{
  outline: none;
}
.dropdown-menu.show{
  width:100%;
}
.second-colum .dropdown-menu{
  padding: 10px;
    background-color: #fff;
    color: #000;
    border: 2px solid #ffc107;
    border-radius: 10px;
}
.second-colum .adults, .second-colum .number{
  padding:5px;
}
/**********Footer section***/
.footer-section{
  background-color: #0f1015;
  padding:30px 0px;
  color:#fff;
}
.footer-section img{
width:250px;
}
.social-icons h3{
  
  font-weight: 600;
  padding-top:35px;
}
.yellow-line{
  width:60px;
  height:2px;
  background-color: #d8a311;
}
.social-icons .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  background: #000;
  color: white;
}
.social-icons{
  padding-top:20px;
}
.social-icons .fa:hover {
   background-color: #d8a311;
}
.footer-first{
  border-right:1px solid #ffffff1f;
  margin-right:30px;
}
.quick-links ul{
  list-style: none;
    padding-left: 0;
    padding-top: 20px;
    
}
.quick-links li{
  padding-top: 20px;
}
.quick-links a{
  color:#fff;
  text-decoration: none;
  font-size:17px;
}
.quick-links a:hover{
  color: #d8a311;
}
.footer-contact-sec p{
  padding-top:30px;
  font-size:17px;
  margin-bottom:0;
}
.footer-contact-sec a{
  font-size:17px;
  color: #fff;
  text-decoration: none;
}
.footer-contact-sec a:hover{
  color: #d8a311;
}
.copy-right{
  background-color: #000;
  color:#fff;
  padding:15px;
}
.copy-right p{
  margin-bottom: 0;
  text-align: center;
}
.copy-right a{
  color: #fff;
  text-decoration: none;
}
.copy-right a:hover{
  color: #d8a311;
}
.container-fluid{
  padding:0;
}
.adults p{
  font-size:12px;
}
.dropdown-button .btn{
  background-image: linear-gradient(to right, #eebb2e , #ffffff82, #edb826);
  font-size: 14px!important;
  margin-top: 10px!important;
  padding-left: 10px!important;

}
 .dropdown-content{
  justify-content: space-between;
 }
.top-radio-buttons .form-check{
  font-size: 13px;
    color: #000;
    padding-top: 10px;
}
.top-radio-buttons .form-check-input:checked{
  background-color: #d8a311;
    border-color: #d8a311;
}
.blog-box{
  background-color: rgba(0,0,0,0.5);
  padding:50px;
}
.blog-box h1{
  font-weight: 600;
}
.blog-box p{
  font-size:20px;
  text-align: justify;
  word-break: break-all;
}
.carousel-caption{
  bottom:8.25rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80% 80%;
    border-radius: 50px;
    border: 4px solid #fff;
    padding: 10px;
}
.carousel-control-prev{
    left: -35px;
}
.carousel-indicators [data-bs-target]{
  width:10px;
  height:10px;
  border-radius:50%;
  background-color: transparent;
  border:2px solid #fff;
}
.carousel-indicators .active{
  background-color: #fff;
}
.deal-section .img-exclusive-deals-sec{
  position: relative;
}
.deal-section .image-text{
  position: absolute;
  bottom: 15px;
  left: 15px;
  color:#fff;
  display: flex;
}
.deal-section{
  padding:70px 0px;
  background-color: #f2f2f2;
}
.deal-section .left-section h5{
  font-weight:600;
}
.deal-section .right-section{
  margin-top: 45px;
    margin-left: 50px;
}
.deal-section .right-section a{
  color: #d8a311;
  text-decoration: none;
  font-weight:600;
}
.deal-section h1{
  color:#000;
  font-weight:600;
}
.deal-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: transparent;
  color:#d8a311;
  background-image: none;
  font-weight:600;
  position: relative;
}
.deal-section .nav-pills .nav-link{
  color:#000;
  font-weight:600;
  font-size:20px;
}
.deal-section .nav-pills .nav-link.active:after{
  content: " ";
    width: 60px;
    height: 3px;
    background-color: #d8a311;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, -25px);
}
.room{
  font-size:12px;
  font-weight:600;
}
.hotel-head{
  font-weight: 600;
    color: #000;
    font-size: 30px;
    display: flex;
    justify-content: center;
    padding-bottom:10px;
}
#hotel .main-tickets-booking-section{
  padding-top:10px;
}
.mobile-menu{
  display:none;
}
.navbar .toggle-btn{
  background-color: transparent;
  color:#fff;
  border:none;
}
.mobile-view-bottom-nav{
  display: none;
}
.modal-backdrop.show{
  opacity: 0;
}
.mini-blog-para{
  font-weight:600!important;
  font-size:2.5rem!important;
  color:#fff!important;
  text-shadow: 2px 2px #d8a311!important;

}
.mini-blog p{
  font-size:15px;
  font-weight:600;
  text-align: justify;
  word-spacing: -1px;
  line-height: 1.8;
  color:#fff;
}
.text-justify {
  text-align: justify;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10rem !important;
}

.mini-blog {
  background-color: rgba(0,0,0,0.5);
  padding: 2rem;
}
/*********Bottom Fixed****/
.mobile-view-bottom-nav .mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 50px;
  box-shadow: 0 -2px 5px -2px #333;
  background-color: #fff;
}
.mobile-view-bottom-nav .mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .mobile-view-bottom-nav .mobile-bottom-nav__item--active {
  color:#d8a311;
} */
.mobile-view-bottom-nav .mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}
/************Flight Inner Page********/
.flight-page{
  padding:50px;
}
.flight-left-section{
  padding:40px 20px;
  box-shadow: 0px 0px 15px -10px #000;
  border-radius: 10px;
}
.flight-left-section h5{
  color:#000;
  font-weight:600;
}
.flight-left-section .form-check{
  color: #000;
    line-height: 1.9;
}
.flight-left-section .form-check-input{
  border:1px solid #000;
}
.flight-left-section .two-ends{
  display: flex;
  justify-content: space-between;
}
/********/
.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 2px; /* Specified height */
  background: #000; /* Grey background */
  outline: none; /* Remove outline */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 15px; /* Set a specific slider handle width */
  height: 15px; /* Slider handle height */
  background: #000; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 50px;
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #000; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
/*************/
.inner-navbar{
  background-color: #fff;
  padding:10px;
}
.inner-bg{
  background-image: url(../images/flight-inner-page-banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-check-input:checked{
  background-color: #d8a311;
    border-color: #d8a311;
}

.form-check-input:focus{
  box-shadow: none;
}

.flight-banner-text{
  padding:100px 0px;
  color:#fff;
  display: flex;
  font-family: 'Roboto', sans-serif;
}
.flight-banner-text h1{
  font-family: 'Roboto', sans-serif;
}
.flight-banner-text .fa{
  padding-left:40px;
  padding-right:40px;
}
.padding-both{
  padding-left:60px;
  
}
/*************About Us*********/

.inner-background .navbar{
  padding-top:10px;
 
}
.page-banner-content{
  padding:60px;
}
.custome-navbar .navbar-expand-sm .navbar-nav .nav-link{
  padding-left:25px;
}
.inner-background{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:10px;
}
.page-banner-content h1{
  color:#fff;
  font-weight:600;
}
.about-second-section{
  padding:70px 0px;
}
.sub-heading h2{
  font-weight: 600;
  line-height: 1.4;
}
.sub-heading  p{
  line-height: 1.6;
  text-align: justify;
  word-spacing: -1px;
}
.about-second-section img{
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #000;
}
.about-third-section{
  padding:90px;
  background-color: #f2f2f2;
}
.third-section-box .fa{
font-size:30px;
color:#d8a311;
}
.third-section-box{
  background: #FFFFFF;
  box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.06), 8px 10px 20px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 18px 18px;
  text-align: center;
}
.third-section-box h5{
  font-weight:600;
  color:#d8a311;
}
.third-section-box:hover{
  background: #000;
  color: #fff;
}
.bottom-section{
  padding:90px 0px;
}
.bottom-section img{
  border-radius: 10px;
  margin:10px;
}
/*********************************************/
.paragraph-content{
  padding: 90px;
}
.paragraph-content h5{
color:#000;
font-weight:600;
}
.image-over-text{
  position: absolute;
    top: 60px;
    left: 23px;
    right: 3px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    border-radius: 10px;
    margin: 20px;
    height:150px;
}
.bottom-section img:hover{
  box-shadow: 0px 0px 20px 0px #000;
}
.image-over-text p{
  text-align: center;
}
/********Blog*************/
.blog-section{
  padding:90px;
}
.mb-xl-30 {
  margin-bottom: 30px;
}
.bx-wrapper {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.bx-wrapper a{
  color:#000;
  text-decoration: none;
  padding-right:10px;
}
.animate-img {
  position: relative;
  overflow: hidden;
}
.full-width {
  width: 100%;
}
.blog-section .post .post-wrapper .post-img .post-date {
  text-align: center;
  width: 70px;
  margin-top: 0px;
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 20px;
  text-transform: capitalize;
}
.blog-section .post .post-wrapper .post-img .post-date {
  text-align: center;
  width: 70px;
  margin-top: 0px;
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 20px;
  text-transform: capitalize;
}
.blog-section .post .post-wrapper .post-img .post-date .date {
  font-size: 30px;
  line-height: 1.1;
  padding: 7px 0;
}
.text-custom-white {
  color: #ffffff;
}
.bg-custom-blue {
  background: #f0c335;
}
.fw-600 {
  font-weight: 600;
}
.blog-section .post .post-wrapper .post-img .post-date .year {
  background-color: #000;
}
.bg-custom-white {
  background-color: #ffffff;
}
.padding-20 {
  padding: 20px;
}
.p-relative {
  position: relative;
}
.mb-xl-20 {
  margin-bottom: 20px;
}
.text-light-dark {
  color: #838383;
  font-size:15px;
}
.text-custom-blue {
  color: #ffc107;
}
.blog-section .post .post-wrapper .blog-meta .post-heading h2 {
  margin-top: -10px;
  font-size:25px;
}
.text-custom-black {
  color: #000000;
}
.fw-600 {
  font-weight: 600;
}
.no-margin {
  margin: 0;
}
.blog-section .post .post-wrapper .post-footer {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f5f5f5;
  background: #fff;
}
.blog-section .post .post-wrapper .post-footer>a {
  text-transform: uppercase;
}
.fs-14 {
  font-size: 14px;
}
/**************Contact Page************/
.contact-section{
  padding:90px;
}
.map{
  background-color: #f2f2f2;
  padding:10px;
}
.contact-form{
  padding-bottom:50px;
}
.contact-form h4{
  font-weight:600;
}
.contact-form .last-button .btn{
  width:100%;
}
.contact-form .form-control{
  border-color: #000;
  border-radius: 0;
}
.contact-form .form-control:focus{
  box-shadow: none;
}
.contact-address{
  display:flex;
}
.contact-address .fa{
  font-size: 25px;
    padding-right: 10px;
    color: #d8a311;
}
.site-address{
  border:1px solid #f2f2f2;
  padding:30px;
  background-color: #f2f2f2;
  border-radius:10px;
}
.site-address h4{
  font-weight:600;
}
.contact-address h5{
  font-weight:600;
}
.contact-address a{
  color:#000;
  text-decoration: none;
}
.fournotfour-section{
padding:90px;
}
.fournotfour-section h1{
  font-size: 150px;
    color: #eebb2a;
    font-weight: 600;
}
.fournotfour-section h6{
  color: #eebb2a;
    font-weight: 600;
    padding-bottom:10px;
}
/******login*********/
.login-section{
  padding: 90px;
}
.reg-login .nav-item{
  width:200px;
  text-align: center;
}
.reg-login .nav-link{
  color:#000;
}
.reg-login .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #fff!important;
  color: #000;
  font-weight: 600;
  background-image: none;
  border-bottom: 3px solid #000;
}
.reg-login .nav-item:hover{
  background-image:linear-gradient(to right, #eebb2e , #ffffff82, #edb826);
  border-radius: 10px;
}
.reg-login{
  padding:30px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px;
 
}
.reg-login .tab-content{
  padding-top:20px;
 
}
.log .form-check{
  display: flex;
  justify-content: space-between;
}
.log .last-button .btn{
  width:100%;
}
.log .log-forgot{
  color:#000;
  text-decoration: none;
}
.log .log-forgot:hover{
  color:#edb826;
  text-decoration: underline;
}
.log .form-control{
  margin-top:30px;
  margin-bottom:30px;
}
.logo .form-control:focus{
  box-shadow: none!important;
}
/***********owl carousel***********************/
.flight-page .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.flight-page .owl-nav button.owl-prev {
  left: 0;
}
.flight-page .owl-nav button.owl-next {
  right: 0;
}

.flight-page .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.flight-page .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.flight-page .owl-dots button.owl-dot.active {
  background-color: #000;
}
.flight-page .owl-dots button.owl-dot:focus {
  outline: none;
}
.flight-page .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.flight-page span { 
  position: relative;
  color: #fff;
  font-size: 20px;
    
}
.flight-page .owl-nav button:focus {
    outline: none;
}
.flight-page .owl-slider{
  background-color: #fff;
    padding: 20px 0px;
    box-shadow: 0px 0px 15px -10px #000;
    border-radius:10px;
    width:100%;
}
.flight-page .owl-dots{
  display: none;
}
.flight-page .owl-carousel .owl-nav button.owl-prev{
  background: #000!important;
  border: none;
  padding: 0!important;
  font: inherit;
  color: #fff;
  height: 100%;
  width: 20px;
  border-radius: 0;
}
.flight-page .owl-carousel .owl-nav button.owl-next,
 .owl-carousel button.owl-dot{
  background: #000!important;
    border: none;
    padding: 0!important;
    font: inherit;
    color: #fff;
    height: 100%;
    width: 20px;
}
.flight-page .inner-box{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right:1px solid #ddd;
}
.flight-page .inner-box p{
  margin-bottom:0;
}
.flight-page .rupees{
  font-weight: 600;
  font-size:20px;
}
.flight-page .owl-carousel.owl-drag .owl-item{
  margin-right:0px!important;
}
.flight-page .table{
  padding:30px 0px;
}
.table img{
  width:100px;
}
.table th {
  border:none;
  box-shadow: none;
  padding-top:50px;
}
.table tr td{
border:none;
}
.table td{
  background-color: #fff;
  padding:30px 0px;
}

.table tr{
  border-bottom:1px solid #f2f2f2;
  text-align: center;
}
.main-table p{
  font-size:12px;
  text-align: center;
}
.main-table .btn{
  background-color: #000;
  color:#fff;
}
.main-table .btn:hover{
  border:1px solid #000;
  color:#000;
  background-color: #fff;
}
.flight-dots{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flight-dots i{
  font-size:17px;
}
.flight-dots::before{
  content:"--------"
}
.pagination{
  display: flex;
  justify-content: center;
}
.pagination .page-link{
 text-align: center;
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
   padding:3px;
}
.main-table .table thead tr th:nth-child(1){
  width:19%;
}
.main-table .table thead tr th:nth-child(2){
  width:16%;
}
.main-table .table thead tr th:nth-child(3){
  width:16%;
}
.main-table .table thead tr th:nth-child(4){
  width:16%;
}
.main-table .table thead tr th:nth-child(5){
  width:12%;
}
.main-table .table thead tr th:nth-child(6){
  width:21%;
}
.pagination .page-item .active{
  background: #d8a311;
  color: #000;
  border-color:#d8a311;
}
.flight-counter span {cursor:pointer; }

.flight-counter  .minus, .plus{
  width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50px;
    padding: 3px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.flight-counter  input{
  height: 30px;
  width: 35px;
  text-align: center;
  font-size: 26px;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.flight-counter .flight-number{
  display: flex;
  justify-content: space-between;
}

.flight-ticket .form-control,.flight-date input{
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal-header{
  display: flex;
  border:none;
}
.modal-footer{
  border:none;
  display:block;
}
.modal-footer .last-button .btn{
  width:100%;
  background-color: #000;
  color:#fff;
  background-image: none;
}
.modal-footer .last-button .btn:hover{
  background-color: #edb725;
  color:#000;
}
.modal-content{
  padding:20px;
  border:5px solid #edb826;
}
.modal-title{
  font-weight:600;
}
.review-section{
  padding:90px;
}
.edit-button{

  padding:5px;
  border:1px solid #eebb2a;
  border-radius: 10px;
}
.edit-button a{
  text-decoration: none;
  color:#eebb2a;
  font-weight:600;
}
.edit-button i{
  color:#eebb2a;
}
.padding-sec{
  padding:90px;
}
.hotel-inner-page .search-button input, .hotel-inner-page .search-button .btn{
  background-color: #f2f2f2;
}
.hotel-detail-box{
  display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 15px -10px #000;
    padding: 10px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}
.hotel-inner-details{
  padding-left:10px;
  color:#000;
}
.hotel-inner-details h4{
  font-weight:600;
  padding-top:10px;
   font-family: 'Roboto', sans-serif;
}
.hotel-inner-details i, .hotel-inner-details a{
  font-size:12px;
  color:#0d6efd;
  text-decoration: none;
  line-height: 2px;
}
.hotel-inner-box-image img{
  width: 200px;
    border-radius: 10px;
}
.hotel-inner-details span{
  font-size: 12px;
   
    color: #6c757d;
}
.hotel-inner-details .btn{
  background: #000;
    color: #fff;
    width: 100%;
}
.hotel-inner-details .btn:hover{
  background-color: #edb725;
}
.hotel-detail-page .inner-box{
  background-color: #fff;
  border-radius:10px;
  padding:10px;
}
.hotel-detail-page .owl-carousel .owl-item img{
  border-radius:10px;
}
.hotel-detail-page .owl-nav{
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.hotel-detail-page .owl-carousel .item{
  box-shadow: 0px 0px 10px 0px #f2f2f2;
    margin: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.hotel-detail-page  .owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  background-color: #fff!important;
  border-radius: 50px;
  height: 30px;
  width: 30px;
}
.hotel-detail-page .owl-dots{
  display:none;
}
.hotel-detail-page h2, .hotel-detail-page h4{
  font-weight:600;
    font-family: 'Roboto', sans-serif!important;
}
.hotel-detail-page .hotel-inner-details h4{
  padding-bottom:20px;
}
.hotel-services span{
  padding-left: 0;
    padding-right: 15px;
    font-weight: 600;
    color: #000;
}
.check-dates h6, .check-dates p{
font-weight:600;
}
.photo-section{
  background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #f2f2f2;
}
.photo-section img{
  border-radius: 10px;
  position: sticky;
    top: 0;
}
.photo-section span{
  font-size:12px;
  
}
.package-section{
  width:200px;
}
.package-section h4{
  padding-top:0px;
}
.package-section span{
  padding-left:0;
}
.package-location{
  margin-top:-5px;
}
.overview-section p{
  font-weight: 600;
}
.flight-page .input-group{
  background-color: #f2f2f2;
  border-radius:10px;
  box-shadow: 0px 0px 15px -10px #000;
  
}
.inner-bg .navbar-nav .nav-item .active{
  text-decoration:none;
  }
.second-header{
  display:flex;
  justify-content: center;
}
.top-navbar-brand img{
  width:250px;
}
.navbar-brand{
  display:none;
}
.top-section .navbar{
  padding-top:0.5rem;
  padding-bottom: 0.5rem;
}