body {
    margin:0 0 0 0;
    padding:0 0 0 0;
    font-family: "Montserrat", Sans-serif;
}
.head_hotal {
    font-size: 20px;
    color: #fff;
    margin: 0px;
    font-weight: 500;
    padding: 0 0 15px 0;
    text-transform: capitalize;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #fd2727;
  border-color: #fd2727;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
	
}
.chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}

.panel { background-color: transparent !important; }
.panel-default {border-color: transparent !important; }

.panel.with-nav-tabs .panel-heading {
    padding: 0px 0px 0px 0px;
    background: transparent;
    display: block;
    text-align: -webkit-center;
    width: auto;
    margin: 0 auto 0 auto;
    position: relative;
}

.nav-tabs>li>a{ border-radius:0px !important}

.panel-default>.panel-heading{ border-color:transparent !important}

.Cruise_panel {
    
}

.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

.with-nav-tabs.panel-default .nav-tabs > li > a {
    padding: 10px 15px !important;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    background: rgba(0,0,0,0.7);
}

.with-nav-tabs.panel-default .nav-tabs > li > a  img{ display:block; margin: 0 auto 5px auto;}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #fff;
	background: rgb(64 101 176);
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background: #d40119;
    border-bottom-color: transparent;
    border-color: #d40119;
    margin: 0 0 0px 0;
    display: block;
    text-decoration:none;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}


.form_bx {
    background: #fff;
    padding: 20px 20px 15px 20px;
    border-radius: 0px 0px 22px 22px;
    /* box-shadow: 0 4px 4px #00000040; */
}

