/*******public style *******/
.b-secondary-color{
    background-color: #479361;
}
.md-form.md-outline input[type=date].valid, .md-form.md-outline input[type=date]:focus.valid, .md-form.md-outline input[type=datetime-local].valid, .md-form.md-outline input[type=datetime-local]:focus.valid, .md-form.md-outline input[type=email].valid, .md-form.md-outline input[type=email]:focus.valid, .md-form.md-outline input[type=number].valid, .md-form.md-outline input[type=number]:focus.valid, .md-form.md-outline input[type=password].valid, .md-form.md-outline input[type=password]:focus.valid, .md-form.md-outline input[type=search-md].valid, .md-form.md-outline input[type=search-md]:focus.valid, .md-form.md-outline input[type=search].valid, .md-form.md-outline input[type=search]:focus.valid, .md-form.md-outline input[type=tel].valid, .md-form.md-outline input[type=tel]:focus.valid, .md-form.md-outline input[type=text].valid, .md-form.md-outline input[type=text]:focus.valid, .md-form.md-outline input[type=time].valid, .md-form.md-outline input[type=time]:focus.valid, .md-form.md-outline input[type=url].valid, .md-form.md-outline input[type=url]:focus.valid, .md-form.md-outline textarea.md-textarea.valid, .md-form.md-outline textarea.md-textarea:focus.valid {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 1px #28a745;
    box-shadow: inset 0 0 0 1px #28a745;
}
.md-outline.select-wrapper+label {
    top: .5em !important;
    z-index: 2 !important;
    }

.box{
    margin-top: 10px;
    margin-bottom: 10px;
   padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
    border-radius: 3px;
    border: 1px solid #274f35;
}
.error {
    color: red;
    position: inherit;
    font-size: small;
    display: contents;
}

.form-check-input[type=checkbox]+label:before,
.form-check-input[type=checkbox]:not(.filled-in)+label:after,
label.btn input[type=checkbox]+label:before,
label.btn input[type=checkbox]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #274f35;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    margin-top: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem;
}

body {
    text-align: left;
}

textarea:focus,
input:focus,
textarea:hover,
input:hover,
select:focus,
select:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

.md-form.md-outline label {
    font-size: 14px;
}

.navbar.navbar-light form .md-form input {
    border: 1px solid #dadce0;
}

.form-check-inline .form-check-input {
    position: absolute;
}

