/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

  /*the container must be positioned relative:*/
  @font-face {
  font-family:bodoni;
  src: url(../front/bodoni.otf);
}

  @font-face {
  font-family:caveat;
  src: url(../front/Caveat.ttf);
}
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #fff;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  /*border: 1px solid #d4d4d4;*/
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  color:black !important;
}

.autocomplete-items div {
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

span.exchange_flight {
    cursor: pointer;
        padding: 3px 6px !important;
    border-radius: 50px;
    background: #0071cc;
}
span.exchange_flight i {
    font-size: 14px;
    color: #ffffff;
}
.from_date {
    max-width: 12.666667% !important;
}
.change {
    width: 12%;
    text-align: left;
    vertical-align: baseline;
    position: absolute;
    right: -13px;
    top: 8px;
    z-index: 1;
}
.f_t {
    max-width: 18.1% !important;
    flex: auto !important;
}
span.sign_rupee
{
  font-family: sans-serif;
}
.i_fm {
    max-width: 45.5%;
    flex: auto;
}
.img_logo {
    max-width: 28px !important;
    height: auto;
}
.text-dark {
    color: #000000!important;
}
.img_logo2 {
    width: 20px;
    margin-top: 4px;
    margin-right: 2px;
}
.custom-checkbox:last-child {
    border: none;
}
.custom-checkbox {
    padding: 10px 0px 10px 32px;
    border-bottom: 1px solid #eee;
}
.custom-control-label {
    padding-left: 5px;
}
.custom-control-label::before {
    border: 2px solid #647a97;
    width: 18px;
    height: 18px;
}
.custom-control-label::after {

    width: 18px;
    height: 18px;
}
.icon-inside {
    top: 22% !important;
    z-index: 0;

}
.ui-widget-header {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #333333;
    font-weight: bold;
}
.ui-icon-circle-triangle-e {
    background-position:-105px -15px;
}
.ui-icon {
    width: 22px;
    height: 22px;
}
.ui-widget-header .ui-icon {
    background-image: url(../vendor/jquery-ui/images/ui_icon.png);
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../vendor/jquery-ui/images/ui_icon.png);
}
.ui-icon-circle-triangle-w {
    background-position: -21px -15px;
}
.ui-datepicker-calendar .ui-state-default {
    background: transparent ;
    border: none !important;
    outline: none !important;
    padding: 10px;
        text-align: center;
}
.autocomplete-active p {
    color: #fff !important;
}
.ui-datepicker-calendar tbody tr td span {
    padding: 10px;
}
.ui-datepicker {
    width: 330px;
    padding: 10px;
}
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #454545;
}*/
table.ui-datepicker-calendar thead tr {
    border-bottom: 1px solid #eee;

}
table.ui-datepicker-calendar tbody tr {
    border-bottom: 1px solid #eee;
}
table.ui-datepicker-calendar tbody tr:last-child {
    border-bottom: none;
}
.ui-datepicker-calendar tbody tr td a:hover {
    background: #0c2f55 !important;
    color: #fff !important;
}
.ui-state-active {
    background: #0c2f55 !important;
    color: #fff;
}
select.ui-datepicker-month {
    -webkit-appearance: none;
    border: none;
    width: fit-content !important;
    text-align-last:right; 
    direction: rtl;
    font-weight: 600;
}
div#ui-datepicker-div {
    z-index: 3 !important;
}
div.flightautocomplete  p {
    font-weight: 400 !important;
}
.city_list {
    cursor: pointer;
}
div.flightautocomplete  {
    overflow-x: auto;
    left: 5px;
    width: 430px;
    position: absolute;
    z-index: 9999;
    padding: 0px;
    background: #0c2f55;
    color: #fff !important;
    height: auto;
    max-height: 452px;
    display: none;

}

.icon_air {
    background: url(../images/icon_flight_air_light.png);
    height: 45px;
    float: left;
    width: 5%;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.city_list:hover .icon_air {
     background: url(../images/icon_flight_air_dark.png);
     background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.city_list:hover {
    background: #f1f1f1;
    color: #000 !important;
}
.city_list:hover p {
    color: #000 !important;
}
div.flightautocomplete >div {
    padding: 0px 10px;
}
div.flightautocomplete >div {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    height: 60px;
}
div.flightautocomplete  div:last-child {
    border-bottom: none;
}

div.flightautocomplete  {
    font-weight: 600;
}

div#flightToautocomplete-list {
        overflow-x: auto;
    height: 387px;
    left: 5px;
    width: 360px;
}
/* Let's get this party started */
.selecct_bord_time::-webkit-scrollbar {
    width: 5px;
    background: #fff;
   
}
 
/* Track */
div::-webkit-scrollbar-track {
    -webkit-box-shadow:   #0071cc; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*height: 30px*/

}
 
/* Handle */
div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(204, 204, 204); 
    -webkit-box-shadow: rgb(255, 255, 255); 
}
div::-webkit-scrollbar-thumb:window-inactive {
  background: white; 
}

.ml-lg-2, .mx-lg-2 {
    margin-left: 15px !important;
}
.flight-details {
     padding: 10px 21PX;
}
.flight-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}
.nav-tabs .nav-item .nav-link.active:after {
    display: none;
}
.nav-tabs .nav-item .nav-link.active {
    color: #ffffff;
    background : #0071cc;
    border-radius: 50px;
}
.nav-tabs:not(.flex-column) {
    border-bottom: none;
    flex-wrap: nowrap;
    overflow: hidden;
    background: #f6f7f8;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    border-radius: 50px;
}
.nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
    font-size: 14px;
    position: relative;
    border-radius: 0;
    color: #7b8084;
    white-space: nowrap !important;
    text-align: center;
    width: 224px;
    padding: 6px;
    text-transform: uppercase;
}
.inner-refund-pg
{
    position: absolute;
    bottom: -24px;
    left: -780px;
    z-index: 2;
    background: forestgreen;
    color: white;
    font-size: 11px;
    padding: 0px 13px 0 8px;
    border-radius: 0 50px 0 0;
}
.inner-refund-pr
{
    position: absolute;
    bottom: -24px;
    left: -780px;
    z-index: 2;
    background: red;
    color: white;
    font-size: 11px;
    padding: 0px 13px 0 8px;
    border-radius: 0 50px 0 0;
}
.nav-link_small {
    border: 0 !important;
    background: transparent;
    font-size: 11px !important;
    position: relative !important;
    border-radius: 0 !important;
    color: #7b8084;
    white-space: nowrap !important;
    text-align: center !important;
    padding: 3px 14.8px !important;
    text-transform: uppercase !important;
    width: auto !important;
    display: flex !important;
} 
img#logoflight {
    width: 30px !important;
    max-width: 30px !important;
}
img#roundlogoflight {
    width: 30px !important;
    max-width: 30px !important;
}
.tags {
  display: inline;
  position: relative;
  color:#6c757d !important;
}

.tags:hover:after {
background: rgb(84 81 81);
    border-radius: 5px;
    bottom: 19px;
    color: #fff;
    content: attr(gloss);
    left: -45px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 136px;
}

.tags:hover:before {
  border: solid;
    border-color: #545151 transparent;
    border-width: 0 6px 6px 6px;
    bottom: 14px;
    content: "";
    left: 35%;
    position: absolute;
    z-index: 99;
    transform: rotate(180deg);
}
.flight_duration:after {
    position: absolute;
    left: 0;
    background: #0071cc;
    width: 10px;
    height: 10px;
    content: "";
    top: 39%;
    border-radius: 310px;
    z-index: 2;
}
.flight_duration:before {
        content: "";
    position: absolute;
    width: 29px;
    height: 26px;
    background: url(../images/icon_flight.png);
    right: 0;
    top: 22%;
    background-size: cover;
    z-index: 2;
}
.flight_duration .text-dark:after {
    position: absolute;
    content: "";
    width: 32%;
    height: 1px;
    border: 1px dashed #bebcbc;
    right: 0;
    bottom: 20px;
}
.flight_duration .text-dark:before {
    position: absolute;
    content: "";
    width: 32%;
    height: 1px;
    border: 1px dashed #bebcbc;
    left: 0;
    bottom: 20px;
}
.flight_card {
    border: 1px dotted #7c7c7c;
    border-radius: 20px;
    margin-bottom: -1px;
    background: #f8f8f8;
}
.flight_card {
    position: relative;
}
.layover {
    position: absolute;
    left: 44%;
    bottom: 64px;
    z-index: 2;
    background: #d9d9d9;
    border-radius: 7px;
    padding: 0px 11px;
}
.roundtrip_flight_card img {
    width: 25px;
    margin: 4px 0px;
}
/*.flight_card:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    bottom: 2px;
    left: 0px;
    border: 1px dotted #7c7c7c;
    transform: rotate(
26deg
);
    z-index: 2;
    background: transparent;
}
.flight_card:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    bottom: 2px;
    left: 0px;
    border: 1px dotted #7c7c7c;
    transform: rotate(
26deg
);
    z-index: 2;
    background: transparent;
}*/
.flight-item {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
        border-radius: 10px;
}
.flight-item:hover {
    border: 1px solid #5e7eca;
    box-shadow: 0 0 3px 0 #0071cc;
}
.div_view
{
      border-top: 1px solid rgba(0,0,0,.1) !important;
}
.nav-tabs:not(.flex-column){
    overflow-x: hidden;
}
.table td, .table th {
    padding: 7px;
    vertical-align: top;
    border: 1px solid #dee2e6;
    font-size: 12px;
}
.custom-control-label::after {
    position: absolute;
    top: 4.1px;
    left: -23px;

}
.custom-radio {
    padding-top: 4px;
}
.sub_img {
       float: left;
    width: 19.4%;
    margin-left: 6px;
}
.sub_img ul li {
    height: 35px;
    overflow: hidden;
    margin-bottom: 4px;
    border-radius: 4px;
}
.sub_img ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub_img img {
    width: 100%;
}
a.main_images {
    float: left;
    width: 206px;
}
.shadow-md {
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
}
.hotel_list_img {
    width: 10% !important;
    max-width: 31%;
}
/*.search_mail_section {*/
/*   background: url(../../assets/images/panorama.jpg);*/
/*    background-size: cover;*/
/*    padding-bottom: 70px;*/
/*}*/
.form-control, .custom-select {
    color: #000 !important;
        font-weight: 500;
}
/*section.hotel_main {*/
/*    background: url(../../assets/images/hotel.jpg);*/
/*    background-size: cover;*/
/*    padding-bottom: 70px;*/
/*    padding-top: 10px;*/
/*}*/
.main_img {
    width: 78%;
    float: left;
    height: 151px;
    overflow: hidden;
    border-radius: 5px;
}
.main_img img {
    width: 100%;
}
.bg-lightg{
    background:#33d18f;
}
.main_bg_images {
    background-size: cover !important;
    padding-bottom: 70px;
        padding-top: 20px;
}
header#header {
    border-radius: 8px;
}
.secondary-nav {
    display: block;
    flex-wrap: inherit;
        text-align: center;
}
li.nav-item {
    display: inline-block !important;
}
.secondary-nav.nav .nav-link {
    text-align: center;
    font-size: 14px;
    margin: 0 7px;
    padding: 15px 0px;
    color: #8298af;
    -webkit-transition: all 0.2s ease;
    transition: all 0.4s ease;
    width: 100px;
    height: 70px;
     border: 1px solid rgba(255,255,255,.28);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);
}
.secondary-nav.nav .nav-link span {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}
.secondary-nav.nav .nav-item .nav-link.active {
    background: #f6990d;
    color: #ffffff;
    border-radius: 8px;
}
.secondary-nav.nav .nav-item .nav-link {
    background: #ffffff;
    border-radius: 8px;
    color: #0c2f55;
}
.bg-tp.tab_main {
    position: relative;
    margin-bottom: -20px;
    z-index: 2;
    margin-top: 20px;
}
.pt-6 {
    padding-top: 55px !important;
}
.secondary-nav.nav .nav-item .nav-link:hover {
    box-shadow: 0 13px 21px -1px rgb(0 0 0 / 30%);
    transform: translateY(-7%);
        transition: all 0.4s ease;
}



