
body{font-family: "Poppins", sans-serif; margin:0; padding:0; }

.head_hotal {
    font-size: 20px;
    color: #fff;
    margin: 0px;
    font-weight: 500;
    padding: 0 0 15px 0;
    text-transform: capitalize;
}
.my-dropdown {
    position: relative;
    width: 130px;
    cursor: pointer;
}
.my-dropdown-selected {
    position: relative;
    font-size:14px;
    color: #0a162e;
    font-weight: 500;
    background: #f1f4f1;
    padding:8px 16px 8px 0px;
    text-align: center;
    border-radius: 34px;
}
.my-dropdown-selected a {
    font-size: 14px;
    color: #0a162e;
    font-weight: 500;
    text-decoration: none;
}
.my-dropdown-selected:after {
    content: "";
    position: absolute;
    top:15px;
    background-image: url(../images/dropdown.png);
    width: 15px;
    height: 9px;
    filter: brightness(0);
    margin: 0 0 0 4px;
}
.my-dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    z-index: 10;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
}
.my-dropdown-option {
    /* padding: 8px 16px 8px 16px; */
    transition: background 0.2s;
    font-size: 13px;
    color: #0a162e;
    font-weight: 500;
    border-bottom: 1px solid #eaeaea;
}
.flight_type label {
    padding: 8px 16px 8px 35px;
    transition: background 0.2s;
    font-size: 13px;
    color: #0a162e;
    font-weight: 500;
}
.checkmark2 {
    position: absolute;
    left: 11px;
    top: 11px;
}
.customradio input[type="radio"]:checked + .checkmark2 .arrow-icon {
    display: inline-block;
    color: #ff7400;
    font-size: 14px;
}
.my-dropdown.open .my-dropdown-options {
    display: block;
}
.checkmark2 .arrow-icon {
    display: none;
}
.my-dropdown-selected.rotateTrip:after {
    transform: rotate(180deg);
}
.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;
}
.fm_gp {
    margin: 0 !important;
    padding: 0 !important;
}
.panel {
    margin-bottom: 0px !important;
    background-color: #fff;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: none !important;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #009cad;
  border-color: #009cad;
}
.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;
    box-shadow: none;
}

.panel.with-nav-tabs .panel-heading {
    padding: 0px 0px 0 0px;
    background: transparent;
}
.nav-tabs>li>a{ border-radius:0px !important}

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

.panel-body {
    padding: 1px 0px 0px 0px;
    /* box-shadow: 1px 3px 21px 0 rgb(0 0 0 / 9%); */
    border-radius: 4px;
}

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

.with-nav-tabs.panel-default .nav-tabs > li > a {
    padding: 5px 14px 5px 14px !important;
    text-decoration: none;
    display: block;
    background: #ffffff;
    border: 4px solid #fff;
    border-radius: 5px 5px 0px 0px !important;
    font-size: 16px;
    font-weight: 500;
    color: #f26522 !important;
    display: none;
}
/********************************************************************/
/*** 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: #0f0e0e;
}
.with-nav-tabs.panel-default .nav-tabs > li > a:hover i {
    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 > .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: #1d4076;
    border: 4px solid #fff;
}
.nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.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: #fdad1a;
    border-color: #ffffff;
    border-bottom-color: transparent;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 26px !important;
    border-radius: 2px !important;
    margin-left: 0px;
    border: 4px solid #ffffff;
    display: block;
}
.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: 0px 10px 0px 10px;
    border-radius: 51px;
}
.bg_clrddd {}
.head_gp {
    margin: 0;
    padding: 0;
}
.form_bx h2 { color: #5d5d5d;  font-size: 24px;  margin: 5px 0 15px 10px; text-transform: uppercase;  font-weight: 600; }
.form_bx ul{}
.form_bx ul li{float: left;}
.form_bx ul li span{color: #5d5d5d;}
.flight_type {
    background: #fdad1a00;
    display: table;
    padding: 0 0px 12px 0px;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}
/*.col-md-2.col-xs-12.solotab.ffrms_ppd {
    width: 8%;
}
.col-md-3.rsts.ffrms_ppd {
    width: 20.8%;
}*/
select.ipt1 {
    background:#f1f4f1;
    font-size: 16px;
    padding: 0px 5px 0px 25px;
    font-weight: 500;
    text-transform: capitalize;
    height: 44px;
    border-radius: 8px;
    margin: 4px 0 0 0;
    box-shadow: none !important;
    border: none;
    border-bottom: none;
}
.frm_llbs2 {
    position: absolute;
    top: 12px;
    left: 14px;
    margin: 0;
}
.form-check-inline {
    display: block;
    margin-right: 0;
}
.flight_type ul{list-style: none;padding: 0; margin: 0;}
.flight_type ul li{}

