@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Montserrat:wght@700&display=swap');
body{     
  font-family: "Poppins", sans-serif;
  /* font-family: "Goldman", sans-serif; */
  font-size: 14px;
  line-height: 175%;
  font-weight: 400;
  background: #dacd65;
}
.d-flex-stops {
    text-align: right;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 85px;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

ul::after {
  content: '';
  display: block;
  clear: both
}

p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  font-size: 2.433em;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h2 {
  font-size: 25px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: .6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
a{
    cursor: pointer;
}
th, b, strong {
    font-weight: 600;
}
i.fa.fa-inr {
   margin-right: 4px;
    margin-left: 2px;
}
.box_shadow {
    background: #fff;
    padding: 20px 20px;
    margin: 5px 0;
    border-radius: 10px;
    width: 100%;
    height: auto;
    min-height: 130px;
    position: relative;
}
label {
    font-size: 15px;
    margin: 2px 0 2px 6px;
    display: block;
    width: 100%;
    color: #110942;
}
   
    .box_shadow a {
        display: block;
        width: 100%;
        cursor: pointer;
        position: relative;
        z-index: 9;
    }
  
i.fa-solid.fa-arrow-right {
    display: block;
    text-align: right;
    font-size: 18px;
}

.box_shadow p {
    font-size: 14px;
    color: #282828;
    margin-bottom: 10px;
}
.header__area-3 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #110942;
    color: #fff;
}
.header__inner-3 {
    padding: 2px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header__logo-2 img {
    width: 180px;
    height: auto;
}
.header__area-3.sticky-3 {
    background-color: #121212;
    border-color: #2c2c2c;
}
ul.navigation {
    padding: 0;
    margin: 3px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

a.nav_link {
    display: block;   
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 5px;
    cursor: pointer;
    outline: none;
}
div#cloz_togle:hover i {
    color: #dacd65;
}
a.social_media_link:hover {
    color: #dacd65;
}
a.logo-menu img {
    width: 30px;
    height: auto;
}
a.logo-menu {
    display: block;
    padding: 10px;
    margin: 8px 0 0 0;
}
a.logo-dark {
    display: block;
}
div#hedr_togle_view {
    position: absolute;
    top: 0;
    width: 100%;
    background: #110942;
    padding: 0 30px;
    height: 100vh;
}
div#cloz_togle {
    text-align: right;
    padding: 10px 0 0 0;
}


div#cloz_togle i.fa.fa-close {
    font-size: 30px;
    cursor: pointer;
}
.get_in_touch h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0;
}

ul.social_media {
    list-style: none;
    padding: 0;
    margin: 0;
}

a.social_media_link {
    display: block;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 0;
    margin-bottom: 10px;
    line-height: 1.4;
}

.get_in_touch p {
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: 400;
}

ul.menu_bar_hide {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}

a.menu_name {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid #403f3f;
}

.menu_msp_hrd {
    border-left: 1px solid #403f3f;
    padding: 60px 0 0 0;
    border-right: 1px solid #403f3f;
    width:100%;
    height: 100vh;
}

.get_in_touch.rgt {
    padding: 30px 0 0 13px;
    background: #110942;
}

.get_in_touch.lft {
    background: #110942;
    padding: 30px 0 0 0px;
}
img.logo_m {
    width: 200px;
    max-width: 100%;
}

/* Effect start */

.SMN_effect-31 a {
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    cursor: pointer;
}

.SMN_effect-31 a span {
	display: block;
    padding: 15px;
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.SMN_effect-31 a:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	content: attr(data-hover);
	display: inline;
	-webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        padding: 15px;
}

.SMN_effect-31 a:hover {
	color: #dacd65;
}

.SMN_effect-31 a:hover span {
	color: #dacd65;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.SMN_effect-31 a:hover:after {
	top: 0;
}