div.hotelautocomplete  p {
    font-weight: 400 !important;
}
.city_list {
    cursor: pointer;
}
div.hotelautocomplete  {
    overflow-x: auto;
    left: 5px;
    width: 430px;
    position: absolute;
    z-index: 9999;
    padding: 0px;
    background: #0c2f55;
    color: #fff !important;
    height: auto;
    max-height: 452px;
    display: none;

}

.icon_air {
    background: url(../images/icon_flight_air_light.png);
    height: 45px;
    float: left;
    width: 5%;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.city_list:hover .icon_air {
     background: url(../images/icon_flight_air_dark.png);
     background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.city_list:hover {
    background: #f1f1f1;
    color: #000 !important;
}
.city_list:hover p {
    color: #000 !important;
}

div.hotelautocomplete >div {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    height: 43px;
}
div.hotelautocomplete  div:last-child {
    border-bottom: none;
}

div.hotelautocomplete  {
    font-weight: 600;
}

/*BUS AUTOCOMPLETE*/
div.busautocomplete  p {
    font-weight: 400 !important;
}
div.busautocomplete  {
    overflow-x: auto;
    left: 5px;
    width: 430px;
    position: absolute;
    z-index: 9999;
    padding: 0px;
    background: #0c2f55;
    color: #fff !important;
    height: auto;
    max-height: 452px;
    display: none;

}
div.busautocomplete >div {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    height: 43px;
}
div.busautocomplete  div:last-child {
    border-bottom: none;
}

div.busautocomplete  {
    font-weight: 600;
}

/*BUS AUTOCOMPLETE ENDS*/


.secondary-nav .nav-item{
    font-weight: 500;
}

.logo1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

 .mble {
    width: 52%;
    display: flex;
    margin-left: 20px;
}
.cal{
    margin-top: 3px;
    margin-left: 5px;
}
 .nav-itemm {
    top: -28px;
}

.simple-ul > li {
    display: inline-block !important;
    width: 49.7% !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
      padding-top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content2 {
    width: 10%;
    right: 525px !important;
    position: absolute;
    top: 80px;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: fit-content;
    left: 0px;
}
.modal-content3 {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 100%;
    left: 0px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
ul.dp_ul {
    list-style: none;
    padding: 13px 0px;
    margin: 0;
    text-align: left !important;
    background: #fff;
    border-radius: 6px;
}
ul.dp_ul li a {
    color: #0c2f55;
    display: block;
    text-align: left !important;
    width: 178px;
    height: 49px;
    padding: 14px 10px;
        transition: 0.4s ease all;
}
ul.dp_ul li a i {
    margin-right: 10px;
}
ul.dp_ul li a:hover {
    background: #f1f1f1;
    border-left: 4px solid #0c2f55;
    border-radius: 4px;
    transition: 0.4s ease all;
}
.sty {
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    border-radius: 0 !important;
    top: 0;
    box-shadow : 0 1px 7px 0 rgb(0 0 0 / 40%) !important;
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
}
#header{
    transition:0.4s;
}
.stik_header_tab ul li a span i {
    font-size: 15px;
    color: #0c2f55;
}
.stik_header_tab ul li{
    position:relative;
}
.stik_header_tab ul li a span {
    display: block;
    text-align: center;
}
.stik_header_tab ul li a {
    color: #0c2f55;
    position: relative;
    padding: 18px 21px;
        font-weight: 500;
}
.stik_header_tab>ul>li>a:after {
    content: '';
    position: absolute;
    display: block;
    border-left: 1px solid #d6dde4;
    height: 24px;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.lst a::after {
    display: none !important;
}
.lst a {
    color: #0c2f55 !important;
}
.stik_header_tab ul li a.active:before {
    content: '';
    background: #f5980c;
    width: 43px;
    height: 4px;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 22%;
}
.pop_images {
    width: 15%;
    padding-right: 10px;
}
.pop_images img {
    width: 100%;
}
.conte_pop i {
    color: #a0a0a0;
    font-size: 14px;
}
.conte_pop h2 {
    font-size: 20px;
    margin: 0px 20px;
}
.conte_pop {
    padding-left: 0px;
}
.hgt_ovr
{
    height: 132px;
    overflow: auto;
    padding-right: 5px;
}
.hgt_ovr::-webkit-scrollbar {
    width: 5px;
}

.hgt_ovr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.hgt_ovr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.card-title span {
    margin: 0px 10px;
}
.btn-outline-primary:hover{
    color: #fff !important;
}
.btn-outline-primary{
    color: #0071cc !important;
}
.icon_hotel{
height: 31px;
    float: left;
    width: 5%;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.controls-top {
    position: relative;
    top: 14vh;
    z-index: 2;
}
.r_next {
    font-size: 19px;
    color: #0071cc;
    position: absolute;
    right: -22px;
    background: #ffff;
    padding: 10px 16px;
    border-radius: 80px;
        box-shadow: rgb(0 0 0 / 13%) 0px 0.1rem 0.4rem 0px;
}
.r_prev {
    font-size: 19px;
    color: #0071cc;
    position: absolute;
    left: -25px;
    background: #ffff;
    padding: 10px 17px;
    border-radius: 70px;
        box-shadow: rgb(0 0 0 / 13%) 0px 0.1rem 0.4rem 0px;
}
h4.card-title {
    margin-bottom: 0;
    font-size: 17px;
}
.blog_inner img {
    width: 100%;
}
.blog_inner {
    position: relative;
}

.blog_content h3 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.blog_content {
    position: absolute;
    bottom: 18px;
    background: #fff;
        padding: 10px 15px;
    width: 92%;
    left: 16px;
    border-radius: 7px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #f6990d !important;
    color: #ffffff;
}
.h-dt span {
    float: right;
}
.h-dt h2 {
    float: left;
}
.inner_header_main {
    padding: 0 !important;
}
.inner_header_main .stik_header_tab {
    display: block !important;
}
    .ui-datepicker td a:after
    {
        content: "";
        display: block;
        text-align: center;
        font-size: small;
    }
    .search_loader {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.search_loader img {
    width: 100% !important;
}
.p_m div button {
    padding: 0px 8px !important;
}
.count {
    position: relative;
}
.count input {
    text-align: center;
    padding: 4px !important;
}
.input-group-append {
background: #dddddd;
    z-index: 1;
    color: #fff !important;
    top: 12px;
    right: -12px;
}
.input-group-prepend {
background: #dddddd;
    z-index: 1;
    color: #fff !important;
    top: 12px;
    left: -11px;
}
.input-group-prepend button {
    padding: 0;
}
.input-group-append button {
    padding: 0;
}
.input-group-prepend button:hover{
    color:#fff;
}
.count input:focus {
    z-index: 0 !important;
}
ul.extra-ul li {
    display: inline-block;
    padding: 5px 0px 5px 0px;
    margin-right: 35px;
}
ul.extra-ul li.extra-li.active {
    border-bottom: 2px solid #0071cc;
}
table.pop_content tbody tr th, td {
    padding: 10px 10px;
}
ul.extra-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ex_con {
    padding: 10px;
    background: #f5f5f5;
    width: 100%;
    float: left;
}
.bus-item {
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.bus-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}
.bus-item:hover {
    border: 1px solid #5e7eca;
    box-shadow: 0 0 3px 0 #0071cc;
}
.ex_con {
    margin-top: 0px;
    border-top: 1px solid #cdcdcd;
}
.card_bus_left {
    padding: 16px 0px 0px 31px;
}
.card_bus_right {
    padding: 22px 14px 22px 0px;
}
.bus_hr{
        margin: 5px 0px 0px 0px;
}
.bord_point {
    background: #fff;
    padding: 10px;
    overflow: hidden;
}
.drop_point {
    background: #fff;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 2px;
}
.radio_pik{
    -ms-transform: translateY(-50%);
    transform: translateY(28%);
}
.bord_point {
    margin-bottom: 2px;
}

.selecct_bord_time {
    /*float: left;*/
    /*width: 48%;*/
    margin: 4px;
}

.bord_info {
    float: left;
    width: 88%;
}
.drop_info {
    float: left;
    width: 88%;
}
.radio_pik {
    float: left;
    width: 22px;
}
.pick {
    word-break: break-all;
    font-size: 12px;
}
.name_bord {
    font-size: 11px;
    font-weight: 600;
}
.selecct_bord_time h2 {
    font-size: 17px;
    margin-bottom: 15px;
}
.select_bus_seat span img {
    height: 25px;
}
.select_bus_seat span {
  margin-left: 13px;
    margin-bottom: 3px;
}
.select_bus_seat {
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    margin-bottom: 20px;
}
.select_bus_seat {
    padding: 10px 10px 5px 10px;
    margin-right: 0px;
}
.wheel i {
    font-size: 18px;
    color: #5a5a5a;
    transform: rotate(
270deg
);
    background: #fff;
    padding: 4px;
    border: 1px solid #ddd;
}
.wheel {
    float: left;
    width: 11%;
    height: 100px;
    padding-right:0;
}
.seats_row_main .row {
    float: right;
}
/*.select_bus_seat {*/
/*    overflow: scroll;*/
/*}*/
/*.block_list {*/
/*    width: max-content;*/
/*}*/
.seats_row_main {
    text-align: right;
}
.c_details {
    margin-top: 40px;
}


.sky {
    display: block;
    width: 21%;
    height: 42%;
    position: fixed;
    background: linear-gradient(to bottom, #94c5f8 1%,#a6e6ff 70%,#b1b5ea 100%);
    overflow: hidden;
    z-index: 9;
    left: 39%;
    top: 25%;
    border-radius: 340px;
}
.bg_loading {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    background: #ebf9fb;
    position: fixed;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
}
.cloudss {
    position: absolute;
    top: auto;
    height: 100px;
    right: 0;
    width: 100%;
    background-image: url(../images/cloudsmall.png);
    background-repeat: no-repeat;
    animation: clouds 50s linear infinite;
    animation-duration: 7s;
    background-position: right;
    background-size: 241px;
    bottom: 88px;
}
.cloudsss {
    position: absolute;
    top: auto;
    height: 100px;
    right: 0;
    width: 100%;
    background-image: url(../images/cloudsmall.png);
    background-repeat: no-repeat;
    animation: clouds 50s linear infinite;
    animation-duration: 4s;
    background-position: right;
    background-size: 241px;
    bottom: 198px;
}
.clouds{
  position: absolute;
    top: 50px;
    height: 100px;
    right: 0;
    width: 100%;
    background-image: url(../images/cloudsmall.png);
    background-repeat: no-repeat;
    animation: clouds 50s linear infinite;
     animation-duration: 3s;
    background-position: right;

}

@keyframes clouds{
  100%{
    transform: translateX(-2000px);
  }
}
@keyframes clouds2{
  100%{
    transform: translateX(-3000px);
  }
}
.mountains{
  position: absolute;
  bottom:0;
  height: 250px;
  right: 0;
  left: -2000px;
  width: 500%;
  background-image: url(../../../i.ibb.co/zJbfkgZ/mountain.png);
  background-repeat: repeat-x;
  animation: mountains 10s linear infinite;
}
@keyframes mountains{
  100%{
    transform: translateX(2000px);
  }
}

.airplane img {
    width: 100%;
    transform: rotate(-3deg);
}
.airplane {
    top: 31%;
    left: -3%;
    position: absolute;
    z-index: 1;
    width: 103%;
}

.airplane {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.airplane {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
  
.flame {
    top: -44px;
    left: 127px;
    height: 6px;
    width: 28px;
    position: relative;
    border-radius: 50%;
    background-color: #ffffff;
    animation: flame 0.3s linear infinite;
    z-index: -1;
}
/*.flame2{*/
/*  top: -195px;*/
/*  left: 115px;*/
/*}*/
@keyframes flame{
  0%{
    transform: translateX(0%);
  }
  50%{
    transform: translateX(50%);
  }
  100%{
    transform: translateX(0%);
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.from_to p span {
    padding: 10px;
}

.from_to p {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}
.search_flight_loding p {
    font-size: 27px;
    font-family: caveat!important;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0c2f55;
    animation: blinker 1s linear infinite;
}
.search_flight_loding {
    text-align: center;
    position: relative;
    top: -37px;
}
.from_to {
    background: #0c2f55;
    width: 100%;
    text-align: center;
    border-radius: 0;
    position: relative;
    z-index: 2;
    bottom: -83%;
    padding: 12px 0px 32px 0px;
}
.selecct_bord_time {
  height: fit-content;
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid #ddd;
}
.bord_info .contact {
    font-size: 12px;
}
.pick_address {
    height: 30px;
    overflow: hidden;
    line-height: 15px;
    font-weight: 400;
    font-size: 12px;
}
.pick_address:hover {
    overflow: auto;
}
.poliy_table {
    background: #fff;
}
.poliy_table table {
    font-size: 12px !important;
}
.poliy_table table tbody tr td {
    padding: 10px;
    border: 1px solid #EEe;
}
.arrow_div:after {
}
.arrow_div {
    padding-right: 20px;
}
.tooltip .tooltiptext{
    width:10px !important;
}

.seats_row_main {
    padding: 0px;
}
.row-blank {
    overflow: hidden;
    width: 100%;
    opacity: 0;
}
.bord-main_details {
    background: #ffff;
    padding: 10px;
    overflow: hidden;
    height: 420px;
    max-height: 420px;
    overflow-y: auto;
}
.bord-main_details div {
    padding: 4px 0px;
}
.bord-main_details ul {
    list-style: none;
    padding: 0;
}
.drop_menu {
    display: block;
    position: absolute;
    top: 71px;
    text-align: right;
    overflow-y: hidden;
    max-height: 360px;
    transition: all 360ms ease-in-out;
    box-shadow: 2px 4px 12px #bfbfbf;
    left: 6px;
        border-radius: 5px;
}

.drop_menu.closed {
   max-height: 0;
}
.drop_menu ul {
  list-style-type: none;
    margin: 0;
    padding: 0;
}
li.nav-item{
    position:relative;
}
.bth-small {
    transform: rotate( 
-90deg
 );
    display: block;
    width: 77px;
    float: right;
    top: 32%;
    position: relative;
    left: -5px;
}
.inner_book .text-dark:before {
    position: absolute;
    content: "";
    width: 32%;
    height: 1px;
    border: 1px dashed #bebcbc;
    left: 0;
    bottom: 20px;
}
.inner_book .text-dark:after {
    position: absolute;
    content: "";
    width: 32%;
    height: 1px;
    border: 1px dashed #bebcbc;
    right: 0;
    bottom: 20px;
}
.layover_inner span {
    color: #0c2f55;
    font-weight: 600;
    position:relative;
}
.layover_inner {
    padding: 10px;
    background: #eeeeee;
    text-align: center;
    border-radius: 0px;
}
.layover_inner span:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #0c2f55;
    border: 1px dotted #fff;
    top: 46%;
    right: -110px;
    left: auto;
}
.layover_inner span:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #0c2f55;
    border: 1px dotted #fff;
    top: 46%;
    right: auto;
    left: -112px;
}
.flight_card_inner {
    position: relative;
}
.layover_inner_book span {
    border-radius: 77px;
    padding: 5px 111px;
    width: 100%;
    text-align: center;
    border: 1px solid;
    position:relative;
}
.layover_inner_book {
    position: absolute;
    bottom: auto;
    z-index: 2;
    background: #fff;
    padding: 5px 11px;
    top: -8px;
    width: 100%;
    text-align: center;
}
.layover_inner_book span:after {
    content: "";
    background: #000;
    width: 90px;
    height: 1px;
    position: absolute;
    left: -90px;
    top: 13px;
}
.layover_inner_book span:before {
    content: "";
    background: #000;
    width: 90px;
    height: 1px;
    position: absolute;
    right: -90px;
    top: 13px;
}
.card-header_inner {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 13px;
}
#sticky {
  min-width: 200px;
  height:fit-content;
  position: sticky;
  top: 6.7em;
  z-index: 1;
}
.pointer {cursor: pointer;}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

input.error, textarea.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}

.confirmForm input[type=text]{
    text-transform:uppercase !important;
}



div#booking_siderbar ul li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor:pointer;
}
div#booking_siderbar ul li:hover {
    background:#f1f1f1;
}
.confirm-details {
    margin-bottom: 20px;
    border-radius: 10px !important;
    overflow:hidden;
}
div#booking_siderbar {
    border-radius: 10px !important;
}
.impInfo-banner.make_relative {
    background: #EDFAFD;
    padding: 10px;
    border-radius: 7px;
}
p.cabin-tag.text-uppercase.impInfo-tag {
    font-size: 18px;
    font-weight: 600;
}
.impInfo-banner.make_relative {
    background: #FFF3EB;
    padding: 10px;
    border-radius: 7px;
}
.benefits-item {
    width: 188.7px;
    height: 135px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    border: solid 1.5px #daebff;
    margin: 0 12px 25px 0;
    text-align: center;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.benefits-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.benefits-list {
    display: flex;
}
.font20 {
    font-size: 20px;
    line-height: 20px;
}
.text-green {
    color: #249995;
}
.benefit-type {
    border-bottom: solid 2px #d8eaff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.benefits-more {
    font-size: 36px;
}
.font18 {
    font-size: 18px;
    line-height: 18px;
}
.benefits-trigger {
    color: #008cff;
    width: 100px;
    word-break: break-all;
}
.make_flex {
    display: flex!important;
}
.benefits-item-wrap {
    width: 160px;
}
.benefits-item-wrap p span {
    float: left;
    width: 100%;
}
.benefits-item-wrap {
    font-size: 13px;
    float: left;
    width: 100%;
}
.make_relative input {
    margin-right: 10px;
}
.bb_innner {
    display: flex;
}
.icon_sc i {
    font-size: 32px;
    color: #0c2f55;
    position: relative;
    top: 12px;
    padding-left: 10px;
}
.icon {
    width: 5%;
}
.insure {
    width: 95%;
    padding-left: 18px;
}
.ins_section {
    margin-top: 19px;
    padding-left: 49px;
}
.sc_block p {
    margin: 0;
    font-size: 16px !important;
}
.sc_block {
    margin: 5px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    flex-basis: 100%;
}
p.note_no {
    font-size: 31px !important;
    margin-bottom: -12px !important;
    font-weight: 600;
    color: #0c2f55;
}
p.more_noter {
    color: #0c2f55;
    font-weight: 600;
}
.gst_click input {
    width: 40px;
    height: 20px;
}
.gst_click {
    float: left;
    width: 5%;
}
.radio input {
    width: 15px;
    height: 25px;
    float: left;
    margin-right: 8px;
}
.GST_CONNETN h6 {
    margin: 0;
}
.GST_CONNETN p {
    margin: 0;
}
form.gst_form input {
    width: 100%;
    padding: 5px !important;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    font-size:14px;
}
form.gst_form {
    margin-top: 20px;
}
.base_fare {
    display: none;
    width: 210px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    border-radius: 9px;
    z-index: 1;
    top: -23px;
    font-size: 12px;
    right: 23px;
}
div#booking_siderbar ul li {
    position: relative;
}
span.bar_icon:hover .base_fare {
    display: block;
}
.base_fare p, .base_fare hr {
    margin: 6px 0px 0px 0px;
}
.base_fare table {
    width: 100% !important;
}
/* The Modal (background) */
.fmodel {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.confirm-content {
  background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
    border-radius: 20px;
    background: #fdfdfd;
}

/* The Close Button */
.edit {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.edit:hover,
.edit:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.con_edit button {
    border: none;
    box-shadow: none;
    padding: 8px;
    width: 131px;
    border-radius: 40px;
    background: #0c2f54;
    color: #fff;
}
.con_edit {
    text-align: right;
}
.info span {
    margin-left: 10px;
    text-transform: uppercase;
}
.info {
    font-size: 16px;
    margin-bottom: 6px;
    color: #0c2f54;
}
p.note_red {
   color: #0c2f54;
}
b.fil {
    width: 113px;
    float: left;
}
.custom-control.custom-checkbox label p {
    margin: 0;
}
.stop_label::before {
    display: none;
}
.stop_label:after {
    display: none;
}
.stop_filter ul {
    padding: 0;
    overflow: hidden;
    margin: 0;
}
.stop_filter ul li {
    display: inline-block;
    width: 32.3%;
    padding: 0px 3px;
}
.stop_filter .custom-checkbox label {
    font-size: 12px;
    margin-bottom: -6px;
       text-align: center;
}
.stop_label p {
    margin: 0;
    font-size: 13px !important;
    margin-bottom: -5px;
}
.lowest-price {
    font-size: 14px;
}
.stop_label {
    background: #f1f1f1;
    width: 100%;
    padding: 1px 5px;
    text-align: center;
    border-radius: 3px;
}
.stop_list input:checked + label {
 color: #fff !important;
    background-image: linear-gradient(to right, #56CCF2 0%, #2F80ED 51%, #56CCF2 100%);
    background-size: 200% auto;
}
.stop_list input:checked + label small {
 color: #fff !important;
}
.time_select {
    display: flex;
}
.time_select .custom-control {
    padding: 3px !important;
    width: 33%;
}
.time_select div label {
    display: grid;
}
.time_select div label {
    line-height: 18px;
    padding: 5px;
}
.time_select input:checked + label small {
    color: #fff !important;
}
.time_select input:checked + label {
    background-image: linear-gradient(to right, #56CCF2 0%, #2F80ED 51%, #56CCF2 100%);
     background-size: 200% auto;
    color: #fff !important;
}
.price_booking_airline .custom-checkbox {
    padding: 10px 32px 10px 0px !important;
}
.price_booking_airline .custom-control .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 14.8rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.price_booking_airline .custom-control .custom-control-label::after {
    position: absolute;
    top: 3.1px;
    left: auto;
    right: -25px;
}
.price_booking_airline label.custom-control-label {
    width: 100%;
}
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
.caption_block_cetgory {
    position: relative;
    text-align: center;
    width: 100%;
    top: -67px;
}
.holi_category_block img {
    width: 100%;
    transition: 3s;
}
.holi_category_block {
    border-radius: 530px;
    overflow: hidden;
    width: 100%;
    height: 161px;
}
.holi_category_block {
    text-align: center;
}
.caption_block_cetgory p {
    color: #ffff;
    font-size: 17px;
    font-weight: 600;
}
.holiday_pack {
    margin-top: 100px;
}

.holiday_packed {
    background: url(../images/hp-tour-tab.jpg);
    padding: 10px 0px 90px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 140px;
    position: relative;
}
.holiday_packed:after {
    content: "";
    position: absolute;
    background: url(../images/rustic_border_white_top-w2500.png);
    width: 100%;
    height: 80px;
    top: 0px;
    background-size: cover;
}
.holiday_packed:before {
    content: "";
    position: absolute;
    background: url(../images/rustic_border_cream_top-w2500.png);
    bottom: 0;
    width: 100%;
    height: 136px;
}
.inner_container {
    width: 92%;
    margin: 0 auto;
}
.card-body_pack {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.card_pack .card-img-top {
    width: 100%;
    border-radius: 10px;
}
.card_pack {
    position: relative;
}
.carousel-card__caption {
    width: 100%;
    text-align: left;
    padding: 0 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.card_pack:after {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
    z-index: 1;
    content: "";
    opacity: 0.9;
        border-radius: 10px;
}
.carousel-card__left {
    width: calc(80% - 1rem);
    margin-bottom: 0px;
    border-right: 1px solid #FFF;
    padding-right: 10px;
    margin-right: 10px;
}
.carousel-card__right {
    width: 20%;
    margin-bottom: 1rem;
    position: relative;
}
.carousel-card__h3 {
    font-size: 16.5px !important;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.carousel-card__h4 {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.carousel-card__btn {
    color: #FFF !important;
    border: 1px solid #FFF;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 10px;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: calc(50% + 0.1rem);
    left: 0;
    transform: translateY(-50%);
    font-weight: 500;
}
section.support {
    background: url(../images/element5-digital-uE2T1tCFsn8-unsplash.jpg);
    text-align: center;
    padding: 180px 20px;
    background-size: cover;
    margin-top: 70px;
    background-position: 0px -450px;
    background-attachment: fixed;
}
.support:after {
    content: "";
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section.support .container {
    position: relative;
    z-index: 2;
}
section.support h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
section.support {
    position: relative;
}
section.support a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
section.support a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    position: relative;
    top: 30px;
    border-radius: 20px;
}
.drop_link:hover .drop_menu {
    max-height: inherit;
    transition: all 360ms ease-in-out;
    z-index: 2;
}
.mega_content {
    position: absolute;
    z-index: 3;
    background: #ffff;
display:none;
}
.drop_link:hover .mega_content {
   display:block;
}
.mega_meu__inner__content {
    display: flex;
    width: 870px;
}
.mega_content ul {
    list-style: none;
    padding: 0;
}
section.banner_inner_holiday {
    height: 600px;
    justify-content: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-size: cover;
    background-position: center;
}
section.banner_inner_holiday:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg, #000000d6, transparent);
    left: -1px;
}
.holiday_box {
    position: relative;
    z-index: 2;
}
.holiday_city h1 {
    font-size: 6rem;
    color: #fff;
    font-weight: 600;
    font-family: bodoni;
}
.holiday_city h6 {
    font-size: 24px;
    color: #fff;
}
.holiday_city p {
    color: #fff;
    font-size: 18px;
}
.inquiry .form-group input {
    width: 100%;
    border-radius: 4px;
}
form.inq .col-md-6 {
    padding: 0px 9px;
}
.form-group_sumit input {
    width: 100%;
}
form.inq {
    background: #00000070;
    width: 100%;
    display: block;
    padding: 20px;
    border-radius: 10px;
}
.inquiry {
    padding-left: 180px;
}
.holiday_body .custom-checkbox {
    padding: 10px 19px;
    margin-right: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 4px 8px -7px rgb(0 0 0 / 50%);
}
.holiday_body .custom-checkbox .custom-control-label:before {
    display: none;
}
.holiday_body .custom-checkbox .custom-control-label:after {
    display: none;
}
.aft a::before {
    display: none;
}


.holiday_short{justify-content: flex-end;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding-bottom: 20px;
 
}
.holiday_short select#input-sort {
    width: 240px;
}
.holi_mega_block_list ul li a {
    padding: 11px 10px;
    display: block;
    font-size: 15px;
}
.holi_mega_block_list {
    border-right: 1px solid #ddd;
        border-right: 1px solid #ddd;
    padding: 40px 10px;
    background: #f1f1f1;
}
.inq .col-md-12 {
    padding: 0px 9px;
}
span.day_pack {
    font-size: 13px;
    float: right;
    padding: 8px;
}
.left_content_holi h4 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0px;
    overflow:hidden;
}
.left_content_holi {
    padding-right: 20px !important;
}
span.day_pack span {
    padding-left: 5px;
}
.img__holiday {
    padding-right: 5px;
}
.book__panel {
    border-left: 1px solid #e1e1e1;
}
.img__holiday {
    background-size: cover;
    border-radius: 4px 0px 0px 4px;
    background-position:center;
}
span.tholid_type {
    width: 50%;
}
span.tholid_type {
    width: 50%;
    font-size: 13px;
    color: #666666;
}
.b-dd {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.book_holiday_button a {
    font-size: 12px !important;
}
.price__holidy {
    padding: 19px 0px;
}
.img__holiday img {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.plane____paln {
    font-size: 12px;
    color: #333333;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}
.plane____paln i {
    padding: 0px 4px;
}
ul.holiday_ami li i:hover {
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
}
ul.holiday_ami li i {
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    padding: 9px 8px;
    border-radius: 40px;
    transition: 0.4s;
    font-size: 15px;
}
ul.holiday_ami li {
    display: inline-block;
    padding: 0px;
    text-align: center;
    margin-right: 10px;
}
ul.holiday_ami {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.hes h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.pack_block____holiday p {
    font-size: 12px;
    color: #222;
}
pack.pack_block____holiday p {
    margin-bottom: 0;
}
.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
     background: rgba(255,255,255,.3);
    top: 8.3%;
    left: 7px;
    padding: 0px 47px;
    right: 0;
    position: absolute;
    z-index: 2;
    width: 49%;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}
@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}

.inner_holiday_banner {
    float: left;
    width: 50%;
}
.holiday_des____pack {
    float: left;
    width: 50%;
}
.enq_pack_pack a {
    width: 230px;
}
.enq_pack_pack {
 margin-top: 20px;
    float: left;
}
p.day_pack {
    background: #0c2f55;
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 6px;
}



.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 36px 20px 10px 20px;
  border: 1px solid #ccc;
  border-top: none;
}
.tab button.active {
    background-color: #0c2f55;
    color: #fff;
}
.holtel_tab li a {
    background: #0c2f55;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
}
ul.holtel_inclusion li {
    float: left;
    width: 33%;
    list-style:none;
}
ul.holtel_inclusion li:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f00c";
    position: relative;
    left: -12px;
    background: mediumseagreen;
    color: #fff;
    border-radius: 120px;
}

span.f-right {
    float: right;
    padding: 10px 0px;
    font-size: 14px;
}
p.per_person_price___hotel {
    line-height: 13px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.price_room {
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
}
ul.amenities {
    overflow: hidden;
}
ul.amenities li {
    float: left;
    width: 50%;
}
ul.amenities li i {
    position: relative;
    left: -14px;
    color: #0c2f55;
}
.amenities li {
    list-style: none;
}
.hotels-item.bg-light {
    cursor: pointer;
}
.hotel_images img {
    width: 100%;
}
.hotel_images {
    width: 17%;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
.hotel_infor {
    overflow: hidden;
    margin-bottom: 20px;
}
.hotel_information_left {
    float: left;
    width: 83%;
    padding-left: 21px;
    padding-top: 10px;
}
.check_in_out_review.row h2 {
    margin: 0;
}
.check_in_out_review p {
    margin: 0;
}
p.night_hotel_info {
    text-align: center;
    background: #f1f1f1;
    border-radius: 20px;
    padding: 4px 20px;
    margin: 19px 0px;
        font-weight: 500;
            position: relative;
}
.room_de {
    flex-wrap: nowrap;
}
.room_de h2{
   align-self: center;
}
.roomDtlCard {
    border: 1px solid #d7d7d7;
    border-radius: 7px;
    margin-top: 10px;
}
.appendTop5 {
    margin-top: -7px;
}
.roomDtlCard__head {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
}
.roomDtlCard__content {
    padding: 10px;
}
ul.roomDtlCard__list {
    padding-left: 17px;
}
.appendBottom10 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}
select.mr_select {
    background-color: #f1f1f1;
    padding: 10px 10px;
    border: none;
    width: 100%;
}
form.booking_hotel_____form .form-group input {
    width: 100%;
}
.holiday_aa .form-group input {
    height: 44px;
}

.form-groupbk input{
width: 100%;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #bebebe;
    outline: 0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
        background: transparent;
}

.form-groupbk select{
width: 100%;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #bebebe;
    outline: 0;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
        background: transparent;
}
.check__option ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.check__option ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 0px 7px;
}
.requset_option label {
    margin: 0;
    padding: 7px 0px;
    cursor: pointer;
}
.requset_option input {
    margin-right: 8px;
}
.other__request textarea {
    overflow: auto;
    width: 100%;
    height: 70px;
    border-radius: 4px;
    border: solid 1px #bebebe;
    outline: 0;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
}
.other__request {
    margin-top: 10px;
}
form.main_search_holiday_form {
    width: 35%;
    display: flow-root;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    padding: 9px 20px;
}
.search_holiday_form {
    position: relative;
    z-index: 2;
    margin-top: -143px;
}
form.main_search_holiday_form .holiday_serch_button button {
    background: #f1f1f1;
    border: none;
    color: #0c2f55;
    padding: 11px 17px;
    position: relative;
    height: 44px;
}
form.main_search_holiday_form .holiday_serch_button button:after {
    position: absolute;
    content: "";
    background: #bbbbbb;
    width: 1px;
    height: 30px;
    left: 0;
    top: 8px;
}
form.main_search_holiday_form .holiday_serch_button button i {
    font-size: 18px;
}
.holiday_aa .form-group {
    float: left;
    width: 91%;
}
.holiday_aa {
    float: left;
    width: 100%;
    position: relative;
}
.holiday_aa .holiday_serch_button {
    float: left;
    width: 9%;
}
form.main_search_holiday_form p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.caption_slider {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 180px 0px;
    z-index:2;
}
.sub_title_sider__holiday {
    font-size: 17px;
    letter-spacing: 6.8px;
    color: #fff;
    font-weight: 700;
}
.main_title_sider__holiday {
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    line-height: 110px;
}
.holiday_aa .form-group input:focus {
    outline: none;
}
.sub_button_title_sider__holiday {
    font-size: 18px;
    letter-spacing: normal;
    color: #fff;
    font-weight: 400;
}
div#carouselExampleFade .carousel-item:before {
    content: "";
    background: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0), rgba(0,0,0,0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.left_content_holi {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
        border-right-style: dashed;
}
.book__panel {
    border-radius: 15px 4px 4px 15px;
    border: 1px solid #dfdfdf;
        border-left-style: dashed;
}
.shadow-hiliday-list {
    box-shadow: 6px 7px 13px -7px rgb(0 0 0 / 25%);
}
      .h_det {
    border-bottom: 3px solid;
    padding: 0px 0px 5px 0px;
    font-size: 20px;
    font-weight: 600;
}
.city_d_block label {
    margin: 0;
    font-size: 17px;
    margin-bottom: 4px;
    font-weight: 400;
    color: #353535;
}
      .thought {
    width: 100%;
    padding: 40px;
    border: 3px solid #0c2f55;
    display: flex;
    align-items: center;
        max-height: 300px;
    height: 240px;
}
      .thought .p1{
          font-weight:bold;
          color:#0c2f55;
      }
      .thought .p2{
          font-weight:bold;
          color:grey;
      }
      .multi_img div img{
              width: 100%;
              height: 100%;
      }
      .padd{
          padding: 44px 20px 100px 20px;
      }
      .padd h1{
          font-weight: bold;
              font-size: 50px;
      }
      .padd p{
          padding: 0px 40px;
      }
      .long-div img{
            width: 100%;
            height:100%;
      }
.qty .sub {
    padding: 10px 20px !important;
}
.qty .add {
    padding: 10px 20px !important;
}
.short_img img {
    width: 100%;
    height: 100%;
}
.short_img {
    height: 240px;
    width: 50%;
    float: left;
}
p.rimming {
    padding: 40px;
    text-align: center;
}
.pb-6{
    padding-bottom:55px;
}
.bg_blue_bb:after {
    left: 600px;
    position: absolute;
    content: "";
    background: #ecf3fa;
    width: 73%;
    height: 89%;
    top: 16%;
    z-index: -1;
}
.long-div {
    position: relative;
    z-index: 1;
}

.bg_blue_bb {
    position: relative;
    z-index: 1;
}
p.rimming {
    padding: 25px 70px;
    text-align: left;
    background: #fff;
    font-size: 14px;
    box-shadow: 2px 0px 10px -3px rgb(0 0 0 / 22%);
}
h1.country_hddd {
    font-size: 50px;
    font-weight: 800;
    padding: 70px 0px;
}
.city_d_block {
    width: calc(50% - 0px);
    float: left;
    padding: 5px 10px;
}
.map-div iframe {
    width: 100%;
    height: 302px;
}

.alert-note {
    display:none;
    color: white;
    background: #007f04;
    margin: 10px 0px;
    border-radius: 10px;
    padding: 5px;
}
.heading_oth_co h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.city_headig {
    margin-top: 40px;
    text-align: center;
}

ul.child-ul li {
    display: flex;
    cursor: pointer;
    width: 31px;
    height: 35px;
    position: relative;
    z-index: 2;
    margin: 0;
    left: 0px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
} 
ul.child-ul li:hover {
    background: #3082ed;
    color: #fff;
}
ul.child-ul {
    display: inline-flex;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 20%);
    margin-bottom: 3px;
    border-radius: 4px;
    background-color: #ffffff;
    /* margin-left: 0; */
    padding: 0px 0px;
}
.con_block {
    float: left;
    width: 14.2%;
    padding: 0px 11px;
}
.sub_list_menu {
    display: none;
}
.holi_category_block img:hover {
    transform: scale(1.5);
    transition: 3s;
}
.holi_mega_block_list .active a {
    color: #fff;
}
.holi_mega_block_list .active {
    background: #0c2f54;
}
.mega_meu__inner__content {
    /*padding: 40px 0px 40px 0px;*/
}
.sub_list_menu h1 {
    font-size: 32px;
}
ul.sun_city_list li {
    padding: 5px 0px;
}
ul.sun_city_list {
    width: 100%;
    float: left;
    margin-top: 0px;
}
ul.sun_city_list li a {
    padding: 10px 0px;
}
ul.sun_city_list li a {
    padding: 10px 10px;
    display: block;
    border: 1px solid #dddddd;
    width: 96%;
    border-radius: 7px;
}
ul.sun_city_list li {
    float: left;
    width: 33%;
}
.allCountries div p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 7px 10px;
    border-bottom: 1px solid #c3c3c3;
    cursor:pointer;
}
.allCountries {
    background: #0c2f55;
    width: 100%;
    position: absolute;
}
.allCountries div p:hover {
    background: #f1f1f1;
    color: #000;
}
.allCountries {
    background: #0c2f55;
    width: 100%;
    position: absolute;
    max-height: 205px;
    height: fit-content;
    overflow-y: scroll;
}
li.swap-link a span img {
    width: 30px;
    float: left;
    border-radius: 30px;
    margin-right: 10px;
    margin-top: -5px;
}
.holi_mega_block {
    padding-top: 40px;
    padding-bottom: 40px;
}
span.back___holi_plan i {
    transform: rotateY(
180deg
);
}
.top_deal_block_inner h2 {
    font-size: 22px;
}
.top_deal_block_inner {
    padding: 10px;
    background: #fff;
    overflow:hidden;
}
.top_deal_block_inner a {
    background: #0c2f55;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 12px;
}
.coming_soom {
    padding: 150px;
    text-align: center;
}
.coming_soom h1 {
    font-size: 190px;
    text-shadow: 0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgb(0 0 0 / 10%),
    0 0 5px rgb(0 0 0 / 10%),
    0 1px 3px rgb(0 0 0 / 30%),
    0 3px 5px rgb(0 0 0 / 20%),
    0 5px 10px rgb(0 0 0 / 25%),
    0 10px 10px rgb(0 0 0 / 20%),
    0 20px 20px rgb(0 0 0 / 15%);
}
.shadow-hiliday-list a.text-dark.text-4 {
    float: left;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 4px 0px;
}
.thought span {
    font-size: 25px;
    line-height: 0;
}
span.quote-left {
    position: relative;
    left: -10px;
}
span.quote-right {
    position: relative;
    right: -7px;
    top: 8px;
}
.thought p {
    font-size: 19px;
    color: #5f90ef !important;
    font-weight: 400 !important;
}
.carousel-card__holiday {
    overflow: hidden;
    color: #000;
    padding: 10px;
    background:#fff;
}
.carousel-card__holiday h3 {
    color: #000;
    font-size: 16px !IMPORTANT;
    font-weight: 400;
    text-transform: capitalize !important;
}
.city_headig {
    margin-bottom: 50px;
    margin-top: 50px;
}
select.package_type_price {
    border: none;
}
select:focus{
    outline:none;
}
.temp_block {
    width: 10%;
    text-align: center;
    border-radius: 8px;
    margin: 0px 5px;
}
.month_name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 11px;
}
.temp_icon i {
    color: #fed359;
    font-size: 16px;
}
.temp_block p {
color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0;
}
.temperature_main_block {
    position: relative;
    top: 30px;
}
.div-com {
    font-size: 46px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%);
    color: #0c2f55;
    text-align: center;
    margin: 20px 0px 100px 0px;
}
.heading_oth_co p {
    margin: 0px 110px;
}
section.blog-main_section {
    margin-top: 60px;
    margin-bottom: 50px;
}
.blog_title {
    margin-top: 35px;
    margin-bottom: 20px;
}
.blog_images img {
    width: 100%;
}
.inner_content_width {
    padding: 30px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
}
.blog_inner_list_block img {
    width: 100%;
}
.blog_inner_list_block {
    background: #fff;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 7px;
}
.content_blog {
    padding: 10px;
}
.blog_content p {
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 6px;
}
.content_blog p {
    line-height: 20px;
    margin-bottom: 12px;
}
.blog_inner img {
    height: 280px;
}
.blog_inner_list_block img {
    height: 220px;
}

.tabtop{
    width:25%;
}
.logo_rev img {
    width: 120px !important;
}
.select_bus_seat span {
    display: contents;
}
.mobile{
    display:none !important;
}
.desk{display:block !important;}

div#Itinerary button {
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    background: #3184ed;
}
div#Itinerary .tabcontent2 {
    margin-top: 14px !important;
    background: #f1f1f1;
    padding: 10px;
}
div#Itinerary button.tablinks2.active {
    background: #0c2f55;
}
button.add_another {
    background: #fff;
    border: 1px solid #3184ed;
    padding: 6px 10px;
    border-radius: 3px;
    color: #3184ed;
}
button.apply_now {
    background: #3184ed;
    border: none;
    padding: 6px 30px;
    border-radius: 50px;
    color: #fff;
}
button.edit_room {
    border: none;
    background: transparent;
    color: #3184ed;
    font-size: 14px;
}
.left-strip-round {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.right-strip-round{
    padding: 27.5px 0px !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;   
    border-left: 1px dashed
}
.round-trip-fare:before {
    right: 0;
}
.round-trip-fare:after, .round-trip-fare:before {
    content: "";
    background: #0c2f55;
    position: absolute;
    width: calc(50% - 641px);
    height: 100%;
    top: 0;
}
.round-trip-fare:after {
    left: 0;
}
span.icon_arrow {
    margin: 0pc 10px;
}
h5.recent_headding {
    font-size: 14px;
    margin: 0;
}
h5.recent_headding p {
    margin: 0;
}
p.time_recent {
    margin: 0;
    font-size: 12px;
    line-height: 10px;
}
.card-recent {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 3px 5px 12px 8px;
}
.controls-top-recent {
    position: relative;
    z-index: 2;
    top: 10px;
}
.r_prev-recent {
    font-size: 10px;
    color: #0071cc;
    position: absolute;
    left: -25px;
    background: #ffff;
    padding: 3px 11px;
    border-radius: 70px;
    box-shadow: rgb(0 0 0 / 13%) 0px 0.1rem 0.4rem 0px;
}
.r_next-recent {
    font-size: 10px;
    color: #0071cc;
    position: absolute;
    right: -22px;
    background: #ffff;
    padding: 3px 11px;
    border-radius: 80px;
    box-shadow: rgb(0 0 0 / 13%) 0px 0.1rem 0.4rem 0px;
}

/*recent slider*/
.modify-search .form-group {
    margin-bottom: 0px !important;
}
.tab_round_main {
    background: #fff !important;
    border: none !important;
}
.tabcontent_round_tab {
    border: none !important;
    padding: 0;
}
.tab_round {
    background: #818181!important;
    color: #fff !important;
    margin-right: 10px;
    border-radius: 5px;
    padding: 6px 10px !important;
    font-size: 14px !important;
}
.ongo-t i {
    margin-right: 8px;
}
.reture-t i {
    margin-left: 8px;
    transform: rotate(
180deg
);
}
button.tablinks.tab_round.active {
    background-image: linear-gradient(to right, #56CCF2 0%, #2F80ED 51%, #56CCF2 100%) !important;
    background-size: 200% auto !important;
}
.user_profile {
    width: 120px;
    height: 120px;
    background: #0c2f55;
    margin: 0px auto 20px;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.upload_profile {
    position: relative;
    opacity: 0;
}
.character_word p {
    margin: 0;
    color: #fff;
    font-size: 39px;
}
.user_porfile_details {
    position: relative;
}
.user_porfile_details {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0px auto 20px;
    border-radius: 50%;
}
.upload_profile input {
    position: absolute;
    opacity: 0;
        width: 10px;
    height: 10px;
    left: 0;
}
.upload_profile {
    position: absolute;
    opacity: 1;
    background: #625959cf;
    bottom: -120px;
    left:120px;
    width: 100%;
    height: 100%;
    /* padding-top: 24px; */
    text-align: center;
    padding: 23px 0px 4px 0px;
    transition: 0.4s;
}

h6.user-name {
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.upload_profile label i {
    color: #fff;
    font-size: 20px;
}
.upload_profile label {
    cursor:pointer;
    font-weight: 600;
    color:white;
}
.user_porfile_details:hover .upload_profile {
    bottom: 0 !important;
    left:0 !important;
    transition: 0.4s;
}


/*button.btn.btn-default.btn-number {*/
/*    width: 100%;*/
    /* height: 29%; */
/*    padding: 7px;*/
/*    -webkit-box-shadow: none; */
/*    box-shadow: none;*/
/*    font-size: 1.2rem;*/
/*}*/

/*input.form-control.input-number {*/
/*    border: none;*/
/*    padding: 7px;*/
/*    background: white;*/
/*    text-align: center;*/
/*    font-size: 1.2rem;*/
/*}*/

.center{
    /*text-align: -webkit-center;*/
        margin: 6px 0px;
}
.child-div input {
    margin: 2px 20px;
    padding: 3px;
    width: 30%;
    background: white;
    font-size: 14px;
    font-weight: 500;
}
.child-div span i {
    font-size: 14px;
}
.child-div input:focus {
  outline: none;
}
.child-div span {
    margin: 5px 0px;
}   
ul.ul-childdropdown::-webkit-scrollbar-thumb {
    background: #f6a122;
}
ul.ul-childdropdown::-webkit-scrollbar {
    width: 10px;
    background: #fff;
}
ul.ul-childdropdown {
    list-style: none;
    box-shadow: rgb(0 0 0 / 25%) 0px 0.1rem 0.4rem 0px;
    position: absolute;
    background: white;
    font-size: 1.2rem;
    padding: 0px;
    height: 11rem;
    overflow-y: scroll;
    text-align: center;
    width: 78%;
    top: 31px;
    background: #0c2f55;
    left: 16px;
    z-index: 4;
}
ul.ul-childdropdown li {
    padding: 3px 0px;
    border-bottom: 1px solid lightgrey;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
ul.ul-childdropdown li:hover {
    cursor:pointer;
    background-color:white;
    color:black;
}
form#personalInformation .form-group select {
    width: 100%;
    padding: 7px 3px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #111111;
}
form#personalInformation .form-group input {
    padding: 7px !important;
}
form#personalInformation .form-group .form-control {
    background: #f1f1f1;
}
form#personalInformation .form-group select {
    background: #f1f1f1;
}
.hotel_room_select {
    position: relative;
}
.select_icon_hotel {
    position: absolute;
    right: 29px;
    top: 51px;
    width: 40px;
    text-align: center;
}
.innner_select_holte {
    position: absolute;
    background: #fff;
    margin-right: 0;
    border-radius: 0px 0px 10px 10px;
        z-index: 2;
}
.gest_rooom:focus {
    border-bottom: 1px solid #0c2f55;
    outline: none;
}
.qty-hotel button {
    padding: 12px 20px !important;
}
.child-div .input-group input {
    background: transparent;
}
.child-div .input-group {
    width: 100%;
    max-width: 100%;
    background: #f1f1f1;
    justify-content: space-evenly;
}
.ad-aply {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    margin-top: 10px;
}
.add-button {
    border: 1px solid #348aee;
    padding: 5px 10px;
    border-radius: 4px;
    color: #348aee;
}
.flight_details_tab_content{
    display:none;
}
h6.term_con_flight {
    color: #000;
    font-size: 14px;
    padding-top: 2px;
}
.inner_gen input:checked + label {
border-color: #0c2f55 !important;
    color: #0c2f55 !important;
}
.inner_gen input:checked + label:after {
    content: "";
    background: #0c2f55;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 0;
        position: absolute;
}
div#details-confirm-form .inner_gen {
    text-align: center;
    border: none !important;
    padding: 0px !important;
}
div#details-confirm-form .inner_gen label {
   font-size: 14px;
    margin-right: 20px !important;
    padding: 6px 30px;
    position:relative;
}
div#details-confirm-form .inner_gen {
    text-align: left;
    padding-top: 10px;
    padding-right: 18px;
    height: 50px;
}
.travler_details {
    display: table;
    width: 100%;
    font-size: 14px;
}
.travler_details .row {
    margin: 0;
}
.hdd {
    font-weight: 600;
    margin-bottom: 10px;
}
.inner_gen {
    position: relative;
}
.inner_gen input {
    position: absolute;
    left: 0;
    top: 5px;
}
span.count_re {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 3px 9px;
    font-size: 13px;
    margin-right: 10px;
}
span.count_re {
    border: 2px solid #000;
    border-radius: 50px;
    font-size: 13px;
    margin-right: 10px;
    width: 28px;
    height: 27px;
    display: block;
    float: left;
    text-align: center;
    align-items: center;
    padding: 0;
}
.tab button.active span.count_re {
    border-color: #fff;
}
.header-one_round label {
    color: #fff;
}
.table {
    color: #212529 !important;
}
.modal-backdrop.fade.show {
    display: none;
}
.banner .rounded .banner-mask, .banner .rounded img {
    border-radius: .25rem;
    width: 100%;
}
    .profile{
        background: #0c2f55;
        border-radius: 5px;
        border: 0px;
        height: 30px;
        width: 30px;
    }
    .profile1{
        width: 50px;
        height: 50px;
        border-radius: 24px;
        background: #0c2f55;
        border: 0px;
    }
    .info_pop_button{
        float: right;
        position: relative;
        top: -6px;
    }
    .sticky-top{
        z-index:2 !important;
    }
