@charset "UTF-8";

/* Typography CSS */
@font-face {
    font-family: "AirbnbCerealBold";
    src: url("../font/AirbnbCerealBold.eot");
    src: url("../font/AirbnbCerealBold.eot") format("embedded-opentype"), url("../font/AirbnbCerealBold.woff2") format("woff2"), url("../font/AirbnbCerealBold.woff") format("woff"), url("../font/AirbnbCerealBold.ttf") format("truetype"), url("../font/AirbnbCerealBold.svg#AirbnbCerealBold") format("svg");
}

@font-face {
    font-family: "AirbnbCerealBook";
    src: url("../font/AirbnbCerealBook.eot");
    src: url("../font/AirbnbCerealBook.eot") format("embedded-opentype"), url("../font/AirbnbCerealBook.woff2") format("woff2"), url("../font/AirbnbCerealBook.woff") format("woff"), url("../font/AirbnbCerealBook.ttf") format("truetype"), url("../font/AirbnbCerealBook.svg#AirbnbCerealBook") format("svg");
}

@font-face {
    font-family: "DroidKufiBold";
    src: url("../font/DroidKufiBold.eot");
    src: url("../font/DroidKufiBold.eot") format("embedded-opentype"), url("../font/DroidKufiBold.woff2") format("woff2"), url("../font/DroidKufiBold.woff") format("woff"), url("../font/DroidKufiBold.ttf") format("truetype"), url("../font/DroidKufiBold.svg#DroidKufiBold") format("svg");
}

@font-face {
    font-family: "DroidKufiRegular";
    src: url("../font/DroidKufiRegular.eot");
    src: url("../font/DroidKufiRegular.eot") format("embedded-opentype"), url("../font/DroidKufiRegular.woff2") format("woff2"), url("../font/DroidKufiRegular.woff") format("woff"), url("../font/DroidKufiRegular.ttf") format("truetype"), url("../font/DroidKufiRegular.svg#DroidKufiRegular") format("svg");
}

/* Typography CSS Ends */
body {
    font-family: "AirbnbCerealBook", sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #6b7070;
    background: #f8f8f8;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: #f79439;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #d52b47;
	outline:0;
}
a:not([href]) {
    color: #f79439;
    text-decoration: none;
	cursor:pointer;
}
img {
    max-width: 100%;
}

