.DPcloseDatePicker{
    width: 24px;
    height: 24px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M312.1 375c9.369 9.369 9.369 24.57 0 33.94s-24.57 9.369-33.94 0L160 289.9l-119 119c-9.369 9.369-24.57 9.369-33.94 0s-9.369-24.57 0-33.94L126.1 256L7.027 136.1c-9.369-9.369-9.369-24.57 0-33.94s24.57-9.369 33.94 0L160 222.1l119-119c9.369-9.369 24.57-9.369 33.94 0s9.369 24.57 0 33.94L193.9 256L312.1 375z'/%3E%3C/svg%3E");
}
.DPnextMforward{
    width: 24px;
    height: 24px;
    display: flex;
    rotate: 180deg;
    float: right;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M148.7 411.3l-144-144C1.563 264.2 0 260.1 0 256s1.562-8.188 4.688-11.31l144-144c6.25-6.25 16.38-6.25 22.62 0s6.25 16.38 0 22.62L54.63 240H496C504.8 240 512 247.2 512 256s-7.156 16-16 16H54.63l116.7 116.7c6.25 6.25 6.25 16.38 0 22.62S154.9 417.6 148.7 411.3z'%3E%3C/path%3E%3C/svg%3E");
}
.DPnextMback{
    width: 24px;
    height: 24px;
    display: flex;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: flex-end;
    float: left;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M148.7 411.3l-144-144C1.563 264.2 0 260.1 0 256s1.562-8.188 4.688-11.31l144-144c6.25-6.25 16.38-6.25 22.62 0s6.25 16.38 0 22.62L54.63 240H496C504.8 240 512 247.2 512 256s-7.156 16-16 16H54.63l116.7 116.7c6.25 6.25 6.25 16.38 0 22.62S154.9 417.6 148.7 411.3z'%3E%3C/path%3E%3C/svg%3E");
}
.DPcalDatePicker{
    width: 24px;
    height: 24px;
    display: flex;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: flex-end;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M208 294.6L155.3 347.3C149.1 353.6 138.9 353.6 132.7 347.3C126.4 341.1 126.4 330.9 132.7 324.7L212.7 244.7C218.9 238.4 229.1 238.4 235.3 244.7L315.3 324.7C321.6 330.9 321.6 341.1 315.3 347.3C309.1 353.6 298.9 353.6 292.7 347.3L240 294.6V416C240 424.8 232.8 432 223.1 432C215.2 432 207.1 424.8 207.1 416L208 294.6zM128 64H320V16C320 7.164 327.2 0 336 0C344.8 0 352 7.164 352 16V64H384C419.3 64 448 92.65 448 128V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V128C0 92.65 28.65 64 64 64H96V16C96 7.164 103.2 0 112 0C120.8 0 128 7.164 128 16V64zM32 448C32 465.7 46.33 480 64 480H384C401.7 480 416 465.7 416 448V192H32V448zM32 128V160H416V128C416 110.3 401.7 96 384 96H64C46.33 96 32 110.3 32 128z'%3E%3C/path%3E%3C/svg%3E");
}
.returnDateDetails,
.departureDateDetails{
    padding-top: 8px;
    font-weight: 500;
}
.hotelsSearchSeg1,
.hotelsSearchSeg2,
.hotelsSearchSeg3,
.hotelsSearchSeg4,
.hotelsSearchSeg5 {
    /*display: inline-block;*/
    /*clear: both;*/
    /*vertical-align: top;*/
    position: relative;
}
.datePicker {
    position: absolute;
    z-index: 10;
    background-color: white;
    width: 700px;
    height: 470px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: rtl;
    border-radius: 16px;
    margin-top: 90px;
    margin-left: -4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
    .datePicker {
        position: fixed;
        right: 0px;
        margin-left: 0;
        bottom: -550px;
        border-radius: 8px;
        width: 90%;
        height: 530px;
        margin-top: 0px;
        z-index: 999999999;
    }
}