.inner_main_poppop {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
}

    
div.note-success {
    background-color: #2aac28;
    width: 78%;
    padding: 4px;
    border-radius: 10px;
}

.note-success span.sp1 {
    background: white;
    padding: 3px 5px;
    border-radius: 10px;
    color: #2aac28;
    font-weight: bold;
}

.note-success span.sp2 {
    color: #ffffff;
    margin: 0px 9px;
    padding: 0px;
    font-weight: 500;
}

div.note-error {
    background-color: #e86c6c;
    width: 75%;
    padding: 4px;
    border-radius: 10px;
}

.note-error span.sp1 {
    background: white;
    padding: 3px 5px;
    border-radius: 10px;
    color: #e86c6c;
    font-weight: bold;
}

.note-error span.sp2 {
    color: #ffffff;
    margin: 0px 9px;
    padding: 0px;
    font-weight: 500;
}
.form_opt_back {
    width: 103%;
    margin: 0;
    
}
.form-group input {
    width: 100%;
}
.form-group input[type="radio"] {
    width: fit-content;
}
.inner_gen label {
border: 1px solid #d5d3d3 !important;
    color: #777;
}
.inner_gen input {
    opacity: 0;
}
.file_upload_main label span {
    float: right;
    border: 1px solid #767676;
    padding: 0px 5px;
    font-size: 13px;
}
.file_upload_main {
    position: relative;
}
.file_upload_main label {
    background: #f1f1f1;
    width: 100%;
    padding: 12px 10px;
    margin: 0;
    z-index: 2;
    position: relative;
    cursor: pointer;
}
.file_upload_main input {
    position: absolute;
    left: 15px;
    width: 96%;
    opacity: 0;
    z-index: 1;
}
.business_r div {
    float: left;
    padding: 0px 3px;
}
.fil-p {
    padding: 0px 5px;
}
div#login-signup-page .form-group {
    margin-bottom: 1rem;
    padding: 0px 5px 0px 5px;
}
.retailer_button {
    text-transform: capitalize !important;
    background: var(--orange) !important;
}.recharge_user {
    display: flex;
    padding-left: 0px !important;
    padding-bottom: 10px !important;
}
.recharge_user li {
    width: 105px !important;
}
.recharge_user li a {
    width: 90px !important;
}
.recharge_user .nav-item:first-child .nav-link {
    margin-left: 7px !important;
}
.service_page_loader {
    position: relative;
}