.form-check-inline {
    margin-right: 1.5rem;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.md-form.md-outline .form-control {
    padding-left: 10px;
}

html {
    direction: ltr;
}

.md-toast-message {
    font-size: 14px;
}

.form-check {
    padding-left: 0;
}

.table tbody+tbody {
    border-top: 1px solid #dee2e6;
}

.modal-dialog.modal-notify .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

table.table thead th {
    background-color: #f38620;
    color:#fff;
}

.md-form.md-outline .select_input.active {
    background: #fff;
    color: #4FA46C;
}

.select_input_traveler {
    font-size: .7rem;
    position: absolute;
    top: 1.2rem;
    left: 0;
    padding-right: 10px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: text;
    color: #757575;
}

.md-form.md-outline .select_input_traveler.active {
    background: #fff;
    color: #4FA46C;
}

.modal_body_search_in_traveler {
    padding: 1rem;
}

.modal-header {
    border-bottom: 0px;
}

.select_traveler_from_oldest {
    color: #82b138;
    background-color: #fff;
    border: 1px solid #82b138;
    box-shadow: 0 0 0 0px black;
}

.select_traveler_from_oldest:hover {
    color: #82b138;
    background-color: #fff;
    border: 1px solid #82b138;
    box-shadow: 0 0 0 0px black;
}
.Adult .md-form.md-outline .mainlabel{
    margin-left:10px;
    background: #fff;
    z-index:10;
}
.Child .md-form.md-outline .mainlabel.active {
    background-color: #fff;
    z-index: 10;
}
.Infant .md-form.md-outline .mainlabel.active {
    background-color: #fff;
    z-index: 10;
}
#another_box .md-form.md-outline label.active
, .box .md-form.md-outline label.active
{
    background-color: #fff;
    z-index: 10;
}
.modal-dialog.modal-notify .modal-body {
    padding: 0px;
}
.my-shadow {
    box-shadow: 0px 11px 20px 1px #0000002e;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    padding: .5rem 0.1rem;
    color: inherit;
}
table td {
    font-size: .9rem;
    font-weight: 300;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #f0f0f0;
}
table th {
    font-size: .8rem;
    font-weight: 300;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table {

    color: #757575;
}
.table-responsive {
    background-color: #ffffff;
    border: 1px solid #d82d1c;
    border-radius: 3px;
    font-size: 0.8rem;
}
#flight_info {
    margin-top: 20px;
}
.close_icon {
    width: 50%;
}
.inline-block {
    display: inline-block;
}
.padding-no {
    padding-right: 0px;
    padding-left: 0px;
}
.padding-min {
    padding-right: 5px;
    padding-left: 5px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    /* background-color: #007bff; */
    background-color: #4FA46C;
    border: 1px solid #4FA46C;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.nav-link {
    padding: 5px;
}
.custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #f2861c;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff;
}
.grow {
    transition: all .2s ease-in-out;
}
.grow:hover {
    transform: scale(1.1);
}
.form-p {
    margin: 0px;
}
.padding-2 {
    padding-left: 2px;
    padding-right: 2px;
}
#amount {
    width: 100%;
    font-size: 12px;
}
.custom-control {
    margin-right: 0px;
}
.datepicker-plot-area .toolbox .pwt-btn-calendar {
    float: left;
}
.datepicker-plot-area {
    top: 0;
    width: 300px;
}
select {
    height: 100%;
}
#temp_link {
    display: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 13px;
        background: #eee;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

    select,
    textarea,
    input {
        font-size: 13px;
    }
}
.select2-container {
    /* display: grid; */
}
span {
    font-family: 'Open Sans', sans-serif;
    ;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    font-family: 'Open Sans', sans-serif;
    ;
    font-size: 12px;
}
.bfh-selectbox.open>.bfh-selectbox-options {
    display: block;
    width: 200px;
}
#myProgress {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #f38425;
}
#myBar {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #254c9c;
}
#label {
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.navbar .navbar-brand,
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    padding-left: 10px;
    font-size: 20px;
    padding-right: 50px;
    width: 220px;
}

@media print {

    footer,#print,.btn_print,.download_botton {
        display: none;
    }
    header{
        display:none;
    }

}

body {
    overflow-x: hidden;
}

.table {

    margin-bottom: 0;

}

.ui-datepicker select.ui-datepicker-year {
    overflow: scroll;
}



.error {
    color: red;
}

#searchbutton {
    margin: 0 auto;
}

#flight_masir_info_search {
    background: #dde3e6;
    padding-top: 10px;
    color: #424242;
    padding-right: 5px;
    padding-left: 5px;
}

.input-group {
    direction: ltr;
}

#Adult {
    height: 31px;
    margin-top: 6px;
}

#Child {
    height: 31px;
    margin-top: 6px;
}

#Infant {
    height: 31px;
    margin-top: 6px;
}

.bfh-selectbox .bfh-selectbox-options ul li>a:hover,
.bfh-selectbox .bfh-selectbox-options ul li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3FBFBE;
}

.bfh-selectbox .bfh-selectbox-options ul li>a {

    padding: 9px 20px;
    border-bottom: 1px solid #eee;
    color: #657A86;
}

.bfh-selectbox .bfh-selectbox-options {}

.modal-notify .modal-header {
    border-radius: 3px 3px 0 0;
}

.modal-notify .modal-content {
    border-radius: 3px;
}

.navbar .dropdown-menu {
    margin-top: 15px;
}

.navbar {
    margin-bottom: 0px;
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
strong,
ul,
li,
ol,
a {
    font-family: 'Open Sans', sans-serif;
    ;

}

#flight_des:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}


#search_filter,
.flight_filter,
#flight_des,
flight_search,
#bilit {

    background-color: #fff;
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
    border-radius: 3px;
    padding: 15px 15px 10px;

}

.flight_filter {
    margin-bottom: 10px;
}

nav-link {
    margin-right: 20px;
}

.flight_des {
    margin-bottom: 10px;
}