.SMN_effect-31 a:active {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.SMN_effect-33 a {
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    cursor: pointer;
}

.SMN_effect-33 a span {
	display: block;    
    padding: 10px 15px; 
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.SMN_effect-33 a:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	content: attr(data-hover);
	display: inline;
	-webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
        padding: 10px 15px; 
}

.SMN_effect-33 a:hover {
	color: #dacd65;
    
}

.SMN_effect-33 a:hover span {
	color: #dacd65;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
    
}

.SMN_effect-33 a:hover:after {
	top: 0;
}

.SMN_effect-33 a:active {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}
img.convas_half {
    position: absolute;
    bottom: 0;
    /* left: 0; */
}

img.convas_full {
    position: absolute;
    right: 20px;
    bottom: 100px;
}

img.bnr-flight {
    display: block;
    width: 200px;
    height: auto;
}

img.bnr-holiday {
    width: 150px;
    display: block;
    height: auto;
}

img.bnr-hotel {
    display: block;
    width: 210px;
    height: auto;
}
.selct {
    width: 100px;
    max-width: 100%;
    min-width: 100px;
}

.inpt {
    width: calc(100% - 100px);
    height: auto;
}
.input_fm_sr.let_date.ort input.form-control {
    border: none;
    background: none;
}
.form-control.form-control-solid {
    background-color: #fff;
    border: 1px solid #dacd658f;
    color: #403732;
    transition: color .2s ease;
}
.space-padding {
        display: block;
    width: 100%;
    height: auto;
    padding: 70px 15px;
    border-top: 22px solid #dacd65;
    background: #fbfaef;
}
.home_header {
    background: #110942;
}

.home_benefits h3{
    font-size: 24px;
    margin: 30px 0 8px 0;
    line-height: 1.2;
}
.home_benefits h3{
    font-size: 20px;
    margin: 10px 0 8px 0;
    line-height: 1.2;
}
.home_benefits p{
    font-size: 14px;
    margin: 0px 0 8px 0;
    line-height: 1.5;
}
.home_benft_A{
    padding: 30px;
}
.home_benft_A_img_box {   
    width: 300px;
    height: 300px;
}
.home_benft_A_img_box img{
    width: 100%;
}
.hGsgst {
   border-radius: 18px;
    background: rgb(218 205 101);
    margin-bottom: 15px;
    width: 100px;
    height: 9px;
}
h1 span{
    color: #dacd65;
}
section.home_login {
    background: #f2f2f2;
    padding: 0px 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.login_form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}
.login_form h3 {
    font-size: 30px;
    text-align: center;
    margin: 0;
}

.login_form p {
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.img_view {
    position: relative;
}
img.bnr-flight {
    position: absolute;
    top: 110px;
    /* right: 9px; */
    left: 0;
}

img.bnr-holiday {
    position: absolute;
    right: 0;
    top: 250px;
}

img.bnr-flight {
    position: absolute;
    bottom: 0;
}
img.bnr-hotel {
    position: absolute;
    left: 200px;
    top: 340px;
}
img.logo_login {
    width: 240px;
    height: auto;
}
.login_content {
    position: relative;
    text-align: center;
}
.col-md-6.col-lg-6.pull-left {
    margin: auto;
}
.form-control {
    background-color: #fff;
    border: 1px solid #fbfaef;
    color: #403732;
    transition: color .2s ease;
}
section.footer {
    background: #f5f5f5;
    padding: 19px 0 0 0;
}
.flight_top_banner{
    background-image: url(/../assets/images/banner/flight-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 70px 0 35px 0;
}
.place_img img.img-fluid{
    border-radius: 50%;
}
a.link-primary {
    margin-left: 10px;
}
a.nav-link {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #dacd65;
    color: #110942;
    border: 1px solid #dacd65;
}
.main_form_srch {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1100px;
    max-width: 100%;
    flex-wrap: wrap;
}
.left_taber {
    width: 720px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Date_prefernce {
    width: 480px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.input_fm_sr {
    width: 236px;
    max-width: 100%;
    height: auto;
}
.let_date_l {
    width: 49%;
    margin-top: -2px;
}
.input_fm_sr.let_date {
    border: 1px solid #dacd65;
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-radius: 4px;
    margin-bottom: 15px;
    background: #fff;
    
}
.input_fm_sr {
    width: 236px;
    max-width: 100%;
    height: auto;
        position: relative;
}

.flight_Search_boxed.dropdown_passenger_area {
    width: 49%;
}
.srch {
    text-align: right;
    margin-bottom: 15px;
}
.srch  button#btnSearchSubmit {
    width: 172px;
}
a.swipers {
   position: absolute;
    margin: 10px 0 0 -11px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #c7c3c3;
    right: -15px;
    top: 0;
    z-index: 99;
}
a.swipers img {
    width: 30px;
}
.form-control{
    font-size: 15px;
    width: 100%;
    padding: 10px 5px 10px 16px;
    border-radius: 5px;
    margin: 0 0 15px 0;
    outline: none;
    height: 44px;
    color: #000;
    font-weight: 400;
    border: 1px solid #dacd65;
}
.Search_form .form-control, .Search_form  .form-select.form-select-solid{
    height: 50px;
    overflow: hidden;
}
.cabin-selection.left_selct {
    width: 49%;
}
.int_don_flight {
    display: block;
    width: 100%;
    background: #fbfaef;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 0 4px #ccc;
}
h1.PendingApproval {
    font-size: 20px;
    border-left: 4px solid #dacd65;
    padding: 8px 10px;
    margin-bottom: 0;
}
p.numbr {
    position: absolute;
    top: 4px;
    width: 20px;
    height: 20px;
    background: #dacd65;
    font-size: 11px !important;
    display: inline-block;
    color: #fff !important;
    padding: 5px 0 0 0 !important;
    border-radius: 50%;
}
.cabin-selection.rgt_selct {
    width: 49%;
}
select.form-select.btn_selct option {
    font-size: 13px;
}
.input_fm_sr.d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
   justify-content: right;
}
input.form-control.RoundWay {
    background: #f1f1f1;
    border-radius: 0;
    color: #000;
}
button.dropdown-toggle {
    width: 100%;
    outline: none;
     border: 1px solid #dacd65;
    display: block;
    font-size: 14px;
    height: 50px;
    border-radius: 4px;
    padding: 0;
    margin-bottom: 15px;
    background: #ffffff !important;
}
.react-datepicker__input-container {
    height: 48px !important;
    overflow: hidden;
}
.top_main_taber {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-select.form-select-solid {
    border: 1px solid #dacd658f;
     font-size: 14px;
    height: 44px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: 400;
}
h1.headings {
    font-size: 30px;
    padding: 8px;
    border-left: 4px solid #110942;
    color: #110942;
    margin: 0px 0px 30px 10px;
}
.box_shadow p.Already a {
    display: inline;
    color: #110942;
    font-weight: 600;
}

p.Already {
    font-size: 15px;
}
div#ModifyResult .form-select.form-select-solid{
border: 1px solid #dacd65;
}
.srch .btn.btn-primary {
    height: 50px;
}
.dropdown-menu.dropdown_passenger_info{
    left: 0 !important;
    width: 380px !important;
    color: #000;
    padding: 20px;
}
.traveller-calulate-persons .passengers .passengers-types {
    padding-top: 15px;
}
.traveller-calulate-persons .passengers .passengers-types .passengers-type {
    display: flex
;
    align-items: center;
    padding: 8px 16px;
    justify-content: space-between;
}
a.done {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    background: #990000;
    padding: 3px 15px;
    color: #fff;
    border-radius: 4px;
}
.traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
    align-items: center;
    display: flex;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span {
    font-size: 12px;
    color: #4c4c4c;
}
.button-set {
    width: 100px;
}
.type-label p {
    font-size: 16px;
    margin: 0;
    color: #dacd65;
}
button.Add_repet {
    font-size: 20px;
    border: none;
    padding: 0;
    height: 50px;
    padding: 10px 28px;
    background: none;
    border: 1px solid #dacd65;
    border-radius: 4px;
    color: #dacd65;
    background: #ffffff40;
    margin-left: 20px;
    cursor: pointer;
}
button.Add_repet:hover{
    color: #110942;
    background: #dacd65;
    border: 1px solid #dacd65;
}
i.fa.fa-close.closed {
    font-size: 20px;
    color: #ff0000;
    border: 1px solid #ff0000;
    width: 50px;
    height: 47px;
    padding: 12px 16px;
    cursor: pointer;
}
i.fa.fa-close.closed:hover{
    background: #110942;
     border: 1px solid #110942;
}

.form-check.form-check-solid .form-check-input {
    border: 0;
    width: 18px;
    height: 18px;
}
.auth-bg .form-check.form-check-solid .form-check-input {
    border: 1px solid #110942;
    
}
.form-check-label {
    color: #ffffff;
    font-size: 15px;
}
.auth-bg .form-check-label {
    color: #110942;
    font-size: 15px;
}
.registation .form-check-label {
    color: #282828;
    font-size: 15px;
}
.input_fm_sbc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 360px;
}
.input_fm_sbc .input_fm_sr {
    width: 174px;
    margin-left: 6px;
}

.travel_mode {
    margin: 6px 20px 20px 6px;
}
.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 1px;
}

.top_header {
    background: #110942;
    padding: 0 30px;
    color: #fff;
}
ul.d-flex {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

ul.d-flex li {
    display: block;
    padding: 0 10px;
}

ul.d-flex li a {
    display: block;
    color: #fff;
    cursor: pointer;
}

ul.d-flex li strong{
    font-weight: 500;
    margin-left: 3px;
}
ul.d-flex.justify-end {justify-content: end;}

img.logo_ch {
    width: 220px;
    height: auto;
}

a.Serch:hover {
    background: #dacd65 !important;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
        transition: background-color 500ms linear;
    color: #110942;
}

.header_nav {
   background: #110942;
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
   flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    width: 100%;
    max-width: 100%;
}


.header_nav_wbg {
   background: #fff;
    padding: 5px 30px;
    display: flex;
    flex-direction: row;
   flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    width: 100%;
    max-width: 100%;
}
a.nav_link p {
    color: #dacd65;
    margin: 6px 0 0px 0;
    text-align: center;
    font-weight: 400;
}
.logo_company {
       width: 280px;
    height: auto;
    max-width: 100%;
}
img.icon_icon {
    width: 30px;
    height: auto;
    display: block;
    margin: 0 auto;
}
img.icon_icon_hide {
    width: 30px;
    height: auto;
    display: none;
    margin: 0 auto;
}
ul.nav.nav_bar.navigation li:hover p{
 color: #ffffff;
}
ul.nav.nav_bar.navigation li:hover img.icon_icon_hide{
display: block;
}
a.nav_link.active img.icon_icon_hide{
display: block;
}
a.nav_link.active img.icon_icon{
display: none;
}
a.nav_link.active p{
color: #fff;
}

ul.nav.nav_bar.navigation li:hover img.icon_icon{
display: none;
}
ul.nav.nav_bar.navigation li {
    width: 72px;
    height: auto;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}
.accordion .accordion-header {
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    overflow: hidden;
}
.accordion-item {
    margin: 5px 0;
}
.accordion-body .form-check-label {
    color: #383838;
    font-size: 15px;
}
    button.modify_btn {
    display: block;
    width: 100%;
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    margin: 10px 0;
    font-size: 18px;
    color: #110942;
    outline: none;
    text-align: left;
    font-weight: 500;
    cursor: pointer;
}
.header_nav_wbg ul.nav.nav_bar.navigation li p {
    font-size: 13px;
    line-height: 1;
    margin: 6px 0 2px 0;
    padding: 0;
    color: #dacd65;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
.header_nav ul.nav.nav_bar.navigation li p {
    font-size: 13px;
    line-height: 1;
    margin: 6px 0 2px 0;
    padding: 0;
    color: #dacd65;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
h4.modal-title {
    font-size: 25px;
    color: #110942;
    border-left: 4px solid #110942;
    padding: 2px 10px;
}
/* header ::view-transition-new */
.main{
    padding: 0 30px;
}
h3.destnation {
    font-size: 18px;
    font-weight: 500;
    color: #110a42;
    padding: 0;
    margin: 0;
}
.row.ruslt_sort {
    background: #fff;
    padding: 9px 0;
    margin: 0;
    border-radius: 4px;
    line-height: 1;
}
.share_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.insentiv_lst {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}
p.mode_trvel {
    display: block;
    margin: 0 0 4px 0;
    padding: 0;
}
p.mode_trvel span{
  font-size: 10px;
    background: #dacd65;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    color: #110942;
}
ul.insentiv_lst li {
    display: block;
    margin: 10px;
}
ul.insentiv_lst li label {
    display: flex;
    padding: 0;
    font-size: 13px;
    vertical-align: baseline;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
ul.social_lst {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}
li.share_by {
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 4px;
    margin: 4px;
    cursor: pointer;
}
ul.social_lst li img {
    width: 14px;
    margin: 2px 5px;
}
ul.social_lst li a {
    display: block;
    padding: 6px;
    margin: 3px;
    font-size: 13px;
    font-weight: 500;
    color: #757575;
    cursor: pointer;
}
span.sulpr {
    display: block;
    padding: 0 5px;
}

.result_repeat {
  background: #ffffff;
    padding: 15px 8px 10px 8px;
    border-radius: 10px;
    box-shadow: 0 0 4px #dacd65;
    margin: 1px 0;
}

.price_view {
    display: block;
    width: 100%;
    text-align: center;
}

ul.list_service li.non-refundable {
    font-size: 12px;
    padding: 0 10px;
    border-left: 1px solid #f1f1f1;
    color: #ff0000;
}
ul.list_service li.non-refundable i {  
    color: #ff0000;
}
li.view_on:hover a.flight_details, li.view_on:hover i{
    color: #110942;
}
ul.list_service li.refundable {
    font-size: 12px;
    padding: 0 10px;
    border-left: 1px solid #f1f1f1;
    color: #11a670;
}
ul.list_service li.refundable i{
     color: #11a670;
}
.flight_charge {
    font-size: 26px;
    font-weight: 600;
    color: #110942;
    margin: 3px 0;
}
.bordr_top i {
    margin: -8px 0 0 0;
    display: block;
    color: #110942;
    font-size: 16px;
}

button.book_now {
    border: none;
    display: block;
    margin: 10px auto;
    padding: 5px 28px;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    border: 1px solid #dacd65;
    color: #dacd65;
    background: #ffffff;
}

a.book_now {
    border: none;
    display: block;
   margin: 4px auto;
    padding: 6px 9px;
    border-radius: 30px;
    font-size: 13px;
    outline: none;
    border: 1px solid #110942;
    color: #110942;
    background: #fff;
    width: 120px;
    max-width: 100%;
    cursor: pointer;
    line-height: 1.4;
}

a.book_now:hover {
    border: none;
    display: block;
   margin: 4px auto;
    padding: 6px 9px;
    border-radius: 30px;
    font-size: 13px;
    outline: none;
    border: 1px solid #110942;
    color: #dacd65;
    background: #110942;
    width: 120px;
    max-width: 100%;
    cursor: pointer;
    line-height: 1.4;
}
.result_repeat.AI-Recomnd {
    background: #110942;
    color: #fff;
}
.AI-Recomnd figure.flight_sect span, .AI-Recomnd .timer h4, .AI-Recomnd .flight_charge, .AI-Recomnd ul.list_service li, .AI-Recomnd .bordr_top i{
    color: #fff;
}
.AI-Recomnd .bordr_top{
    border-top: 1px solid #fff;
}
.AI-Recomnd p.required_visa, .AI-Recomnd p.required_visa span{
    background: none;
    color: #d9cc65;
}
.AI-Recomnd ul.list_service li i{
    color: #fff;
}
.flight_char {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
    margin: 8px 0 0 0;
}
p.color {
    color: #fff;
}
a.try_price {
        display: block;
    margin: 4px auto;
    padding: 6px 9px;
    border-radius: 30px;
    font-size: 13px;
    outline: none;
    background: #d9cc65;
    color: #110942;
    width: 120px;
    max-width: 100%;
    cursor: pointer;
    line-height: 1.4;
    font-weight: 500;
}
div#FlightDetails {
    width: 960px;
     max-width: 100%;
}
div#ViewMoreFare {
    width: 800px;
    max-width: 100%;
}
.offcanvas.offcanvas-end.show {
    width: 800px;
    max-width: 800px;
}
ul.rlst_flight_detls {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 0;
    margin-bottom: 5px;
}
.img_img_flight {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 15px;
}
.d-flex.flgt_dlts {
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.text_img_t p {
    margin: 0;
}
h4.headings {
    font-size: 21px;
    border-left: 3px solid #110942;
    margin: 0;
    padding: 3px 10px;
    margin-top: 20px;
    color: #110942;
}
.flight_char.color {
    color: #110942;
}
.special_view_right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 360px;
}
.special_view_left{
    width: 720px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.d-flex-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
button.btn.btn-primary-search {
    display: block;
    width: 160px;
    height: 50px;
    text-align: center;
    background: #110942;
    color: #dacd65;
    border: 1px solid #110942 !important;
    max-width: 100%;
    margin: 0px 0 5px 10px;
}
button.btn.btn-primary-search:hover{
    background: #110942;
    border: 1px solid #110942 !important;
   
}

button.btn.btn-primary-add {
    display: block;
    width: 105px;
    height: 48px;
    border: 1px solid #dacd65 !important;
    background: #11094200;
    color: #dacd65;
    margin: 0 0 5px 10px;
}
button.btn.btn-primary-add:hover{
  border: 1px solid #110942 !important;
    background: #110942;
}
a.deleteFlight.minus-signs {
    font-size: 30px;
    color: #dacd65;
    display: block;
    width: 50px;
    border: 1px solid #dacd65;
    border-radius: 4px;
    text-align: center;
    padding: 0px 0 5px 0;
    line-height: 1.4;
    height: 48px;
    cursor: pointer;
}
p.plane_name {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
img.flight_name {
    width: auto;
    max-width: 50px;
    height: auto;
    margin-bottom: 3px;
}
p.code_plne {
    font-size: 13px;
    margin: 0;
}
th span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    color: #110942;
}
ul.rlst_flight_detls li {
    padding: 2px 7px;
    border-right: 1px solid #ccc;
    color: #282828;
}
a.Send_Request {
    border: none;
    display: block;
   margin: 4px auto;
    padding: 5px 8px 4px 9px;
    border-radius: 30px;
    font-size: 13px;
    outline: none;
    border: 1px solid #110942;
    color: #110942;
    background: #ffffff;
    width: 120px;
    max-width: 100%;
    cursor: pointer;
    line-height: 1.4;
}
button.book_now_fly {
    border: none;
    display: block;
   margin: 4px auto;
    padding: 5px 8px 4px 9px;
    border-radius: 30px;
    font-size: 13px;
    outline: none;
    border: 1px solid #110942;
    color: #110942;
    background: #ffffff;
    width: 120px;
    max-width: 100%;
    cursor: pointer;
    line-height: 1.4;
}
.border-left-right {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding-left: 25px;
}
p.none-refundable {
    font-size: 12px;
    margin: 2px 0 0 0;
    line-height: 1;
    color: #ff0000;
}
p.refundable {
    font-size: 12px;
    margin: 2px 0 0 0;
    line-height: 1;
    color: #11a670;
}

a.view_more {
    font-size: 12px;
    color: #295eff;
    padding: 0;
    margin: 0;
}
a.view_more:hover{
        color: #110942;
}
button.book_now:hover, a.Send_Request:hover, button.book_now_fly:hover{
 border: 1px solid #110942;
    color: #dacd65;
    background: #110942;
    cursor: pointer;
}
.flight_img {
   width: 40px;
    height: 40px;
    margin: 0 auto;
    padding: 2px;
}

figure.flight_sect span {
    display: block;
    width: 100%;
    height: auto;
    margin: 2px;
    font-size: 13px;
    line-height: 1.1;
    color: #110942;
}
.timer {
    display: block;
    width: 100%;
}
p.stops {
    color: #eb2121;
        font-size: 12px !important;
}
.timer h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.timer p {
    font-size: 15px;
    margin: 2px;
}

.deruation {
    display: block;
    width: 100%;
    text-align: center;
}

.deruation p {
    font-size: 14px;
    margin: 0;
}
.bordr_top {
    display: block;
    border-top: 1px solid #110942;
    margin: 5px auto;
    width: 150px;
    max-width: 100%;
}
.flight_img img {
    width: 100%;
    height: 100%;
}
.offcanvas-header {
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

h1.offcanvas-title {
    font-size: 22px;
    font-weight: 500;
     color: #110942;
    border-left: 4px solid #110942;
    padding: 2px 10px;
}
.from_to {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 3px;
    min-width: 30px;
    margin-right: 10px;
}

.from_to img {
    width: 100%;
    height: auto;
}

.vie_fare {
    border: 1px solid #ccc;
    padding: 5px 5px;
    border-radius: 10px;
    display: flex;
}

.flight_time {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flight_time span {
    display: block;
        margin: auto;
    border-right: 1px solid #ccc;
    padding: 0 9px;
    font-size: 13px;
    line-height: 1.5;
}
.flight_time span:last-child{
    border-right: none;
}

.Select_new_fare {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px;
    width: 350px;
    max-width: 100%;
}

.Select_new_fare h5 {
   font-size: 20px;
    font-weight: 600;
    color: #dacd65;
    text-transform: uppercase;
}

.Select_new_fare h3 {
    font-size: 22px;
    color: #110942;
}

p.BOOKNOW {
    font-size: 14px;
    line-height: 1.4;
    color: #fd0d64;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}

.baggage h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0 5px 0;
}
.riepet {
    display: block;
    width: 100%;
    height: 180px;
    max-height: 180px;
    overflow: auto;
}
.baggage ul li {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
    /* color: #ccc; */
}

p.non-refund {
    font-size: 12px;
    padding: 4px;
    border: 1px solid #ff0000;
    display: block;
    padding: 8px 10px;
    border-radius: 18px;
    color: #ff0000;
    width: 130px;
    text-align: center;
    margin: 10px 0 0 0;
}

p.refund {
    font-size: 12px;
    padding: 4px;
    border: 1px solid #110942;
    display: block;
    padding: 8px 10px;
    border-radius: 18px;
    color: #110942;
    width: 100px;
    text-align: center;
    margin: 10px 0 0 0;
}

.btn-primary-Select {
    font-size: 12px;
    padding: 4px;
    display: block;
    padding: 4px 10px;
    border-radius: 18px;
    color: #dacd65;
    border: 1px solid #110942;
    background: #110942;
    width: 100px;
    text-align: center;
    margin: 10px 0 0 0;
}
.btn-primary-Select:hover{
 color: #110942;
    border: 1px solid #dacd65;
    background: #dacd65;
}
.d-flex-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.total_amount {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 45px;
    background: #ffffff;
    bottom: 0;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.total_amount h1 {
    font-size: 33px;
    margin: 0;
    line-height: 1;
    padding: 12px 0 0 0;
    color: #dacd65;
}


p.Grand {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #110942;
    font-weight: 500;
}
section.modify_search {
    background: #110942;
    padding: 10px;
}

section.Booking_flight {
    padding: 20px;
}

.totals {
    font-size: 16px;
    font-weight: 500;
}

.tolt_price {
    font-size: 20px;
    font-weight: 600;
    color: #110942;
}
.d-flexes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 0px;
    background: #fbfaef;
    border-radius: 0 0 4px 4px;
}
button.accordion-button {
    padding: 8px;
    font-size: 15px;
}
.box_shadow h6 {
    font-size: 20px;
    padding: 4px 5px;
    border-left: 3px solid #110942;
    color: #110942;
}
label.form-check-label.Active {
    color: #000000;
}
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    padding: 4px 0;
}
.accordion-body {
    padding: 10px;
}
.flex span:last-child {
    color: #110a42;
}
.flex i {
    font-size: 15px;
}
section.wrapers.results {
    padding: 25px 15px;
}

.modal-body .form-check-label {
    color: #110942;
    font-size: 15px;
}
.modal-body a.nav-link {
    border: 1px solid #dacd65;
    color: #dacd65;
}

.profilr_pics {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 13px #fff;
    cursor: pointer;
}
.menu-item.py-2 {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    color: #dacd65;
}
.menu-links i {
    color: #dacd65;
}
.menu-links {
    text-align: center;
    cursor: pointer;
}
.menu-links:hover i, .menu-links:hover span.menu-tit{
    color: #fff;
}
a.hrd_dash {
    display: block;
    width: 100%;
    text-align: center;
    cursor:pointer;
}

a.hrd_dash i {
    display: block;
    color: #dacd65;
}

span.menu-title {
    display: block;
    width: 100%;
    font-size: 15px;
    margin: 2px 0;
    text-align: center;
    color: #dacd65;
    font-weight: 400;
}
.menu-item:hover a.hrd_dash i, .menu-item:hover span.menu-title{
    color: #fff;

}
.menu-link {
    display: block;
    display: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-link i {
    color: #dacd65;
}
span.menu-tit {
    display: block;
    width: 100%;
    font-size: 15px;
    margin: 2px 0;
    text-align: center;
    color: #dacd65;
    font-weight: 400;
}
ul.list_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list_menu li a {
    display: block;
    padding: 10px;
    background: #fefefe;
    margin-bottom: 6px;
    box-shadow: 0 0 4px #ccc;
    color: #110942;
    font-size: 16px;
    margin: 7px;
}
ul.list_menu li a:hover{
     background: #110942;
    margin-bottom: 6px;
    box-shadow: 0 0 4px #ccc;
    color: #dacd65 ;
}
.profle_l {
    min-width: 220px;
}
img.logo_c {
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    
}
.profilr_pics img {
    width: 100%;
    height: 100%;
}

.profle_list {
    width: 280px;
    height: auto;
    background: #fff;
    max-width: 100%;
}
.profle_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img.h-45px.logo {
    width: 100%;
    height: auto;
}
.profle_list ul li a {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 16px;
    padding: 10px;
    /* border: 1px solid #ccc; */
    margin-bottom: 6px;
    color: #000;
    box-shadow: 0 0 4px #ccc;
    cursor: pointer;
}

.profle_list {
    padding: 15px;
    border-radius: 4px;
}
.profle_list {
    position: absolute;
    right: 0px;
    z-index: 99;
    background: #110942;
    padding: 30px 15px;
    display: none;
}
.Myprofile:hover .profle_list {
display: block;
}
section.wraper{
    padding: 25px 15px;
   }
   

button.modify_btn_srch {
    border: none;
    background: none;
    outline: none;
    color: #295eff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 6px 0 0px 0;
}
.item_list {
    background: #fff;
    padding: 8px 0;
    box-shadow: 0 0 4px #ccc;
    border-radius: 4px;
    margin: 0px 5px;
}

.swiper-wrapper {
    background: #fff;
    padding: 10px;
    text-align: center;
}

p.day_date {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    color: #808080;
}

p.price_relt {
    font-size: 14px;
    padding: 0px;
    margin: 0;
    font-weight: 400;
    color: #11a670;
}
figure.flight_sect span.onTime {
    border: 1px solid #11a670;
    padding: 4px;
    font-size: 12px;
    margin: 5px 0 0 0;
    text-align: center;
    border-radius: 30px;
    margin: 4px 0 0 0;
    color: #11a670;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 16px !important;
    color: #110942;
    font-weight: 700;
    margin-right: -20px;
}
ul.list_service {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.list_service li i {
    margin-right: 5px;
     color: #110942;
}
ul.list_service li {
    display: block;
    margin: 2px 6px;
    font-size: 13px;
    color: #110942;
    text-transform: uppercase;
}
p.required_visa {
    display: block;
    width: 100%;
    background: #fbfaefba;
    padding: 4px 15px;
    border-radius: 4px;
    margin: 4px 0;
    font-size: 13px;
    color: #110942;
}

.equipmentType {
    display: block;
    margin-right: 12px;
}
.card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.nry{
    float: right;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.equipmentType span {
    color: #295eff;
}
ul.list_service li.none-refundable {
    font-size: 12px;
    margin-left: 4%;
    border-left: 1px solid #ccc;
    padding: 0 0 0 20px;
    color: #bd1111;
}
ul.list_service li.refundable {
    font-size: 12px;
    border-left: 1px solid #f1f1f1;
    padding: 0 0 0 10px;
    color: #11a670;
}
a.flight_details {
    display: block;
    color: #295eff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
a.flight_details:hover{
    color: #110942;
}
ul.list_service li.view_on {
    padding: 0 10px;
    border-left: 1px solid #f1f1f1;
}
img.seats {
    width: 15px;
    margin-right: 4px;
    float: left;
}
p.required_visa span {
    color: #000;
    font-weight: 500;
}
.d-flex-v {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.d-flex-v-f {
    width: 150px;
    text-align: left;
}

.d-flex-v-m {
    width: 65px;
    text-align: left;
}
.d-flex-v-f h6 {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}
i.fa.fa-plane.flights {
   font-size: 18px;
    color: #981342;
    transform: rotate(90deg);
    margin-left: -5px;
}
span.zero {
    display: block;
    width: 10px;
    height: 10px;
    background: #981342;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 10px;
}

.d-flex-v-l p {
    font-size: 13px;
    margin: 0;
}
.img_flt {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}

.d-flex-v-l h4 {
    font-size: 20px;
    margin: 0;
}



.fhty_rg:before {
    border-left: 1px solid #110942;
    content: "";
    display: block;
    height: 70px;
    left: 34px;
    top: 30px;
    width: 1px;
    z-index: 0;
    margin: -25px 1px 0px 5px;
}
.d-flex-v-f.m-autto, .d-flex-v-l.m-autto {
    margin: auto 0;
}
.fhty_rg:after {
    border-left: 1px solid #110942;
    content: "";
    display: block;
    height: 65px;
    left: 32px;
    top: 140px;
    width: 1px;
    z-index: 0;
    margin: -5px 0 -17px 5px;
}
label.form-check-label.clr {
    color: #282828;
}
a.btn.btn-primary.mt-3 {
    display: inline;
}
a.resend {
    font-size: 17px;
    font-weight: 400;
    color: #110960;
}
.auth-bg .form-control, .auth-bg .form-select.form-select-solid{
    border: 1px solid #110942;
}
.auth-bg .form-control:focus{
    border: 1px solid #dacd65;
     background: #fff;
}
.fastest {
   background: #fff;
    padding: 7px;
    box-shadow: 0 0 4px #ebe9e1;
    margin: 10px 6px 7px 0;
    border-radius: 4px;
    width: 164px;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.fastest img {
    width: 25px;
    height: auto;
    float: left;
    margin-right: 5px;
}

.fastest h4 {
    font-size: 14px;
    font-weight: 500;
    color: #110942;
    line-height: 1;
    margin: 5px 0 0 0;
}
.fastest:hover, .fastest.active{
    border: 1px solid #11a670;
}
.fastest p {
    font-size: 12px;
    margin: 0;
    color: #110942;
}

.d-flex-reco {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
img.logo_cl {
    display: block;
   width: 16px;
    margin: 15px 10px;
}
.modal-body-update {
    padding: 40px 0;
}
.modal-body-update .form-check-label {
    color: #110942;
    font-size: 15px;
}
span.Payment {
    font-size: 15px;
    text-transform: uppercase;
    background: #ffffff;
    padding: 10px 25px;
    margin: 10px 10px 15px 0;
    border: 1px solid #110942;
    border-radius: 4px;
    color: #110942;
}
button.btn-btn-border:hover, a.btn-btn-border:hover{
    background: #110942;
    border: 1px solid #110942;
    cursor: pointer;
    color: #dacd65;
}
.button-list {
    padding: 20px 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
button.btn-btn-border, a.btn-btn-border {
    font-size: 16px;
    border: 1px solid #110942;
    padding: 10px 30px;
    border-radius: 6px;
    color: #110942;
    background: #fff;
    margin-right: 10px;
    display: inline;
    width: auto;
}
span.active.Payment {
    background: #110942;
    border: 1px solid #110942;
    cursor: pointer;
     color: #dacd65;
}
h4.sub_heading {
    font-size: 23px;
    font-weight: 600;
    color: #110942;
    margin: 20px 0 15px 0;
    border-left: 3px solid #110942;
    padding: 5px 10px;
    text-transform: capitalize;
}
h4.sub_headings {
    font-size: 23px;
    font-weight: 600;
    color: #110942;
    margin: 0px 0 30px 0;
    padding: 0px;
    text-transform: capitalize;
}

p.departure {
   display: inline-block;
    background: #fbfaef;
    padding: 6px 13px;
    border-radius: 14px;
    color: #110942;
    font-size: 13px;
    width: 111px;
    text-align: center;
    margin: 20px 0;
}
.Traveller h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 10px 0;
    color: #dacd65;
}

p.note {
    font-size: 14px;
    margin-bottom: 25px;
}

p.note span {
    color: #981342;
}

.Traveller label.form-check-label {
    color: #000;
}

.name_code {
    text-align: center;
    padding: 5px 0 0;
}

.name_code span {
    font-size: 12px;
    display: block;
    margin: 0;
    line-height: 1.4;
}

.timer p {
    font-size: 18px;
}

.baggage h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}



.baggage p {
    font-size: 14px;
    margin: 2px 0 0 0;
}

.baggage p strong {
    font-weight: 500;
    margin-left: 5px;
    color: #110942;
}
p.dat_Adres {
    font-size: 13px;
    margin: 0;
}
.to_to_from_plc {
     position: sticky;
    top: 80px;
    z-index: 99;
    box-shadow: 0 0 10px #b7b7b9;
}


.d_flex_dxb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 6px 14px 6px 0;
}
.price_int {
    display: block;
    width: 100%;
    text-align: center;
}

.cos_int_flight {
    font-size: 30px;
    font-weight: 600;
}

.timer h4 {
    font-size: 20px;
    margin: 10px 0 6px 0;
}
.text-end.chck {
    margin-bottom: -25px;
    position: relative;
}
.list_trip .timer h4 {
    font-size: 18px;
    margin: 10px 0 6px 0;
}
.row.repet {
    border-top: 1px solid #f1f1f1;
    padding: 10px 0;
}
.timer h4 span {
    color: #ccc;
    font-weight: 300;
}
h4.Adult {
    font-size: 17px;
    margin: 12px;
    color: #110942;
    text-transform: uppercase;
}
h5.showHide {
    font-size: 15px;
    font-weight: 400;
    color: #110942;
    margin: 8px;
}
.row.Child, .row.Adult, .row.Infant {
    background: #fff;
    padding: 20px 0;
}
p.note-block.box-condensed {
    background: #ffffff !important;
    padding: 12px;
    border: none;
    color: #ff0000;
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
    margin: 20px 0;
}
.paymnt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.paymnt_lft {
    background: #fff;
    box-shadow: 0 0 4px #dddcce;
    padding: 20px;
    width: 200px;
    border-radius: 10px;
}

.paymnt_lft a.nav-link {
    display: block;
    width: 100%;
    border: none;
    color: #110942;
    padding: 10px;
    background: #ffffff;
    display: block;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #110942;
}
.paymnt_lft a.nav-link.active {
    background: #110942;
    border: 1px solid #110942;
    cursor: pointer;
    color: #dacd65;
}
ul.nav.nav-tabs.paynt {
    display: block;
    width: 100%;
}
.balnce {
    padding: 16px;
    font-size: 20px;
    border-radius: 8px;
    width: auto;
    min-width: 200px;
    margin: 20px 0;
    box-shadow: 0 0 10px #ccc;
    color: #110942;
    background: #fff;
}
img.th_img {
    width: 270px;
    height: auto;
    margin: 50px auto;
    display: block;
}
h4.main-message {
    font-size: 16px;
    font-weight: 400;
}
.Search_form {
    width: 1080px;
    height: auto;
    max-width: 100%;
}
.bg_login{
    background-image: url('/assets/images/auth-bg.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: hidden;
}
a.Map_details {
    font-size: 14px;
    padding: 5px 0 5px 0;
    color: #295eff;
}

.view_on {
    float: left;
}
.right_form {
    display: block;
    width: 70%;
    margin: 10% auto;
}
.login_content h1 {
    color: #fff;
    margin: 30px 0 12px 0;
    line-height: 1.4;
    font-size: 30px;
}
.image_lg_bg img {
    width: 400px;
    height: auto;
        position: absolute;
    left: 0;
    bottom: 0;
    opacity: .2;
}
.login_content p {
    font-size: 20px;
    margin: 10px 0;
    color: #fff;
}
.welcom_usr {
    background-image: url(/assets/images/auth-bg.png);
    width: 100%;
    background-position: center;
    background-size: contain;
    height: 100vh;
    padding: 10%;
    text-align: center;
}
.header_nav_wbg ul.nav.nav_bar.navigation li:hover p {
    color: #110942;
}
.header_nav ul.nav.nav_bar.navigation li:hover p {
    color: #fff;
}
img{
    max-width: 100%;
}
.d-flex-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
}


a.view_details {
       display: inline-block;
    padding: 8px 15px;
    border: 1px solid #110942;
    border-radius: 4px;
    margin: 20px 0;
    background: #fff;
    color: #110942;
    outline: none;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
}
a.view_details:hover{
    border: 1px solid #110942;
    color: #dacd65;
    background: #110942;
}
.main_info {
    border: 1px solid #dacd65;
    padding: 20px;
    background: #fbfaef;
    margin: 20px 0;
    border-radius: 10px;
}
.box-repeater {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 4px #ccc;
}

.box-repeater h5 {
    font-size: 20px;
    font-weight: 500;
    color: #110942;
    border-bottom: 1px solid #dacd65;
    padding: 8px;
    margin-bottom: 10px;
}
span.lbs_name {
    display: block;
    margin: 0 2px 0 0;
    min-width: 140px;
    width: 140px;
    background: #f3f3f3;
    padding: 8px;
    font-size: 14px;
    text-align: right;
    color: #424143;
}
a{
    outline: none;
}
span.lbs_name_display {
     display: block;
    font-size: 14px;
    margin: 0px;
    width: calc(100% - 145px);
    color: #000;
    font-weight: 500;
    padding: 8px;
    background: #f5f5f5;
    word-wrap: break-word;
}
.important_info h4 {
    font-size: 16px;
    background: #eee;
    padding: 10px 15px;
    border-left: 4px solid #110942;
    margin-top: 30px;
    margin-bottom: 2px;
    text-transform: uppercase;
}
h6.ruler {
    font-size: 20px;
    font-weight: 600;
    color: #110942;
    margin: 15px 0 0px 0;
    border-left: 3px solid #110942;
    padding: 4px 10px;
    text-transform: capitalize;
}
ul.option_s {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
    margin: 0;
    padding: 0;
}
.dropdown {
  position: relative;
  display: inline-block;
  float: right;
  
}
p.error_mes {
   position: absolute;
    color: #ff0000 !important;
    font-size: 12px !important;
    bottom: -21px;
}
td.dropdown-caps {
    font-size: 16px;
    font-weight: 500;
    color: #dacd65;
}
.dropdown-content {
  position: absolute;
  background: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 100;
  border-radius: 4px;
  right: 0;
}
.date_reschedule h4 {
    display: block;
    font-size: 17px;
    background: #0062e7;
    padding: 9px 14px;
    color: #fff;
    font-weight: 600;
}
.date_reschedule label {
    font-size: 15px;
    color: #000;
    margin: 4px;
    display: block;
    width: 100%;
}
.datepicker-wrap {
    position: relative;
}
.date_reschedule input:not([type=range]), .date_reschedule select, .date_reschedule textarea {
    border: 0;
    outline: none;
    width: 100%;
    Border: 1px solid #ddd;
}
textarea.form-controls{
    font-size: 15px;
    width: 100%;
    padding: 10px 5px 10px 16px;
    border-radius: 5px;
    margin: 0 0 15px 0;
    outline: none;
    height: auto;
    color: #000;
    font-weight: 400;
    border: 1px solid #dacd65;
}
.form-check.mt-2 .form-check-label {
    color: #110942;
    font-size: 15px;
}
.table-respons {
    background: #fbfaef;
    padding: 20px;
}
.dropdown-content a {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
}

.dropdown-content a:hover {
  background: #eee;
}

.dropdown-content img {
  width: 18px;
  height: 18px;
}
    ul.option_s li img {
        width: 28px;
        height: auto;
    }

    ul.option_s li {
        display: block;
        margin: 0 3px;
        padding: 0 10px;
        border-right: 1px solid #f5f5f5;
    
    }

        ul.option_s li a {
            display: block;
            cursor: pointer;
        }
.auth-bg{
    background-image: url(/assets/images/bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}
img.icon_icon_ds {
    width: 30px;
    height: auto;
    display: none;
        margin: 0 auto;
}

img.icon_icon_hide_ds {
    width: 30px;
    height: auto;
        margin: 0 auto;
}
.box_shadow_wbg {
    background: none;
    margin: 5px 0;
}

.share_list {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.menu-item.itm {
    width: 80px;
    margin: 7px 2px;
    text-align: center;
    display: block;
    cursor: pointer;
}
.menu-item:hover img.icon_icon_hide_ds{
display: none;
}

.menu-item:hover img.icon_icon_ds{
display: block;
}

.menu-item:hover p{
 color: #fff;
}

.menu-item p {
    color: #dacd65;
    margin: 2px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    margin: 5px 0 0px 0;
}


a.btn.btn-detls {
    font-size: 14px;
    padding: 3px 10px;
    color: #008dd2;
    font-weight: 500;
    outline: none;
    background: none;
    padding: 0px !important;
}
a.btn.btn-detls:hover {
    color: #000;
}
ul.option_s li img {
    width: 20px;
    height: auto;
}

.react-datepicker-popper {
  z-index: 9999 !important;
}
.react-datepicker-wrapper {
    display: block !important;
}

select.form-select.btn_selct {
    width: 100px;
    font-size: 19px;
    padding: 5px 10px;
    border: 1px solid #110942;
    color: #110942;
    outline: none;
    height: 35px;
}

.passengers-ty {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* margin-bottom: 10px; */
    margin-top: 10px;
}

.passengers-types {
    padding: 18px;
}
 .btn-check:checked + .btn.btn-secondary, .btn-check:active + .btn.btn-secondary, .btn.btn-secondary:focus:not(.btn-active), .btn.btn-secondary:hover:not(.btn-active), .btn.btn-secondary:active:not(.btn-active), .btn.btn-secondary.active, .btn.btn-secondary.show, .show > .btn.btn-secondary{
    background-color:#fff !important;
    background:#fff !important;
 }

a:-webkit-any-link:focus-visible {
    outline-offset: none !important;
}
.modify_btn_srch {
    padding: 10px;
    box-shadow: 0 0 4px #efefef;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #110942;
    margin-bottom: 5px;
    cursor: pointer;
}


.RoundTrip_reslt {
    background: #ffffff;
    padding: 12px;
    margin: 7px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0 0 4px #d3d3d3;
    width: 100%;
    position: sticky;
    top: 50px;
}

.Ones_way {
    width: 50%;
    height: auto;
}

.from_top {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 4px 0;
}

.Ones_way ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 2px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.Ones_way ul li {
    padding: 2px;
    color: #110942;
}

.Round_way {
    width: 50%;
    text-align: left;
    border-left: 1px solid #f1f1f1;
    padding: 0 10px;
}


.Round_way ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 2px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.Round_way ul li {
    padding: 2px;
    color: #110942;
}
span.daet_e {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0 6px;
    font-weight: 400;
    color: #000;
}

button.modify_btn_sr {
    font-size: 16px;
    border: none;
    background: none;
    padding: 4px 10px;
    display: inline-block;
    outline: none;
    color: #110942;
    cursor: pointer;
}
input.form_control_date {
    font-size: 15px;
    width: 100%;
    padding: 10px 5px 10px 10px;
    border-radius: 0px;
    margin: 0 0 15px 0;
    outline: none;
    height: 46px;
    color: #000;
    background: #fff;
     font-weight: 400;
    outline: none;
    border: none;
}

.one_Way {
    width: 50%;
}

.Round_Way {
    width: 50%;
}

.Right_taber {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 360px;
}

input.form_control_date_return {
    font-size: 15px;
    width: 100%;
    padding: 10px 5px 10px 10px;
    border-radius: 0px;
    margin: 0 0 15px 0;
    background: #f1f1f1;
    outline: none;
    height: 46px;
    color: #000;
    font-weight: 400;
    outline: none;
    border: none;
}
.pax_selct {
    width: 174px;
    margin-left: 6px;
    font-size: 15px;
    padding: 10px 5px 10px 16px;
    border-radius: 5px;
   outline: none;
    height: 50px;
    color: #000;
    font-weight: 400;
    border: 1px solid #dacd65;
    background: #fff;
    cursor: pointer;
}
.pax_class_selct {
    width: 174px;
    margin-left: 6px;
}
.Add_pax {
    font-size: 15px;
    font-weight: 500;
    padding: 3px 0;
    color: #282828;
}
i.fa-solid.fa-caret-down {
    float: right;
    margin: 5px;
}
.passengers-calculate {
    width: 352px;
    background: #fff;
    padding: 30px;
    left: -15px;
    position: absolute;
    top: 8px;
    margin: 0px;
    box-shadow: 0 0 1px #ccc;
    border-radius: 4px;
}

.passengers-calculate_main {
    position: relative;
}

.passengers-calculate {
    display: none;
}

.done_select {
    display: inline-block;
    font-size: 12px;
    background: #110942;
    padding: 5px 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #dacd65;
    cursor: pointer;
}
.click_remove_right {
    width: 360px;
    text-align: right;
    display: contents;
}

.Multicity_trip, .trip_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.row.multi_city {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0px;
}
.row.multi_city .border-left-right {
    border: none;
}
.d_flex {
    background: #fff;
    padding: 6px 10px;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
    border-bottom: 1px solid #dacd65;
}

span.plac_nam {
    font-size: 16px;
    font-weight: 600;
}

span.plac_nam_date {
    font-size: 14px;
    color: #000;
}

.list_line {
    background: #fff;
    padding: 5px 10px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 10px;
}
.prodct_lst_round_main{
     background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.prodct_lst_round {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.list_line ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.item_bx {
    width: 20%;
    height: auto;
}
.item_bx .timer h4 {
    font-size: 18px;
    margin: 4px 0 4px 0;
}
.item_bx .timer p {
    font-size: 14px;
}

.list_line ul li {
    font-size: 14px;
    font-weight: 500;
}
.flight_img_round {
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.flight_img_round img {
    width: 100%;
    height: 100%;
}

.flight_se {
    padding: 4px 0;
}

.flight_se span {
    font-size: 11px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.flight_charge {
    font-size: 18px;
    font-weight: 600;
    color: #110942;
}
.click_detls_itrm {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0 0 0;
    border-top: 1px solid #f1f1f1;
    margin-top: 5px;
    color: #295eff;
    cursor: pointer;
}
.from_to_plc {
    position: sticky;
    top: 80px;
    z-index: 99;
    box-shadow: 0 0 10px #b7b7b9;
}
.nwrt_price {
    position: relative;
    text-align: center;
}
.Int_round {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;
}

.imDig {
    background: #f1f1f1;
    padding: 10px;
    text-align: left;
    margin-top: 10px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.flt_name {
    padding: 0 10px;
}

.flt_name h2 {
    font-size: 19px;
}

.flt_name h2 span {
    font-size: 13px;
    font-weight: 500;
}
.flight_im {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.flight_im img {
    width: 100%;
    height: 100%;
}
.list_trip {
    border: 1px solid #f1f1f1;
    padding: 10px;
}
.repet_crm{
    background:none;
    padding: 0px;
    margin-top: 8px;
        border-radius: 6px;
}
p.hrd_int {
    font-size: 13px;
    line-height: 1.4;
}

p.hrd_int_dt {
    font-size: 11px;
    color: #737373;
}

p.hrd_int_dt_lc {
    font-size: 10px;
    color: #295eff;
}

p.lft {
    font-size: 12px;
    color: #ff0000;
}

span.no_stop {
    font-size: 10px;
    color: #ff0000;
}
p.departr {
    display: block;
    position: relative;
    margin: -35px 0 9px 0;
    font-size: 11px;
    color: #110942;
    text-align: right;
}

p.departr span {
    background: #981342;
    padding: 3px 10px;
    border-radius: 18px;
    color: #fff;
}

.input_fm_sr ul {
  position: absolute;
  background: #fff;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  list-style: none;
  padding: 0;
     top: 50px;
}

.input_fm_sr ul li {
  padding: 8px 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.input_fm_sr ul li:hover {
  background: #f5f5f5;
}

a.Manage {
    font-size: 20px;
    font-weight: 500;
}

option {
    font-size: 17px;
     text-transform: capitalize;
}
select.selct_control, select.select_date, select {
     text-transform: capitalize;
}
.loader {
  width: 80px;
  aspect-ratio: 1;
  display: inline-grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #110942 #0000;
  animation: l16 1s infinite linear;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader::before {
  border-color: #f03355 #0000;
  animation: inherit; 
  animation-duration: .5s;
  animation-direction: reverse;
}
.loader::after {
  margin: 8px;
}
@keyframes l16 { 
  100%{transform: rotate(1turn)}
}
p.list {
    font-size: 14px;
    margin: 0px 0 5px 0;
    color: #ff0000;
    font-weight: 400;
}

button.view_more {
   font-size: 12px;
    color: #295eff;
    padding: 0;
    margin: 0;
 outline:none;
 background:none;
 border:none;
}
.total_amount.Dom {
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
}

.mb-300 {
    margin-bottom: 100px;
}
.selected-flight .prodct_lst_round_main {
    background: #110942;
}
button.btn.btn-secondary.dropdown-toggle.mdfy {
    border: 1px solid #dacd65 !important;
    background: #ffffff;
    width: 100%;
}

.airline-group.irnd {
    border: 1px solid #ccc;
    padding: 0px;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

h4.airline-header.irnd {
    font-size: 18px;
    background: #110942;
    padding: 6px 10px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0px;
    font-weight: 500;
}

.repet_inrd {
    padding: 4px 10px;
     border-top: 1px solid #f1f1f1;
}

.repet_inrd:last-child {
    border-bottom: none !important;
}
input.form-check-input.rnd {
    float: right;
    position: absolute;
    top: 0;
    right: 4px;
}
.col-md-6.cmnflxlt {
    margin-bottom: 80px;
}

.col-md-4.col-lg-4.offset-1 {
    position: relative;
}

p.text-center.load {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #00000075;
    height: 100vh;
    padding: 20%;
}
a.redirect {
    background: #110942;
    padding: 10px;
    width: 200px;
    text-align: center;
    margin: 10px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    display: inline-block;
}
.d-flix {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.N_left {
    font-size: 15px;
    font-weight: 600;
    width: 150px;
    max-width: 150px;
    padding: 2px;
}
.N_Right {
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
    width: calc(100% - 150px);
    padding: 2px;
}
.labl {
    background: #f3f3f3;
    padding: 10px;
    font-size: 15px;
    width: 180px;
    text-align: right;
    color: #424143;
    margin-right: 5px;
}
.labl_detls {
    font-size: 15px;
    padding: 10px;
    color: #000;
    font-weight: 500;
    word-break: break-word;
}
.complny_log {
    width: 200px;
    height: 200px;
    background: #fff;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 0 10px #b1a2a2;
    border-radius: 10px;
}
.complny_log img{
    width: 100%;
    height: 100%;
}
p.Users {
    font-size: 17px;
    font-weight: 400;
    color: #110942;
}
.complny_log_tp {
    margin-bottom: 20px;
}
button, input[type="button"].button, a.button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 6px 15px;
    white-space: nowrap;
}
.complny_log_tp a.btn.btn-primary.mb-3{
display: inline-block;
margin: 3px;
width: auto;
}
h3.headings {
    font-size: 23px;
    border-left: 4px solid #110942;
    padding: 5px 10px;
    color: #110942;
    margin-bottom: 30px;
    font-weight: 600;
}
.from_top {
    border-right: 2px solid #fff;
}


.d-flexs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2px;
}

.lablx {
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
    background: #f5f5f5;
    padding: 10px;
    width: 150px;
    color: #110942;
    text-align: right;
}

.labl_detls {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 10px;
     background: #f5f5f5;
    width: calc(100% - 152px);
    margin-left: 2px;
}
.ro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
p.preferences {
    font-size: 20px;
    color: #110942;
    display: block;
    margin: 30px 0 30px 0;
    font-weight: 500;
}
.depatre i {
    margin-left: 5px;
}
i.fa-regular.fa-circle-xmark {color: #a50909;}
p.deprure {
    font-size: 12px;
    background: #110942;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 25px;
    color: #ffffff;
    border: 1px solid #110942;
}
h4.sub_heading sub {
    font-size: 12px;
    color: #dacd65;
    bottom: 0;
}
.box_shadow.sticky {
    position: sticky;
    top: 90px;
}
span.selSeat {
    font-size: 16px;
    margin-left: 30px;
}
span.loctn {
    font-size: 18px;
    font-weight: 600;
    padding: 4px 22px;
    color: #110942;
    border: 1px solid #110942;
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
}

p.del_ui {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 20px;
}
span.loctn:hover{
     color: #dacd65;
    border: 1px solid #110942;
    background: #110942;
}

/* flight seat */
.plane {
  margin: 20px auto;
}
span.seat_no {
  display: block;
    position: absolute;
    transform: rotate(268deg);
    left: 9px;
    bottom: 2px;
    font-size: 11px;
    color: #110942;
}

.d-flex.justify-content-between.seatSelct{
    background: #fbfaef;
    padding: 5px 10px;
    margin-bottom: 30px;
}
span.set_lst {display: inline-block;margin-top: 10px;}
.seats {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.seat input[type="checkbox"] {
  display: none;
}

.seat label {
  width: 40px;
  height: 40px;
  background: #0000ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  transition: 0.25s;
  color: #FFF;
}
.cabin1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        width: 31%;
}

.seat {
    text-transform: uppercase;
}
.mainCabin_seat {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.seat input[type="checkbox"]:checked + label {
  background: #4caf50;
  color: #fff;
}

.seat input[type="checkbox"]:disabled + label {
  background: #ff7675;
  cursor: not-allowed;
}

.mainCabin {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.leftCabin {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 40%;
}
.rightCabin {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 40%;
}

.rowName h6 {
    border-left: navajowhite;
    padding: 0;
}

.rowName ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rowName ul li {
    margin: 2px;
    text-align: center;
    display: inline-block;
}
.format {
    display: inline-block;
    margin: 10px;
}

.format span {
    font-size: 16px;
    color: #110942;
    font-weight: 400;
}
.d-flexer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fbfaef;
    padding: 10px;
    margin: 0 0 30px 0;
    justify-content: flex-start;
}

.seatSelct {
    display: inline-block;
    padding: 10px;
    margin-right: 30px;
    font-size: 17px;
    color: #110942;
}
.mainCabin .seat {
    cursor: pointer;
    border: solid 1px #88857c;
    width: 39px;
    height: 33px;
    border-radius: 4px;
    padding: 1px;
   margin: 12px auto;
    transform: rotate(90deg);
}
.mainCabin_seat {
    border: 2px solid #ccc;
    padding: 150px 25px 20px 25px;
    border-radius: 250px 250px 0 0;
}
.mainCabin .seat:hover{
     background: #008000;
    color: #fff;
}
.mainCabin .seat:hover span.seat_no, .mainCabin .seat.active span.seat_no{
    color: #fff;
}
.rowName {
    text-align: center;
}
.mainCabin .seat.active {
    background: #008000;
    color: #fff;
}
.mainCabin .seat.disabled {
    background: #ff7675;
}
.mainCabin .seat::before {
    content: "";
    display: block;
    width: 30px;
    height: 26px;
    border: solid 1px #88857c;
    margin: 2px -2px;
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.mainCabin .seat::after {
    position: relative;
    content: attr(data-letter);
    font-family: tahoma;
    top: -25px;
}
.cabin_s {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pax_deal {
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0 0 4px #ccc;
    border-radius: 4px;
}
a.btn.btn-primary.nav-link {
    border-radius: 6px;
    display: inline-block;
    overflow: hidden;
    /* margin-right: 11px; */
}

.depatre li.nav-item {
    margin: 5px;
}
.depatre h6 {
    margin: 30px 0;
}

.depatre ul.nav.nav-tabs {
    border: none;
}
.cabin_lft h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #110942;
    margin-bottom: 20px;
}

.cabin_rgt h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #110942;
    margin-bottom: 20px;
}
.cabin_lft {
    width: 40%;
    text-align: center;
}

.cabin_rgt {
    width: 40%;
    text-align: center;
}
.seatSelct span strong {
    margin-left: 10px;
}
.format span.green {
       width: 20px;
    height: 20px;
    border: 1px solid #008000;
    background: #008000;
    display: inline-block;
    margin: 0px 0 0 10px;
    vertical-align: middle;
}
.format span.gray {
       width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background: #ddd;
    display: inline-block;
    margin: 0px 0 0 10px;
    vertical-align: middle;
}

.format span.red { width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background: #ff7675;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 0 10px;
}
.priceList p {
    font-size: 17px;
    font-weight: 500;
    color: #110942;
}

.pri_repet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

span.colr_box {
    width: 20px;
    height: 20px;
    background: #ccc;
    margin-right: 10px;
}

.flight_orint img {
    width: 56px;
}

.flight_orint {
    border-bottom: 2px solid #ccc;
    padding: 10px;
}

.flight_orint h5 {
    font-size: 18px;
    color: #110942;
    font-weight: 400;
    margin: 12px 0;
}

span.fees {
    width: 20px;
    height: 20px;
    background: #110942;
    margin-right: 10px;
}

span.Available {
    width: 20px;
    height: 20px;
    background: #0000ff;
    margin-right: 10px;
}

span.Occupied {
      width: 20px;
    height: 20px;
    background: #ff7675;
    margin-right: 10px;
}

span.Selected {
      width: 20px;
    height: 20px;
    background: #008000;
    margin-right: 10px;
}
.SeleSeat {
    font-size: 16px;
    margin: 0 0 15px 0;
}
.mainSet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px;
}
.mainSet_selct {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px;
}
.mainSet_selct {
    background: #f5f5f5;
      padding: 4px 8px;
    margin: 0 0 8px 0;
    border: 1px solid #f5f5f5;
    cursor: pointer;
        border-radius: 4px;
}
.mainSet_selct:hover {
    background: #f5f5f5;  
    border: 1px solid #d10d0d;
}
.mainSet_selct.active {
    background: #f5f5f5;  
    border: 1px solid #d10d0d;
}

.set_left {
    font-size: 16px;
    font-weight: 500;
    color: #110942;
}

.set_middle {
    font-size: 16px;
    font-weight: 500;
    color: #008000;
}

.set_right {
    font-size: 16px;
    font-weight: 500;
    color: #d10d0d;
}
.mainSet.totl {
    padding: 7px 10px;
    background: #fbfaef;
    margin: 10px 0;
}

.total_set_fe {
    font-size: 20px;
    font-weight: 600;
    color: #d10d0d;
}
.mainSet.totl {
    padding: 7px 10px;
    background: #fbfaef;
    margin: 10px 0;
}

.total_set_fe {
    font-size: 20px;
    font-weight: 600;
    color: #d10d0d;
}

.set_left.px {
    font-size: 14px;
    font-weight: 400;
    color: #d10d0d;
}

.set_middle.numbr {
    font-size: 15px;
}

.set_right.fe {
    font-size: 15px;
}

ul.autosuggetsList {
    position: absolute;
    background: #fff;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    list-style: none;
    padding: 0;
    top: 80px;
}
 ul.autosuggetsList li {
    padding: 8px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.rail_icon input.pick_form, .bus_icon input.pick_form{
    padding: 0 0 0 0px;
}
a.view_detals {
    display: inline-block;
    margin: 3px;
    width: 25px;
    cursor: pointer;
    text-align:center;
}

a.view_detals img {
    width: 30px;
    height: auto;
}

td.view_img_icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.termsPrivacy h1 {
    font-size: 26px;
    border-left: 3px solid #110942;
    padding: 5px 7px;
    margin: 20px 0 9px 0;
    color: #110942;
    font-weight: 500;
}
.termsPrivacy h2 {
    font-size: 22px;
    margin: 10px 0 0px 0;
    color: #dacd65;
    font-weight: 500;
}

ul.lisUser {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    color: #fff;
}
ul.lisUser li a.lisUserLogin {
    background: #dacd65;
    padding: 10px 30px;
    border-radius: 4px;
}

ul.lisUser li a {
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
    padding: 11px;
    display: block;
}
.termsPrivacy h6 {
    font-size: 17px;
    font-weight: 500;
    border-left: none;
    margin: 20px 0 10px 0;
}
img.img-fluid.img-icon {
    width: 30px;
    float: left;
    margin: 8px 7px 0 0;
}
.img-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.fs-5x {
    font-size: 22px !important;
    /* font-weight: 600; */
    opacity: .9;
}
a.clickUpload {
    position: absolute;
    /* margin: -13px 0 0 0; */
    top: 3px;
    right: 3px;
    z-index: 91;
    text-align: end;
    font-size: 24px;
    color: #110942;
}

.complny_log {
    position: relative;
}

.text_click.text-end {
    display: block;
    width: 100%;
    padding: 3px 10px 14px 0px;
    font-size: 20px;
}

.text_click.text-end a {
    color: #dacd65;
}



input.form-control.up_dat {
    height: 48px;
}
.org_documnets .nav-pills .nav-link {
    color: #110942;
    border-bottom: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
}

.org_documnets ul.nav.nav-pills {
    border-bottom: 1px solid #dacd65;
    margin-bottom: 25px;
}
.org_documnets .nav-pills .nav-link.active {background: none;
    color: #dacd65;
    border-bottom: none;
    border-radius: 0;}

/* Responsive Start */

@media (min-width: 992px) {
   section.wraper{
    padding: 25px 15px 0px 154px;
   }
img.logo_c, img.logo_cl{
    display: none;
}


    
}


@media (max-width: 991px) {
    img.logo_c{
    display: block;
}
ul.nav.nav_bar.navigation li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-top: 1px solid #f1f1f117;
}
.right_form {
    display: block;
    width: 90%;
    margin:20px auto;
}
.Navi_company {
    position: absolute;
    background: #110942;
    z-index: 999;
    top: 0px;
    right: 0;
    padding: 5px;
    width: 197px;
    display: none;
}
img.logo_ch {
    width: 150px;
    height: auto;
}
.profilr_pics {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 13px #fff;
    cursor: pointer;
            margin-right: 46px;
        margin-top: 0px;
}
.header_nav{
    padding: 8px 10px;
}
.header_nav_wbg{
    padding: 8px 10px;
}
.logo_company {
    text-align: center;
    margin-bottom: 20px;
}

}
    
 

@media (min-width: 1400px) {
  .Search_form {
    width: 1080px;
    height: auto;
    margin: 0 auto;
}



    
}
 

@media (max-width: 767px) {
  .input_fm_sr {
    width: 100%;
}
.input_fm_sbc .input_fm_sr {
    margin-left: 0px;
}
a.swipers {
    right: 45%;
    top: 32px;
    z-index: 99;
    transform: rotate(90deg);
}
a.deleteFlight.minus-signs {
    font-size: 19px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-bottom: 10px;
}
.d-none-mob{
    display: none;
}
span.menu-tit, span.menu-title{
    font-size: 13px;
}
    
}
