﻿.lbl {
    border-color: black;
    border-color: gray;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    width: 100%;
    background-color: #f3eded;
    text-align:center;
}

.lbldata {
    border-color: black;
    border-color: gray;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    width: 100%;
    text-align:center;
}

.ticket-title {
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 5px;
    color: black;
}

.ticket-info {
    padding-top: 5px;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
    color: #555;
}

.TextAlignRight {
    text-align: right;
}

.TextAlignJustify {
    text-align: justify;
}

.TextAlignCenter {
    text-align: center !important;
}

.FloatRight {
    float: right !important;
}

.MarginB10 {
    margin-bottom: 10px;
}

.MarginB20 {
    margin-bottom: 20px;
}

.MarginTop10 {
    margin-top: 10px;
}

.MarginTop50 {
    margin-top: 50px;
}

.MarginB0 {
    margin-bottom: 0px;
}

.Padding25 {
    padding: 25px;
}

.Padding5 {
    padding: 5px;
}

.Padding10 {
    padding: 10px;
}

.Padding15 {
    padding: 15px;
}

.PaddingTop40 {
    padding-top: 40px !important;
}

.PaddingRL3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.AddRow {
    float: right !important;
    text-align: right;
    margin-bottom: 10px;
}

.ReportRow {
    direction: rtl;
    border: 0.25px solid #ddd;
    float: right !important;
}

.ReportRowPic {
    direction: rtl;
    border: 0.25px solid #ddd;
    float: right !important;
    height: 180px;
}

.ReportRowPicAlt {
    direction: rtl;
    border: 0.25px solid #ddd;
    float: right !important;
}

.ReportRowPic2 {
    direction: rtl;
    border: 0.25px solid #ddd;
    float: right !important;
    height: 250px;
}

.ReportRowPic3 {
    direction: rtl;
    border: 0.25px solid #ddd;
    float: right !important;
    height: 300px;
}

.LineHeight40 {
    line-height: 40px;
}

.LineHeight50 {
    line-height: 50px;
}

.LineHeight200 {
    line-height: 200px;
}

.LineHeight20 {
    line-height: 20px;
}


.LineHeight100 {
    line-height: 100px;
}

.LineHeight300 {
    line-height: 300px;
}

.Height100 {
    height: 102px;
}

.RTL {
    direction: rtl;
}

.LTR {
    direction: ltr;
}

.ImgStyle {
    height: 90%;
    width: 90%;
    position: absolute;
}


input[type=date] {
    height: 40px;
}

input[type=number] {
    width: 100%;
    background-color: white;
}

input {
    font-weight: 600;
}

div {
    font-weight: 600;
}

.PaddingRL10 {
    padding: 0px 10px 0px 10px;
}

.PaddingB10 {
    padding-bottom: 10px;
}

.BGWhite {
    background-color: white;
}

/*.IconColor {
    color: #ffc107;
}*/

.ColorBlack {
    color: black;
}

.ColorWhite {
    color: white;
}

.BorderWhite {
    border: white !important;
}

.BorderBottomBlack {
    border-bottom: 1px solid black;
}

.Width100 {
    width: 100%;
}

.Height40 {
    height: 40px !important;
}

.Height30 {
    height: 30px !important;
}

.Height50 {
    height: 50px !important;
}

.Absolute {
    position: absolute;
}

.Top {
    top: 7px;
}

.Top15 {
    top: 15px;
}

.Left {
    margin-left: 15px;
}

/*.Hover:hover {
    background-color: #efeded;
}*/

.FontSize15 {
    font-size: 15px !important;
}

.FontSize12 {
    font-size: 12px !important;
}


.FormBackgroung {
    background-repeat: repeat;
    background-image: url(../img/Static/Logo/pattern5.png);
}


.field-validation-error {
    width: 90%;
    font-size: 8pt;
    display: block;
    position: relative;
    top: -40px;
    height: 0px;
}

    .field-validation-error span {
        border-radius: 4px;
        padding: 5px 5px 5px 5px;
        background-color: #FFE6BF;
        position: relative;
        border: 2px solid red;
    }

        .field-validation-error span:after {
            content: ' ';
            height: 0;
            position: absolute;
            width: 0;
            border: 10px solid transparent;
            border-top-color: #FFE6BF;
            top: 100%;
            left: 10px;
        }

        .field-validation-error span:before {
            content: ' ';
            height: 0;
            position: absolute;
            width: 0;
            border: 13px solid transparent;
            border-top-color: red;
            top: 100%;
            left: 7px;
        }

.BtnDownload {
    position: relative;
    bottom: 5px;
}

.BoxHeading {
    color: white;
    direction: rtl;
    padding-right: 20px;
    text-align: center;
}

.BoxIcon {
    left: 75%;
    top: 35%;
    position: absolute;
    font-size: 50px;
}



.FlightBoxHover:hover {
    box-shadow: -4px -4px 2px #ddd;
}

.MySkew::before {
    content: '';
    position: absolute;
    z-index: 2;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-16deg);
    -moz-transform: skew(-16deg);
    -ms-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    transform: skew(-16deg);
    border-right: 1px solid #e8ecf0;
}

.BoxShadowNone {
    box-shadow: none !important;
}

.BorderNone {
    border: none !important;
}

.TestHover:hover {
    opacity: 0.9;
    height: 190px;
    width: 100%;
}

.TestHover {
    opacity: 0;
    transition: all 1s ease;
    height: 190px;
    width: 100%;
    left: 0px;
    border: 1px solid #ffc107;
}

td {
    color: #555 !important;
}

#popup a {
    position: relative;
}

    #popup a span {
        display: none;
    }

    #popup a:hover span {
        display: block;
        position: absolute;
        top: -10px;
        left: 0px;
        width: 400px;
        height: 400px;
        margin: 0px;
        padding: 10px;
        color: #335500;
        font-weight: normal;
        background: #e5e5e5;
        text-align: left;
        border: 1px solid #666;
    }