.ffrms_ppd {
    padding-left: 8px !important;
    padding-right: 8px !important;
    position: relative;
}
.travelRestiction_sec {
    background: #f1f4f1;
    padding: 12px 0 12px 0;
    text-align: center;
    font-size: 14px;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 0 0 0;
}
.travelRestiction_sec a {
    color: #333;
    text-decoration: none;
}
.travelRestiction_sec a i {
    color: #e7a701;
    font-size: 15px;
    margin: 0 2px 0 0;
}
input.ipt1 {
    background: #f1f4f1;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    height: 48px;
    border-radius:6px;
    padding:0px 8px 0px 33px !important;
    box-shadow: none !important;
    border: none;
    border: 1px solid #e2e3e5 !important;
    border: none !important;
}
input.ipt1From {
    background: #f1f4f1;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    height: 110px;
    border-radius: 10px;
    padding: 30px 15px 0px 15px !important;
    box-shadow: none !important;
    /* border: 1px solid #e2e3e5; */
    text-align: center;
    border: none;
}
.frm_llbs4 {
    position: absolute;
    top: 33%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}
label.frm_llbs4 img {
    width: 36px;
}
.frm_llbs4 i {
    color: #1460aa;
    font-weight: 600;
    font-size: 20px;
}


ul.nav.nav-tabs li a i {
    font-size: 18px;
    transform: rotate(0deg);
    margin: 0px 4px 0 0;
    color: #f26522;
    padding: 0px 0 0 0;
}
.panel-default{margin: 0;border:0;}

.tion_sea {
    position: absolute;
    color: #333;
    z-index: 1;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 0 0 0px 0;
    top: 4px;
    background: white;
    left: 34px;
    padding: 0 5px 0 5px;
    line-height: normal;
    display: none;
}

.frm_llbs {
    position: absolute;
    top: 12px;
    left: 9px;
    margin: 0;
}

.frm_llbs img {
    width: 22px;
}

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


select.ipt1_hotel {
	background: #fff;
    color: #5d5d5d;
    border: solid 1px #ccc;
    font-size: 14px;
    padding: 8px 10px 8px 10px;
    font-weight: 500;
    text-transform: capitalize;
    height: 50px;
    border-radius: 0;
	font-weight:600;
}
	