span,
input {
    font-size: 11px;
}

h6 {
    font-size: 14px;
}

.form-control {
    font-family: 'Open Sans', sans-serif;
    ;
    font-size: 12px;
}


/*h6{
	font-weight: 900;
} */
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 0.11);
}

.bd-calendar,
.bd-title {
    width: 210px;
    padding: 0;
    font-size: 10px;
    margin: 0;
}

#search_img {
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    /* Safari */
    transition: width 2s, height 2s, transform 2s;
}

#search_img:hover,
flight_search_toggle:hover {

    -webkit-transform: rotate(-180deg);
    /* Safari */
    transform: rotate(-180deg);
}

.bilit {

    padding: 10px;
}


.bfh-selectbox-option {
    font-size: 13px;
    color: #657A86;
}

.form-control {
    box-shadow: none;
    font-weight: normal;
    font-size: 13px;
}

.form-control:focus {
    border-color: #ec7500;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/*********** menu ******************/
.top-bar {
    background-color: #f1f1f1;
    direction: rtl;
}

.support_daitels {
    text-align: center;
    padding: 20px 5px;
    border-bottom: 1px solid #f18721;

}

.support_daitels_title {
    cursor: pointer;
    color: #4FA46C;

}

.support_daitels_num1,
.support_daitels_num2 {
    font-size: 1.3rem;
    cursor: pointer;
    font-weight: 600;
    color: #2349b0;

}

.support_daitels_email {
    font-weight: 300;
    cursor: pointer;
    color: #f18529
}

.user_info_detail {
    position: relative;
    border: 1px solid #d9d9d9;
}

.user_info_detail:after,
.arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.user_info_detail:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #e2e2e2;
    border-width: 10px;
    margin-left: -10px;
}

.user_info_detail:before {
    border-color: rgba(67, 77, 84, 0);
    border-bottom-color: #434d54;
    border-width: 36px;
    margin-left: -36px;
}

.navbar-header.col {
    padding: 0 !important;
}

.navbar {
    background: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #dfe3e8;
    border-radius: 0;
}

.nav-link img {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: -8px 0;
    float: left;

}

.navbar .navbar-brand,
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    padding-left: 10px;
    font-size: 20px;
    padding-right: 50px;
}

.navbar .navbar-brand b {
    font-weight: bold;
    color: #33cabb;
}

.navbar .form-inline {
    display: inline-block;
}

.navbar .nav li {
    position: relative;
}


.navbar .nav .btn-primary,
.navbar .nav .btn-primary:active {
    color: #fff;
    background: #33cabb;
    padding-top: 8px;
    padding-bottom: 6px;
    vertical-align: middle;
    border: none;
}

.navbar .nav .btn-primary:hover,
.navbar .nav .btn-primary:focus {
    color: #fff;
    outline: none;
    background: #31bfb1;
}

.navbar .navbar-right li:first-child a {
    padding-right: 30px;
}

.navbar .nav-item i {
    font-size: 18px;
}

.navbar .dropdown-item i {
    font-size: 13px;
    min-width: 20px;
}

.navbar ul.nav li.active a,
.navbar ul.nav li.open>a {
    background: transparent !important;
}