.modal-header, .close {
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.modal-footer {
    background-color: #f9f9f9;
}

.Font-Tahoma {
    font-family: Tahoma !important;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.MultiLineCell {
    line-height: 20px;
    text-align: justify;
}

.Pic {
    width: 100%;
    height: 400px !important;
}

.field-validation-error span {
    font-size: 10px !important;
    width: 300px !important;
}


.FormControlIconLeft {
    position: absolute;
    left: 10%;
    top: 17px;
}

.FormControlIconRight {
    position: absolute;
    right: 10%;
    top: 17px;
}

.MyFormControl {
    width: 100%;
    /*height: 30px !important;*/
    /*border: none !important;*/
    /*-moz-box-shadow: none;*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    font-family: inherit;
}

.MyBadge {
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 30px;
    padding-top: 8px;
    color: white;
    /*background-color: #ffc107;*/
    border-radius: 4px !important;
}

.BtnHeading {
    border-radius: 20px;
    padding-top: 0px !important;
    color: #424d58 !important;
    background-color: #ffc107;
    border-color: #ffc107;
}


.Plan {
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    margin-bottom: 35px;
    margin-right: 0;
    padding: 20px;
    position: relative;
}

.PricingHead {
    background-color: #eee;
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    font-weight: normal;
    margin: -20px -20px 50px -20px;
    padding: 20px;
}

.PricingSpan {
    background: #FFF;
    border: 5px solid #FFF;
    border-radius: 100px;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    color: #0088cc;
    display: block;
    font: bold 25px / 100px Georgia, Serif;
    height: 100px;
    margin: 20px auto -65px;
    width: 100px;
}

.PricingUl {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.PricingLi {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.CurrentStep {
    background-color: #ed6464;
}

.LastStep {
    background-color: #0fb912;
}

.NextStep {
    background-color: #ebe1ec;
}

.BoxShadow {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.ImgOverlay:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.InsertPanel {
    background: #0088cc;
}

.EditPanel {
    background: #51e2b4;
}

.EditButton {
    background: #51e2b4 !important;
    color: black !important;
    font-weight: 600 !important;
    border: none !important;
}




.pt-3 {
    padding-top: 15px;
}

.pb-3 {
    padding-bottom: 0px;
    padding-left: 117px;
}

.p-5 {
    padding: 8px;
}

.number-airplan {
    white-space: nowrap;
}

.rtl {
    direction: rtl;
}

.list-pay li {
    list-style: none;
    margin-top: 3px;
    font-size: 12px;
    color: black;
    border-bottom: 1px solid #d0d0d0;
}

.test {
    border-radius: 8px;
}




.itourbox-A {
    border-radius: 10px;
    margin: 0px;
    margin-bottom: 20px;
}

.bg-gray {
}

.cws_divider, hr {
    position: relative;
    z-index: 1;
    display: block;
    width: 100% !important;
    /*border-bottom: 2px solid #ffc107;*/
}

.img-airplane {
    max-height: 74px;
    max-width: 100%;
}

.text-bold {
    font-weight: bold;
}

.available-columns__type {
    position: absolute;
    top: 27px;
    left: 100%;
    /* margin-left: -12px; */
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    vertical-align: top;
    background: #337ab7;
    border: solid hsl(0, 0%, 100%);
    border-width: 1px 1px 0;
    color: #fff;
    width: 100px;
    height: 25px;
    -webkit-transform: translateX(-50%) translateY(50%) rotate(-90deg);
    transform: translateX(-50%) translateY(50%) rotate(-90deg);
    font-size: 10px;
    text-align: center;
    line-height: 24px;
    /* box-shadow: 0 0 15px 1px black; */
}

.inline-block {
    display: inline-block;
}



.available-columns__destination .destination-map__airicon .airline-time {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -23px;
    font-weight: 300;
    font-size: 11px;
    color: #000;
    opacity: 1;
    transition: all .2s ease-in-out;
    right: 11px;
}

@media (min-width: 992px) {
    .available-columns__destination .destination-map__airicon .icon {
        vertical-align: top;
        display: inline-block;
        margin-top: -9px;
    }
}

.w-normal {
    font-weight: 400;
}



.available-columns__destination .destination-map__from .time, .available-columns__destination .destination-map__to .time {
    color: #000;
    padding-right: 6px;
    font-size: 19px;
}

@media (max-width: 575.98px) {
    .destination-map__from {
        position: relative;
        margin-left: 10px;
    }

    .destination-map__to {
        position: relative;
        margin-right: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .destination-map__from {
        position: relative;
        margin-left: 10px;
    }

    .destination-map__to {
        position: relative;
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .destination-map__from {
        position: relative;
        margin-left: 10px;
    }

    .destination-map__to {
        position: relative;
        margin-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .destination-map__from {
        position: relative;
        margin-left: 14px;
    }

    .destination-map__to {
        position: relative;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .destination-map__from {
        position: relative;
        margin-left: 0;
        padding-left: 47px;
    }

    .destination-map__to {
        position: relative;
        margin-right: 0;
        padding-left: 39px;
    }
}



.fw-500 {
    /* font-weight: 500; */
    color: #000;
    padding-right: 62px;
    font-size: 1.3em;
}

.to {
    margin-left: -17px;
    font-size: 12px;
}

.destination-map__airicon {
    position: relative;
    right: 0px;
    top: 11px;
}

.available-columns__destination {
    padding-top: 36px;
}

.mr-62 {
    margin-right: 62px;
}

@media (max-width: 575.98px) {
    .icon-airplane-line:before {
        content: url(../img/Static/Logo/aeroplane.png);
        position: absolute;
        right: 7px;
        top: 3.3px;
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .icon-airplane-line:before {
        content: url(../img/Static/Logo/aeroplane.png);
        position: absolute;
        right: 7px;
        top: 3.3px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .icon-airplane-line:before {
        content: url(../img/Static/Logo/aeroplane.png);
        position: absolute;
        right: 27px;
        top: 4.3px;
    }

    .tody-fly {
        font-size: 12px;
        position: absolute;
        right: 63px;
        left: 15px;
        top: 0;
        text-align: center;
        z-index: 9;
        color: black;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .icon-airplane-line:before {
        content: url(../img/Static/Logo/aeroplane.png);
        position: absolute;
        right: 25px;
        top: 4.3px;
    }
}

@media (min-width: 1200px) {
    .icon-airplane-line:before {
        content: url(../img/Static/Logo/aeroplane.png);
        position: absolute;
        right: 2px;
        top: 4.3px;
    }
}

.pr-34 {
    padding-right: 34%;
}

.font-s {
    font-size: 25px;
}

.left-row {
}

    .left-row > span[class*=pricing-value] {
        font-size: 1em;
        color: #f90000;
        line-height: 1;
    }

        .left-row > span[class*=pricing-value] span {
            color: #4a4a4a;
            font-size: 17px;
            padding-left: 3px;
        }

.w-bold {
    font-weight: 700;
}

.mt-6 {
    margin-top: 2.5rem;
}

.from {
    padding-right: 10px;
    font-size: 12px;
}

.logo-man {
    margin-top: 12px;
}

.bottom-row > span[class*=pricing-value] {
    font-size: 0.8em;
    color: #aaa;
    line-height: 1;
    margin-right: 54px;
}

    .bottom-row > span[class*=pricing-value] span {
        color: #4a4a4a;
        font-size: 18px;
        padding-left: 3px;
    }

.mt-7 {
    margin-top: 8px;
}




@media (max-width: 575.98px) {
    .link-item {
        font-weight: 400;
        color: #3272e0;
        line-height: 28px;
        -webkit-border-radius: 17px;
        border-radius: 17px;
        border: 1px solid #3272e0;
        padding: 4px 25px;
        position: relative;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        font-size: 12px;
        color: #3272e0;
    }

        .link-item:hover {
            font-weight: 400;
            color: #3272e0;
            line-height: 28px;
            -webkit-border-radius: 17px;
            border-radius: 17px;
            background-color: #3272e0;
            padding: 4px 25px;
            position: relative;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            font-size: 12px;
            color: white;
        }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .link-item {
        font-weight: 400;
        color: #3272e0;
        line-height: 28px;
        -webkit-border-radius: 17px;
        border-radius: 17px;
        border: 1px solid #3272e0;
        padding: 4px 25px;
        position: relative;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        font-size: 12px;
        color: #3272e0;
    }

        .link-item:hover {
            font-weight: 400;
            color: #3272e0;
            line-height: 28px;
            -webkit-border-radius: 17px;
            border-radius: 17px;
            background-color: #3272e0;
            padding: 4px 25px;
            position: relative;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            font-size: 12px;
            color: white;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .link-item {
        font-weight: 400;
        color: #3272e0;
        line-height: 28px;
        -webkit-border-radius: 17px;
        border-radius: 17px;
        border: 1px solid #3272e0;
        padding: 4px 25px;
        position: relative;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        font-size: 12px;
        color: #3272e0;
    }

        .link-item:hover {
            font-weight: 400;
            color: #3272e0;
            line-height: 28px;
            -webkit-border-radius: 17px;
            border-radius: 17px;
            background-color: #3272e0;
            padding: 4px 25px;
            position: relative;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            font-size: 12px;
            color: white;
        }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .link-item {
        font-weight: 400;
        color: #3272e0;
        line-height: 28px;
        -webkit-border-radius: 17px;
        border-radius: 17px;
        border: 1px solid #3272e0;
        padding: 4px 25px;
        position: relative;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        font-size: 12px;
        color: #3272e0;
    }

        .link-item:hover {
            font-weight: 400;
            color: #3272e0;
            line-height: 28px;
            -webkit-border-radius: 17px;
            border-radius: 17px;
            background-color: #3272e0;
            padding: 4px 25px;
            position: relative;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            font-size: 12px;
            color: white;
        }
}

@media (min-width: 1200px) {
    .link-item {
        font-weight: 400;
        color: #3272e0;
        line-height: 28px;
        -webkit-border-radius: 17px;
        border-radius: 17px;
        border: 1px solid #3272e0;
        padding: 4px 25px;
        position: relative;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        font-size: 12px;
        color: #3272e0;
    }

        .link-item:hover {
            font-weight: 400;
            color: #3272e0;
            line-height: 28px;
            -webkit-border-radius: 17px;
            border-radius: 17px;
            background-color: #3272e0;
            padding: 4px 25px;
            position: relative;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            font-size: 12px;
            color: white;
        }
}

.well {
    min-height: 20px;
    padding: 31px !important;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.rtl-tab > li {
    float: right !important;
    margin-bottom: -1px;
}

    .rtl-tab > li > a {
        width: 146px;
        text-align: center;
        color: #0f0f0f !important;
        border: 1px solid #ddd;
        margin-top: 10px;
        font-size: 12px;
        height: 25px;
        line-height: 4px;
    }

    .rtl-tab > li.active > a {
        background-color: #ffc107 !important;
        color: white !important;
    }

.tab-content > .active {
    display: block;
    padding: 25px 0px 0px 0px !important;
}







@media (min-width: 992px) and (max-width: 1199.98px) {
    .available-columns__destination .destination-map__airicon:before {
        content: " ";
        position: absolute;
        bottom: 19px;
        right: 36px;
        width: 66%;
        height: 1px;
        border-top: 1px dashed #000000;
    }

    .available-columns__destination .destination-map__airicon:after {
        content: " ";
        position: absolute;
        bottom: 11px;
        left: -4px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid orange;
    }
}


@media (min-width: 1200px) {
    .available-columns__destination .destination-map__airicon:before {
        content: " ";
        position: absolute;
        bottom: 20px;
        right: 23px;
        width: 88%;
        height: 1px;
        border-top: 1px dashed #000000;
    }

    .available-columns__destination .destination-map__airicon:after {
        content: " ";
        position: absolute;
        bottom: 14px;
        left: -20px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid orange;
    }
}

.city-name {
    direction: ltr;
    display: block;
}

.set-flight {
    background-position: bottom;
    background-size: cover;
    /*top: 41px;
    width: 15px;
    height: 20px;
    right: 44px;
    line-height: 21px;*/
}

.set-flight2 {
    background-position: bottom;
    background-size: cover;
    /* padding-top: 20px; */
    position: absolute;
    top: 1px;
    width: 15px;
    height: 20px;
    right: -46%;
}

.set-flight .mount {
    position: relative;
    right: 22px;
}

.mount:after {
    padding-right: 4px;
    font-size: 11px;
}

.set-flight2 .mount2 {
    position: relative;
    right: 20px;
    top: 4px;
}

.mount2:after {
    padding-right: 4px;
    font-size: 11px;
}
/*step*/

.step-pay {
    box-sizing: border-box;
    position: relative;
    padding-left: 8px;
    padding-top: 25px;
}

.steps {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* 1 */
    counter-reset: steps;
    /* 2 */
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
}


.steps__item {
    counter-increment: steps;
    background: #EFEFEF;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: right;
    position: relative;
    white-space: nowrap;
}

    .steps__item:first-child:nth-last-child(1), .steps__item:first-child:nth-last-child(1) ~ .steps__item {
        width: 50%;
    }

    .steps__item:first-child:nth-last-child(2), .steps__item:first-child:nth-last-child(2) ~ .steps__item {
        width: 50%;
    }

    .steps__item:first-child:nth-last-child(3), .steps__item:first-child:nth-last-child(3) ~ .steps__item {
        width: 33.3333333333%;
    }

    .steps__item:first-child:nth-last-child(4), .steps__item:first-child:nth-last-child(4) ~ .steps__item {
        width: 25%;
    }

    .steps__item:first-child:nth-last-child(5), .steps__item:first-child:nth-last-child(5) ~ .steps__item {
        width: 15%;
    }

    .steps__item:first-child:nth-last-child(6), .steps__item:first-child:nth-last-child(6) ~ .steps__item {
        width: 16.6666666667%;
    }

    .steps__item:first-child:nth-last-child(7), .steps__item:first-child:nth-last-child(7) ~ .steps__item {
        width: 14.2857142857%;
    }

    .steps__item:first-child:nth-last-child(8), .steps__item:first-child:nth-last-child(8) ~ .steps__item {
        width: 12.5%;
    }

    .steps__item:first-child:nth-last-child(9), .steps__item:first-child:nth-last-child(9) ~ .steps__item {
        width: 11.1111111111%;
    }

    .steps__item:first-child:nth-last-child(10), .steps__item:first-child:nth-last-child(10) ~ .steps__item {
        width: 10%;
    }

    .steps__item:after {
        width: 37px;
        height: 37px;
        position: absolute;
        top: 7px;
        left: -3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(224deg);
        content: '';
        z-index: 2;
        background: inherit;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin-left: -0.9280776503em;
    }

    .steps__item[disabled] {
        cursor: not-allowed;
    }

@media (max-width: 767px) {
    .steps__item {
        width: 100% !important;
        border: 1px solid #ccc;
        border-bottom: none;
        padding: 1em 0;
    }

        .steps__item:after {
            content: none;
        }
}


.steps__item--first {
    border-right: 1px solid #ccc;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}


.steps__item--last {
    border-left: 1px solid #ccc;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

@media (max-width: 767px) {
    .steps__item--last {
        border-bottom: 1px solid #ccc;
    }
}

.steps__item--last:after {
    content: none;
}


.steps__link {
    transition: .25s ease-out;
    color: #999;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 11px 0;
    direction: rtl;
    border-radius: 49px;
    font-size: 14px;
}

    .steps__link:before {
        width: 1.5em;
        height: 1.5em;
        display: inline-block;
        content: counter(steps);
        text-align: center;
        background: #BCBCBC;
        border-radius: 50%;
        color: white;
        margin: 0 1em;
        line-height: 1.5em;
    }

:not([disabled]) > .steps__link:hover, :not([disabled]) > .steps__link:focus {
    color: #333;
}

@media (max-width: 767px) {
    .steps__link:before {
        float: left;
        margin-right: 0;
    }
}

.steps__item--active {
    background: #FFF;
}

    .steps__item--done .steps__link,
    .steps__item--active .steps__link {
        color: #333;
    }


.no-csstransforms {
    /*li*/
}

    .no-csstransforms .steps__item {
        border-right: 1px solid #ccc;
    }

        .no-csstransforms .steps__item:after {
            content: none !important;
        }


.no-generatedcontent .steps {
    list-style-position: inside;
    list-style-type: decimal;
}

.no-generatedcontent .steps__link:before {
    content: none;
}

.bag-flight {
    color: #555;
}

.result-find {
    background-color: white;
    color: #313131;
    padding: 6px 34px;
    min-height: 55px !important;
    box-shadow: 0px 0px 11px -1px #868686;
    border-radius: 7px;
    direction: rtl;
    width: calc(120px-20px);
    width: calc(102% - 43px);
    margin-left: 10px;
}

.nav-tabs > li {
    float: right !important;
    margin-bottom: -1px;
    margin: 0;
}




@media (max-width: 575.98px) {
    .mystyle {
        height: auto;
        background-color: coral;
        color: white;
        transition: all ease;
    }
}



@media (min-width: 576px) and (max-width: 767.98px) {
    .mystyle {
        height: auto;
        background-color: coral;
        color: white;
        transition: all ease;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mystyle {
        height: auto;
        background-color: coral;
        color: white;
        transition: all ease;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mystyle {
        height: 408px;
        background-color: coral;
        color: white;
        transition: all ease;
    }
}

@media (min-width: 1200px) {
    .mystyle {
        height: 438px;
        background-color: coral;
        color: white;
        transition: all ease;
    }
}

.box-icon {
    padding-right: 28px;
}

.box-tiket {
    -webkit-box-shadow: -2px 0 10px rgba(0,0,0,.28);
    box-shadow: -2px 0 10px rgba(0,0,0,.28);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.name-airline {
    font-size: 17px;
}


.boder-bottom {
    border-top: 1px solid #ccc;
    padding-top: 14px;
    padding-bottom: 42px;
}

samp {
    font-family: inherit !important;
}

.ticket-type-sit {
    font-size: 11px;
    color: #707070;
    line-height: 8px;
    text-align: left;
    float: left;
}

    .ticket-type-sit .type-sit {
        font-size: 11px;
        color: black;
        text-transform: uppercase;
        font-family: monospace !important;
    }

.box-tiket-2 {
    background-color: red;
}

.flight-clock {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    color: black;
}

.flight-airport {
    color: black;
    font-weight: 200;
}

.line-tiket:before {
    content: '';
    height: 2px;
    position: absolute;
    right: 57px;
    left: 15px;
    top: 80%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background: #b0b0b0;
}

.name-airline {
    font-size: 10px;
    color: black;
    position: relative;
    top: 1px;
    text-align: center;
    left: -1px;
    white-space: nowrap;
}

.tody-fly {
    font-size: 12px;
    position: absolute;
    right: 25px;
    left: 15px;
    top: 0;
    text-align: center;
    z-index: 9;
    color: black;
    white-space: nowrap;
}

.stops-dot {
    float: left;
    position: relative;
    top: 11px;
    right: 12px;
}

.ticket__info {
    padding: 25px 15px 46px;
}

.img-airline {
    /*margin-top: -9px;
    margin-right: 10px;*/
    border-radius: 100%;
    max-width: 48px;
    box-shadow: 0px 1px 5px 0px grey;
}

.footer-info:before {
    content: '';
    height: 23px;
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 -4px 10px -8px rgba(0,0,0,.9);
    box-shadow: 0 -4px 10px -8px rgba(0,0,0,.9);
}

.footer-info {
    position: relative;
    padding: 15px;
    top: 33px;
}

.content-price {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}


.tiket-price {
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .tiket-price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.ticket__price-value {
    color: #3272e0;
    font-weight: 500;
    letter-spacing: -.5px;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ticket__free-seat {
    font-size: 11px;
    margin-bottom: 5px;
    color: black;
    text-align: center;
}

.p-0 {
    padding: 0 !important;
}

.ticket__price-title {
    color: black;
    font-weight: 200;
    font-size: 13px;
}

.nav-tabs > li > a {
    margin-right: -27px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    background-color: #e7e7e7 !important;
}

.nav-tabs > li > a {
    margin-right: -12px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 10px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #cccc;
    border-radius: 4px;
}

.PB31 {
    padding-bottom: 31PX;
}

.ticket {
    margin-bottom: 30px;
}

.ticket-selection {
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}







@media screen and (max-width: 992px) {
    .ticket__price-value {
        font-size: 22px;
    }
}



@media (max-width: 767.98px) {
    .content-price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .ticket__price_small, .ticket-selection {
        padding: 0;
    }

    .ticket-selection {
        width: auto;
    }

    #myDIV {
        padding: 10px;
    }

    .ticket-type-sit {
        font-size: 11px;
        color: #707070;
        line-height: 8px;
        text-align: left;
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .ticket-selection {
        width: 100%;
    }

    .content-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }



    .ticket-type-sit {
        font-size: 11px;
        color: #707070;
        line-height: 15px;
        text-align: center;
        float: left;
        padding-bottom: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content-price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .ticket__price_small, .ticket-selection {
        padding: 0;
    }

    .ticket-selection {
        width: auto;
    }

    #myDIV {
        padding: 10px;
    }

    .ticket-type-sit {
        font-size: 11px;
        color: #707070;
        line-height: 8px;
        text-align: left;
        float: left;
    }
}




@media (max-width: 575.98px) {
    .line-tiket:before {
        content: '';
        height: 2px;
        position: absolute;
        right: 57px;
        left: 59px;
        top: 80%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        background: #b0b0b0;
        display: none;
    }

    .stops-dot {
        float: left;
        position: relative;
        top: 11px;
        right: -32px;
        display: none;
    }

    .tody-fly {
        font-size: 12px;
        font-weight: 300;
        position: absolute;
        right: 25px;
        left: 15px;
        top: -27px;
        text-align: center;
        z-index: 9;
        color: black;
    }

    .to {
        margin-left: -17px;
        font-size: 10px;
        white-space: nowrap;
    }

    .from {
        padding-right: 10px;
        font-size: 10px;
        white-space: nowrap;
        position: relative;
        left: 50px;
    }

    .flight-clock {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: -1px;
        color: black;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .line-tiket:before {
        content: '';
        height: 2px;
        position: absolute;
        right: 57px;
        left: 59px;
        top: 80%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        background: #b0b0b0;
    }

    .stops-dot {
        float: left;
        position: relative;
        top: 11px;
        right: -32px;
    }

    .to {
        margin-left: -17px;
        font-size: 10px;
        white-space: nowrap;
    }

    .from {
        padding-right: 10px;
        font-size: 10px;
        white-space: nowrap;
        position: relative;
        left: 35px;
    }

    .flight-clock {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: -1px;
        color: black;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .from {
        padding-right: 0px;
        font-size: 10px;
        white-space: nowrap;
    }

    .to {
        margin-left: -17px;
        font-size: 10px;
        white-space: nowrap;
    }

    .flight-clock {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: -2px;
        color: black;
    }

    .line-tiket:before {
        content: '';
        height: 2px;
        position: absolute;
        right: 74px;
        left: 37px;
        top: 80%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        background: #b0b0b0;
    }

    .stops-dot {
        float: left;
        position: relative;
        top: 11px;
        right: -11px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .from {
        padding-right: 0px;
        font-size: 10px;
        white-space: nowrap;
    }

    .to {
        margin-left: -17px;
        font-size: 10px;
        white-space: nowrap;
    }

    .flight-clock {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: -2px;
        color: black;
    }

    .line-tiket:before {
        content: '';
        height: 2px;
        position: absolute;
        right: 74px;
        left: 37px;
        top: 80%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        background: #b0b0b0;
    }

    .stops-dot {
        float: left;
        position: relative;
        top: 11px;
        right: -11px;
    }

    .well {
        min-height: 20px;
        padding: 21px !important;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }
}

#myDIV {
    padding: 23px 14px 26px 14px;
}

.btn-primary_C {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}

    .btn-primary_C:hover {
        color: white;
    }

.icon-airplan {
    color: gray;
    padding-left: 5px;
    position: relative;
    top: 11px;
}

.text-select-flight {
    margin-top: 10px;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
    width: 100% !important;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
}

.label-counter {
    font-size: 14px;
    text-align: left;
    float: left;
    padding-right: 32px;
    width: 73px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 6px 17px !important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.glyphicon_b {
    position: absolute;
    top: 18px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px !important;
}

.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px !important;
    opacity: 0.4;
}

.F-12 {
    font-size: 12px;
}

.header-mosafer-info a {
    border-bottom: 3px solid black;
    margin-bottom: 30px;
    margin-top: 10px;
    color: black;
    float: right;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 37px !important;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 13px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 5px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px !important;
    width: 20px;
}

.Font_Small {
    font-size: 12px;
}

.BoxSearch {
    border-radius: 14px;
    color: #161616;
}

.BoxSearch_color {
    background-color: #d1d1de;
}

.BoxSearch label {
    width: 100% !important;
    direction: rtl;
    text-align: center;
}

.BoxSearch_B {
    box-shadow: 0 0 21px -3px grey;
    background-color: white;
    border-radius: 14px;
}

.btn .caret {
    float: left !important;
    margin-top: 7px !important;
    left: 5px;
    position: relative;
    color: gray;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    color: rgb(51, 51, 51) !important;
    font-weight: 100 !important;
    font-size: 13px !important;
}

.form-control_tour-tow input[type="text"], .checkout select, .country_to_state, textarea {
    border: 1px solid #ccc7c7 !important;
    line-height: 38px;
    /* height: 40px; */
    padding: 0 15px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px !important;
    background: white;
    font-size: 12px !important;
    font-weight: 200 !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-align: right !important;
}

.select2 {
    min-width: 100%;
    max-width: 100%;
}

.toggle_check {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    margin: 0 33%;
}

    .toggle_check:before {
        content: "";
        position: relative;
        top: 3px;
        left: 3px;
        width: 34px;
        height: 14px;
        display: block;
        background: #014a88;
        border-radius: 8px;
        transition: background 0.2s ease;
    }

    .toggle_check span {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        display: block;
        background: #337ab7;
        border-radius: 10px;
        box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
        transition: all 0.2s ease;
    }

        .toggle_check span:before {
            content: "";
            position: absolute;
            display: block;
            margin: -18px;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            transform: scale(0);
            opacity: 1;
            pointer-events: none;
        }

#cbx:checked + .toggle_check:before {
    background: #014a88;
}

#cbx:checked + .toggle_check span {
    background: #337ab7;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    #cbx:checked + .toggle_check span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }


.pl-7rem {
    font-size: 14px !important;
    float: left;
    position: relative;
    top: 2px;
    color: black;
    font-weight: 200;
}

.pr-7rem {
    padding-right: 0rem !important;
    font-size: 14px !important;
    float: right;
    position: relative;
    bottom: 18px;
    font-weight: 300;
    color: black;
}

.pt-13 {
    padding-top: 13px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    direction: rtl !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    /* right: 1px; */
    width: 20px;
    left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    text-align: right !important;
}

.select2-results {
    display: block;
    text-align: right !important;
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .steps__link {
        transition: .25s ease-out;
        color: #999;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 11px 0;
        direction: rtl;
        border-radius: 49px;
        font-size: 10px;
    }

    .step-pay {
        box-sizing: border-box;
        position: relative;
        padding-left: 8px;
        padding-top: 25px;
        margin-right: -17px;
        margin-left: -26px;
    }
}

.gp-Mosafer {
    width: 100%;
}

.label-Mosafer {
    float: left;
    padding-right: 25px;
    margin-top: 3px;
    width: 36%;
}

.breeding-rhombus-spinner {
    height: 65px;
    width: 65px;
    position: relative;
    transform: rotate(45deg);
}

    .breeding-rhombus-spinner, .breeding-rhombus-spinner * {
        box-sizing: border-box;
    }

        .breeding-rhombus-spinner .rhombus {
            height: calc(130px / 7.5);
            width: calc(130px / 7.5);
            animation-duration: 2000ms;
            top: calc(65px / 2.3077);
            left: calc(65px / 2.3077);
            background-color: #014a88;
            position: absolute;
            animation-iteration-count: infinite;
        }

            .breeding-rhombus-spinner .rhombus:nth-child(2n+0) {
                margin-right: 0;
            }

            .breeding-rhombus-spinner .rhombus.child-1 {
                animation-name: breeding-rhombus-spinner-animation-child-1;
                animation-delay: calc(100ms * 1);
            }

            .breeding-rhombus-spinner .rhombus.child-2 {
                animation-name: breeding-rhombus-spinner-animation-child-2;
                animation-delay: calc(100ms * 2);
            }

            .breeding-rhombus-spinner .rhombus.child-3 {
                animation-name: breeding-rhombus-spinner-animation-child-3;
                animation-delay: calc(100ms * 3);
            }

            .breeding-rhombus-spinner .rhombus.child-4 {
                animation-name: breeding-rhombus-spinner-animation-child-4;
                animation-delay: calc(100ms * 4);
            }

            .breeding-rhombus-spinner .rhombus.child-5 {
                animation-name: breeding-rhombus-spinner-animation-child-5;
                animation-delay: calc(100ms * 5);
            }

            .breeding-rhombus-spinner .rhombus.child-6 {
                animation-name: breeding-rhombus-spinner-animation-child-6;
                animation-delay: calc(100ms * 6);
            }

            .breeding-rhombus-spinner .rhombus.child-7 {
                animation-name: breeding-rhombus-spinner-animation-child-7;
                animation-delay: calc(100ms * 7);
            }

            .breeding-rhombus-spinner .rhombus.child-8 {
                animation-name: breeding-rhombus-spinner-animation-child-8;
                animation-delay: calc(100ms * 8);
            }

            .breeding-rhombus-spinner .rhombus.big {
                height: calc(80px / 3);
                width: calc(80px / 3);
                animation-duration: 2000ms;
                top: calc(65px / 3);
                left: calc(65px / 3);
                background-color: #014a88;
                animation: breeding-rhombus-spinner-animation-child-big 2s infinite;
                animation-delay: 0.5s;
            }


@keyframes breeding-rhombus-spinner-animation-child-1 {
    50% {
        transform: translate(-325%, -325%);
    }
}

@keyframes breeding-rhombus-spinner-animation-child-2 {
    50% {
        transform: translate(0, -325%);
    }
}

@keyframes breeding-rhombus-spinner-animation-child-3 {
    50% {
        transform: translate(325%, -325%);
    }
}

@keyframes breeding-rhombus-spinner-animation-child-4 {
    50% {
        transform: translate(325%, 0);
    }
}

@keyframes breeding-rhombus-spinner-animation-child-5 {
    50% {
        transform: translate(325%, 325%);
    }
}

@keyframes breeding-rhombus-spinner-animation-child-6 {
    50% {
        transform: translate(0, 325%);
    }
}

@keyframes breeding-rhombus-spinner-animation-child-7 {
    50% {
        transform: translate(-325%, 325%);
    }
}

@keyframes breeding-rhombus-spinner-animation-child-8 {
    50% {
        transform: translate(-325%, 0);
    }
}

@keyframes breeding-rhombus-spinner-animation-child-big {
    50% {
        transform: scale(0.5);
    }
}

.loading-progress {
    margin: 10% auto;
    text-align: center;
}

.loading-center {
    text-align: center;
    margin: 9% auto;
    padding-bottom: 136px;
}

.box-progress {
    background-color: white;
    padding: 3px;
    box-shadow: 0 0 21px -3px grey;
    border-radius: 14px;
}

.btn-serach-fly {
    background-color: #337ab7;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: none;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    color: white;
}

.Lod-ing {
    background-image: url('../Html/img/fancybox_loading@2x.gif');
    background-position: center;
}

.ticket__info_B {
    padding: 50px 15px 46px;
}

@media (max-width: 575.98px) {

    .reserv {
        text-align: center;
        direction: rtl;
        border-radius: 10px !important;
        padding: 4px !important;
        min-height: unset !important;
        background-color: transparent;
        color: white;
        z-index: 222;
        font-size: 20px;
        font-weight: 100;
    }

    .itourbox-B {
        border-color: #eae5e5;
        margin: 5px;
        margin-bottom: 25px;
        background-color: #2eb851cc;
        padding: 18px 21px;
        box-shadow: 0 5px 33px -10px black;
        border-radius: 8px;
        overflow: hidden;
        height: auto;
        position: relative;
    }

        .itourbox-B:after {
            background-image: url(../Html/img/check.png);
            width: 120px;
            height: 120px;
            opacity: 0.4;
            left: 39px;
            top: -400px;
            transform: rotate(-12deg);
            position: relative;
        }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .reserv {
        text-align: center;
        direction: rtl;
        border-radius: 10px !important;
        padding: 4px !important;
        min-height: unset !important;
        background-color: transparent;
        color: white;
        z-index: 222;
        font-size: 20px;
        font-weight: 100;
    }

    .itourbox-B {
        border-color: #eae5e5;
        margin: 5px;
        margin-bottom: 25px;
        background-color: #2eb851cc;
        padding: 18px 21px;
        box-shadow: 0 5px 33px -10px black;
        border-radius: 8px;
        overflow: hidden;
        height: auto;
        position: relative;
    }

        .itourbox-B:after {
            background-image: url(../Html/img/check.png);
            width: 120px;
            height: 120px;
            opacity: 0.4;
            left: 39px;
            top: -399px;
            transform: rotate(-12deg);
            position: relative;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .reserv {
        text-align: center;
        direction: rtl;
        border-radius: 10px !important;
        padding: 4px !important;
        min-height: unset !important;
        background-color: transparent;
        color: white;
        z-index: 222;
        font-size: 20px;
        font-weight: 100;
    }

    .itourbox-B {
        border-color: #eae5e5;
        margin: 5px;
        margin-bottom: 25px;
        background-color: #2eb851cc;
        padding: 18px 21px;
        box-shadow: 0 5px 33px -10px black;
        border-radius: 8px;
        overflow: hidden;
        height: auto;
        position: relative;
    }

        .itourbox-B:after {
            background-image: url(../Html/img/check.png);
            width: 120px;
            height: 120px;
            opacity: 0.4;
            left: 39px;
            top: -393px;
            transform: rotate(-12deg);
            position: relative;
        }
}

@media (min-width: 992px) and (max-width: 1199.98px) {


    .reserv {
        text-align: center;
        direction: rtl;
        border-radius: 10px !important;
        padding: 4px !important;
        min-height: unset !important;
        background-color: transparent;
        color: white;
        z-index: 222;
        font-size: 20px;
        font-weight: 100;
    }

    .itourbox-B {
        border-color: #eae5e5;
        margin: 5px;
        margin-bottom: 25px;
        background-color: #2eb851cc;
        padding: 18px 21px;
        box-shadow: 0 5px 33px -10px black;
        border-radius: 8px;
        overflow: hidden;
        height: auto;
        position: relative;
    }

        .itourbox-B:after {
            background-image: url(../Html/img/check.png);
            width: 120px;
            height: 120px;
            opacity: 0.4;
            left: 39px;
            top: -246px;
            transform: rotate(-12deg);
            position: relative;
        }
}

@media (min-width: 1200px) {

    .reserv {
        text-align: center;
        direction: rtl;
        border-radius: 10px !important;
        padding: 4px !important;
        min-height: unset !important;
        background-color: transparent;
        color: white;
        z-index: 222;
        font-size: 20px;
        font-weight: 100;
    }

    .itourbox-B {
        border-color: #eae5e5;
        margin: 5px;
        margin-bottom: 25px;
        background-color: #2eb851cc;
        padding: 18px 21px;
        box-shadow: 0 5px 33px -10px black;
        border-radius: 8px;
        overflow: hidden;
        height: auto;
        position: relative;
    }


        .itourbox-B:after {
            background-image: url(../Html/img/check.png);
            width: 120px;
            height: 120px;
            opacity: 0.4;
            right: -7px;
            transform: rotate(-12deg);
            position: absolute;
            top: -30px;
        }
}

.itourbox-B:nth-child(3) {
    background: red;
}

.th-left {
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
}

.th-right {
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
}

table.table.alt thead tr {
    /* height: 57px; */
    border: none !important;
}

table.table {
    max-width: 100%;
    width: 100%;
    border: none !important;
    overflow: hidden;
    background-color: transparent;
    border-collapse: inherit;
    border-spacing: 0;
    margin: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none !important;
}

.itourbox-tebel {
    margin: 5px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 6px -2px grey;
    border-radius: 8px;
    padding: 21px;
}

.col-container {
    display: table;
    width: 100%;
}

.col_A {
    padding: 16px;
    height: auto;
}

.boxshodw {
    background-color: whitesmoke;
    box-shadow: 0px 8px 15px -8px #ccc;
    padding: 14px !important;
    padding: 5px;
    margin: 0px 5px;
}

.WidgetStyle {
    color: white;
    margin: 0 5px !important;
}

.glyphicon-2 {
    position: absolute;
    top: 43px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px !important;
}

.label-color-b {
    color: black;
}

.img-icon-travel {
    width: 99px;
    opacity: 0.1;
    position: absolute;
    transform: rotate(0);
    left: 2%;
    top: 0%;
}

.A_tour {
    float: right;
    color: black;
    font-size: smaller;
}

.form-control_tour-tow {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px !important;
    font-size: 11px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #e6e6e6 !important;
}

.btn_tour_tow {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border: 1px solid #ccc7c7;
}

    .btn_tour_tow .caret {
        float: left !important;
        margin-top: 7px !important;
        left: -5px;
        position: relative;
        color: gray;
    }

.list-info-tour_raft, .list-info-tour_bargasht {
    font-size: 12px;
    text-align: right;
}

.footer-info_tour:before {
    content: '';
    height: 23px;
    position: absolute;
    top: 97px;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 -4px 10px -8px rgba(0,0,0,.9);
    box-shadow: 0 -4px 10px -8px rgba(0,0,0,.9);
}

.footer-info_tour {
    position: relative;
    padding: 15px;
    top: 33px;
}

.list-info-tour_raft li:first-child, .list-info-tour_bargasht li:first-child {
    color: red;
}

.Height_100 {
    padding: 16px;
    height: 211px;
}

.parent-tour {
    display: table;
    width: 100%;
}

.line-tiket_tour:before {
    content: '';
    height: 2px;
    position: absolute;
    right: 57px;
    left: 30px;
    top: 80%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background: #b0b0b0;
}

.TOP_35 {
    top: 35px;
}

.BoxSearch_hotel {
    box-shadow: 0 0 14px -3px grey;
    background-color: white;
    border-radius: 6px;
    padding: 14px;
    margin: 6px;
}

.text-black {
    color: black;
}

.Star_Hotel {
}








.P_16 {
    padding: 16px;
}

.time-checkin li, .info_hotel li {
    font-size: 12px;
}

.time-checkin {
    padding-top: 9px;
}








.transition, .Content_search_Hotel, .List_search_Hotel li i:before, .List_search_Hotel li i:after {
    transition: all 0.25s ease-in-out;
}

.flipIn, h1, .List_search_Hotel li {
    animation: flipdown 0.5s ease both;
}




.Abshari {
    min-height: 0;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fefffa;
    padding: 11px;
    width: 100%;
}

.Abshari_B {
    min-height: 0;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #ffffff;
    width: 100%;
    padding: 23px 0px 0 0px;
    box-shadow: 0 0 6px 0px grey;
    border-radius: 4px;
}

@media (max-width: 550px) {
    .Abshari {
        box-sizing: border-box;
        transform: translate(0, 0);
        max-width: 100%;
        min-height: 100%;
        margin: 0;
        left: 0;
    }
}

.Abshari h1, .Abshari h2 {
    color: #ff6873;
}

.Abshari h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 3px;
    font-weight: 100;
}

.Abshari h5 {
    font-size: 12px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    text-align: right;
    padding-right: 10px;
    color: white;
    border-radius: 4px;
}

.Abshari p {
    color: rgba(48, 69, 92, 0.8);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
}

.List_search_Hotel {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 21px 0;
}

    .List_search_Hotel li {
        position: relative;
        padding: 0;
        margin: 0;
        padding-bottom: 4px;
    }

        .List_search_Hotel li:nth-of-type(1) {
            animation-delay: 0.5s;
        }

        .List_search_Hotel li:nth-of-type(2) {
            animation-delay: 0.75s;
        }

        .List_search_Hotel li:nth-of-type(3) {
            animation-delay: 1s;
        }

        .List_search_Hotel li:nth-of-type(4) {
            animation-delay: 1.25s;
        }

        .List_search_Hotel li:last-of-type {
            padding-bottom: 0;
        }

        .List_search_Hotel li i {
            position: absolute;
            transform: translate(-6px, 0);
            margin-top: 16px;
            left: 28px;
        }

            .List_search_Hotel li i:before, .List_search_Hotel li i:after {
                content: "";
                position: absolute;
                background-color: #ffffff;
                width: 3px;
                height: 9px;
            }

            .List_search_Hotel li i:before {
                transform: translate(-2px, 0) rotate(45deg);
            }

            .List_search_Hotel li i:after {
                transform: translate(2px, 0) rotate(-45deg);
            }

        .List_search_Hotel li input[type=checkbox] {
            position: absolute;
            cursor: pointer;
            width: 100%;
            height: 36px;
            z-index: 1;
            opacity: 0;
        }

            .List_search_Hotel li input[type=checkbox]:checked ~ .Content_search_Hotel {
                margin-top: 0;
                max-height: 0;
                opacity: 0;
                transform: translate(0, 50%);
            }

            .List_search_Hotel li input[type=checkbox]:checked ~ i:before {
                transform: translate(2px, 0) rotate(45deg);
            }

            .List_search_Hotel li input[type=checkbox]:checked ~ i:after {
                transform: translate(-2px, 0) rotate(-45deg);
            }

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateX(8deg);
    }

    83% {
        transform: rotateX(6deg);
    }

    92% {
        transform: rotateX(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

.BoxSearch_hotel_tour {
    box-shadow: 0 0 21px -3px grey;
    background-color: white;
    border-radius: 14px;
    height: 100%;
}

.Content_search_Hotel {
}


.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0 !important;
    font-size: 12px;
    font-weight: 600;
    direction: rtl;
}

.Box_Shadow {
    box-shadow: 0 0 21px -3px grey;
}

.itourbox_Costom {
    border-radius: 7px;
    padding: 5px;
    margin: 5px;
    margin-bottom: 25px;
}

.label-cbx input:checked + .checkbox {
    border-color: #337ab7;
}

    .label-cbx input:checked + .checkbox svg path {
        fill: #337ab7;
    }

    .label-cbx input:checked + .checkbox svg polyline {
        stroke-dashoffset: 0;
    }

.label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
}

.label-cbx .checkbox {
    position: relative;
    top: 2px;
    float: right;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
}

    .label-cbx .checkbox svg {
        position: absolute;
        top: -2px;
        left: -2px;
    }

        .label-cbx .checkbox svg path {
            fill: none;
            stroke: #337ab7;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 71px;
            stroke-dashoffset: 71px;
            transition: all 0.6s ease;
        }

        .label-cbx .checkbox svg polyline {
            fill: none;
            stroke: #FFF;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 18px;
            stroke-dashoffset: 18px;
            transition: all 0.3s ease;
        }

.label-cbx > span {
    pointer-events: none;
    vertical-align: middle;
}

.cntr {
    top: 45%;
    left: 0;
    width: 100%;
    text-align: right;
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.itourbox_flight_succefull {
    padding: 5px;
    margin: 5px;
    margin-bottom: 25px;
}


.itourbox_Hotel {
    border-color: #eae5e5;
    border-radius: 4px;
    padding: 13px;
    /* margin: 5px; */
    margin-bottom: 25px;
    background-color: white;
    box-shadow: 0 0 10px -3px #464646;
}

#mySidenav_so a {
    position: absolute;
    left: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
}

    #mySidenav_so a:hover {
        left: 0;
    }

#about {
    top: 20px;
    background-color: #4CAF50;
}

#blog {
    top: 80px;
    background-color: #2196F3;
}

#projects {
    top: 140px;
    background-color: #f44336;
}

#contact {
    top: 200px;
    background-color: #555;
}

.Madarec {
    border-top: 1px solid #d8d8d8;
}

.item-info-tour_raft {
    white-space: nowrap;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .blog-item .blog-media {
        float: none;
    }

        .blog-item .blog-media:before {
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            right: -15%;
            height: 100%;
            width: 30%;
            -webkit-transform: skew(-15deg);
            -moz-transform: skew(-15deg);
            -ms-transform: skew(-15deg);
            -o-transform: skew(-15deg);
            transform: skew(-15deg);
            background: #ffffff;
            display: none;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .blog-item .blog-media {
        float: none;
    }

        .blog-item .blog-media:before {
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            right: -15%;
            height: 100%;
            width: 30%;
            -webkit-transform: skew(-15deg);
            -moz-transform: skew(-15deg);
            -ms-transform: skew(-15deg);
            -o-transform: skew(-15deg);
            transform: skew(-15deg);
            background: #ffffff;
            display: none;
        }
}

table.table.alt tfoot tr {
    border: none !important;
}

    table.table.alt tfoot tr th {
        direction: rtl;
        vertical-align: middle;
        text-align: center;
        color: white !important;
    }

.price-tour_1 {
    padding: 10px !important;
    float: left;
}

.Notification_A {
    opacity: 0;
    transition-duration: 2ms;
    transition: all;
    font-size: 12px;
    text-align: right;
}

#MySpan {
    background-color: transparent;
    padding: 31px;
}


.BOX_INFO-MOSAFER {
    background-color: white;
    padding: 33px;
    box-shadow: 0 0 10px -1px grey;
    margin-top: 12px;
}

.Kharidar-info {
    background-color: #f9f2f2;
    padding: 8px;
    text-align: right;
    border-radius: 4px;
    box-shadow: 0 2px 7px -3px #151515;
    margin-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    white-space: nowrap;
}

    .Kharidar-info span {
        width: 30px;
        height: 30px;
        background-color: white;
        float: left;
        text-align: center;
        line-height: 32px;
        color: black;
        box-shadow: inset 0 0 9px -2px black;
        margin-top: -5px;
        border-radius: 6px;
        position: absolute;
        left: 15px;
    }

.BPB {
    border: 1px solid #c1c1c1;
    padding-bottom: 10px;
}

.m-0 {
    margin: 0;
}

.label_A {
    font-size: 12px;
    text-align: right;
    float: right;
    color: black;
}

.Garantee {
    text-transform: uppercase;
    position: absolute;
    z-index: 2222;
    transform: rotate(-74deg);
    right: -34px;
    top: 117px;
    font-size: 20px !important;
    opacity: 0.6;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 22% !important;
    border: none !important;
    padding-left: 2px !important;
}

.ui-datepicker .ui-datepicker-title {
    padding-top: 0 !important;
}

a.ui-datepicker-prev.ui-corner-all {
    float: left;
    margin: 0 !important;
}

a.ui-datepicker-next.ui-corner-all {
    margin: 0 !important;
    float: right;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
    font-family: cursive !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0px 0;
    height: 35px !important;
}

.accordionUpload {
    padding-bottom: 50px;
}

.optionUpload {
    position: relative;
    margin-bottom: 1em;
}

.titleUpload,
.contentUpload {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 0.2s;
}

.titleUpload {
    background: #286090;
    padding: 1em;
    display: block;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}

    .titleUpload:after, .titleUpload:before {
        content: '';
        position: absolute;
        left: 1.25em;
        top: 1.25em;
        width: 2px;
        height: 0.75em;
        background-color: #ffffff;
        transition: all 0.2s;
    }

    .titleUpload:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.contentUpload {
    display: none;
}

    .contentUpload p {
        margin: 0;
        padding: 0.5em 1em 1em;
        font-size: 0.9em;
        line-height: 1.5;
    }

.toggleUpload:checked + .titleUpload, .toggleUpload:checked + .titleUpload + .contentUpload {
    box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;
}

    .toggleUpload:checked + .titleUpload + .contentUpload {
        max-height: 500px;
    }

    .toggleUpload:checked + .titleUpload:before {
        -webkit-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important;
    }

#uploadForm input[type="file"] {
    display: block;
    color: black;
}

.Upload_file_manifest {
    background-color: white;
    padding: 10px 23px 10px 73%;
    border-radius: 4px;
    box-shadow: 0 4px 14px 1px grey;
}

.media-left img {
    max-width: none !important;
}

.OK_Hotel {
    text-align: center;
    direction: rtl;
    background-color: #5cb85c !important;
    color: white !important;
    overflow: hidden;
    box-shadow: 0 0 13px 1px grey;
}

.check_ok {
    position: absolute;
    z-index: 1;
    font-size: 133px;
    top: 23%;
    left: -19px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    opacity: 0.2;
    transform: rotate(-38deg);
}

.Payment_action li {
    margin-bottom: 23px;
    padding: 0;
    margin-left: 0;
    margin-top: 26px;
}

.resultpartial {
    padding: 16px;
    background-color: white;
    box-shadow: 0px 1px 9px -2px grey;
}

.PayMent-Box {
    direction: rtl;
    text-align: right justify;
    color: black;
    padding: 45px;
    font-size: 15px;
    line-height: 35px;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 22px;
    text-align: center;
}

.cws-button_2 {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    min-width: 130px;
    padding: 10px 20px;
    color: #000000;
    background: #ffffff;
    border: 2px solid #a0a0a0;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
}

    .cws-button_2:hover {
        background-color: #FFC107;
        color: white;
    }

.btn-style-1 {
    border: 2px solid gray;
    color: gray;
}

    .btn-style-1:hover {
        background-color: #FFC107;
        color: white;
    }

ul.Payment_action {
    border: 1px solid;
    padding: 17px;
    margin: 0;
    /* padding: 0; */
    box-shadow: 0 0 20px 0px #00000038;
}

.btn-style-danger {
    border-radius: 4px;
    border: none;
    padding: 8px;
    background-color: #ec5959;
    color: white;
}

.MyFormControl {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.PaxFlightLabel {
    width: 100%;
    color: #555;
    font-weight: 100;
    font-size: 13px;
    text-align: right;
    direction: rtl;
}
