@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url("../fonts/Montserrat-Light.ttf");
}

body {
    background-color: #f1f1f1;
    font-family: Montserrat-Regular;
}

.margin .row {
    margin-right: 0;
    margin-left: 0;
}

.left {
    margin-left: -16px;
}

.mainTitle {
    color: red;
    padding-left: 18px;
}

.rightAside {
    background-color: red;
}

.sim {
    padding-top: 15%;
}

.title1 {
    font-size: 50px;
    padding-left: 6%;
    color: white;
}

.subtitle {
    font-size: 45px;
    color: white;
    padding-left: 6%;
}

.rightAside .recharge {
    background-color: white;
    color: red;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid transparent;
    margin-bottom: 15%;
    margin-top: 10%;
    margin-left: 6%;
    padding: 5% 13% 5% 15%;
    font-weight: bold;
}

.glyphicon-chevron-right {
    font-size: 12px;
    font-weight: lighter;
    margin-left: 6%;
}

.table-bordered {
    border: 1px solid #b0b1b2;
}

.border-top {
    border-top: 1px solid #b0b1b2;
    padding-bottom: 7px;
    margin-bottom: 24px;
    width: 96%;
}

.border-bottom1 {
    border-bottom: 1px solid #b0b1b2;
    padding-bottom: 33px;
    margin-bottom: 24px;
    width: 96%;
}

.m-left {
    margin-left: 49px;
}

.m-right {
    margin-right: 55px;
}

.font-w {
    font-weight: normal;
}

.table>thead>tr>th {
    border-bottom: 0!important;
}

.customer {
    color: gray;
    font-size: 16px;
}

.form-group .form-control {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    /*padding-bottom: 20px;*/
    /*padding-top: 20px;*/
}

.dropdown {
    display: inline-block;
}

#dropdownMenuButton {
    display: inline-block;
    border-radius: 0;
    background-color: white;
    color: #949596;
    padding-right: 70px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.dropdown .drop {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    background-color: white;
    color: #Ccc;
}

.form-group #flight {
    display: inline-block;
    width: 71%;
    margin-left: 56px
}

/*.form-group #landing {*/
.form-group #landing_time {
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

/*.form-group #card {*/
.form-group #credit_num {
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    width: 83%;
}

.form-group #month {
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.form-group #year {
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left: 7px;
}

.th {
    color: white;
    background-color: #Ccc
}

.tr-h {
    height: 59px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle!important;
}

.order {
    color: white;
    background-color: red;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid transparent;
    padding: 2.5% 12%;
    font-weight: bold;
    margin-top: 16px;
    white-space: nowrap;
}

.br-right {
    border-right: 1px solid #b0b1b2;
}

.glyphicon glyphicon-menu-down {
    padding-right: 25px;
}

#street {
    display: inline-block;
}

/*#number {*/
#hotel_street_num {
    display: inline-block;
    width: 112px;
}

.inline {
    display: inline-block;
    width: 48.5%;
}

.w-width {
    width: 58%;
}

.width {
    width: 39%;
}

.flight-width {
    width: 65%;
}

.air-width {
    width: 33%;
}

.credit {
    display: inline-block;
    list-style-type: none;
    margin-top: 23%;
    margin-left: 20%;
}

li {
    display: inline-block;
}

.display {
    display: none;
}

/*.radio {*/
.checkbox {
    color: #b0b1b2;
    margin-left: 17px;
    font-weight: normal;
}

.white {
    color: white;
}

.gray {
    background-color: #aeaeaf;
}

.c-gray {
    color: #aeaeaf;
}

.center {
    text-align: center;
}

.link {
    color: #7e7e7f;
    font-weight: normal;
    text-decoration: underline;
}

.d-gray {
    background-color: #616263;
}

.g-color {
    color: #7e7e7f;
    padding-top: 7px;
    margin-bottom: 24px;
    font-size: 16px;
}

/*input[type=radio] {*/
input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

/*input[type=radio]+label:before {*/
input[type=checkbox]+label:before {
    height: 26px;
    width: 26px;
    margin-right: 25px;
    content: " ";
    display: inline-block;
    vertical-align: baseline;
    border: 6px solid white;
    border-radius: 50%;
    margin-bottom: -6px;
    background-color: white;
}

/*input[type=radio]:checked+label:before {*/
input[type=checkbox]:checked+label:before {
    background: red;
}

.btn {
    border-radius: 0;
    padding-left: 13px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: white;
    color: #949596;
}

.fa {
     padding-left: 35px;
}

label {
    color: grey;
    font-weight: normal;
    margin-top: 15px;
}

.comment {
    padding-left: 37px;
    font-weight: normal;
}

/*input[type=radio]+label:before {*/
input[type=checkbox]+label:before {
     border-radius: 50%;
}

.m-bot {
    margin-bottom: 17px;
}

.m-top {
    margin-top: 24px;
}

.p-top {
    padding-top: 27px;
}

.mr-bot {
    margin-bottom: 37px;
}

