.container{
	max-width: 1360px;
}
input:focus-visible {
 
    outline: none;
  }
  button{
    font-family: 'Poppins', sans-serif;
  }
ul li{
	list-style: none;
}
p{
    font-family: 'Poppins', sans-serif;
}
a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.s-flex{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;

}
header{
	border-bottom: 1px solid #eee;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    width: 100%;

}
#clients-edit-wrapper{
  background-color: rgba(0, 0, 0, 0.49);
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  color:  #fff;
  z-index: 1000;

}
.close-wrapper{
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
.close-wrapper a{
  margin: 20px;
}
.close-wrapper p{
  font-size: 12px;
  flex-basis: 80%;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(221, 221, 221); 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(248, 195, 81); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}



.login-btn{
    background-color: #0a7e21;
    color: #fff;
    border-radius: 20px;
    padding: 8px 20px;
}
.login-btn:hover{
    color: #fff;
}
.view-more{
    color: #FF9C00;
}
.all-btn{
    text-align: center;
    margin: 20px 0px;
}
.btn2{
    padding: 10px 50px;
    border-radius: 10px;
    border: #eee 1px solid;
    transition: all .2s ease;
    box-shadow: #eee 0 15px 30px -5px;
}
.btn2:hover{
    background-color: #FF9C00;
    color: #fff;
    transform: translateY(-4px);
    transition: all .2s ease;
    box-shadow: 0 4px 20px 0 #eee;
    box-shadow: rgb(255 152 0 / 17%) 0 15px 30px -5px;
    box-sizing: border-box;
}
.btn3{
     background-color: #FF9C00;
     color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    border: #eee 1px solid;
    transition: all .2s ease;
    box-shadow: #eee 0 15px 30px -5px;
}
.btn3:hover{  
    background-color: #fff; 
    color: #000;
    transform: translateY(-4px);
    transition: all .2s ease;
    box-shadow: 0 4px 20px 0 #eee;
    box-shadow: rgb(255 152 0 / 17%) 0 15px 30px -5px;
    box-sizing: border-box;
 
}
.reset{
  background-color: #eee;
  color: #000;
 padding: 10px 30px;
 border-radius: 10px;
 border: #eee 1px solid;
 transition: all .2s ease;
 box-shadow: #eee 0 15px 30px -5px;
}
.reset:hover{  
 background-color: #fff; 
 color: #000;
 transform: translateY(-4px);
 transition: all .2s ease;
 box-shadow: 0 4px 20px 0 #eee;
 box-shadow: rgb(255 152 0 / 17%) 0 15px 30px -5px;
 box-sizing: border-box;

}
.btn4{
    text-align: center;
    display: inline-block;
    padding: 10px ;
    background-color: #FF9C00;
    color: #fff;
  width: 100%;
   border-radius: 10px;
   border: #eee 1px solid;
   transition: all .2s ease;
   box-shadow: #eee 0 15px 30px -5px;
}
.btn4:hover{  
   background-color: #fff; 
   color: #000;
   transform: translateY(-4px);
   transition: all .2s ease;
   box-shadow: 0 4px 20px 0 #eee;
   box-shadow: rgb(255 152 0 / 17%) 0 15px 30px -5px;
   box-sizing: border-box;
}
.btn5{
  margin: 5px 0px;
  text-align: center;
  display: inline-block;
  padding: 10px ;
  background-color: #FF9C00;
  color: #fff;
width: 100%;
 border-radius: 10px;
 border: #eee 1px solid;
 transition: all .2s ease;
 box-shadow: #eee 0 15px 30px -5px;
 width: 100%;
}
.btn5:hover{  
 background-color: #fff; 
 color: #000;
 transform: translateY(-4px);
 transition: all .2s ease;
 box-shadow: 0 4px 20px 0 #eee;
 box-shadow: rgb(255 152 0 / 17%) 0 15px 30px -5px;
 box-sizing: border-box;
}
.click-s {
width:60px;
z-index: 999;
}
.dropdown22 {
display:none;
background-color:#ccc;
width:300px;
z-index: 999;
}
#more {display: none;}
.heading{
    text-align: left;
    margin-bottom: 50px;
    margin-top: 30px;
    position: relative;
    font-size: 26px;
  
}
.top-20{
    margin: 40px 0px;
}

.align-center{
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.heading:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    height: 3px;
    width: 60px;
    background-color: #FF9C00;

        
}
.mobile{
    display: none;
   
}
.bold{
    font-weight: bold;
}
.content-text{
    font-size: 14px;
    line-height: 24px;
}
.content {
    margin: 20px 0px;

}
.content p{
    line-height: 24px;
    font-size: 14px;
}
.s-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.right-menu{
	display: flex;
	align-items: center;
    justify-content: flex-end;
}
.right-nav li{
	margin: 0px 10px;

}
.nav-bar{
	border-bottom: 1px solid #eee;
}
.serch{
	position: relative;
	border: 1px solid #eee;
	width: 100%;
	border-radius: 10px;
	display: flex;
	 


}
.bi-search{
	position: absolute;	
    top: 12px;
    left: 20px;

}
.top-serc{
	width: 90%;
	margin-left: 30px;
	border-radius: 5px;
	padding: 11px 15px;
	border: none;
}
.left-h{
	display: flex;
	align-items: center;

}

 .click-s{
 	width: 100%;
 }
 
.buttons-container {
    cursor: pointer;
  }
  
  .week {
    overflow: hidden;
  }
  
  .week.highlight {
    background: #efefef;
  }
  
  /* weekend */
  .week .day:first-child, .week .day:last-child {
    /*color: orange;*/
  }
  
  /* sunday */
  .week .day:first-child {
    /*color: red;*/
  }
  
  .day {
    display: inline-block;
    float: left;
    width: 14.28%;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  .day.disabled span {
    color: #AAA;
  }
  
  /* vertical highlight */
  .week .day.highlight span {
    /*color: blue;*/
  }
  
  .day.selected span {
    /*background: orange;*/
  }
  
  .day.today span {
    font-weight: bold;
  }
  
  .months-container.hidden, .weeks-container.hidden {
    display: none;
  }
  
  .months-wrapper {
    overflow: hidden;
  }
  
  .months-wrapper .month {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
  }
  .months-wrapper .month.one-third {
    width: 33.33%;
  }
  .buttons-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  
  .buttons-container .label-container {
    display: inline-block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .year-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    padding: 5px 20px;
  }
  
  .prev-button,
  .next-button {
    background: transparent;
    border: none;
    padding: 10px;
  }
  
  .week {
    margin: 10px 0;
  }
  
  .week.highlight {
    border-radius: 5px;
  }
  
  .weeks-wrapper.header {
    border-bottom: 1px solid #eee;
  }
  
  .week .day.header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 120%;
  }
  
  .day span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
  }
  
  .day.today span {
    position: relative;
    display: inline-block;
    font-size: 110%;
  }
  
  /* weekend */
  .week:not(.start-on-monday) .day:first-child,
  .week:not(.start-on-monday) .day:last-child {
    color: orange;
  }
  
  /* sunday */
  .week:not(.start-on-monday) .day:first-child {
    color: red;
  }
  
  /* start on monday - weekend */
  .week.start-on-monday .day:nth-child(6),
  .week.start-on-monday .day:last-child {
    color: orange;
  }
  
  /* start on monday - sunday */
  .week.start-on-monday .day:last-child {
    color: red;
  }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ff9c00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 238, 106, 0.25);
}
  .day.today span::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid orange;
    width: 10px;
    height: 1px;
  }
  .bi-star-fill{
    color: #ff9c00;
  }
  .price-basket{
      margin: 25px 0px;
      font-size: 18px;
      border-bottom: 1px solid #eee;
      padding-bottom: 20px;
  }
  .price-basket span{
      color: #0a7e21;
      font-size: 24px;

  }
  .li-list-main{
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}
  .number-pax{
      margin: 15px 0px;
      font-size: 20px;
  }
  .day.sunday span {
    color: #ff8a80;
  }
  
  .week .day.highlight span {
    color: #2196f3;
  }
  
  .week .day.selected span {
    background: #fba309;
    color: white;
  }
  
  .week .day[disabled="disabled"] span {
    color: #aaa;
    cursor: not-allowed;
  }
  
  .months-wrapper .month span {
    display: inline-block;
    padding: 10px;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  
  .special-buttons {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  
  .today-button {
    margin: 0 auto;
    background: transparent;
    border: none;
    padding: 5px;
  }   
  .bi-calendar-week{
      color: #0a7e21;
  }
  

  /*Background color*/
 

/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
 
  box-sizing: border-box;
 
  margin: 0 3% 20px 3%;

  /*stacking fieldsets above each other*/
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 30px 0 0 0px;
  padding-bottom: 20px;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9E9E9E;
}

 

 
/*Blue Buttons*/
#msform .action-button {
  width: 100px;
  background: skyblue;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

 

/*Previous Buttons*/
#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

/*FieldSet headings*/
.fs-title {
  font-size: 25px;
  color: #000000;
  margin-bottom: 30px;
 
  text-align: left;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  margin: 0px;
  padding: 0px;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
  font-family: FontAwesome;
  content: "1";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "2";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "3";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "4";
}

/*ProgressBar before any progress*/
#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: #fba309;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fba309;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #fe7165;
}

