/* popupModify start */
body.resultpage .searchBoxMain .searchField, .selectDateDiv {
    display: flex;
    background: #fff;
    justify-content: space-between;
}

.modifypopup {
    background: rgb(217 217 217);
    border: 1px solid #000;
}

.searchBoxMain .headingTitle h3 {
    font-size: 26px;
    /* font-family: sans-serif; */
}

body.resultpage .top-bar {
    /* background: #e6c9a2; */
    height: 50px;
    display: flex;
    align-items: center;
    /* box-shadow: 0 2px 12px 0 rgba(43, 60, 85, .12); */
}

body.resultpage .searchBoxMain {
    margin: 25px 0 0 0;
    margin: 25px auto 10px;
    max-width: 1060px;
    position: relative;
}

p.closebtn {
    position: absolute;
    top: 0;
    right: 0;
}

body.resultpage .topRow {
    margin-bottom: 10px;
}

body.resultpage .switch-field label {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    padding: 5px;
    border-radius: 0;
}

body.resultpage .testimonials {
    padding: 10px 0 100px;
    position: relative;
    z-index: 1;
    margin: 40px 0;
}

.searchBoxMain .headingTitle {
    margin: 0 0 25px 0;
}
/* modifypopup end */


section.resultModify .modifyDiv {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

    section.resultModify .modifyDiv button.modifyBtn {
        margin: 0 35px;
        background: transparent;
        border: none;
    }

section.resultDivSection {
    background: rgb(229 229 229);
    padding: 20px 0;
    border-radius: 30px 30px 0 0;
}


    section.resultDivSection .imgGalleryBlock ul {
        display: flex;
        justify-content: space-evenly;
    }

        section.resultDivSection .imgGalleryBlock ul li {
            margin: 0 5px;
        }

    section.resultDivSection .leftDiv {
        padding: 15px 25px;
        background: #fff;
    }

    section.resultDivSection .resultDivMain {
        margin: 20px 0;
    }

.destinationdiv {
    display: flex;
   /* border: 1px solid rgb(219 220 221);*/
    background: #fff;
    padding: 30px 40px;
    align-items: center;
    border-bottom: none;
    flex-direction: column;
}

    .destinationdiv .destinationBind {
        width: 40%;
        position: relative;
        padding-left: 20px;
        border-left: 2px solid #000;
    }

.pricebinding {
    display: flex;
    /* width: 70%; */
    justify-content: flex-start;
    align-items: center;
    padding-left: 35px;
}

.destinationBind .fromDiv {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.destinationBind .fromDiv {
    font-weight: 700;
    color: #000;
    font-size: 35px;
    margin: 0;
    padding: 0;
}

    .destinationBind .fromDiv .desticode {
        border: 1px solid;
        padding: 0px 3px;
        margin-left: 10px;
        font-size: 12px;
        color: #000;
    }

.destinationdiv .destinationBind p {
    margin: 15px 0;
    font-weight: 300;
    font-size: 13px;
    color: #000;
}

.destinationdiv .destinationBind .fromDiv p {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
}

.destinationdiv .pricebinding .fareDiv {
    display: flex;
    margin: 10px 0 0 0;
    flex-direction: row;
}

.pricebinding .oldPrice p {
    margin: 0;
    font-size: 12px;
}

.pricebinding .fare {
    display: flex;
    margin: 0 10px;
}

    .pricebinding .fare h3 {
        font: 400 44px/61px Open Sans,sans-serif;
    }

    .pricebinding .fare .preAdult {
        display: flex;
        flex-direction: row;
    }

        .pricebinding .fare .preAdult p {
            margin: 0;
            line-height: 18px;
            font-weight: 200;
            font-size: 12px;
            color: #000;
            padding-top: 12px;
        }

.pricebinding .airlineRetailer p {
    display: flex;
    flex-direction: column;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}

.destinationdiv .pricebinding .faceMian > p {
    background: rgb(240 204 127);
    display: inline;
    color: #000000;
    padding: 5px;
    font-size: 12px;
}

.pricebinding .airlineRetailer {
    border-left: 1px solid #000;
    padding-left: 35px;
}

    .pricebinding .airlineRetailer p span {
        background: #000;
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        padding: 2px;
        text-align: center;
    }

.destinationdiv .destinationBind::before {
    content: "";
    background: #000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -5px;
    top: 0;
    border-radius: 50%;
}

.destinationdiv .destinationBind::after {
    content: "";
    background: #000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -5px;
    bottom: 0;
    border-radius: 50%;
}


.bg-gray {
    background: rgb(245 245 245);
}

    .bg-gray p {
        background: rgb(245 245 245);
        text-align: center;
        font: 700 12px / 18px Open Sans, sans-serif;
        padding: 10px 0;
        margin: 0;
        color: #000;
    }


ul.customerSatisf {
    display: flex;
    justify-content: space-around;
    color: #000;
    margin: 30px 0;
}

    ul.customerSatisf li {
        display: flex;
        align-items: center;
    }

        ul.customerSatisf li .count {
            font-size: 20px;
            font-weight: 400;
            margin-right: 10px;
        }

        ul.customerSatisf li p {
            margin: 0;
            font-size: 12px;
            line-height: normal;
        }


ul.customerSatisf {
    display: flex;
    justify-content: space-around;
    color: #000;
    margin: 40px 0;
}

    ul.customerSatisf li {
        display: flex;
        align-items: center;
    }

        ul.customerSatisf li .count {
            font-size: 20px;
            font-weight: 400;
            margin-right: 10px;
        }

        ul.customerSatisf li p {
            margin: 0;
            font-size: 12px;
            line-height: normal;
        }

ul.airlinesFare {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #e3e3e3;
    align-items: center;
}

    ul.airlinesFare li {
        padding: 0 10px;
        /* background: #f3f3f3; */
        width: 30%;
    }

        ul.airlinesFare li .airlineDIv img {
            width: 46px;
            max-width: 50%;
            padding: 5px 10px;
        }

        ul.airlinesFare li .airlineDIv .selctClstrip {
            font-size: 12px;
        }

        ul.airlinesFare li .airlineFare {
            display: flex;
            justify-content: space-between;
            color: #000;
            font-size: 18px;
            font-weight: 600;
            margin: 10px 0;
        }

            ul.airlinesFare li .airlineFare p {
                margin: 0;
            }

span.border-endDIv {
    height: 110px;
    width: 1px;
    background: #dddddd;
    margin: 0 auto;
}



/* Right panel */
.rightDiv {
    padding: 15px 15px;
    background: #fff;
}

.inputgroup {
    display: flex;
    justify-content: space-around;
}

.formField input {
    margin-top: 0;
    height: 44px;
    padding: 0 10px;
    background-image: linear-gradient(180deg, #fff, #fcfcfc);
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border: 1px solid #dadee0;
    border-radius: 0;
}

.formField label {
    position: absolute;
    top: -10px;
    left: 5px;
    background: #fff;
    font-size: 12px;
    padding: 0 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
}

.inputgroup.dnew {
    display: block;
}

.formField.fullwidth {
    width: 100%;
}

.formField {
    position: relative;
    width: calc(50% - 6px);
    margin-top: 15px;
}

.formField_1 input {
    margin-top: 0;
    height: 44px;
    padding: 0 10px;
    background-image: linear-gradient(180deg, #fff, #fcfcfc);
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border: 1px solid #dadee0;
    border-radius: 0;
}

.formField_1 label {
    position: absolute;
    top: -10px;
    left: 5px;
    background: #fff;
    font-size: 12px;
    padding: 0 5px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
}

.formField_1 {
    position: relative;
    position: relative;
    width: calc(50% - 6px);
    margin-top: 15px;
}

.formactionBtn button {
    border-color: #d94231;
    background-color: #d94231;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.formactionBtn {
    margin: 25px 0;
}

p.privacyForm {
    font-size: 12px;
    line-height: 16px;
    font-size: 11px;
}

    p.privacyForm a {
        text-decoration: underline;
        color: #000;
    }

.rightDiv .getDiscount p {
    font-size: 12px;
    margin: 0;
}

.rightDiv .getDiscount .formnum {
    display: flex;
    align-items: center;
}

    .rightDiv .getDiscount .formnum span {
        background: #0a7c28;
        color: #fff;
        font-size: 12px;
        padding: 2px;
        margin-left: 5px;
    }

    .rightDiv .getDiscount .formnum h3 {
        font: 700 28px/40px Open Sans,sans-serif;
        color: #000000;
        margin: 0;
    }

.getDiscount {
    background: rgb(230 244 240);
    padding: 5px 20px;
    color: #000;
    border-left: 5px solid #0a7c28;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
}

.tabContainer ul {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
}

    .tabContainer ul li {
        padding: 0 25px 0 0;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
    }

.tabContainer {
    margin: 25px 0 5px;
}


.destinationdiv.popup {
    display: flex;
    align-items: center;
    border-width: 1px 1px 1px;
    border-style: solid solid none;
    border-color: rgb(219, 220, 221) rgb(219, 220, 221) rgb(219, 220, 221);
    border-image: initial;
    background: rgb(255, 255, 255);
    padding: 30px 40px;
    border-bottom: none;
    flex-direction: unset;
}
/* usp slider */
section.uspSlider {
    background: #f6f6f7;
    padding: 80px 0;
}

    section.uspSlider .swiper-slide {
        background: transparent;
    }

    section.uspSlider .swiper.uspSwiper {
        overflow: hidden;
    }

        section.uspSlider .swiper.uspSwiper .testimonials-content p {
            font-size: 12px;
            text-align: left;
            color: #000;
            margin-right: 40px;
        }

        section.uspSlider .swiper.uspSwiper .testimonials-content h5 {
            text-align: left;
            font-family: Open Sans, sans-serif;
            font-size: 1rem;
            margin-top: 0;
            margin-bottom: 23px;
            font-weight: 600;
        }

.uspSlider .testimonials-content {
    display: flex;
}

    .uspSlider .testimonials-content .upsImg {
        margin-right: 40px;
    }

        .uspSlider .testimonials-content .upsImg img {
            width: 200px;
        }

.popupAirlines .container {
    background: #ecebf1;
}

    .popupAirlines .container .leftDiv {
        margin: 45px 25px;
    }

        .popupAirlines .container .leftDiv .destinationdiv {
            padding: 70px 30px;
        }

        .popupAirlines .container .leftDiv .bg-gray p {
            background: rgb(245 245 245);
        }

.popupAirlines .rightDiv {
    padding: 30px;
    position: relative;
    margin-left: 30px;
}

.popupAirlines .leftDiv {
    margin-left: 30px;
}

.popupAirlines .col-md-4 {
    padding: 0;
}

.oldPrice span {
    text-decoration: line-through;
}

.crossBtn {
    position: absolute;
    top: 0;
    right: 0;
}

.upsContent {
    text-align: center;
}

.header_edit.d-block.d-md-none {
    width: 100%;
    position: relative;
}

.contact-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -8px;
    right: 0;
    width: 73%;
}

    .contact-right .icon {
        /* background: #198754; */
        margin-left: 15px;
    }

    .contact-right .t p {
        font: 700 normal 12px / 18px Open Sans, sans-serif;
        text-align: right;
        color: #000;
        margin: 0;
    }

img.supportIcon {
    width: 41px;
}

.contact-right .icon a {
    color: #390c0c;
    display: block;
    padding: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.justclick {
    display: flex;
}

.contact-right .icon a .cta_header {
    margin-right: 10px;
}

.iconPh {
    display: inline-block;
    width: 25px;
    height: 25px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.wave {
    animation: waveIn 1.2s infinite ease-out;
    transform-origin: 50% 50%;
}

.wave-sm {
    animation-delay: .3s;
}

.wave-md {
    animation-delay: .45s;
}

.wave-lg {
    animation-delay: .6s;
}

@keyframes waveIn {
    from {
        opacity: 0;
        transform: scale(.3) translate(-20px,10px);
    }

    50% {
        transform: translate(0,0);
        opacity: 1;
    }
}

/* footer menu */
.phoneFooter .tab-content > .tab-pane {
    display: block;
    /* float: left; */
    /* width: 51%; */
}

.phoneFooter .nav-tabs li {
    width: 28%;
    border-bottom: none;
}

.phoneFooter .nav-tabs {
    border: none;
    margin: 10px 0;
    justify-content: flex-start;
}

.phoneFooter .tab-content > .tab-pane ul li a {
    font-size: 14px;
    color: #000;
}

.phoneFooter .tab-content {
    display: flex;
    justify-content: space-between;
}
/* footer menu end */



@media screen and (min-width: 768px) {
    .findAirlinesDiv {
        padding: 0 0 20px 0;
        display: none;
    }

    .phoneFooter .tab-content {
        display: flex;
        justify-content: space-between;
    }
}



.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99;
    opacity: 1;
    overflow: hidden;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #ecebf1;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    */ -ms-transform: translate(0, 0);
    transform: translate(-50%, -50%);
    position: relative;
    z-index: 999;
    top: 50%;
    position: absolute;
    left: 50%;
    /* background: #ecebf1; */
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.crossBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.custom-model-inner {
    width: 100%;
    max-width: 1320px;
}

.pop-up-content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modifyDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

    .modifyDiv button.modifyBtn {
        margin-left: 35px;
        border: 0;
        background: transparent;
        font-size: 19px;
        font-weight: 600;
    }

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.getQuotesCTA button {
    display: none
}

body.resultpage header#header_main {
    display: none;
}

.modifydata.ng-binding {
    text-align: center;
    line-height: 0.5;
    padding: 10px 0;
}

.modifydata p.ng-binding {
    font-weight: 300;
    color: #000;
    font-size: 14px;
}
.citycoded {
    font-weight: 800;
}

.timerArea {
    text-align: center;
    font-weight: 800;
    color: #000;
    font-size: 20px;
    padding: 10px 0;
}

span#timer {
    color: #d94231;
    font-size: 14px;
    margin-top: 5px;
}

.headertop {
    width: 100%;
}
.iti {
  
    width: 100%;
}
.phonerk{z-index:1}
.smalltext {
    position: absolute;
    right: 3px;
    bottom: -20px;
    color: #148700
}
.airlineDIv h4 {
    font-size: 14px;
    line-height: revert-layer;
}
.airlineDIv p {
    font-size: 13px;
    line-height: normal;
}
.iconhead {
    display: flex;
}
/* media query  */
@media only screen and (max-width: 767px) {
    ul.airlinesFare li .airlineDIv img {
        width: 46px;
        max-width: 50%;
        padding: 5px 10px;
    }
    .airlineDIv h4 {
        font-size: 14px;
        line-height: revert-layer;
    }
    body.resultpage .rightDiv {
        display: none
    }
    .smalltext {
        position: absolute;
        right: 0px;
        bottom: -20px;
        color: #148700;
    }
    .contact-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        top: -16px;
        right: 0;
        width: 73%;
    }

    .header_edit {
        position: sticky;
        top: 0;
        padding: 10px 16px;
    }

    .iconPh {
        display: inline-block;
        width: 21px;
        height: 15px;
        stroke-width: 0;
        stroke: currentColor;
        fill: currentColor;
    }

    .left-arrow {
        display: flex;
        padding: 0 5px;
    }

    span.ml-2\.5.text-2xs.font-bold.leading-none {
        line-height: 1;
        padding-left: 10px;
    }

    span.dsk {
        font-size: 12px;
    }

    .destinationdiv {
        padding: 10px;
        flex-direction: column;
       /* border: 1px solid rgb(219 220 221);*/
        align-items: flex-start;
        margin-top: 19px;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

        .destinationdiv .destinationBind {
            width: 100%;
            /* border-bottom: 1px solid rgb(219 220 221); */
        }

    .pricebinding {
        padding-left: 0;
        /* width: 70%; */
        /*  padding-top: 10px;
        margin-top: 15px;
        border-top: 1px solid rgb(219 220 221);*/
        justify-content: space-between;
    }

        .pricebinding .fare h3 {
            font: 700 33px / 61px Open Sans, sans-serif;
            color: #d94231;
        }

        .pricebinding .airlineRetailer {
            border-left: 1px solid #000;
            padding-left: 13px;
        }

    section.resultDivSection .leftDiv {
        padding: 15px 10px;
    }

    .destinationdiv .destinationBind p {
        margin: 10px 0;
        font-size: 12px;
    }

    .destinationdiv .destinationBind .fromDiv p {
        margin: 0;
        font-weight: 700;
        font-size: 20px;
    }

    ul.customerSatisf li {
        flex-direction: column;
        align-items: flex-start;
        border-right: 1px solid rgb(223 223 223);
        padding: 0 15px;
    }

        ul.customerSatisf li:last-child {
            border: none;
        }

        ul.customerSatisf li p {
            font-size: 10px;
        }

    ul.airlinesFare {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        border: none;
        align-items: center;
        flex-direction: column;
    }

        ul.airlinesFare li {
            padding: 10px;
            /* background: #f3f3f3; */
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

    span.border-endDIv {
        height: 1px;
        width: 100%;
        background: #dddddd;
        margin: 0 auto;
    }

    body.resultpage .searchBoxMain .searchField, .selectDateDiv {
        display: flex;
        background: transparent;
        justify-content: space-between;
        flex-direction: column;
    }

    .searchBoxMain .searchField .searcgBox {
        width: 100%;
    }

    .searchBoxMain .searchField .selectDateDiv {
        display: flex;
        width: 100%;
        background: #fff;
        flex-direction: row;
    }

    .searchField .findTicket {
        display: flex;
        width: 100%;
        background: #f0cc7f;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        padding: 10px;
        margin-top: 15px;
    }

    .searchBoxMain .searchField .searcgBox {
        display: flex;
        width: 100%;
        background: #fff;
        margin-bottom: 15px;
    }

    .searchBoxMain .headingTitle h3 {
        font-size: 20px;
        /* font-family: sans-serif; */
    }



    .topTittle {
        margin: 15px 0 25px 0;
        font-size: 22px;
    }

    body.resultpage .testimonials {
        padding: 10px 0 20px;
    }

    .testimonials .testimonials-content {
        text-align: center;
    }

    section.uspSlider {
        padding: 40px 0;
    }

    .uspSlider .testimonials-content {
        flex-direction: column;
    }

        .uspSlider .testimonials-content .upsImg {
            margin-right: 0;
        }

            .uspSlider .testimonials-content .upsImg img {
                width: auto;
            }

    .upsContent {
        text-align: center;
    }

    section.uspSlider .swiper.uspSwiper .testimonials-content p {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: block !important;
    }

    .swiper-button-next, .swiper-button-prev, .swiper-pagination {
        display: block !important;
    }

    body.resultpage .top-bar {
        display: flex;
        padding: 0;
        box-shadow: none;
    }

    section.resultDivSection {
        background: rgb(229 229 229);
        padding: 20px 0;
        border-radius: 30px 30px 0 0;
    }

    section.footerSec {
        padding: 30px 0 50px 0;
    }

    .phoneFooter .tab-content > .tab-pane {
        display: none;
    }

        .phoneFooter .tab-content > .tab-pane.active {
            display: block;
            width: 100%;
            text-align: center;
        }

    .phoneFooter .nav-tabs li {
        width: 28%;
        border-bottom: none;
        background: #efefef;
        margin: 0 5px;
        color: #141212;
        text-align: center;
        font-size: 14px;
        border-radius: 5px;
    }

    .quickLinksFooter ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .copyRight {
        text-align: center;
        font-size: 12px;
        color: #000;
    }

    .getDiscount {
        background: rgb(230 244 240);
        padding: 5px 10px;
    }

    .rightDiv .getDiscount .formnum h3 {
        font: 700 18px / 40px Open Sans, sans-serif;
        color: #000000;
        margin: 0;
    }

    .getQuotesCTA button {
        border-color: #d94231;
        background-color: #d94231;
        color: #fff;
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
        text-transform: uppercase;
        font-family: Open Sans, sans-serif;
        font-weight: 700;
        cursor: pointer;
        border: none;
        margin-top: 25px;
        display: block;
    }

    .model-open .custom-model-inner {
        -webkit-transform: translate(0, 0);
        transform: 0;
        position: relative;
        z-index: 999;
        top: 0;
        position: absolute;
        left: 0;
        /* background: #ecebf1; */
    }

    .modifyDiv .modifydata {
        white-space: pre-line;
        overflow: hidden;
        display: inline-block;
        width: 230px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        color: #000;
        font-size: 14px;
    }

    .modifyDiv button.modifyBtn {
        margin-left: 35px;
        border: 0;
        background: transparent;
        font-size: 15px;
        font-weight: 600;
    }

    body.resultpage header#header_main {
        display: none;
    }

    .modifySearchBox {
        display: none;
    }

    .destination_title h2 {
        font-size: 19px !important;
    }

    .timerArea.tetround {
        border: 2px solid #b7b7b7;
        font-size: 13px;
        border-radius: 50%;
        padding: 5px;
        /* width: 30%; */
        display: flex;
        line-height: 17px;
    }

    .inner__timer {
        height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80px;
    }

        .inner__timer p {
            padding: 0;
            margin: 0;
            font-size: 12px;
            white-space: break-spaces;
        }

    .destinationdiv .pricebinding .faceMian > p {
        background: rgb(240 204 127);
        display: none;
        color: #000000;
        padding: 5px;
        font-size: 12px;
    }

    .pricebinding .fare .preAdult span {
        margin: 0;
        position: relative;
        bottom: -24px;
        left: 3px;
        color: #dc3545;
    }

    .pricebinding .fare {
        padding: 0;
        margin: 0;
    }

    .destinationdiv .pricebinding .fareDiv {
        display: flex;
        margin: 10px 0 0 0;
        flex-direction: column;
    }

    .oldPrice {
        background: rgb(217 66 49 / 22%);
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 120px;
        color: #000;
    }
}