select.ipt1 option{background: #ffffff;}
.form-group label {
    color: #bdbdbd;
    font-weight: 600;
    font-size: 16px;
}
.form-group p {
    color: #a5a5a5;
    border-bottom: 2px solid #a5a5a5;
    padding-bottom: 5px;
	font-weight:500;
	
}

select,input.ipt1::-webkit-input-placeholder {
    color: #444 !important;
    font-weight:500;
    font-size:15px;	
}
select,input.ipt1From::-webkit-input-placeholder {
    color: #444 !important;
    font-weight:600;
    font-size:16px; 
}
.form-control:focus {
    color: #333;
    background-color: #efefef00;
    border-color: #8b8888;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    box-shadow: none !important;
}
 
select,input.ipt1::-moz-placeholder { 
color: #444 !important;  
font-weight:500;
font-size:15px;
}
 
/*select,input.ipt1::-moz-placeholder { 
color: #5d5d5d !important;  

font-weight:500;
font-size:14px;
}
 
select,input.ipt1:-ms-input-placeholder {  
color: #5d5d5d !important;  

font-weight:500;
font-size:14px;
}

select.ipt1_hotel:-moz-placeholder {
	color: #5d5d5d !important;

font-weight:500;
font-size:14px;
}*/

.rounded_iimg{ position:relative; }
.roud_icons {
    position: absolute;
    top: 9px;
    left: 170px;
    width: 28px;
    z-index: 9;
	display:none;
}

.serlocation{ padding: 8px 5px 8px 13px !important; }

.closed_icon {
    position: absolute;
    top: 20px;
    right: 14px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #E8381B ;
    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;}
.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 11px 0px;
    position: relative;
}

.res_hh {
    background: #ffffff;
    padding: 0px 5px;
    z-index: 1;
    position: relative;
    display: inline;
    top:0px;
    left: 3px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    display:none;
}
.panel-body {
    padding: 16px 18px 16px 18px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px #0003;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #fdad1a !important;
    border: 4px solid #fff;
}
.fm_ln1 button {
    width: 100%;
    color: #ffffff;
    border: 0;
    padding: 10px 0px 10px 0;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    background: #e7a701;
    margin-top: 0px;
    border-radius: 4px;
    text-align: center;
    float: right;
    position: relative;
}
.fm_ln1 button i {
    background: #1d4076;
    border-radius: 35px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 6px;
    top: 3.7px;
}

.form_ltttt {
    width: 100%;
    background: #0a72a2;
    height: 100%;
    padding: 25px 0px 4px 31px;
}
.form_ltttt h1 {
    font-size: 24px;
    color: #fff;
}
.form_ltttt h1 span {
    font-size: 60px;
}
.form_lll_gp {
    margin:0;
    padding:0;
}
.inpt_gp {
    /* margin: 0; */
    padding: 2px;
    text-align: center;
}

.flight_type label {
    color: #333;
    background: transparent;
    border-radius: 0px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0 0 0px 0px;
    font-size: 14px;
    padding: 10px 7px 10px 30px;
    text-transform: capitalize;
    text-align: left;
    float: left;
    text-shadow: none;
    text-shadow: none;
    width: 100%;
    border-bottom: 1px solid #dadada;
}


.flight_type input[type=radio]{}

.bg_clrddd {
    padding: 2px 0 11px 0px;
    left: 0;
    right: 0;
    background: #0da09a;
    border-radius: 4px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    opacity: 1;
}

/* 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: 9px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: transparent !important;
    border-radius: 50%;
    border: 2px solid #f26522 !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 #fdad1a;
}

/* 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;
}
.form-control:focus {
    box-shadow: 0 0 0 #5d5d5d !important;
    box-shadow: none;
    border: none;
    background:#f1f4f1;
}
/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f26522;
}

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f1f4f1;
    opacity: 1;
}

/* Custom Radio Button End*/
.fm_ln1 {
    position: relative;
    padding: 0px 0px 0px 0px;
    background: #fff;
    border-radius: 25px 25px 25px 25px;
    border-radius: 4px;
}
.ffrms_ppd2 {
    padding-left:0px !important;
    padding-right:0px !important;
    position: relative;
}
.main_fm{position: relative;}
input.add_num {
    padding: 0;
    width: 100% !important;
    height: 36px;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 0px 0px #5d5d5d !important;
    border-radius: 4px;
}