.form_bx h2 { color: #5d5d5d;  font-size: 24px;  margin: 5px 0 15px 10px; text-transform: uppercase;  font-weight: 600; font-family: 'El Messiri', sans-serif;}
.form_bx ul{}
.form_bx ul li{float: left;}
.form_bx ul li span{color: #5d5d5d;}
.flight_type{margin: 0 0 0 0px;}
.flight_type ul{list-style: none;padding: 0; margin: 0;}
.flight_type ul li{}

.ffrms_ppd{ padding-left:5px !important; padding-right:5px !important;}

input.ipt1_cruse {
    background: #f6f9fc;
    color: #000;
    font-size:15px;
    font-weight: 600;
    text-transform: capitalize;
    height: 48px;
    border-radius: 10px;
    padding:0px 10px 0px 20px;
    border: 1px solid #e2efff;
}
select.ipt1_cruse {
    background: #f6f9fc;
    color: #000;
    font-size:15px;
    font-weight: 600;
    text-transform: capitalize;
    height: 48px;
    border-radius: 10px;
    padding:0px 10px 0px 20px;
    border: 1px solid #e2efff;
}

/*select.ipt1 {
    background: #fff;
    color: #5d5d5d !important;
    border: solid 1px #ccc;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    font-weight: 600;
    text-transform: capitalize;
    
    height: 30px;
    border-radius: 0;
}*/


select.ipt1_hotel {
    background: #fff;
    color: #5d5d5d !important;
    border: solid 1px #ccc;
    font-size: 13px;
    padding: 12px 10px 8px 100px;
    font-weight: 500;
    text-transform: capitalize;
    
    height: 48px;
    border-radius: 0;
    font-weight: 600;
}
    
select.ipt1 option {
    background: #ffffff;
    color: #333;
    font-weight: 500;
}

ul.nav.nav-tabs li a i {
    font-size: 15px;
}

.frm_llbs_Cruise {
    display:none;
}   

.frm_llbs img{}


.form-group label {

}
.form-group p {
    color: #a5a5a5;
    border-bottom: 2px solid #a5a5a5;
    padding-bottom: 5px;
	font-weight:500;
	
}

select,input.ipt1::-webkit-input-placeholder {
color: #777 !important;
font-weight:600;
font-size:15px;	
}
 
select,input.ipt1:-moz-placeholder { /* Firefox 18- */
color: #777 !important;  
font-weight:600;
font-size:15px;
}
 
select,input.ipt1::-moz-placeholder {  /* Firefox 19+ */
color: #777 !important;  
font-weight:600;
font-size:13px;
}
 
select,input.ipt1:-ms-input-placeholder {  
color: #777 !important;  
font-weight:600;
font-size:13px;
}

input.form-control .ipt1 .ipt2:-ms-input-placeholder {  
color: #777 !important;  
font-weight:600;
font-size:13px;
}

select.ipt1_hotel:-moz-placeholder {
color: #777 !important;
font-weight:600;
font-size:13px;
}

.closed_icon {
    position: absolute;
    top: 15px;
    right: 3px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #ea0202 ;
    text-align: center;
    cursor: pointer;
}

.closed_icon i {
    line-height: 20px;
    color: #fff;
    font-size: 15px;
}

.form-control{ box-shadow:  none !important;}

.ddstr{ margin-top:10px;}
.ddstr_ps{ margin-top:30px;}

.form-control:focus{box-shadow:0 0 0 #5d5d5d !important;}
.form-control:focus {
    color: #495057;
    background-color: #f6f9fc;
    border-color: #e2efff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.fm_ln1{position: relative;}

.change_city img
{
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    padding: 2px;
}

.change_date img {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    padding: 2px;
}

.fm_ln1 .form-group {
    margin: 0 0px 15px 0;
	position:relative;
}

.fms_lba {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 600;
    
    color: #00355f;
    background: #e4e4e4;
    width: 100px;
    height: 48px;
    text-align: right;
    padding: 17px 6px 17px 0;
}

.dat_gp{ padding-right:0px;}
.dat_gp2{ padding-left:0px;}

.searchCruise_btn {
    width: 100% !important;
    color: #ffffff !important;
    border: 0 !important;
    padding: 7px 0 !important;
    font-size:16px !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    font-weight: 600 !important;
    border-radius: 6px !important; 
    background: #000000 !important;
    margin: 18px 0 0 0 !important;
    cursor: pointer !important;
    height: 47px !important;
}

.flight_type input[type=radio]{}

.bg_clrddd {
    
}

/* Custom Radio Button Start*/

.radiotextsty {
  color: #A5A4BF;
  font-size: 18px;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: transparent !important;
    border-radius: 50%;
    border: 2px solid #ef7f22 !important;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #5d5d5d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef7f22;
}

.gapres_dd{ padding-left:10px !important; padding-right:10px !important;}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    
}


/* Custom Radio Button End*/
.fm_ln1 {position: relative; padding:0 0px;}
.main_fm{position: relative;}
input.add_numCruise {
    padding: 0;
    width: 100% !important;
    height: 29px;
    border: none;
    box-shadow: inset 0 0px 0px #5d5d5d;
}
.input-group-cruise {
    border-radius: 2px;
    position: relative;
    display: flex;
    border-collapse: separate;
    border: solid 1px #013d48;
    justify-content: space-between;
    align-items: center;
}
a.add_btncruise, a.mns_btncruise {
    color: #070707 !important;
    background: #f3f7ff;
    padding: 1px 7px;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
}
a.add_btncruise:hover, a.mns_btncruise:hover{color: #5d5d5d; text-decoration: none;}
/*a.mns_btn{color: #5d5d5d;background: #ff7742;padding: 3px 12px;}*/
.pass_bxCruise label {
    font-size: 13px;
    font-weight: 500;
    color: #3d3d3d;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin: 0px 0 0 0;
}
.pass_bxCruise {
    margin: 0 5px 5px 5px;
}
.pass_bxCruise label small {
    display: block;
}
.btn_dnCruise{margin: 8px 0px 0 0;}
.btn_dnCruise button {
    background: #0072ea33;
    color: #4065b0 !important;
    text-transform: uppercase;
    padding: 4px 20px;
    border-radius: 2px;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 12px 0 0px 0;
    font-weight: 500;
    width: 100% !important;
    height: auto;
    cursor: pointer;
    border: 1px solid #4065b0;
}


#radioBtn .notActive{
    color: #3276b1;
    background-color: #5d5d5d;
}

a#add-button {
    background: transparent;
    padding: 5px 10px;
    color: #4065b0 !important;
    text-decoration: none;
    border-radius: 1px;
    margin: 8px 10px 0 10px;
    display: inline-block;
    
    float: left;
    font-size: 12px;
    font-weight: 500;
    border: solid 1px #4065b0;
}

a#remove-button {
    background: transparent;
    padding: 5px 10px;
    color: #4065b0 !important;
    text-decoration: none;
    border-radius: 1px;
    margin: 8px 10px 0 10px;
    display: inline-block;
    
    float: left;
    font-size: 12px;
    font-weight: 500;
    border: solid 1px #4065b0;
}


.room_aads{}
.room_aads h4 {
    font-size: 14px;
    color: #075071;
    margin: 5px 0 2px 8px;
    
    font-weight: 600;
}

.psg_dlsCruise {
    width: 264px;
    display: table;
    background: #fff;
    padding: 15px 15px 15px 15px;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 1;
    border-top: none;
    box-shadow: 0 4px 6px 0 #0000004d;
    border-radius: 16px;
}
.two_site {
    position: absolute;
    top: 41px;
    left: 43%;
    width: 32px;
    height: 32px;
    background: #f95c13;
    border-radius: 50%;
    transform: rotate(90deg);
    z-index: 9;
    border: solid 1px #fff;
    display: none;
}

.two_site i {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    padding: 0px 0px 0px 0;
    position: absolute;
    top: 0;
    left: 7px;
}

/** MULTY SEARCH CSS START **/

.multy_fl {
    font-size: 14px;
    color: #fff;
    margin: 0px 0px 5px 4px;
}

.multy_fl i {
    padding-right: 8px;
    transform: rotate(45deg);
    vertical-align: bottom;
}

.more_multy_ser {
    clear: left;
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.multi-field{display: table; width: 100%; position: relative;}
.add-field {
    background: #ff7f00;
    padding: 3px 10px;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 0px;
    margin: 0px 0px 0 0px;
    display: inline-block;
    float: left;
    border: solid 1px #ff7f00;
    font-weight: 600;
}
.btn_dnCruise {
    background: #000000 !important;
    width: 100% !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    letter-spacing: 1px !important;
    font-size: 13px !important;
    margin:23px 0 0 0 !important;
    height: 32px !important;
}
.remove-field {
    background: #ffcc00;
    padding: 1px 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    margin: 15px 0 0px 5px;
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    position: absolute;
    right: -22px;
}

.frm_llbs_multy{ position: absolute;
    top: 0px;
    left: 6px;
    margin: 0;
    background: #eee;
    height: 100%;
    width: 42px;}
	
.frm_llbs_multy img{ width:25px; float: left; padding: 10px 0 0 0;}
input.ipt1_multy {
    background: #fff;
    color: #5d5d5d;
    border: solid 1px #ccc;
    font-size: 14px;
    padding: 8px 10px 8px 102px;
    font-weight: 600;
    text-transform: capitalize;
    height: 48px;
    border-radius: 0;
}


input.multi_frmst {
    background: #fff;
    color: #5d5d5d;
    border: solid 1px #ccc;
    font-size: 15px;
    padding: 10px 10px 8px 28px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    height: 48px;
    border-radius: 0;
}
.white-color{
	color:#fff!important;
    font-weight: 600!important;
    font-size: 15px;
	}

.labels_tip {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    color: #5a5a5a;
    z-index: 1;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    line-height: 14px;
    margin: 0 0 3px 0;
}


/** FORM RESPONSIVE CSS START **/

@media (min-width:320px) and (max-width:479px){
    
.frm_gap{ padding:0px;} 
.fm_ln1 .form-group{ margin:0 0px 12px 0;}
.ui-widget.ui-widget-content {  border: 0;  box-shadow: 0 0px 3px #777;  padding: 0px;  z-index: 1045 !important; position: absolute; width: 100% !important;  left: 0 !important;}
.change_city img { position: absolute; top: 50%; left: 49%; transform: translate(-50%, -50%);  width: 36px; padding: 2px;}
.bg_clrddd { position: relative; z-index: 0;  width: 100%; top: 12px;}
.form_bx {
        background: #ffffff;
        padding: 18px 12px 18px 12px;
        display: table;
        width: 100%;
    }
.frm_llbs {
        right: 11px;
        width: 20px;
        top: 0px;
    }
.head_hotal { font-size: 18px; padding: 10px 0 15px 10px; line-height: 24px;}
.flight_type label {
        width: auto;
        padding: 5px 10px;
        font-size: 14px;
        letter-spacing: 0;
        color: #000;
    }
.with-nav-tabs.panel-default .nav-tabs > li > a {
    padding: 8px 12px !important;
    font-size: 14px;
    background: #337ab7 !important;
    border-bottom-color: transparent;
    border-color: #337ab7 !important;
}
.panel.with-nav-tabs .panel-heading { background: transparent; width: 100%;}
.closed_icon{ right:14px;}  
.panel-body {
    background: #ffffff;
    border-radius: 0 10px 10px 10px;
    padding: 17px 12px 17px 12px;
}
.psg_dls{ top: 50px; left: 0px; }
.two_site{ display: none; }
.searchCruise_btn {
    width: 100% !important;
    padding: 8px 0;
    background: #3a6fb7;
    margin-top: 2px;
    height: 48px;
}
.fms_lba{ display:none;}
input.ipt1 {
        padding: 10px 10px 8px 35px;
        height: 46px;
    }
select.ipt1{ padding: 0 5px; height:42px;}
.ui-widget.ui-widget-content { width: 250px !important; left: 36px !important;}
.labels_tip { display: block; top: 0; margin: 0 0 5px 0; color: #000;}
.searchCruise_btn {
    margin: 0px 0 0 0 !important;
}
}


@media (min-width:360px) and (max-width:639px){
    
.frm_gap{ padding:0px;} 
.fm_ln1 .form-group{ margin:0 0px 12px 0;}
.ui-widget.ui-widget-content {  border: 0;  box-shadow: 0 0px 3px #777;  padding: 0px;  z-index: 1045 !important; position: absolute; width: 100% !important;  left: 0 !important;}
.change_city img { position: absolute; top: 50%; left: 49%; transform: translate(-50%, -50%);  width: 36px; padding: 2px;}
.bg_clrddd { position: relative; z-index: 0;  width: 100%; top: 12px;}
.form_bx {
        background: #ffffff;
        padding: 18px 12px 18px 12px;
        display: table;
        width: 100%;
    }
.frm_llbs {
        right: 11px;
        width: 20px;
        top: 0px;
    }
.head_hotal { font-size: 18px; padding: 10px 0 15px 10px; line-height: 24px;}
.flight_type label {
        width: auto;
        padding: 5px 10px;
        font-size: 14px;
        letter-spacing: 0;
        color: #000;
    }
.with-nav-tabs.panel-default .nav-tabs > li > a {
    padding: 8px 12px !important;
    font-size: 14px;
    background: #337ab7 !important;
    border-bottom-color: transparent;
    border-color: #337ab7 !important;
}
.panel.with-nav-tabs .panel-heading { background: transparent; width: 100%;}
.closed_icon{ right:14px;}  
.panel-body {
    background: #ffffff;
    border-radius: 0 10px 10px 10px;
    padding: 17px 12px 17px 12px;
}
.psg_dls{ top: 30px; left: 0px; }
.two_site{ display: none; }

.fms_lba{ display:none;}
input.ipt1 {
        padding: 10px 10px 8px 35px;
        height: 46px;
    }
select.ipt1{ padding: 0 5px; height:42px;}
.ui-widget.ui-widget-content { width: 250px !important; left: 36px !important;}
.labels_tip { display: block; top: 0; margin: 0 0 5px 0; color: #000;}
.searchCruise_btn {
    margin: 0px 0 0 0 !important;
}    
}


@media (min-width:480px) and (max-width:639px){
    
.frm_gap{ padding:0px;} 
.fm_ln1 .form-group{ margin:0 8px 5px 0;}
.ui-widget.ui-widget-content {  border: 0;  box-shadow: 0 0px 3px #777;  padding: 0px;  z-index: 1045 !important; position: absolute; width: 100% !important;  left: 0 !important;}
.change_city img { position: absolute; top: 50%; left: 49%; transform: translate(-50%, -50%);  width: 36px; padding: 2px;}
.bg_clrddd {  position: relative; z-index: 9;  width: 100%;  top: -10px;}
.form_bx {
        background: #ffffff;
        padding: 18px 12px 18px 12px;
        display: table;
        width: 100%;
    }
.frm_llbs {
        right: 11px;
        width: 20px;
        top: 0px;
    }
.head_hotal { font-size: 18px; padding: 10px 0 15px 10px; line-height: 24px;}
.flight_type label {
        width: auto;
        padding: 5px 10px;
        font-size: 14px;
        letter-spacing: 0;
        color: #000;
    }
.with-nav-tabs.panel-default .nav-tabs > li > a {
    padding: 8px 12px !important;
    font-size: 14px;
    background: #337ab7 !important;
    border-bottom-color: transparent;
    border-color: #337ab7 !important;
}
.panel.with-nav-tabs .panel-heading{ background: #025067; }
.closed_icon{ right:14px;}  
.panel-body {
    background: #ffffff;
    border-radius: 0 10px 10px 10px;
    padding: 17px 12px 17px 12px;
}
.psg_dls{ top: 50px; left: 0px; }
.two_site{ display: none; }

.fms_lba{ display:none;}
input.ipt1 {
        padding: 10px 10px 8px 35px;
        height: 46px;
    }
select.ipt1{ padding: 10px 10px 8px 28px; height:42px;}
.ui-widget.ui-widget-content { width: 250px !important; left: 36px !important;}
.labels_tip { display: block; top: 0; margin: 0 0 5px 0; color: #000;} 
.searchCruise_btn {
    margin: 0px 0 0 0 !important;
} 
}


@media (min-width:640px) and (max-width:767px){
    
.frm_gap{ padding:0px;} 
.fm_ln1 .form-group{ margin:0 8px 5px 0;}
.ui-widget.ui-widget-content {  border: 0;  box-shadow: 0 0px 3px #777;  padding: 0px;  z-index: 1045 !important; position: absolute; width: 100% !important;  left: 0 !important;}
.change_city img { position: absolute; top: 50%; left: 49%; transform: translate(-50%, -50%);  width: 36px; padding: 2px;}
.bg_clrddd {  position: relative; z-index: 9;  width: 100%;  top: -10px;}
.form_bx {  background: #003c4d; padding: 0px 0px 10px 8px; display: table; width: 100%;}
.frm_llbs {
        right: 11px;
        width: 20px;
        top: 0px;
    }
.head_hotal { font-size: 18px; padding: 10px 0 15px 10px; line-height: 24px;}
.flight_type label {
        width: auto;
        padding: 5px 10px;
        font-size: 14px;
        letter-spacing: 0;
        color: #000;
    }
.with-nav-tabs.panel-default .nav-tabs > li > a {
    padding: 8px 12px !important;
    font-size: 14px;
    background: #337ab7 !important;
    border-bottom-color: transparent;
    border-color: #337ab7 !important;
}
.panel.with-nav-tabs .panel-heading{ background: #025067; }
.closed_icon{ right:14px;}  
.panel-body {
    background: #ffffff;
    border-radius: 0 10px 10px 10px;
    padding: 17px 12px 17px 12px;
}
.psg_dls{ top: 50px; left: 0px; }
.two_site{ display: none; }

.fms_lba{ display:none;}
input.ipt1 {
        padding: 10px 10px 8px 35px;
        height: 46px;
    }
select.ipt1{ padding: 10px 10px 8px 28px; height:42px;}
.ui-widget.ui-widget-content { width: 250px !important; left: 36px !important;}
.labels_tip { display: block; top: 0; margin: 0 0 5px 0; color: #000;}
.searchCruise_btn {
    margin: 0px 0 0 0 !important;
}  
}


@media (min-width:768px) and (max-width:799px){
    
.frm_gap{ padding:0px;} 
.fm_ln1 .form-group{ margin:0 8px 5px 0;}
.ui-widget.ui-widget-content {  border: 0;  box-shadow: 0 0px 3px #777;  padding: 0px;  z-index: 1045 !important; position: absolute; width: 100% !important;  left: 0 !important;}
.change_city img { position: absolute; top: 50%; left: 49%; transform: translate(-50%, -50%);  width: 36px; padding: 2px;}
.bg_clrddd {  position: relative; z-index: 9;  width: 100%;  top: -10px;}
.form_bx {  background: #fff; padding: 0px 0px 10px 8px; display: table; width: 100%;}
.frm_llbs {
        right: 11px;
        width: 20px;
        top: 0px;
    }
.head_hotal { font-size: 18px; padding: 10px 0 15px 10px; line-height: 24px;}
.flight_type label {
        width: auto;
        padding: 5px 10px;
        font-size: 14px;
        letter-spacing: 0;
        color: #000;
    }
.with-nav-tabs.panel-default .nav-tabs > li > a {
    padding: 8px 12px !important;
    font-size: 14px;
    background: #337ab7 !important;
    border-bottom-color: transparent;
    border-color: #337ab7 !important;
}
.panel.with-nav-tabs .panel-heading{ background: #025067; }
.closed_icon{ right:14px;}  
.panel-body {
    background: #ffffff;
    border-radius: 0 10px 10px 10px;
    padding: 17px 12px 17px 12px;
}
.psg_dls{ top: 50px; left: 0px; }
.two_site{ display: none; }

.fms_lba{ display:none;}
input.ipt1 {
        padding: 10px 10px 8px 35px;
        height: 46px;
    }
select.ipt1{ padding: 10px 10px 8px 8px; height:42px !important;}
.ui-widget.ui-widget-content { width: 250px !important; left: 36px !important;}
.searchCruise_btn {
    margin: 0px 0 0 0 !important;
}   
}