body {
    padding-top: 70px;
}

header.notShowHeader {
    height: 0;
    padding-top: 0;
}

header.notShowHeader .moduleContent {
    height: 0;
    padding: 0;
    margin: 0;
    display: none;
}

.topHeader {
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
}

.resultsPageContent {
    margin: 0 auto;
}

.noMargin {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 1300px) {
    .resultsPageContent {
        width: 84%;
    }
}

@media (max-width: 1299px) {
    .resultsPageContent {
        width: 86%;
    }
}

@media (max-width: 1199px) {
    .resultsPageContent {
        width: 86%;
    }
}

@media (max-width: 992px) {
    .resultsPageContent {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .resultsPageContent {
        width: 96%;
    }
}

/* header{height: 240px;transition: all ease-in-out 0.3s;} */
.textContent ol {
    margin-right: 20px;
    list-style: decimal;
}

.textContent ol li {
    list-style: decimal;
}

/* .moduleContent {
  display: none;
  position: relative;
} */
.moduleSearchBox {
    transform: unset;
    position: sticky;
    margin-top: 32px;
}

/* .moduleContentBox {
  position: absolute;
  width: 100%;
  top: 142px;
  margin-top: 0;
} */
header h2, h1 {
    text-align: center;
    color: #fff;
    font-family: 'IRANSansWebBold';
    font-size: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

.singleContentBox {
    height: auto;
    border-radius: 5px;
    margin-top: 40px;
}

.resultsPageContent {
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
}

main {
    margin-bottom: 40px;
    display: block;
}

.singleBoxContents {
    min-height: 200px;
}

.breadcrumb {
    background: unset;
    display: inline-flex;
    padding: 13px 26px;
    margin-top: 18px;
}

.breadcrumb li {
    font-size: 14px;
    font-family: 'IRANSansWebMedium';
    font-weight: 100;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\f053';
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    top: 2px;
}

.breadcrumb-item i {
    position: relative;
    top: 1px;
    margin-left: 3px;
}

.sideBar {
    margin-bottom: 15px;
}

.sideBar .custom-control {
    margin-right: 19px;
}

.sideBar .custom-control-label {
    margin-right: 2px;
}

.sContent {
    padding: 20px;
}

.sContent h1, .sContent h2, .sContent h3, .sContent h4, .sContent h5, .sContent h6 {
    font-family: 'IranYekanWebBold';
}

.contentTable {
    width: 90%;
    border: 1px solid #CCC;
    margin-bottom: 20px;
    margin-right: 5%;
    font-family: 'IranYekanWebBold';
}

.contentTable thead tr th {
    background: #4B4B4B;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}

.contentTable tr td {
    border: 1px solid #CCC;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    vertical-align: middle;
    position: relative;
}

.contentTable tr td i {
    margin: 0 auto;
}

.sContent p {
    font-size: 13px;
    line-height: 26px;
    color: #5a6268;
}

.singlePageContent {
    padding: 20px 0;
    width: 100%;
}

.flightAirlinesSlider {
    padding: 10px;
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    display: inline-block;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    position: relative;
    z-index: 0;
}

.flightAirlinesSlider:hover {
    box-shadow: 2px 2px 6px 0 #e1e0e0;
}

.flightSliderParent {
    float: left;
    width: 66.2%;
    direction: ltr;
}

.aSCPrice {
    direction: ltr;
}

.sliderRowsDetails {
    float: left;
    width: 33.8%;
}

.sliderRowsDetailsDives {
    width: 33%;
    float: left;
}

.sliderRowsDetailsDives span {
    width: 100%;
    display: inline-block;
}

.sliderRowsDetailsDives .airlineSliderHeader {
    width: 100%;
    height: 80px;
    background: #f9f9f9;
    text-align: center;
    line-height: 65px;
    font-size: 14px;
}

.sliderRowsDetailsDives:nth-child(2) .airlineSliderHeader {
    background: #e5e5e5;
}

.sliderRowsDetailsDives:nth-child(3) .airlineSliderHeader {
    background: #e5e5e5;
}

.sliderRowsDetails .sliderRowsDetailsDives span {
    background: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.sliderRowsDetails .sliderRowsDetailsDives span:last-child {
    border-bottom: unset;
}

.sliderRowsDetailsDives:nth-child(2) span {
    background: #e5e5e5;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.sliderRowsDetailsDives:nth-child(3) span {
    background: #e5e5e5;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-left: 1px solid rgba(0, 0, 0, 0.04);
}

.flightSliderParent .item {
    background: #f1f1f1;
}

.flightSliderParent .item li {
    font-size: 13px;
    text-align: center;
    direction: ltr;
    padding: 10.3px 0;
}

.airlineDetail {
    height: 80px;
    text-align: center;
    font-size: 13px;
    padding: 0;
    background: #fff;
}

.airlineDetail img {
    max-width: 30% !important;
    display: table;
    margin: -2px auto 5px;
    width: auto !important;
}

.airlineStopsPrice:nth-child(even) {
    background: #f9f9f9;
}

.flightSliderParent .owl-nav {
    position: absolute;
    width: 100%;
    top: 54%;
    margin-top: 0;
}

.flightSliderParent .owl-prev, .flightSliderParent .owl-next {
    position: absolute;
    outline: unset !important;
    background: rgba(0, 0, 0, 0.7) !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
    color: #fff !important;
    font-size: 20px;
    opacity: 1 !important;
}

.flightSliderParent .owl-prev {
    left: -15px;
}

.flightSliderParent .owl-next {
    right: -13px;
}

.airlineName {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}

.searchDetailsBox {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    background: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
}

.searchDetailsBox:hover {
    box-shadow: 2px 2px 6px 0 #e1e0e0;
}

.sideBar {
    padding-bottom: 10px;
}

.sideBar h3 {
    background: #eee;
    font-family: 'IRANSansWebMedium';
    color: #003581;
    font-size: 14px;
    text-align: center;
    padding: 9px 0;
    margin-bottom: 10px;
}

.sideBar ul {
    padding: 0 10px;
}

.sideBar ul li {
    line-height: 24px;
    font-size: 14px;
    color: #003581;
}

.searchAgainBtn {
    text-align: center;
}

.searchAgainBtn button {
    color: #fff;
    font-family: 'IRANSansWebMedium';
    background: #fba51a;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #fba51a;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.searchAgainBtn button i {
    margin-left: 10px;
    vertical-align: middle;
}

.searchAgainBtn button.cancellationSearch {
    background: #bd3838;
    border: 1px solid #bd3838;
}

.searchDetailUl i {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 3px;
}

.weekDaysPriceSlider, .sortListBox, .result {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}

.resultBoxRow {
    margin-right: 0;
    margin-left: 0;
}

.weekDaysPriceSlider {
    padding: 10px;
    background: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.weekDaysPriceSlider:hover {
    box-shadow: 2px 2px 6px 0 #e1e0e0;
}

.weekDaysPriceSlider .item {
    background: #eee;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #fba51a;
}

.weekDaysPriceSlider .item li {
    font-size: 12px;
}

.weekDaysPriceSlider .item li:first-child {
    padding: 7px 0;
    color: #003581;
    font-size: 14px;
}

.weekDaysPriceSlider .item li:last-child {
    padding-bottom: 7px;
    padding-top: 3px;
    direction: ltr;
}

.weekDaysPriceSlider .item.active {
    background: #18ced2;
}

.weekDaysPriceSlider .item.active li {
    color: #fff;
}

.sortListBox, .resultsContents {
    background: #fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.sortListBox .btn {
    font-size: 13px;
    padding: 7px 20px;
}

.sortListBox .btn i {
    position: relative;
    top: 2px;
    font-size: 16px;
}

.sortListBox .btn:first-child i {
    margin-left: 5px;
}

.sortListBox .btn:last-child i {
    margin-right: 5px;
}

.sortButtons {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

.sortButtons .btn {
    margin-left: 5px;
}

.resultsContents {
    padding: 0;
}

.result {
    padding: 10px 0 25px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.resultInner {
    border-left: 1px solid #eee;
    text-align: center;
    position: relative;
    height: 100px;
}

.resultInner.forCity {
    border-radius: 0 !important;
    height: 60px;
    position: relative;
}

.resultInner.forCity .trip {
    display: inline-block;
}

.resultInner.forCity .trip:first-child {
    float: right;
}

.resultInner.forCity .trip:last-child {
    float: left;
}

.resultInner.forCity .trip:last-child span {
    text-align: left;
}

.resultInner.forOtherInfo {
    height: 40px;
}

.resultInner.bl-0 {
    border-left: 0;
}

.resultInner:first-child {
    border-left: 0;
}

.resultInner .resultInnerBox {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 100%;
}

.resultInner:last-child {
    border-left: unset;
}

.resultInner .airlineLogo {
    width: 45px;
    display: table;
    margin: 0 auto;
}

.resultInner .flightNumber {
    font-size: 13px;
    text-align: center;
    margin-top: 6px;
    display: block;
}

.resultInner .type {
    position: absolute;
    top: 0px;
    right: -64px;
    color: #fff;
    font-size: 12px;
    width: 100%;
    padding: 7px 0;
    transform: rotate(45deg);
}

.resultInner .charter {
    background: #fba51a;
}

.resultInner .system {
    background: #16c1c4;
}

.resultInner .price {
    font-size: 22px;
    font-family: 'IRANSansWebMedium';
    color: #17a2b8;
    margin: 25px 0 10px;
    display: inline-block;
}

.resultInner .price span {
    font-size: 12px;
    color: #7e7e7e;
}

.resultInner .btn {
    font-size: 13px;
    padding: 5px 0;
}

.availability {
    background: #18ced2;
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: -43px;
    top: -7px;
    width: 100px;
    padding: 13px 0 2px;
    transform: rotate(-40deg);
    text-align: center;
}

.availability span {
    transform: rotate(40deg);
    display: block;
    position: relative;
    top: 1px;
    left: -2px;
}

.resultInner .details {
    font-size: 12px;
    line-height: 22px;
}

.resultInner .details span, .resultInner .timeDetails span {
    display: block;
    text-align: right;
}

.hasFlightBg {
    overflow: hidden;
}

.resultInner .flightBg {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: white;
    width: 100%;
    opacity: .03;
}

.resultInner .timeDetails {
    font-size: 13px;
    line-height: 26px;
    position: relative;
}

.resultInner .timeDetails i {
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.resultInner .timeDetails .fa-clock {
    color: #26d1d5;
}

.resultInner .timeDetails .fa-calendar-alt {
    color: #fba51a;
}

.resultInner .timeDetails .city {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    text-align: right;
    color: #048484;
}

.resultInner .timeDetails .flightLine {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 16px;
    border-bottom: 2px dashed #26d1d5;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari */
    transform: translate(-50%, -50%);
}

.resultInner .timeDetails .flightLine div {
    position: relative;
}

.resultInner .timeDetails .flightLine div:before, .resultInner .timeDetails .flightLine div:after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    color: #26d1d5;
    ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
    top: -6px;
    background: #fff;
    padding: 0;
    font-size: 18px;
}

.resultInner .timeDetails .flightLine div:before {
    content: '\f5b0';
    right: 0;
    /* padding-right: 10px; */
}

.resultInner .timeDetails .flightLine div:after {
    content: '\f5af';
    left: 0;
    /* padding-left: 10px; */
}

.resultsRow {
    margin-bottom: 15px;
    background: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
}

.resultsRow {
}

.resultsRow a.showDet {
    z-index: 1;
    position: absolute;
    bottom: 7px;
    right: 8px;
    cursor: pointer;
    font-size: 11px;
    color: #00b3d3 !important;
    font-weight: 700;
}

.resultsRow a.showDet[aria-expanded="true"] i::before {
    content: "\f077";
}

.resultsRow a.showDet[aria-expanded="false"] span:after {
    content: "نمایش اطلاعات بیشتر";
}

.resultsRow a.showDet[aria-expanded="true"] span:after {
    content: "عدم نمایش اطلاعات بیشتر";
}

.resultsRow:hover {
    box-shadow: 2px 2px 6px 0 #e1e0e0;
}

.isLeg {
    min-height: 100px;
}

.has3Legs .hasLeg {
    position: relative;
    top: 58%;
    transform: translateY(50%);
    z-index: 1;
}

.has2Legs .hasLeg {
    position: relative;
    top: 4%;
    transform: translateY(50%);
    z-index: 1;
}

.resultRulesCollapse {
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding: 0 10px;
    background: #f9fafe
}

.resultRulesCollapse h3 {
    font-size: 14px;
    font-family: 'IRANSansWebMedium';
    text-align: right;
    margin-top: 10px;
    color: #FF0000;
}

.resultRulesCollapse ul {
    margin-top: 10px;
}

.resultRulesCollapse ul li {
    list-style: circle inside;
    font-size: 13px;
    line-height: 26px;
    list-style: none;
}

.result .nav-pills li {
    list-style: none;
}

.result .nav-pills li a {
    font-size: 13px;
    padding: 4px 25px;
    color: #16c1c4;
}

.result .nav-pills li a.active {
    background: #16c1c4;
}

/* hotels result */
.filtersBox {
    padding-right: 0;
}

.resultsBox {
    padding-left: 0;
}

.resultsBox .tourResDes {
    width: 48%;
}

.resultsBox .tourResDesFa {
    text-align: right;
    padding-right: 5px;
}

.resultsBox .resultBox {
    height: auto;
    margin-bottom: 15px;
    width: 100%;
}

.resultsBox .resultTitle {
    font-size: 18px;
}

.resultsBox .stayingTime {
    font-size: 14px;
    display: inline;
}

.resultsBox .tourOptions {
    bottom: 5px;
    width: 100%;
    font-size: 13px;
    position: unset;
}

.hR {
    margin-bottom: 5px;
}

.resultsBox .hotelStarsAndCity {
    margin-bottom: 5px;
}

.resultsBox .hotelStarsAndCity .cityName {
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    color: #68687a;
}

.resultsBox .tourButtons {
    position: relative;
    bottom: -1px;
}

.collapsesBox {
    width: 98%;
    margin: 0 1%;
}

.collapsesBox .card {
    margin: 3px 0 7px;
}

.card .nav-pills .nav-link {
    font-size: 14px;
    color: #d82222;
}

.card .nav-pills .nav-link.active {
    background: #d82222;
    color: #fff !important;
    position: relative;
}

.card .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    border: 10px solid #d82222;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    right: 50%;
    transform: translateX(50%);
    bottom: -15px;
}

.tabsContentContainer {
    float: right;
    width: 98%;
    margin: 1%;
    padding: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.customCollapseBtn {
    padding: 0 8px;
    margin: 10px 0px 4px;
}

.btns {
    margin-top: 4px;
}

.colBtn {
    padding: 0 4px;
}

.collapsesBox .collapsed {
    opacity: 0.7;
}

.hotelResultDetailsBox {
    width: 100%;
    height: 35px;
}

.hRDeBox {
    padding: 0;
}

.collapse .hotelResultDetailsBox {
    font-size: 14px;
    text-align: center;
}

.hotelResultDetailsBox div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hotelResultDetailsBox div span {
    display: block;
    line-height: 20px;
}

.hotel-room-last-price {
    font-size: 13px;
    text-decoration: line-through;
    opacity: 0.8;
}

.hotel-room-discount-price {
    color: #28a745;
}

.hotel-description {
    font-size: 14px;
}

.hotel-description li ul {
    width: 100%;
    line-height: 25px;
    color: #808080;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}

.hotel-description li:last-child ul {
    border-bottom: 0;
}

.hotel-description li ul li:nth-child(odd) {
    float: right;
    width: 25%;
    text-align: right;
}

.hotel-description li ul li:nth-child(even) {
    float: right;
    width: 75%;
}

.lightGalleryImgCont {
    padding: 0 5px;
}

.lightgallery a img {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    border: 3px solid #dfdfdf;
}

.hotelOptions {
    float: right;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding-left: 20px;
}

.hotelOptions li:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    margin-top: 4px;
    background: url('../img/sprite.png');
    background-position: -157px -1px;
}

.tourButtons .btn-warning, .btn-success {
    opacity: 1;
}

/* hotels result */
/* tour */
.tourBg {
    background: url('../img/bg-tour.jpg');
}

.tourPic {
    float: left;
    margin: 7px;
    width: 177px;
    height: 177px;
    margin-bottom: 6px;
}

.priceAndBuy {
    float: right;
    width: 200px;
    margin: 7px;
    position: relative;
    height: 100%;
    background-image: linear-gradient(gainsboro 33%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 15px;
    background-repeat: repeat-y;
    padding: 15px;
}

.tourButtons {
    position: absolute;
    bottom: 13px;
    width: 100%;
}

.newPrice {
    color: #3c4a4c;
    text-align: center;
    font-size: 21px;
    font-family: 'IRANSansWebMedium';
    padding: 28px 0;
}

.oldPrice {
    text-decoration: line-through;
    color: #838383;
    font-size: 20px;
    font-family: 'IRANSansWebMedium';
    text-align: center;
}

.tourResDes {
    width: 705px;
    text-align: left;
    direction: ltr;
    position: relative;
    height: 100%;
}

.resultTitle {
    color: #686868;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tourDescription {
    color: #818181;
    font-size: 15px;
    line-height: 23px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.domesticHotelParent .tourDescription {
    font-size: 13px;
}

.stayingTime {
    color: #2d2d2d;
    margin-top: 10px;
}

.tourOptions {
    position: absolute;
    bottom: 12px;
}

.tourOptions ul li {
    display: inline-block;
    margin-right: 15px;
    color: #7f7f7f;
}

.tourOptions ul li i {
    position: relative;
    top: 5px;
}

.typeActive {
    background: #b6202f;
}

.bestSaleLabel {
    position: absolute;
    border: 15px solid #d71a21;
    border-left-color: transparent;
    width: 88px;
    height: 0px;
    color: #fff;
    line-height: 0px;
    font-size: 14px;
    transform: rotate(-90deg);
    left: -22px;
    top: 29px;
}

.bestSaleLabel span {
    position: relative;
    top: -2px;
}

.custom-control, .custom-control label {
    cursor: pointer;
}

/* tour */
/* filters */
.filters {
    background: #fff;
    margin-bottom: 4px;
    border: 1px solid #d2cdcd;
}

.filtersTitle {
    font-family: 'IRANSansWebMedium';
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    display: block;
    width: 94%;
    margin: 0 2% 10px;
    color: #969696;
}

.filterContainer {
    float: right;
    width: 94%;
    margin: 0 3%;
    padding-bottom: 10px;
}

.filterContainer ul li ul {
    font-size: 13px;
}

.filterContainer ul li ul li {
    width: 50%;
    line-height: 24px;
    text-align: center;
}

.filterContainer ul li ul li:nth-child(odd) {
    float: right;
    width: 40%;
}

.filterContainer ul li ul li:nth-child(even) {
    float: left;
    width: 60%;
    color: #d82222;
}

.filterContainer .form-group label {
    font-size: 14px;
    margin-bottom: .8rem;
    color: #7d7d7d;
}

.filter-group {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.filter-group .form-group {
    margin-bottom: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: #ebaf4e;
}

.filter-group .ui-widget.ui-widget-content {
    z-index: 0;
    height: 6px;
    border: 0px;
    border-radius: 0;
    /* background: #eaeaea !important; */
    margin-left: 0;
    position: relative;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    float: right;
    margin-right: 6%;
    width: 94% !important;
}

.filter-group .ui-widget-content .ui-state-default {
    border: 1px solid #18ced2 !important;
    border-radius: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
    top: -5px;
    position: absolute;
}

.filter-group .priceSlider .priceSliderMax, .filter-group .priceSlider .priceSliderMin {
    font-size: 13px;
    margin-bottom: 12px;
    color: #7d7d7d;
}

.filter-group .priceSlider .priceSliderMax {
    float: right;
}

.filter-group .priceSlider .priceSliderMin {
    float: left;
}

.filter-group .ui-widget-header {
    background: #18ced2;
    border-radius: 5px 0 0 5px;
    height: 4px;
    position: absolute;
}

.filter-group:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.filterContainer .form-group .form-group label {
    margin-bottom: 15px;
    font-size: 13px;
}

.filterContainer .form-group .form-group .custom-control:last-child label {
    margin-bottom: 0px;
}

.filterContainer .filter-group:last-child {
    padding-bottom: 0px;
}

.resBox {
    padding-bottom: 5px;
    padding-top: 8px;
}

/* filters */
/* checkbox */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 19px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #18ced2;
}

input:focus + .slider {
    box-shadow: 0 0 1px #18ced2;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.res {
    margin-top: 4px;
}

.radio {
    margin: 0.5rem;
    margin-top: 1px;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
    content: '';
    margin-left: 6px;
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #003581;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #003581;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.radio-label {
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

/* checkbox */
.textContent {
    background: #fff;
    padding: 20px;
    border: #e1e1e1 solid 1px;
    border-radius: 0.25rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.textContent, .textContent p, .textContent span, .textContent font {
    font-size: 13px !important;
    line-height: 26px !important;
    color: #5a6268 !important;
    text-align: justify !important;
    font-family: 'IranYekanWebBold';
}

.textContent h4 {
    color: #8f3f08;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.textContent h5 {
    color: rgb(255, 102, 0);
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
}

.textContent p img, .textContent img {
    height: 400px;
    padding: 5px;
    border: #cccccc solid 1px;
    margin: 20px auto;
    display: block;
    max-width: 100%;
}

.textContent ul {
    margin-right: 10px;
    list-style: circle;
}

.textContent ul li {
    list-style: circle;
    margin-right: 10px;
}

.card .card-body#continueBox {
    padding: 0 1.25rem;
}

.card .card-body#continueBox .btn {
    font-size: 13px;
}

.sortListBox {
    margin-bottom: 20px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
}

.sortListBox:hover {
    box-shadow: 2px 2px 6px 0 #e1e0e0;
}

.filterText span {
    font-size: 13px;
    margin-bottom: 12px;
    color: #7d7d7d;
}

.hotelStarsAndCity .bp-s {
    position: relative;
    top: -6px;
    margin: 5px 0;
}

.domesticHotelParent .priceAndBuy {
    float: left;
    background-position: right;
}

.domesticHotelParent .hotelStarsAndCity .bp-s, .domesticHotelParent .cityName, .domesticHotelParent .tourDescription {
    float: right;
}

.domesticHotelParent .tourDescription, .domesticHotelParent .cityName {
    width: 100%;
    text-align: justify;
    direction: rtl;
}

.table-bordered td, .table-bordered th {
    text-align: center;
}

.table .thead-dark th {
    background: #294b6d;
    border-color: #294b6d;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.showMoreHotelRooms {
    display: none;
}

.spinnerBox {
    display: table;
    margin: 0 auto;
}

.spinnerBoxChild {
    float: right;
    width: 34px;
    font-size: 13px;
}

.countInput {
    text-align: center;
    padding-top: 3px;
}

.spinnerBox .btn {
    background: #fba51a;
    color: #fff;
}

.flight-table {
    background: #fff;
    border: 1px solid #c1c1c1;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 140px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    position: relative;
}

.flight-table:hover {
    box-shadow: 2px 2px 6px 0 #e1e0e0;
}

.resultDivOutData .flight-table.firstRowPrice {
    padding: 30px 0 32px 7px;
    /* background: #17a2b8; */
    border: 0;
    margin-bottom: 40px;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.9);
    border: 1px solid #17a2b8;
}

/* .resultDivOutData .flight-table.firstRowPrice:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
} */
.resultDivOutData .flight-table.firstRowPrice span.bestPrc {
    position: absolute;
    top: 0;
    line-height: 30px;
    font-size: 13px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    /* IE 9 */
    -webkit-transform: translate(-50%, 0);
    /* Safari */
    transform: translate(-50%, 0);
    color: #fff;
    padding: 0 40px;
    height: 30px;
    letter-spacing: 0.5px;
    word-spacing: 0px;
    font-weight: 700;
    font-size: 15px;
    background: #32adc0;
    border-radius: 0 0 2rem 2rem;
    z-index: 1;
}

.resultDivOutData .flight-table.firstRowPrice .resultInner {
    background: #fff;
}

.resultDivOutData .flight-table.firstRowPrice .resultInner:first-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
}

.resultDivOutData .flight-table.firstRowPrice .resultInner.priceBox {
    padding-left: 5px;
    border-left: unset;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #c6c6c6;
}

/* .resultDivOutData .flight-table.firstRowPrice a.showDet {
  background: #fba51a;
  color: #fff !important;
  font-weight: 100;
  line-height: 25px;
  padding: 0 15px;
  right: 45px;
} */
/* .resultDivOutData .flight-table.firstRowPrice .resultInner .type {
  top: 11px;
  right: -52px;
  background: #17a2b8;
} */
.resultDivOutData .flight-table.firstRowPrice .resultInner .timeDetails .fa-clock {
    color: #fba51a;
}

.resultDivOutData .flight-table.firstRowPrice .resultInner .btn {
    background: #fba51a;
}

.resultDivOutData .flight-table.firstRowPrice .resultInner .timeDetails .city {
    color: #fba51a;
}

.resultDivOutData .flight-table.firstRowPrice .resultInner .price {
    color: #fba51a;
}

.resultDivOutData .flight-table.firstRowPrice .type {
    width: 80px;
    position: absolute;
    right: 29px;
    top: 26px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #50b9c9;
    color: #fff;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 700;
}

.ticketAccept {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ticketAccept .price {
    font-size: 22px;
    font-family: 'IRANSansWebMedium';
    color: #17a2b8;
    margin: 25px 0 10px;
    display: inline-block;
}

.ticketAccept .price span {
    font-size: 12px;
    color: #7e7e7e;
}

.resultDivOutData .flight-table.firstRowPrice .ticketAccept .price {
    color: #fba51a;
}

.ticketDetail {
}

.ticketDetail img {
    width: auto;
    height: auto;
    margin: 7px auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
}

.ticketDetail .airline_logo {
    font-size: 12px;
    text-align: center;
}

.ticketDetail .ticketPlace {
    font-size: 12px;
    background: #eee;
    border-radius: 0.25rem;
    padding: 3px;
    width: 100%;
    display: block;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    line-height: 12px;
}

.ticketDetail .ticketPlace .ticketPlaceOf {
}

.ticketDetail .ticketPlace .ticketPlaceTo {
}

.ticketDetail .ticketLongTime {
    text-align: center;
    display: block;
    font-size: 12px;
    color: var(--gray);
    line-height: 25px;
}

.ticketDetail ul.stop-line {
    height: 2px;
    background-color: #4c93a5;
    margin: 6px 30px 8px;
    padding: 0;
    position: relative;
    border-radius: .375rem;
    display: block;
    text-align: center;
    line-height: 0;
}

.ticketDetail .stop-dot {
    background-image: none;
    background-color: #ff5452;
    border-radius: 1.125rem;
    box-shadow: 0 0 0 2px #fff;
    width: 6px;
    height: 6px;
    line-height: 0;
    top: -2px;
    position: relative;
    display: inline-block;
    margin: 0 4%;
    zoom: 1;
}

.ticketDetail .ticketStopsText {
    font-size: 10px;
}

.stopNu {
    color: var(--color4);
    font-weight: 700;
}

.ticketDetail .ticketStopsText ul li {
    text-align: center;
}

.ticketDetail .stopPlace {
    margin-right: 6px;
    font-weight: 700;
}

.ticketDetail .ticketStops ul:before {
    content: "\f072";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 12px;
    color: #167091;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ticketDetail .ticketStops ul:after {
    content: "\f072";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 12px;
    color: #167091;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ticketDetail .stopNu {
    color: var(--color4);
    font-weight: 700;
}

.ticketDetail .user-infos {
    text-align: center;
}

.ticketMoreDetailsHead h4 {
    background: var(--info);
    color: var(--white);
    border-radius: 0.25rem;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
}

.ticketMoreDetailsPlace {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.ticketMoreDetailsPlace span {
}

.flightInt .flightDescRow {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.flightInt .flightDescRow .cityName {
    width: 30%;
}

.flightInt .flightDescRow .cityName span {
}

.flightInt .flightDescRow .td-time {
    width: 10%;
    margin: 0;
}

.flightInt .flightDescRow .startFly {
}

.flightInt .flightDescRow .startFly span {
}

.flightInt .flightDescRow .td-stop {
    width: 20%;
    margin: 0;
}

.flightInt .flightDescRow .td-stop .text-fa {
}

.flightInt .flightDescRow .endFly {
}

.flightInt .flightDescRow .endFly span {
}

.bkpers {
    margin: 10px 0 20px;
    border: 1px solid #e3e3e3;
}

.bkpers table {
    width: 100%;
    height: auto;
}

.bkpers table thead {
    width: 100%;
    height: auto;
    background-color: #fbf9f3;
    border-bottom: 1px solid #dcdbd5;
    border-radius: 3px 3px 0 0;
}

.bkpers table thead tr th:first-child {
    width: 30%;
    border-left: none;
}

.bkpers table thead tr th {
    height: 30px;
    width: 20%;
    text-align: center;
    font-size: 13px;
    font-weight: 100;
    border-left: 1px dashed #e3e3e3;
}

.bkpers table thead tr th:last-child {
    border-left: 0
}

.bkpers table tbody {
    width: 100%;
    height: auto;
    border-radius: 0 0 3px 3px;
    background-color: #fbf9f3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.bkpers table tr {
    width: 100%;
    height: auto;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e6e5e0;
}

.bkpers table tbody tr td:first-child {
    text-align: right;
    padding: 0 10px;
    border-right: none;
}

.bkpers table tbody tr td {
    width: 25%;
    font-size: 13px;
    border-right: 1px solid #e6e5e0;
    text-align: center;
    vertical-align: middle;
}

.bkpresul {
}

.bkpresul li.zarfiat {
    height: 102.5px;
    background-color: #fbf9f3;
    border: 1px solid #e8e7e1;
    border-radius: 3px;
}

.bkpresul li:first-child {
    margin: 0 0 10px;
}

.bkpresul li small {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #dcdbd5;
    display: block;
    font-weight: 700;
}

.bkpresul li span {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    display: block;
}

.bkpresul li.resprice {
    height: 90px;
    background-color: #fbf9f3;
    border: 1px solid #e8e7e1;
    border-radius: 3px;
}

.bkpresul li.zarfiat {
    height: 90px;
    background-color: #fbf9f3;
    border: 1px solid #e8e7e1;
    border-radius: 3px;
}

.bkpresul li {
    list-style: none !important;
}

.bkpchoose {
    margin: 0;
    padding: 0;
    text-align: center;
}

.bkpchoose li:first-child {
    height: 100px;
    margin: 0 0 10px;
}

.bkpchoose li {
    list-style: none !important;
}

.bkpchoose .select-flight {
    font-size: 11px;
    margin-bottom: 10px;
    background: #027284;
    color: #fff !important;
}

.bkpchoose .law-modal {
    font-size: 11px;
    margin-bottom: 10px;
    border: 0;
    -webkit-appearance: none;
    background: #4f9b55;
    color: #fff !important;
}

.flightDetTabs {
}

.flightDetTabs ul.nav {
}

.flightDetTabs ul.nav li {
    width: calc(100% / 5);
    line-height: 28px;
    position: relative;
    text-align: center;
    list-style: none;
}

.flightDetTabs ul.nav li a {
    position: relative;
    padding: 6px 0;
    color: #7e7e7e;
}

.flightDetTabs ul.nav a.active {
    background: none;
    border: 0;
    box-shadow: inset 0 -2px 0 0 #16c1c4;
    color: #16c1c4;
    font-weight: 700;
}

.flightDetTabs ul.nav a.active::before {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    border-top: 5px solid #16c1c4;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin: 0 auto;
}

.flightDetTabs .tab-content {
}

.flightDetTabs .tab-content .tab-pane {
    background: #f4f4f4;
    cursor: default;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    padding: 15px;
}

.flightDetTabs .tab-content .tab-pane.active {
}

.flightDetTabs .tab-content .tab-pane .tripDiv {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px dashed #bebebe;
    padding-bottom: 10px;
}

.flightDetTabs .tab-content .tab-pane .tripDiv:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.flightDetTabs .tab-content .tab-pane .trip h4 {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.flightDetTabs .tab-content .tab-pane .trip i {
    color: #16c1c4;
    font-size: 12px;
    margin: 0 20px;
}

.flightDetTabs .tab-content .tab-pane .trip span {
    font-size: 12px;
    color: #7e7e7e;
    margin-right: 20px;
}

.flightDetTabs .tab-content .tab-pane .plane {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.flightDetTabs .tab-content .tab-pane .plane img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 10px;
    float: right;
}

.flightDetTabs .tab-content .tab-pane .plane span {
    font-size: 13px;
    margin-left: 20px;
    line-height: 30px;
    float: right;
}

.flightDetTabs .tab-content .tab-pane .time {
}

.flightDetTabs .tab-content .tab-pane .time ul.timeDet {
    width: 70%;
    float: right;
}

.flightDetTabs .tab-content .tab-pane .time ul.timeDet li {
    width: 50%;
    float: right;
}

.flightDetTabs .tab-content .tab-pane .time ul.timeDet li i {
    color: #fba51a;
}

.flightDetTabs .tab-content .tab-pane .time ul.timeDet li span {
    font-size: 18px;
    font-weight: 700;
    color: #16c1c4;
}

.flightDetTabs .tab-content .tab-pane .time ul.timeDet li span.city {
    display: block;
    line-height: 30px;
    font-size: 16px;
    font-weight: unset;
    color: #9a9a9a;
}

.flightDetTabs .tab-content .tab-pane .time ul.timeDet li span.airport {
    font-size: 12px;
    font-weight: unset;
    color: #9a9a9a;
}

.flightDetTabs .tab-content .tab-pane .time ul.planeDet {
    width: 30%;
    float: right;
}

.flightDetTabs .tab-content .tab-pane .time ul.planeDet li {
    font-size: 13px;
    line-height: 22px;
}

.flightDetTabs .tab-content .tab-pane .time ul.planeDet li b {
    color: #17a2b8;
}

.flightDetPrice {
}

.flightDetPrice h5 {
    text-align: center;
    font-size: 15px;
    color: #363636;
    box-shadow: inset 0 -2px 0 0 #16c1c4;
    position: relative;
    line-height: 30px;
}

.flightDetPrice h5::before {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    border-top: 5px solid #16c1c4;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin: 0 auto;
}

.flightDetPrice h6 {
    text-align: center;
    font-size: 13px;
    color: #939393;
    line-height: 35px;
}

.flightDetPrice ul {
    font-size: 13px;
    font-weight: 700;
    color: #726e6e;
}

.flightDetPrice ul li {
    display: inline-block;
    float: right;
    width: 50%;
    line-height: 40px;
    border-bottom: 1px dashed #c4c4c4;
}

.flightDetPrice ul li:nth-child(even) {
    text-align: left;
}

.flightDetPrice ul li:nth-child(n+5) {
    border-bottom: 0;
}

.sub_sel {
    background: #fafafa;
    padding: 8px 10px;
    margin: 5px;
}

.airlineItem {
    cursor: pointer;
}

.showWeekDaysPrice {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    padding: 0;
    color: #fff;
    background: #808080;
    line-height: 35px;
}

.showWeekDaysPrice[aria-expanded="true"] {
    margin-bottom: 0 !important;
}

.showWeekDaysPrice:hover {
    color: #fff;
}

.showWeekDaysPrice i {
    font-size: 18px;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
}

.progress-bar-wrapper {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 6px 0 7px;
    position: relative;
    z-index: 0;
}

ul.progress-bar {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    background: #fff;
    border-radius: 0.25rem;
    display: inline;
}

li.section {
    display: inline-block;
    padding-top: 37px;
    font-size: 12px;
    line-height: 16px;
    color: gray;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.section:before {
    content: 'x';
    position: absolute;
    top: 2px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: white;
    border: 2px solid white;
    border-radius: 17px;
    line-height: 30px;
    background: gray;
}

.status-bar {
    height: 2px;
    background: gray;
    position: relative;
    top: 20px;
    margin: 0 auto;
}

.current-status {
    height: 2px;
    width: 0;
    border-radius: 1px;
    background: mediumseagreen;
}

@keyframes changeBackground {
    from {
        background: gray
    }
    to {
        background: mediumseagreen
    }
}

li.section.visited:before {
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
}

li.section.visited.current:before {
    box-shadow: 0 0 0 2px mediumseagreen;
}

#hotelRemoveFilters {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    display: none;
}

#hotelSubmitFilters {
    background: #28a745 !important;
    border-color: #28a745 !important;
    display: none;
}

.filterButtonsBox {
    width: 92%;
    margin-right: 4%;
}

.filterButtonsBox button {
    font-size: 12px !important;
}

.filterButtonsBox button:hover {
    color: #fff !important;
}

#nameFilter {
    font-size: 14px;
}

.topFiltersBox {
    background: #fff;
    width: 100%;
    padding: 20px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: center;
}

.topFiltersBox .btn {
    font-size: 13px;
    border-color: #0c3d82;
}

.topFiltersBox .btn-primary {
    background: #0c3d82;
}

.topFiltersBox .btn-outline-primary {
    border-color: #0c3d82;
    color: #0c3d82;
}

.topFiltersBox .btn:hover, .topFiltersBox .btn:focus {
    background: #092a5a;
    border-color: #092a5a;
    color: #fff;
}

.topFiltersBox i {
    position: relative;
    top: 1px;
    padding-left: 7px;
}

/* #flightSearchForm {
  margin-top: 30px;
} */
/* #flightModule>.col-md-3.pr-1 {
  position: absolute;
} */
.offerBox {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    margin-bottom: 15px;
}

.offerBox:last-child {
    margin-bottom: 0;
}

.offerBox a {
}

.offerBox a img {
    width: 100%;
}

/* responsive ========================== */
@media (max-width: 1199px) {
    .resultInner .type {
        right: -43px;
    }

    .resultInner .timeDetails .flightLine {
        width: 140px;
    }
}

@media (max-width: 991px) {
    .airlineDetail img {
        max-width: 21% !important;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
}

.paper-progress-bar, .loading-paper-progress-bar {
    width: 100%;
    height: 3px;
}

.paper-progress-bar:before, .loading-paper-progress-bar:before {
    -webkit-animation: progress1 17s linear forwards;
    animation: progress1 17s linear forwards;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    margin-top: 8px;
    opacity: 1 !important
}

.loading-paper-progress-bar:before {
    background: #3bd5e6 !important;
}

@-webkit-keyframes progress1 {
    0% {
        -webkit-transform: scalex(0);
        transform: scalex(0);
        opacity: 1;
    }
    90% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
    92% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
}

@keyframes progress1 {
    0% {
        -webkit-transform: scalex(0);
        transform: scalex(0);
        opacity: 1;
    }
    90% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
    92% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scalex(1);
        transform: scalex(1);
        opacity: 1;
    }
}

#searchingProccessBox {
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fba51a;
    color: #fff;
}

#beforeCreateSliderLoading {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 49px;
}

.searchDetailsBox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.filterLayer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.printTicket {
    background-color: #ed2939;
}
