@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&amp;display=swap');
*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
body{ padding:0px; margin:0px; font-weight:normal; font-style:normal; font-family: 'Poppins', sans-serif !important; animation:fade_in 1s;}
@keyframes fade_in{0%{opacity:0;}100%{opacity:1;}}
html{scroll-behavior:smooth;}
:root{--primary-main:#01be60; --secondary-main:#0947ae; --third-color:#e0681a;}
textarea:focus, input:focus{outline: none;}
a img{ border:none;}
a{ text-decoration:none;}
button:focus {outline: none;}
.clr{clear:both;}
.fleft{float:left;}
.img-fluid{max-width:200px;}
.fright{float:right;}
.cll_btn{background:var(--primary-main);  text-align:center; border-radius:30px; max-width:50px;  padding:6px 6px;}
 header,footer,nav,article,aside,nav,section{display:block;}
.mainheader{ width:100%; float: left;}
.commoncontainer{max-width:1400px; width:97%; margin:0 auto; padding:0px;}
.headertop_left{width:20%; float:left;}
.headertop_left img{margin-top: 4px;max-width:180px; padding:5px;}
.header_mid {float: left;width: 80%;padding:12px 8px;}
.main_nav {width: 100%;float: left; margin-top:0px;}
.contnt{display:none; border:none; }
.bg{background:rgba(0,0,0,0.4); transition:0.4s; top:0; bottom:0; width:100%; height:100%; left:0; right:0; position:fixed; z-index:2;}
.cls_tb{font-size:50px; color:#fff; display:block; transition:0.4s; visibility:hidden; position:absolute; right:30px; cursor:pointer; top:10px;}
.cls_tb:hover{color:var(--secondary-main);}
.ui-widget.ui-widget-content{z-index:9999 !important;}
.call_anc{color:var(--primary-main); font-size:22px; margin-top:3px; text-decoration:none !important; transition:0.3s;background:transparent; padding:4px 6px;}
.headertop_right{float: right;margin-top: 28px;width:35%;margin-bottom: 10px; position: relative;}
.contact_con {display:none; float: right;text-align: right;margin:17px 0;}
.falg_div {display: inline-block;text-align: center;padding-top: 20px;width: 25%;float: left;}
.contact_nu p {  margin: 0; padding: 0; color:#000; font-size: 14px;font-weight:500;}
.ovr{overflow:hidden;}
.contact_nu p > i{padding-right:6px;position:relative; cursor:pointer;}
.togle{background:rgba(0,0,0,0.80); visibility:hidden; font-size:8px; text-align:center;color:#fff; position:absolute; width:40px; border-radius:2px; right:-40px; padding:1px;}
.togle::before{content:''; position:absolute;border-left:4px solid transparent; border-right:4px solid rgba(0 0 0 / 80%);; border-top:4px solid transparent; border-bottom:4px solid transparent; top:3px; left:-7px;}
.contact_nu p > i:hover ~ .togle{visibility:visible;}
.country {position: relative;margin: 0 auto;}
.country .select {position: relative;background: #fff;white-space: nowrap;text-overflow: ellipsis;
    overflow: hidden;cursor: pointer;font-size: 15px;font-weight: bold;color: #000;}
.country .dropdown {display: none;position: absolute;top: 39px; left: 0;width: 100%;border: 1px solid #cfcfcf;border-top: 1px solid #a6a6a6;background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.20);z-index: 1;float: left;}
country ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.country .dropdown li {
    padding: 0px;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    text-align: center;
}
.country .dropdown li:first-child {
    margin-top: 0px;
}
.headertop_right ul{margin: 0;padding: 0; list-style: none; width: 100%;float: left;}
.headertop_right ul li{width:32%; float: left;}
.headertop_right ul li:nth-child(4n+2){width:22%;}
.headertop_right ul li:nth-child(4n+3){width:12%;}
.headertop_right ul li a{ font-size:14px; color:#000; font-size:14px;font-weight:bold;width: 100%; float: left; }
.headertop_right ul li a span{background: #ee6221;padding: 3px 7px;border-radius: 50%;margin: 0px 2px;display: inline-block;color: #fff; font-size: 10px;}
.headertop_right ul li a i{font-size:16px; color: #333;font-weight: bold;}
#mainnav #menu { padding: .8em 1.5em; font-size:22px !important;cursor: pointer;}
.contact_con{position:relative;}
.contact_con a {font-size: 21px; text-decoration:none; transition:0.4s; letter-spacing:0.3px; color: var(--primary-main); font-weight: 600; position: relative; line-height:1;}
.contact_con a:hover{color:#fff;}

.contact_con a img{position:absolute; left:-45px; top:-6px;width:35px; padding:5px;}
.contact_con a img::before{content:""; position:absolute; background:#0cae18; width:10px; height:10px; bottom:0; }
.headertop_right .dropDownWrapper{width: 330px;background: #fff;border-radius: 4px;border: 1px solid #ddd;box-shadow: 0px 2px 5px #ddd;
    position: absolute;top: 30px;z-index: 13;}
.headertop_right .dropDownWrapper li{border-bottom: 1px solid #ddd;width: 100%;font-size: 14px;padding: 10px;display: flex;justify-content: space-between;cursor: pointer;}
.dropDownDtls .fltInfo{color:#1e3266; font-weight: 700;}
.headertop_right .dropDownWrapper li .dropDownDtls{display: flex;align-items: center;}
.dropDownDtls .fa{font-size: 24px;margin-right: 15px;}
.fltDtls{flex:1;}
.fltDtls > p{ margin:0}
.fltDtls > p+p{font-size: 12px;margin-top: 4px;}
.mt-2{float:left;}
.header_buttom{width: 100%;float: left; margin: 0;padding: 10px 0;background: #304478;}
.main_nav{ width:100%; float:left; }
.main_nav ul{ list-style-type: none; margin: 0; padding: 6px 0px; display:flex; justify-content:flex-end; gap:20px;}
.main_nav ul li{ float: left; margin:0px 8px;}
.main_nav ul li a{ color:#646464; font-size:13px; letter-spacing:0.6px; position:relative; cursor:pointer; transition:0.3s; padding:5px 10px; text-decoration:none; font-weight:500;}
.main_nav ul li a:hover{ border-radius:30px; opacity:1; color:var(--primary-main);}
.seach_con{width:100%; position:relative; overflow:initial !important;  height:500px; float:left;background-image:url(../images/secure_banner.avif); background-repeat:no-repeat; background-position:center; background-size:cover; padding-top:7rem;}
.main-header-top {text-align:center; padding: 0 20px; margin-top:20px;}
.main-header-top h2{font-size:30px; color:#fff; text-shadow:1px 2px 3px #333; font-weight:600; padding-bottom:10px;}
.main-header-top h2 span{color:#333; text-decoration:underline; font-size:32px !important; text-shadow:none;}
.main-header-top p{background: #e87529;font-size:15px;  width:calc(100% - 200px); margin:0; display:inline-block;  border:3px dashed var(--secondary-main); padding:8px 6px; color:#fff; text-shadow:1px 1px 2px #888; font-weight:500;}
.main-header-top p a{display: inline-block;text-decoration:none; font-weight:600; font-size:16px !important; color:var(--secondary-main);}
.seach_con .parg{color:#f6f6f6; font-size:18px;  position:relative; padding:15px 0px; display:none;}
.seach_con .parg > a{text-decoration:underline; letter-spacing:0.5px; position:relative; color:#fff;}
.seach_bg{ width:100%;  float: left; box-shadow: 4px 7px 8px rgba(0,0,0,0.10);  padding: 25px;border-radius: 6px; display:block; z-index:2; position:relative; background:#fff; }
.seach_con h1{background-color:#fff;    display: inline; color:var(--primary-main); font-size:16px;    padding: 15px 20px;font-weight:600;    border-radius: 6px 6px 0 0;}
.flight_menu{ width:100%; float: left; padding: 0 2px;}
.flight_menu ul{padding:0; display:flex; margin:0; list-style-type: none;}
.flight_menu ul li { float: left;padding:0px 10px; }
.flight_menu ul li label > span{font-weight:600;  padding:2px; cursor:pointer; font-size:13px; color:#323131;}
.flight_menu ul li:first-child{padding: 0;}
.flight_menu ul li a{ color: #666; font-size: 13px;font-weight:600; text-decoration: none;}
.flight_menu ul li a > input[type="radio"]{width: 15px; opacity:0; height: 15px; accent-color: var(--secondary-main);  margin-right: 1px;  display: inline-block;  position: absolute; top: 2px;}
.flight_menu ul li a > input[type="radio"] + label{cursor:pointer; border-radius:5px; padding:3px 6px; border:1px solid #e87529;  color:#e87529; transition:0.3s; font-size:13px; }
.flight_menu ul li a > input[type="radio"]:checked + label{background:#e87529; color:#fff; }
.res-header{padding:5px 0; position:relative; overflow:hidden; background:#fff;}
.res-header .headertop_left img {margin-top: 0px;}
.seach_div{float:left;width:100%; padding:0px 12px;}
.searchcon_text{width: 55%; float: right; padding-top: 30px; text-align: right}
.searchcon_text h1{ color: #fff;    text-shadow: 2px 2px 2px #333;font-size: 70px; font-weight: bold;padding-right: 40px;    padding-bottom: 40px;}
.frm_con{width:100%;float: left;position: relative;}
.frm_con span{width: 49%; display: inline-block; background: #fff; padding:9px 0 9px 105px; position: relative;border-radius: 0; margin-bottom: 8px;}
.frm_con span strong img,.date_con span strong img{padding-right:4px;}
.frm_con span i{ position: absolute;left: 6px;color:#ee6221;top: 11px;}
.frm_con span input{ border: 0;font-size: 13px;font-weight: 500;color: #5d5d5d;}
.frm_con span input:focus,.frm_con span input:active{outline: none;}
.frm_con span:first-child{ margin-right:7px;}
.frm_con span strong{font-weight: 400; font-size: 13px; background: #eee;position: absolute; left: 0; top: 0; padding: 8.6px 11px; width:100px;}
.date_con{width:100%;float: left;position: relative;}
.ui-menu .ui-menu-item a{padding:0px 2px; }
.ui-menu .ui-menu-item a::before{content:''; position:relative; left:0; background:url(../iamges/search_icons.html) no-repeat;}
.ui-menu .ui-menu-item a span{ font-size:14px; font-weight:bold; text-transform:uppercase;padding:4px 8px;}
.date_con span{width: 49%; display: inline-block;background: #fff;padding:0 6px 4px 16px;position: relative;border-radius: 0;}
.date_con span i{position: absolute;left: 6px;color:#ee6221; font-size:13px;top:13px;}
.date_con span input{border: 0;font-size: 13px;font-weight: 500;    color: #5d5d5d;padding:9px 0 9px 92px;}
.date_con span input:focus,.frm_con span input:active{ outline: none;}
.date_con span:last-child{    margin-left: 7px;}
.airclass_con{width: 100%; float: left;margin-bottom:15px;}
.date_con span strong{font-weight: 400;font-size: 13px;  background: #eee;position: absolute; left: 0; top: 0; padding: 8.6px 11px; }
.airlines_div {width: 100%;  position: relative; float: left;}
.airlines_div:before {
    content: "\f0dd";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 0px;
    height: 20px;
    width: 20px;
    color: #999;
    pointer-events: none;
}

.ui-datepicker-multi .ui-datepicker-group table{margin:0; width:100%;}
.airlines_div select {
    width: 100%;
    appearance: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 0;
}
.class_con {
    width: 100%;
    position: relative;
    float: right;
}
.class_con select {
    width: 100%;
    appearance: none;
    font-size:13px;
    cursor: pointer;
    padding: 4px 6px;transition:0.4s;
    border-radius: 5px;
}
.class_con > option{transition:0.4s;}
.passen_con {
    width: 100%;
    float: left;
       margin-bottom: 11px;
    margin-top: 8px;
}
.passen_left {
    width: 100%;
    display: inline-block;
}
.passen_left span {
    width:100% !important;
    display: inline-block !important;
    padding: 0 4px 0 0 !important;
    float: left !important;
    text-align: left !important;
   
}
select.ipt1 {
    background: #fff;
    color: #5d5d5d;
    border: solid 1px #ccc;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    height: 42px;
    border-radius: 0;
}
.passen_left span:nth-child(3){padding:0 4px 0 3px;}
.passen_left span:nth-child(4){padding:0 0 0 1px;}
.passen_left span select{border-radius:0;font-size: 13px;    color: #5d5d5d; font-weight:500;}
.passen_left label {
    color: #000;
    font-size: 11px;
    font-weight: 400; margin-bottom:3px; padding-top:3px;
    float:left;
}
.adult-right {
    margin-left: 0;
    margin-bottom: 4px;
    float:right;
   display: flex;
}
.adult-minus {
    float: left;
    height: 30px;
    width: 28px;
    text-align:center;
    border-radius: 3px 0px 0px 3px;
    cursor: pointer;

    margin-right:2px;
    background-color: #ccc;
    position: relative;
}
.adult-minus-txt {
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 12px;
    position: absolute;
    color: #fff;
    top: 45%;
    left: 50%;
    transform:translate(-50%,-50%);
    font-weight: 400;
}
.qtynumber {
    float: left;
    height: 25px !important;
    padding:0!important;
    width: 25px !important;
    border-radius: 5px !important;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    border:1px solid var(--primary-main);
   
}
.adult-plus {
    float: left;
    height: 25px;
    width: 25px;
    text-align:center;
    border-radius: 0 3px 3px 0;
    border:1px solid var(--secondary-main);
    cursor: pointer; transition:0.4s;
    background-color: #ccc;
    position: relative;
}
.children-right{float:right; margin-bottom:4px;}
.infants-right{float:right;}
.stop_con {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.direct_flight {
    width: 48%;
    position: relative;
    float: left;
    margin-right: 13px;
}

.direct_fli {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size:14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;color: #fff; font-weight:500;
}
.direct_flight{width: 48%;
    position: relative;
    float: left;
    margin-right: 13px;}
.Unaccompan_div{width: 48%; position: relative;float: left;}
.Unaccompan_div a{color: #fff; font-size:14px; padding-left: 10px;display: inline-block; text-decoration: underline;}
.direct_fli input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top:0;
  left: -1px;
  height: 16px;
  width: 16px;
  border:1px solid var(--secondary-main);
  border-radius:2px;
 
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.direct_fli input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.direct_fli .checkmark:after {
    left:6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
}
.passenger_div{ width:50%; float:left;background: #fff;position: relative;padding: 6px 20px 6px 6px;}
.stop_con{width: 100%;float: left;margin-top: 15px;}
.stop_con ul{ list-style-type: none;margin: 0; padding: 0;}
.stop_con ul li{ float: left; margin-right: 15px;}
.stop_con ul li label{color: #fff; font-size: 13px;font-weight: bold;float: right;}
.stop_con ul li>input{margin: 0px 6px 0 0;display: inline-block;width: 15px;height: 15px;}
.search_con{margin-top:0px; width:100%; }
.search_con button{margin-left:1px; width:100%; letter-spacing:0.2px; transition:0.2s; height:46px; padding: 9px 35px; border-radius:6px; font-size:15px; border:0;  color:#fff; background:#e87529; font-weight:500;}
.search_con button:hover{background:var(--secondary-main);}
.update_con{width: 100%;float: left; margin: 10px 0;}
.update_fare{width: 100%; float: left; padding: 15px;}
.update_fare h6{ margin: 0; padding-bottom: 8px;color: #ff0000; font-size:14px;}
.update_fare p{ font-size:13px; color:#333;line-height: 25px; margin: 0;padding: 0;}
.update_fare p a{ font-weight: bold; text-decoration: underline;}
.subscribe_con{width: 100%; float: left;}
.subscribe_con h3{font-size:18px; color: #fff; font-weight: bold; padding:8px 0; margin: 0;}
.subscribe{ width:100%; float: left;}


.subscribe p{ color: #fff; font-size:14px; line-height: 20px;float: left; width: 100%;}
.subscribe p i{    margin-right: 8px;
    font-size: 20px;}
.subscribe> ul{ list-style-type: none; margin:0; padding: 0;}
.subscribe> ul li{ width: 100%; display: inline-block;}
.subscribe> ul li a{ color:#fff; background:none;width: 100%; float: left;text-align:left;text-transform:lowercase!important;line-height:20px!important; padding: 0;}
.subscribe> ul li a i{margin-right:8px;}
.economy_class{width:100%;float:left;}
.economy_class input{width:100%;float: left;outline: none;border: 0;}
.PaxDropArrow {position: absolute;z-index: 9;right:5px;cursor: pointer;}
.best_deal_con{width:100%; margin-bottom: 20px;float:left;margin-top: 15px; }
.dometic_deal{float:left; width:49%; margin-right:26px; padding: 0;box-shadow: 2px 2px 2px #9374af;}
.domesticdeal_img{width:100%; float:left; text-align: center; position: relative; margin: 0;padding: 0;top: 4px;}
.domesticdeal_img h1{color: #fff;font-size: 22px;position: absolute;left: 140px;font-weight: bold; margin-top:20px;}
.domesticdeal_img img{width:100%;}
.popular_route{ width:100%; float: left;}
.popular_one{ width:10%; float:left;}
.popular_one img{width:100%;}
.popular_route a{border: 1px solid #ccc;width: 100%;float: left;padding: 6px;}
.popular_one {width: 10%;float: left;border:1px solid #ccc;margin-right:8px;text-align: center; background: #fff;}

.popular_two{width:30%;float: left;text-align: center;}
.popular_two span{ font-size: 16px;
    color: #480089;
    text-transform: capitalize;
    font-weight: bold;}
.popular_two i{ padding:10px; color:#666;font-size: 21px;}
.popular_third{width:30%;float: left;text-align: center;}
.popular_third span{ font-size:16px;color:#480089; text-transform: capitalize;text-align: center; text-decoration:none;font-weight: bold;}
.popular_third i{ padding:10px; color:#666;font-size: 21px;}
.popular_four{width:25%;float: left;}
.popular_four p{ text-align: right;font-size: 19px;color: #9F0407;font-weight:bold;margin: 0;padding: 4px 0;}
.popular_route a:hover{background:#f4f4f4;	}
.international_deal{float:left; width:49%; margin:0; padding: 0;box-shadow: 2px 2px 2px #9374af;}
.interdeal_img{width:100%; float:left; text-align: center; position: relative;margin: 0;padding: 0;top: 4px;}
.interdeal_img h1{color: #fff;font-size: 22px;position: absolute;left: 140px;font-weight:bold;    margin-top: 20px;}
.interdeal_img img{width:100%;}
.passnger_detail{ display: block;position: absolute;height: auto!important;width: 200px;top: 40px;margin-left:0;
	z-index:9;background-color: #fff;padding-bottom: 15px;box-shadow: rgba(0,0,0,0.20) 0px 0px 20px;}
.PaxDropArrow i{font-size:14px;}
.passenger-div-content{padding: 10px;}
.pass_class {padding-top: 6px; text-align:center; font-weight: bold;font-size: 15px;}
.select-class {width:100%; height: 32px;font-size: 12px;}
.select_passenger_content{padding:0 11px;}
.adult_div {position: relative;width: 100%;height: auto;float: left;clear: both;}
.adult_left {float: left; text-align:center; width:100%;}
.adult_txt {font-weight: bold;font-size: 15px; margin:0; padding:2px 0;}
.adult_txt_content {font-weight: normal;color: #333;font-size: 11px;}
.adult_right{margin-left: 0;margin-top:8px;width: 76px;float: right;}
.adult_minus {float: left;height: 29px;border: 1px solid grey;width: 25px;border-radius: 3px 0 0 3px;cursor: pointer;
    background-color: #fff;}
.adult_minus_txt {vertical-align: middle;text-align: center;line-height:28px; margin: 0;}
.adult_plus {float: left;height: 29px;border: 1px solid grey;width: 25px;border-radius: 0 3px 3px 0;cursor: pointer;background-color: #fff;}

.children_row {position: relative;width: 100%;height: auto;float: left;clear: both;}
.children_right {margin-left: 0;margin-top:8px;width: 76px;float: right;}
.infants_row {position: relative;width: 100%;height: auto;float: left;clear: both;}
.infants_right {margin-left: 0;margin-top:8px;width: 76px;float: right;}

.adult_rightmod{width:100%;float: left;}
.adult_plusmod {
    float: left;
    height: 34px;
    border: 1px solid grey;
    width: 25px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    background-color: #fff;
}
.adult_minusmod {
    float: left;
    height: 30px;
    border: 1px solid var(--secondary-main) !important;
    width: 20% !important;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    color:#fff; font-size:15px;
    background-color:var(--secondary-main) !important;
}
.children_rightmod {
    width:100%;
    float: left;
}
.adult_plusmod {
    float: left;
    height: 30px;
    border: 1px solid var(--secondary-main) !important;
    width: 20%;
    border-radius: 0 3px 3px 0;
    cursor: pointer; color:#fff; font-size:15px;
    background-color:var(--secondary-main) !important;
}
.adult_minusmod {
    float: left;
    height: 30px;
    border: 1px solid grey;
    width: 25px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    background-color: #fff;
}
.infants_rightmod {
    width:100%;
    float: left;
}




.done_btn{background: #304478;float:left; width:100%; cursor: pointer;padding: 4px 15px;font-size: 14px;margin-top:5px; color: #fff;border: none;border-radius: 5px;}
.whychoose_con{width:100%; float:left; padding:15px; margin:20px 0; background:#ea5b02;}
.why_choose{width:100%; float:left;padding: 10px 40px;}
.why_choose ul{margin: 0; padding: 0;list-style-type: none;width: 100%;display: inline-block;}
.why_choose ul li{width: calc(100% / 4);float: left;
    display: -webkit-box; display: -ms-flexbox;display: flex;-webkit-box-align: center;
    -ms-flex-align: center;align-items: center; -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal;
    -ms-flex-direction: row;flex-direction: row;}
.benefit{float: left; padding: 5px;border-radius: 50%;border: 2px solid #fff;width: 23%;height:74px;text-align: center;}
.benefit_text{float: left; width:75%; padding-left:22px; font-weight:bold;color:#fff;}
.contact_bg{ background: #fbf7ee url(../images/contact_bg.html)no-repeat;
    width: 100%;
    float: left;
    background-size: cover;}
.contact_text{margin-top:25px; padding-top:170px;}
.contact_text p:last-of-type{margin:0;}

.offer_container{ width:100%; float:left; margin: 0; padding:0; margin-bottom: 40px;}
.offer_container h1{ font-size: 24px; font-weight: bold; text-align: center;}
.offer_div{ width:24%;padding: 6px;margin-right:15px;border: 1px solid #333;float:left}
.offer_div:last-child{ margin-right: 0px;}
.offer_images{width:100%;float: left;}
.offer_images img{width: 100%;}
.offer_content p{ font-size: 16px; font-weight: bold; color:#000; padding:8px 0 4px 0; margin: 0;}
.offer_left{width: 50%;float: left;}
.offer_left dfn{font-size: 12px;color: #ccc;font-style: normal;margin: 0;padding: 0;}
.offer_left h6{margin: 0;padding: 6px;color: #000;font-size: 14px;font-weight: bold;}
.offer_right{    width: 50%;float: left;text-align: center;}
.offer_right a{color: #f26c4f;font-size: 14px;font-weight: bold;border: 1px solid #ccc;padding: 6px;box-shadow: 2px 2px 2px #ccc;border-radius: 10px;text-decoration: none;}
.topselling_con{ width: 100%; float:left; background: #f4f4f4;    margin-bottom: 20px; padding: 15px 0;}
.topdestination_div{width: 24%;float: left;text-align: center;}
.topdest_img{width: 100%;float: left;}
.deal_container {width:97%; margin:0 auto; text-align:center;}
.best_deal .package_con {background: #fff;border: 2px solid #2986a0; padding: 0;    position: relative;}
.best_deal .package_con img{ height:230px; }
/*.hot_deal{width: 94%;
    display: inline-block;
    background: rgba(41,134,160,0.7);
    padding: 10px 0;
    position: absolute;
    left: 10px;
    top: 207px;
    border-radius: 15px;}
.hot_deal p{font-size: 16px; color: #fff;font-weight: bold; margin: 10px 0;}*/
.best_deal {width: 100%; float: left;text-align: center;    margin-top: 40px;}
.best_deal h1{font-size: 24px; color: #000;}
.topdest_img img{width:100%;}
.topdest_buttom{width: 100%;float: left;text-align: center;}
.slide_buttom{width: 100%;float: left;padding: 10px;}
.topdest_buttom div sup{ font-size: 14px; font-style:normal;}
.topdest_buttom div p{ font-size:14px; color: #ccc;}
.best_deal .owl-prev {position: absolute;top: 40%;left: -25px;}
.best_deal .owl-next {position: absolute;top: 40%;right: -25px;}
.price_slide {width: 100%;float: left;margin-bottom: 10px;text-align: center;}
.price_slide span:first-child{ font-size: 24px;color: #f26c4f;font-weight: bold;display: inline-block;}
.price_slide span:first-child sup{ font-size: 12px; font-weight: normal;}
.price_slide span:last-child{display: inline-block;}
.price_slide span:last-child p{font-size: 12px;font-weight: normal;color:#666; margin:0;}
.topdest_buttom h5{ font-size:14px;color: #333;text-align: center;font-weight: bold;}
.topdest_buttom dfn{width: 100%;float: left;font-size: 12px;color:#777676;text-align: center;font-style: normal;margin-bottom: 10px;}
.topdest_buttom a{background: #1c294b;padding: 6px 15px;color: #fff;border-radius: 10px;text-decoration: none;}
.payment_container{width: 100%; float: left; margin: 0; padding: 0;background:#ea5b02;}
.payment_div{width: 100%; padding: 0; display: inline-block;text-align: center; margin:15px 0; }
.discalmer_con{width: 100%;margin: 0 auto;display: inline-block; text-align: center; margin-bottom: 40px;}
.discalmer_con p{font-size: 14px; color: #333;line-height: 25px; width: 80%; text-align: left; margin: 0 auto;}
.disclaimer_container{ width:100%; float:left;    margin-top: 30px;}
.coupen_con{ background:#fff; border-radius:15px; display:inline-block;width:80%; margin-top:45px;    padding: 10px;}
.coupon_left {
    width: 25%;
    float: left;
    text-align: left;
    padding: 8px;
}
.coupon_right{float:left; width:73%;}
.coupon_top{padding:8px; float: left; width: 100%; border-bottom: 1px dashed #333; text-align:center;}
.coupon_top p{ font-size:18px; margin:0px;}
.coupon_top p img{width:25%;padding-left:6px;}
.coupon_botom{width:100%;float:left;    margin-top: 10px; text-align:center;}
.coupon_botom span{font-size:16px;font-weight:bold; color:#ff0000;}
.coupon_botom span:last-child {margin-left:15px;}
.coupon_botom span a{background:#ff0000;color:#fff; border-radius:8px; padding:6px 15px;}

.testimonial_con{width:100%; float: left;margin: 0 auto; padding:40px 20px; background: #ddd;}
.trustpilot{width:100%; float: left;margin: 0 auto; padding: 0;}
/*.trust_left{width: 25%; float: left;}*/
.trust_right{width:100%; float: left;}
.trust_container{width: 100%; float: left;}
.rating{width: 100%; float: left;}
.trust_container .item{width: 100%; float: left; background: #fff; padding: 10px;height: 360px;}
.rating span:first-child{width: 40%; float:left;}

.rating .rating_time{width:60%; float:left;text-align:right;font-size: 12px; color: #333;}
.trust_container .item h6{width: 100%;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;}

.trust_container .item p{ font-size: 13px; line-height:20px; text-align: left; color: #333;}
.trustpilot .owl-prev {
    position: absolute;
    top: 40%;
    left: -20px;
}
.trustpilot .owl-next {
    position: absolute;
    top: 40%;
    right: -23px;
}


/*--------------------result css start here---------------*/
.modfrm_con{width: 40%;
    float: left;}
.modfrm_con span {
    width: 50%;
    float:left;
    background: #fff;
    padding: 6px 6px 6px 20px;
    border:1px solid #ccc;
    position: relative;
}
.modfrm_con span:last-child {
    float:right;
}
.modfrm_con span input {
    width: 100%;
    float: left;
    border:0; font-weight:500; font-size:14px;
}
.modfrm_con span i {
    position: absolute;
    left: 8px;
    color: #4b8509;
    top: 10px;
}

.moddate_con {
    width: 26%;
    float: left;
}
.moddate_con span:last-child {
    float:right;
}
.moddate_con span {
    width: 50%;
    border:1px solid #ccc;
    display: inline-block;
    background: #fff;
    padding: 6px 6px 6px 20px;
    position: relative;
}
.moddate_con span i {
    position: absolute;
    left: 6px;
    color: #4b8509;
    top:10px;
    font-size:13px;
}
.moddate_con span input {
    width: 100%;
    float: left;
    border:0;
   font-weight:500;
    font-size:14px;
}
.modpassenger_con{width: 34%; float: left;  }
.modpassenger_div{width: 57%;
    float: left;
    background: #fff;
    position: relative;
      border: 1px solid #ccc; 
    padding: 6px 20px 6px 6px;
}
.modeconomy_class {
    width: 100%;
    float: left;
}
.trip{color:#fff;}
.modeconomy_class input {
    width: 100%;
    float: left;
    outline: none;
    padding-left:15px;
    border:0;
     font-weight:500;  font-size:14px; 
}
.modeconomy_class span i{color:#4b8509; position:absolute; left:6px; top:9px;}
.modsearch_con {
    width: 41%;
    float: right;
}
.modsearch_con button {
    width: 100%;
    display: inline-block;
    padding: 6px;
    font-size: 15px;
    background: #4b8509;
    border: 1px solid #4b8509;
    color: #fff;
    transition:0.4s;
    cursor: pointer; font-weight:600; border-radius:5px;
        
}
.modsearch_con button:hover{   background: #4b8509;
    border: 1px solid #4b8509;
    color: #fff;}
.topbtn{ overflow:hidden; display:none; width:50px; text-align:center;}
.topbtn .lift_top{margin:auto; z-index:999; }
.topbtn .lift_top > a{text-decoration:none;background:var(--primary-main);   transition:0.4s; color:#fff;  border-radius:5px; padding:10px; font-size:16px;}
.result_con{ background:linear-gradient(to right, var(--primary-main), var(--third-color));width: 100%; padding:5px 0;float: left; overflow:inherit;}
.reult_main{ background:#eeeeee;width: 100%;float: left; padding: 40px 0;}
.filter_main_cont{width: 100%;float: left; padding: 10px; margin: 0;  border-radius:4px;  padding: 5px; /*box-shadow:0px 1px 5px rgba(0,0,0,0.10);*/ }
.filter_main{ width:22%; float: left; }
.filter-head{border-radius:4px; overflow:hidden; padding:2px;margin-bottom:3px;}
.filter_main h4{font-size:13px; padding:10px 4px;float:left; margin:0; }
.sticky {position: fixed;   bottom: 15px; right:5px; padding:10px;}
.head-sticky-fix{background:#fff; position:fixed; width:100%; box-shadow:0px 0px 20px rgba(0,0,0,0.20); z-index:3 !important; top:0; left:0; transition:0.6s;}
.filter_card{background: transparent; margin-bottom:3px; color: #fff; float: left; width: 100%; border-radius: 0; border-top:1px solid #ccc;}
.filter_card h4{text-align: left;margin: 0;padding: 4px;font-size: 16px;font-weight: 600;color: #727272;  border-radius:0; }
.filter_left{width:100%;display:inline-flex; justify-content:space-between; float: left;padding: 8px;}
.filter_right{ float: right; padding-right:0px; margin-top:-10px;}
.filter_left h5{font-size: 14px;font-weight: 500;margin: 0;padding-bottom: 10px; color:#000;}
.filter_left p{font-size: 13px;color: #000;margin: 0;padding-bottom: 10px; font-weight:500;}    
.filter_right span{font-size: 12px; background:#fff; transition:0.3s; border-radius:6px; color: #555;padding: 2px 4px;margin-top: 18px;display: inline-block;cursor: pointer;}
.filter_right span:hover{background:#f0f0f0; color:#555;}
.fliter_head{width:100%; float: left; padding:4px 10px;margin-bottom: 2px; color:#1853A5; border-radius:0;}
.fliter_head h5{ width: 60%;font-size: 13px;font-weight: 600;margin: 0;padding:3px 0px 0;float: left;color:#555;}
.hide_data{width: 40%;float: left;text-align: right;font-size: 13px;color: #1853A5;cursor: pointer; font-weight:500;}
.listing{ width: 100%; float: left; overflow:hidden; padding:4px 10px; margin: 0;}
.listing_left{width: 50%;float: left; margin: 0;}
.list_label{ display: block;position: relative;padding-left: 22px;margin-bottom: 10px;cursor: pointer;font-size:11px; -webkit-user-select: none;
    -moz-user-select: none;-ms-user-select: none; user-select: none; margin: 0; font-weight:500;color:#555;}
.list_label input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.list_label span{ color:#222; font-weight:500; font-size:11px;}
.res-result_con{display:none; transition:0.4s;}
.list_label input:checked ~ .checkmark {background-color: var(--secondary-main);}      
.checkmark:after {content: "";position: absolute;display: none;}
.list_label input:checked ~ .checkmark:after {display: block; }      
.list_label .checkmark:after {left: 4px;top: 0px;width: 6px;height: 11px;border:3px solid white;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);transform: rotate(45deg);} 
.listing_right{ width: 50%; float:left;text-align: right; font-size: 12px;}
.listing_right span{color:#333; font-size: 12px; font-weight: 400; margin:0px 0 0 0; float:right;}
.listing_right small{float:right; font-size:10px; padding:2px 0 0 0; color:#333;}
.pric-range {padding: 12px;padding-bottom: 20px;font-size: 12px;font-weight: 400 ;color: #333;width: 96%;}
.pric-range input {width: 100%;
    font-weight: 400;
    text-align: center;
    font-size: 13px;}
#slider-range {border-bottom: 1px solid #ddd;width: 100%;height: 2px;position: relative;margin-top: 15px;padding: 0 6px;}
#slider-range .ui-state-default {display: inline-block;border: 2px solid #004d9f;height: 15px;width: 15px;border-radius: 50%;position: absolute;top: -7px;background: #fff;cursor: pointer;}
.airline_stop{ width:100%; float: left; overflow: auto; white-space: nowrap; position: static;  background-color:#fff; margin-bottom:10px;    box-shadow: rgba(0,0,0,0.10) 0px 1px 5px; border:1px solid #f0f0f0;border-radius: 2px;}
/*.scroll_div{ width:20%; float: left; border: 1px solid #480089; border-right:0; background:#fff; padding: 10px; text-align: center;}*/
.scroll_div {width: 157px; float: left; border-right: 1px dashed #ccc; padding: 10px; text-align: center; position: absolute; z-index: 1; background:#fff;}
.scroll_div h4{font-size: 16px; padding-bottom: 12px; border-bottom:1px dashed #ccc; font-weight: bold; color: #333;}
.scroll_div h5{margin: 0;padding: 0px 0 3px 0px; font-size: 15px;font-weight: bold;color: #480089; border-bottom: 1px dashed #ccc;}
.scroll_div p{ font-size: 12px; color: #333;border-bottom: 1px dotted #ccc;padding: 4px 0; margin: 0;}
/*.scroll_arlines{width: 80%; float: left;border: 1px solid #480089;}*/
.scroll_arlines { width: calc(100% - 157px); width: -webkit-calc(100% - 157px); float: right; font-size: 0; border: 0;}
    div.scrollmenu {background-color: #fff;overflow: auto;white-space: nowrap;}
div.scrollmenu .airines_content {display: inline-block;color: #fff;text-align: center;padding:8px; float:left;
    text-decoration: none;cursor: pointer;overflow: hidden;border-left: 1px solid #480089; }
div.scrollmenu .airines_content:first-of-type {border: 0;}
.result_middle{ width: 78%; float:left; padding:0px 0px 0px 20px;}
/*.airines_content{width: 22.5%;margin: 0;height: 157px;}*/
.airines_content {width: 25%; margin: 0; height: 157px; display: inline-block; text-align: center; padding:10px;}
.airines_content + .airines_content {border-left: 1px dashed #ccc;}
.srcoll_top{width: 100%;border-bottom: 1px dashed #ccc;float: left; padding-bottom:5px;}
.scroll_bottom{width: 100%;float: left;}
.scroll_bottom p{padding:4px 0; transition:0.4s; cursor:pointer; margin: 0;font-size: 13px;color: #000;border-bottom: 1px dotted #ccc;}
.scroll_bottom p:hover{background:#fff2e4; }
.scroll-img{max-width:50px;}
.fare_note{ width: 100%; float: left;}
.fare_note p{color: #555; padding:10px;   border-radius: 2px;font-size: 12px; background: #fff; line-height: 14px;box-shadow:0px 1px 5px rgba(0,0,0,0.10); border-radius:5px; padding:3px;margin: 0;}
.fare_note p b{color: #494949;font-size: 13px; font-weight: 500;}
.cof_book{width:23%; float:right; position:sticky; position:-webkit-stikcy; top:16.5rem;}
.cof_book .cof_dtl{background:var(--secondary); color:#000; z-index:1; width:100%; border-radius:5px; padding:10px;}
.cof_book .cof_dtl h3{font-size:18px; font-weight:600; padding:5px 0; margin:0;}
.cof_book .cof_dtl p{font-size:13px; margin:0; padding:3px 0;}
.resut_show{ width:100%; position:relative; float: left; background-color: #fff;margin: 10px 0; border-radius:2px; transition:0.3s; border:1px solid #f0f0f0; box-shadow:rgba(0,0,0,0.10) 0px 2px 8px;}
.resut_show.ng-scope:hover { border:1px solid var(--primary-main); box-shadow:none;}
.reault_head{ padding: 6px 8px;border-left: 1px solid #f0f0f0 !important; float: right; width:25%; display:flex; flex-direction:column; align-items:center; border-radius:0;}
.few-tickt{position:absolute; color:#fff;  transform:skew(360deg); background:#ef6a23; font-size:9px; top:-14px; left:-1px; padding:0px 6px; }
.resulthead_left{ width:100%; float: left; text-align:center;margin: 0;}
.resulthead_left h2{font-size: 20px;color: var(--secondary-main);padding: 2px 0;margin: 0; font-weight:600; text-shadow: 1px 0px #fff;}
.resulthead_left p{ font-size: 10px;color: #000; margin: 0; padding: 0;}
.resulthead_left .left_seat{display:none; font-size: 12px;color: #f5f5f5;}
/*.resulthead_right{ width: 45%; float: right; margin: 0;padding: 0;    text-align: right;}*/
/*.resulthead_right .left_seat{ font-size: 12px;color: #003493; margin-right:10px;display: inline-block;padding-top: 15px; font-weight:600;}*/
.resulthead_right .select_btn{float: right; margin-top:8px;padding: 10px;}
.resulthead_right .select_btn a{background: var(--primary-main); color:#fff; padding: 3px 14px; transition:0.3s; font-size: 15px;font-weight: 500;border-radius:5px;text-decoration: none; border:2px solid var(--primary-main);}
.resulthead_right .select_btn a:hover{background: #e7f0f9; color:var(--primary-main);}
.depatr_top{/*border-bottom:1px solid #ccc;*/width:100%; display:none; float: left; padding: 6px 10px; background:#f8f8f8;}
.depatr_top span img{margin:0 4px; mix-blend-mode: multiply;}
.depatr_top span{ font-size:13px; font-weight: 600;color: #272727;padding-left:0;}
.flight_one{width:8%; margin:0px 5px; float: left; padding: 6px;}
.flight_one img{width:100%; }
.flight_two{ width:18%; float: left;padding: 6px 0; overflow: hidden;}
.flight_two p{font-size:11px;color: #333; margin: 0;padding: 0;overflow: hidden;font-weight:500;}
.flight_third{width:15%; float: left;padding: 6px 0;font-weight:600;}
.flight_third:last-of-type{text-align:right;}
.flight_third h6{ margin: 0; padding: 0; font-size: 15px; color:#333; font-weight:600;}
.flight_third p{font-size:10px;color: #494949; margin: 0;padding: 0; font-weight:500;}
.flight_four{width:15%; float: left; text-align:center; padding:6px 0 6px 6px;overflow: hidden;font-weight:600;}
.flight_four h6{font-size:13px;color: #222; margin: 0;padding: 0; font-weight:500;}
.flight_four p{font-size:9px;color: #494949; margin: 0;padding: 0;font-weight:500;}
.stopover{border:1px solid var(--primary-main); border-radius:30px; z-index:2; background:var(--secondary); padding:5px; position:relative;}
.flight_arrow_con{width: 10%;float: left;padding: 0px 4px;text-align: center;}
.layover_time {font-size: 11px;color: #555;font-weight:400;}
.line_img {width: 100%;display: inline-block; line-height:0;}
.line_img img {width: 100%; margin:-24px 0 0 0;}
.flight_arrow_con .stop {font-size: 10px;color: #9f9f9f;font-weight:400; display:block; margin:-19px 0 0 0;}
.flight_five{width: 15%; float: left;padding: 6px 0;text-align: right;}
.flight_five p{font-size:13px;color: #333; margin: 0;padding: 0;}
.retun_top{border-bottom:1px solid #ccc; display:none;  width:100%; float: left; padding: 6px 10px; background:#f8f8f8;}
.retun_top span img{ margin:0 4px;mix-blend-mode: multiply;}
.retun_top span{ font-size:13px; font-weight: bold;color: #272727;padding-left:0;}
.depatr_bottom{float:left;width: 100%; padding: 4px 0; border-bottom:1px solid #f0f0f0;}
.retun_bottom{float:left;width: 100%;border-bottom: 1px dashed#ccc;padding: 6px 0;}
.resultshow_buttom{ width: 100%; float: left; background: #cccccc; padding: 10px;}
.cancel_div{ width: 50%; float: left; text-align: left;}
.cancel_div p{color: #039c2e; font-size: 14px; font-weight: bold; margin: 0;padding: 0;}
.cancel_div p i{ font-size: 16px;}
.view_div{width:48%; float: left; text-align: right;}
.view_div a{color: #000; font-size: 14px; font-weight: bold; margin: 0;padding: 0;cursor: pointer; }
.view_div a i{ font-size: 16px; padding-right: 8px;}
.layover{width: 100%;margin: 0 auto; text-align: center; float: left;}
.result_detail{ overflow: visible!important;}
.layover span{position: relative;background: #ccc;border-radius: 20px;display: inline-block;padding: 4px 20px;top: 2px;font-size: 12px;}
.result_right_con{width:100%; float: left; margin-top:10px;}
.confidence_div{width: 100%;float: left;background: #fff;padding: 10px;margin-bottom: 20px; border-radius:0; border-top:1px dotted #272727;}
.confidence_div h4{font-size: 16px;text-align: center;padding: 0;margin: 0; font-weight:bold; color:#var(--primary-main);}
.confidence_div ul{margin: 0;padding: 0;list-style-type: none; margin-top: 15px;}
.confidence_div ul li{ line-height: 25px; font-size: 14px; color: #333;}
.confidence_div ul li i{width: 30px; float: left; color: #039c2e; font-size: 16px; padding-right: 15px;}
.result_trust{width: 100%;float: left;background: #fff;padding: 10px; text-align:center;}
.result_trust img{width:80%;}
#mainnav #menu {display: none; padding: .8em 1.5em;cursor: pointer;}
.result_deatil { width: 75%; display:flex; justify-content:center; flex-flow:column;float: left;}
.brder_rd{border-radius:0 !important;}

.result_price {
    width: 20%;
    float: left;
    text-align: center;
    margin: 0 auto;
    border-left: 1px solid #ccc;
}
.result_price a{background: var(--primary-main);
    background: #4d008d;
    padding: 6px 20px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0 0 0;}
.result_price h5{width: 100%;
    display: inline-block;
    margin: 0; 
    padding: 15px 0 6px 0;
    font-size: 24px;
    font-weight: bold;
    color: #4d008d;}
.result_price p{margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 12px;}
.res-result_con_mob {float:left; width:100%; padding:5px 10px; z-index:2; background:linear-gradient(170deg, #04455a, var(--primary-main) );   box-shadow:0px 0px 10px rgba(0,0,0,0.10); display:none;}
.fix-res-head{position:fixed;top:0; left:0; box-shadow:0px 0px 20px rgba(0,0,0,0.20);}
.fil-mob {float: left; border-radius: 5px; padding: 6px 12px; margin: 3px 0 0 0; font-weight: bold; cursor: pointer; color:#fff; background:#4b8509;}
.fil-mob>i {float: right; padding: 3px 0 0 10px;}
.mod-se-mob {float: right;  border-radius: 5px; padding: 6px 12px; font-weight: bold; cursor: pointer; margin: 3px 0 0 0; color:#fff; background:#4b8509;}
.fil-res-cl {position: absolute; display: none; left: 345px; top: 4px; background-color: #fff; border-radius: 50%; width: 24px; height: 24px; border: 1px solid #000;
    text-align: center; z-index: 9999; cursor: pointer; color: #000;}
.fil-res-cl>i {line-height: 20px;}
.fil-res-cl span {display: none;}
.filter_main_cont{width:100%; background:#eee; float:left;}
.filter_main_cont .filter-action{width:100%; float:left; border-bottom:1px dashed #ccc;}
.fitr-heading{width:50%; float:left;}
.filter_right{float:right; width:40%; display:flex; justify-content:flex-end;}
/* Flight details start */
.flight-detail-description {background-color: #fff;}
.flight-detail-description .in{/*margin: 5px; background-color: rgb(247, 247, 247); border-radius: 3px;*/}
.flight-description-btn {font-size: 13px; font-weight: 700; padding: 2px 10px; display: block; cursor: pointer; background-color:#fbfbfb; position:relative; }
.flight-description-btn.active{border-radius:0;}
.flight-description-btn a {display: block; color:#2131a6;}
.flight-description-btn i {font-weight:bold; padding:0 5px;}
/*.flight-description-btn .baggage{float:right; margin:0 0 0 5px;}*/
.flight-description-btn .baggage {position: absolute; right: 7px; top: 5px; z-index: 1;}
.flight-description-btn .baggage img{max-height:20px; margin:-3px 0 0 0;}
.flight-wrapper-description {display: none;}
.flight-wrapper-description.active {display: block;}
.flight-description-det{display:none; padding:6px; background:var(--secondary); }
.flight-detail-description-wrapper {font-size: 14px;}

/*.return-description-wrapper {border-top: 1px dashed #000;}*/
.flight-detail-name .date {font-size: 12px; color: #585858; font-weight: normal;}
.flight-description-content {display: table; width: 100%; font-size: 12px; border-radius:4px; background:#fff; padding:2px 0;}
.flight-description-content > div {float:left; vertical-align: middle;	padding: 0px 0 0 5px;}
.flight-description-class-detail {font-size: 11px; width:33%;}
.flight-des-logo{float:left; padding:5px; margin-top:5px;}
.flight-des-det{padding-top:10px;}
.flight-description-class-detail .flight-class {color: #666666;}
.flight-description-timimg {text-align: left; width:28%; font-size:13px;}
.flight-description-timimg .time {font-weight: 500; font-size: 14px; color: #494949;}
.flight-description-timimg:last-of-type{text-align:right; padding-right:5px;}
.flight-description-duration {text-align: center; width:10%;}
.flight-description-duration>i{display: block; font-size: 22px;    color: #ddd;}
.flight-description-duration .duration{padding:0; font-weight:600; color:#000; font-size:11px;}
.flight-description-cityname{white-space:nowrap; overflow:hidden; font-size:11px; text-overflow:ellipsis;}
.flight-description-duration .duration:before, .flight-description-duration .duration:after{display:none;}
.flight-content-mobile-top .flight-detail-name {font-size: 14px;}
.flight-detail-content-mobile {background: #ffffff; padding: 10px;}
.flight-price-mobile {font-weight: bold; color: #0076a3;}
.listing-container {max-width: 1300px; width: 100%;}
.listing-page-search-wrapper {display: table; width: 100%;}
.listing-page-search-form-element {display: table-cell; padding: 0px 5px; max-width: 216px;}
.listing-page-search-form-element .form-group {margin: 0;}
.flight-detail-name {color: #494949; font-weight: 500; padding: 0px 5px; border-radius:5px; font-size:1rem;}
.flight-detail-name font img{max-width:30px;}
.flight-detail-name .date {font-size: .85rem; color: #585858; font-weight: normal;}
.date-form {min-width: 140px;}
.listing-search-button-wrappe {min-width: 150px;}
.flight-description-content > div {float: left; vertical-align: middle; padding: 0px 0 0 5px;}
.flight-detail-description-wrapper .flight-detail-logo {padding:0 5px; text-align: center; width: 9%;}
.flight-detail-description-wrapper .flight-detail-logo img {max-width: 95%; max-height: 35px;}
.flight-name-detail {display: block; font-weight: 600; font-size: 12px;}
.flight-description-class-detail .flight-class {color: #666666;}
.flight-det-stopover {text-align: center; position:relative; padding: 5px 10px; font-size: 11px; margin: 5px 0; color: #000;}
.flight-det-stopover::before{content:''; position:absolute; width:80%; left:50%; top:50%; transform:translate(-50%, -50%); z-index:1; border-top:dashed 1px var(--primary-main); }
.w-100-fl {width: 100%; float: left;}
/* Flight detaisl end*/
/*----------PAYMENT PAGE CSS START ---------------*/
.go-back-div {float: left;width: 100%;padding: 10px 0; position:relative;}
.go-back-div a { float: left; color: var(--secondary-main);  text-decoration:underline; transition:0.4s; font-size:16px;padding: 5px 2px;}
.go-back-div a i{ font-size: 16px;}
.payment-page {background: #eee;width: 100%; float: left;}
.payment-page .middle-search {width: 74%;padding: 0 0px;float: left;}
.ticket-desc-div {float: left;width: 100%; background: #fff;padding: 0;border-radius: 5px;margin-bottom: 15px;box-shadow: 0px 0px 20px rgba(0,0,0,0.15);}

.payment-page .ticket-desc-div h3 { margin:0;color: #fff;font-size:17px;padding: 6px 8px;font-weight: 500; background:var(--secondary-main);}

.payment-page .ticket-desc-div h3 >img{max-width:25px;}
.payment-page .departed {border-bottom: #eee solid 1px!important;color: #ffffff;font-weight: 600!important;font-size: 15px!important;width: 100%;float: left;padding: 6px 15px;background:#ea5b02bf;}
.departed img {width: 20px;}
.payment-page .airline-information {float: left;width: 100%;margin-top: 10px;font-size: 12px;padding: 0 15px; margin-bottom:15px;}
.hide-toggle {float: right;border-radius: 2px;font-weight: 300;font-size:13px;cursor: pointer;}
.right-section {width: 25%;background:var(--secondary); box-shadow:0px 1px 5px rgba(0,0,0,0.10); z-index:99; float: right;padding:0 0 0 15px; position:sticky; padding:5px; border-radius:5px; position:-webkit-sticky; top:120px;}
.pyt-price-det-l{display:none; margin-bottom:15px; width:100%; float:left;}
.airline-information {float: left;width: 100%;margin-top: 10px;font-size: 12px;padding: 0 15px;}
.colunm1 {float: left;width: 6%;font-size: 14px;
    font-weight: bold;margin-bottom: 0px; padding-top:8px;}
.colunm2 {float: left;width: 23%;font-size: 14px;
    font-weight: bold;margin-bottom: 15px;}
.colunm3 {float: left;width: 29%;font-size: 14px;
    font-weight: bold;margin-bottom: 15px;}
.colunm4 {float: left;width: 28%;font-size: 14px;
    font-weight: bold;margin-bottom: 15px;}
.colunm5 {float: left;width: 10%;font-size: 14px;
    font-weight: bold;margin-bottom: 15px;}
.colunm3 span, .colunm4 span, .colunm5 span, .colunm2 span{ margin-bottom:5px;width:100%; display:inline-block;}
.airline-information em {font-size: 14px;font-style: normal;font-weight:bold; padding-right:14px;}
.grey-row {float: left;width: 100%;font-size: 12px;background: #efefef;margin: 10px 0;padding: 5px 15px;}
.grey-row .first-scc {float: left;width: 40%;font-weight:bold; font-size:13px;}
.grey-row .second-scc {float: left;width: 30%;}
.grey-row .third-scc {float: right;width: 18%; font-weight:bold; font-size:13px;}
.bagges-fees {float: left;width: 100%;color: #ee6221;font-size: 13px;font-weight: 500;padding: 0 15px 10px;}
.contact-information{width:100%;float: left; padding: 15px; background:var(--secondary);}
.peassenger-inform{width: 100%;float: left;padding-bottom: 15px; background:var(--secondary);  padding:5px; }
.peassenger-inform .important {font-size: 10px;color:#dc6464; border-radius: 5px;padding: 2px 15px;}
.peassenger-inform h5 {padding: 0px 8px; margin:5px 0; font-size: 15px;color: #494949;font-weight: 500;}
.passenger_details {width: 100%;display: inline-block;padding: 0 15px;}
.pay_pax_detail {width: 21%;display: inline-block;}
.algn{float:right; margin:10px 0; }
.pay_pax_gender {width: 15%;display: inline-block;padding-left: 6px;}
.pay_pax_birth {padding-left: 3px;}
.pay_pax_birth {width: 50%;display: inline-block;padding-left: 6px;}
.payment-page label {font-weight: 400;font-size: 13px;margin-top: 5px;}
.pay_pax_birth label {width: 100%;}
.pay_pax_birth span {width: 32%;display: inline-block;}
.policy-div {display: inline-block;width: 100%; padding: 10px 15px;}
.payment-information{width:100%;float: left; background:var(--secondary);  padding: 15px;}
.safe-content {float: left;width: 100%; border-radius: 2px;color: #009c06;font-size: 10px;text-transform: uppercase;
    font-weight: 600;padding: 5px;}
.card-details {float: left;width: 100%;}
.booknow-bt button {background:linear-gradient(to right, #ee6221, #04455a );  border-radius: 2px; border:0; color: #fff;font-weight: 500;padding: 6px 24px; transition:0.4s;font-size: 16px; }
.booknow-bt button:hover{background:linear-gradient(to left, #ee6221, #04455a ); color:#fff;}
.hide-toggle i{font-size:24px;}
.pay_page_card {width: 58%;float: left;margin-right: 10px;}
.card-details label {float: left;width: 145px;}
.pay_page_card input{width: 100%;float: left;}
.card_expire_date {width: 24%;float: left;}
.pay_page_expm {width: 47%;float: left; margin-right:3px;}
.pay_page_cvv {width: 10%;float: left;margin-right: 8px;}
.fixed-right { position: fixed; right: 15px; top: 98px;}
.pay_page_name {width: 58%;float: left; }
.pay_page_cvv img{    float: right;
    margin: -40px -54px;}
.data-rt{float:left;    margin-top: 28px;}
.ticket-desc-div { float: left; width: 100%; background: #fff; border-radius: 3px;margin-bottom: 12px; box-shadow:rgba(0,0,0,0.10) 0px 1px 5px;}
.payment-page label {font-weight: 400;font-size: 13px; margin-top: 5px;font-weight:500;}
.payment-page .form-select{cursor:pointer;}
.payment-page .form-control, .payment-page .form-select {border-radius: 2px;font-weight:400;margin-bottom: 5px;font-size: 13px;padding:4px 6px; height:35px !important; border:1px solid #aaa !important;}                   
.payment-page .form-control:focus, .payment-page .form-control:active, .payment-page .form-control:hover, .payment-page .form-select:active, .payment-page .form-select:hover, .payment-page .form-select:focus{border:1px solid var(--primary-main) !important; box-shadow:none;}
.billing_info{width:100% !important; float: left; padding: 6px; border-radius:5px !important; border:1px solid #ccc; background:#fafafa;}
.destination_card {width: 100%;float: left; border: #ccc solid 1px;background: #fff;  position: relative;}
.policy-text ul{ margin: 0; padding: 0; list-style-type: none;}
.policy-text ul li i{ padding-right: 6px; color: #009c06;} 
.policy-section{width: 100%;float: left;padding: 0 15px 15px 15px;}
.policy-text{font-size: 13px; padding: 0;width: 60%;float: left;}
.policy_price{width:10%;float: left;  text-align: center; padding: 40px 0;}
.policy_price h5{font-size: 20px; font-weight: bold;color: #133B67;margin: 0;padding: 0;}
.policy_price p{ font-size: 14px; color: #333;}
.policy_icon{width: 30%;float: left; text-align: right;}
.policy_icon img{width:50%;}
.checkbox{width: 70%; float: left; padding: 6px;}
.trip_to{ position: absolute;padding: 15px; color: #fff;}
.trip_to p{ font-size: 16px; margin: 0;padding: 0;}
.trip_to h5{ font-size: 18px; margin-top: 10px;}
.destination_card img{width: 100%;height: 160px;}
.price-section{ width: 100%;float: left;}
.price-section h3 {color: #000;font-size: 16px; border-bottom:1px solid #000;  font-weight:600; margin-top: 0; margin-bottom: 0;padding: 10px;    border-radius: 0;}
.price-section .pricing {border-top: none;padding: 10px 15px; }
.price-section .pricing .price-row > label{ font-size:12px !important; font-weight:400 !important; margin:0 !important; color:#000;}
.rate-amount {float: right;}
.coupn-section h4 {color: #000; margin:0; border-top:1px dashed #000; border-bottom:1px dashed #000;  font-size: 14px;padding: 6px 10px;font-weight: 600;}
.coupn-section h4 em {font-style: normal;float: right;}
.coupn-section p {font-size: 11px; color:#555; font-weight:300; margin:0; padding: 6px 15px;}
.policy_review{padding: 15px; background:var(--secondary); width: 100%; float: left;}
.policy_review p{color: #333; font-size: 12px; line-height: 18px;}
.review ul{border-bottom: #e7e7e7 solid 1px;padding-bottom: 10px;margin-top: 10px;font-size: 13px;}
.booknow-bt{text-align: center; display:block; width:75%; overflow:hidden;}
.booknow-bt a{padding: 8px 31px;color: #fff; transition:0.4s;background:linear-gradient(to left, #ee6221, #04455a ); border-radius: 2px;font-size: 16px;display: inline-block;margin-bottom: 15px; font-weight: bold;text-decoration: none;}  
.booknow-bt p{ margin-top:15px; font-size:15px;}
.bg-white{background-color:#fff;}
/*---------other pages css start here------------*/
.page_main_header{background:#2986a0; padding:15px; position:relative; margin-top:80px; margin-bottom:20px; width:100%; float:left;text-align:center;} 
.page_main_header h1{ color:#fff; font-size:25px; font-weight:bold; text-transform:uppercase;}   
.common_content{width:100%; float:left; padding:30px; margin-bottom:20px; }
.common_content h2{background:#2986a0; padding:6px; font-size:18px; color:#fff;} 
.common_content p{ font-size:16px; line-height:32px !important; color:#494949; text-align:justify;}   
.contact-det-cont{ width:100%; float:left; margin-top:30px;}
.cont-form button{ background:#F34D06; padding:6px; border-radius:6px; margin-top:15px;float:right; color:#fff; font-size:16px;}
.mobile_header{background: #fff; border-bottom:1px solid #ccc; float: left;width: 100%;padding: 2px 10px;display: none;}
.top_headerleft {width: 59%;float: left;color: #494949;font-size: 13px;}
.top_headerright {width: 40%;float: left;}
.top_headerright a{ color: #494949;text-decoration:none;font-size: 12px;font-weight: bold;}
.billing_details{padding:15px; background:var(--secondary); width:100%; float:left;}
.billing_details > label {text-align:right;}
.ws-image{ position:relative; z-index:1; border-radius:10px; padding-left:10px; border:10px solid #fff; max-width:400px;}
.wsh-image{max-width:330px; position:absolute; z-index:-1; border-radius:10px; right:-50px; top:50px; }
/*----------------- conformation page -----------------*/
.confirm_left{    width: 100%;
    float: left;
    
    padding: 10px;}
.top_paragrph{width: 100%;display: inline-block;}
.top_paragrph h4{ font-size:16px; font-weight:500;}
.top_paragrph h4 strong{ font-size:16px; font-weight:500;}
.top_paragrph p{ font-size:14px; color:#000;}
.conform_button{ width: 100%;
    float: left;
    padding: 10px;
    border-radius: 5px;
    box-shadow:rgba(0,0,0,0.10) 0px 0px 10px;
   }
.booked_con{padding:10px; border:1px solid #ccc; border-radius:10px;}
.conform_button h2{ font-size:17px; color:#000; font-weight:600;}
.conform_button h5{ font-size:15px; color:#333; margin-bottom:20px;}
.conform_button h4{ font-size:16px;padding: 3px;color: #222;width: 100%;display: inline-block;}
.booked_con_detail{width: 100%;float: left;}
.book_icon{width:10%; float:left;}
.book_flight_det{ width:20%; float:left;}
.depart_con p{ margin-bottom:6px; font-size:13px;}
.book_con_time{width:20%; float:left;padding-left: 20px;}
.booked_line{width:10%; float:left; padding-top:15px;}
.class_type{width:20%; float:left;padding-left: 20px;}
.book_con_time p b{ padding-right:10px;}
.dept_text {
    font-size: 16px;
    color: #09F;
    font-weight: bold;
    padding: 0;
    margin-bottom: 15px !important;
}
.passen_ser{width:100%; display:flex;}
.text_container{width:100%; float:left; padding:10px;margin-top: 55px; background-color:#fff; }
.text_container p{font-size:13px; color:#333; line-height:22px;}
.confirmpage_left,.confirmpage_right{font-size:14px;}
.confirmpage_left{border-right:1px solid #ddd;padding-right:10px; width:50%;float:left;}
.confirmpage_right{width:50%; float:left;padding-left:10px}

/*  Sitemap start */
.sitemap_dest {border-bottom: 1px solid #ccc; padding-bottom: 15px; width: 100%; display: inline-block;}
.quick_linck h2 {color: #fff; font-size: 20px; margin-top: 30px; margin-bottom: 20px; padding-left: 15px;}
.sitemap_dest ul {margin: 0; padding: 0; list-style-type: none;}
.sitemap_dest ul li a {font-size: .9rem; color: #333; line-height: 25px;}



/*-----------footer csss ------------------*/
.footer_con{width:100%; float: left; margin-top:20px; background: url("../images/footer_bg.html")no-repeat; background-size: cover; padding: 30px 0;}
.footer_div{ width:50%; float: left; padding: 10px;}
.company_con{width: 100%;float:left; margin: 0; padding: 0; text-align: left;}
.company_con ul{ list-style-type: none; margin: 0;width:50%; float:left;}
.company_con h2{ font-size:20px; padding:15px 0;color: #fff; margin: 0; font-weight:bold;}
.padd_right30{ padding-left:30px; padding-right:0;}
.company_con ul li a{ color: #fff; font-size: 14px; line-height: 25px; text-transform: uppercase;}
.social_div{width:100%; float: left;margin-top: 8px;}
.social_div ul{margin: 0;padding: 0;list-style-type: none;}
.social_div ul li{float: left;}
.social_div ul li a{width: 24px; padding: 0px 0px;border: 1px solid#fff;height:22px;margin-right: 8px;float: left;text-align: center;background: #fff;color: #000;}
.social_div ul li a:hover{background: #ea6022;color: #fff;}
.right_aling{float:left; width:100%;}
.copy_right{width:100%; float:left; text-align:center;margin-top:30px;}
.copy_right p{ font-size:14px; color:#fff;}
.banner_bottom{ padding:10px 0; background:#fff;}
.dividerHeading {
    position: relative;
    z-index: 1;
    text-align: center;

}
.dividerHeading h4 {
    background: #ffffff;
    padding: 4px 20px;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 -15px 10px -15px;
    display: inline-block;
    border-radius: 20px;
    border: solid 1px #253c99;
    color: #253c99;
}
.dividerHeading h4::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 28%;
    left: 0;
    z-index: -1;
    background: #253c99;
    border-radius: 10px;
}
.why_side {
    padding: 15px 10px;
    width: 100%;
    text-align: center;
    box-shadow:rgb(0 0 0 / 10%) 0px 4px 16px 0px;
   
    border-radius: 14px;
    background: #fff;
}
.banner_bottom .icong {
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner_bottom .icong img {
    margin-bottom: 10px;
}
.section1 {
    padding: 50px 0;
    background: #e1e1e1;
}
.most-booked-item {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    margin-left: -3px;
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    margin-bottom: 13px;
}
.w-100-fl {
    width: 100%;
    float: left;
}
.most-booked-details-l {
    width: 100px;
    min-height: 98px;
    display: flex;
    border-radius: 4px 0 0 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.most-booked-details-r {
    padding: 0.5rem 1.125rem;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    border-radius: 0 4px 4px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}
.most-booked-dest-txt {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 22px;
}
.most-booked-dest-pr {
    color: #253c99;
    font-weight: bold;
    font-size: 26px;
}
.most-booked-item>a {
    display: flex;
    text-decoration: none;
}
.most-booked-item>a:hover {
    box-shadow: 0px 0px 5px 3px #253c99;
}
.section3 {
    margin:10px 0pxx;
}
.dssnp {
    margin-top: 0!important;
    /*border: 1px solid #0000004a;
    box-shadow: 0 0 20px #0000004a;*/
    padding: 19px 20px;
    text-align: center;
    border-radius: 15px;
}
.abt_sec h4 {
    font-size: 35px;
    color: #494949;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.abt_sec p {
    font-size: 18px;
    color: #494949;
    line-height: 33px;
    margin: 0 0 10px 0;
    text-align: justify;
}
.pop-left {
    float: left;
    width: 75%;
}
.pop-right {
    float: right;
    width: 25%;
    position: relative;
}
.pop-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pop-left ul li {
    width: 32.3%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
    list-style: none;
}
.pop-left ul li img {
    display: block;
    width: 100%;
    height: 285px;
    border-radius: 5px;
}
.pop-left ul li .content-new {

    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 99%;
    height: auto;
    z-index: 999;
}
.pop-left ul li .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: rgba(11, 34, 64, 0.6);
    width: 100%;
    height: 0;
    border-radius: 6px;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 99;
}
.pop-left ul li .overlay a {
    border: 1px solid #0b2241;
    background-color: #0b2241;
    border-radius: 6px;
    padding: 5px 9px;
    color: #ffffff;
   
    font-size: 16px;
    font-weight:600;
    position: relative;
    top: 50%;
    left: 8%;
    margin-left: 6px;
    text-decoration: unset;
}
.pop-left ul li:hover .overlay {
    height: 100%;
}
.pop-right .over {
    position: absolute;
    text-align: center;
    left: 3%;
    bottom: 13px;
    width: 91%;
}
.pop-right .over h2 {
  
    font-size: 22px;
    color: #fff;
    margin-top: 9px;
    margin-bottom: 10px;
}
.pop-right .over p {

    font-size: 16px;
    color: #fff;
    margin: 0;
}

.pop-right .over span {
 
    font-size: 16px;
    color: #fff;
}
.pop-right .over a {
  
    font-size: 28px;
    color: #ffc900;
    text-decoration: unset;
}
.dssnpa-ak {
    width: 100%;
    float: left;
}
.pop-left.dssnpa-ak ul li {
    width: 24%;
    float: left;
}
.pop-right .over h2 {
   
    font-size: 22px;
    color: #fff;
    margin-top: 9px;
    margin-bottom: 10px;
}
.text-details_section {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0;
    background: #fff;
    padding: 0 0 20px 0;
}
.cheap_heading h1 {
    color: #202020;
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 30px;
    border-bottom: dotted 1px #666;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    text-align: center;
}
.text_inner_details {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0 0 0;
}
.text_inner_details p {
    color: #202020;
    line-height: 24px;
    text-decoration: none;
    text-align: justify;
    margin-bottom: 10px;
}
.cheap-h3 {
    color: #262626;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.section2 {
    padding: 30px 0 40px 0;
    background: #f7f7f7;
}
ul.dss-pullu-ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    list-style: none;
}
ul.dss-pullu-ul li {
    width: 25%;
    float: left;
    padding: 5px;
}
ul.dss-pullu-ul li {
    width: 25%;
    float: left;
    padding: 5px;
}
.travel-deal-item {
    border-radius: 5px;
    margin-left: -3px;
    overflow: hidden;
}
.travel-deal-img {
    width: 100%;
    position: relative;
    border-radius: 5px;
    display: block;
    height: 192px;
}
.travel-deal-details-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.29);
    transition: ease-in-out 1s;
}
.travel-deal-item-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 5px;
}
.travel-deal-item-cont h2 {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
}
.travel-deal-item-cont span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    background-color: rgba(0,0,0,.6);
    border-radius: 5px;
    padding: 5px 12px;
    display: inline-block;
}
.newslatter_sce {
    background:#76C4DC;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.newsContainer{float: left;
    width: 100%;
    margin: 0;
    padding: 40px 20px;
    background: #f0f8ff;}
.newsmainCon{width: 100%;
    float: left;
    overflow:hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;}
.newsleft{width:50%; float: left;overflow:hidden;}
.image_con{width: 100%; float: left;}
.image_con img{ width: 100%; transition:0.4s; transform:scale(1.0);border-radius: 10px 0 0 10px;}
.image_con img:hover{transform:scale(1.1);}
.newsright{width: 50%; float: left;padding: 20px;text-align: center;}
.news_content{width: 100%; float: left; padding: 30px;}
.newlatter_con{width: 100%; float: left; border: 1px solid #ccc; border-radius: 30px;    margin-top: 20px;}
.spaninput{width:70%; float: left; padding: 10px;}
.news_content h2{font-size: 30px;color: #2a2a2a;font-weight: bold;}
.news_content p{font-size: 17px;margin: 10px;color: #2a2a2a;}
.spaninput input{border: 0;font-size: 14px;width: 100%;padding: 10px 6px;}
.spaninput input:focus{outline: none !important; }
.spanbtn{width:30%; float: left;}
.spanbtn button{ background: var(--primary-main);color:#fff; transition:0.4s; border: 0;padding: 12px 20px;margin: 5px;border-radius: 30px;font-size: 18px;}
.spanbtn button:hover{background:#bf2715;}

.Another_ddl {
    padding: 13px 0px 0px;
}
.Another_ddl h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.Another_ddl p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.profile_search1 {
    margin: 5px 0 0 0;
    padding: 11px 0px 0px;
}
.profile_search1 input[type="text"] {
    padding: 10px 2%;
    width: 80%;
    font-size: 12px;
    outline: none;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 20px;
}
.profile_search1 input[type="submit"] {
    color: #fff;
    font-weight: 500;
    border: none;
    background: var(--primary-main);
    padding: 8px 15px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 5px 5px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    -o-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    text-transform: uppercase;
    margin: 0px 0 0 0;
    border-radius:20px;
}

.orbis_footer {
    width: 100% !important;
    height: auto;
    float: left;
    color:#fff !important;
    background: #0c3976;
    padding: 20px 0px;
}


.footer_contact p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    margin: 8px 0 0;
}

.footer_contact {
    width: 100%;
    height: auto;
    margin-top: 0;
}
.fab-icon{ color:#fff; padding:5px;}
.trus-footer{background:#e87529; padding:12px 0 !important; text-align:center;}
.trus-footer span{margin-right:4px; }
.trus-footer span img{max-width:130px; background:#fff;}

.footer_contact h3 {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin:0;
    text-transform:uppercase;
    position:relative;
    font-size: 15px;
    padding: 0 0 6px 0;
}
.footer_contact p a{color:#fff; font-size:12px;}
.footer_contact ul {
    float: left;
    margin:0;
    padding:0;
    margin-top: 3px;
}
.footer_contact ul li {
    list-style: none;
    display: block;
    line-height: 22px;
}
.footer_contact ul li a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    transition:0.2s;
}
.pdd{padding:20px;}
.footer_contact ul li a:hover{color:#789fc0;}
.footer_contact ul li a::before{content:'\f111 '; font-family:'FontAwesome'; color:#111; position:relative; top:-2px; font-size:6px;color:#fff; border-radius:100%;  }
.foot_i {
    color: #d8d8d8;
    font-size: 20px;
}
.disclam {
    width: 100%;
    float: left;
}
.discl_text {
    text-align: center;
}
.discl_text p {
    font-size: 11px;
    color: #a3a3a3;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.discl_text ul {
    list-style: none;
    padding: 10px 0px;
    margin:0;
}
.discl_text ul li {
    display: inline-block;
}
.discl_text ul li a {
    display: inline-block;
    text-decoration: none;
}
.discl_text ul li a img {
    border: 1px solid #fff;
    background:#fff;
    border-radius:10px;
}
.footer_btm {
    padding: 5px 0px;
    margin:5px 0px;
    width: 100%;
    float: left;
    border-top:1px solid #ccc;
}
.footer_btm p {
    margin: 0;
    color: #f1f1f1;
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: normal;
}
.ui-menu .ui-menu-item{padding:2px 5px; transition:0.1s; border:1px solid #ccc;}
.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item:active, .ui-menu .ui-menu-item:focus{border:1px solid var(--primary-main) !important; background:var(--primary-main) !important; color:var(--white) !important;}
.footer_btm .socl_sec{float:right; display:flex; gap:2px;}
.footer_btm .socl_sec i{cursor:pointer; transition:0.4s; font-size:18px; color:#f1f1f1;  padding:8px;}
.footer_btm .socl_sec i:hover{color:var(--secondary)}
.Privacy_bb{height:350px; background-image:url(../images/mauntain-view-abt-pge.jpg); background-repeat:no-repeat; background-position:center; z-index:1; background-size:cover !important; position:relative; width:100% !important; }
.Privacy_bb h1 {  font-size: 35px;   color: #fff; position:relative;  display:block;  font-weight: 600;text-transform: uppercase;padding-top:12rem; text-align: center;}
.Privacy_bb p{text-align:center; position:relative; font-size:18px; color:var(--white);}
.Privacy_bb p > a{text-decoration:none; position:relative; color:var(--blue);}
.Privacy_bb::before{background:rgba(0,0,0,0.40); content:''; position:absolute; width:100%; height:350px;}
.conts_mains {
    padding: 40px 0;
    background: #f7f7f7;
}
.contact_aadd {
    box-shadow: 0 0 20px #0a0a0a80;
}
.contact_aadd {
    background: #fff;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 25px;
    border-radius: 20px;
}
.contact_aadd i {
    font-size: 22px;
    background: var(--primary-main);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.contact_aadd a {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
.news_text p{font-weight:600;}
.abt_sec.dssnp.npadss ul li::marker{color:var(--primary-main);font-size:20px;}
.address_cont {
    padding: 10px;
    border-radius:5px;
}
.form-group label {
    color: #494949;
    font-weight: 500;
    font-size: 15px;
    text-align: right;
    padding: 0 8px 0 8px;
}
.cont_form {
    border-radius: 2px;
    font-size: 14px;
    padding:20px 6px;
}
.cont_form :hover{
    border:1px solid var(--primary-main) !important;
}
.form-control{border:2px solid #ced4da !important;}
.form-control:hover, .form-control:focus, .form-control:active {border:1px solid var(--primary-main) !important; outline:0 !important; box-shadow:none !important; }
.flat-button {
    border: 0;
    background: var(--primary-main);
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 15px;
    transition:0.4s;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
    font-weight: 500;
}
.align{display:flex; justify-content:flex-end;}

.address_cont h2 {
    font-size: 30px;
    color: #333;
    margin:10px 0;
    font-weight: 700;
}
.maps {
    padding: 5px;
    background: #fff;
}
.abt_sec.dssnp.npadss {
    text-align: justify;
}
.abt_sec.dssnp.npadss h4 {
   
    font-size: 28px;
    font-weight: 600;
    color:#494949;
    padding:10px 0px;
}
.abt_sec p {
    font-size: 18px;
    color: #494949;
    line-height: 33px;
    margin: 0 0 10px 0;
    text-align: justify;
}
.npadss h1 {
    font-size: 23px;
    font-weight: 600;
    padding: 7px 0px;
}

input[type="text"]:disabled{color:#fff; background:#fff; }
.sea-nores-cont{padding:35px; border:1px solid #ccc; margin:20px 0px; border-radius:5px;}
.sea-nores-cont h3{color:#494949; line-height:35px; font-size:25px;}
.sea-nores-cont ul > li{color:#494949;  line-height:30px;}
.thinking_mind{text-align:center; font-size:28px; color:#494949;}
.scri{background:#f0f0f0; max-width:80px; padding:8px 20px; border-radius:3px;}
.seach_div ul{margin:0;padding:0; display:flex;border-radius: 5px;}
.chev{position:absolute; right:0; top:15px; right:8px; color:#aaa; cursor:pointer;}
.seach_div ul li{list-style-type:none; position:relative; margin-right:5px;}
.seach_div  label{display:block; margin:0;}
.seach_div input, .seach_div .form-select{border:1px solid #ccc7c7; text-overflow:ellipsis; text-transform:capitalize; color:#333; font-size:14px; background:#fff; border-radius:6px; width:100%; padding:7px 20px 7px 28px; height:46px; transition:0.4s; margin:0 1px;}
.seach_div input:active, 
.seach_div input:focus{border-color:var(--secondary-main); background:#fff; box-shadow:none !important;}
.pass-name{background-color:#fff; box-shadow:0px 0px 20px rgba(0,0,0,0.20);    padding: 10px;   position: absolute;    width:180px;Z-INDEX: 9;border-radius: 6px;    margin-top: 1px;}
.excc{border:1px solid #fff; padding:4px 8px !important; border-radius:50%; transition:0.4s; cursor:pointer; background:#fff; width:auto !important; color:#646464; position:absolute; font-size:13px; left:46%; top:13px; z-index:1;  }
.excc:hover{background:#f0f0f0; }
.intrcs{position:absolute;  top:17px; font-size:13px; color:#323131; left:14px;}
.cabi{top:13px; left:10px;}
.adult-minus {
    float: left;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius:5px;
   
    border:1px solid var(--secondary-main);
    cursor: pointer;
    background-color: var(--secondary-main);
    color: #fff; transition:0.4s;
    position: relative;
}

.adult-plus {
    float: left;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 5px;
    margin-left:2px;
    cursor: pointer;
    background-color: var(--secondary-main);
    position: relative;
}
.class_con .form-control{border: 1px solid #555 !important; height:30px !important; padding:4px 6px; font-size:12px !important; border-radius:5px; }
.pass-name button {
    background-color: var(--secondary-main);
    border: 0;
   float:right;
    color: #fff;
    font-size: 13px;
    border-radius:3px;
    padding: 4px 20px;
    font-weight: 500;
}

.item{position:relative;}
.compaire{margin-top: 2px;}
.compaire ul{display: flex; justify-content:space-between; padding:0; margin:0;}
.compaire ul li{position: relative; text-align:center; padding:8px 0px; color:#fff; list-style-type:none; font-size:17px; font-weight: 500;}
.compaire ul li i {border:1px solid var(--primary-main); background:var(--primary-main); border-radius:100%; padding:7px 8px;}
.package_con {overflow: hidden; padding: 0;height:230px;  position: relative;}
.package_con img{-webkit-transition: 0.4s ease;transition: 0.4s ease;}
.package_con img:hover {-webkit-transform: scale(1.08);transform: scale(1.08);cursor: pointer;}
.hot_deal{width: 100%;display: inline-block; pointer-events:none; padding: 10px 10px;position: absolute;left: 0;bottom:0px;  border-radius: 0; text-align: left;}
.hot_deal strong{font-size:13px; color: #fff;font-weight: 300; margin: 0 0 0; line-height: 22px;font-style: italic;}
.hot_deal p{font-size:21px!important; color: #fff;font-weight: 600!important; margin: 0 0 0; line-height: 22px;}
.hot_deal p span{font-size:21px; color: #f00;font-weight: 600; float: right;}
.my-holidys .owl-carousel .owl-item img{border: none;border-radius:5px;}
.my-holidys .owl-theme .owl-nav {position: absolute;top: -63px;right: 10px;display: inline-flex;text-align: center;}
.my-holidys .owl-theme .owl-nav .owl-prev span {overflow: hidden;line-height: 0.8;border: 1px solid #ccc;height: 25px;width: 25px;border-radius: 100%;font-size: 25px;color:#000;display: inline-block;margin-right: 10px;}
.my-holidys .owl-carousel .owl-dot, .my-holidys .owl-carousel .owl-nav .owl-next, .my-holidys .owl-carousel .owl-nav .owl-prev:hover span {background: #f1b323;height: 25px;width: 25px;border-radius: 100%;color:#fff;}
.my-holidys .owl-carousel .owl-dot, .my-holidys .owl-carousel .owl-nav .owl-next, .my-holidys .owl-carousel .owl-nav .owl-next span {overflow: hidden;line-height: 0.8;border: 1px solid #ccc;height: 25px;width: 25px;display: inline-block;border-radius: 100%;}
.my-holidys .owl-carousel .owl-dot, .my-holidys .owl-carousel .owl-nav .owl-next, .my-holidys .owl-carousel .owl-nav .owl-prev span {overflow: hidden;line-height: 0.8;border: 1px solid #ccc;height: 25px;width: 25px;display: inline-block;border-radius: 100%;}
.my-holidys .owl-carousel .owl-dot, .my-holidys .owl-carousel .owl-nav .owl-next, .my-holidys .owl-carousel .owl-nav .owl-next{background: transparent;height: 35px;width: 35px;border-radius: 100%; border:2px solid var(--primary-main);color:var(--primary-main); transition:0.4s; font-size:22px; padding:5px;}
.my-holidys .owl-carousel .owl-dot, .my-holidys .owl-carousel .owl-nav .owl-prev, .my-holidys .owl-carousel .owl-nav .owl-prev{background: transparent;height: 35px;width: 35px;border-radius: 100%;color:var(--primary-main); border:2px solid var(--primary-main); transition:0.4s; line-height:1.0; font-size:22px;padding:5px; margin-right:5px;}
.owl-carousel .owl-nav .owl-prev:hover{background:var(--primary-main); color:#fff;}
.owl-carousel .owl-nav .owl-next:hover{background:var(--primary-main); color:#fff;}
.result_con .flight_menu ul li a{color:#f0f0ff;}
.round-trip{background-color:#f0f8ff; width:100%; overflow:hidden; padding: 31px 0px;}
.round-trip .rd_trip_bg{width:100%; margin-right:5px;}
.round-trip .rd_trip_bg .offr{width:48%; float:left; padding:12px 12px;  }
.round-trip .rd_trip_bg .offr .section{width:100%; background:#f0f8ff;   overflow:hidden; padding:15px;  border:1px dotted #494949;}
.round-trip .rd_trip_bg .offr .section .img{float:left; width:25%;}
.round-trip .rd_trip_bg .offr .section .left_ft{width:50%; margin:0px auto;  float:left; display:inline-block; margin:0px auto;}
.round-trip .rd_trip_bg .offr .section .left_ft .orgn{float:left; }
.round-trip .rd_trip_bg .offr .section .left_ft .orgn h4{margin:0px 15px; color:var(--primary-main); font-size:18px; padding:0;}
.round-trip .rd_trip_bg .offr .section .left_ft > img{float:left; padding:10px; margin:0px 20px;}
.round-trip .rd_trip_bg .offr .section .left_ft .dest{float:left;}
.round-trip .rd_trip_bg .offr .section .left_ft .dest h4{margin:0px 15px; color:var(--primary-main); font-size:18px; padding:0;}
.sml{font-size:13px; margin-left:12px;}
.round-trip .rd_trip_bg .offr .section .prce{width:18%; float:right; margin-top:8px; display:inline-block;}
.round-trip .rd_trip_bg .offr .section .prce .del{margin:0; padding-top:8px; float:left;}
.round-trip .rd_trip_bg .offr .section .prce .deal{color:#dd3a3a; font-size:20px;}
.round-trip .rd_trip_bg .offr .section .link{float:left;width:7%; padding-top:5px;}
.ancr{border:2px solid var(--primary-main); color:var(--primary-main); transition:0.4s; padding:6px; margin-right:8px; border-radius:50%; background:transparent;}
.ancr:hover{color:#fff; background:var(--primary-main);}
.round-trip h2{color:#494949; font-size:28px;}
.round-trip p{color:#494949;font-size:12px; margin:20px 0 20px;}
.base {
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    border-radius:10px;
    width: 100%;
    cursor: pointer;
    background:#fff;
    box-shadow: 0px 0px 15px rgba(0 0 0 / 10%); 
}
.base .planeimg img {
    padding: 10px;
}
.base h6.sfont {
    margin-bottom: 0;
    font-size:12px;
}
.base h4 {
    color: #1c86c8;
    font-weight: 500;
    width: 40%;
    float:left;
    padding:5px;
    font-size:16px;
}
.base span img {
    margin-top: 10px;
}

.base h4 small {
    color: #666;
    font-weight: 500;
    font-size:12px;
}
.base h4.price {
    width: 100%;
    position: initial;
    background: no-repeat;
    height: auto;
    margin-top: 5px;
    color:rgb(255, 0, 0);
}

.loading_popup .popup_content h3 {
    font-size: 32px;
    line-height: 1.1;
    margin-top: 0;
    font-family: 'Roboto',sans-serif!important;
    color: #0e73af;
    font-weight: 600;
}
.popup_content p {
    font-size: 15px;
    line-height: 25px;
}
.popup_content p {
    font-size: 15px;
    line-height: 25px;
}
.loading_popup a {
    color: #1b83c5!important;
}
.loading_popup .popup_call {
    margin-top: 10px;
}
.popup_call p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ed6d18;
}
.loading_popup .popup_call span i {
    padding: 9px 11px;
    border-radius: 50%;
    font-size: 28px;
    color: #fff;
    background-color: #ed6d18;
    width: 42px;
    height: 42px;
    -webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite;
}
.loading_popup .popup_call label {
    color: #ed6d18;
    font-size: 40px;
    font-weight: 600;
    cursor: pointer;
}
.loading_popup .popup-side-img img {
    position: relative;
    width: 250px;
    left: -51px;
}
.modal-dialog{
    max-width: 712px;
}
.fixed-top {
background-color:transparent;
z-index:9;

 
}
@keyframes tada {
    0% {
      transform: scale3d(1, 1, 1);
    }
  
    10%, 20% {
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%, 50%, 70%, 90% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
  
    40%, 60%, 80% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
  
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
.top-middle{margin:0px auto; background:#c16b46; border-radius:10px;}
.my-holidys{margin:0px 0 0;background-color:#ffffff;padding: 25px 0px;}
.my-holidys h4{margin:30px 0px 0px 0px; font-size:32px; color:#494949;}
.my-holidys p{color:#494949; font-size:16px;}
.my-holidys .main_heading{text-align:center; font-size:18px;}
.my-holidys .main_heading h2{font-size:32px; color:#494949;}
.my-holidys .main_heading p{font-size:18px; font-weight:500;}
.hide_data i{font-size:21px;}
.ui-datepicker{width:31rem !important;}
a.ui-datepicker-prev.ui-corner-all{background-image:url(../images/arrow-right-s-line.svg); background-repeat:no-repeat; background-position:center; transform:rotate(2700deg);}
a.ui-datepicker-next.ui-corner-all{background-image:url(../images/arrow-right-s-line.svg); background-repeat:no-repeat; background-position:center;}
.ui-datepicker th{border:1px solid #f0f0f0 !important; text-transform:uppercase; color:#5878a1; font-size:10px; font-weight:600;}
.ui-datepicker td{border:1px solid #f0f0f0 !important; }
.ui-datepicker .ui-datepicker-title{font-size:13px; color:#a03b00;}
.ui-state-default, .ui-widget-content .ui-state-default{ transition:0.4s;  border:0; padding:4px 2px;font-size:12px; text-align:center; border-radius:2px; font-weight:600; color:#555;}
.ui-state-active, .ui-widget-content .ui-state-active{background:var(--secondary-main); color:#fff;}
.ui-state-default, .ui-widget-content .ui-state-default:hover{background:#c9e4fb; color:#272727;}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev{background:var(--secondary-main); border-radius:50%; top:0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{width:1.6rem; height:1.6rem;}
.ui-widget-header{background:#fff; color:#333; border-radius:0; border:0;}
/*.ui-widget-header .ui-icon{filter: grayscale(100%);}*/
.payment-page-mid-cont{margin-top:5px;}
.seach_con strong{color:#fff; margin-bottom: 30px; display: inline-block;font-size: 30px;font-weight:600;}
.flight-class{color:var(--primary-main);}
.wdt{width:100%; background:#fff !important; position:relative !important; top:0 !important;}
  .back-fooer{background:#fff; padding: 46px 0px;}
  .back-fooer h2{font-size:28px; color:#494949;margin-bottom: 35px; position: relative;}
  .back-fooer h6{font-size:18px; color:var(--primary-main);margin-top: 17px; font-weight:600;margin-bottom: 14px}
  .ChooseCon{width: 100%; transition:0.4s; float: left; padding: 20px 12px;text-align: center;  border-radius: 20px; background: var(--secondary); height: auto; margin-top:15px; }
  .ChooseCon .img_line{width:120px; line-height:110px; display:inline-block; height:120px; background:var(--primary-main);text-align:center; border-radius:50%;}
  .ChooseCon .img_line img{max-width:140px;}
  .ChooseCon h6{color:#000; font-size:19px; font-weight:600; padding:10px 0;}
  .ChooseCon p{color:#666666; font-size:12px;}
  .back-fooer p{font-size:15px; color:#494949;}
  .back-fooer img{height:57px;}
  .pax-del{ width:194px;}
  .seach_div ul li img.updown{ transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  height:26px;
  width:26px;
    position: absolute;
    left: -13px;
    top: 13px;
  border:1PX solid #DDD;
  border-radius:50%;
    z-index: 1;
background-color: #fff;

  }
.seach_div ul li img.updown:hover{transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);}
.ui-widget-header .ui-icon{filter: brightness(0) invert(1);}

/*subscribe*/
.subcr_bg{position:relative; width:100%; }
.subcr_bg .subcrb{ display:flex; justify-content:center; }
.subcr_bg .subcrb .w-srb{ padding:50px 0; text-align:center; border-radius:20px; background:#fff; box-shadow:0px 0px 20px rgba(0,0,0,0.10); width:calc(100% - 300px);}
.subcr_bg .subcrb .textsec h2{ font-size:27px; color:#000; font-weight:500;}
.subcr_bg .subcrb .textsec p{ font-size:16px; color:#000;}
.subcr_bg .subcrb .input_ara{padding-top:10px;}
.subcr_bg .subcrb .input_ara .inputname{width:70%; padding:8px; border-radius:5px; border:1px solid var(--primary-main); background:#fff;}
.subcr_bg .subcrb .input_ara .inputname:active,
.subcr_bg .subcrb .input_ara .inputname:focus{outline:2px solid var(--primary-main);} 
.bttn{border:2px solid var(--primary-main); padding:8px; transition:0.4s; background:var(--primary-main); color:#fff; border-radius:5px;}
.bttn:hover{background:var(--secondary);border:2px solid var(--secondary); color:#fff; }
/*story set*/
.strytl{width:100%; margin:10px 0px; overflow:hidden; padding:20px 0px; }
.strytl .storydv{padding:10px; }
.strytl .storydv ul {list-style:none; margin:0; padding:0; display:flex; justify-content:space-between; gap:20px;}
.strytl .storydv ul li{width:33.3%; float:left; background:#fff; box-shadow: 0px 0px 20px rgba(0 0 0 /15%); border-radius:20px;}
.strytl .storydv ul li > .secnm{width:100%; padding:20px;}
.strytl .storydv ul li > .secnm h4{text-align:center; font-size:22px; padding:10px 0px; color:var(--primary-main);}
.strytl .storydv ul li > .secnm p{color:#494949; font-size:14px;}
/*contact pg*/
.conts_mains .cont_info{ width:100%;}
.conts_mains .cont_info ul{list-style:none; margin:0; padding:0;}
.conts_mains .cont_info ul li{margin-bottom:30px; padding:5px;}
.icc{padding:10px; font-size:20px; transition:0.4s; background:var(--primary-main); border-radius:5px; color:#fff;}
.conts_mains .cont_info ul li > .icon{float:left; margin-right:10px;}
.conts_mains .cont_info ul li > .info{display:inline-block;}
.conts_mains .cont_info ul li > .info p{font-size:17px; font-weight:500; color:#323131; margin:0; padding:2px;}
.conts_mains .cont_info ul li > .info a{font-size:15px; color:var(--primary-main); }
/*map*/
.mapsec{width:100%; padding:20px; border:2px solid #ccc; margin-top:20px;}
/*imges slider*/

.items_sec{width:100%; float:left; margin:25px auto;} 
.items_sec ul{display:flex; gap:30px; margin:0; padding:0;list-style:none;}
.items_sec ul li{width:33%; float:left; display:inline;}
.items_sec ul li .items{width:100%;  overflow:hidden; float:left; background:#fff; border-radius:0px; border:1px solid #ccc;}
.items_sec ul li .items > .img_sec{max-width:500px; overflow:hidden; height:auto;}
.items_sec ul li .items > .img_sec img{width:100%; cursor:pointer; transition:0.4s; border-radius:2px;}
.items_sec ul li .items > .img_sec img:hover{transform:scale(1.2);}
.items_sec ul li .items .contents{width:100%; margin:0px auto; padding:15px 10px; }
.items_sec ul li .items .contents ul{display:block; }
.items_sec ul li .items .contents ul li{width:70%; margin:0px auto; float:left;line-height:20px; }
.items_sec ul li .items .contents ul li:nth-child(3n+1){font-size:14px; color:#494949; padding:2px 0px;}
.items_sec ul li .items .contents ul li:nth-child(3n+2){font-size:20px; font-weight:500; color:var(--primary-main); padding:2px 0px;}
.items_sec ul li .items .contents ul li:nth-child(3n+3){font-size:18px; color:#d85f1f; padding:5px 0px;}
.items_sec ul li .items .contents .find{text-align:left;    padding:18px 0;}
.items_sec ul li .items .contents .find a{color:#d85f1f; font-size:17px; }
.prcing{color:var(--secondary); font-size:18px; transition:0.4s; border-radius:100%; padding:10px 10px;}
.prcing:hover{background:#ccc;}
.mainheader .header_con{background:#fff; position:relative;box-shadow:0px 0px 20px rgba(0,0,0,0.15); z-index:99; overflow:hidden;  }
.mainheader .header_con .contact_cn{float:right;}
.abt_us {padding:120px 0 40px 0;} 
.w-fix{border-radius:0 !important; border:0 !important; overflow:inherit !important; top:0 !important; padding:0 !important; position:relative; box-shadow:none !important;}
.daydeal {padding:30px 0;}
.bar{color:#646464 !important; font-weight:300; font-size:25px !important;}
.bdr{border-right:1px solid #ccc;}
.abt_us h2{color:#4f4f4f; text-align:center; margin-bottom:10px; font-weight:500; font-size:40px;}
.heading{font-size:24px;color:var(--primary-main);font-weight:500; text-align:center; padding:5px 0; margin-bottom:5px;  }
.about_p {color:#494949; font-size:13px; text-align:center;}
.daydeal .maindeal{background:#fff; border:2px solid #fff; transition:0.4s; position:relative; padding:8px; box-shadow:0px 0px 20px rgba(0,0,0,0.20); border-radius:10px; }
.daydeal .maindeal:hover{border:2px solid var(--secondary); box-shadow:none;}
.daydeal a{text-decoration:none; color:#494949;}
.daydeal .maindeal h4{font-size:20px; color:var(--secondary); font-weight:600;} 
.daydeal .maindeal p{font-size:16px; margin:0;}
.str{font-size:13px;} .pric{font-size:18px !important; font-weight:500; color:var(--primary-main); margin:0;}
.prs{color:#646464 !important; font-size:12px;}
.off{position:absolute; top:-12px; right:5px; color:#fff; padding:1px 12px; font-size:11px; background:var(--secondary);}
.off::before{content:'';  position:absolute; left:0; border-left:10px solid #fff; border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent; top:0; }
.off::after{content:''; position:absolute; right:0; border-left:10px solid transparent; border-right:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent; top:0; }
.grt_city{padding:30px 0; text-align:center;}
.grt_city .tabs{display:inline-block;  margin:30px 0;  background:var(--secondary); border-radius:30px; }
.grt_city .tabs > button{border:none; transition:0.4s; background:transparent; border-radius:30px; padding:8px 30px; color:#4f4f4f; }
.grt_city a{text-decoration:none;}
.tabcontent{display:none; transition:0.4s; transform:translateY(0);}
.active-fl{background:var(--primary-main) !important; color:#fff !important;}
.grt_city a:hover .clck{background:transparent; color:var(--primary-main); border:1px solid var(--primary-main);}
.grt_city .city_main{background:var(--secondary); overflow:hidden; border-radius:30px;}
.grt_city .city_main .dest_img{overflow:hidden;}
.grt_city .city_main .dest_img img{border-radius:20px; transition:0.3s; width:100%;}
.ct_name h4{color:#000; text-align:left; font-size:18px;}
.pricce{width:60%; float:left;}
.pricce p{color:var(--primary-main); text-align:left; font-size:18px;}
.per{color:#646464 !important; font-size:14px;}
.book_btn {float:right; }
.book_btn p{color:var(--primary-main); margin:0; font-size:13px;}
.main_dtl{padding:8px 10px; overflow:hidden;}
.clck{background:var(--primary-main); border:1px solid var(--primary-main); color:#fff; transition:0.4s; font-size:12px; padding:1px 3px; border-radius:100%;}
.conts_mains .main_scr{background:var(--secondary); display:flex; justify-content:center; padding:20px; border-radius:10px; }
.conts_mains .main_scr .w-gif{float:left; }
.conts_mains .main_scr .w-cont{float:left;}
.say_to{color:#fff; font-size:50px; padding:8px;}
.conts_mains .main_scr .w-gif img{max-width:60px; border-radius:50px;}
.main_btn{padding:8px 20px; transition:0.4s; border:2px solid var(--primary-main); font-size:15px; position:relative; color:#fff;background:var(--primary-main); text-decoration:none !important;}
.main_btn:hover{background:transparent; color:var(--primary-main);}
.popular_places{padding:10px 0;}
.popular_places .bok_city_img {overflow:hidden;}
.popular_places .bok_city_img img{width:100%; transition:0.4s; border-radius:5px; position:relative;}
.popular_places .bok_city_img img:hover{transform:scale(1.1);}
.city-content{width:100%;  position:absolute;  bottom:8px;}
.city-content .city-name{width:80%; float:left; color:#fff; font-size:24px; padding:0px 8px;}
.city-content .city-rdt-btn{font-size:14px; position:absolute; padding:1px 6px; right:60px; color:#fff; border:1px solid #fff; }
.our-splt-section{padding:10px 0;}
.section-main{padding:20px; border:1px solid #ccc; border-radius:5px;}
.section-main .section-main-img{width:100%;display:flex; padding:20px 0;}
.section-main .section-main-img img{ margin:0 auto; border:2px solid var(--primary-main); padding:10px;  border-radius:50%;}
.main-content{text-align:center; padding:15px 0;}
.main-content h3{color:var(--primary-main); font-size:20px; font-weight:500;}
.main-content p{font-size:13px; color:#646464; }
.featured-image{overflow:hidden;}
.fare-bok-deals .featured-place-view{box-shadow:0px 0px 20px rgba(0,0,0,0.20); border-radius:10px;}
.fare-bok-deals .featured-place-view img{width:100%; cursor:pointer; transition:0.3s; border-radius:10px; position:relative; display:block;}
.fare-bok-deals .featured-place-view img:hover{transform: scale(0.95);}
.fare-bok-deals .featured-place-view img::before{content:''; position:absolute; background:rgba(0,0,0,0.20); top:0; width:100%; height:300px; }
.city-name-feat{color:#494949; font-weight:600; font-size:20px; margin:0;}
.fare-start{padding:5px 0; font-size:13px; color:#494949; margin:0;}
.price-detail{font-size:22px; color:var(--primary-main);}
.fav{background:#ddd; position:relative; transition:0.4s; border-radius:50%; padding:8px; font-size:16px; margin-bottom:10px; cursor:pointer; color:#494949;}
.fav:hover{background:var(--primary-main); color:#fff;}
.fav:hover ~ .toggle-detail{visibility:visible; opacity:1;}
.toggle-detail{background:#333843; padding:5px; font-size:12px; border-radius:10px; width:100%; transition:0.4s; opacity:0; visibility:hidden; left:-15px; top:-35px; text-align:center; color:#fff; position:absolute;}
.toggle-detail::before{position:absolute; content:''; border-left:5px solid transparent;  border-right:5px solid transparent;   bottom:-9px; right:10px; border-top:5px solid #333843;  border-bottom:5px solid transparent;}
.bok-link-feat{text-decoration:none !important; border:1px solid var(--primary-main); transition:0.4s; background:var(--primary-main); font-size:15px;  color:#fff; border-radius:30px; padding:4px 10px;}
.bok-link-feat:hover{color:var(--primary-main); background:transparent;}
.bok-date{position:absolute;  background:var(--primary-main); top:10px; right:30px; color:#fff; font-size:18px; border-radius:50%; padding:25px 15px;}
.toll-free-cont p{margin:0; color:#060607; font-weight:500; font-size:13px; text-align-last:end; line-height:16px;}
.toll-free-cont a{font-size:20px; color:var(--primary-color); transition:0.4s; font-weight:700; text-decoration:none;}
.toll-free-cont a:hover{color:var(--primary-main);}
.toll-free-cont a img{padding:0px 4px;}
.top-m a{text-decoration:none; color:#fff; font-size:13px; font-weight:500;}
.top-main-header{padding:6px 0;background:var(--secondary-main);}
.social-main span a{text-decoration:none; transition:0.4s; background:var(--primary-main); color:#fff; border:1px solid var(--primary-main); font-size:12px; padding:3px 7px; border-radius:50%;}
.navbar-light .navbar-nav .nav-link{color:#090909 !important; padding:0px 18px !important;  transition:0.4s; font-weight:400; font-size:14px !important;}
.navbar-light .navbar-nav .nav-link:hover{color:#e87529 !important;}
.main-header-fix{position:fixed; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.10); top:0; width:100%; left:0; z-index:99;}
.why-gt-us{padding:10px 0; text-align:center; background:#fff; width:100%; float:left; overflow:hidden;}
.main-gt-us{text-align:center; border-radius:10px; transition:0.4s;  padding:10px;}
.main-gt-us h3{font-size:16px; color:#111;  font-weight:600; padding:4px 0; transition:0.2s ease;  margin:0;}
.main-gt-us:hover h3{color:var(--third-color);}
.main-gt-us p{font-size:13px; color:#333;}
.flight-deal-offer{padding:10px 0; overflow:hidden;} 
.flight-deal-offer a{text-decoration:none !important; color:#444;}
.heading-flt{text-align:center; position:relative;}
.heading-flt h4{color:var(--secondary-main); font-weight:700; text-transform:uppercase; font-size:28px;}
.heading-flt h4::before{content:''; position:absolute; background:#e87529; width:140px; left:43%; height:2px; bottom:-8px;}
.heading-flt h4::after{content:''; position:absolute; background:var(--third-color); width:8px; left:49%; height:8px; border-radius:100%; border:1px solid #fff; bottom:-11px;}
.flt-p{font-size:14px; color:#333; padding:10px 0; text-align:center;}
.deal-main-ofr{position:relative; overflow:hidden;  border-radius:5px; margin-top:20px;}
.deal-main-ofr img{position:relative; width:100%; height:100%; transition:0.9s;}
.deal-main-ofr img:hover{transform:scale(1.1);}
.deal-fare-content{padding:8px 4px; height:100%; width:100%;  }
.city-name{font-size:15px; font-weight:600;}
.city-name i{color:#e44a4a;}
.main-bdr{border-right:1px solid #ccc; }
.fare-price{font-size:12px; padding-left:10px; margin:0;}
.fare-price span{font-size:18px; color:#4b8509; font-weight:600;}
.deal-fare-content:hover .fare0-btn{background:var(--secondary-main);}
.fare0-btn{background:#e87529; transition:0.4s; display:inline-block;  color:#fff; border-radius:5px; font-size:15px; padding:1px 5px;}
.abt-main-section{background:url(../images/new_banner.jpg) no-repeat; background-size:cover; width:100% !important; height:260px; background-position:center; }
.top-main0-title-of-page{color:#fff;  padding-top:9rem; font-size:30px; text-align:left; font-weight:700; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-transform:uppercase;}
.abt-main{ margin:45px 0; background:#fff;  padding:30px;}
.abt-main img{float:right; max-width:250px; border-radius:5px;}
.abt-heading{font-size:27px; font-weight:600;}
.abt-main p{font-size:13px ; color:#555;}
.prvc-heading{color:#0e4367; background:#ecf5ff; padding:3px 0px 3px 6px; margin:8px 0; font-size:18px; font-weight:600;}
.main-deal-sec{border:1px solid var(--secondary-main); border-radius:3px; padding:13px;background:#fff;    position:relative;}
.flt-img{width:30%;  border:1px solid #ddd;  margin-top:0px;} .airline-name{ float:left; font-size:12px; font-weight:600;}
.flt-date{font-size:13px; font-weight:500;}
.fare-md{width:100%; text-align:center;} .fare-md p{margin:0; font-weight:700; font-size:18px; color:var(--secondary-main);}
.fare-md p > img{margin:0px 8px;} .fare-right{text-align:center; } .fare-right a{text-decoration:none !important; transition:0.4s; color:#fff; background:var(--secondary-main); display:inline-block;padding:3px 8px; border-radius:5px; font-size:12px;}
.fare-right a:hover{color:#fff; background:var(--primary-main); } .dislcm{font-size:13px; color:#333; margin:25px 0;}
.discm-text{ background:#fff; margin:30px 0;}
.discm-text p{color:#222; font-size:13px;}
.copyright-clm{text-align:center; color:#fff;  font-size:13px; margin:0;}
.main-heading{text-align:center; position:relative; padding-top:140px; color:#555; font-size:35px; text-shadow:1px 1px 5px #f9f9f9; font-weight:700;}
.contact-main-fix{background:#fff;padding:30px; border-radius:10px;}
.contact-main-fix h2{color:#333; font-size:34px; font-weight:300; margin-bottom:15px;}
.contact-main-fix p{color:#555; font-size:18px; margin:0;}
.contact-main-fix .form-control{ width:100%; border:1px solid #ccc !important; margin-bottom:10px !important; height:44px;  font-size:15px; }
.contact-main-fix .form-control:hover, .contact-main-fix .form-control:active, .contact-main-fix .form-control:focus{border-color:var(--secondary-main) !important;}
.form-btn{background:#e87529; border:0; padding:8px 0; color:#fff; border-radius:5px; width:100%;}
.fancy-tittle{font-size:24px; margin-bottom:50px; color:var(--secondary-main); position:relative; font-weight:500;}
.fancy-tittle::before{content:''; position:absolute; width:90px; bottom:-8px; left:4px; height:3px; background:#e87529;}
.fancy-tittle::after{content:''; position:absolute; width:4px; bottom:-9px; left:102px; border-radius:100%; height:4px; background:var(--primary-main);}
.contact-info ul{list-style:none; margin:0; padding:0;}
.contact-info ul li{margin-bottom:25px;}
.contact-info ul li i{float:left; background:#e87529; margin-right:10px; color:#fff; border-radius:100%; padding:12px 11px; font-size:18px;}
.contact-info ul li p{margin:0; font-size:13px; font-weight:700;}
.contact-info ul li a{text-decoration:none !important; font-size:13px; color:#333 !important;}
.i-frame{border:1px solid #333; border-radius:5px; padding:5px;}
.imp{color:var(--primary-main) !important; text-decoration:none !important; }
.new{position:absolute; background:#ee602c; top:-15px; right:-15px; font-weight:600; transform:skew(-10deg); color:#fff;  padding:0px 5px; font-size:10px;}
.air-info{width:100%; float:left; background:#fff; padding:8px;box-shadow:rgba(0,0,0,0.10) 0px 1px 5px; border-radius:5px; margin-bottom:15px;}
.sea-res-mob {color:#333; text-align:center;}
.main-footer-result{width:100%; background:#f0f0f0; padding:15px 0;  float:left; }
.social_media span a{text-decoration:none; color:#555; transition:0.4s;  font-size:20px; padding:0px 6px;}
.social_media span a:hover{color:var(--secondary-main);}
.imp-links span a{color:#555; font-size:12px; font-weight:600; text-decoration:none; padding:0px 4px; transition:0.3s;}
.imp-links span a:hover{color:var(--secondary-main);}
.copy-right-tr{width:100%; text-align:center; float:left; background:var(--secondary-main); padding:10px 0;}
.copy-right-tr p{margin:0; color:#fff; font-size:13px;}
.abt-prg{color:#555; font-size:13px; }
.exclu-deals-main{background-image:url(../images/deals-main0-flight-bg.jpg); background-repeat:no-repeat; background-size:cover; padding:40px 0; background-attachment:fixed; background-position:center; overflow:hidden; width:100%; height:auto;}
.sea-res-mob-fli-det{font-size:12px;} .sea-res-mob-fli-city{font-size:18px;  color:var(--secondary-main);}
.res-call-bnr{background:#d0dcea; width:100%; overflow:hidden; padding:5px; border-top-left-radius:5px; border-top-right-radius:5px;}
.res-call-bnr span{color:#333; text-transform:uppercase; font-size:13px; font-weight:600; float:left; }
.res-call-bnr span > small{font-size:11px; font-weight:400;}
.res-result_con{position:relative; display:none; background:linear-gradient(170deg, #04455a, var(--primary-main) ); width:100%; overflow:inherit; float:left;}
.co-agent-cal-suport{max-width:40px;}
.co-agent-supprt a{color:#333; font-size:15px; font-weight:500; text-decoration:none;}
.co-agent-supprt span{color:#333; font-size:12px; font-weight:600;}
.spk-cust{color:var(--secondary-main); font-weight:700; font-size:12px;}
.spk-cust-dest{color:var(--primary-main) !important;  font-weight:600 !important; font-size:18px !important;}
.fare-help-main{width:25%; background:#fff;  float:right; border-top:1px solid #ccc; box-shadow:0px 1px 5px rgba(0,0,0,0.10); border-radius:5px; position:sticky; position:-webkit-sticky; top:315px;}
.main-help-cal{padding:10px;}
.main-help-cal h4{color:var(--secondary-main); font-size:16px; font-weight:600;}
.main-help-cal p{color:#555; font-size:11px; }
.main-help-cal a{text-decoration:none !important; color:#fff; background:#4b8509; font-weight:600; padding:4px 12px; border-radius:10px;}
.pop-top-main{padding:30px 30px 0 30px;}
.main-help-cal a:hover{color:#fff;}
.session-tmr{ position:sticky; position:-webkit-sticky; top:32px;}
.review-bok-flt{width:100%; text-align:center; background:#fff; padding:10px; position:relative; border-radius:5px; margin-bottom:5px; box-shadow:0px 1px 5px rgba(0,0,0,0.10);}
.active-ppl-cout{position:absolute; background:#c0d2fc; border:1px solid #7ca3ff; border-radius:10px; font-size:12px; color:#111; right:0; padding:2px 5px 2px 15px; top:-28px;}
.active-ppl-cout::before{content:''; background:#18a91f; width:7px; height:7px; border-radius:100%; position:absolute; left:6px; top:7px;}
.active-ppl-cout::after{content:''; top:22px; right:10px; position:absolute; border-left:6px solid transparent; border-right:6px solid transparent; border-top:6px solid #7ca3ff; border-bottom:6px solid transparent; }
.review-bok-flt h4{color:var(--secondary-main); font-size:15px; font-weight:600;}
.review-bok-flt span{color:#4b8509; font-size:24px; font-weight:600;}
.fl-scr-popup{position:fixed; top:0; left:0; width:100%; height:100vh; opacity:0; visibility:hidden; transition:0.3s; background:rgba(0,0,0,0.40); z-index:9999;}
.pop-up-main-ctr{max-width:520px;  background:#fff;  position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.co-agent-cl-pop{max-width:80px;}
.close-btn{position:absolute; top:-12px; padding:1px; border:2px solid #ccc; cursor:pointer; right:-10px; cursor:pointer; background:#f2f2f2; transition:0.1s; border-radius:100%; }
.close-btn:hover{background:#ccc; padding:2px;}
.pop-up-heading{color:var(--secondary-main); font-weight:600; font-size:17px; }
.pop-up-paragrph{color:#333; font-size:12px; font-weight:600; padding:10px 0;}
.main-call{color:#28a745;  text-decoration:none; font-size:20px; font-weight:600;}
.tl-fr{color:#555; font-size:11px; padding:5px 0;}
.avlb{background:#e7effe; width:calc(100% - 30px); color:#4b8509; font-size:10px; border-radius:5px; padding:1px 5px;}
.p-main-content{background:#e2e9f2; padding:20px;}
.p-main-content h4{text-align:center; font-size:18px; margin-bottom:20px; }
.indc-image{max-width:40px; float:left; margin-right:8px;}
.bok-plan{font-size:13px; color:#111;}
.p-main-content p{font-size:13px; color:var(--secondary-main); font-weight:600;}
.bt--prc-section{color:#09851f;overflow:hidden; position:relative; font-size:14px; display:inline-block;border:1px solid #09851f; background:#e4f2e6;  padding:4px 8px 4px 20px; border-radius:4px;}
.bt--prc-section::before{content:'';  position:absolute; width:4px;  height:80px; background:#09851f; left:0px; top:-15px;}
.recommd-filtr{  width:100%;  float:left; margin-top:25px;  position:relative;}
.recomd-btn{background:#fff; float:left; width:100%; box-shadow:0px 1px 5px rgba(0,0,0,0.10); border-radius:2px; }
.cheap-btn button{ border:0; color:#333; transition:0.1s; font-size:13px; background:#fff; font-weight:500; float:left; padding:7px 16px;}
.cheap-btn button:hover{background:#e1edff; border-bottom:3px solid #0a58ca !important; color:#0a58ca;}
.active-filter{border-bottom:3px solid #0a58ca !important; color:#0a58ca !important;}
.line{position:absolute; width:1px; height:37px; background:#d0d0d0; z-index:1;  top:0px;}
.primium-container p{color:#111; font-weight:600; font-size:14px; }
.imp-paragrp{color:#333 !important; font-size:13px !important; font-weight:400 !important;}
.prim-heading{color:#111; font-weight:600; font-size:13px; padding:2px 0;}
.prim-paragraph{color:#444; font-size:12px; }
.primium-container img{max-width:18px;display:flex; margin:0 auto; }
.border-bttom{border-bottom:2px solid #d0d0d0;}
.std-price{text-align:center;}
.std-price .incld{color:#555; font-size:22px; font-weight:600;}
.std-price p{color:#555; font-size:11px; font-weight:400;  }
.purc-btn-secondary a{color:#fff !important; cursor:default; background:#ccc; font-size:13px;  padding:5px 14px; border-radius:3px; text-decoration:none;}
.purc-btn-primary a{color:#fff !important; background:#1e4473; font-size:13px;  padding:5px 20px; border-radius:3px; text-decoration:none;}
.learn-btn{color:#48a0e2; position:relative; top:40px; cursor:pointer; font-size:13px; }
.tabs{ overflow:hidden;}
.tabs .tab-btn{background:#fff; color:#333; font-size:12px;  border-top-left-radius:2px; border-top-right-radius:2px;  padding:6px; float:left; border:1px solid transparent;}
.tabs .tab-btn-bgg{background:#fff;color:#333;  float:left; font-size:12px; border-top-left-radius:2px; border-top-right-radius:2px; padding:6px; float:left;  border:1px solid transparent;}
.tabs ul {margin:0; padding:0; list-style-type:none;}
.tabs ul li{cursor:pointer;}
.tabcontents{border:1px solid #ddd; padding:5px 15px; border-bottom-left-radius:5px; border-bottom-right-radius:5px; }
.tabcontents p{color:#555; font-size:12px;  font-weight:400;}
.tabcontents h5{font-size:17px; color:#333;}
.tabcontents ul li{font-size:12px; color:#555;}
.active-ptr{border:1px solid #d0d0d0 !important; border-bottom:transparent !important;}
.travel-protect ul{border:0; margin-top:5px; padding:0; list-style:none;}
.travel-protect ul li{font-size:13px; color:#555;}
.travel-protect ul li::before{font-family:"FontAwesome"; content:"\f00c"; padding:0px 6px; color:#4b8509; }
.trust-p img{max-width:200px;}
.m-timer-session{background:#c0d2fc; position:sticky; position:-webkit-sticky; top:0; border:1px solid #7ca3ff; z-index:9; width:100%; float:left;  border-radius:2px; margin:10px 0; display:none; padding:2px; text-align:center;}
#mint2, #second2, #clm-dot2{font-weight:600; font-size:16px; }
.m-tmr-hd{font-size:13px; }
.prot-head{margin-bottom:8px; color:#111; }
.ins-prce{margin:0; font-weight:600; color:#111; font-size:22px; padding-top:10px;}
.prson{font-size:13px; padding-left:20px;}
.important-link{position:relative; display:inline-block; }
.link-section{font-size:12px;}
.insurance-notice{position:absolute; background:#fff; transform:translateY(10px); transition:0.5s; opacity:0; visibility:hidden; box-shadow:0px 2px 10px rgba(0,0,0,0.20); padding:15px;}
.insurance-notice p{font-size:11px; color:#333; margin-bottom:5px;}
.important-link:hover  .insurance-notice{ transform:translateY(0px); opacity:1; visibility:visible;}
.learn-more-container{display:none;}
.check-if {padding:2px; transition:0.4s; background:#e4f2e6; border-radius:5px; padding:0px 6px; border:1px solid #fff;  margin-bottom:5px; }
.check-if:hover, .check-if:active, .check-if:focus{border-color:#4b8509; background:#caefd0;}
.check-if label{font-size:14px; font-weight:300;cursor:pointer; }
.check-if label input{width:16px; height:16px; padding-top:4px;}
.check-if label strong{font-weight:600;}
.all-in-one{display:none;}
.navbar{padding:0 !important;}
.site-menu0-engine{display:inline-block; border-top-left-radius:4px;  border-top-right-radius:4px;}
.site-menu0-engine ul{margin:0; padding:0; list-style-type:none; display:flex;}
.site-menu0-engine ul li{ padding:4px 18px; cursor:pointer; transition:0.2s; color:#555; border-right:1px solid #ccc; background:#fff;  font-weight:600;}
.site-menu0-engine ul li:hover{color:#fff !important; background:var(--secondary-main) !important;}
.active-menu{color:#fff !important; background:var(--secondary-main) !important;}
.sb-btn-type{height:35px; border-radius:4px; position:relative; width:100%; border:1px solid #fff; font-size:14px; padding:3px 10px; text-overflow:ellipsis;}
.sub-scrbe{position:absolute; border-radius:10px; border:0; color:#fff;height:35px; right:0; padding:6px 8px;
border:2px solid #fff;  font-size:14px; background:#e87529;}
.social-conect{padding:10px 0; }
.social-conect span a{text-decoration:none; transition:0.4s; font-size:20px; color:#fff; padding:0px 6px;}
.social-conect span a:hover{color:#789fc0;}
.active-cls::before{content:'\f00d '; position:absolute;opacity:0; visibility:hidden; line-height:12px; transition:0.3s; cursor:pointer; right:-2px; top:-5px; background:#5994f1; padding:1px; text-align:center; border-radius:100%; width:13px; height:13px; color:#fff; font-size:9px; z-index:1; font-family:'FontAwesome'; }
.seach_div input:active, .seach_div input:focus ~ .active-cls::before{opacity:1; visibility:visible;}
.navbar-light .navbar-toggler{border-color:#fff !important; } .navbar-toggler:focus{box-shadow:none !important;}
.fare-dtl{font-size:18px; font-weight:900; margin:0; color:#4b8509;}
.fare-dtl span{color:#555 !important; font-weight:500; font-size:12px !important;}
.trip-type-name{position:absolute; display:none; left:0px; font-size:10px; font-weight:600; top:-25px; border:1px solid #ccc; color:#555; z-index:-1;  padding:4px 10px;}
.fare-date{color:#555; margin:0; font-size:12px; position:relative; padding:3px 0; }
.fare-date::before{content:'\f274 '; font-family:'FontAwesome'; color:var(--secondary-main); padding-right:5px;}
.fare-price-pr{color:var(--secondary-main); font-weight:600; font-size:18px; }
.fare-price-pr span{font-weight:400; color:#555; font-size:13px;}
.title-about{font-weight:600; font-size:22px; margin-bottom:8px; color:var(--secondary-main);}
.about-main-page-home{padding:10px 0; overflow:hidden;}
.about-main-page-home p{color:#555; font-size:15px;}
.why-us-img img{max-width:40px;}
.title-city{color:var(--secondary-main); font-weight:600; font-size:28px;}
.main-contect-bs-flt p{font-size:14px; color:#333;}
.main-contect-bs-flt h3{color:#333; font-weight:600; font-size:22px;}
.deals-heading-main{font-weight:600; font-size:26px; margin-bottom:15px;}
.best-cheap-ddl{background:#f1f1f1; padding:30px 0;}
.fare-details{background:#fff; padding:5px; border-radius:4px; border:2px solid #fff; transition:0.2s;}
.fare-details:hover{border:2px dashed #aaa;}
.destination-name{font-weight:600; font-size:15px; color:#333;}
.destination-date{font-size:13px; color:#555;}
.click-btn a{font-size:18px; color:var(--primary-main); font-weight:600; text-align:center; text-decoration:none !important; text-align:center;}