.navbar .nav .get-started-btn {
    min-width: 120px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar ul.nav li.open>a.get-started-btn {
    color: #fff;
    background: #31bfb1 !important;
}

.navbar .dropdown-menu {
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.navbar .nav .dropdown-menu li {
    color: #999;
    font-weight: normal;
    border-bottom: 1px solid #23233214;
}

.navbar .nav .dropdown-menu li a,
.navbar .nav .dropdown-menu li a:hover,
.navbar .nav .dropdown-menu li a:focus {
    padding: 8px 20px;
    line-height: normal;
    text-align: left;
}

.navbar .navbar-form {
    border: none;
}

.navbar .dropdown-menu.form-wrapper {

    padding: 20px;
    left: 0;
    right: auto;
    font-size: 14px;
}

.navbar .dropdown-menu.form-wrapper a {
    color: #33cabb;
    padding: 0 !important;
}

.navbar .dropdown-menu.form-wrapper a:hover {
    text-decoration: underline;
}

.navbar .form-wrapper .hint-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
}

.navbar .form-wrapper .social-btn .btn,
.navbar .form-wrapper .social-btn .btn:hover {
    color: #fff;
    margin: 0;
    padding: 0 !important;
    font-size: 13px;
    border: none;
    transition: all 0.4s;
    text-align: center;
    line-height: 34px;
    width: 47%;
    text-decoration: none;
}

.navbar .social-btn .btn-primary {
    background: #507cc0;
}

.navbar .social-btn .btn-primary:hover {
    background: #4676bd;
}

.navbar .social-btn .btn-info {
    background: #64ccf1;
}

.navbar .social-btn .btn-info:hover {
    background: #4ec7ef;
}

.navbar .social-btn .btn i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.navbar .form-wrapper .form-footer {
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
}

.navbar .form-wrapper .form-footer a:hover {
    text-decoration: underline;
}

.navbar .form-wrapper .checkbox-inline input {
    margin-top: 3px;
}

.or-seperator {
    margin-top: 32px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.or-seperator b {
    color: #666;
    padding: 0 8px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -15px;
    z-index: 1;
}

.navbar .checkbox-inline {
    font-size: 13px;
}

.navbar .navbar-right .dropdown-toggle::after {
    display: none;
}

@media (min-width: 1200px) {
    .form-inline .input-group {
        width: 300px;
        margin-left: 30px;
    }
}



#flight_header1 {
    color: #0B8043;
}

#flight_header2 {
    color: #C53929;
}

.ui-datepicker {
    z-index: 3;
}

.input-group {
    z-index: 1;
}

.ui-widget-content .ui-icon {
    background-image: url("images/glyphicons-halflings.png") !important;
}

.ui-widget-header .ui-icon {
    background-image: url("images/glyphicons-halflings.png") !important;
}

.dropdown-menu {

    left: 0;

}

.navbar {
    padding: 0px;

}

.navbar-brand {
    margin-right: 0px;
    width: 280px;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.nav .nav-item .nav-link {
    color: #2c47a4;
}



.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: rgb(216, 45, 28);
}

.error {
    font-size: 11px;
    color: red;
}

.tab-content>.active {
    padding: 20px 10px;
}

.form-control {
    border-radius: 0px;
}

body {
    background-color: #f5f5f5;
}

.fa-comments:before {
    font-size: 24px;
    padding: 0 10px;
}

.fa-user:before {
    content: "\f007";
    padding: 0 10px;
}

.fa-user-headset:before {
    font-size: 24px;
    padding: 0 10px;
}

.fa-headphones:before {
    font-size: 24px;
    padding: 0 10px;
}

.fa-plane-arrival:before {
    font-size: 24px;

}

.relative {

    cursor: pointer;


}

.relative .des {
    padding: 5px;
    direction: rtl;
    visibility: hidden;
    color: #fff;
    background-color: #fff;
    width: 250px;

    position: absolute;
    z-index: 1;
}

.ui-datepicker-rtl .ui-datepicker-next {
    content: "\f086";
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #f57c00;
    color: #fff;
    font-size: 12px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #f57c0091;
    color: #fff;
    font-size: 12px;
}

.ui-datepicker-prev span {
    background-image: url(http://legacy.australianetwork.com/img/icon_arrow_left_black.png) !important;
    background-position: 0px 0px !important;
}

.ui-datepicker-prev span:before {
    content: "\f104";
    font-family: FontAwesome;
    position: relative;
}

.bfh-selectbox .bfh-selectbox-options {
    position: absolute;
    top: 100%;
    right: 0;
}

#support {
    border-left: 1px solid #244ca259;


}

@media (min-width: 1132px) {
    .menu_icon{
        border-right: 1px solid #244ca259;
    }
    #user {
        width: 250px;
    }

    #support {
        border-left: 1px solid #244ca259;
        width: 250px;

    }
}