a.add_btn, a.mns_btn {
    color: #e7a701 !important;
    background: #ffffff;
    padding: 5px 9px;
    border: solid 1px #e7e7e7;
    border-radius: 4px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
a.add_btn:hover, a.mns_btn:hover{color: #5d5d5d; text-decoration: none;}
/*a.mns_btn{color: #5d5d5d;background: #ff7742;padding: 3px 12px;}*/
.pass_bx label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    text-align: left !important;
    margin: 0 0 2px 0;
}
.pass_bx {
    margin: 0 0px 5px 0px;
}
.onSeat_box {
    margin: 8px 0px 8px 0px;
}
.onSeat_box label {
    text-transform: capitalize;
    color: #444;
    margin: 0 12px 0 0;
    display: inline-block;
}
.onSeat_box label input {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
}
.btn_dn {
    float: none;
    width: 100%;
    margin: 0 auto;
}
.btn_dn button {
    background: #e7a701;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;
    margin-left: 0;
    margin-top: 3px;
    width: 100%;
    position: relative;
    top: 0;
    line-height: normal;
    left: 0;
}
.psg_dls {
    width: 220px;
    display: table;
    background: #ffffff;
    padding: 10px 15px 15px 15px;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 9;
    box-shadow: 1px 3px 21px 0 rgb(0 0 0 / 16%);
    border-radius: 8px;
}
#radioBtn .notActive{
    color: #3276b1;
    background-color: #5d5d5d;
}

.desktop_view {
    display:none;
}



@media (min-width:320px) and (max-width:479px){
	
.frm_gap{ padding:0px;}	
input.ipt1 {
    height: 50px;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    padding: 2px 0 1px 38px !important;
}
.col-md-2.col-xs-12.solotab.ffrms_ppd {
    width: 100%;
}
.fm_gp {
    margin: 0;
    padding: 4px;
}
.frm_llbs {
    top: 14px;
}
.roud_icons{ display:none;}
.fm_ln1 .form-group {
    margin: 0px 0px 8px 0;
}
.flight_type label {
    float: left;
    width: auto;
    color: #333;
    height: 14px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 600;
}
.tion_sea {
    display: none;
}
.panel-body {
    padding: 4px 30px 2px 30px;
    margin-bottom: 0;
    border-radius: 0px 5px 5px 5px;
    background: #ffffff;
}
.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: 1;  width: 100%;  top: 0px;padding: 0;}
.form_bx {
    /*display: table;*/
    width: 100%;
}
.fm_ln1 button {
    padding: 10px 0;
    background: #f26522;
    margin-top: 0px;
    border-radius: 2px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
}
.psg_dls{ position:relative; top: 0px;}
.ui-widget.ui-widget-content {
    z-index: 999999999999 !important;
    width: 19em !important;
    left: 6px !important;
}
.res_hh{ }
.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 {
    display: block;
    background: #ff590b;
    color: #fff;
    border: none;
    padding: 6px 24px !important;
    font-size: 16px;
}
.chiller_cb label{ color:#333;}
.chiller_cb span{ border: 1px solid #4b8509;}
.flight_type {
    background: #fff0;
    display: table;
    padding: 0 0 0 0px;
    width: 100%;
    margin: 10px 0 8px 7px;
}
.checkmark {
    position: absolute;
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: transparent !important;
    border-radius: 50%;
    border: 2px solid #f26522 !important;
}
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f26522;
}
.fm_ln1 {
    position: relative;
    padding: 8px 6px 8px 6px;
    background: #ffffff05;
    border-radius: 5px;
}	
.col-md-3.rsts.ffrms_ppd {
    width: 100%;
}
.desktop_view {
    display:block;
}
.phone_view_passanger {
    display:none;
}
}


