body {
    overflow-x:hidden;
    direction:rtl;
    min-height:100vh;
    background:#fff
}
.banner_text{
    text-align: right;
}
.banner-order{
    position:relative;
    padding:45px 0;
    z-index:2;
    overflow: hidden;
}
.banner-order::before{
    content:"";
    position:absolute;
    right:0;
    top:-75px;
    background:url("../../../assets/images/banner-bg-right.svg") no-repeat center center;
    width:228px;
    height:252px;
    z-index:-1
}
.banner-order::after{
     content:"";
     position:absolute;
     left:0;
     bottom:0;
     background:url("../../../assets/images/banner-bg-left.svg") no-repeat center center;
     width:758px;
     height:337px;
     z-index:-1
 }
.banner-order .banner-order_text_parent{
    display:flex;
    align-items:center
}
.banner-order .banner-order_text_parent .banner-order_text{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    flex-direction:column
}
.banner-order .banner-order_text_parent .banner-order_text h2{
    color:#34373a;
    margin-bottom:.5rem;
    text-align:justify;
    font-size:1.2rem
}
.banner-order .banner-order_text_parent .banner-order_text h3{
    color:#255fff;
    margin-bottom:1.4rem;
    text-align:justify;
    font-size:2.1rem
}
.banner-order .banner-order_text_parent .banner-order_text h4{
    color:#000;
    margin-bottom:.6rem;
    text-align:justify;
    font-size:1.1rem;
}
.banner-order .banner-order_text_parent .banner-order_text h5{
    color:#000;
    margin-bottom:0;
    text-align:justify;
    font-size:1rem;
    line-height:1.5
}
.banner-order .banner-order_text_parent .banner-order_text button{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:15px;
    height:45px;
    border:1px solid #005bbd;
    background-color:#007bff;
    color:#fff;
    position:relative;
    cursor:pointer;
    border-radius:10px;
    margin-bottom:0 !important;
    transition:all .3s;
    margin-top:1.5rem;
    outline:none
}
.banner-order .banner-order_text_parent .banner-order_text button svg{
    width:20px;
    height:19px;
    margin-right:5px;
    fill:#fff
}
.banner-order .banner-order_text_parent .banner-order_text button:hover{
    background-color:#005bbd
}
.banner-order .banner-order_img{
    height:100%;
    object-fit:contain
}
input::placeholder{
    color:#444;
    opacity:1
}
input::-ms-input-placeholder{
    color:#444;
}
input::-ms-input-placeholder{
    color:#444;
}
.travel_services{
    margin:35px 0
}
.parent-form-private{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap:20px;
    grid-row-gap:20px;
    width:100%
}
.item-input{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    position:relative
}
.item-input label{
    font-size:13px;
    color:#8d8e8e;
    margin-bottom: 5px;
    display:flex;
    justify-content:flex-end;
    gap:5px;
    align-items:center;
    flex-direction:row-reverse;
    width:100%
}
.item-input label span{
    display:flex
}
.item-input label span svg{
    width:10px;
    height:10px;
    fill:red
}
.item-input input{
    height:45px;
    border:1px solid #bebfbf;
    border-radius:10px;
    position:relative;
    font-size:14px;
    color:#444;
    width:100%;
    padding-right:35px;
    display:flex;
    align-items:center;
    cursor: pointer;cursor: pointer;
}
.item-input input::placeholder {
    color: #444 !important;
}
.icon-input-item{
    color:#8c8c8c;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    right:13px;
    top:38px;
    border-radius:50%;
    font-size:16px;
    z-index:9;
}
.icon-input-item svg{
    width:16px;
    height:16px;
    fill:#8c8c8c
}
.item-input input:focus{
    border:1px solid #bebfbf;
    outline:none;
    box-shadow:none
}
.parent-upload{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    position:relative
}
.parent-upload label{
    height:12px
}
.btn-upload{
    background:#fff;
    height:45px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#2c84ce;
    border:1px solid #2c84ce;
    transition:all ease .3s;
    width:100%;gap:10px
}
.btn-upload svg{
    width:16px;
    height:16px;
    fill:#2c84ce
}
.btn-upload:hover{
    color:#fff;
    background:#2c84ce
}
.btn-submit{
    background: var(--mainColor);
    height:45px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    border:1px solid var(--mainColor);
    transition:all ease .3s;
    padding:0 25px
}
.btn-submit:hover{
     opacity:.8
 }
@media(max-width: 992px){
    .parent-form-private{grid-template-columns:repeat(2, 1fr)
    }
    .banner-order::before{
        display: none;
    }
}
@media(max-width: 576px){
    .parent-form-private{grid-template-columns:repeat(1, 1fr)}
    .banner-order .banner-order_text_parent .banner-order_text h3{
        font-size: 20px;
    }
    .banner-order{
        display: none;
    }
}

.item-input label.error{
    color: red !important;
        order: 2;
}
input.file_input_with_replacement {
    display: none;
}


input.btn-upload-fara::placeholder {
    color: #2c84ce;
}
.parent-file{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
}

.select2-container {
    z-index:9;
    height: 46px;
}
.select2-container .select2-selection--single {
    display: flex;
    height: 26px;
    align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    height: 46Px;
    text-align: right;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
    padding-left: 20px; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
    border: 1px solid #bebfbf;
}

.select2-results__option {
    padding:11px;
    font-size: 13px;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown--above {
    direction: rtl;
}

.select2-container--open .select2-dropdown--below {
    direction: rtl;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px 10px;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-hidden-accessible {
    height: 1px !important;
    margin: -1px !important;
    box-shadow: 0px 4px 12px #ccc;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 8px !important;
    height: 45px;
    border: 1px solid #bebfbf !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 46px !important;
    /*font-size: 14px !important;*/
    direction: rtl;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 35px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #888; font-size: 14px;
    font-style: normal;font-weight: normal }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
    top: 0px;

    width: 33px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #737373  transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #737373 transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dcdcdc;
    border-radius: 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
    outline: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    /*! border: 1px solid #bebfbf; */
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--mainColor);
    color: white; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }


.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {

    margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
select2.select2-container.select2-container--default.select2-container {
    width: 100% !important;
}
/*****************************************************************/
.form-item-num #select2--container {
    padding: 0;
}

.form-item-num .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-color: transparent;
}
.form-item-num  .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size:12px;
}
.form-item-num  .select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 18px;
}
.ui-datepicker{z-index: 10 !important;}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 2.2;
}