select:focus,
.form-control:focus,
.btn:focus, 
button:focus {
    box-shadow: none;
    outline: none;
}
b, strong {
	font-family:'AirbnbCerealBold', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.error {
    color: #f9193e;
	font-size:13px;
}

ul {
    padding: 0;
	margin:0;
}

ul li {
    list-style: none;
}

.xsGutter {
    margin-right: -2px;
    margin-left: -2px;
}

.xsGutter [class*=col-] {
    padding-left: 2px;
    padding-right: 2px;
}

.smGutter {
    margin-right: -6px;
    margin-left: -6px;
}

.smGutter [class*=col-] {
    padding-left: 6px;
    padding-right: 6px;
}

.overlay_bg {
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.overlay_bg:after {
    content: "";
    position: absolute;
    background: rgba(46, 55, 56, 0.4);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.disabledInput {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}
.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

/*=============== HEADER STYLE START HERE ===============*/
.header {
    width: 100%;
    position: relative;
    z-index: 100;
}

.headerTopDark {
    background: #2e3738;
    color: #6e8689;
    height: 54px;
}

.left_social {
    height: 54px;
}

.left_social a,
.left_social a:hover {
    color: #6e8689;
    margin-right: 15px;
    text-decoration: none;
}

.left_social i {
    margin-right: 5px;
}

.facebookIco {
    width: 21px;
    height: 24px;
    background: url(../images/faceBook.png) no-repeat 50% 50%;
}

.linkdinIco {
    width: 21px;
    height:18px;
    background: url(../images/linkdin.png) no-repeat 50% 50%;
}

.instaIco {
    width: 21px;
    height: 24px;
    background: url(../images/insta.png) no-repeat 50% 50%;
}

.tollFree {
    height: 54px;
    line-height: 54px;
}

.tollFree span {
    color: #f79439;
}

.headerBottom {
    width: 100%;
    min-height: 90px;
    background: rgba(255, 255, 255, .8);
    position: relative;
}

/*----Property Nav Start Here----*/
.propertyNav {
    min-height: 90px;
    padding: 0px 20px 0px 0px;
}

.propertyNav ul {
    list-style: none;
    height: 90px;
    margin: 0px;
    padding: 0px;
}

.propertyNav ul li {
    padding: 0px 12px;
    font-size: 18px;
}

.propertyNav a {
    height: 90px;
    margin: 0px 5px;
    font-size: 18px;
    color: #2e3738;
    text-decoration: none;
}

.propertyNav a.logo {
    margin-right: 15px;
}

.propertyNav a.active {
    border-bottom: solid 2px #FF6600;
}

/*----Property Nav End Here----*/
.right_menu {
    /*width:100%;*/
}

.right_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.right_menu ul li {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 90px;
    padding: 0px 15px;
}

.right_menu ul li a {
    font-size: 17px;
    text-transform: uppercase;
    color: #2e3738;
    text-decoration: none;
}

.right_menu ul li .currencyDropdown a {
    line-height: 28px;
    font-size: 17px;
    height: 28px;
    padding: 0px 5px;
    text-transform: uppercase;
    color: #2e3738;
    text-decoration: none;
}
.right_menu ul li .currencyDropdown a:hover{
    background: var(--blue);
    color: #fff;
}
.right_menu ul li .currencyDropdown a.active:hover{
    background: var(--blue);
    color: #fff;
}
.hmCurncy .dropdown-menu{
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 0;
    padding: 0;
    min-width: 62px;
}

/*=============== HEADER STYLE END HERE ===============*/

.mobBtnToggle {
    display: none;
    width: 42px;
    height: 42px;
    background: url(../images/toggleBtn.png) no-repeat 50% 50%;
    border: none;
    box-shadow: none;
    outline: none;
    margin-top: 20px;
}

/*=============== FOOTER STYLE START HERE ===============*/
.footer {
    width: 100%;
    background: #2e3738;
}

.footer_top {
    width: 100%;
    border-bottom: solid 1px #3f4b4d;
    padding: 30px 0px 18px;
}

.foot_links {
    list-style: none;
    margin: 0px;
}

.foot_links li {
    padding: 5px 15px;
    color: #6e8689;
}

.foot_links2 li {
    padding: 2px 15px 2px 0px;
    color: #6e8689;
}

.foot_links li a {
    color: #6e8689;
    text-decoration: none;
}

.foot_links li a:hover {
    color: #FFF;
}

.footCenter {
    width: 100%;
    padding: 30px 0px;
}

.footCenter h4 {
    font-size: 17px;
    color: #FFF;
    margin-bottom: 20px;
}

.footer_bottom {
    width: 100%;
    padding: 20px 0px 20px;
    color: #6e8689;
}

.copyRightArea {
    padding: 10px 0px;
}

.iconslist {
    width: 65px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    margin-right: 5px;
}

.iataNumber {
    padding: 10px 15px;
}

.iataNumber img {
    margin-right: 15px;
}

/*=============== FOOTER STYLE END HERE ===============*/

.main_inner_wrap {
    min-height: 640px;
	padding-bottom: 50px;
	
}

.oth_button {
    background: #f79439;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.oth_button:hover {
    background: #d52b47;
}

.hasArrow {
    position: relative;
}

.hasArrow:after {
    position: absolute;
    font-size: 20px;
    font-family: "othbookingicon";
    top: 50%;
    right: 15px;
    content: "";
    color: #6e8689;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.ser_summary {
    padding: 20px 0px;
    color: #FFF;
}

.ser_summary h3 {
    font-size: 22px;
    margin: 0px;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

.oth_checkbox {
    margin: 0;
}

.oth_checkbox li {
    padding-bottom: 10px;
    line-height: 18px;
    font-size: 13px;
}

.oth_checkbox input[type=checkbox]+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    margin-bottom: 0;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.oth_checkbox input[type=checkbox]+label::before {
    font-size: 11px;
    height: 18px;
    width: 18px;
    position: absolute;
    border: 1px solid rgba(107, 112, 112, 0.4);
    background: #ffffff;
    left: 0;
    font-family: "othbookingicon";
    color: #ffffff;
    content: "";
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.oth_checkbox input[type=checkbox]:checked+label::before {
    color: #d52b47;
    border: 1px solid #d52b47;
    line-height: 16px;
}

.form-group .form-control:focus,
.form-group .form-control:active {
    box-shadow: none;
    outline: 0;
}

.close_x {
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 12px;
    width: 20px;
    text-align: center;
    height: 20px;
    cursor: pointer;
    background: #0e9fa9;
    line-height: 19px;
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.close_x:hover {
    background: #d52b47;
}

.modify_search_wrp {
    background-image: url(../images/modifyBG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 23px 0 15px 0;
    position: relative;
    padding: 23px 0 18px 0;
    position: relative;
    z-index: 3;
}

.modify_search_wrp:before {
    content: "";
    background: #2e3738;
    opacity: 0.85;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.modify_search_wrp form {
    position: relative;
    z-index: 1;
}

.modify_search_wrp .from_to_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 26px;
    z-index: 1;
    background: #f79439;
    font-size: 14px;
    color: #ffffff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.modify_search_wrp .from_to_icon i {
    font-size: 12px;
    font-style: normal;
}

.modify_search_wrp .oth_button {
    font-size: 30px;
    margin-left: 4px;
    height: 76px;
}

.modify_search_wrp .form-group {
    position: relative;
    margin-bottom: 0;
    height: 76px;
}

.modify_search_wrp .form-group label {
    background: transparent;
    border: 1px solid #918d99;
    color: #ffffff;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.modify_search_wrp .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.modify_search_wrp .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.modify_search_wrp .form-group input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

.modify_search_wrp .form-group label .form-control,
.modify_search_wrp .form-group label span {
    font-size: 15px;
    background: transparent;
    border: 0;
    color: #ffffff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
}

.modySearchFieldsOuter .advanced_search {
    padding-top: 10px;
    display: none;
}

.modySearchFieldsOuter .advanced_search_clk {
    color: #ffffff;
}

.modySearchFieldsOuter .advanced_search_clk:hover {
    color: #0e9fa9;
}

.modySearchFieldsOuter .oth_checkbox label {
    color: #ffffff;
    line-height: 16px;
    padding-left: 30px;
}

.modySearchFieldsOuter .oth_checkbox input[type=checkbox]+label::before {
    width: 21px;
    height: 21px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.modySearchFieldsOuter .oth_checkbox input[type=checkbox]:checked+label::before {
    line-height: 20px;
}

.modify_search_wrp .form-group p {
    margin: 0;
    color: #6e8689;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modify_search_wrp .form-group.hasArrow {
    height: 76px;
}

.modify_search_wrp .form-group.hasArrow p {
    position: absolute;
    top: 15px;
    left: 15px;
}

.modify_search_wrp .form-group.hasArrow select {
    font-size: 15px;
    border: 1px solid #918d99;
    height: 100%;
    color: #ffffff;
    line-height: 85px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
}

.modify_search_wrp .form-group.hasArrow select option {
    color: #6b7070;
}

.modify_search_wrp .passenger_box {
    margin-top: 3px;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    right: 0;
    top: 100%;
    padding: 15px;
    width: 270px;
    color: #2e3738;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.modify_search_wrp .passenger_box h4 {
    font-size: 16px;
    color: #2e3738;
    margin-bottom: 5px;
}

.modify_search_wrp .passenger_box .close_box {
    position: absolute;
    font-size: 11px;
    right: 4px;
    color: #ffffff;
    background: #0e9fa9;
    border-radius: 50%;
    top: 4px;
    width: 25px;
    cursor: pointer;
    height: 25px;
}

.modify_search_wrp .passenger_box .close_box:hover {
    background: #f79439;
}

.modify_search_wrp .passenger_box .plus_minus_btn {
    width: 25px;
    height: 25px;
    color: #0e9fa9;
    padding: 0;
    border: 1px solid #0e9fa9;
    background: none;
    margin: 0;
}

.modify_search_wrp .passenger_box .plus_minus_btn:hover {
    background: #0e9fa9;
    color: #ffffff;
    border: 1px solid #0e9fa9;
}

.modify_search_wrp .passenger_box .traveller_row {
    padding: 10px 0px;
    border-bottom: solid 1px #dfdfdf;
}

.modify_search_wrp .passenger_box .traveller_left p {
    color: #6b7070;
    font-family: "AirbnbCerealBold", sans-serif;
    text-transform: capitalize;
}

.modify_search_wrp .passenger_box .traveller_left p span {
    font-size: 12px;
    font-family: "AirbnbCerealBook", sans-serif;
    display: block;
    color: #6b7070;
}

.modify_search_wrp .passenger_box .traveller_right .psnrcount {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
}

.modify_search_wrp .passenger_box .passenger_class {
    padding-top: 10px;
}

.modify_search_wrp .passenger_box .passenger_class .class_select {
    width: 100%;
    height: 35px;
    padding: 5px;
    border: solid 1px #dfdfdf;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.modify_search_wrp .passenger_box .passenger_box_footer {
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
}

.modify_search_wrp .passenger_box .passenger_box_footer .oth_button {
    font-size: 14px;
    padding: 10px 20px;
    border: 0;
    margin: 0;
    color: #ffffff;
    height: auto;
    width: 100%;
    background: #0e9fa9;
}

.modify_search_wrp .passenger_box .passenger_box_footer .oth_button:hover {
    background: #f79439;
}

.modify_search_wrp .passenger_box .room_repeat {
    border-bottom: 1px solid #dfdfdf;
        padding-bottom: 10px;
}

.modify_search_wrp .passenger_box .room_repeat h3 {
    font-size: 15px;
    font-family: "AirbnbCerealBold", sans-serif;
    padding-top: 10px;
}

.modify_search_wrp .passenger_box .room_repeat ul li {
    margin-bottom: 10px;
    margin-right: 3px;
}

.modify_search_wrp .passenger_box .room_repeat ul li:nth-child(3),
.modify_search_wrp .passenger_box .room_repeat ul li:nth-child(4) {
    margin-bottom: 0;
}

.modify_search_wrp .removeRoom,
.modify_search_wrp .addRoom {
    padding: 10px 0;
}

.modySearchFieldsOuter {
    width: 92%;
    flex: 0 92%;
}

.modySearchButtonOuter {
    width: 8%;
    flex: 0 8%;
}

.modySearchButtonOuter .oth_button {
    padding: 22px 15px;
    width: 100%;
}

.tripMinusBtn, 
.tripPlusBtn {
    background: #f79439;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 23px;
    height: 30px;
    width: 30px;
}

.tripPlusBtn {
    background: #0e9fa9;
}

.result_block {
    margin-top: 35px;
}

.filter_col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    position: relative;
}

.filter_col .box_wrap {
    padding: 0 20px 15px;
}

.filter_col h2 {
    font-size: 24px;
    color: #2e3738;
    margin-bottom: 30px;
}

.result_col {
    padding-left: 10px;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
    position: relative;
}

.result_sort {
    margin-bottom: 20px;
}

.result_sort .sort_txt_mob {
    display: none;
}

.result_sort ul {
    margin: 0;
}

.result_sort ul li {
    font-size: 13px;
}

.result_sort ul li a {
    color: #6b7070;
    padding: 8px 25px;
    position: relative;
    display: block;
    margin-left: -5px;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.result_sort ul li a:after {
    width: 1px;
    height: 30%;
    background: #6b7070;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) skew(-20deg);
    -ms-transform: translate(0, -50%) skew(-20deg);
    -o-transform: translate(0, -50%) skew(-20deg);
    -webkit-transform: translate(0, -50%) skew(-20deg);
}

/*.result_sort ul li a.active {
    position: relative;
    color: #2e3738;
    font-family: "AirbnbCerealBold", sans-serif;
    padding-right: 28px;
}*/

/*.result_sort ul li a.sortArrowUp.active {
    position: relative;
    color: #2e3738;
    font-family: "AirbnbCerealBold", sans-serif;
    padding-right: 28px;
}*/

.result_sort ul li.sortArrowUp a {
    position: relative;
    cursor: pointer;
}

.result_sort ul li.active a:before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #2e3738;
    content: "";
    top: 50%;
    right: 12px;
    margin-top: -3px;
    transform: rotate(0deg);
}
.result_sort ul li.active a {
    color: #2e3738;
    font-family: "AirbnbCerealBold", sans-serif;
    padding-right: 28px;
    cursor: pointer;
}
.result_sort ul li.sortArrowUp.active a:before {
    transform: rotate(180deg);
}

.result_sort ul li:nth-of-type(2) a {
    padding-left: 0;
}

.result_sort ul li:first-of-type {
    margin-right: 15px;
}

.result_sort ul li:last-child a:after,
.result_sort ul li a.active:after {
    display: none;
}

.box_panel_wrap,
.flight_matrix_wrap .airline_matrix .item,
.result_panel,
.filter_box {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.filter_box .filter_head {
    color: #2e3738;
}

.filter_box .filter_head .filter_title {
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    font-family: "AirbnbCerealBold", sans-serif;
}

.filter_box .filter_head .filter_clear {
    font-size: 12px;
    margin: 0 5px;
    color: #0e9fa9;
    cursor: pointer;
}
.filter_box .filter_head .filter_clear:hover {
    color: #d52b47;
}
.filter_box .filter_head i {
    color: #6b7070;
    font-size: 8px;
    cursor: pointer;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.filter_box .filter_head.closed i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.filter_box .filter_content {
    margin-top: 15px;
    padding-bottom: 20px;
}

.filter_box .filter_content .price_filter_value .slide_val {
    font-size: 13px;
    margin-bottom: 13px;
}

.filter_box .filter_content .price_filter_value .slide_val span {
    font-size: 12px;
    color: rgba(107, 112, 112, 0.8);
}

.filter_box .filter_content .filter_tabs {
    margin-bottom: 22px;
    padding: 0;
}

.filter_box .filter_content .filter_tabs li {
    display: inline-block;
    margin-right: 12px;
}

.filter_box .filter_content .filter_tabs li a {
    color: #6b7070;
    padding: 0 0 2px 0;
    border-bottom: 1.5px solid #ffffff;
    color: rgba(107, 112, 112, 0.8);
}

.filter_box .filter_content .filter_tabs li a.active {
    border-bottom: 1.5px solid #0e9fa9;
    color: #6b7070;
}

.filter_box .filter_content .tab_sub_head {
    margin-bottom: 5px;
    font-family: "AirbnbCerealBold", sans-serif;
}

.filter_box .sear_filt .form-control {
    height: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:80%;
}
.filter_box .sear_filt .oth_button {
    font-size: 18px;
    height: 50px;
    padding: 10px 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.filter_box .sear_filt .oth_button:before {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.range_ui_block {
    padding-right: 16px;
    background: #cccccc;
    height: 2px;
}

.range_ui_block .ui-slider-horizontal {
    background: #cccccc;
    height: 2px;
}

.range_ui_block .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    border: 1px solid #f79439;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-shadow: 0px 1px 2px rgba(145, 141, 153, 0.8);
}

.range_ui_block .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    outline: none;
}

.range_ui_block .ui-slider-horizontal .ui-widget-header {
    background: #f79439;
}

.result_panel {
    padding: 0;
    overflow: hidden;
}

.result_panel .fli_result_cont {
    padding: 12px 20px;
}

.result_panel .fli_result_cont:first-child {
    padding: 20px 20px 10px;
}

.result_panel .fli_result_cont .airline_logo {
    padding: 10px;
    border: 1px solid #dfdfdf;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.result_panel .fli_result_cont .airline_logo img {
    max-width: 100%;
}

.result_panel .fli_result_cont .airline_name {
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    padding-top: 3px;
}

.result_panel .fli_result_cont .depart_return h4 {
    color: #2e3738;
    font-family: "AirbnbCerealBold", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.result_panel .fli_result_cont .depart_return h4 span {
    display: inline-block;
    font-family: "AirbnbCerealBook", sans-serif;
    font-size: 20px;
}

.result_panel .fli_result_cont .depart_return span {
    font-size: 13px;
    display: block;
    line-height: 16px;
}

.result_panel .fli_result_cont .air_duration_stop {
    position: relative;
    text-align: center;
}

.result_panel .fli_result_cont .air_duration_stop:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cccccc;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    z-index: 2;
}

.result_panel .fli_result_cont .air_duration_stop span {
    font-size: 12px;
}

.result_panel .fli_result_cont .air_duration_stop .stop_over {
    display: flex;
    font-size: 12px;
    margin-top: 0px;
    justify-content: center;
    padding-top: 4px;
}

.result_panel .fli_result_cont .air_duration_stop .stop_over .stops {
    text-align: center;
    position: relative;
    margin-right: 4px;
    font-size: 12px;
}

.oth_tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #2e3738;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    position: absolute;
    z-index: 2;
    top: 120%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(-50%, 0);
    line-height: 17px;
	border-radius:5px;
}
.oth_tooltip .tooltiptext::after {
	position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #2e3738;
    content: "";
    left: 50%;
    transform: translate(-50%,0);
    top: -6px;
   
	
}
.result_panel .fli_result_cont .air_duration_stop .stop_over .oth_tooltip:before {
    position: absolute;
    background: #f79439;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    z-index: 2;
    top: -6px;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
}

.result_panel .fli_result_cont .air_duration_stop .stop_over .oth_tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.result_panel .fli_result_cont .air_duration_stop .flight_icon {
    color: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 23px;
    transform: translate(0, -50%);
    z-index: 1;
    width: 23px;
}

.result_panel .fli_result_cont .air_duration_stop:after {
    height: 1px;
    width: 100%;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    z-index: 1;
}

.result_panel .hot_result_cont {
    padding: 15px;
}

.result_panel .hot_result_cont .hot_detail {
    padding: 10px 0 0 0;
}

.result_panel .hot_result_cont .hot_detail h4 {
    font-size: 20px;
    color: #2e3738;
}

.result_panel .hot_result_cont .hot_detail span {
    display: block;
    font-size: 14px;
  
}

.result_panel .hot_result_cont .hot_detail p {
    font-size: 14px;
    margin: 0;
    color: rgba(107, 112, 112, 0.8);
}

.result_panel .result_bottom {
    background: #0e9fa9;
    color: #ffffff;
}

.result_panel .result_bottom .detail_link,
.result_panel .result_bottom .result_more_option {
    color: #ffffff;
    padding: 10px 13px ;
    font-size: 14px;
    line-height: 18px;
    /*height: 100%;*/
}

.result_panel .result_bottom .detail_link:hover,
.result_panel .result_bottom .result_more_option:hover {
    background: #d52b47;
}
.result_panel .result_bottom .result_more_option {
    font-size: 12px;
    padding: 10px 12px;
    line-height: 14px;
}

.result_panel .result_bottom .refund {
    padding: 0px 10px;
    font-size: 11px;
    margin-left: 10px;
    background: #2b821b;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.result_panel .result_bottom .refund.red {
    background: #d52b47;
}

.result_panel .result_bottom .amt_wrap {
    padding: 0 15px;
}

.result_panel .result_bottom .amt_wrap p {
    font-size: 13px;
    margin: 0 7px 0 0;
}

.result_panel .result_bottom .amt_wrap h4 {
    font-size: 18px;
    font-family: "AirbnbCerealBold", sans-serif;
    margin: 0;
}

.result_panel .result_bottom .amt_wrap h4 span {
    font-size: 14px;
    font-family: "AirbnbCerealBook", sans-serif;
}

.result_panel .result_bottom .oth_button {
    font-size: 18px;
    padding: 13px 25px;
    text-transform: uppercase;
    font-family: "AirbnbCerealBold", sans-serif;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.flight_detail_link i{
	font-size:8px;
}
.result_panel .result_bottom .oth_button:hover {
    background: #d52b47;
}

.line_through {
    position: relative;
}

.line_through:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 50%;
    top: 50%;
    width: 100%;
    background: #ffffff;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

.flight_details_tog {
    /*display: none;*/
    border-top: 1px solid #dfdfdf;
    padding: 0 15px 15px 15px;
}

.flight_details_tog .fli_det_tab_ul {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #dfdfdf;
}

.flight_details_tog .fli_det_tab_ul li {
    display: inline-block;
    margin: 0 0 -1px;
    text-align: center;
    color: rgba(46, 55, 56, 0.6);
    font-family: "AirbnbCerealBold", sans-serif;
    cursor: pointer;
    padding: 12px 15px;
}

.flight_details_tog .fli_det_tab_ul li i {
    font-size: 16px;
}

.flight_details_tog .fli_det_tab_ul li.active {
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background: #ffffff;
    color: #2e3738;
}

.flight_details_tog .fli_det_tab_ul li:first-child.active {
    border-left: 0;
}

.flight_details_tog .fli_det_tab_ul li.active i {
    color: #0e9fa9;
}

.flight_details_tog .fli_det_tab_ul_cont {
    padding: 25px 20px 20px 20px;
    border: 1px solid #dfdfdf;
    margin-bottom: 35px;
    position: relative;
}

.flight_details_tog .fli_det_tab_ul_cont:last-of-type {
    margin: 0;
}

.flight_details_tog .fli_det_tab_ul_cont h3 {
    text-transform: uppercase;
    font-family: "AirbnbCerealBold", sans-serif;
    font-size: 14px;
    color: #2e3738;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    padding: 5px;
    position: absolute;
    left: 20px;
    top: -14px;
}

.flight_details_tog .fli_det_tab_ul_cont h4 {
    font-size: 14px;
    color: #0e9fa9;
    margin:15px 0;
}

.flight_details_tog .fli_det_tab_ul_cont ul li {
    color: rgba(46, 55, 56, 0.8);
}

.flight_details_tog .fli_det_tab_ul_cont ul:last-of-type {
    margin: 0;
}

.flight_matrix_wrap {
    margin-top: 30px;
}

.flight_matrix_wrap .airline_matrix .item {
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

.flight_matrix_wrap .airline_matrix .item.selectAir {
    /*background: #fff0e1;*/
    border: 1px solid #ffcfa4;
}

.flight_matrix_wrap .airline_matrix .item .airlines {
    height: 40px;
    width: auto;
    max-width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.flight_matrix_wrap .airline_matrix .item .air_name {
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 4px;
}

.flight_matrix_wrap .airline_matrix .item .air_name p {
    margin: 0;
    line-height: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.flight_matrix_wrap .airline_matrix .item .air_name .matr_amt span {
    color: #0e9fa9;
    font-family: "AirbnbCerealBold", sans-serif;
}

.flight_matrix_wrap .airline_matrix .item .air_name .matr_amt span:first-child {
    padding-right: 5px;
    color: #2e3738;
}

.mobile_fixed_btn {
    display: none;
}

/*=============== PAX & PAYMENT STYLE START HERE ===============*/
.SubHdr_serSummary {
    width: 100%;
	color:#fff;
}

.ser_summary {
    padding: 20px 0px;
    color: #FFF;
}

.ser_summary h3,.SubHdr_serSummary h3 {
    font-size: 22px;
    margin: 0px;
}

.ser_summary p,.SubHdr_serSummary  p {
    margin: 0px;
}


.back_btn {
    font-size: 22px;
    color: #f79439;
    white-space: nowrap
}

.plusMinusRslt_breadCrumbArea {
    width: 100%;
    padding: 20px 0px;
}

.plusMinusRslt_breadCrumbArea .PM_btn {
    border: none;
    border-radius: 5px;
    background: #f79439;
    color: #FFF;
    outline: none;
    box-shadow: none;
    padding: 8px 20px;
    height: 45px;

}

.plusMinusRslt_breadCrumbArea .PM_btn:hover {
    background: #d52b47;
}

.ser_breadCrumb {
    padding: 10px 0px;
}

.ser_breadCrumb li {
    padding: 0px 15px;
}

.ser_breadCrumb li i,
.ser_breadCrumb li.normal i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    border: solid 1px #788282;
    background: #e6e9ef;
    font-size: 12px;
    color: #8d9595;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}

.ser_breadCrumb li.completed i {
    border: solid 1px #0e9fa9;
    background: #0e9fa9 url(../images/breadCrumb_tick.png) no-repeat 50% 50%;
    overflow: hidden;
    text-indent: 300%;
}

.ser_breadCrumb li.current i {
    border: solid 1px #0e9fa9;
    background: #e6e9ef;
    color: #0e9fa9;
    overflow: hidden;
}

.plsmins_searchArea {
    width: 100%;
    margin-bottom: 20px;
}

.plsmins_left {
    width: 100%;
    background: #FFF;
    border: solid 1px #ccc;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, .08);
    padding-left: 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.plsmins_left .plsmins_cols {
    width: 14.2857%;
    border-left: solid 1px #ccc;
    padding: 15px 15px 8px;
}

.tripsearchRadio [type="radio"]:checked,
.tripsearchRadio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.tripsearchRadio [type="radio"]:checked+label,
.tripsearchRadio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-right: 23px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.tripsearchRadio [type="radio"]:checked+label:before,
.tripsearchRadio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #CCC;
    border-radius: 100%;
    background: none;
}

.tripsearchRadio [type="radio"]:checked+label:after,
.tripsearchRadio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #d52b47;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: solid 5px #FFF;
}

.tripsearchRadio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tripsearchRadio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.plsmins_left .airline_ico {
    width: 100%;
    max-width: 100px;
    border: solid 1px #ccc;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.plsmins_left .priceGreen {
    font-size: 13px;
    text-transform: uppercase;
    color: #0e9fa9;
    font-weight: normal;
}

.plsmins_left .pm_onward_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #0e9fa9 url(../images/pm_onward_ico.png) no-repeat 50% 50%;
    left: 0px;
    top: 0px;
}

.plsmins_left .pm_return_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #0e9fa9 url(../images/pm_return_ico.png) no-repeat 50% 50%;
    left: 0px;
    bottom: 0px;
}

.pm_searchBtn {
    border: none;
    border-radius: 5px;
    background: #f79439;
    color: #FFF;
    height: 45px;
    padding: 10px 20px;
    margin-top: 15px;
}

.review_flight {
    width: 100%;
}

.box_wrap {
    background: #fff;
    -webkit-box-shadow: 0 0 28px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 28px -2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 28px -2px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    position: relative;
    padding: 20px 30px 20px;
    border-radius: 10px;
}

.baseFareBox {
    padding: 30px 30px 0px;
    overflow: hidden;
}
.baseFareBox .head_txt{
	margin-bottom:20px;
	
}

.hasClearbtn .clearBtn {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 8px;
    width: 18px;
    height: 18px;
    font-size: 8px;
    background: none;
    text-align: center;
    color: #8d9fa0;
    line-height: 20px;
    font-size: 18px;
}

.box_wrap .box_title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.box_wrap .box_title span {
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.box_wrap .box_content {
    padding: 20px 0 0 0;
}

.form-group.phone_num .hasDownArrow {
    width: 35%;
}

.form-group.phone_num input {
    width: 65%;
}

.PaxBck-Button {
    background: #f8e622;
    border: solid #213d49 1px;
    color: #213d49;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 5px;
    display: block;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
}

.titleSection .paxHeadSection h2 {
    font-size: 18px;
    color: #213d49;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: 400;
}

p.paxHeadSection {
    color: #213d49;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

p.paxHeadSection span {
    padding-right: 5px;
}

.box_det_con {
    padding: 25px 0 10px 0;
    border-bottom: solid #e0e0e0 1px;
}

.box_wrap .title_bfrbg {
    background: #FFF;
    border-radius: 50%;
    font-size: 16px;
    font-style: normal;
    height: 38px;
    width: 38px;
    margin-right: 15px;
    color: #213d49;
    border: solid 1px #213d49;
}

.box_wrap .icon-lock {
    width: 16px;
    height: 18px;
    background: url(../images/pax_lock.png) no-repeat 50% 50%;
}

.box_det_con .title_sear .icon-flight-2 {
    padding-right: 10px;
    font-size: 20px;
    color: #213d49;
}

.box_det_con .title_sear span {
    font-size: 16px;
    font-weight: 500;
}

.box_det_con .title_sear p {
    margin: 0;
    font-size: 13px;
    padding-left: 15px;
}

.box_det_con p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #485467;
}

.box_det_con p:last-child {
    padding-top: 0px;
}

.box_det_con ul li {
    padding-left: 20px;
}

.box_det_con ul li:first-child {
    padding-left: 0;
}

.box_det_con span.color_chng {
    color: #213d49;
    font-size: 14px;
}

.box_det_con span {
    font-size: 13px;
    line-height: 18px;
    display: block;
    color: #485467;
    font-weight: 400;
}

.mob_sear_res b {
    color: #213d49;
    font-size: 16px;
}

.box_det_iconFlight {
    background: #213d49;
    border-radius: 50%;
    font-size: 16px;
    font-style: normal;
    height: 38px;
    width: 38px;
    margin-right: 0;
    color: #FFF;
}

.box_det_iconFlight .icon-flight-2 {
    transform: rotate(-40deg);
    font-size: 20px;
}

.box_det_iconFlight .icon-flight-2:before {
    margin-right: 0;
}

.box_det_iconFlightRtrn {
    background: #213d49;
    border-radius: 50%;
    font-size: 16px;
    font-style: normal;
    height: 38px;
    width: 38px;
    margin-right: 0;
    color: #FFF;
}

.box_det_iconFlightRtrn .icon-flight-2 {
    transform: rotate(40deg);
    font-size: 20px;
}

.box_det_iconFlightRtrn .icon-flight-2:before {
    margin-right: 0;
}

.box_det_con ul.insur_con li:first-child {
    color: #0b589d;
    font-weight: 600;
    padding-left: 0;
}

.box_det_con ul.insur_con li:first-child:before {
    background: none;
    content: '\ ';
}

.box_det_con ul.insur_con li {
    position: relative;
    padding-left: 35px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
}

.FdtailsBox {
    padding: 15px 0 10px 0;
}

.pax_log_rgt li a {
    display: block;
    height: 41px;
    padding: 0px 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*.pax_log_rgt li a.PaxLoginbtn:hover {
  background: #f68b1f;
}*/
.pax_login_wrp {
   margin-top: 15px;
    position: relative;
	
}

.box_wrap .head_txt {
    font-size: 18px;
    font-weight: 500;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
	border-bottom: solid 1px #e0e0e0;
    padding-bottom: 15px;
	margin-bottom:20px;
}
.coupon_wrap .fieldWrap .form-control {
    background: #FFF;
    border: solid 1px #e0e0e0;
    margin-right: 0px;
    max-width: 72%;
    height: 48px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.coupon_wrap {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
}

.PaxApplyButton {
    background: #f79439;
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    border: 0;
    padding: 10px 22px;
    display: block;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.base_fare_wrp {
    padding-top: 20px;
}

.base_fare_wrp ul {
    margin: 0px;
}

.base_fare_wrp span {
    color: #0e9fa9;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 13px;
}

.base_fare_wrp ul li:first-child {
    /*padding-bottom: 0;*/
}

.base_fare_wrp ul li {
    padding-bottom: 6px;
    line-height: 18px;
}

.base_fare_wrp ul li span {
    color: #485467;
    display: inline-block;
    font-weight: 400;
    padding: 0;
}

.base_fare_wrp ul li.bor_tb {
    border-top: 1px solid #cfcfcf;
    margin-top: 10px;
    padding-top: 12px;
}

.base_fare_wrp ul li.total_fare {
    padding-top: 12px;
    margin-top: 12px;
    background: #0e9fa9;
    color: #FFF;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 15px;
    padding: 20px 30px;
}

.base_fare_wrp ul li.total_fare span.amt span {
    color: #FFF;
}

.base_fare_wrp ul li.total_fare span {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

.base_fare_wrp ul li>span:first-child,
.base_fare_wrp ul li>span:last-child {
    width: 50%;
}

.base_fare_wrp ul li span:last-child {
    text-align: right;
}

.pass_det_alrt {
  background: #e7f7f8;
    border: 1px solid #cce5e6;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    padding: 12px 30px 12px 15px;
    position: relative;
    border-radius: 5px;
}

.trave_det .freq_flyer {
    color: #f79439;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 5px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.trave_det .fieldWrap.phone_num .hasDownArrow {
    width: 40%;
    position: relative;
}

.trave_det .fieldWrap.phone_num input {
    width: 60%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.trave_det label {
    font-size: 13px;
    font-weight: 400;
}

.trave_det .fieldWrap {
    margin-bottom: 15px;
    position: relative;
    flex-wrap: wrap;
}

.trave_det .fieldWrap .error{
    color: #d52b47;
}

.trave_det .form-control {
    height: 45px;
    font-size: 14px;
    letter-spacing: .5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background: none;
    position: relative;
}

.star {
    width:115px;
    height:22px;
    margin:5px 0px;
}
.star.five-star {
    background:url(../images/star_sprite-01.svg) no-repeat 0px 0px;
}
.star.four-star {
    background:url(../images/star_sprite-01.svg) no-repeat 0px -22px;
}
.star.three-star {
    background:url(../images/star_sprite-01.svg) no-repeat 0px -44px;
}
.star.two-star {
    background:url(../images/star_sprite-01.svg) no-repeat 0px -66px;
}
.star.one-star {
    background:url(../images/star_sprite-01.svg) no-repeat 0px -88px;
}
.star.zero-star {
    background:url(../images/star_sprite-01.svg) no-repeat 0px -110px;
}
.hoter_str .oth_checkbox .star {
    width: 90%;
}
.hoter_str .oth_checkbox .star.five-star {
    background:url(../images/star_sprite-01.svg) no-repeat 25px 0px;
}
.hoter_str .oth_checkbox .star.four-star {
    background:url(../images/star_sprite-01.svg) no-repeat 25px -22px;
}
.hoter_str .oth_checkbox .star.three-star {
    background:url(../images/star_sprite-01.svg) no-repeat 25px -44px;
}
.hoter_str .oth_checkbox .star.two-star {
    background:url(../images/star_sprite-01.svg) no-repeat 25px -66px;
}
.hoter_str .oth_checkbox .star.one-star {
    background:url(../images/star_sprite-01.svg) no-repeat 25px -88px;
}
.hoter_str .oth_checkbox .star.zero-star {
    background:url(../images/star_sprite-01.svg) no-repeat 25px -110px;
}
.hoter_str .oth_checkbox input[type=checkbox]+label::before {
    top: 2px;
}
.pax_login_wrp .form-control {
    height: 45px;
    font-size: 14px;
    letter-spacing: .5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background: none;
    position: relative;
    margin-bottom: 15px;
}

.trave_det .fieldWrap.phone_num .hasDownArrow select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    padding-left: 8px;
    -webkit-appearance: none;

}




.trave_det .head_txt {
    font-size: 15px;
}

.FpaxAdultTop {
    padding: 5px 0 5px 0;
    color: #0e9fa9;
}

.trave_det .fieldWrap.calend img {
    position: absolute;
    top: 13px;
    right: 15px;
}

.freq_flyer_wrp {
    background: #f7f9fd;
    border: 1px solid #e8e9ef;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 15px;
    padding: 15px 15px;
    position: relative;
    margin-bottom: 10px;
}

.freq_flyer_wrp .title {
    font-size: 16px;
    padding-bottom: 10px;
}

.freq_flyer_wrp .freq_flyer_ele span {
    color: #213d49;
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.freq_flyer_wrp .freq_flyer_ele p {
    margin: 0;
    color: #213d49;
    font-weight: 400;
    font-size: 14px;
}

.freq_flyer_wrp .freq_flyer_ele,
.freq_flyer_wrp .form-control {
    background: #fff;
    border: 1px solid #dfe3ea;
    border-radius: 5px;
    height: 48px;
    font-size: 12px;
    line-height: 30px;
    padding: 8px 10px;
    line-height: 16px;
}

.box_wrap .bor_t_1 {
    border-top: 1px solid #cfcfcf;
}

.box_wrap .bor_b_1 {
    border-bottom: 1px solid #cfcfcf;
}

.box_det_con ul.insur_con {
    padding: 0px;
    width: 100%;
}

.box_det_con ul.insur_con li:first-child {
    color: #213d49;
    font-weight: 500;
    padding-left: 0;
    font-size: 16px;
}

.box_det_con ul.insur_con li:before {
    position: absolute;
    content: "";
    height: 17px;
    left: 0px;
    top: 10px;
    width: 14px;
    background: url(../images/insurance_icon.png) no-repeat 50% 50%;
}

.box_det_con .ins_add_btn {
    background: #f79439;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    padding: 10px 15px;
    display: block;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    width: 90px;
    margin-top: 0px;
    border-radius: 5px;
    height: 45px;
}

.fpaxtrvelPrice {
    margin: 0;
}

.FpaxbdrNone {
    border: none !important;
}

.pax_log_wrp .pax_log_lft .log_txt {
    padding-left: 0px;
}

.pax_log_wrp .pax_log_lft span {
    color: #213d49;
    font-size: 16px;
    font-weight: 500;
}

.pax_log_wrp .pax_log_lft p {
    color: #646464;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.paymentOptions input[type="radio"]:checked+label::before {
    cursor: pointer;
    left: 0;
}

.paymentOptions input[type="radio"]+label {
    border: none;
    display: block;
    padding-left: 32px;
    text-align: left;
    font-size: 14px;
}
.payCard_label {
	padding:3px 15px;
	background:#099;
	color:#FFF;
	border-radius:15px;
	margin-left:70px;
	white-space:nowrap;
}
.payCard_label_dir {
    padding:2px 10px;
    background:#099;
    color:#FFF;
    border-radius:15px;
    margin-left:25px;
    white-space:nowrap;
}
.paymentOptions input[type="radio"]+label img {
    margin-bottom: 5px;
}

.paymentOptions input[type="radio"]:checked+label {
    border: none;
}

.paymentOptions input[type="radio"]:checked+label::before {
    background: #f79439;
    content: "";
    height: 21px;
    width: 20px;
    position: absolute;
    top: 35%;
    left: 0;
    border-radius: 3px;
    border: 1px solid #f79439;
    margin-top: -10px
}

.paymentOptions input[type="radio"]+label::before {
    left: 15px
}

.payBoxFooter {
    padding: 20px 30px;
    background: #fbfbfb;
    margin: 0 -30px;
    margin-bottom: -30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #e7e7e7
}

.paymentBox {
    border: 0;
    padding: 25px 0
}

.paymentBox input[type="checkbox"]+label,
input[type="radio"]+label {
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    transition: all .3s
}

.paymentBox input[type="checkbox"]:checked+label {
    padding-left: 32px
}

.paymentBox input[type="checkbox"]+label::before,
.paymentBox input[type="radio"]+label::before {
    content: "";
    height: 21px;
    width: 21px;
    position: absolute;
    top: 35%;
    left: 0;
    margin-top: -10px;
    border-radius: 3px;
    border: 1px solid #aeb3bc;
}

.paymentBox input[type="checkbox"]:checked+label::before {
    background: #f79439;
    content: "";
    height: 21px;
    width: 21px;
    position: absolute;
    top: 35%;
    left: 0;
    border-radius: 3px;
    border: 1px solid #f79439;
    margin-top: -10px
}

.payBoxFooter h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #0b589d
}

.payBoxFooter p {
    line-height: 14px;
    font-size: 13px;
    margin: 0
}

.PayBoxIcon {
    width: 55px
}

.payBoxContent {
    margin-left: 8px;
    width: 100%
}

.paymentOptions .deliver_tim input[type="radio"]+label {
    border: 0;
    height: auto;
    padding-left: 25px;
}

.paymentOptions .deliver_tim input[type="radio"]+label:before {
    left: 0;
}

.paymentOptions .availab_wrp {
    border: 1px solid #c7c7c7;
    margin-top: 15px;
}

.paymentOptions .availab_wrp ul li {
    width: 45%;
}

.paymentOptions .availab_wrp ul li:last-child {
    width: 10%;
}

.paymentOptions .availab_wrp ul {
    padding: 10px 15px;
    border-top: 1px solid #c7c7c7;
}

.paymentOptions .availab_wrp ul:first-child {
    border-top: 0;
}

.paymentOptions .availab_wrp ul li span.green {
    color: #339900;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

.payBoxContent {
    margin-left: 15px;
    width: 100%;
}

.payBoxFooter h4 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #213d49;
    font-weight: 500;
}

.payBoxFooter p {
    line-height: 14px;
    font-size: 13px;
    margin: 0;
    color: #646464;
}

.rulesRestrictions {
    padding: 0px 0px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative
}

.rulesRestrictions.sm_rulesRestrictions {
    display: none
}

.rulesRestrictions a {
    color: #f79439;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.rulesRestrictions a:hover {
    color: #213d49;
}

.rulesRestrictions input[type="checkbox"]+label::before {
    border-radius: 3px;
    top: 0;
    margin-top: 0;
    content: "";
    height: 21px;
    width: 20px;
    position: absolute;
    left: 0;
    border: 1px solid #aeb3bc;
}
.rulesRestrictions input[type="checkbox"]+label {
    padding-left: 33px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    font-weight: 400;
}

.rulesRestrictions input[type="checkbox"]:checked+label::before {
    background: #f79439;
    height: 21px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #f79439;
    margin-top: 0;
    font-size: 11px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

.rulesRestrictions input[type="radio"]+label::before {
    border-radius: 3px;
    top: 0;
    margin-top: 0;
    content: "";
    height: 21px;
    width: 20px;
    position: absolute;
    left: 0;
    border: 1px solid #aeb3bc;
}
.rulesRestrictions input[type="radio"]+label {
    padding-left: 28px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    font-weight: 400;
}

.rulesRestrictions input[type="radio"]:checked+label::before {
    background: #f79439;
    height: 21px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #f79439;
    margin-top: 0;
    font-size: 11px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}
.paxminheight{min-height: 360px;}
.PaxContinueButton {
    background: #f79439;
    color: #FFF;
    font-size: 17px;
    border: 0;
    padding: 10px 20px;
    display: block;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    margin-top: 0px;
    border-radius: 5px;
    height: 45px;
    text-transform: uppercase;
}

.PaxContinueButton span {
    padding-left: 3px;
}

.GstCheck {
    padding: 0px 0px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    padding-bottom: 18px;
}

.GstCheck.sm_rulesRestrictions {
    display: none
}



.GstCheck a:hover {
    color: #213d49;
}

.GstCheck input[type="checkbox"]+label::before {
    border-radius: 0px;
    top: 3px;
    margin-top: -2px;
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    border: 1px solid #213d49;
}

.GstCheck input[type="checkbox"]+label {
    padding-left: 33px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    font-weight: 500;
    font-size: 18px;
}

.GstCheck input[type="checkbox"]:checked+label::before {
    background: #213d49;
    font-family: "traveldosticon";
    content: "\e806";
    height: 25px;
    width: 25px;
    position: absolute;
    top: 1px;
    left: 0;
    border: 1px solid #213d49;
    margin-top: 0px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    line-height: 24px;
}

.GstClosebtn {
    background: #f8e622;
    color: #213d49;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    padding: 8px 15px;
    display: block;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    width: 90px;
    margin-top: 8px;
    border: solid #213d49 1px;
}

.AditnSrvc {
    padding: 0 0 0 15px;
}

.AditnSrvc h3 {
    color: #213d49;
    font-weight: 500;
    padding-left: 0;
    font-size: 16px;
}

.AditnSrvc p {
    position: relative;
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
}

.PaxLoginClick {
    background: #FFF;
    border-radius: 50%;
    font-size: 16px;
    font-style: normal;
    height: 38px;
    width: 38px;
    color: #FFF;
    border: solid 1px #858d8d;
}

.AdtionalSrvc {
    margin-top: 20px;
}

.AdtionalSrvcStops {
    position: relative;
    text-align: center;
    margin-top: 15px;
}

.AdtionalSrvcStops span {
    font-size: 12px;
}

.AdtionalSrvcStops span.stops {
    display: block;
    font-size: 12px;
}

.AdtionalSrvcStops::after {
    height: 1px;
    width: 100%;
    background: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    z-index: 1;
}

.AdtionalSrvcStops span.flightIcon {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 22px;
    transform: translate(0, -50%);
    color: #213d49;
    z-index: 2;
    width: 28px;
}

.AdtionalSrvcStops .stop-overs {
    display: flex;
    font-size: 12px;
    margin-top: 0px;
    justify-content: center;
    padding-top: 12px;
}

.AdtionalSrvcStops .stop-overs .stops {
    text-align: center;
    position: relative;
    margin-right: 4px;
    font-size: 12px;
}

.AdtionalSrvcStops .stop-overs .stops:last-child {
    margin-right: 0;
}

.AdtionalSrvc .airportCode {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.AdsrvcAircodemain {
    margin-top: 20px;
    margin-bottom: 20px;
}

.AdnalSrvcAirportLine {
    width: 1px;
    height: 100%;
    background: #e0e0e0;
}

.paxdtsArw {
    width: 35px;
    height: 25px;
    background: url(../images/right_arrow_grey_sm.png) no-repeat 50% 50%;
}

.PaxLock {
    font-size: 22px;
}

.PaxLock.icon-lock:before {
    margin-right: 0;
    margin-left: 0;
    font-family: "othbookingicon";
}

.box_wrap .title_bfrbg .icon-lock:before {
    /*font-family: "othbookingicon";*/
    content: '';
}

.box_wrap .sub_box_title {
    /*font-size: 19px;*/
    /*padding: 10px 0;*/
    position: relative;
    cursor: pointer;
}

.box_wrap .sub_box_title:before {
    position: absolute;
    right: 30px;
    content: '\e800';
    font-family: "othbookingicon";
    transition: all ease 0.5s;
}

.box_wrap .sub_box_title.collapsed:before {
    transform: rotate(180deg);
}

.MealsIcon:before {
    font-size: 58px;
    color: #213d49;
    margin-left: 0;
    margin-right: 0;
}

.InsuranceIcon:before {
    font-size: 95px;
    color: #213d49;
    margin-left: 0;
    margin-right: 0;
}

.paxsecureeIcon:before {
    font-size: 40px;
    color: #9ca0a8;
    margin-left: 0;
    margin-right: 0;
}

.paxcalender::after {
    position: absolute;
    width: 17px;
    height: 19px;
    content: "";
    top: 13px;
    right: 10px;
    /*margin-top: -9px;*/
    pointer-events: none;
    background: url(../images/calendarPax_ico.png) no-repeat 50% 50%;
}

.paxcalender {
    position: relative;
}

.phone_num .phoneCode select.form-control {
    border-right: none !important;
}

.dobleArw:before {
    font-size: 22px;
    color: #213d49;
    margin-left: 8px;
    margin-right: 8px;
}

.PaxhdBckArw:before {
    font-size: 12px;
    color: #213d49;
    margin-left: 0px;
    margin-right: 5px;
    transform: rotate(-180deg);
    font-weight: 600;
}

.pax_login_wrp .clearBtn {
    position: absolute;
    top: 20%;
    margin-top: -9px;
    right: 0px;
    width: 18px;
    height: 18px;
    font-size: 8px;
    background: #213d49;
    border-radius: 50%;
    text-align: center;
    color: #f8e622;
    line-height: 18px;
    z-index: 5;
}

.PaxloginBtn {
    background: #f79439;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    padding: 10px 15px;
    display: block;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    width: 90px;
    margin-top: 0px;
    border-radius: 5px;
    height: 45px;
}

.PaxloginBtn:hover {
    color: #FFF;
}

#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 100;
    margin-top: 25px;
}

#sticky.stick .box_wrap {
    margin-bottom: 0;
}

#sticky::-webkit-scrollbar,
.Filter::-webkit-scrollbar {
    width: 3px
}

#sticky::-webkit-scrollbar-track,
.Filter::-webkit-scrollbar-track {
    background: #d2d5dc
}

#sticky::-webkit-scrollbar-thumb,
.Filter::-webkit-scrollbar-thumb {
    background: #646464
}

#sticky::-webkit-scrollbar-thumb:hover,
.Filter::-webkit-scrollbar-thumb:hover {
    background: #999b9e
}

#sticky {
    transition: .5s;
}

#sticky.removeStick {
    position: absolute;
    bottom: 0;
    top: auto;
    margin-bottom: 0;
}

.MobShow {
    display: none;
}

.paxFlightDtls li {
    margin-right: 15px;
    padding-top: 15px;
}

.paxFlightDtls li a {
    color: #273d3e;
    text-decoration: underline;
}

.paxFlightDtls li:last-child a {
    color: #273d3e;
}

.PaxModelStyle .modal-dialog {
    max-width: 890px;
}

.ModelStyle .modal-header {
    background: #f8e622;
    padding: 8px 15px;
    border-radius: 0;
}

.ModelStyle .modal-header .close {
    padding: 16px 8px;
    opacity: 1;
    text-shadow: none;
}

.ModelStyle .modal-header h4 {
    font-size: 16px;
    font-weight: 500;
}

.ModelStyle p {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
}

.modal .oth_button {
    color: #ffffff;
}

.FarekpopupHd {
    color: #213d49;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 13px;
}

.fareRulespopup {
    padding-top: 30px;
    padding-left: 30px;
    border: 1px solid #B4BECC;
}

.fareBreakpopup h4 {
    font-size: 20px;
    color: #00212B;
}

.fareRulespopup h4 {
    font-size: 14px;
    color: #00212B;
}

.fareBreakpopup p {
    font-size: 18px;
    color: #004C53;
    padding: 20px 0;
    margin-bottom: 0px;
}

.fareRulesTablepopup th {
    padding: 5px 15px;
    border-bottom: 1px solid #B4BECC;
    font-weight: normal;
}

.fareRulesTablepopup td {
    padding: 5px 15px;
    border-bottom: 1px solid #B4BECC;
}

.duration_line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #CCC;
    margin: 5px 0px;
}

.duration_line:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../images/right_flight.png) no-repeat 50% 50%;
    right: 0px;
    top: 50%;
    margin-top: -16px;
}

.duration_line:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    left: 0px;
    top: 50%;
    margin-top: -3px;
}

.mob_sear_res {
    padding-left: 30px;
}

.mob_sear_res p {
    font-size: 20px;
    margin-bottom: 5px;
}
.mob_sear_res p span{
    display: inline-block;
    font-size: 20px;
}
.mob_sear_res p strong{
    display: inline-block;
}
.reviewAirlineicon {
    max-width: 100px;
    padding: 5px;
    border-radius: 4px;
    border: solid 1px #ccc;
}

.airLineDtls {
    padding-left: 10px;
}

.airLineDtls p {
    margin: 0px;
    margin: 0px;
}

.flightDetails>ul {
    margin-bottom: 15px;
}

.flightDetails ul li {
    display: inline-block;
    margin: 0 0 -1px;
    text-align: center;
    font-size: 14px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-right: 15px;
}

.flightDetails ul li.active {
    color: #0e9fa9;
}

.flightDetails {
    display: none;
    border-top: 1px solid #dbdde0;
    padding: 20px 25px;
}

section.flightDetailsTab h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #0e9fa9;
}

section.flightDetailsTab .oprated-by {
    color: #0e9fa9;
}

section.flightDetailsTab h3 i {
    font-size: 24px;
}

section.flightDetailsTab h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

section.flightDetailsTab p {
    font-size: 14px;
    margin-bottom: 2px;
}

section.flightDetailsTab tr td {
    font-size: 14px;
    white-space: nowrap;
}

.flight-itenaery-details {
    margin-bottom: 25px;
    border-top: 1px solid #dbdde0;
    padding-top: 20px;
}

.flight-itenaery-details ul li {
    width: 40%;
    text-align: left;
    margin-bottom: 3px;
}

.buyBaggage_row {
    width: 100%;
    padding: 15px 0px;
}

.buyBaggage_row h4 {
    font-size: 16px;
}

.buyBaggage_row label {
    font-size: 14px;
    color: #333;
}

.buyBaggage_row label span {
    color: #0e9fa9;
}

.buyBaggage_row label small {
    font-size: 12px;
    color: #617274;
}

.insur_img {
    width: 40%;
}

.terms_continue_box {
    margin-bottom: 25px;
}

.viewdtlsBtn {
    position: absolute;
    font-size: 14px;
    right: 30px;
    top: 40%;
    height: 26px;
    margin-top: -13px;
}

.passengers_summary {
    width: 100%;
}

.pax_sum_row {
    border-bottom: solid 1px #f3f3f3;
    padding: 10px 0px;
}

.pax_sum_row:last-child {
    border-bottom: none;
}

.pax_sum_row .paxTitle {
    font-size: 14px;
    color: #0e9fa9;
}

/*Harish Styling */
.details_all{float:left;display:inline-block;padding:8px 10px;background:#EFEFEF;color:#000;margin:0 5px 5px 0;border:1px solid #b7b7b7;border-radius:0px;}
.cmsPagePad {
    padding: 30px 0;
}

.serviceType h4 {
    font-size: 16px;
    margin: 10px 0 15px 0;
}

.dirRadioArea {
    margin-bottom: 15px;
}

.dirRadioArea [type="radio"]:checked,
.dirRadioArea [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.dirRadioArea [type="radio"]:checked+label,
.dirRadioArea [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #6b7070;
}

.dirRadioArea [type="radio"]:checked+label:before,
.dirRadioArea [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #6b7070;
    border-radius: 100%;
    background: none;
}

.dirRadioArea [type="radio"]:checked+label:after,
.dirRadioArea [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 17px;
    height: 17px;
    background: #d52b47;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: solid 5px #FFF;
}

.dirRadioArea [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.dirRadioArea [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dirRadioArea .radioCols {
    padding-right: 15px;
    color: #FFF;
    white-space: nowrap;
    display: inline-block
}

.dirRadioArea .radioCols:last-child {
    padding-right: 0px;
}

.dirPaymentOptn {
    margin-bottom: 0 !important;
}

.dirPaymentOptn input[type="radio"]:checked+label::before {
    cursor: pointer;
    left: 0;
}

.dirPaymentOptn input[type="radio"]+label {
    border: none;
    display: block;
    padding-left: 30px;
    text-align: center;
    font-size: 14px;
}

.dirPaymentOptn input[type="radio"]+label img {
    margin-bottom: 5px;
}

.dirPaymentOptn input[type="radio"]:checked+label {
    border: none;
}

.dirPaymentOptn input[type="checkbox"]+label::before,
.dirPaymentOptn input[type="radio"]+label::before {
    content: "";
    height: 21px;
    width: 21px;
    position: absolute;
    top: 35%;
    left: 0;
    margin-top: -10px;
    border-radius: 3px;
    border: 1px solid #aeb3bc;
}

.dirPaymentOptn input[type="radio"]:checked+label::before {
    background: #f79439;
    content: "";
    height: 21px;
    width: 20px;
    position: absolute;
    top: 35%;
    left: 0;
    border-radius: 3px;
    border: 1px solid #f79439;
    margin-top: -10px
}

.dirPaymentOptn input[type="radio"]+label::before {
    left: 0px;
}

.dirpaymentBox {
    border: 0;
    padding: 5px 0;
}

.dirWrap {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 5px;
}

.dirBaseFare {
    padding: 20px 30px 0px !important;
    overflow: hidden;
}

.payBtn {
    margin: 10px 0 15px 0;
}

.contctAddr {
    padding-bottom: 5px;
}

.addrIn h3 {
    font-size: 17px;
    color: #fff;
    background: #2c2d2d;
    padding: 10px 15px;
    width: 100%;
}

.addrIn p {
    font-size: 15px;
    line-height: 27px;
}

.mangeBookingBtn {
    background: #f79439;
    color: #FFF;
    font-size: 17px;
    border: 0;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    transition: all .5s;
    cursor: pointer;
    margin-top: 0px;
    border-radius: 5px;
    height: 45px;
    text-transform: uppercase;
}

.payBtn a {
    color: #fcb016;
    text-decoration: none;
    margin-left: 15px;
    font-size: 14px;
}

.orBox {
    font-size: 18px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 45px;
    margin: 0 0 0 0;
}

.sitemap-navigation {
    display: inline-block;
    width: 900px;
    max-width: 100%;
    overflow: hidden;
    padding: 0
}

.sitemap-navigation ul,
.sitemap-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.sitemap-navigation a {
    display: inline-block
}

.sitemap-navigation .menu-item::before,
.sitemap-navigation>.menu-item-has-children>.sub-menu::before {
    content: '';
    display: block;
    position: relative;
    left: 50%;
    margin-left: -2px;
    width: 100%;
    border-left: #778388 solid 2px;
    height: 2em
}

.sitemap-navigation>.menu-item-has-children::before {
    display: none
}

.sitemap-navigation>.menu-item-has-children>.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: #a5a5a5 solid 2px;
    margin-top: 2em
}

.sitemap-navigation>.menu-item-has-children>.sub-menu::before {
    position: absolute;
    top: -26px;
    margin-top: -4px;
    margin-left: -2px
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: -2px;
    padding-left: 1em;
    padding-right: 1em
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:first-child::before,
.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:last-child::before {
    background: #f8f8f8;
}

.sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item:first-child::before {
    left: auto;
    right: 50%;
    width: 100%;
    border-left: none;
    border-right: #778388 solid 2px
}

.sitemap-wrapper {
    padding: 2rem;
    text-align: center
}

.sitemap-navigation a {
    background: #fff;
    border-radius: 0;
    color: #424242;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #f8a151;
    width: 157px;
    padding: 6px 10px;
    -webkit-transition: .25s;
    transition: .25s;
}

.sitemap-navigation .menu-item-has-children>a {
    background: #0e9fa9;
    color: #ffffff;
    width: 157px;
    font-size: 14px;
    border: 1px solid #0e9fa9;
    padding: 10px;
}

.full_over {
    background: rgba(0, 0, 0, .8);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 122px 0 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.full_over .btn_center {
    border: 0;
}

.full_over h2 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0 5px 0;
	text-align:center;
}


.btn_center {
    background: #f79439; color: #FFF; font-size: 17px; border: 0; padding: 10px 20px; display: inline-block; text-align: center; transition: all .5s; cursor: pointer; margin-top: 0px; border-radius: 5px; height: 45px; text-transform: uppercase;
}

.greenBg{background-color:#0e9fa9; box-sizing: border-box;height: 100%;left: 0;padding: 0;
position: fixed;text-align: center;top: 0;width: 100%;z-index: 99999;}
.boxWH1{width:100%; height:100%;}
.centerBox1{text-align:center; padding:15px 30px;}
.centerBox1 .cntrImg1 img{width:700px; }
.centerBox1 h3{color:#fff;font-size:25px;line-height:20px;margin:10px 0 10px 0;font-family:'Titillium Web','DroidKufiRegular',sans-serif; font-weight:700; letter-spacing:1px;}
.centerBox1 p{margin:0 0 2px 0; font-size:15px; color:#efefef;}
a.sessionOutBtn1{background:#f79439;border-radius:10px;font-size:16px;font-weight:600;padding:10px 25px;color:#fff;display:inline-block; margin-top:20px; text-decoration:none;}
a.sessionOutBtn1:hover{color:#fff; text-decoration:none;}

/* REVERSE SPINNER */
.spinnerH{height:120px; margin-bottom:5px;}
.db-spinner{width:50px;height:50px;border-radius:50%;background-color:transparent;border:4px solid transparent;border-top-color:#0e9fa9;border-bottom-color:#0e9fa9;-webkit-animation:1s spin linear infinite;animation:1s spin linear infinite;}
.db-spinner2{width:25px;height:25px;border-radius:50%;background-color:transparent;border:2px solid transparent;border-top-color:#0e9fa9;border-bottom-color:#0e9fa9;-webkit-animation:1s spin linear infinite;animation:1s spin linear infinite; display:inline-block;}
.db-spinner3{width:35px;height:35px;border-radius:50%;background-color:transparent;border:3px solid transparent;border-top-color:#f79439;border-bottom-color:#f79439;-webkit-animation:1s spin linear infinite;animation:1s spin linear infinite;}

.db-spinner4{width:25px;height:25px;border-radius:50%;background-color:transparent;border:2px solid transparent;border-top-color:#fff;border-bottom-color:#fff;-webkit-animation:1s spin linear infinite;animation:1s spin linear infinite; display:inline-block;}
@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
-webkit-@keyframes spin{-webkit-from{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}
 -webkit-to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
}
@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}

.full_over2{background-color:rgba(0,0,0,0.7);box-sizing:border-box;height:100%;left:0;padding:0;position:fixed;text-align:center;top:0;width:100%;z-index:99999;;}
.boxWH{width:100%; height:100%;}
.centerBox{background:#fff;text-align:center; border:4px solid #0e9fa9; padding:15px 30px; border-radius:10px;}
.centerBox .cntrImg img{width:80px; height:80px;}
.centerBox h3{color:#0e9fa9;font-size:25px;line-height:20px;margin:10px 0 10px 0; font-weight:700; letter-spacing:1px;}
.centerBox p{margin:0 0 5px 0; font-size:15px;}
a.sessionOutBtn{background: #f79439; color: #FFF; font-size: 17px; border: 0; padding: 10px 20px; display: inline-block; text-align: center; transition: all .5s; cursor: pointer; margin-top: 5px; border-radius: 5px; height: 45px; text-transform: uppercase;}
a.sessionOutBtn:hover{color:#fff; text-decoration:none;}

.removeBtn { display: inline-block; float: left } 
.remove-Button { background: #0e9fa9; color: #fff; border-radius: 5px; font-size: 15px; border: 0; padding: 8px 22px; display: block; text-align: center; transition: all .5s; margin-top:29px; } 
.remove-Button:hover { color: #fff; background: #0e9fa9 }
.prfrAirMgn{margin-top: 32px; margin-left: 20px; float:left;}



.file-drop-area { position: relative; display: flex; align-items: center; width: 450px; max-width: 100%; border: 1px solid #cfcfcf; border-radius: 3px; transition: .2s; padding: 6px } 
.file-drop-area.is-active { background-color: rgba(255,255,255,0.05) } 
.fake-btn { flex-shrink: 0; background-color: #f79439; border-radius: 5px; padding: 2px 10px; margin-right: 10px; font-size: 12px; text-transform: uppercase; color: #fff } 
.file-msg { font-size: small; font-weight: 300; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } 
.file-input { position: absolute; left: 0; top: 0; height: 100%; width: 100%; cursor: pointer; opacity: 0 } .file-input:focus { outline: none }

.clickStatus { width: 100%; float: left; margin-top: 35px } 
.clickStatus ul { margin: 0; padding: 0 } 
.clickStatus ul li { margin: 0 15px 0 0; padding: 0; float: left } 
.clickStatus ul li button, 
.clickStatus ul li button:focus { background-color: transparent; border: none; color: #f68b1f; font-size: 14px; font-weight: 300; border-radius: 0; border-bottom: 1px solid #f68b1f; padding: 0 0 1px } 
.clickStatus ul li button img { margin-right: 5px }
.trvlrBtn { background: #0e9fa9; color: #fff; border-radius: 5px; font-size: 15px; border: 0; padding: 8px 22px; display: block; text-align: center; transition: all .5s; margin-top:29px; float:left; margin-left:10px; } 
.travelDtsBtn { display: inline-block; float: left; margin-right: 15px; margin-bottom: 10px;}
.viewTrvlrbtn{ background: #0e9fa9;color: #FFF; font-size: 17px; border: 0; padding: 10px 20px; display: inline-block; text-align: center; transition: all .5s; cursor: pointer; margin-top: 0px; border-radius: 5px; height: 45px; text-transform: uppercase;  }
.sveTrvlrBtn { background: #f79439; color: #FFF; font-size: 17px; border: 0; padding: 10px 20px; display: inline-block; text-align: center; transition: all .5s; cursor: pointer; margin-top: 0px; border-radius: 5px;  text-transform: uppercase; }

.td-Button {
	background: #f79439;
	border:0;
	color: #fff;
	padding: 15px;
	min-width: 120px;
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	border-radius:5px;
}
.td-Button:hover {
	color: #fff;
	background: #f79439;
}
.td-Button.green{
	background:#0e9fa9;
}












.tab_wrap {
	margin: 0px 0 0px;
	position: relative;
	z-index: 3;
}
.tab_wrap.staPack{
    z-index: inherit;
}
.tab_wrap.staPack .tab-content.current{
    z-index: inherit;
}
.tab_wrap .mob_change_cate {
	display: none;
	background: #213d49;
	padding: 10px 15px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 0px;
}
.tab_wrap .mob_change_cate p {
	margin: 0;
	font-size: 14px;
}
.tab_wrap .tabs {
	padding: 0px;
	list-style: none;
}
.tab_wrap .tabs li {
	color: #868686;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 15px;
	cursor: pointer;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: 100% 200%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, rgba(0, 0, 0, 0.5)));
	background-image: -webkit-linear-gradient(top, #ffffff 50%, rgba(0, 0, 0, 0.5) 50%);
	background-image: -o-linear-gradient(top, #ffffff 50%, rgba(0, 0, 0, 0.5) 50%);
	background-image: linear-gradient(to bottom, #ffffff 50%, rgba(0, 0, 0, 0.5) 50%);
	-webkit-transition: background-position 1s;
	-moz-transition: background-position 1s;
	-o-transition: background-position 1s;
	transition: background-position 1s;
}
.tab_wrap .tabs li:first-child {
	border-left: 0;
}
.tab_wrap .tabs li i {
	font-size: 20px;
}
.tab_wrap .tabs li .icon-hotel {
	font-size: 22px;
}
.tab_wrap .tabs li .icon-packages {
	font-size: 22px;
}
.tab_wrap .tabs li .icon-sightseeing {
	font-size: 26px;
}
.tab_wrap .tabs li .icon-jet, .tab_wrap .tabs li .icon-spa, .tab_wrap .tabs li .icon-insurance {
	font-size: 27px;
}
.tab_wrap .tabs li .icon-visa {
	font-size: 29px;
}
.tab_wrap li.current {
	/*background-position: 0 -100%;*/
	color: #333333;
	transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	/*background: #f7e926;*/
}

.tab-content {
	display: none;
	color: #485467;
	padding: 25px 0px;
	position: relative;
	z-index: 2;
	-webkit-animation: slide-down 1s ease;
	-moz-animation: slide-down 1s ease;
}
.tab-content .multicity_wrap_div .icon-plus, .tab-content .multicity_wrap_div .icon-minus {
	display: inline-block;
	font-size: 27px;
	color: #213d49;
	margin-top: 15px;
}
.tab-content .multicity_wrap_div .icon-plus:before, .tab-content .multicity_wrap_div .icon-minus:before {
	margin-left: 0;
}
.tab-content .multicity_wrap_div .icon-plus:hover, .tab-content .multicity_wrap_div .icon-minus:hover {
	color: #ffffff;
}
.tab-content.current {
	display: inherit;
	-webkit-animation: slide-down 1s ease;
	-moz-animation: slide-down 1s ease;
}

.my_booking_wrap.tab_wrap .tabs li {
	background: transparent;
	padding: 5px 25px;
}
.my_booking_wrap.tab_wrap .tabs li.current {
	background: #f79439;
    color:#fff;
}
.my_booking_wrap.tab_wrap .box_content .tabs li {
	font-size: 18px;
	padding: 10px 20px;
	text-transform: none;
	color: #213d49;
}
.my_booking_wrap .mybooking-content {
	min-height: 310px
}
.my_booking_wrap .mybooking-content h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 300;
	color: #333333
}
.mybooking-content h4 {
	font-size: 17px;
	color: #000000;
	margin: 0;
	font-weight: 600;
}
.my_booking_wrap .td-Button {
	padding: 8px 12px;
	min-width: 80px;
}

.profile-rewrds-butns a:first-child {
	margin-right: 5px;
}
.profile-rewrds-butns a {
	padding: 7px 15px;
}
.myb-flight-trips {
	border: 1px solid #ccc;
	border-top: 0;
	color: #485467;
}
.flight-trip-heading {
	background: #f4f4f4;
	color: #485467;
	padding: 10px 17px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc
}
.flight-trip-heading h4 {
	margin-bottom: 0
}
.flight-trip-departure {
	width: 50%;
	padding-right: 40px;
	text-align: right
}
.flight-trip-arrival {
	width: 50%;
	padding-left: 40px
}
.trip-row-outer {
	padding: 25px
}
.flight-trip-row {
	line-height: 16px;
	position: relative;
	padding: 30px 0
}
.trip-row-outer .flight-trip-row:first-child {
	padding-top: 0;
	border-bottom: 1px solid #ccc
}
.trip-row-outer .flight-trip-row:last-child {
	padding-bottom: 30px;
	border: 0
}
.flight-trip-row h4 {
	margin-bottom: 4px
}
.fligt-trip-carrier {
	line-height: 16px
}
.fligt-trip-carrier img {
	border: 1px solid #ccc;
	padding: 4px;
	margin-right: 10px
}
.layover-time {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 30px;
	position: absolute;
	transform: translate(-50%, 0);
	left: 50%;
	bottom: -14px;
	padding: 5px 25px;
	white-space:nowrap;
}
.flight-trip-col-2 {
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px
}
.flight-trip-col-4 {
	flex: 0 0 60%;
	max-width: 60%;
	padding-left: 15px;
	padding-right: 15px
}
.mybooking-status-row {
	margin-top: 15px;
	margin-bottom: 15px
}
.mybooking-table {
	margin-top: 35px
}
.mybooking-table table td, .mybooking-table table th {
	padding: 10px 12px;
	font-weight: 400;
}
.myb-view-btn {
	background: #0b589d;
	padding: 5px 20px
}
.myb-hotels {
	padding: 20px;
	border: 1px solid #ccc
}
.myb-thumb-img img {
	width: 100%
}
.mybooking-content .price p>span {
	font-weight: 600
}
.no-record-found {
    font-size: 20px;
    color: #c3c3c3;
    min-height: 260px;
    background: #ffffff;
	
}
.no-record-found i {
    font-size: 73px;
    line-height: 75px;
	margin-bottom:10px;
}
/*Flight Progress*/
.full_over .progressive_wrap {
    padding: 30px;
}

.full_over .progressive_wrap figure {
padding: 0px 20px 20px 20px; border-bottom: #bdb9b9 1px solid;
}

.full_over .progressive_wrap p {
    font-size: 15px;
}

.full_over .progressive_wrap .progress {
    height: 25px;
}

.full_over .progressive_wrap .progress-bar {
    background-color: #0e9fa9;
    width: 0;
   
}

.full_over .progressive_wrap .progress-bar .title {
   color: #fff;
   
}

.progressive_wrap .progress_itinerary, 
.progressive_wrap .pro_travellers {
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin: 20px 0;
	overflow:hidden;
}
.progressive_wrap .prg_placeLeft{width:33.3%; float:left;}
.progressive_wrap .prg_dateMiddle{width:33.3%; float:left;}
.progressive_wrap .prg_placeRight{width:33.3%; float:left;}

.progressive_wrap .prg_checkIn{width:50%; float:left;}
.progressive_wrap .prg_checkOut{width:50%; float:left;}

.progressive_wrap .place_name {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: "AirbnbCerealBold";
}

.progressive_wrap .dateSection {
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 15px;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
}

.progressive_wrap .place_code {
    margin-top: 0;
    font-size: 15px;
}
.progressive_wrap .pro_travellers {
	margin: 0;
	background: #eaeeef;
}
.progressive_wrap .pro_travellers p{margin:0 0 0 0;}
.progressive_wrap .pro_travellers span.psngrs{margin-right:5px;}
.progressive_wrap .pro_travellers p > span:last-child{margin-right:0 !important;}
/*Flight Progress end*/

.room_filter_btn {
	border:solid 1px #e8e8e8;
	padding:4px 15px;
	margin:0px 0px 5px 5px;
	border-radius:5px;
	font-size:14px;
	color:#6b7070;
}
.room_filter_btn.active {
	border:solid 1px #0e9fa9;
	color:#0e9fa9;
}
.room_filter_area {
	margin-bottom:15px;
}
.room_filter_area p {
	margin:0px;
}

/* Direct payment flight b2b */
.direct_payment_box .pay_accordian h2{margin:0;padding:10px;}
.direct_payment_box .pay_accordian .panel .panel-heading{border-radius:0;padding:0;background:#0e9fa9;border:none;}
.direct_payment_box .panel-default{border:1px solid #e1e1e1;float:left;width:100%;}
.direct_payment_box .panel-body{background-color:#fff !important;}
.direct_payment_box .pay_accordian h4{font-size:16px;}
.direct_payment_box span{font-style:normal;text-transform:capitalize;color:#4c4c4c;font-size:14px;}
.direct_payment_box .table td{padding:10px;margin:0;font-size:14px;}
.direct_payment_box .table td p{padding:0;margin:0;}
.pay_accordian .panel .panel-heading a, .pay_accordian .panel .panel-heading a:hover, .pay_accordian .panel .panel-heading a:focus{display:block;width:100%;padding:10px 15px;color:#FFF;text-decoration:none;outline:none;cursor:pointer;}
.direct_payment_box .resultRow1{border-bottom:1px solid #e1e1e1;float:left;padding:10px 13px;width:100%;background:#fff;}
.direct_payment_box .resultRow2{background:#f3f3f3 none repeat scroll 0 0;border-bottom:1px solid #e1e1e1;float:left;padding:10px;width:100%;}
.direct_payment_box .resultRow2 h3{color:#4c4c4c;font-size:18px;margin:0 0 1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0;}
.direct_payment_box .flightPlace{float:left;width:55%;}
.direct_payment_box .flightDate p{font-size:14px;}
.direct_payment_box .flightTime{float:left;width:45%;}
.direct_payment_box .timeFrom{text-align:left;}
.direct_payment_box .placeFrom p{font-size:13px;}
.direct_payment_box .placeTo p{font-size:13px;}
.direct_payment_box .timeFrom, .timeTo{float:left;width:32%;}
.direct_payment_box .flightTime .righArrow{width:15%;}
.placeTo{text-align:right;}
.direct_payment_box .placeFrom{float:left;width:45%;text-align:right;}
.direct_payment_box .placeTo{float:left;width:45%;text-align:left;}
.direct_payment_box .flightName, .flightDate, .flightType{float:left;width:33.3333%;overflow:hidden;padding-right:15px;}
.direct_payment_box .righArrow{background:url(../images/como_resultArrow.png) no-repeat;float:left;height:45px;margin:0;padding:0 5px;width:10%;background-position:center center;}
.direct_payment_box{margin-bottom:15px;float:left;width:100%;}
.b2bDirctpaybox{margin-bottom:20px;}
.DirectHDsection{padding:30px 0 0 0;}
.DirectHDsection h2{font-size:20px;text-transform:uppercase;color:#434f60;}
.adulttxtFnt{font-size:20px;}
.dtlPassDetailBox{padding:20px 10px;overflow:hidden;margin-bottom:20px;background:#FFF;border:1px solid #ccc;width:100%;}
.hpayhead{float:left;background:#515c65;color:#fff;padding:10px 15px;width:100%;font-size:18px;}
.flightName img{height:auto;}
.b2bdirctpay{margin-top:30px;}
.hpaydetails{background:#fff;float:left;width:100%;padding:15px;border:1px solid #ccc;position:relative;}
.paymentPrice p{width:150px;padding:8px 0;display:inline-block;margin-bottom:0px;color:#797979;font-size:14px;}
.paymentPrice{margin:25px 0 0;}
.payRowFooter p{color:#000000;font-size:17px;}
.proceedBtn{margin:20px 0 0;display:inline-block;font-size:17px;}
.payRow{border-bottom:1px solid #ccc;}
.payment_choices input[type="radio"]{display:none;}
.payment_choices input[type="radio"]:checked + label::before{background:rgba(0, 0, 0, 0) url(../images/como_hpayradio.png) no-repeat scroll 0px 0px;color:#f3f3f3;content:"";font-size:15px;height:30px;line-height:15px;text-align:center;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);width:30px;position:absolute;right:0;top:10px;}
.payment_choices label::before{background:rgba(0, 0, 0, 0) url(../images/como_hpayradio.png) no-repeat scroll -33px 0;bottom:1px;content:"";display:inline-block;height:30px;width:30px;position:absolute;right:auto;top:10px;left:0;}
.formRadioBox{float:left;width:100%;padding:5px 0;margin-top:10px;}
.payment_choices .radioCol{position:relative;text-align:left;float:left;margin-right:15px;}
.payment_choices .radioCol span{color:#fff;display:inline-block;font-size:15px;font-weight:normal;margin-left:35px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;float:left;cursor:pointer;}
.payment_choices span img{height:45px;}
/* Direct payment flight b2b ends */
/* Direct payment Hotel b2b */
.hotel_less_detail .name_pic{float:left;width:45%;}
.hotel_less_detail .hotel_pic{float:left;width:23%;height:100px;}
.hotel_less_detail .hotel_pic img{border:1px solid #434343;width:100%;height:100%;}
.hotel_less_detail .hotel_name{float:left;width:77%;}
.hotel_less_detail h5{color:#000000;font-size:14px;letter-spacing:.5px;margin-bottom:3px;margin-top:0;line-height:20px;padding:5px 0 0 10px;}
.hotel_less_detail p{font-size:12px;padding:0 0 0 10px;}
.hotel_less_detail .hotel_date{float:left;width:25%;}
.hotel_less_detail .hotel_persons{float:left;width:15%;padding-left:10px;}
.hotel_less_detail .hotel_rate{float:left;width:15%;}
/* Direct payment Hotel b2b ends */

.pageFail{text-align:center;min-height:530px; } 
.pageFail img{margin:10px 0 0 0;}
.pageFail h2 {font-size:25px;color:#213d49; margin:10px 0 10px 0; font-weight:500; } 
.pageFail h3 {font-size:16px;font-weight:300;margin-bottom:20px;line-height:25px; } 
.pageFail .td-Button {display:inline-block !important; }
/*Harish Styling ends */





/*-----Hotel details---*/
.hote-details-head h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.hote-details-head h2 span {
	margin-right: 15px;
	line-height:37px;
}
.hote-details-head .icon-hotel-title {
	font-size: 46px;
	line-height: 48px;
	margin-right: 10px;
}
.hote-details-nav {
	margin-bottom: 25px;
}
.hote-details-nav li {
	margin-right: 10px;
}
.hote-details-nav a {
	color: #485467;
	font-size: 15px;
	padding: 6px 0px;
	display: block;
	margin-right:15px;
}
.hote-details-nav a.active {
	background:none;
	border-bottom:solid 2px #0e9fa9;
	color:#0e9fa9;
}
.flexslider .slides img {
	width: 100%;
	max-height: 383px;
	min-height: 383px;
	display: block;
}
#hote-carousel li img {
	max-height: 74px!important;
	min-height: 74px!important;
	border-radius: 5px;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
	;
	color: #b1b1b1;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	transform: translate(0, -50%);
}
.flex-direction-nav a i:before {
	margin: 0;
}
.flex-direction-nav .flex-prev {
	left: -33px;
	width: 42px;
	height: 42px;
	transform: scaleX(-1) translate(0, -50%);
}
.flex-direction-nav .flex-next {
	right: -33px;
	width: 42px;
	height: 42px;
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: 30px;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: 30px;
}
#hote-carousel {
	margin-top: 10px;
}
#hote-carousel ul li {
	cursor: pointer;
}
.hotel-map {
	border: 1px solid #213d49;
	height:100%;
	width:100%;
}
.gallery-col {
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
	max-width: 63%;
	padding: 0px;
	position: relative;
}
.map-col {
	-ms-flex: 0 0 37%;
	flex: 0 0 37%;
	max-width: 37%;
	padding: 0px;
	position: relative;
}
.hotel-details-box h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 26px;
}
.hotel-details-box h4 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}
.hotel-details-box ul {
	margin-bottom: 20px;
}
.hotel-room-details {
	padding: 20px;
}
.hotel-room-details h4 {
	font-size: 16px;
	margin-bottom: 0;
}

.hotel-room-details h5 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 8px;
}
.hotel-room-item-col-right {
	background: #e6e9ef;
	color: #273d3e;
	padding: 30px 34px !important;
}
.hotel-room-item {
	margin-bottom: 10px;
	border-radius:5px;
	overflow:hidden;
}
.hotel-room-item-col-left {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
	border: #d5d9d1 1px solid;
	border-right: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.hotel-room-item-col-right {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.hotel-room-item-head {
	margin-bottom: 20px;
}
.room-details-listing [class^="icon"] {
	font-size: 19px;
	margin-right: 5px;
	color:#0e9fa9;
    width:20px;
	
}
/*.room-details-listing [class^="icon"] {
	font-size: 16px;
	margin-right: 5px;
	color:#FFF;
	background:#0e9fa9 url(../images/white_tick.png) no-repeat 50% 50%;
	border-radius:50%;
	width:25px;
	height:25px;
}*/
.room-details-listing li {
	line-height: 19px;
	margin-bottom: 5px;
}
.hotel-room-item-col-right p {
	font-size: 13px;
}
.room-price {
	font-size: 21px;
	font-weight: 500;
}
.room-price span {
	font-size: 16px;
}
.room-price span.currency {
	font-weight: 300;
	font-size: 16px;
}
.hotel-room-item-col-right .td-Button {
	margin-top: 20px;
	border: 0;
	width: 120px;
	padding: 10px 15px;
}
.hotel-room-thumb img {
	width: 100%;
}
.hotel-heightlights ul {
	margin-bottom: 25px;
}
.hotel-heightlights ul:last-of-type {
	margin-bottom: 0;
}
.hotel-heightlights ul li i {
	font-size: 32px;
	margin-right:5px;
}
.hote-policies h5 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
}
.hote-policies .icon-calendar {
	font-size: 22px;
}
.hotel-room-compi-item {
	border-bottom:#d5d9d1 1px solid;
	margin-bottom:20px;
	padding-bottom:20px;
}
.hotel-room-item .hotel-room-compi-item:last-of-type {
	border:0;
}
/*.htl_dtls_cont {
	width:100%;
	padding:25px 0px;
}*/
.htl_dtls_cont .icon-rightarrow {
	display:flex;
	width:42px;
	height:42px;
	background-image:url(../images/right_arrow_sm.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.htl_dtls_cont .icon-leftarrow {
	display:flex;
	width:42px;
	height:42px;
	background-image:url(../images/left_arrow_sm.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.hote-details-head {
	padding:0px 0px 20px;
}
.gal_map_box {
	margin-bottom:15px;
}
.viewSavedTraveller_btn {
	padding:7px 20px;
	border:solid 1px #0e9fa9;
	border-radius:5px;
	color:#0e9fa9;
	text-decoration:none;
}
.view_saved_trv {
	margin:20px 0px 10px;
}

.popularplace_booking {
    width:100%;
    margin-bottom:80px;
}
.mstPopularCrousel {
    width:100%;
}
.mstPackageCrousel {
    width:100%;
}
.mstPopularItem {
    width:100%;
    border-radius:15px;
    overflow:hidden;
    position:relative;
    box-shadow:1px 1px 10px rgba(0, 0, 0, .08);
}

.destiName_price {
    position:absolute;
    width:100%;
    height:100%;
    padding:25px;
    background:url(../images/darkTransperant.png) no-repeat center bottom;
    left:0px;
    bottom:0px;
    background-size:contain;
}
.destiName_price h3 {
    font-size:22px;
    color:#FFF;
    margin-bottom:0px;
    width:100%;
}
.destiName_price h4 {
    font-size:16px;
    color:#FFF;
    margin-bottom:0px;
    width:100%;
}
.destiName_price h4 span {
    color:#0faeb9;
}
.destiNameBottom {
    width:100%;
}
.destiNameBottom span {
    color:#FFF;
}
.DestiAmount {
    display:none;
    margin-top:25px;
}
.starRating {
    display:inline-block;
    width:73px;
    height:12px;
    background:url(../images/star_icon.png) no-repeat left top;
}
.starRating.fiveStar {
    width:73px;
}
.starRating.fourStar {
    width:59px;
}
.starRating.threeStar {
    width:44px;
}
.starRating.twoStar {
    width:29px;
}
.starRating.oneStar {
    width:13px;
}
.tkt_popularplace_booking .title01 {
    font-size: 38px;
    color: #2e3738;
    padding: 50px 0 20px;
}
.tkt_popularplace_booking .mstPopularItem {
    margin-left: 30px;
}
.tkt_popularplace_booking .mstPopularItem:first-child {
    margin-left: 0px;
}
.tkt_trans_detail {
    padding: 25px 0;
}
.tkt_trans_detail h5 {
    padding-bottom: 15px;
    color: #2e3738; 
    margin: 0;
}
.tkt_trans_detail li {
    padding-bottom: 5px;
    background: #e8e8e8;
    border-radius: 16px;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.mobile_ticket {
    margin: 50px 0;
    width: 100%;
}

.mticket_box {
    background: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.mticket_box .full_box {
    padding: 15px;
}
.mticket_box .full_box td {
    padding: 8px 15px;
}
.mticket_box .full_box strong, 
.mobVoucherRef strong {
    color: #212529;
}

.mticket_box .full_box td p {
    margin: 0;
}

.mticket_box .full_box p {
    margin: 0;
    font-size: 15px;
    margin: 2px 0;
    line-height: 24px;
}

.mticket_box p strong {
    margin: 0 5px 0 0;
}

.mobile_tkt_hd h3 {
    color: #fff !important;
    font-size: 16px;
    background: #2e3738;
    margin: 0;
    padding: 15px 15px;
}

.mticket_box .full_box .mobile_rules {
    padding-left: 20px;
    margin: 0;
}
.mticket_box .full_box .mobile_rules li {
    list-style: inherit;
}

.mticket_box.mobileFoot {
    color: #fff;
    font-size: 16px;
    background: #2e3738;
    margin: 0;
    padding: 15px 15px;
} 
.mticket_box.mobileFoot p {
    margin: 0;
}

.non_refund_color {
    color: #d52b47 !important;
}
.refund_color {
    color: #15b40a !important;
}

.trave_det {
    margin-bottom: 20px;
}
.dirBaseFare .head_txt {
	border-bottom: solid 1px #CCC;
	padding-bottom:15px;
}
.pack_included {
    margin-right:15px;
    padding:10px 0px;
}
.map_view {
    cursor: pointer;
    padding: 15px;
}

.map_view i {
    color: #0e9fa9;
    font-size: 18px;
}

/*Progressive starts*/

.newProgressBar {
    border: 3px solid #1f285d;
    border-radius: 5px;
    height: 28px;
    padding: 0;
    margin: 15px 0
}
.progress-bar {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #0e9fa9;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    overflow: hidden;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.overlay {
    margin-bottom: 10px;
    font-size: 20px;
    height: 23px;
    z-index: 99;
    background: #1f285d;
    font-weight: 700;
    position: absolute;
    width: 100%;
    right: 0!important;
    top: 0;
}
.filterCol {
    flex: 0 0 26%;
    max-width: 26%;
    padding: 0 15px;
}
.resultCol {
    padding-left: 15px;
    flex: 0 0 74%;
    max-width: 74%;
    padding-right: 15px;
}
@keyframes placeHolderShimmer {
0% {
background-position:-468px 0
}
100% {
background-position:468px 0
}
}
.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    height: 145px;
    position: relative;
    width: 100%;
    border-bottom: 0;
    margin-bottom: 10px
}
.background-masker {
    background: #fff;
    position: absolute
}
.background-masker.header-top, .background-masker.header-bottom, .background-masker.subheader-bottom {
    top: -10px;
    left: 65px;
    right: 0;
    height: 10px
}
.background-masker.header-left, .background-masker.subheader-left, .background-masker.header-right, .background-masker.subheader-right {
    top: 0;
    left: 65px;
    height: 18px;
    width: 20px
}
.background-masker.header-bottom {
    top: 18px;
    height: 12px
}
.background-masker.subheader-left, .background-masker.subheader-right {
    top: 18px;
    height: 12px
}
.background-masker.header-right, .background-masker.subheader-right, .place_one, .place_two, .place_three, .place_four, .place_five, .place_six {
    width: auto;
    left: 300px;
    right: 0
}
.background-masker.subheader-right {
    left: 230px
}
.background-masker.subheader-bottom {
    top: 30px;
    height: 10px
}
.background-masker.content-top, .background-masker.content-second-line, .background-masker.content-third-line, .background-masker.content-second-end, .background-masker.content-third-end, .background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px
}
.background-masker.content-top {
    height: 20px
}
.background-masker.content-first-end, .background-masker.content-second-end, .background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px
}
.background-masker.content-second-line {
    top: 68px
}
.background-masker.content-second-end {
    left: 420px;
    top: 74px
}
.background-masker.content-third-line {
    top: 82px
}
.background-masker.content-third-end {
    left: 300px;
    top: 88px
}
.place_one {
    left: 0;
    top: 40px;
    height: 16px
}
.place_two {
    left: 148px;
    top: 56px;
    height: 15px;
    width: 1%
}
.place_three {
    left: 0;
    top: 70px;
    height: 10px
}
.place_four {
    left: 0;
    top: 100px;
    height: 10px
}
.place_five {
    left: 0;
    top: 133px;
    height: 16px
}
.place_six {
    left: 0;
    top: 40px;
    height: 16px
}
.resultProgres {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 35px;
}
.resultProgres h5 {
    font-size: 17px;
    color: #485e81;
}
.progressort {
    height: 50px
}
.resultprogresmain .result_block_left {
    float: left
}
.resultprogresmain .result_block_right {
    float: left
}
.result_block_right .timeline-item {
    background: #fff;
    padding: 12px 0;
    margin: 0 auto;
    max-width: 100%;
    min-height: 150px;
    margin-bottom: 15px
}
.resultprogresmain .result_block_left {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 25px
}
.resultprogresmain .result_block_left {
    float: left
}
.result_block_left {
    width: 100%;
    float: left;
    min-height: 215px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 28px -2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 28px -2px rgba(0,0,0,0.08);
    box-shadow: 0 0 28px -2px rgba(0,0,0,0.08)
}
.timeline-item {
    background: #fff;
    padding: 10px 0 0;
    margin: 0 auto;
    max-width: 100%;
    min-height: 150px;
    margin-bottom: 15px
}

/*Progressive ends*/

.box_insur_cont_wrap {
    display: block;
}

.box_insur_cont_wrap .box_insur_title {
    font-size: 20px;
    color: #2e3738;
    padding: 20px 15px 0 15px;
}

.box_insur_cont_box {
    padding: 15px;
}

.box_insur_cont_box .box_insur_cont {
    padding-top: 15px;
}

.box_insur_cont_box .box_insur_cont span {
    color: #0e9fa9;
    font-size: 15px;
    display: block;
    padding-bottom: 5px;
}

.box_insur_cont_box .box_insur_cont:first-child {
    padding-top: 0;
}

.box_insur_cont_box .box_insur_cont p {
    font-size: 14px;
    padding-left: 0px;
    margin: 0;
}

.box_insur_cont_box .box_insur_cont ul {
    margin: 0;
}

.box_insur_cont_box .box_insur_cont ul li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 3px;
    line-height: 20px;
}

.box_insur_cont_box .box_insur_cont ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    background: #f79439;
    border-radius: 50px;
    height: 8px;
    width: 8px;
}

.review_flight .box_insur_cont_box .box_insur_cont {
    padding: 0 0 15px ;
}
.review_flight .box_insur_cont_box .box_insur_cont:last-child {
    padding: 0 0;
}

/*-----Static Package details-----*/
.air_duration_stop {
    position: relative;
    text-align: center;
}

 .air_duration_stop:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cccccc;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    z-index: 2;
}

.air_duration_stop span {
    font-size: 12px;
}

 .air_duration_stop .stop_over {
    display: flex;
    font-size: 12px;
    margin-top: 0px;
    justify-content: center;
    padding-top: 12px;
}

 .air_duration_stop .stop_over .stops {
    text-align: center;
    position: relative;
    margin-right: 4px;
    font-size: 12px;
}

.air_duration_stop .stop_over .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: #2e3738;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    position: absolute;
    z-index: 2;
    top: 120%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(-50%, 0);
    line-height: 17px;
}

 .air_duration_stop .stop_over .oth_tooltip:before {
    position: absolute;
    background: #f79439;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    z-index: 2;
    top: -10px;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
}

 .air_duration_stop .stop_over .oth_tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

 .air_duration_stop .flight_icon {
    color: #cccccc;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 23px;
    transform: translate(0, -50%);
    z-index: 1;
   margin-top: 2px;
}

 .air_duration_stop:after {
    height: 1px;
    width: 100%;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    z-index: 1;
}
.titleSection h2 {
	font-size: 24px;
	font-weight: 500;
}
.sp-details-hero img{
	border-radius: 5px;
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.sp-details-hero.box_wrap {
    padding: 20px;
}
.sp-gallery {
	position: relative;
}
.sp-overview .tabs li {
	    margin-right: 25px;
    text-transform: inherit;
    padding: 0;
}
.sp-overview .tabs li a {
	font-size: 17px;
	display: block;
	color:#273d3e;
	transition:all .3s;
	border-bottom:2px solid #fff;
}
.sp-overview .tab-content{
	padding:0;
}
.sp-overview .tabs li.current a, .sp-overview .tabs li.current span{
	color:#0e9fa9;
	background:none;
}
.itenary-item{
	margin-bottom:20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    border-top-left-radius: 0;
	position:relative;
}
.itenary-content{
	padding:20px;
}
.show_hide_rooms {
	margin-top:25px;
}
.itenary-item.hotel .itenary-content:last-of-type{
	border-bottom:0;
}
a.show_all {
	color:#0e9fa9;
}

.hotel .itenary-content {
	 border-bottom: 1px solid #cccccc;
}
.itenary-day-label {
	position:relative;
	padding:10px 20px;
	border:1px solid #ccc;
	border-left:0;
	border-top:0;
	font-size:17px;
	
}
.itenary-head h3{
	font-size:17px;
	font-weight:500;
	padding: 12px 0;
	color:#273d3e;
	margin:0;
	margin-left:20px;
}
.itenary-item .airOneLeg {
	margin-right:0;
	border:0;
	padding:0;
}
.light-text {
	font-weight:300;
}
.itenary-head h3 + .start-rating  {
	margin-left:8px;
}
.itenary-item-selection {
	padding: 6px 12px;
    background: #f8f8f8;
    color: #6b7070;
	transition:all ease .3s;
	position:relative;
	display:flex;
	align-items:center;
	text-align: center;
	justify-content:center;
	border:1px solid #ccc;
	border-radius:5px;
}
.itenary-item-selection:before{
	border-radius:50%;
	width:15px;
	height:15px;
	background:#b1bbbb;
	content:"";
	margin-right:6px;
}
.itenary-item-selection.selected{
	background:#f79439;
	color:#fff;
	border-color:#e07f27;
}
.itenary-item-selection.selected:before{
	/*content: "";
	margin-right:6px;
	font-size:22px;
	background:url(../images/selected-tick.svg) no-repeat;*/
    font-family: "othbookingicon";
    color: #ffffff;
    content: "";
    font-size: 12px;
    line-height: 14px;
    background: none;
    transform: rotate(-10deg);
}
.itenary-item-selection.remove{
	background:#0e9fa9;
	border:0;
	border-radius:0;
	border-bottom-left-radius:5px;
	border-top-right-radius:5px;
	
	padding: 8px 25px;
	color:#fff;
}
.itenary-item-selection.remove:before{
	display:none;
}
.itenary-item .air_duration_stop{
	line-height:18px;
}
.itenary-item .air_duration_stop .stop_over .stops,.itenary-item .air_duration_stop span{
	font-size:14px;
}
.itenary-item .air_duration_stop .flight_icon {
	font-size:32px;
}
.airlineLogo img{
	margin-right:15px;
}
.itenary-item .airportCode {
	font-size:17px;
	color:#273d3e
}
.itenary-item .airportCode p{
	color:#6b7070;
	font-size:14px;
}
.itenary-content h3{
	color:#273d3e;
	font-size:17px;
	font-family: "AirbnbCerealBold", sans-serif;
	    margin-bottom: 8px;
}
.itenary-content h3 .star  {
	margin-left:5px;
}
.itenary-content-repeat {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 22px;
}
.itenary-content .itenary-content-repeat:first-of-type{
	margin-top:15px;
}
.itenary-content .itenary-content-repeat:last-of-type{
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.itenary-content h4 {
	font-size:17px;
	font-weight:400;
	margin-bottom: 10px;
}
.icon {
	position:relative;
	padding-left:25px;
}
.icon:after {
	position:absolute;
	content:"";
	left:0;
	background-size:cover;
	background-repeat:no-repeat;
}
.icon.round-tick:after {
	background-image:url(../images/round-tick.svg);
	height:19px;
	width:19px;
}
.icon.board-type:after{
	background-image:url(../images/board_type.svg);
	height: 16px;
    width: 22px;
}
.icon.adult:after{
	background-image:url(../images/adult.svg);
	height: 20px;
    width: 17px;;
}
.icon.child:after{
	background-image:url(../images/child.svg);
	height: 21px;
    width: 16px;
}
.itenary-item-price {
	color:#2e3738;
	margin-bottom:3px;
	text-align:center;
}
.itenary-item-price span{
    display: inline-block;
}
.itenary-item-price strong{
	font-size:18px;

}
.itenary-content  .list-with-icon li{
	margin-right:30px;
}
.itenary-content  .list-with-icon li:last-child{
	margin-right:0;
}
.itenary-item-thumb img {
	max-height:130px;
    width: 100%;
}
.box_wrap.hotel-details-box .itenary-item:last-of-type{
	margin-bottom:0;
}
.trip-fare-summary {
	background:#fff;
	padding:30px 25px;
	margin-bottom:30px;
	border-radius: 10px;
    border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.08);
}
.trip-fare-summary .td-Button {
	max-width:100%;
	border:0;
}
.trip-fare-summary h3{ 
	font-size:18px;
	    color: #2e3738;
	font-weight:500;
	margin-bottom:18px;
}
a:not([href]).notHrfClrWhite{
    color: #fff;
}
a:not([href]).notHrfClrWhite:hover{
    color: #fff;
}
b, strong { font-family: "AirbnbCerealBold";}
.trip-fare-summary .trip-fare{
	font-size:16px;
	text-align:right;
}
.trip-fare-summary .trip-fare span{
    display: inline-block;
}
.trip-fare-summary-item.special-charge{
	margin-top: 10px;
    padding-top: 20px;
	padding-bottom:10px;
	
}
.trip-fare-summary-item{
	margin-bottom:10px;
}
.trip-fare-summary-item.total-charge{
	margin-top: 10px;
    margin-left: -25px;
    background: #0e9fa9;
    margin-right: -25px;
    padding: 5px 25px;
    color: #fff;
}
.trip-fare-summary-item.total-charge .trip-fare{
	font-size:20px;
	font-weight:500;
	    padding: 10px 0;
}
.trip-includes {
	color:#273d3e;
	margin-top:10px;
}
	
.trip-includes-icons {
	margin:0;
}
.trip-includes-icons li {
	margin-right:12px;
}
.trip-includes-icons li img{
	width: 20px;
}
.trip-includes-icons li:last-child {
	margin-right:0;
}

.box_wrap.result_panel .box_title {
    margin: 0;
    padding-top: 20px;
}
.box_wrap.result_panel .box_det_con {
    padding-left: 30px;
    padding-right: 30px;
}

.dynmIncluded h4 {
    color: #0e9fa9;
    font-size: 16px;
    font-family: "AirbnbCerealBold", sans-serif;
    margin: 0;
    padding-right: 5px;
}
.dynmIncluded p {
    margin: 0;
    font-size: 14px;
    color: #6b7070;
    padding-right: 10px;
}
.dynmIncluded .dyn_amt {
    font-size: 20px;
    color: #485467;
}
.dynmIncluded .dyn_amt span {
    font-family: "AirbnbCerealBold", sans-serif;
}
.ticketTab {
    padding-top: 20px;
}
.ticketTab .tabs li {
    background: transparent;
    padding: 0;
}
.ticketTab li a {
    background: #dfdfdf;
    color: #213d49;
    padding: 8px 30px;
    display: block;
    margin-right: 5px;
    align-items: center;
    font-size: 15px;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all ease 0.5s;
}
.ticketTab li a:hover, 
.ticketTab li.current a {
    background: #0e9fa9;
    color: #ffffff;
}

.pckge_det_con {
    padding: 20px 0;
}

.pckge_det_con .itenary-item-det h4 {
    font-size: 20px;
    color: #2e3738;
}

.pckge_det_con .itenary-item-det p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #485467;
}
.font-12{
	font-size:12px;
}
.voucher{
	font-family:"AirbnbCerealBook",'Cairo', sans-serif !important;
	
}
.flight__fare_summary {
	font-size:14px;
}
.flight__fare_summary td{
	padding:6px 10px;
}

/*----------Hotel facility icons----------*/
.icon-24-hour-security:before { content: '\e803'; } /* '' */
.icon-designated-smoking-areas:before { content: '\e842'; } /* '' */
.icon-designated-smoking-areas:before { content: '\e842'; } /* '' */
.icon-free-beach-club-on-site {}





@media (max-width:1400px) {
    .propertyNav ul li {
        padding: 0px 5px;
        font-size: 15px;
    }

    .propertyNav ul li a {
        font-size: 15px;
    }

    .right_menu ul li {
        font-size: 15px;
        padding: 0px 8px;
    }

    .right_menu ul li a {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .filter_col h2 {
        font-size: 20px;
        font-family: "AirbnbCerealBold", sans-serif;
    }

    .result_sort {
        margin-bottom: 15px;
    }

    .result_panel .result_cont .airline_name {
        font-size: 12px;
    }

    .result_panel .result_bottom .detail_link,
    .result_panel .result_bottom .result_more_option {
        padding: 10px 13px 10px 15px;
    }

    .result_panel .result_bottom .detail_link .icon-bed,
    .result_panel .result_bottom .detail_link .icon-location,
    .result_panel .result_bottom .detail_link .icon-facilities,
    .result_panel .result_bottom .result_more_option .icon-bed,
    .result_panel .result_bottom .result_more_option .icon-location,
    .result_panel .result_bottom .result_more_option .icon-facilities {
        font-size: 16px;
    }

    .result_panel .result_bottom .amt_wrap h4 span {
        font-size: 13px;
    }
}

@media screen and (max-width:1024px) {
    .right_menu {
        display: none;
        position: absolute;
        width: 100%;
        max-width: 250px;
        text-align: right;
        right: 0px;
        top: 100%;
        background: #FFF;
        border: solid 1px #ccc;
        box-shadow: 5px 5px 30px rgba(0, 0, 0, .3);
    }

    .mobBtnToggle,
    .mobBtnToggle:hover,
    .mobBtnToggle:focus {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        border: none;
        outline: none;
        margin: 0px;
    }

    .right_menu ul {
        padding: 20px;
    }

    .right_menu ul li {
        width: 100%;
        height: 50px;
        line-height: 45px;
    }
}

@media screen and (max-width:992px) {
    .orBox {
        padding-top: 5px !important;
    }
}

@media (max-width: 991px) {
    .filterCol.Filter {
        display: none;
    }
    .resultCol , .filterCol{
        max-width: 100%;
        flex: 0 100%;
        padding: 0 15px;
    }
    .modySearchFieldsOuter {
        width: 85%;
        flex: 0 85%;
    }

    .modySearchButtonOuter {
        width: 15%;
        flex: 0 15%;
    }

    .modify_search_wrp .form-group {
        margin-bottom: 10px;
    }

    .modySearchFieldsOuter .advanced_search {
        padding: 0;
    }

    .modify_search_wrp .from_to_icon {
        margin-top: -7px;
    }

    .filter_col,
    .result_sort {
        padding: 20px;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 1000;
        background: #f8f8f8;
        visibility: hidden;
        opacity: 0;
        max-width: 300px;
        width: 300px;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        box-shadow: 0px 2px 5px rgba(107, 112, 112, 0.5);
        transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
    }

    .filter_col.filter_slide,
    .result_sort.filter_slide {
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .filter_col::-webkit-scrollbar-track {
        background-color: rgba(107, 112, 112, 0.2);
    }

    .filter_col::-webkit-scrollbar {
        width: 4px;
        background-color: rgba(107, 112, 112, 0.2);
    }

    .filter_col::-webkit-scrollbar-thumb {
        background-color: #0e9fa9;
    }

    .result_col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .depart_return_ret {
        text-align: right;
    }

    .result_panel .airline_wrap {
        padding-bottom: 20px;
    }

    .result_panel .result_cont .airline_name {
        padding: 0 0 0 15px;
        font-size: 14px;
    }

    .mobile_fixed_btn {
        display: flex;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index:999;
    }

    .mobile_fixed_btn .oth_button {
        padding: 15px 30px;
        text-transform: uppercase;
        background: #0e9fa9;
        margin: 1px;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .mobile_fixed_btn .oth_button.mob_sort_btn {
        background: #f79439;
    }

    .mobile_fixed_btn .oth_button:hover {
        color: #ffffff;
        background: #d52b47;
    }

    .mobile_fixed_btn .oth_button i {
        margin-right: 5px;
    }

    .result_sort.filter_slide {
        display: block !important;
    }

    .result_sort.filter_slide .sort_txt_mob {
        display: block;
        font-size: 20px;
        font-family: "AirbnbCerealBold", sans-serif;
        color: #2e3738;
        margin: 0 0 20px 0;
    }

    .result_sort.filter_slide ul {
        display: block !important;
        width: 100%;
        background: #ffffff;
        padding: 0;
        border: 1px solid #dfdfdf;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .result_sort.filter_slide ul li.sort_title {
        display: none;
    }

    .result_sort.filter_slide ul li a {
        padding: 10px 15px;
        margin: 0;
        border-bottom: 1px solid #dfdfdf;
    }

    .result_sort.filter_slide ul li a:after {
        display: none;
    }

    .result_sort.filter_slide ul li:last-child a {
        border-bottom: 0;
    }

    .ser_breadCrumb {
        display: none;
    }

    .mob_sear_res {
        padding-left: 0px;
        margin-top: 20px;
    }

    .DeskHide {
        display: none;
    }

    .MobShow {
        display: block;
    }
	.hotel-room-thumb, .room-details-listing {
        margin-bottom: 15px;
    }

    .gallery-col, .map-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .map-col {
        margin-bottom: 10px;
    	height:300px;
    }
    .gal_map_box {
        margin-bottom: 0px;
    }
    .flexslider .slides img {
        max-height: 300px;
        min-height: 300px;
    }
    .result_panel .fli_result_cont .airline_name {
        padding-left: 5px;
    }
    .result_panel .fli_result_cont .air_duration_stop {
        padding-top: 3px;
    }
    .tripMinusBtn, 
    .tripPlusBtn {
        margin: 2px 0;
    }
    .paxdtsArw{
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
	.flight_trip-departure{padding-right:15px}
	.flight-trip-arrival{padding-left:15px}
	.flight-trip-col-4{flex:0 0 100%;max-width:100%;padding:0}
	.flight-trip-col-2{flex:0 0 100%;max-width:100%;justify-content:center}
	.flight-trip-duration{text-align:center;margin-top:15px}
	.fligt-trip-carrier{margin-bottom:15px}
	.hide-in-mobile{display:none!important}
	.myBookings .nav-pills a.nav-link span.myb-icon~span{display:none}
	.myBookings .nav-pills .nav-link{padding:0}
	.myBookings .nav-item{margin-bottom:15px;margin-right:18px}
	.myb-inside-tabs li a{font-size:16px}
	.myb-thumb-img{margin-bottom:15px}
    .ser_summary h3{color: #fff !important}
	.my_booking_wrap.tab_wrap .box_content .tabs li {font-size: 14px;padding: 10px 5px;}
	.my_booking_wrap .mybooking-content h3 {font-size: 16px;margin-top:0px;}
	.my_booking_wrap.tab_wrap .tabs li {margin-bottom: 15px;display: inline-block;    padding: 5px 8px;}
    .progressive_wrap .progress_itinerary, .progressive_wrap .pro_travellers{margin:5px 0 0 0 !important;}
	.direct_payment_box .flightName, .flightDate, .flightType{width:100%;padding-right:0;}
	.direct_payment_box .flightDate p{margin-bottom:0px;margin-top:10px;}
	.direct_payment_box .flightPlace{width:100%;}
	.direct_payment_box .flightTime{width:100%;}
	.direct_payment_box .timeFrom, .timeTo{float:left;width:40%;}
	.direct_payment_box .timeFrom{text-align:right;}
	.paymentPrice p{width:auto;padding:8px 5px 8px 0;}
	.hotel_less_detail .name_pic{width:100%;}
	.hotel_less_detail .hotel_pic{width:100%;height:120px;}
	.hotel_less_detail .hotel_name{width:100%;}
	.hotel_less_detail .hotel_date{width:50%;}
	.hotel_less_detail .hotel_persons{width:50%;}
	.hotel_less_detail .hotel_rate{width:100%;}
	.dirPaymentOptn input[type="radio"]+label img{margin-right:10px;}
    .foot_logo {
        margin-bottom: 20px;
    }

    .propertyNavLinks {
        width: 100%;
        border-top: solid 1px #ccc;
    }

    .propertyNav {
        padding: 0px;
        width: 100%;
    }

    .propertyNav ul.propertyNavLinks {
        height: 60px;
    }

    .propertyNav .propertyNavLinks a {
        height: 60px;
    }

    .result_block {
        margin-top: 30px;
    }
	.result_block2 {
        margin-top: 0px;
    }

    .modify_search_wrp .from_to_icon {
        margin-top: -7px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform-origin: 50% 0%;
    }

    .modify_search_wrp .form-group {
        /*height: 100%;*/
    }

    .modySearchFieldsOuter .advanced_search_clk{
        margin-bottom: 10px;
    }

    .modify_search_wrp .passenger_box {
        position: relative;
        top: 0;
        margin: 0;
        width: 100%;
    }

    .close_x {
        top: 5px;
        right: 5px;
    }

    .modySearchFieldsOuter {
        width: 100%;
        flex: 0 100%;
    }

    .modySearchButtonOuter {
        width: 100%;
        flex: 0 100%;
    }

    .result_panel .result_bottom .det_extra_link,
    .result_panel .result_bottom .det_amt_refund {
        width: 100%;
        padding: 13px 0;
    }

    .result_panel .result_bottom .det_extra_link {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        padding: 0;
    }

    .box_insur_cont_wrap .result_panel .result_bottom .det_extra_link,
    .box_insur_cont_wrap .result_panel .result_bottom .det_amt_refund {
        width: auto;
    }

    .result_panel .hot_result_cont .hot_detail {
        padding: 20px 50px 0 0;
    }

    .plsmins_left {
        overflow: auto;
    }

    .plsmins_left .plsmins_cols {
        width: 100%;
        white-space: nowrap;
    }

    .sitemap-navigation>.menu-item-has-children>.sub-menu {
        display: block;
        border-top: 0;
        margin-top: 0;
    }

    .sitemap-navigation>.menu-item-has-children>.sub-menu>.menu-item {
        margin-top: 0;
    }

    .sitemap-navigation>.menu-item-has-children>.sub-menu::before {
        display: none
    }
	.prfrAirMgn{
		margin-left: 0px;
	}
	.remove-Button{
		margin-top: 0px;
	}
	.clickStatus{
		margin-top:5px; 
		margin-bottom:15px;
	}
	/*************/
	.hotel-room-item-col-left, .hotel-room-item-col-right {
	    width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.hotel-room-details {
	    border-bottom: 0;
	    border-right: #d5d9d1 1px solid;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}	
	.hotel-details-box ul {
		width:100%;
	}
	.hote-details-nav a {
	    font-size: 14px;
	    margin-right: 10px;
	}
	.itenary-item-price{
		margin-top:20px;
	}
	.itenary-item-price span{
	    display: inline-block;
	}
	.itenary-content .list-with-icon li {
	    margin-right: 18px;
	}
	.itenary-item .airportCode, .air_duration_stop{
		margin-bottom:20px;
	}
	.itenary-item-selection.remove{
		position:absolute;
		right:0;
		top:0;
	}	
	.dynmIncluded {
	    width: 100%;
	}
	.viewTrvlrbtn { 
		font-size: 12px;
	}
	ul.pax_log_rgt { 
		padding-top:15px;
	}
	.pax_login_wrp .clearBtn {
		position: absolute;top: 8%;
	}

}

@media (max-width: 575px) {
    .result_panel .mob_d_block {
        display: block !important;
    }

    .result_panel .result_bottom .amt_wrap {
        padding: 5px 15px;
    }

    .result_panel .result_bottom .amt_wrap.mob_d_block p {
        display: inline-block;
    }

    .result_panel .result_bottom .refund {
        margin: 5px 0 5px 10px;
    }

    .result_panel .result_bottom .det_amt_refund {
        padding: 10px 0;
    }

    .box_insur_cont_wrap .result_panel .result_bottom .amt_wrap {
        padding: 0 15px;
    }


    .result_panel .result_bottom .det_extra_link .detail_link {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }

    .result_panel .result_bottom .det_extra_link .detail_link span {
        display: none;
    }

    .mobile_fixed_btn {
        display: block;
        bottom: 5px;
        right: 5px;
    }

    .mobile_fixed_btn .oth_button {
        display: block;
        font-size: 13px;
        margin: 3px;
        padding: 10px 15px;
    }
	.itenary-item-thumb img {width:100%; margin-bottom:15px; object-fit:cover;}
    .dynmIncluded h4 {
        padding-bottom: 10px;
    }
    .dynmIncluded .dynmIncluded_box {
        display: block !important;
    }
    .itenary-head h3{
    	width: 100%;
    }
    .ui-datepicker .ui-datepicker-title select{
        font-size: 12px;
        height: 24px;
    }
}

@media (max-width:480px) {
    .viewdtlsBtn {
        right: 15px;
        z-index: 10;
    }

    .box_wrap {
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }

    .box_wrap .head_txt {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .box_wrap .box_title {

        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .box_wrap .title_bfrbg {
        display: none !important;
    }
	.hote-details-nav a {
        font-size: 12px;
        margin-right: 5px;
    }
    .ui-autocomplete{
    	max-width: 300px;
	}
    .paxdtsArw{
        background-size: contain;
    }
}
@media (max-width:359px) {
    .ui-autocomplete{max-width: 280px;}
}

.hotel-thump img {
	max-height: 164px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hotel-room-thumb img{ max-height:130px;}
/*hotel pax & payment style*/
.htl_thumb {
	width:40%;
}
.htl_dtls {
	width:60%;
	padding:0px 20px;
}
.htl_dtls h4 {
	font-size:20px;
	width:100%;
}
.star {
	width:115px;
	height:22px;
	margin:5px 0px;
}
.star.five-star {
	background:url(../images/star_sprite-01.svg) no-repeat 0px 0px;
}
.star.four-star {
	background:url(../images/star_sprite-01.svg) no-repeat 0px -22px;
}
.star.three-star {
	background:url(../images/star_sprite-01.svg) no-repeat 0px -44px;
}
.star.two-star {
	background:url(../images/star_sprite-01.svg) no-repeat 0px -66px;
}
.star.one-star {
	background:url(../images/star_sprite-01.svg) no-repeat 0px -88px;
}
.star.zero-star {
	background:url(../images/star_sprite-01.svg) no-repeat 0px -110px;
}
.box_det_con h5.dtl_greenTxt {
	font-size:14px;
	color:#0e9fa9;
}
.box_det_con h5 {
	font-size:14px;
}

.htlDtlLeft {
	margin-bottom:20px;
}
.htl_thumb img{
	max-height: 137px;
    width: 100%;
    object-fit: cover;
}
.htlRoomGuestTitle {
	width:100%;
	margin-bottom:10px;
}
.trave_det {
	margin-bottom:20px;
}
.htlRoomGuestTitle .roomCount {
	margin-right:30px;
	background:#f79439;
	border-radius:5px;
	position:relative;
	color:#FFF;
	padding:7px 20px;
	height:36px;
	position:relative;
}
.htlRoomGuestTitle .roomCount:after {
	position:absolute;
	left:100%;
	top:50%;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #f79439;
	margin-top:-5px;

}
.payCard_label {
	padding:3px 15px;
	color:#FFF;
	background:#0e9fa9;
	border-radius:15px;
	margin-left:70px;
	white-space:nowrap;
}
.special_rqstForm {
	width:100%;
	border-top:solid 1px #e0e0e0;
	padding-top:25px;
}
.notes {
	font-size:12px;
}
.hotel-heightlights li {
	margin-bottom:20px;
}
.trave_det .form-controlTextArea {
	font-size: 14px;
	letter-spacing: .5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	background: none;
	position: relative;
	margin-bottom: 15px;
	width:100%;
}
.pax_log_wrp.head_txt {
	border:0;
	margin-bottom:0;
	padding-bottom:0;
}
.login-register .pax_login_wrp{
	border-top:1px solid #e0e0e0;
	margin-top:15px;
	padding-top:15px;
}
.login_tab_wrap .modal-body {
	padding: 10px;
}
.login_tab_wrap .modal-dialog {
	max-width: 600px;
}
.login_tab_wrap .nav-tabs {
	position: relative;
	border: none;
	background-color: #2e3738;
	border-radius: 0;
}
.login_tab_wrap .nav-tabs li {
	margin: 0px;
}
.login_tab_wrap .nav-tabs li a {
	position: relative;
	margin-right: 0px;
	padding: 20px 40px;
	font-size: 19px;
	border: none;
	color: #ffffff;
	border-radius: 0;
}
.login_tab_wrap .nav-tabs a:hover {
	background-color: #f79439;
	border: none;
	color: #FFF;
	border-radius: 0;
}
.login_tab_wrap .nav-tabs .active {
	background-color: transparent;
	border: none;
	color: #FFF;
	background: #f79439;
	font-weight: normal;
	position: relative;
	font-size: 19px;
	border: 0 !important;
}
.login_tab_wrap .nav-tabs .active:before {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f79439;
	font-size: 0;
	line-height: 0;
	position: absolute;
	content: "";
	left: 50%;
	bottom: -15px;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}
.login_tab_wrap .tab-content {
	display: block;
	padding: 30px 20px;
}
.log_cont_wrap h4 {
	font-size: 24px;
	color: #485467;
}
.log_cont_wrap .new_acc {
	background: #f79439;
	font-size: 14px;
	color: #FFF;
	padding: 6px 15px;
	border-radius: 50px;
	text-decoration:none;
}
.log_cont_wrap .new_acc:hover {
	color: #ffffff;
	background: #485467;
}
.log_cont_wrap .form-control, .log_cont_wrap .form-control:hover, .log_cont_wrap .form-control:focus {
	border: 0;
	font-size: 17px;
	padding: 0;
	border-bottom: 2px solid #c8d0d3;
	border-radius:0px;
	outline:none;
	box-shadow:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.log_cont_wrap .SearchBtn {
	text-transform: none;
	font-size: 24px;
	padding: 15px 25px;
	margin: 0;
	width: 50%;
	background:#0e9fa9;
	border:none;
	border-radius:5px;
	color:#FFF;
}
.log_cont_wrap .forg_pass {
	color: #485467;
}
.log_cont_wrap .forg_pass:hover {
	color: #f79439;
}
.log_cont_wrap .social_btn_log {
	border: 1px solid #3b589a;
	border-radius:6px;
}
.log_cont_wrap .social_btn_log a {
	width: 50%;
	padding: 20px;
	color: #485467;
}
.log_cont_wrap .social_btn_log .facebook_btn_log {
	background: #3b589a;
	color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.log_cont_wrap .social_btn_log a img {
	width: 27px;
	margin-right: 10px;
}
.log_cont_wrap .phone_num .hasDownArrow {
	border-right: 2px solid #c8d0d3;
}
.log_cont_wrap .phone_num input {
	padding-left: 10px;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #f8f9fa;
	color:#2e3738;
}

/* Support */
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;}
a,a:hover,button{cursor: pointer !important;}
.subscribeForm div.db-spinner2{position: absolute !important;top: 35px !important;right: 30px !important;}
.my_booking_wrap  .tabs a{ color:#868686}
.my_booking_wrap .tabs li.current a{color: #fff !important;}
.my_booking_wrap .tabs a.current span{color: #fff !important;}
.profile-rewrds-butns a{color: #fff !important;}
.ser_summary a:hover{color: #fff !important;}
.mnL_multiCity{margin-left: 170px;}
.multiPosRel{position: relative;}
.legPos{position: absolute;right: -100px; bottom: 0px;}
.boxLeft{width:34.5%; float: left;}
.boxRight{width:64%; float: left; margin-left: 5px;}
.pfrBoxL{width:54%; float: left;}
.nStopBox{width:46%; float: left;padding-left: 5px; padding-top: 20px;}
.upWard{transform: rotate(180deg); padding-left: 0 !important; padding-right: 6px;}
.mBtmMap{margin-bottom: 10px;}
/* Support ends */

/*SEO pages style -------------SHINTO------- Start*/
.seoWrapbg{background:#fff; padding-bottom:50px;}
.seoHead h2{font-size:30px; color:#fff; margin-bottom:5px;}
.seoHead p{font-size:18px; color:#fff;margin-bottom:5px;}
.airlineSeoBanner{height:100%;width:100%;padding-bottom:30px;background-repeat:no-repeat;background-size:cover;}
.airlineSeoBanner h2{color:#0e3348;font-size:30px;padding:30px 0 0;}
.airlineSeoBanner h6{margin-bottom:0;font-size:19px;color:#0e3348;}
.airlineSearchPanelSeo{background:#717f8b;float:left;width:100%;padding:20px;border-radius:5px;margin-top:20px;}
.seoAirlines{padding:40px 0 20px;}
.seoAirlines h2{color:#0e9fa9;font-size:27px;}
.seoAirlines h6{font-size:17px;font-weight:400;margin-bottom:20px;color:#485467;}
.HtlSeoDestAttractn{background-color:#fff;padding:25px 25px 10px;border-radius:5px;margin-top:0;float:left;width:100%;border:1px solid #c5c5c5;}
.HtlSeoDestAttractn h3{font-size:20px;color:#0e9fa9;margin-bottom:30px;}
.HtlSeoDestAttractn .nav-tabs{border-bottom:none;}
.HtlSeoDestAttractn .nav-tabs .nav-item.show .nav-link, .HtlSeoDestAttractn .nav-tabs .nav-link.active{color:#f79439;background-color:#fff;border-color:#fff #fff #f79439;padding-right:0;margin-right:60px;}
.HtlSeoDestAttractn .nav-tabs .nav-item{margin-bottom:20px;}
.HtlSeoDestAttractn .nav-tabs a{color:#485467;text-decoration:none;background-color:transparent;}
.HtlSeoDestAttractn .nav-link{display:block;padding:0;padding-right:60px;font-size:17px;}
.HtlSeoDestAttractn .tab-content b, .HtlSeoDestAttractn .tab-content strong{color:#4c4c4c;}
.HtlSeoDestAttractn .tab-content p{margin-top:5px;}
.HtlSeoDestAttractn .tab-content{display:block !important;padding: 0px 0px;}
section.HtlSeoDestFaq{margin:30px 0;}
.HtlSeoDestFaq h3{font-size:20px;color:#0e9fa9;margin-bottom:25px;}
.SeoDestFaqBg{background:#fff;border-radius:5px;padding:0;border:1px solid #c5c5c5;}
.bookingTypes h6{padding-bottom:10px;font-weight:400;font-size:18px;background:#f79439;color:#fff;padding:15px;}
.bookingTypes p{margin-top:0;margin-bottom:15px;padding:15px;text-align:left;font-size:15px;color:#485467;}
.PopDestAirline{background:#fff;border-radius:5px;padding:15px;float:left;width:100%;margin-bottom:20px;border:1px solid #c5c5c5;}
.PopDestAirLeft{width:35%;float:left;line-height:18px;text-align:right;}
.PopDestAirline span{color:#485467;font-size:17px;}
.PopDestAirline p{margin-top:0;margin-bottom:0;}
.flicon{width:30%;float:left;background:url(../images/othbooking_seoAirlineIcon.svg) no-repeat;height:20px;text-align:center;background-position:top;background-size:27px;}
.PopDestAirRight{width:35%;float:left;line-height:18px;text-align:left;}
.MoreOption a{color:#f79439;font-size:15px;text-decoration:underline;}
.HtlSeoTopHtls{margin:30px 0 0;}
.HtlSeoTopHtls h3{font-size:20px;color:#0e9fa9;margin-bottom:15px;}
.HtlSeoTopHtls ul li{padding:5px 0;color:#303030; font-size:16px;}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{border-color:transparent;}
.airlineSeoTopHtls{border:1px solid #c5c5c5;border-radius:5px;width:100%;padding:15px;}
.abouCitiRouthead h6{padding-bottom:10px;font-size:18px;background:#f79439;color:#fff;padding:15px 20px;}
.aboutpad{padding:20px;}
.aboutpad strong{color:#485467;font-size:14px;text-transform:uppercase;margin-bottom:5px;display:inline-block;}
.aboutpad p{margin-top:0;margin-bottom:10px;}
.seoCheapFlitsRout .HtlSeoDestAttractn{margin-bottom:40px;}
.seoCheapFlitsRout .HtlSeoDestAttractn h3{font-size:17px;color:#0e9fa9;font-weight:600;margin-bottom:20px;}
.cheapflIco{width:27px;margin-top:-8px;margin-right:5px;}
.seoCheapFlitsRout .HtlSeoDestAttractn ul li{float:left;padding:0;padding-right:50px;padding-bottom:10px;}
.seoairlineRout{padding:20px;margin-bottom:20px;}
.seoairlineRout strong{font-size:14px;}
.CheapFlRoutHighlight h3{color:#0e9fa9;font-size:20px;margin-bottom:20px;}
.seoPad{margin:0px 0 !important;}
.txtRd{color:#ff0000 !important;}
.seoInnerHeader{min-height:120px}
.seoInnerHeader .seoHead h2 { font-size: 30px;color: #fff;margin-bottom: 5px;line-height: 70px;}
.aboutpad2 {padding:0 20px 30px;}
.aboutpad2 p{margin-bottom:5px}
.HtlSeoDescrptn{background: #edfbfd;width: 100%;padding:40px 0 20px;display: inline-block;}
.HtlSeoDescrptn h3{font-size: 35px;text-align: center;font-weight: bold;color: #00444d;margin-bottom: 35px;}
.HtlSeoDescrptn p{text-align: center;padding: 0 50px;}
.HtlSeoDestin.hmDiscoverdelas h2{text-align: center;font-size:28px;margin-bottom: 20px;font-weight: bold;width: 100%;color: #363737;}
.HtlSeoDestin.hmDiscoverdelas p{text-align: center; font-size: 15px; color: #363737; line-height: 25px;}
.ImgGalOutBox{width: 100%;display: inline-block;}
.ImgGalOutBox ul{width: 100%;margin-top: 50px;}
.ImgGalOutBox ul li{float: left;display: inline-block;padding: 0;border-right: 10px solid #fff;border-bottom: 10px #fff solid;overflow: hidden;}
.ImgGalOutBox ul li img{width: auto;height: 100%;max-width: unset;min-width: 100%;border-radius: 0;}
.ImgGalOutBox ul li:first-child{width: 30%;height: 245px}
.ImgGalOutBox ul li:nth-child(2){width: 70%;height: 490px;float: right;}
.ImgGalOutBox ul li:nth-child(3){width: 30%;height: 245px}
.ImgGalOutBox ul li:nth-child(4){width: 25%;height: 245px}
.ImgGalOutBox ul li:nth-child(5){width: 25%;height: 245px}
.ImgGalOutBox ul li:nth-child(6){width: 25%;height: 245px}
.ImgGalOutBox ul li:nth-child(7){width: 25%;height: 245px;position: relative;}
.MoreImg{width: 100%;height: 235px;line-height: 245px;text-align: center;color: #fff;background: rgba(0,0,0,0.7);position: absolute;bottom: 0;top: 0;font-size: 28px;cursor: pointer;}
.SeoFAQSec{width:100%;float:left;background:#fff;padding:40px 0 10px;}
.SeoFAQSec h2{text-align:center;padding:0;font-size:28px;font-weight:bold; color:#363737}
.SeoFAQclmMain{width:50%;min-height:450px;float:left;border:solid #c6cece 1px;padding:20px;margin-top:30px;}
.SeoFAQclm{width:100%;float:left;padding:10px 0 0 0;}
.SeoFAQclm h3{padding:15px 0 0 0;font-size:17px;font-weight:bold;color:#129F9B;}
.SeoFAQclm p{padding:0;font-size:15px;padding:10px 0 0 0;margin:0;}
.seo2Bg{background:url(../images/seo2Bg.jpg);height:210px;width:100%;margin:40px 0 10px; display:inline-block;}
.seo2Bg h2{display:inline-block;color:#fff;font-size:35px;padding-top:80px;font-weight:bold;    text-shadow: 3px 4px 3px rgba(0,0,0,0.2);}
.reqstBackBtn{background:#0e9fa9;width:auto;padding:20px 30px;text-transform:uppercase;color:#fff;font-size:20px;font-weight:bold;float:right;margin-top:75px;cursor:pointer;border-radius:5px;}
section.hmDiscoverdelas.HtlSeoDestin { padding:35px 0;}
.fancybox-content {border:3px solid #fff;}
.htlmainatraction{text-align: center;}
.htlmainatraction h3 {color: #363737;font-size: 28px;font-weight: bolder;margin-bottom:30px}
.HtlSeoDescrptn h4{text-transform:uppercase; font-size:20px; color:#000;}
.HtlSeoDescrptn ul li{font-size:16px; color:#363737;line-height: 38px;}
.SeoFAQclm span {color: #f79539;}
.getinTouchModel .modal-title { color: #0e9fa9;}
.getinTouchModel .form-control { border: none;padding: 0;color: #495057;border-bottom: 1px solid #ced4da;}
.getSubmit {color: #fff;background-color: #0e9fa9;border-color: #0e9fa9; padding: 10px 20px;}
.getSubmit:hover, .getSubmit:focus, .getSubmit:active {color: #fff;background-color: #f79539 !important; border-color: #f79539 !important; padding: 10px 20px;}
.getinTouchModel .phone_num .hasDownArrow { border-right: 2px solid #c8d0d3;}
.getinTouchModel  .form-group.phone_num input{ padding-left: 15px;}
.airlineSeoTopHtls span a {padding: 5px 0;color: #303030;font-size: 16px;}
.airlineSeoTopHtls span a:hover { color:#f79439}
.closeBtn {width: 35px;height: 35px;position: absolute; top: 4px; right: 4px;}
.filter_col .closeBtn {display: none;}
.closeBtn2 {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99;
}
/*----hotel map view------*/
div#map_view_block {
    margin-top: 0px;
    max-height: 760px;
	min-height:760px;
}
ul.pagination {
    margin-top: 28px;
}
ul.pagination li span{
    padding: 8px 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    margin-right: 5px;
}
ul.pagination li span.newActive{
	background: #0e9fa9;
	color:#fff;
	border-color: #0e9fa9;
}
.map_pic {
	width:35%;
}
.map_pic img{
	width:100%;
	height:100%;
	object-fit:cover;
	min-height:150px;
}
.map_hotel_details{
	width:65%;
	padding-left:15px;
}
.mapViewDescr{
	margin-top:10px;
}
.map_hotel_details .hotel_name h3{
	font-size: 18px;
    color: #2e3738;
	margin-bottom:5px;
	font-family:"AirbnbCerealBold",'Cairo' sans-serif
}
.map_details {
	font-family:"AirbnbCerealBook",'Cairo', sans-serif;
}
.map_hotel_details p{
	margin:0;
}
.map_hotel_details .show-more{
	background:none;
	border:0;
	color:#0e9fa9;
	padding:0;
}
.map_hotel_details .map_rate{
	font-size:16px;
	color: #273d3e;
}
.map_hotel_details .per-room{
	color: #6b7070;
	font-size:13px;
}
#gmaps .gm-ui-hover-effect {
    position: absolute !important;
    background: #0e9fa9 !important;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    top: -10px !important;
    right: -11px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 7px 0 !important;
}
.gm-style .gm-style-iw-c {
	padding:20px  !important;
}
.calendar__box {
	position:absolute;
}
.packg__details_flight {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 30px;
	padding-bottom:15px;
}
.flightDetailsTab  h3{
	font-size: 20px;
    color: #2e3738;
    font-family: "AirbnbCerealBold", sans-serif;
}
.fareSummaryTotal h3{
	font-size:16px;
}
.fareSummaryTotal h3 span{
	display:inline-block;
}


@media only screen and (max-width:991px){
	.SeoDestFaqBg{margin-bottom:10px;}
	.seoairlineRout{min-height:auto;}
	.seo2Bg h2 {padding-top:50px;}
	.reqstBackBtn { margin-top: 10px;}
	.HtlSeoDescrptn h4 {font-size: 15px;}
}
@media only screen and (max-width:767px){.airlineSeoBanner h2{font-size:24px;}
.airlineSeoBanner h6{font-size:15px;}
.seoAirlines h2{font-size:24px;}
.HtlSeoDestAttractn h3{font-size:16px;margin-bottom:15px;}
.HtlSeoDestAttractn{padding:15px 15px 0;}
.HtlSeoDestAttractn .nav-tabs .nav-item{margin-bottom:10px;}
.HtlSeoDestFaq h3{font-size:17px;}
.SeoDestFaqBg{margin-bottom:10px;}
.seoHead h2 {font-size: 20px;}
.seoHead p {font-size: 14px;}
.seoInnerHeader { min-height: auto;}
.seoInnerHeader .seoHead h2 { font-size: 17px;line-height: 30px;}
.HtlSeoDestin.hmDiscoverdelas h2 {font-size: 20px;}
section.hmDiscoverdelas.HtlSeoDestin {padding: 20px 15px 20px;}
.htlmainatraction h3 {font-size: 22px;}
.SeoFAQSec h2 { font-size: 22px;margin-bottom: 0px;}
.SeoFAQclmMain {width: 100%; padding: 15px;margin-top: 15px;}
.HtlSeoDescrptn h4 {font-size: 18px;}
.ImgGalOutBox ul li:first-child {width: 100%;height: 150px;}
.ImgGalOutBox ul li:nth-child(2) {width: 100%;height: 150px;}
.ImgGalOutBox ul li:nth-child(3) {width: 100%; height: 150px;}
.ImgGalOutBox ul li:nth-child(4) {width: 50%;height: 150px;}
.ImgGalOutBox ul li:nth-child(5) {width: 50%;height: 150px;}
.ImgGalOutBox ul li:nth-child(6) {width: 50%;height: 150px;}
.ImgGalOutBox ul li:nth-child(7) {width: 50%;height: 150px;}
.MoreImg {height: 150px; line-height: 135px; font-size: 18px;}
.seo2Bg {height: 160px;}
.seo2Bg h2 { font-size: 17px; padding-top: 30px;}
.reqstBackBtn { padding: 15px 20px;font-size: 15px; margin-top: 15px;}
.propertyNav a{font-size:14px;}
.propertyNav ul li {padding: 0px 10px;}
.ser_summary h3 { font-size: 15px;}.right_menu ul li {border-bottom: 1px solid #e6e6e6;}
.right_menu ul li {border-bottom: 1px solid #e6e6e6;}
.table-responsive > .table-bordered {white-space: nowrap;}
.modal-title {font-size: 18px;}
.filter_col .closeBtn {display: block;}
.map_pic,.map_hotel_details {  width:100%;padding:0;}


}

/*SEO pages style--------- SHINTO---------- End*/
@media screen and (max-width: 500px){
.right_menu {
    min-width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    border: 0;
    border-top: 1px solid #e0e0e0;
}
.htl_thumb {width: 100%;}
.htl_dtls {
    width: 100%;
    padding: 10px 0px;
}
.coupon_wrap .fieldWrap .form-control { font-size: 14px;}

}
@media only screen and (max-width:375px){
.propertyNav a{font-size:12px;}
.propertyNav ul li {padding: 0px 5px;}
}

.recomBg{width:109px; height:105px; background:url(../images/recommbedBg.png) no-repeat top center; position:absolute; right:-6px; top:-5px;z-index:1;}
.recomBg p{ -ms-transform: rotate(20deg); /* IE 9 */ transform: rotate(45deg); margin: 30px 0 0 20px; text-transform:uppercase; color:#fff; font-weight:500; font-size: 12px; }
.hotel-gallery .flex-direction-nav a i:before{display:none;}
.map_view span{padding-left:5px;}
.minHeight{min-height:550px;}

.dynamSamePriceCheck input[type="radio"] {
    display: block;
    margin: 4px;
}
.dynamSamePriceCheck {position: relative;}

.nonStopcheck {
    position: relative;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    background-color: #0e9fa9;
    border-radius: 50%;
}
.hotelDetails .tab-content {
    padding: 10px 20px;
}
.hotelDetails ul#tabContent {
    padding: 20px;
}
.hotelDetails ul#tabContent li {
    padding-right: 50px;
}
/* .hot_result_cont img { */
    /* height: 180px; */
    /* width: 100%; */
/* } */

.trave_det .phone_num input[type=text]{
  -webkit-appearance: searchfield;   
}
.trave_det .phone_num input[type=text] {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    outline: none; 
    box-shadow: none !important;   
}
.hasDownArrow .form-control{
	padding-right:25px
}
.hasDownArrow::after {
    position: absolute;
    top: 50%;
    right:10px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top: 7px solid #9a9ea9;
    content: "";
    margin-top: -4px;
}
.trave_det .form-control{ -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}

.hasDownArrow { -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}
input#RegisterPhoneNumber {
    padding-left: 10px;
}

@media only screen and (max-width: 1199px) {
.mnL_multiCity{margin-left: 143px;}
}

@media only screen and (max-width: 991px) {
.mnL_multiCity{margin-left: 0px;}
}

@media only screen and (max-width: 767px) {
.mnL_multiCity{margin-left: 0px;}
.legPos{position: relative;right:0px;}
.boxLeft{width:100%;}
.boxRight{width:100%; margin-left: 0px;}
.pfrBoxL{width:100%;}
.nStopBox{width:100%;padding-left: 0px; padding-top: 10px; padding-bottom: 10px;}
.recomBg{ top:48px;}
}
/*Customer review pages style--------- SHINTO--------*/

.reviewBanner{border:6px solid #f79439;position:absolute;top:0;right:15px;z-index:2;border-right:none;border-top:none;}
.titleSection{background:#0e9fa9;padding:30px 0;color:#fff;position:relative;}
.reviewBannerCont{z-index:3;position:relative;}
.reviewBannerCont h2{font-size:20px;color:#fff;font-weight:400;margin-bottom:15px;}
.reviewBannerCont p{color:#485467;background:#fff;padding:20px;}
a.reviewSkip{background:#d52b47;color:#fff;font-size:14px;padding:10px 15px;font-weight:400;}
a.reviewSkip:hover{color:#fff;}
.reviewItems li{margin-right:15px;}
.reviewItems input[type="radio"]+label{padding-left:25px;position:relative;cursor:pointer;transition:all .3s;}
.reviewItems input[type="radio"]+label::before{top:0px;content:"";height:21px;width:21px;position:absolute;left:0;border:1px solid #a6a0a0;border-radius:0;margin-top:0;}
.reviewItems{padding:25px 0;}
.reviewItems input[type="radio"]:checked+label::before{background:url(../images/OTH_tick.svg) no-repeat center center #FF6600;content:"";height:21px;width:21px;position:absolute;top:0px;left:0;border:1px solid #FF6600;}
.reviewItems li img{margin-top:-5px;}
.oth_Button{background:#FF6600;color:#fff;border-radius:5px;font-weight:400;font-size:15px;border:0;padding:15px 22px;display:block;text-align:center;transition:all .5s;cursor:pointer;}
.fake-btn{flex-shrink:0;background-color:#FF6600;border-radius:5px;padding:8px 20px;margin-right:10px;font-size:12px;text-transform:uppercase;color:#fff;}
.reviewItems textarea.form-control{height:80px;}
.reviewItemsFooter{background:#2e37381a;padding:15px 20px;line-height:16px;}
.reviewItemsFooter span.c_code{display:inline-block;border:1px dashed #5f7275;padding:4px 6px;font-size:17px;font-weight:500;}
.box_det_con .title_sear .fli{padding-right:15px;}
.base_fare_wrp ul li.total_fare>span:first-child{width:40%;}
.box_det_con .title_sear .arro{padding:0 10px;}
.box_det_con .title_sear span{font-size:16px;font-weight:600;}
.reviewsummryRight{padding:20px 30px 0px !important;}
.customerReview .rev_avat, .customerReviewDetail .rev_avat{width:150px;height:120px;background:#dbdbdb;}
.customerReview .rev_avat img, .customerReviewDetail .rev_avat img{width:100%;height:100%;}
.customerReview .readmore{background:#f79439;color:#fff;padding:5px 10px;display:inline-block;margin-top:10px;float:right;border-radius:5px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;}
.customerReview .readmore:hover{background:#d52b47;color:#fff;}
.box_det_con.HtlSmryReview{
    padding-bottom: 10px !important;
}
.HtlSmryReview .ImgSec{
    width: 22%;
}
.HtlSmryReview .AddSec{
    width: 78%;
    padding-left: 10px;
}
.HtlSmryReview .AddSec h4{
    font-size: 17px;
    margin-bottom: 5px;
}
@media (max-width:1366px){.reviewBanner{width:50%;}
.reviewPageTitle{min-height:350px;position:relative;}
.reviewPageTitle{min-height:350px;position:relative;}
}
@media (max-width:767px){
	h4.modal-title{font-size:20px;}
	.reviewBanner{border:0;position:relative;top:0;right:0;z-index:2;border-right:none;border-top:none;width:100%;}
	a.reviewSkip{margin-top:10px;}
	.box_det_con .title_sear span{display:inline-block;}
}
@media (max-width:575px){
	.box_det_con .title_sear span{
		font-size: 14px;
	}
}
/*Customer review pages style--------- SHINTO-------- end*/

/*Save card style start here*/
.trave_det.paymentBox{
    margin-top: 25px;
}
.CardHeading{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}
.orDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #099;
    font-weight: bold;
}
.trave_det .owl-carousel .owl-stage-outer {
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}
label.card_box {
    width:100%;
    border:solid 1px #ccc !important;
    border-radius:10px;
    padding:20px;
    position:relative;
    box-shadow:1px 1px 10px rgba(0, 0, 0, .08);
    height: 130px;
}
.card_box:after {
    content:"";
    position:absolute;
    width:3px;
    height:46px;
    background:red;
    left:-1px;
    top: calc(50% - 23px);
}
.card_box h3{
    margin-bottom: 15px;
    font-size: 15px;
}
.card_box p{
    font-size: 17px;
    letter-spacing: 1px;
}
.card_box .CardImg{
    display: flex;
    justify-content: flex-end;
}
.card_box .CardImg img{
    height: 25px;
    width: auto;
}
.saveCard_carrousel .owl-nav {
    position:absolute;
    right:0px;
    bottom:100%;
    margin-bottom:0px;
}
.owl-nav span {
    display:none;
}
.saveCard_carrousel .owl-nav .owl-prev, .saveCard_carrousel .owl-nav .owl-prev:hover, .saveCard_carrousel .owl-nav .owl-prev:focus {
    width:25px;
    height:25px;
    background:url(../images/carouse_leftArrow.png) no-repeat 50% 50% !important;
    background-size: contain !important;
    cursor:pointer;
    margin-left:10px;
    outline:none;
    box-shadow:none;
}
.saveCard_carrousel .owl-nav .owl-prev.disabled{
    width:25px;
    height:25px;
    background:url(../images/carouse_rightArrow.png) no-repeat 50% 50% !important;
    background-size: contain !important;
    cursor:pointer;
    margin-left:10px;
    outline:none;
    box-shadow:none;
    transform: rotate(180deg);
}
.saveCard_carrousel .owl-nav .owl-next, .saveCard_carrousel .owl-nav .owl-next:hover, .saveCard_carrousel .owl-nav .owl-next:focus {
    width:25px;
    height:25px;
    background:url(../images/carouse_leftArrow.png) no-repeat 50% 50% !important;
    background-size: contain !important;
    cursor:pointer;
    margin-left:10px;
    outline:none;
    box-shadow:none;
    transform: rotate(180deg);
}
.saveCard_carrousel .owl-nav .owl-next.disabled{
    width:25px;
    height:25px;
    background:url(../images/carouse_rightArrow.png) no-repeat 50% 50% !important;
    background-size: contain !important;
    cursor:pointer;
    margin-left:10px;
    outline:none;
    box-shadow:none;
    transform: rotate(360deg);
}
.saveCard_carrousel.paymentOptions input[type="radio"]+label{
    padding-left: 20px;
}
.paymentBox .saveCard_carrousel input[type="checkbox"]+label::before, .paymentBox .saveCard_carrousel input[type="radio"]+label::before{
    top: inherit;
    bottom: 20px;
    left: 20px;
}
/*Save card style ends here*/

.ReiviewCarrou {
    width:150px;
}
.ReiviewCarrou .owl-dots {
    position:absolute;
    right:0;
    left: 0;
    top:98%;
    display: flex;
    justify-content: center;
    margin-right:10px;
}
.ReiviewCarrou .owl-dots .owl-dot {
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ccc;
    margin-right: 5px;
}
.ReiviewCarrou .owl-dots .active {
    background:#f79439;
}

/*Corp admin style start her*/
.CorpHmeChckBx label{
    position: relative;
    color: #fff;
    padding-left: 25px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
}
.CorpHmeChckBx input[type="checkbox"]{
    display: none;
}
.CorpHmeChckBx input[type="checkbox"]+label::before{
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 3px;
    border: 2px solid #aeb3bc;
}
.CorpHmeChckBx input[type="checkbox"]:checked+label::before{
    background: #f79439;
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 3px;
    border: 2px solid #f79439;
}
/*Corp admin style ends her*/

.modify_search_wrp .hmpackhead {
    color: #fff;
    padding-left: 5px;
    margin-top:2px;
    display: inline-block;
    position: absolute;
    font-size: 15px;
    margin-bottom: 10px;
}
.modify_search_wrp li.td-checkbox.ml-3.CorpHmeChckBx {
    padding-top: 15px;
}
.flightnoresult {
    margin-bottom:250px;
}
.hotel-thumb img{width: 100%; height:170px;border-radius:15px;}

.ReiviewCarrou img {
    height: 120px !important;
}
.HtlrewPd{ padding-bottom:20px !important; }
.ReiviewCarrou .owl-dots{top: 88%;}




