/****************
    sidebar Styles
*****************/

.currency-gds {
    background: white;
    cursor: pointer;
    position: relative;
    font-family: inherit !important;
    transition: all linear 0.2s;
    z-index: 5;
    padding: 8px;
}

.currency-gds .currency-inner {
    display: flex;
    align-items: center;
}

.currency-gds .currency-inner img {
    display: block;
    margin: 0 8px;
}

.currency-gds .currency-inner .currency-arrow {
    width: 17px;
    display: block;
    margin: auto auto auto 5px;
    height: 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxICAgYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMCAgIGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eiIgZmlsbD0iIzk5OTk5OSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: contain;
    transform: rotate(90deg);
    transition: all linear 0.3s;
}

.currency-gds .currency-inner .currency-rotate {
    transform: rotate(0);
}

.currency-gds .change-currency {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    display: none;
}

.currency-gds .change-currency .change-currency-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
}

.change-currency-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    background: #fff;
    font-weight: 300;
    color: #d4d4d4;
    transition: all linear 0.3s;
    width: 100%;
}

.change-currency-item:hover {
    background: #dbdbdb;
}

.change-currency-item img {
    margin: 0 7px;
    max-width: 25px;
}

.change-currency-item span {
    font-size: 14px;
    color: #444;;
}


.parent_sidebar {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;

}

.filtertip {
    background-color: rgb(177, 177, 177);
    color: #fff;
    position: relative;
    text-align: center;
    padding: 10px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filtertip_visa p{
    font-size: 13px;
    padding:10px 0;
    margin-bottom: 0;
    text-align: center;
}
.silence_span {
    color: #ffffff;
    display: block;
    font-size: 11px;
    background-color: #00000030;
    border-radius: 3px;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    height: 29px;
    text-align: center;
    line-height: 20px;
}

.search-wrapper {
    padding: 10px;
}

.form-visa-item-searchBox-btn .input{
    text-align: center;
    padding: 10px 0 0;
}
.form-visa-item-searchBox-btn button {
    padding: 8px 20px;
    font-size: 14px;
    text-decoration: none;
    height: 35px;
    width: 100%;
    cursor: pointer;
    border-radius: 3px;
    border: none !important;
    color: white;
    transition: all ease .4s;
}
.form-visa-item-searchBox-btn button:hover{
    opacity:.6
}

.filtertip-searchbox {
    background: #fff;
}
.filtertip_visa{
    position: relative;
    padding:10px;
}
.filtertip_visa::after {
    content: " ";
    bottom: 0;
    top: 100%;
    right: calc(50% - 10px);
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 10px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #B1B1B1;
}

.card_visa {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 10px;

    background: #fff;
}
.col_right_visa {
    width: 80%;
    padding: 0 20px;
    disply:flex;
    flex-wrap: wrap;
}

.col_left_visa {
    width: 20%;
    padding: 12px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    border-right: 1px solid #ddd;
    height: 100%;
}
.col_left_visa > div{
    width:100%
}
.col_left_visa::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: transparent;
    border-top-color: #ddd;
    right: -12px;
}
.col_left_visa::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #ddd;
    right: -12px;
}
.prices_visa{
    text-align: center;
    margin-bottom: 10px;
}
.prices_visa span:last-child{
    font-size: 12px;
    color:#444
}
.CurrencyText{
    font-size: 12px;
    font-style:normal;
    color:#444
}
.col_right_visa div {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    align-items: center;
}
.theme-btn2 {
    background: #37cdc8;
    color: #fff;
    transition: all ease .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col_right_visa ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    padding: 10px;
    padding-right: 10px;
    padding-right: 0;
}
.col_right_visa ul li {
    padding: 0 10px;
}
.col_right_visa ul li span {
    font-size:13px;
}
.col_right_visa ul li span i {
    font-style: normal;
    margin-right: 3px;
    color: #666;
}

.col_left_visa .theme-btn {
    width: 100%;
    height: 40px;
    background: #37cdc8;
    color: #fff;
    transition: all ease .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .4s;
}
.col_left_visa .theme-btn:hover{
    opacity:.6
}