@media (max-width: 1122px) {
    #main_menu_fix {
        display: none;
    }

    .datepicker-plot-area .toolbox {
        display: block;
        float: left;
        width: 100%;
        z-index: 1000;
        margin-top: 120px;
    }

    .navbar .nav .dropdown-menu li a,
    .navbar .nav .dropdown-menu li a:hover,
    .navbar .nav .dropdown-menu li a:focus {
        font-weight: 600;
        font-size: 10px;
        padding: 10px;
    }

    .navbar.navbar-light .navbar-nav .nav-item {
        border-right: 0px;
    }

    #menu_c {
        display: none;
    }

    .navbar {
        z-index: 10000;
        height: 50px;
    }

    #user,
    #support {
        border-right: 0px;
        width: 50px;
        float: right;
        font-size: small;
        border-left: 0px;

    }

    #search_main {
        margin-top: 50px;
    }

    .navbar .navbar-brand,
    .navbar .navbar-brand:hover,
    .navbar .navbar-brand:focus {

        height: 0;

    }

    .navbar .form-inline {
        display: block;
    }

    .navbar .nav .btn-primary,
    .navbar .nav .btn-primary:active {
        display: block;
    }

    .navbar-nav {
        display: block;

    }

    .navbar .nav-item .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 8px;
    }

    .navbar-brand {

        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 0px;
        padding-left: 20px;

        white-space: nowrap;
    }

    .support_title,
    #user_title {
        display: none;
    }

    #top_search {
        margin-top: -80px;
    }

    .navbar-brand img {
        max-width: 100%;
        height: auto;
        position: absolute;
        width: 150px;
        height: auto;
        top: 0px;
        margin-top: 8px;
        margin-right: 5px;
        left: 0px;
    }
}

.select2 span,
.select2-container span,
.select2-container--default span,
.select2-container--below span,
.select2-container--open span {
    font-size: 13px;
}

#select2-destination-result-wszd-شهرهای پر تردد {
    color: #323232;
}

.select2-results__option {
    border-bottom: 1px solid #e1e1e1;
}

.select2-dropdown {
    width: 200px;

}

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

}

.select2-container {
    float: right;
}

.form-control {

    display: inline-table;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {

    padding: 0px;
    margin: 0px;
}

.select2-dropdown {
    width: 200px;
}

.select2-container--open .select2-dropdown {
    left: 0;
    width: 200px;
}

#select2-drop {
    width: 200px;
}


.bfh-selectbox-option {
    font-size: 13px;
    color: #222;
    padding-right: 5px;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/* Reposition the controls slightly */
.carousel-control {
    left: -12px;
}

.info-color-dark {
    background-color: #ff9800;
}

.md-form {
    margin-top: 8px;
    margin-bottom: 0;
}

.bfh-selectbox .bfh-selectbox-options {
    position: absolute;
    top: 68%;
    right: 0;
    min-width: 100%;
}

.pb-5,
.py-5 {
    padding-bottom: 0;
}

body {
    background-color: #fff;

}

.bfh-selectbox.open>.bfh-selectbox-options {
    display: block;
    width: 200px;
}

.relative .des {
    right: 0;
}

.select2 .select2-container .select2-container--default {
    width: 100%;
    padding: 0;
    margin: 0;
}

.select2-container .select2-dropdown-open {
    width: 170%;
}


.fa-exchange-alt {
    cursor: pointer;
    border: 1px solid #f0851a;
    color: #f08528;
    padding: 3px;
    vertical-align: -webkit-baseline-middle;
    border-radius: 100px;
}

@media only screen and (max-width: 1075px) {
    .dorne-clients-area {
        display: none;
    }

    .relative .des {
        width: 100%;
    }

    #origin_dastination {
        margin-top: 10px;
        margin-bottom: 10px;

    }

    #dates {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 45px;
    }

    #travelers {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #orgign_destination_change_arrow {
        float: left;
        background-color: #fff;

    }

    #origin_div,
    #destination_div {
        height: 45px;


    }

    #search_form_div_submit {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;

    }

    .relative .des {
        padding: 5px;
        border-radius: 5px;
        direction: rtl;
        visibility: hidden;
        color: #fff;
        background-color: #f5f5f5;
        width: 200px;
        position: absolute;
        z-index: 1;
        border: 1px solid #f57c00;
        width: 100%;
    }

    #temp_link {
        border-right: 0px;
        width: 50px;
        float: right;
        font-size: small;
        display: unset;
    }

    .navbar-header {
        width: 150px;
    }
}