@media (min-width:360px) and (max-width:639px){
	
.frm_gap{ padding:0px;}	
input.ipt1 {
    height: 50px;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    padding: 2px 0 1px 38px !important;
}
.tion_sea {
    display: none;
}
.frm_llbs {
    top: 14px;
}
.roud_icons{ display:none;}
.fm_ln1 .form-group {
    margin: 0px 0px 8px 0;
}
.col-md-2.col-xs-12.solotab.ffrms_ppd {
    width: 100%;
}
.flight_type label {
    float: left;
    width: auto;
    color: #333;
    height: 14px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 600;
}
.panel-body {
    padding: 4px 30px 2px 30px;
    margin-bottom: 0;
    border-radius: 0px 5px 5px 5px;
    background: #ffffff;
}
.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: 0px;
    padding: 0;
}
.form_bx {
    background: #ffffff00;
    padding: 0px 5px 13px 5px;
    /* display: table; */
    width: 100%;
}
.fm_ln1 button {
    padding: 10px 0;
    background: #f26522;
    margin-top: 0px;
    border-radius: 2px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
}
.psg_dls{ position:relative; top: 0px;}
.ui-widget.ui-widget-content {
    z-index: 999999999999 !important;
    width: 19em !important;
    left: 6px !important;
}
.res_hh{ }
.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 {
    display: block;
    background: #ff590b;
    color: #fff;
    border: none;
    padding: 6px 24px !important;
    font-size: 16px;
}
.chiller_cb label{ color:#333;}
.chiller_cb span{ border: 1px solid #4b8509;}
.flight_type {
    background: #fff0;
    display: table;
    padding: 0 0 0 0px;
    width: 100%;
    margin: 10px 0 8px 7px;
}
.checkmark {
    position: absolute;
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: transparent !important;
    border-radius: 50%;
    border: 2px solid #f26522 !important;
}
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f26522;
}
.fm_ln1 {
    position: relative;
    padding: 8px 6px 8px 6px;
    background: #ffffff05;
    border-radius: 5px;
}	
.col-md-3.rsts.ffrms_ppd {
    width: 100%;
}
.desktop_view {
    display:block;
}
.phone_view_passanger {
    display:none;
}
}


@media (min-width:480px) and (max-width:639px){
	
.frm_gap{ padding:0px;}	
input.ipt1 {
    height: 50px;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    padding: 2px 0 1px 38px !important;
}
.tion_sea {
    display: none;
}
.frm_llbs {
    top: 14px;
}
.roud_icons{ display:none;}
.fm_ln1 .form-group {
    margin: 0px 0px 8px 0;
}
.col-md-2.col-xs-12.solotab.ffrms_ppd {
    width: 100%;
}
.flight_type label {
    float: left;
    width: auto;
    color: #333;
    height: 14px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 600;
}
.panel-body {
    padding: 4px 30px 2px 30px;
    margin-bottom: 0;
    border-radius: 0px 5px 5px 5px;
    background: #ffffff;
}
.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: 0px;
    padding: 0;
}
.form_bx {
    background: #ffffff00;
    padding: 0px 5px 13px 5px;
    /* display: table; */
    width: 100%;
}
.fm_ln1 button {
    padding: 10px 0;
    background: #f26522;
    margin-top: 0px;
    border-radius: 2px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
}
.psg_dls{ position:relative; top: 0px;}
.ui-widget.ui-widget-content {
    z-index: 999999999999 !important;
    width: 19em !important;
    left: 6px !important;
}
.res_hh{ }
.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 {
    display: block;
    background: #ff590b;
    color: #fff;
    border: none;
    padding: 6px 24px !important;
    font-size: 16px;
}
.chiller_cb label{ color:#333;}
.chiller_cb span{ border: 1px solid #4b8509;}
.flight_type {
    background: #fff0;
    display: table;
    padding: 0 0 0 0px;
    width: 100%;
    margin: 10px 0 8px 7px;
}	
.checkmark {
    position: absolute;
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: transparent !important;
    border-radius: 50%;
    border: 2px solid #f26522 !important;
}
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f26522;
}
.fm_ln1 {
    position: relative;
    padding: 8px 6px 8px 6px;
    background: #ffffff05;
    border-radius: 5px;
}
.col-md-3.rsts.ffrms_ppd {
    width: 100%;
}
.desktop_view {
    display:block;
}
.phone_view_passanger {
    display:none;
}
}