.flight_icon_img {
    width: 100%;
    position: relative;
}
.flight_icon_img i {
    font-size: 60px;
    transform: rotate(
26deg
);
}
.flight_icon_img {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes bganimation {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -5000px 0px;
    }
}
.backmover {
	-webkit-animation: bganimation 10s linear infinite;
	-moz-animation: bganimation 10s linear infinite;
	animation: bganimation 10s linear infinite;
}
.inner_main_loader fieldset {
    border: 1px solid #d4d4d4;
    padding: 15px 19px;
    margin: 13px 10px;
    background: #fff;
    outline: 1px solid;
    position: relative;
    outline-offset: -8px;
    outline-color: lightgray;
}
.inner_main_loader fieldset legend {
    width: 102px;
    text-align: left;
    padding: 0px 10px;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 20px;
    background: #fff;
    line-height: 8px;
}
.service_page_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 22%);
    z-index: 99999999;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
p.arrow_flight-loader {
    font-size: 23px;
    height: 10px;
    position: relative;
    top: -2px;
}
.content_flight_to_form h3 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 5px;
}

.inner_main_loader {
    z-index: 999999;
    background: url(../retailer/img/cloud.png);
    padding: 0px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px -2px rgb(0 0 0 / 50%);
    width: 484px !important;
    text-align: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: repeat;
    background-position: 0px 0px;
}
.inner_main_loader fieldset legend {
    width: 102px;
    text-align: left;
    padding: 0px 10px;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 20px;
    background: #fff;
    line-height: 8px;
}
.jor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    position:relative;
}
vh.v-hr {
    border: 1px solid #dfdfdf;
    border-top: 0;
    border-left: 0;
    border-right-style: dashed;
}
.flight-loader {
    border-radius: 100px;
    background: #f6990c;
    position: absolute;
    height: 4px;
    width: 100%;
    top: auto;
    transition: width 5s;
    box-shadow: 0 2px 4px 0 #f6980a;
    transform: translate3d(0, 0, 0);
    left: 0;
    bottom: 0;
}
.ovf-hidden {
    overflow: hidden;
}
.flight-loader .mask {
    background-image: linear-gradient(to left top, #56cbf2 25%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,#55caf2 0%,#383d7f 75%,rgba(0,0,0,0) 0%,rgba(0,0,0,0));
    -webkit-animation: loading .8s linear 0s infinite normal forwards;
    animation: loading .8s linear 0s infinite normal forwards;
    background-size: 25px 25px;
    height: 4px;
    position: absolute;
    top: 0;
    width: calc(100% + 50px);
    left: 0;
}
@keyframes loading{
0% {
    transform: translate3d(-50px, 0, 0);
}
100% {
    transform: translate3d(0);
}

}
.onewaypro {
    width: 100%;
}
.roundpro {
    width: 100%;
}
.content_flight_to_form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.date_info_user {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}.date_info_user p {
    margin: 0;
}
.cloud_bottom i {
    font-size: 25px;
}
.cloud_top i {
    font-size: 23px;
}
.cloud_top {
    padding-top: 16px;
}
.cloud_top {
    position: relative;
    left: -100px;
}
.cloud_bottom {
    position: relative;
    left: -100px;
     top: -12px;
}
.flight_icon_img i:before {
    background: #fff;
}

/*fghdfghfdhfg*/
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@-webkit-keyframes animateCloud {
    0% {
        margin-right: -600px;
    }
    100% {
        margin-right: 500px;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-right: -600px;
    }
    100% {
        margin-right: 500px;
    }
}
@keyframes animateCloud {
    0% {
        margin-right: -600px;
    }
    100% {
        margin-right: 500px;
    }
}
@-webkit-keyframes animteCloudTop{
    0%{
        margin-right:-500px;
    }
    100%{
        margin-right:400px;
    }
}
@-moz-keyframes animteCloudTop{
    0%{
        margin-right:-500px;
    }
    100%{
        margin-right:400px;
    }
}
@keyframes animteCloudTop{
    0%{
        margin-right:-500px;
    }
    100%{
        margin-right:400px;
    }
}


/* ANIMATIONS */

.x1 {
	-webkit-animation: animateCloud 1s linear infinite;
	-moz-animation: animateCloud 1s linear infinite;
	animation: animateCloud 1s linear infinite;
}
.x2 {
	-webkit-animation: animteCloudTop 1s linear infinite;
	-moz-animation: animteCloudTop 1s linear infinite;
	animation: animteCloudTop 1s linear infinite;
}

/* OBJECTS */

.cloud {
	background: #fff;
}
.login_sign_top_menu {
    display: flex;
    align-items: center;
    justify-content: space-around;;
}
a.lo-si {
    background: #0c2f55 !important;
    color: #fff !important;
    padding: 6px 30px;
    border-radius: 5px;
    margin-right: 10px;
}
a.lo-sig {
    padding: 5px 21px;
    border: 1px solid #0c2f55;
    border-radius: 5px;
    color: #0c2f55 !important;
}
.login_sign_top_menu {
    padding-bottom: 15px;
    padding-top: 10px;
}
.login_sign_top_menu a {
    cursor: pointer;
}
a.lo-sig {
    display: block !important;
}
.profile_icon_menu i {
    background: #f1f1f1;
    padding: 10px 16px;
    border-radius: 70px;
    font-size: 14px;
}
.profile_icon_menu {
    text-align: center;
}
.login-signup .dropdown-menu {
    padding: 10px 18px 10px 18px !important;
}
.hotel_room_select input {
    border: 1px solid #d5d3d3;
}
.owl-carousel {
    display: block !important;
}
.loader-small {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 4px;
}
.loader-small {
    border: 3px solid #d0caca;
    border-radius: 250%;
    border-top: 3px solid #e43942;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
h6.reatiler-heading {
    text-align: center;
    margin-top: 10px;
}
div#notepopup {
    width: 310px;
    height: fit-content;
    right: 11px !important;
    left: auto !important;
    bottom: 12px !important;
    top: auto !important;
    background: transparent !important;
    overflow: inherit;
}

.modal-content img {
    position: absolute;
    top: -89px;
    width: 95px;
    right: 0;
}
div#notepopup .modal-content .close {
    text-align: right;
}
p.hin_note {
    font-size: 11px;
    margin-bottom:5px;
    color: #fff;
}
p.eng_note {
    font-size: 11px;
    margin-bottom:5px;
    color: #fff;
}
.note_close {
    position: absolute;
    right: 6px;
    top: 0;
}
div#notepopup .modal-content {
    padding: 10px;
    background: #0c2f54;
    border: none;
}
.flight_confirm_d .form-group {
    padding: 0px 5px !important;
}
.fist-name-details {
    display: flex;
    border: 1px solid #d5d3d3;
    border-radius:4px;
}
.custom-select:not(.custom-select-sm) {
    padding: .50rem .96rem;
    height: inherit;
}
.fist-name-details select {
    width: 119px !important;
    border: none;
}
.fist-name-details {
    display: flex;
    border: 1px solid #d5d3d3;
    border-radius:4px;
}
.confirmForm input[type=text] {
    text-transform: uppercase !important;
}
.fist-name-details input {
    border: none;
}
.pop-bounce button {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop-bounce {
    position: absolute;
    bottom: -62px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    z-index: 3;
    display: block;
    width: 250px;
    right: 0;
    box-shadow: 0px 4px 6px -3px rgb(0 0 0 / 61%);
    animation: bounce 2s 2;
    -webkit-animation: bounce 2s 2;
    -moz-animation: bounce 2s 2;
    -o-animation: bounce 2s 2;
}
.pop-bounce:after {
    position: absolute;
    content: "";
    border-style: solid;
    top: -19px;
    right: 20px;
    border-right-color: transparent;
    border-bottom-color: white;
    border-left-color: transparent;
    border-top-color: transparent;
    border-width: 11px;
    z-index: 999 !important;
}
@-webkit-keyframes bounce{
    0%,20%,50%,80%,to{
        -webkit-transform:translateY(0)
    }
    40%{
        -webkit-transform:translateY(-30px)
    }
    60%{
        -webkit-transform:translateY(-15px)
    }
}
    
@media(max-width:767px){
    .mobile{
    display:block !important;
}
    .ui-datepicker {
    width: 92%;
    padding: 10px;
    left: 15px !important;
}
.change {
    width: 14%;
    text-align: left;
    vertical-align: baseline;
    position: absolute;
    right: 4% !important;
    top: auto;
    z-index: 2;
    bottom: -41px !important;
    transform: rotate(
90deg
);
}
.stik_header_tab {
    display: none !important;
}
.secondary-nav.nav {
    padding-left: 0;
}
.secondary-nav.nav .nav-link {
    width: 67px;
    height: 70px;
    margin-bottom: 10px;
}
section.search_mail_section > .container {
    padding: 0 !important;
}
.desk{display:none !important;}
div.flightautocomplete {
    width: 97%;
    border-radius: 4px;

}
.change {
    right: 42% !important;
    bottom: -47px !important;
}
.inner_header_main .stik_header_tab{display:none !important;}
.hotel_list_img {
    width: 100% !important;
    max-width: 100% !important;
}
ul.holtel_inclusion li {
    float: left;
    width: 100%;
    list-style: none;
}
.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    transition: 0.3s;
    font-size: inherit;
}
.caption_slider {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 100px 0px;
    z-index: 2;
}
.holiday_banner .carousel-item {
    height: 488px !important;
}
.holiday_banner .carousel-item img{
    opacity:0 !important;
}
form.main_search_holiday_form {
    width: 100%;
}
.holiday_aa .form-group {
    float: left;
    width: 85%;
}
.holi_category_block {
    border-radius: 530px;
    overflow: hidden;
    width: 100%;
    height: 84%;
    margin-bottom: 12px;
    position: relative;
}
.con_block {
    float: left;
    width: 33%;
    padding: 0px 11px;
}
.caption_block_cetgory {
    position: absolute;
    text-align: center;
    width: 100%;
    top: auto;
    z-index: 9999999 !important;
    bottom: 0;
}
section.support {
    background: url(../images/element5-digital-uE2T1tCFsn8-unsplash.jpg);
    text-align: center;
    padding: 70px 20px;
    background-size: cover;
    margin-top: 70px;
    background-position: 0px -450px;
    background-attachment: fixed;
}
section.support h2 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}
.inquiry {
    padding: 0;
}
section.banner_inner_holiday {
    height: 1180px;
        flex-direction: inherit !important;
}
.holiday_city h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    font-family: bodoni;
}
.holiday_box {
    padding-top: 40px;
}
.div-com {
    font-size: 26px;
}
.temp_block {
    width: 30%;
    text-align: center;
    border-radius: 8px;
    margin: 10px 5px;
    float: left;
}
.temperature_main_block {
    display: block !important;
    margin-top: 0 !important;
}
.thought p {
    font-size: 16px;
}
.thought {
    margin-bottom: 20px;
}
h1.country_hddd {
    font-size: 48px;
    font-weight: 800;
    padding: 70px 0px 0px 20px;
}
p.rimming {
    padding: 25px 21px;
}
.heading_oth_co p {
    margin: 0px 0px;
}
.m-head {
    padding-top: 0 !important;
    margin-top: -30px !important;
}
.bg_blue_bb:after {
    position: absolute;
    content: "";
    background: #ecf3fa;
    width: 73%;
    height: 280px;
    top: 16%;
    z-index: -1;
    left: 0;
}
.book__panel {
    border-radius: 15px 15px 4px 4px;
    border: 1px solid #dfdfdf;
    border-top-style: dashed;
    display: block !important;
}
.left_content_holi {
    border: 1px solid #dfdfdf;
    border-radius: 4px 4px 15px 15px;
    border-bottom-style: dashed;
    overflow: hidden;
}
.m-paside {
    padding: 0px 10px !important;
}
.inner_holiday_banner {
    float: left;
    width: 100%;
}
.holiday_des____pack {
    float: left;
    width: 100%;
}
.Itinerary___pack_holiday .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 9px;
    transition: 0.3s;
    font-size: inherit;
    width: 100%;
}
.Itinerary___pack_holiday .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #ffffff;
}
div#Itinerary button {
    border: none;
    color: #fff;
    padding: 5px 20px;
    border-radius: 40px;
    background: #3184ed;
    margin-bottom: 10px;
    font-size: 13px;
}
div#Itinerary {
    padding: 26px 10px 10px 10px;
}
.flight-details .nav-tabs .nav-item .nav-link {
    width: 100%;
    border-radius:0;
}
.flight-details ul#myTab {
    display: block;
    border-radius: 0;
}
.flight-details .nav-tabs .nav-item {
    width: 100%;
}
.nav-tabs .nav-item .nav-link.active{
    border-radius:0;
}
.icon {
    width: 10%;
    position: absolute;
}
.insure {
    width: 100%;
    padding: 10px !important;
}
.insure h5, h7 {
    padding-left: 47px;
    display: block;
}
.bb_innner {
    display: block;
}
.ins_section {
    margin-top: 19px;
    padding-left: 0;
}
.GST_CONNETN {
    float: left;
    width: 95%;
    padding-left: 26px;
}
div#fome_gst {
    padding: 0 !important;
}
form.gst_form {
    display: block !important;
}
div#fome_gst .form-group {
    width: 100% !important;
}
.gst_click input {
    width: 40px;
    height: 20px;
    z-index: 1;
    position: relative;
}
.impInfo-banner ul {
    padding: 0;
    list-style: none;
}
.col-sm-6.form-group.row {
    padding: 4px 17px;
    display: block !important;
    flex-wrap: inherit !important;
    margin: 0;
}
.card_bus_left {
    padding: 010px 30px !important;
}
.card_bus_right {
    padding: 10px 30px !important;
}
.bord-main_details {
    height: 100% !important;
}





}