.DPtitle {
    display: block;
    text-align: right;
    font-weight: bold;
    padding: 5px;
    /*background-color: #f4f4f4;*/
    background-color: #00486c;
    color: white;
    padding: 20px 15px;
}

.DPtitleSubtitle {
    display: none;
}

@media (max-width: 992px) {
    .DPtitle {
        display: flex;
        padding: 10px;
        background-color: white;
        border-bottom: 1px solid #e1e1e1;
        height: 50px;
    }
    .DPtitleSubtitle {
        display: block;
        font-size: 0.8rem;
        padding-top: 4px;
        color: dimgrey;
    }
}

.DPbody {
    padding: 15px 5px 5px 5px;
    height: 385px;
}

.DPfooter {
    padding: 10px;
    text-align: left;
    position: relative;
}

.DPcontainerLeft,
.DPcontainerRight {
    display: inline-block;
    clear: both;
    padding: 5px;
    width: 50%;
}

.enDP .DPcontainerRight {
    border-left: 1px solid #d1d1d1;
}

.faDP .DPcontainerLeft {
    border-left: 1px solid #d1d1d1;
}

.DPdateType {
    position: absolute;
    left: 10px;
    background-color: #d52437;
    text-align: center;
    color: white;
    border-radius: 8px;
    padding: 8px;
    width: 100px;
    cursor: pointer;
    font-size: 14px;
    margin: 2px;
}

@media (max-width: 992px) {
    .DPdateType {
        border-radius: 4px !important;
        width: 100px !important;
        height: 40px !important;
        color: white !important;
        padding: 8px !important;
        font-weight: normal;
    }
}

.DPcontainerTitle {
    text-align: center;
    font-weight: bold;
}

@media (max-width: 992px) {
    .DPcontainerTitle {
        padding: 0px 0px 20px 0px;
    }
}

.DPcontainerTitle span {
    font-size: 12pt;
    color: black;
}

.DPnextM,
.DPprevM,
.DPnextButtonMobile {
    color: black;
    font-size: 20px;
    line-height: 20pt;
    width: 60px;
    height: 30px;
    margin-top: -10px;
    margin-right: -10px;
    padding-top: 10px;
    cursor: pointer;
    touch-action: none;
}

.DPnextM i,
.DPprevM i,
.DPnextButtonMobile i {
    font-size: 30px;
}

.DPnextButtonMobile {
    display: none;
}

@media (max-width: 992px) {
    .DPcontainerRight {
        display: none;
    }
    .DPcontainerLeft {
        width: 100%;
    }
    .faDP .DPcontainerLeft {
        border-left: 0px solid transparent;
    }
    .faDP .DPnextButtonMobile {
        display: block;
    }
    .enDP .DPnextButtonMobile {
        display: block;
    }
}

.DPnextArrowDisabled i{
    opacity: 0.3;
}

.enDP .DPnextM {
    float: right;
}

.enDP .DPprevM {
    float: left;
}

.faDP .DPnextM {
    float: left;
}

.faDP .DPprevM {
    float: right;
}

.DPeachDay {
    cursor: pointer;
}

.DPdaysTitle {
    width: 100%;
    direction: ltr;
    margin: 10px 0px;
}

.DPdaysBody {}

.DPdaysTitle div,
.DPdaysBody>div {
    display: inline-block;
    clear: both;
    width: 14.2%;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
}

.DPdaysTitle div {
    font-size: 15px;
    color: black;
}

@media (max-width: 992px) {
    .DPdaysTitle div {
        font-size: 15px;
    }
}

.DPdaysBody>div {
    color: #333333;
    height: 40px;
    width: 14.2857%;
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 7px;
}