.select2-container {
    display: grid;
    top: 20%;
}

input:hover {
    outline-style: none;
    box-shadow: none;
    /*border-color:transparent;*/
}

donateDivRight,
newsDiv {
    display: none;
}

.flight_filter {
    padding: 0px;
}

.flight_filter h6 {
    padding: 10px;
    border-bottom: 1px solid #ececec;
    color: #030303;
}

.filter_lists {
    padding: 10px;
}

#open_filters {
    display: none;
}

#filters {
    display: block;
}

@media (max-width: 992px) {
    #open_filters {
        display: block;
    }

    #filters {
        display: none;
    }
}

.dropdown-menu {
    padding: 0px;

    border: 0px;
}

.dropdown-item {
    white-space: normal;
}

a.waves-effect,
a.waves-light {
    display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #eaeaea;
}

.navbar .dropdown-menu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tumb_img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 1s;

}

.tumb_img:hover {
    -webkit-filter: none;
    /* Safari 6.0 - 9.0 */
    filter: none;

}

select {
    font-family: 'Open Sans', sans-serif;
    ;
    border: none;
    border-radius: 0px;
}

.md-tabs {
    padding: 0px;
}

.pt-5,
.py-5 {
    padding-top: 0px;
}

/* index page tabs ul  */

@media (max-width: 768px) {
    #myTabJust {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #myTabJust {
        width: 400px;
    }
}

img {
    max-width: auto;
    height: auto;
}

.custom-select {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    padding-right: 10px;
    border-radius: 0px;
}

/********* footer **************/
#footer {
    margin-top: 30px;
    bottom: 0;
    width: 100%;
}

.footer_link {
    font-size: 13px;
    color: #323232;

}

.footer_title {
    text-align: left;
    font-size: 16px;
    color: #546e7a;
    font-weight: 300px;
}

.footer_link_p {
    margin-bottom: 0px;
    text-align: left;
}

.social_icon {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.download_icon {
    width: 40px;
    float: right;
    margin-left: 20px;
}

/*******index application download ******/
#application_download {

    background-image: url(../img/application_download_bg.jpg);
    height: 317px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

#app_img {
    right: 0;
}

/****** tour_list  ***********/
#tour_list {
    margin-top: 40px;
    margin-bottom: 40px;
}

#tour_list_title {
    text-align: center;
    font-size: 18px;
    color: #323232;
}

#tour_list hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dotted #f18721;
    margin: 0 auto;
    width: 30%;
    padding-bottom: 20px;
}

.tour_package {
    border: 1px solid #dde3e6;
    border-radius: 3px;
}

.tour_package img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tour_des {
    padding: 10px;
    overflow: auto;
}

.tour_des_part1 {
    text-align: right;
    float: right;
}

.tour_des_part2 {
    text-align: left;
    float: left;
}

.tour_des_part1 h4 {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour_des_part1 h3 {
    font-size: 13px;
    font-weight: 300;
}

.tour_des_part2 h4 {
    font-size: 16px;
    font-weight: 600;
    color: #D82D1C
}

.tour_des_part2 h3 {
    font-size: 13px;
    font-weight: 300;
    color: #214ba3;
}

.tour_package a {
    color: #323232;
}

.col-xs-7 {
    width: 60%;
}

.col-xs-5 {
    width: 40%;
}

/********* carosual_section *********/
#carosual_section {
    width: 100;
    background: rgba(160, 208, 177, 1);
    background: -moz-linear-gradient(-45deg, rgba(160, 208, 177, 1) 0%, rgba(160, 208, 177, 1) 0%, rgba(242, 164, 157, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(160, 208, 177, 1)), color-stop(0%, rgba(160, 208, 177, 1)), color-stop(100%, rgba(242, 164, 157, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(160, 208, 177, 1) 0%, rgba(160, 208, 177, 1) 0%, rgba(242, 164, 157, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(160, 208, 177, 1) 0%, rgba(160, 208, 177, 1) 0%, rgba(242, 164, 157, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(160, 208, 177, 1) 0%, rgba(160, 208, 177, 1) 0%, rgba(242, 164, 157, 1) 100%);
    background: linear-gradient(135deg, rgba(160, 208, 177, 1) 0%, rgba(160, 208, 177, 1) 0%, rgba(242, 164, 157, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc7f', endColorstr='#8193cb', GradientType=1);
}

#carosual_section {
    margin-bottom: 20px;
    padding: 45px 0 15px 0;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-caption {
    position: absolute;
    left: 5%;
    bottom: 5%;
    right: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: left;
}

.carousel-caption h3 {
    font-size: 18px;
    background:
    rgba(242, 164, 157, 0.6);
    padding: 5px;
    width: 80%;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    border:1px solid #F2A49D;
}

/********** info_section *********/
#info_section {
    background-color: #f5f5f5;
    padding: 80px 0 80px 0;
    text-align: center;
}

#info_section h3 {
    font-size: 16px;
    text-align: center;

}

#info_section p {
    font-size: 13px;
    text-align: center;

}

#info_section img {
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;

}

/*********search_section**************/
#search_section {
    background-image: url(../img/search_box_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 90px 0 90px 0;
}

#myTabContentJust {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#search_box {
    background: rgba(0, 0, 0, .3);
    padding: 7px;
    border-radius: 5px;
}

#search_box .nav .nav-item .nav-link {
    color: #fff;
    font-weight: 600;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#search_box .nav .nav-item .active {
    color: #274f35;
}