.international-available-panel-min {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
ul.tabs {
    display: flex;
    justify-content: center;
}

ul.tabs li {
    font-size: 13px;
    width: 24%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    color: #666666;
    display: inline-block;
    padding: 8px 10px 0;
    cursor: pointer;
    text-align: center;
}

ul.tabs li.current {
    border-top: 2px solid;
    border-top-color: currentcolor;
    border-top-color: currentcolor;
    border-right: 1px #ddd solid;
    border-left: 1px #ddd solid;
    background-color: #f3f3f3;
    border-radius: 3px 3px 0 0;
    height: 40px;
    position: relative;
}
.tab-content {
    display: none;
    padding: 15px;
    margin: 0;
    font-size: 13px;
    color: #2a2a2a;
    line-height: 26px;
    background-color: white;
    text-align: justify;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tab-content.current {
    display: inherit;
}
.international-available-detail-btn, .btn-available-d-n,
.slideUpAirDescription{
    display: inline-flex;
    padding: 5px;
    margin: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
}

.international-available-detail-btn i{
    margin-right:5px
}
.international-available-detail-btn.more_1{
    border-top:none;
    margin-left: 35px;
    font-size: 12px;
    color: #777;
    width: 100%;

}
.international-available-details {

    background: #f9fafe;}
.my-more-info {
    display: inline-block;
    z-index: 1;
    margin: 0 auto 0 33px;
    padding: 5px 8px 5px 7px;
    border-radius: 5px;
    position: relative;
    font-size: 12px;
    font-family: inherit;
    color: #777777;
    transition: all ease 0.3s;
    cursor: pointer;
}
.international-available-detail-btn i.fa-angle-down, .btn-available-d-n i.fa-angle-down {
    font-size: 14px;
}

.international-available-panel-max {
    padding: 15px 0 0;
    height: auto;
    background: #f9fafe;
}
.price_visa{

    font-weight: 900;
    font-size: 1.4rem;
    color: #000;
}
.prepayment {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #686868;
    margin-top:10px
}
.prepayment span {
    font-size: 18px;
    color: #0abb17;
    font-family: IRANSansnum;
    padding: 0 5px;
}

#steps {
    width: 100%;
    margin: 15px auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.steps_items {
    display: flex;
    align-items: center;
    position: relative;
    width: calc(100% - 140px);
}
.step:first-child {
    line-height: 40px;
}
.step.done span {
    z-index: 1;
    background-color: #58bb58;
    border-color: #58bb58;
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
}
.step span {
    width: 40px;
    height: 40px;
    background-color: white;
    border: 2px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-radius: 50%;
    color: #cdd0da;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.step h3 {
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}
.steps_items .separator {
    width: 20%;
    height: 3px;
    display: block;
    background-color: #ccc;
    transform: translate(0, -13px);
    content: "";
    margin-right: -10px;
    margin-left: -10px;
}
.donetoactive {
    background: linear-gradient(to left, #58bb58 0%, #666 100%);
    background-color: rgba(0, 0, 0, 0);
}

.step:nth-child(n+2) {
    padding: 0;
}
.step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 120px;
}
.step.active span {
    border-color: #666;
    color: #666;
}
.flat_icon_airplane svg {
    width: 20px;
    height: 20px;
    fill:currentColor;
}
.counter.counter-analog {
    direction: ltr;
    width: 140px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 5px;
    text-align: center;
    border-radius: 3px;
    margin-right: auto;
    opacity: .4;
}
.s-u-passenger-wrapper {
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 15px auto 0;
}
.s-u-last-p-bozorgsal-change, .s-u-last-p-nozad-change, .s-u-last-p-koodak-change, .s-u-last-p-pasenger {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    color: #646464;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.s-u-last-p-bozorgsal-change i{
    margin-left:5px
}
.s-u-result-item-change {
    border-radius: 0;
    border: none;
    display: flex;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.s-u-result-item-change:last-child {
    border: none;
}
.visaInfoTitle{
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding:5px 0
}
.row-visa{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:10px
}
.visa_detail{
    width: 33.3333%;
    text-align: right;
    padding:10px 5px;
    font-size:14px
}
.panel-default-change .panel-heading-change {
    border-bottom: 1px dashed #c3c3c3;
    text-align: right;
    padding: 5px 10px;
}
.control--checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
    margin:0;
}
.control--checkbox span {
    padding-right: 30px;
    font-size: 14px;
}
.control--checkbox input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}
.checkbox {
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 2px;
    transition: border-color .2s;
    transition-delay: .3s;
}
.control--checkbox input:checked ~ .checkbox .filler {
    transform: scale(0, 0);
    border-radius: 3px;
    transition-delay: 0s;
}
.filler {
    position: relative;
    width: 16px;
    height: 16px;
    background: white;
    transform: scale(1, 1);
    transition: transform .2s;
    transition-delay: 0s;
    transition-delay: .2s;
    will-change: transform;
}

.checkbox svg {
    position: absolute;
    width: 0;
    height:0;
    transition: all ease .4s;
}
.control--checkbox input:checked ~ .checkbox svg {
    width: 100%;
    height:100%
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.f-loader-check{
    content:'';
    display:block;
    position:absolute;
    width:30px;
    height:30px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 3px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#lowest .f-loader-check{
    top:calc(50% - 15px);
    left:calc(50% - 15px);
}
polyline {
    position: absolute;
    fill: none;
    stroke: #FFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: stroke-dashoffset .2s;
    transition-delay: 0s;
    transition-delay: 0s;
    will-change: stroke-dashoffset;
}

.panel-body-change {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.s-u-passenger-item-change {
    position: relative;
    margin: 5px 0;
    padding: 0 5px;
    font-size: 12px;
}
.s-u-passenger-item {
    width: 25%;
    flex: 0 0 25%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 5px 0;
    position: relative;
    font-size: 11px;
}
.s-u-passenger-item input, .s-u-passenger-item select, .s-u-passenger-item-hotel input, .s-u-passenger-item-hotel select {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    transition: all ease .4s;
    text-align: right;
}
.s-u-passenger-item input:focus {
    border-color: #666;
}
.panel-default-change-Buyer .s-u-passenger-item-change {
    flex-grow: 1;
}
.s-u-passenger-item-change {
    margin: 5px 0;
    padding: 0 5px;
    font-size: 12px;
}
.panel-default-change-Buyer .s-u-passenger-item-change input {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
}
.panel-default-change-Buyer {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btns_factors_n {
    padding: 15px 0;
    display: flex;
    align-items: center;
}
.btns_factors_n .passengersDetailLocal_next {
    margin-right: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-u-submit-passenger-Buyer {
    height: 42px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    margin-left: 0;
    direction: rtl;
    cursor: pointer;
    transition: all ease .4s;
    color:#fff;
    display: inline-flex;
    padding: 5px 15px;
    align-items: center;
    min-width: 150px;
    justify-content: center;
}
.s-u-submit-passenger-Buyer:hover{
    opacity: .6;
}
.visa_detail i{
    font-style: normal;
}
.visa_price i{
    font-style: normal;
    font-size: 18px;
    color:#000

}
.panel-default-change > .panel-heading-change {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
    text-align: right;
    overflow: auto;
    border-bottom: 1px dashed #c3c3c3;
}
.s-u-last-passenger-btn {
    border: 1px solid #ccc;
    margin-right: auto;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    transition: all ease .4s;
    display: flex;
    align-items: center;
    color:#000
}
.s-u-last-passenger-btn i {
    color: #444;
}
.alert_msg {
    width: 100%;
    text-align: right;
    color: #fc3434;
}
.Dash-ContentL-B-Title h3{
    text-align: right;
    font-size: 1.1rem;
}
.main-Content-bottom-table table thead {
    background-color: rgba(0, 0, 0, 0.16);
    color: #363636;
    background-color: #E5E5E5;
    padding: 3px 0 0;
    text-align: center;
}
.Dash-ContentL-B-Table table th {
    border-left: 1px solid #dadada;
}
.Dash-ContentL-B-Table table th {
    padding: 6px 0;
    font-size: 13px;
    font-family: inherit;
    font-weight: normal;
}
.Dash-ContentL-B-Table table tbody tr {
    font-family: 'FontAwesome', inherit;
    font-size: 13px;
    font-style: normal;
    margin: 0 4px;
    color: #666;
    line-height: 28px;
    vertical-align: top;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    vertical-align: middle;
}
.Dash-ContentL-B-Table table td {
    border-left: 1px solid #f1f1f1;
}

.FilterHoteltype[type="checkbox"]:not(:checked) + label::before, .FilterHoteltype[type="checkbox"]:checked + label::before {
    content: '';
    position: relative;
    width: 25px;
    height: 25px;
    border: 2px solid #ccc;
    background: #fff;
    margin-left: 10px;
    border-radius: 3px;
    display:inline-block;
}
.FilterHoteltype[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}
.FilterHoteltype[type="checkbox"]:not(:checked), .FilterHoteltype[type="checkbox"]:checked {
    position: absolute;
    right: -9999px;
}
.FilterHoteltype[type="checkbox"]:not(:checked) + label::after, .FilterHoteltype[type="checkbox"]:checked + label::after {
    content: '✔';
    position: absolute;
    top: 5px;
    right: 2px;
    font-size: 1.7em;
    line-height: 0.8;
    color: #fc3434;
    transition: all .2s;
    font-family: inherit;
}

.FilterHoteltypeName {
    color: #686868;
    margin-bottom: 0;
    display: flex;
    font-size: 14px;
    position: relative;
    cursor:pointer;
    align-items: center;
}

.s-u-result-item-RulsCheck-item {
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
}

.factorLocal-btn {
    padding: 0 30px !important;
    border-radius: 3px;
    line-height: 37px;
}
.FilterHoteltype[type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.text_div_morei {
    margin-left: auto;
    margin-right:10px;
    right: 10px;
    font-size: 12px;
}
.Dash-ContentL-B-Table table tbody tr {
    font-size: 13px;
    font-style: normal;
    margin: 0 4px;
    color: #666;
    line-height: 28px;
    vertical-align: top;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    vertical-align: middle;
}


.btn-final-Reserve{
    text-align: left;
    padding:5px
}
.main-pay-content {
    background: #fff;
    padding: 23px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    display: none;
    flex-wrap: wrap;
}
.s-u-p-factor-bank {
    margin: 10px auto;
    border: 1px solid #ddd;
    padding-bottom: 20px;
    width: 49%;
    height: auto;
    position: relative;
    text-align: center;
    background-color: #fff;
}
.s-u-p-factor-bank {
    border-radius: 3px;
    box-shadow: 0 0 7px -3px rgba(0, 0, 0, 0.1);
    min-height: 305px;
}
.s-u-p-factor-bank-change > h4 {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
    padding: 10px;
}

.s-u-select-bank {
    position: relative;
    display: flex;
    background: #eee;
    padding: 15px 15px 15px 15px;
    border-radius: 2px;
    font-family: inherit;
    color: #333;
    font-weight: 700;
    transition-duration: .3s;
    width: 100%;
    box-sizing: border-box;
    margin-top: 3%;
    justify-content: center;
    flex-wrap: wrap;
}
.s-u-select-bank form {
    width: 100%;
}
.main-banks-logo {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
}
.bank-logo {
    transition: all ease .4s;
    position: relative;
    width: 25%;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #999;
    padding: 5px;
    border-radius: 5px;
}
.s-u-select-update-change {
    width: 39%;
    background-color: #1E3846;
    color: #fff;
    font-size: 13px;
    font-family: inherit;
    font-weight: normal;
    line-height: 44px;
    display: block;
    margin: 10px auto;
    border-radius: 3px;
    transition: all ease .4s;
}
.s-u-bank-logo-bank {
    display: inline;
    height: auto;
    vertical-align: middle;
    width: 40px;
}

.BoxErrorSearch {
    background-color: #AA2932 !important;
}
.messge-login {
    width: 95%;
    margin: 0 auto;
    direction: rtl;
    background: #D8EDF0;
    background-color: rgb(216, 237, 240);
    padding: 10px;
    text-align:right;
    font-size: 14px;
    border: 1px solid #D8EDF0;
    border-radius: 4px;
    color: #1F7683;
    display: flex;
    align-items: center;

}
.IconBoxErrorSearch {
    font-size: 59px !important;
    color: #FFFFFF !important;
    vertical-align: middle;

}
.TextBoxErrorSearch {
    color: #FFFFFF !important;
    margin-right: 15px;
    font-size: 16px;
}
.s-u-passenger-item::before,.s-u-passenger-item-change::before {
    content: "*";
    color: #f33;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 1;
    font-size: 20px;
    top: 10px;
    height: 10px;
    line-height: 10px;
    font-family: inherit !important;
}
.s-u-passenger-item.no-star::before,
.s-u-passenger-item-change.no-star::before
{
    display:none
}



.lazy-loader-parent{
    background-color: rgba(54,70,93,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index:99999;
}
.loader-page{
    color:#000;
    background:linear-gradient(to bottom, #90dffe 0%,#38a3d1 100%);
    width:50%;
    max-width:600px;
    height: auto;
    min-height: 300px;
    padding:20px!important;
    margin:0 auto;
    margin-top:150px!important;
    font-size:14px;
    line-height: 44px;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 15px 35px 0 rgba(0,0,0,.5);
}
.loader-page::before {
    content: '';
    height: 240px;
    margin-top: -90px;
    position: relative;
    background: url('../images/flight_loader.png') no-repeat center/contain;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width:100%;
}

.loader-txt{
    width:70%;
    margin: auto;
    min-width: 400px;
}
.lazy_loader_flight{

    display:none;
    align-items:center
}
.modal-content-flight{
    width: 600px;
    margin: 0 auto;
}
.modal-body-flight
{
    text-align:center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    padding: 15px 15px 0;
    position: relative;
}
.timeout-modal__flight{
    font-weight: 100;
    font-size:14px;
    padding:3px 10px 10px;
}
.timeout-modal__image {
    display: block;
    width: 125px;
    height: auto;
    margin: 1em auto 0;
}
.timeout-modal__title {
    color: orange;
}

.img_timeoute_svg{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.img_timeoute_svg svg{
    width:100%;
    height:100%
}
.timeout-modal__title{
    display:block;
    width: 100%;
    text-align: center;
    padding:10px 0;
}
.timeout-modal__leading-text {
    font-weight: 900;
    font-size: 1.25em;
    padding:5px;
}
.timeout-modal__supporting-text {
    font-size: .875em;
}
.btn-research{
    width:100%;
    padding:10px;
    transition: all ease .4s;
}
.btn-research:hover{
    opacity:.8;
}
.btn_back_home{
    padding:10px 0;
}
.btn_back_home{
    font-size:14px
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display:flex;
    align-items: center;
}
.file-upload-wrapper::before {
    content: "آپلود";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 33px;
    background: #4daf7c;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 3px 0 0 3px;
    width: 55px;
    text-align: center;
    cursor:pointer;
    transition: all ease .4s;
}
.file-upload-wrapper:hover::before{
    opacity: .6;
}
.file-upload-wrapper::after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    right: 0;
    padding: 5px 10px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
    cursor:pointer;
    text-align:right
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 35px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}







@media (max-width: 767px) {

    .col_right_visa {
        width: 100%;
    }
    .col_right_visa div h5{
        font-size: 14px;
        margin:0

    }
    .theme-btn2{
        font-size:14px
    }
    .col_left_visa {
        border-top: 1px solid #ccc;
        border-right: none;
        width: 100%;
        height: auto;
    }
    .card_visa {
        flex-wrap: wrap;
    }
    .col_right_visa ul li {
        padding: 5px 0;
        width: 50%;
    }

    .col_left_visa::before,
    .col_left_visa::after{
        display:none
    }
    .prices_visa > span {
        text-align: center;
        padding: 3px 0;
        color: #28a745;
        font-size: 23px;
        font-family: IRANSansnum;
    }
    .s-u-passenger-item {
        width: 50%;
        flex: 0 0 50%;
    }

}

@media(max-width: 576px){
    .s-u-p-factor-bank{
        width: 100%;
    }
    .cancel-passenger{
        font-size:13px
    }
    .visa_detail{width: 50%}
    .steps_items {
        display: none;
    }
    .counter.counter-analog {
        margin: 5px auto 0;
    }
    .s-u-passenger-item {
        width: 100%;
        flex: 0 0 100%;
    }
}

.warning_text_box{
    background-color: #fff;
    border: 3px dashed #ffe049;
    border-radius: 5px;
    padding: 7px 5px;
    margin: 7px;
}

.doubt{
    width: 100%;
    margin: 15px auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
}