.mar-right {
    margin-right: 22px;
}

.pad-top {
    padding-top: 23px;
}

.mar-bot {
    margin-bottom: 25px;
}

.td-right {
    border-right: 1px solid #aeaeaf;
}

.th-right {
    border-right: 1px solid white;
}

.b-bottom {
    border-bottom: 1px solid #aeaeaf;
}

.table>thead>tr>th {
    border-bottom: 0;
}

.border-tab {
    border-left-color: #f1f1f1;
    border-right-color: #f1f1f1;
    border-top-color: #f1f1f1;
    border-bottom-color: #f1f1f1;
}

.select-style {
    padding: 0;
    margin: 0;
    border: none;
    width: 38%;
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    margin-right: 5%;
}

.flex {
    display: inline-flex;
}

.select {
    margin-left: 10%;
    color: #949596;
}

.left-i {
     margin-left: 16px;
}

/*#mySelect {*/
#credit_month {
    display: none;
}

/*#mySelectYear {*/
#credit_year {
    display: none;
}

.select-style select {
    padding: 5px 8px;
    display: inline-block;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-style select:focus {
    outline: none;
}

@media only screen and (max-width: 500px) {
    .br-right {
        border-right: 0;
    }
    .m-right {
        margin-right: -8px;
        margin-left: 10px;
    }
    .m-left {
        margin-left: -3px;
        margin-right: -18px;
    }
    .credit {
        margin-left: 0;
    }
    .table {
        font-size: 12px;
    }
    .fa {
        padding-left: 14px;
    }
    .span {
        margin-left: 20%;
    }
    .res-pad {
        padding-left: 0;
        padding-right: 0;
    }
    .air-width {
        width: 49%;
    }
    .flight-width {
        width: 49%;
    }
    .form-group #flight {
        margin-left: 0;
        width: 100%;
    }
    .width {
        width: 49%;
    }
    .w-width {
        width: 49%;
    }
    #street {
        width: 100%;
    }
    /*#number {*/
    #hotel_street_num{
        width: 100%;
    }
}

/* css heder*/
.header_img {
      background-color: #e30613;
}

.top_text {
    /*    padding-left: 0px;*/
    display: inline-block;
    color: white;
    margin-top: 90px;
    position: absolute;
    bottom: 75px;
    left: 20px;
    /*    width: 41.6%;*/
    /*    padding-right: 0px;*/
}

.carousel-indicators {
    bottom: 0;
     left: 63px;
}

.img_top {
    display: inline-block;
    float: right;
    text-align: right;
    /*    width: 58.3%;*/
}

.img_top img {
    margin-top: -7px;
}

.top_text input {
    color: #e30613;
    background-color: white;
    padding: 11px;
    margin-top: 22px;
    border: none;
    width: 160px;
    font-weight: bold;
}

.box input {
    color: white;
    background-color: #e30613;
    width: 100%;
    height: 47px;
}

.item {
    position: relative;
}


footer {
    background-color: #acabab;
    color: #fff;
}

footer .col-sm-2,
footer .col-sm-3 {
    padding: 15px;
}

footer {}

.footer {
    margin-top: 5%;
    margin-bottom: 5%;
    font-family: Montserrat-Light;
}

.border-bottom {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

#mail {
    float: right;
}

#facebook {
    margin-top: -3px;
}

footer .col-sm-1 {
    padding-left: 0;
    padding-right: 0;
}

.copyright {
    margin-top: 20px;
}

.header {
    background-color: #fff;
}

#logo {
    border-radius: 100%;
    margin-bottom: -31px;
}

.margin_top {
    margin-top: 23px;
}

option {
    /*background-image: url("../images/us.png");*/
    padding-left: 20px;
}

.margin_top img {
    margin: 5px;
}

.margin_top select {
    margin: 5px;
    padding: 5px;
    border: none;
}

.icon2 {
    padding-left: 2%;
    padding-right: 2%;
    border-right: 1px solid #aeb1b8;
    border-left: 1px solid #aeb1b8;
    margin-left: 2%;
    margin-right: 2%;
}

.GroupLogin {
    height: 47px;
    line-height: 47px;
    font-size: 16px;/*22px;*/
    text-align: left;
}

footer .logo_footer {
    padding: 0;
    margin: 0;
}

footer span {
    display: block;
}

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

.Contact {
    max-width: 100px;
}

.carousel {
    padding-left: 0;
    padding-right: 0;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@media screen and (max-width: 767px) {
    .box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .icons img {
        width: 30%;
    }
    footer span {
        display: inline-block;
        margin-right: 2px;
    }
    footer .col-sm-2,
    footer .col-sm-3 {
        padding: 8px;
    }
    #logo {
        width: 100%;
    }
    .margin_top {
        margin-top: 0;
        font-size: 10px;
    }
    .top_text {
        z-index: 1;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    }
    .Contact {
        margin-left: 9%;
        margin-top: -2%;
    }
    .login {
        width: 100%;
    }
    .GroupLogin {
        text-align: center;
    }
}