#search_box .nav .nav-item .nav-link a span {
    font-size: 16px;
}

#SubmitDomestic {
    position: relative;
    background: #274f35;
    color: #fff;
    background: -moz-linear-gradient(left, #274f35 0%, #346545 100%);
    background: -webkit-linear-gradient(left, #274f35 0%, #346545 100%);
    background: linear-gradient(to right, #274f35 0%, #346545 100%);
    font-size: 14px;
    margin-top: 8px;
    padding-top: 10px;
}

#origin_destination_change_arrow {
    display: none;
    position: absolute;
    float: right;
    right: 5px;
    cursor: pointer;
    top: 20px;
    z-index: 10;
}

.airport_list {
    display: none;
    border: 1px solid #cccccca1;
    width: 99%;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 350px;
    height: 242px;
    z-index: 10;
    top: 46px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 5px 5px 1px #0000000d;
}

.airport_list ul li {
    padding: 0;
}

.airport_list ul li a {
    color: #848484;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #f2f2f2;
}

.airport_list ul li a:hover {
    color: #fff;
    background-color: #274aa3;
}

.airport_list ul li a .fal {
    font-size: 13px;
    color: #41b883;
}

.airport_list ul li a span {
    font-size: 13px;
}

.passanger_content {
    display: none;
    padding: 5px;
    border: 1px solid #cccccca1;
    width: 99%;
    border-radius: 5px;
    max-height: 350px;
    height: 120px;
    z-index: 10;
    top: 46px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 5px 5px 1px #0000000d;
}

.passanger_title {
    display: inline;
}

.passanger_range_count {
    direction: ltr;
    float: right;
    display: inline;
}

.passanger_content span {
    font-size: 14px;
    font-weight: 500;
}

.passanger-counter .fal {
    cursor: pointer;
}

.passanger_range {
    padding-bottom: 10px;

}

#adult_count,
#child_count,
#infant_count {
    width: 20px;
    text-align: center;
    padding: 0 5px;
    user-select: none;
    cursor: default;
    display: inline-block;
    top: -2px;
    position: relative;
}

#adult_plus,
#child_plus,
#infant_plus,
#adult_minus,
#child_minus,
#infant_minus {
    cursor: pointer;
    color: #82bc32;
}

.city_name {
    hover: color:#fff;
}

.search_box_button_icon {
    position: absolute;
    right: 0;
    margin-top: -5px;
}

.search_box_button_text {
    position: absolute;
    left: 0;
    font-size: 14px;
    margin-left: 40px;

}

/********** flight list ************/
.flight_des {
    min-height: 91px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
    border-radius: 3px;

}

.flight_list_section {
    min-height: 91px;
}