.DPdaysBody>div div {
    height: 40px;
    width: 40px;
    padding-top: 3px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.DPdaysBody>div div span {
    /*font-size: 0.7rem;*/
    /*position: absolute;*/
    /*bottom: -2px;*/
    /*left: 12px;*/
    /*color: #6d6d6d;*/
}

.enDP .DPdaysBody>div div span {
    font-size: 0.6rem;
}

.DPeachDay.DPtoday div {
    border: 2px solid #2480d5;
    padding-top: 3px;
}

.DPeachDay.DPdisbaleDays {
    color: #afafaf;
}

.DPdaysBody .DPtoRange {
    background-color: #dce7f1 !important;
    color: black;
}

.DPdaysBody .DPtoSelector:hover {
    color: white;
}

.DPdaysBody .DPtoSelected {
    background-color: #ffe2cc !important;
    color: white;
}

.faDP .DPdaysBody .DPtoSelected div {
    background-color: #2480d5 !important;
}

.faDP .DPdaysBody .DPtoSelected {
    width: 40px;
    margin-left: calc(14.2% - 40px);
}

.enDP .DPdaysBody .DPtoSelected div {
    background-color: #ff690f !important;
}

.enDP .DPdaysBody .DPtoSelected {
    width: 40px;
    margin-right: calc(14.2% - 40px);
}

.DPdaysBody .DPtoSelectedRange {
    background-color: #ffe2cc !important;
    color: black;
}

.DPdaysBody .DPeachDay:not(.DPdisbaleDays):hover>div {
    background-color: #2480d5 !important;
    color: white;
    cursor: pointer;
}

.DPsince div {
    background-color: #2480d5;
    color: white;
}

.faDP .DPdaysBody {
    direction: rtl;
}

.faDP .DPsince.DPtoRange,
.enDP .DPtoSelected.DPtoRange {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #dce7f1 !important;
}

.faDP .DPtoSelected.DPtoRange,
.enDP .DPsince.DPtoRange {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #dce7f1 !important;
}

.enDP .DPdaysBody {
    direction: ltr;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.DPcloseDatePicker {
    display: none;
}

@media (max-width: 992px) {
    .DPcloseDatePicker {
        padding: 10px;
        cursor: pointer;
        left: 10px;
        top: 10px;
        position: absolute;
        display: block;
    }

    .DPtitleDateselectionSection span{
        color: #d52437;
    }
}

.DPtitleDateselectionSection {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.DPtitleDateselectionSectionReturn {
    color: #ff690f;
}

.quantContainer select {
    background-color: whitesmoke !important;
    width: 100% !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 0px;
}

.DPholiday {
    color: #d52437 !important;
}

.bestPrice span {
    color: #43a047 !important;
}

.hasBestPrice {
    color: #43a047 !important;
    padding: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    position: absolute;
    bottom: -35px;
    right: 10px;
}

/*****************?

 */



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.ui-datepicker-trigger{
    display: none;
}
.ui-widget-content {
    border: 0;
    background: #ffffff url('');
    color: #222;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-radius: 16px;
    font-family: 'iranyekan';
}
.ui-datepicker{
    padding: 0;
}
.ui-datepicker .ui-datepicker-header{
    background-color: rgba(201,222,232,0.7);
    border-radius: 0;
}
.ui-datepicker-group.ui-datepicker-group-first .ui-datepicker-header{
    border-radius: 0 16px 0 0;
}
.ui-datepicker-group.ui-datepicker-group-last .ui-datepicker-header{
    border-radius: 16px 0 0 0;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 36px;
    color: #222;
    font-size: 14px;
}
.ui-datepicker td .ui-state-default {
    color: #222;
}
.ui-datepicker th {
    color: #888;
}
.ui-datepicker td .ui-state-hover {
    color: #fff;
    background: #d52437;
    background-color: #d52437;
    border-color: transparent;
}
.ui-datepicker td .ui-state-active {
    color: #222333;
    background-color: #ebebeb;
    border-color: transparent;
    border-color: transparent;
}
.ui-datepicker td .ui-state-active {
    color: #fff;
    background-color: #d52437;
    border-color: transparent;
    border-color: transparent;
}
.ui-datepicker td .ui-state-highlight {
    color: #fff;
    background-color: #ad1f24;
    border-color: transparent;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 5px;
    left: auto;
    width: 34px;
    height: 20px;
    display: flex;
    height: 100%;
    padding: 0 5px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 5px;
    right: auto;
    width: 34px;
    height: 20px;
    display: flex;
    height: 100%;
    padding: 0 5px;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover{
    right: 5px;
    border-color:  transparent;
    background-color: transparent;
}
.ui-datepicker-rtl .ui-datepicker-next:hover{
    left: 5px;
    border-color:  transparent;
    background-color: transparent;
}
.ui-datepicker-rtl .ui-datepicker-prev i {
    width: 30px;
    display: flex;
    rotate: 180deg;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23888' d='M148.7 411.3l-144-144C1.563 264.2 0 260.1 0 256s1.562-8.188 4.688-11.31l144-144c6.25-6.25 16.38-6.25 22.62 0s6.25 16.38 0 22.62L54.63 240H496C504.8 240 512 247.2 512 256s-7.156 16-16 16H54.63l116.7 116.7c6.25 6.25 6.25 16.38 0 22.62S154.9 417.6 148.7 411.3z'/%3E%3C/svg%3E");
}
.ui-datepicker-rtl .ui-datepicker-next i {
    width: 30px;
    display: flex;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23888' d='M148.7 411.3l-144-144C1.563 264.2 0 260.1 0 256s1.562-8.188 4.688-11.31l144-144c6.25-6.25 16.38-6.25 22.62 0s6.25 16.38 0 22.62L54.63 240H496C504.8 240 512 247.2 512 256s-7.156 16-16 16H54.63l116.7 116.7c6.25 6.25 6.25 16.38 0 22.62S154.9 417.6 148.7 411.3z'/%3E%3C/svg%3E");
}
.returnDateDetails ,.departureDateDetails   {
    font-size: 12px;
}

.typeahead-result-section{
    background-color:#ebebeb;
    color:#484848;
    padding:13px 3px;
    font-size:15px;
    font-weight:700;
    border: 0 !important;
}
@media screen and (max-width: 992px) {
    .ui-datepicker-rtl{
        width: calc(100% - calc((100% - 690px ) / 2 ) - calc((100% - 690px ) / 2 ) - 40px) !important;
        right: calc((100% - 690px ) / 2 + 20px );
        left: calc((100% - 690px ) / 2 + 20px );
    }
}
@media screen and (max-width: 768px) {
    .ui-datepicker-rtl{
        width: calc(100% - calc((100% - 510px ) / 2 ) - calc((100% - 510px ) / 2 ) - 40px) !important;
        right: calc((100% - 510px ) / 2 + 20px );
        left: calc((100% - 510px ) / 2 + 20px );
    }
}
@media screen and (max-width: 576px) {
    .ui-datepicker-rtl{
        width: calc(100% - 70px)!important;
        right: 35px;
        left: 35px !important;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
    }
    .ui-datepicker .ui-datepicker-header{
        border-radius: 16px 16px 0 0;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100%;
    }
    .ui-datepicker-rtl .ui-datepicker-group{
        width: 100%;
    }
    .ui-datepicker-group.ui-datepicker-group-first .ui-datepicker-header{
        border-radius: 16px 16px 0 0;
    }
    .ui-datepicker-group.ui-datepicker-group-last .ui-datepicker-header{
        border-radius: 0;
    }
    .ui-datepicker-rtl .ui-datepicker-prev,
    .ui-datepicker-rtl .ui-datepicker-next{
        top: 0;
        position: absolute;
        height: 40px;
    }
}

.is-pass{
    position: absolute;
    width: 18px;
    border-width: 1px 0 0;
    border-style: solid;
    top: 25px;
    right: 46%;
    transform: rotate(135deg) translate(-50%,-50%);
}