@media (min-width:640px) and (max-width:767px){
	
.frm_gap{ padding:0px;}	
input.ipt1 {
    height: 50px;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    padding: 2px 0 1px 38px !important;
}
.tion_sea {
    display: none;
}
.frm_llbs {
    top: 14px;
}
.roud_icons{ display:none;}
.fm_ln1 .form-group {
    margin: 0px 0px 8px 0;
}
.flight_type label {
    float: left;
    width: auto;
    color: #333;
    height: 14px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 600;
}
.panel-body {
    padding: 4px 30px 2px 30px;
    margin-bottom: 0;
    border-radius: 0px 5px 5px 5px;
    background: #ffffff;
}
.col-md-2.col-xs-12.solotab.ffrms_ppd {
    width: 100%;
}
.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: 12px;}
.form_bx {
    background: #ffffff00;
    padding: 0px 5px 13px 5px;
    /* display: table; */
    width: 100%;
}
.fm_ln1 button {
    padding: 10px 0;
    background: #f26522;
    margin-top: 0px;
    border-radius: 2px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
}
.psg_dls{ position:relative; top: 0px;}
.ui-widget.ui-widget-content {
    z-index: 999999999999 !important;
    width: 19em !important;
    left: 6px !important;
}
.res_hh{ }
.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 {
    display: block;
    background: #ff590b;
    color: #fff;
    border: none;
    padding: 6px 24px !important;
    font-size: 16px;
}
.chiller_cb label{ color:#333;}
.chiller_cb span{ border: 1px solid #4b8509;}
.flight_type {
    background: #fff0;
    display: table;
    padding: 0 0 0 0px;
    width: 100%;
    margin: 10px 0 8px 7px;
}
.checkmark {
    position: absolute;
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: transparent !important;
    border-radius: 50%;
    border: 2px solid #f26522 !important;
}
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f26522;
}	
.fm_ln1 {
    position: relative;
    padding: 8px 6px 8px 6px;
    background: #ffffff05;
    border-radius: 5px;
}
.col-md-3.rsts.ffrms_ppd {
    width: 100%;
}
.desktop_view {
    display:block;
}
.phone_view_passanger {
    display:none;
}
}


@media (min-width:768px) and (max-width:799px){
	
.frm_gap{ padding:0px;}	
.fm_ln1 .form-group {
    margin: 0px 0px 8px 0;
}
.flight_type label {
    float: left;
    width: auto;
    color: #333;
    height: 14px;
    text-shadow: none;
    font-size: 13px;
    font-weight: 600;
}
.col-md-2.col-xs-12.solotab.ffrms_ppd {
    width: 100%;
}
.tion_sea {
    display: none;
}
.panel-body {
    padding: 4px 30px 2px 30px;
    margin-bottom: 0;
    border-radius: 0px 5px 5px 5px;
    background: #ffffff;
}
.ui-widget.ui-widget-content {  border: 0;  box-shadow: 0 0px 3px #777;  padding: 0px;  z-index: 1045 !important; position: absolute;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: 12px;}
.form_bx {
    background: #ffffff;
    padding: 0px 5px 13px 5px;
    /*display: table;*/
    width: 100%;
}
.flight_type {
    background: #fff0;
    display: table;
    padding: 0 0 0 0px;
    width: 100%;
    margin: 10px 0 8px 7px;
}
.checkmark {
    position: absolute;
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: transparent !important;
    border-radius: 50%;
    border: 2px solid #f26522 !important;
}
.banner_tt h1{padding-top: 30px;font-size: 20px;}	
.customradio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f26522;
}
.fm_ln1 {
    position: relative;
    padding: 8px 6px 8px 6px;
    background: #ffffff05;
    border-radius: 5px;
}
.col-md-3.rsts.ffrms_ppd {
    width: 100%;
}
.desktop_view {
    display:block;
}
.phone_view_passanger {
    display:none;
}
}