.flight_list_caption {
    transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    color: #fff;
    text-align: center;
    background-color: #37714B;
    border-bottom-right-radius: 3px;
    position: absolute;
    top: 0;
    left: 27px;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background-color: #37714B;
    border-bottom-width: 0;
    border: 1px solid #37714B;
    color: #fff;
    width: 91px;
    height: 28px;
    transform: translateX(0) translateY(0) rotate(90deg);
    font-size: 10px;
    text-align: center;
    transform-origin: 0% 0%;
    border-bottom-left-radius: 3px;
}

.flight_list_city_name {
    margin-top: 15px;
}

.flight_list_city_name .flight_list_city_title {
    font-size: 1em;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}

.flight_list_city_name .flight_list_city_time {
    color: #D82D1C;
    font-weight: 800;
    font-size: 0.8em;
}

.flight_list_arrow {
    disaply: block;
    margin: 0 auto;
}

.flight_list_airline_img {
    width: 50px;
    margin: 0 auto;

}

.flight_list_airline_name {
    font-size: 0.9rem;
    font-weight: 500;
    color: #244c9f;
}

.flight_list_moreinfo_icon {
    font-size: 1rem;
    font-weight: 400;
    color: #D82D1C;

}

.flight_list_moreinfo_title {
    font-size: 0.7rem;
    font-weight: 400;
    color: #D82D1C;

}

.flight_list_main_price {
    color: #37714B;
    font-weight: 800;
    font-size: 1.3rem;
    margin: 0;
    float: right;
}

.flight_list_main_price small {
    color: #808080;
    font-size: 10px;
}

.flight_list_status_count {
    font-size: 10px;
    color: red;
}

.flight_list_main_select_button {}

.flight_list_moreinfo_box {
    cursor: pointer;
}

.change_bilit_and_new_search {
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid #d70010 !important;
    background-color: transparent !important;
    color: #da000f !important;
    box-shadow: 0 0 0px 0px black;
    display: none;
}

.change_bilit_and_new_search:hover {
    box-shadow: 0 0 0px 0px black;
    display: none;
}

/********** filters ***********/
#flight_count,
#flight_count_2 {
    font-size: 1rem;
    color: #D82D1C;
}

#disable_filters,
#disable_filters_2 {
    position: absolute;
    border-radius: 5px;
    font-size: 10px;
    margin: 0.7em;
    top: 0;
    padding: 3px 10px;
    right: 5px;
    border: 2px solid #4FA46C !important;
    background-color: transparent !important;
    color: #4FA46C !important;
    box-shadow: 0 0 0px 0px black;
}

















/****** scrollbar ************/
/* width */
::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/********* flights sort *********/
#sort_div {
    webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
    border-radius: 3px;
    background: #fff;
    display: block;

}

.sort_item {
    width: 33.333333333333%;
    text-align: center;
    float: left;
    position: inherit;
    min-height: 30px;
    color: #464646;
    padding-bottom: 8px;
    margin-top: 5px;
    cursor: pointer;

}

.sort_item:hover {
    color: #4FA46C;
}

.sort_item_by_time_price:hover {
    color: #4FA46C;
    border-bottom: 6px solid #4FA46C;
}

.sort_item span,
.sort_item i {

    font-size: .9rem;
    top: 5px;
    position: relative;
}

.sort_item_with_border {
    border-right: 1px solid #d4d4d4;
}


/********** trvaler list items style *********************/
.traveler_title{
    background-color: #274aa1;
    color: #fff;
    padding: 10px;
    margin-top: -11px;
    margin-left: -11px;
    margin-right: -11px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #A93922;
}
.Adult,
.Child,
.Infant {
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .05), 0 1px 5px 0 rgba(0, 0, 0, .15);
    margin-top: 10px;
}

/**********auto fill clear browser style sheet **********/
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #f2861c;
    -webkit-text-fill-color: black;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

/************ flight daitel modal****************/
.flight_information_tab .nav-item .nav-link {
    color: #0b4078;
    font-size: 13px;
}

#flight_daitel_tab>.active {
    padding: 10px 0;
}

.modal-body .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.modal-body .nav-tabs:hover {
    border-bottom: 1px solid #dee2e6;
}

/********** top bar *************************/
.top-bar .container-fluid .navbar-nav {
    display: table;
}

.top-bar .container-fluid .navbar-nav {
    float: right;
}