/*Imaged Radio Buttons*/
.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display:inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor:pointer;
  margin: 8px 2px; 
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
  width: 100%;
  object-fit: cover;
}



/* Style the tab */
.tab_fligt {
  overflow: hidden;
 
}

/* Style the buttons inside the tab */
.tab_fligt button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 11px 20px;
  transition: 0.3s;
  font-size: 17px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* Change background color of buttons on hover */
.tab_fligt button:hover {
  background-color: #FF9C00;
  color: #fff;
}

/* Create an active/current tablink class */
.tab_fligt button.active {
  background-color: #FF9C00;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;

}
.btn_tr{
  background-color: #FF9C00;
  color: #fff;
  border: none;
  padding: 10px 20px;
  width: 100%;
  transition: 0.2s ease;
}
.btn_tr:hover{
  background-color: #fff;
  color: #FF9C00;
  border: none;
  padding: 10px 20px;
  width: 100%;
  transition: 0.2s ease;
}
/* Style the tab content */
.tabcontentflight {
  display: none;
  padding: 20px 15px; 
  border-top: none;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cursorily{ cursor: pointer;}
.hov:hover{ color: #000;}
.ico-size{font-size: 16px;}
.ico-size-month{font-size: 26px!important; line-height: 26px!important;}
.ico-size-large{ font-size: 18px!important; line-height: 30px;}
.dtp_main{    padding: 8px 0 8px 8px;}
.dtp_main span, .dtp_main i{ display: inline-block; padding-right: 8px;}


.dtp_modal-win{position: fixed;left: 0; top: 0; width: 100%; height: 100%;
    z-index: 999;  opacity: 0.6;}
.dtp_modal-content{ background-color: #fff; border-radius: 10px; width: 624px;
    position: absolute; z-index: 1000; top: 100px; left: 100px; font-size: 16px;font-weight: normal;}
.dtp_modal-content-no-time{ background-color: #fff; border-radius: 10px; width: 312px;
    position: absolute; z-index: 1000; top: 100px; left: 100px; font-size: 16px;font-weight: normal;}
.dtp_modal-title{ border-bottom: solid 3px #54646b; padding: 16px 36px; margin-bottom: 16px;  font-size: 22px; }
.dtp_modal-cell-date{ width: 312px;  float: right; margin-bottom: 22px; margin-top: 6px;}
.dtp_modal-cell-time{width: 311px; float: left; direction: ltr; border-right: solid 1px #000;}
.dtp_modal-months{ color: #7d7d7d; text-align: center; font-size: 20px; padding: 0 20px;}
.dtp_modal-months span{ display: inline-block; padding: 10px 20px; width: 182px;}
.dtp_modal-calendar{ width: 266px; margin-left: 22px; }
.dtp_modal-calendar-cell{ width: 38px; padding: 7px 0; display: inline-block; text-align: center;}
.dtp_modal-colored{ color: #54646b; }
.dtp_modal-grey{ color: #7d7d7d; }
.dtp_modal-cell-selected{ background-color: #ff9c00;    color: #fff; border-radius: 48%;  transition: background-color 1s ease-out;}
.dtp_modal-time-block{ height: 212px; width: 310px; }
.dpt_modal-button
{     background-color: #ff9c00;
  color: #fff;
  font-size: 14px;
  padding: 10px 22px;
  text-align: center;
  /* display: inline-block; */
  margin-left: 22px;
  cursor: pointer;
  border: solid 1px #fff;
  border-radius: 10px;
  margin: 0px 40px;
    }

.fa-calendar{
  display: none;
}


.dtp_modal-time-line{ text-align: center; color: #7d7d7d; font-size: 20px; padding-top: 15px;  }
.dtp_modal-time-mechanic{ padding-top: 16px;}
.dtp_modal-append{ color: #7d7d7d; padding-left: 108px; font-weight: normal; }
.dtp_modal-midle{ display: inline-block; width: 40px; }
.dtp_modal-midle-dig{display: inline-block; width: 16px; text-align: center; }
.dtp_modal-digits{  
     font-size: 25px;
  padding-left: 105px;}
.dtp_modal-digit{  }

.clik_q {
  
  position: relative;
}
.open_list {
  position: absolute;
  top: 50px;
  left: 0px;
  display:none;
  background-color:#fff;
  border: 1px solid #eee;
  border-radius: 10px;
  width:400px;
}
#field1{
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.qunity_he {
  padding: 5px;
  flex-basis: 60%;
}
.qunity_fo{
  flex-basis: 30%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #eee;
}
.qunity_fo input{
  width: 100%;

}
.sub,.add{
  padding: 0px 10px;
  background-color: #eee;
  border: 1px solid #eee;
}
.booking_div{
  display: flex;
  justify-content: space-between;
}
