﻿/*.header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}*/

.header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header .container {
    position: relative;
    z-index: 2;
}

.header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.header .overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0;
    z-index: 1;
}

/*@media (pointer: coarse) and (hover: none) {
    .header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

        .header video {
            display: none;
        }
}*/
.text-white {
    color: #fff !important;
}

.w-100 {
    width: 100% !important;
}

.validation-summary-errors ul li {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #dc3545 !important;
    position: relative;
    padding: 0;
}

.text-white {
    color: #fff !important;
}

.background-white {
    background: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.checkout-info {
    background: #ffffff;
}

.mar-top-38 {
    margin-top: 38px;
}

.form-validation-error {
    border: 1px solid red !important;
    -moz-box-shadow: 0 0 2px red !important;
    -webkit-box-shadow: 0 0 2px red !important;
    box-shadow: 0 0 2px red !important;
}

.form-validation-error-remove {
    background: transparent;
    color: #444;
    border: none;
    border-radius: 0;
    height: 42px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
}

h3.customfont {
    font-family: "BananBeach";
    text-transform: none;
    margin-top: unset;
    margin-bottom: unset;
    margin: 0 0 0;
    line-height: 1.0;
    font-size: 60px;
}

@font-face {
    font-family: 'BananBeach';
    src: url('../font/glyphicons-halflings-regular-r.ttf') format('truetype')
}
/*  Detail page */
/* ====================== */

.description-content table {
    border-collapse: collapse;
    width: 100%;
}

.detail-info-content {
    margin-bottom: 20px;
}

.detail-info span.bold {
    font-size: 32px;
    color: #D60D45;
}

.detail-info-content .deal-rating {
    margin: 0px;
    position: relative;
    top: 0;
    float: right;
}

.detail-info-content p.detail-info-price {
    display: inline-block;
    float: right;
    margin: 0;
}

.detail-info-content h2 {
    margin-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.detail-info-content table {
    margin-bottom: 21px;
}

.detail-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
}

    .detail-title h3,
    .detail-title h4 {
        display: inline-block;
        margin: 0;
        padding-right: 20px;
        border: 1px solid #f1f1f1;
        padding: 8px 16px;
        background: #fbfbfb;
    }

.sidebar-item .detail-title h3 {
    padding: 5px 15px;
}

.sidebar-item-dark .detail-title h3 {
    background: #005294;
    color: #fff;
    border: none;
}

.detail-title:after {
    position: absolute;
    top: 51%;
    content: '';
    background: #f1f1f1;
    height: 1px;
    width: 100%;
}

.detail-box {
    margin-bottom: 30px;
}

    .detail-box:last-child {
        margin: 0;
    }

.description-content {
    border: 1px solid #f1f1f1;
    padding: 15px;
}

    .description-content p:last-child {
        margin-bottom: 0;
    }

    .description-content td, .description-content th {
        border: 1px solid #f1f1f1;
        text-align: left;
        padding: 15px 10px;
    }

.flight-inner .description-content table {
    margin-bottom: 15px;
}

.flight-inner .tour-price .tour-head {
    font-size: 13px;
}

.flight-inner .tour-price .tour-tail {
    font-weight: 600;
}

.flight-inner .tour-price {
    bottom: 0;
    right: 0;
}

.flight-inner .make-payment {
    margin-top: 25px;
}

.flight-inner .form-title {
    margin: 0;
}

.flight-inner a.f-payment {
    background: #fbfbfb;
    border: 1px solid #f1f1f1;
    width: 100%;
    display: block;
    color: #d81e47;
    padding: 15px 20px 15px 20px;
}

.confirmation-details.detail table td, .confirmation-details.detail table th {
    border: 1px solid #f1f1f1;
    padding: 10px 10px 8px;
    color: #858585;
}

    .confirmation-details.detail table td.title {
        color: #333;
    }

/*
sidebar*/
.sidebar-item {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 20px #cccccc57;
    margin-bottom: 30px;
    padding: 15px;
}

    .sidebar-item:last-child {
        margin: 0;
    }

.sidebar-item-dark {
    background: #333;
}

    .sidebar-item-dark .detail-title h4 {
        color: #fff;
        background: #333;
    }

.sidebar-content li:last-child {
    margin-bottom: 0;
}

.sidebar-item .detail-title {
    margin-bottom: 20px;
    padding: 0;
}

.tour-details ul li span {
    color: #D60D45;
    font-weight: 600;
}

.flight-inner #sidebar .destination-content {
    padding: 23px 0 0;
}

.sidebar-package .destination-content {
    padding: 30px 0 0;
}

.sidebar-package-content {
    background: inherit;
    padding: 15px 0 0 0;
    text-align: left;
}

    .sidebar-package-content h4 {
        margin-bottom: 1px;
        display: inline-block;
    }

    .sidebar-package-content p {
        display: block;
        margin-bottom: 7px;
    }

    .sidebar-package-content .deal-rating {
        display: inline-block;
        float: right;
    }

.sidebar-item select {
    padding: 6px 12px;
}

.sidebar-item input[type="text"],
.sidebar-item textarea,
.sidebar-item input .form-control {
    padding: 10px !important;
    font-size: 13px;
    height: 42px;
}

.sidebar-item .bootstrap-select > .dropdown-toggle {
    height: 42px;
    border-radius: 0;
    border: none;
}

.sidebar-item .input-group {
    overflow: hidden;
    width: 100%;
}

.sidebar-item .table-item {
    padding: 0;
}

    .sidebar-item .table-item input, .sidebar-item .table-item select {
        background: #fff;
    }

.sidebar-item textarea {
    height: 100px;
}

.sidebar-item .pretty {
    width: 100%;
}

.sidebar-item .comment-btn .btn-blue {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.sidebar-helpline {
    background: url(../images/adbg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
}

    .sidebar-helpline:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
    }

.sidebar-helpline-content {
    position: relative;
    z-index: 1;
}

    .sidebar-helpline-content h3,
    .sidebar-helpline-content p {
        color: #fff;
    }

        .sidebar-helpline-content p:last-child {
            margin-bottom: 0;
        }

    .sidebar-helpline-content i {
        margin-right: 5px;
    }

.sidebar-content .range-slider {
    margin: 0;
}

.range-slider .ui-slider-range.ui-widget-header.ui-corner-all.whole {
    background: #ccc;
}

.comment-item {
    display: flex;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-bottom: 30px;
}

.comment-image {
    flex: 0 1 75px;
    padding: 0 20px 0 0;
}

.detail-content .comment-image {
    padding: 0;
}

.comment-item:last-child {
    margin-bottom: 0;
}

.comment-image {
    text-align: center;
}

    .comment-image img {
        overflow: hidden;
        border-radius: 50%;
        width: 75px;
        height: 75px;
    }

.comment-reply .comment-image img {
    height: 50px;
    width: 50px;
}

.comment-image h4 {
    margin: 10px 0 0 0;
}

.comment-desc {
    margin-bottom: 20px;
}

.comment-reply .comment-desc {
    margin-bottom: 0;
}

.comment-desc h4 {
    display: inline-block;
}

.comment-desc p {
    margin: 0;
}

span.comment-date {
    display: block;
    font-size: 12px;
    margin-bottom: 7px;
}

.comment-image a.btn-blue {
    font-size: 12px;
    padding: 5px 15px;
}

.comment-desc .deal-rating {
    display: inline-block;
    margin: 0 0 10px 0;
    position: relative;
    top: 0;
}

span.travel-date {
    float: right;
    font-size: 12px;
}

span.bold {
    font-weight: 700;
}

.comments-form textarea,
.comments-form input {
    background: #fff;
}

.sidebar-slider .slick-prev {
    left: 0;
}

.sidebar-slider .slick-next {
    right: 0;
}

.event-list li {
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

    .event-list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .event-list li a {
        color: #555;
    }

        .event-list li a:hover {
            color: #0D74BA;
        }

.comment-reply {
    background: #fff;
    margin-bottom: 10px;
}

.comments a {
    padding: 8px 16px 5px;
}

.sidebar-btn {
    margin-top: 15px;
}

@media(max-width: 640px) {
    .detail-content .comment-image {
        padding-bottom: 10px;
    }
}


/* Responsive */

@media(max-width: 1100px) {
    .footer-instagram li {
        width: 31.33%
    }

    .upper-head {
        display: none;
    }

    .logo {
        margin-bottom: 5px;
    }

        .logo img {
            width: 100%;
        }
}


@media(max-width: 991px) {

    .header_menu .slicknav_menu {
        background: transparent;
    }

    .search-content {
        padding: 0;
    }

    .search-ad {
        padding: 25px;
    }

    #mt_banner:after {
        height: 18%;
    }

    .accrodion-grp.faq-accrodion, .choose-us-wrapper {
        margin-bottom: 30px;
    }

    .price-item.price-mar {
        margin: 0;
    }

    .top-destination-item .overlay {
        padding: 25px;
    }


    .search-outer {
        top: 0;
    }

    .search-box {
        padding-top: 80px;
    }

    div#sidebar {
        margin-top: 30px;
    }
}


@media(max-width: 767px) {

    .cover-content {
        padding: 0 0 30px 0;
    }

    .att-content-right {
        padding: 25px 15px;
    }

        .att-content-right span.bold {
            display: block;
        }

    a.btn-large {
        padding: 10px 20px;
    }

    .related-posts .list-item {
        margin-top: 30px;
    }

    .item-tags {
        padding-bottom: 0;
    }

    .tabs-navbar {
        padding: 0;
    }

    .sidebar-item.sidebar-item-dark .col-sm-6 {
        padding: 0 15px;
    }


    .detail-tab .breadcrumb-content ul {
        box-shadow: 0 0 10px #ccc;
        bottom: -23px;
    }

    .breadcrumb-outer .tabs-navbar {
        display: none;
    }
}

@media(max-width: 735px) {
}

@media(max-width: 639px) {

    .top-destinations .col-md-4 {
        width: 100%;
        padding: 0 15px;
    }

    .top-destination-item:last-child {
        margin-bottom: 6px;
    }

    .flight-table {
        overflow-x: scroll;
    }
}

@media(max-width: 567px) {
    .flight-head {
        text-align: center;
    }

    .flight-sort.pull-left, .click-menu.pull-right {
        float: none !important;
    }

    .click-menu.pull-right {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {

    .upper-head {
        text-align: center;
    }

    .login-btn {
        float: none !important;
    }

    .search-content .col-xs-6 {
        width: 100%;
    }

    .search-ad {
        margin-bottom: 30px;
    }

    ul.post-category li {
        margin: 10px 0;
        width: 30%;
    }

    .destination-margin {
        margin: 6px 0 !important;
    }

    .top-destination-item .overlay {
        padding: 90px 20px;
    }

    .top-destination-item .overlay-full {
        padding: 210px 20px;
    }

    .login-btn a {
        margin: 0 10px;
    }

    .copyright {
        text-align: center;
        padding: 15px 0;
    }

    .payment-content {
        text-align: center;
        margin-top: 10px;
    }

    .detail table td ul li {
        width: 100%;
    }

    .fw-content {
        margin: 15px 0;
    }

    .destinations .col-xs-6 {
        width: 100%;
    }

    .att-item {
        padding: 15px;
    }

    .att-content-right {
        text-align: center;
        position: relative;
    }

    .att-content-left ul li {
        width: 100%;
    }

    .detail-info-content {
        text-align: center;
    }

    .detail-content .comment-image {
        margin-bottom: 10px;
        padding: 0;
    }

    .att-content-right p:last-child {
        margin-bottom: 0;
    }

    .detail-info-content p.detail-info-price {
        float: none;
        display: block;
        margin-bottom: 8px;
    }

    section.main-content.detail {
        padding: 40px 0 30px;
    }

    .breadcrumb-content {
        width: 100%;
    }

    .sidebar-slider .slick-prev,
    .sidebar-slider .slick-next {
        top: 40%;
    }

    .destination-content .deal-rating {
        float: none;
    }

    .att-image {
        width: 100%;
        margin-bottom: 20px;
    }

    .att-content {
        padding-left: 0;
        width: 100%;
    }

    span.travel-date,
    .comment-desc .deal-rating {
        float: none;
        display: block;
        text-align: center;
    }

    a.btn-large {
        width: 100%;
    }

    ul.reply {
        padding-left: 0px;
        background: #fbfbfb;
    }

    .comment-content p.date {
        display: block;
        float: none;
    }

    .login-accounts a.btn-blue {
        margin: 10px 10px 0 0;
    }

    .search-content-slider {
        padding: 20px;
    }

    form .col-xs-6 {
        width: 100%;
    }

    .booking-outer h3 {
        margin: 10px 0;
    }

    .sale-content {
        padding: 20px 40px;
    }

    .comment-content h4 {
        display: block;
    }
}

@media(max-width: 479px) {
    .copyright .col-xs-6 {
        width: 100%;
        text-align: center;
    }

    .payment-content {
        text-align: center;
    }

        .payment-content li {
            margin: 0;
        }

    .copyright-content {
        margin-bottom: 10px;
    }

    .detail-title h3, .detail-title h4 {
        font-size: 18px;
    }
}


@media(max-width: 359px) {
    .flight-head .form-group {
        margin: 0 0 10px;
        width: 100%;
    }

    .click-menu.pull-right {
        margin: 0;
    }

    #mt_banner:after {
        height: 7%;
    }
}

.mt-70 {
    margin-top: 70px;
}

.bottom50 {
    bottom: -100px;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem;
    font-size: 2rem;
    line-height: 1.45em;
    font-style: italic;
    margin-top: 10px;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion {
    overflow-anchor: none
}

    .accordion > .card {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type) {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header {
            border-radius: 0;
            margin-bottom: -1px
        }

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

    .card .card-header {
        background-color: transparent;
        border-bottom: 0;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
    }

    .card .card-footer {
        padding: 0;
        margin-top: 15px;
        background-color: transparent;
        border: 0;
    }

    .card[data-background-color="orange"] {
        background-color: #0072A1;
    }

    .card[data-background-color="red"] {
        background-color: #FF3636;
    }

    .card[data-background-color="yellow"] {
        background-color: #FFB236;
    }

    .card[data-background-color="blue"] {
        background-color: #2CA8FF;
    }

    .card[data-background-color="green"] {
        background-color: #15b60d;
    }

.card-plain {
    background: transparent;
    box-shadow: none;
}

    .card-plain .card-body,
    .card-plain .card-header {
        padding-left: 5px;
        padding-right: 5px;
    }

        .card-plain .card-header:after {
            width: 100%;
            left: 0;
        }

.card-signup {
    max-width: 350px;
    margin: 0 auto;
}

    .card-signup .card-header {
        margin: 0 20px;
        padding: 30px 0;
    }

    .card-signup .card-title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .card-signup .card-footer {
        margin-bottom: 10px;
        margin-top: 24px;
        padding: 24px 0;
    }

    .card-signup .card-body {
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: auto;
    }

    .card-signup .form-check,
    .card-signup .form-check.form-check-radio {
        margin-top: 20px;
    }

        .card-signup .form-check label,
        .card-signup .form-check.form-check-radio label {
            margin-left: 11px;
            color: initial;
            padding-left: 40px;
        }

    .card-signup .card-description {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .card-signup .social-line {
        margin-top: 20px;
        text-align: center;
    }

        .card-signup .social-line .btn.btn-icon,
        .card-signup .social-line .btn.btn-icon .btn-icon {
            margin-left: 5px;
            margin-right: 5px;
            margin-top: 0;
            margin-bottom: 0;
            box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
        }


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.job-details {
    margin: 0 auto
}

    .job-details .link-back {
        margin-bottom: 20px;
        display: inline-block;
        cursor: pointer
    }

    .job-details .icon-arrow-left {
        margin-right: 5px
    }

    .job-details .icon-exclamation {
        font-size: 50px
    }

    .job-details .error-message {
        font-size: 25px
    }

    .job-details .redirect-message-block {
        margin-top: 20px;
        padding: 8px 15px;
        border-radius: 4px
    }

    .job-details .job-inactive-content {
        margin-top: 100px;
        text-align: center
    }

    .job-details .inline-block {
        display: inline-block
    }

.job-list-info {
    width: 70%
}

.job-location {
    width: 30%
}

.job-list-info, .job-location {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.job-details-header {
    padding: 30px 0;
    font-size: 18px
}

    .job-details-header h1 {
        margin-top: 0;
        font-size: 32px;
        margin-bottom: 5px;
        font-weight: 600
    }

    .job-details-header .text-color {
        font-size: 14px
    }

    .job-details-header .btn-custom {
        font-size: 18px;
        padding: 6px 29px
    }

        .job-details-header .btn-custom.disabled {
            opacity: 0.3
        }

    .job-details-header.sticky {
        width: 100%;
        top: 0;
        padding: 15px 0;
        z-index: 999;
        box-shadow: 0 0 5px 0 #e7e7e7
    }

.word-break-all {
    word-break: break-all
}

.job-details-content {
    margin-top: 50px
}

    .job-details-content p {
        margin-bottom: 0
    }

    .job-details-content div:empty {
        display: none
    }

    .job-details-content .public_job_info {
        padding-left: 30px;
        border-left: 2px solid #A0A0A0
    }

    .job-details-content .public_job_description {
        padding-right: 30px
    }

    .job-details-content .fr-video {
        clear: both;
        text-align: center;
        display: block
    }

        .job-details-content .fr-video.fr-fvl {
            text-align: left
        }

        .job-details-content .fr-video.fr-fvr {
            text-align: right
        }

.application-form {
    margin: 50px 0;
    max-width: 600px;
    display: none
}

    .application-form .btn-primary.btn-lg {
        margin-top: 25px;
        padding-left: 35px;
        padding-right: 35px
    }

    .application-form .alert {
        padding: 0;
        margin: 0
    }

    .application-form .alert-success, .application-form .alert-danger {
        padding: 10px;
        border-radius: 3px
    }

        .application-form .alert-success ul, .application-form .alert-danger ul {
            margin: 0
        }

    .application-form .alert-danger {
        padding-left: 20px
    }

    .application-form .privacy-policy {
        font-size: 12px;
        color: #79888e;
        margin-top: 5px
    }

        .application-form .privacy-policy a {
            text-decoration: underline
        }

.application-btn {
    margin: 30px 0
}

    .application-btn .btn.btn-primary {
        font-size: 16px;
        background-color: transparent;
        cursor: pointer
    }

        .application-btn .btn.btn-primary.analysing {
            background-image: linear-gradient(135deg, rgba(236,240,241,0.8) 25%, rgba(236,240,241,0) 25%, rgba(236,240,241,0) 50%, rgba(236,240,241,0.8) 50%, rgba(236,240,241,0.8) 75%, rgba(236,240,241,0) 75%, rgba(236,240,241,0) 100%);
            color: #CCC;
            border-color: #CCC;
            background-size: 20px 20px;
            cursor: not-allowed
        }

.text-or {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 16px
}

.resume-upload {
    display: inline-block;
    position: relative;
    max-width: 60%
}

    .resume-upload:hover .btn.btn-primary.analysing {
        background-color: transparent;
        background-image: linear-gradient(135deg, rgba(236,240,241,0.8) 25%, rgba(236,240,241,0) 25%, rgba(236,240,241,0) 50%, rgba(236,240,241,0.8) 50%, rgba(236,240,241,0.8) 75%, rgba(236,240,241,0) 75%, rgba(236,240,241,0) 100%);
        background-size: 20px 20px;
        color: #CCC;
        border-color: #CCC
    }

    .resume-upload .upload-file {
        opacity: 0;
        overflow: hidden;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        cursor: pointer
    }

        .resume-upload .upload-file[disabled] {
            cursor: not-allowed
        }

        .resume-upload .upload-file.error label {
            border: 2px solid #D60000
        }

    .resume-upload .file-disabled {
        pointer-events: none;
        cursor: not-allowed
    }

    .resume-upload label {
        overflow: hidden;
        white-space: nowrap;
        word-break: break-all;
        text-overflow: ellipsis
    }

    .resume-upload.error {
        border: none
    }

        .resume-upload.error label {
            border: 2px solid #D60000 !important
        }

.analysing {
    -webkit-animation: 3s infinite move-background linear;
    -moz-animation: 3s infinite move-background linear;
    -ms-animation: 3s infinite move-background linear;
    animation: 3s infinite move-background linear
}

@keyframes move-background {
    from {
        background-position: left
    }

    to {
        background-position: right
    }
}

.form-group .link-label {
    font-size: 14px;
    padding: 0;
    margin: 0 0 20px
}

.group-field input[type="checkbox"][disabled] {
    cursor: not-allowed
}

.link-label + .btn-add {
    display: block
}

.form-group .link-label-title {
    font-size: 16px;
    padding: 0;
    margin: 25px 0 5px;
    font-weight: 600
}

.section-group {
    margin: 48px 0
}

    .section-group .link-label-title {
        margin-bottom: 0
    }

.first_name, .last_name, .middle_name {
    float: left;
    width: 30%
}

.first_name {
    margin-right: 5%
}

.middle_name {
    margin-right: 5%
}

.last_name + * {
    clear: both
}

.no_middle_name .first_name, .no_middle_name .last_name {
    width: 48%
}

.no_middle_name .first_name {
    margin-right: 4%
}

.vertical-align {
    display: inline-block;
    vertical-align: middle
}

.form-group.group-field {
    border: 1px solid #dadfe3;
    padding: 0 20px 20px;
    border-radius: 5px;
    margin: 48px -50px 48px 0
}

    .form-group.group-field .datepicker-popover {
        width: 35%;
        margin-right: 8px;
        display: inline-block
    }

    .form-group.group-field .btn-add {
        outline: none
    }

.employer-group:not(:last-of-type), .education-group:not(:last-of-type) {
    border-bottom: 1px solid #dadfe3;
    margin-bottom: 20px
}

.form-group .btn-remove {
    margin-bottom: 20px
}

.form-group textarea {
    height: auto
}

@media only screen and (max-width: 720px) {
    .index-banner {
        height: 180px
    }

    .content {
        width: 85%;
        overflow: hidden
    }

    .job-details-content .fr-video iframe, .job-details-content img, .portal-description .fr-video iframe, .portal-description img {
        width: 100% !important;
        height: auto !important
    }

    .advanced-search .search-fields {
        display: flex;
        margin-bottom: 10px
    }

    .select2-container--default {
        flex: 1 1 100%;
        height: 40px;
        margin: 10px 0 10px 0
    }

    .advanced-page-title {
        display: inline-block;
        font-size: 16px !important;
        margin: 0 0 10px 0 !important
    }

    .toggle-and-clear {
        display: none !important
    }

    .clear-button-mobile {
        display: none;
        color: #73469e;
        font-weight: 600;
        right: 40px;
        position: absolute
    }

    .remote-toggle-mobile {
        margin: 20px 0 0 5px
    }

        .remote-toggle-mobile > span {
            color: #79888e;
            margin-right: 10px
        }

    .select2-dropdown {
        margin-top: -10px
    }

    .job-list > li {
        margin-left: 2px;
        margin-right: 2px
    }

    .job-role-list > ul > li {
        padding: 10px 0
    }

        .job-role-list > ul > li input[type=radio] {
            top: 0;
            height: 25px;
            margin: 10px 0
        }

            .job-role-list > ul > li input[type=radio]:checked ~ .hidden-content {
                margin-top: 10px
            }

            .job-role-list > ul > li input[type=radio]:hover ~ .role-title {
                background: none;
                padding-left: 0
            }

    .job-role-list ul li .role-title h5 {
        width: 100%;
        margin-bottom: 0
    }

    .page-title {
        text-align: center
    }

    .search {
        margin-top: 0
    }

    .job-search-form {
        white-space: normal
    }

        .input-search, .job-search-form select {
            width: 100%
        }

    .with-link-back .input-search, .with-link-back.job-search-form select {
        width: 100%
    }

    .job-search-form .btn-primary, .job-search-form select {
        width: 100%;
        margin: 10px 0 0
    }

    .job-search-form .btn-custom {
        margin-top: 10px
    }

    .job-role-list .mobile-role-count {
        display: inline;
        vertical-align: middle;
        font-size: 13px
    }

    .job-role-list .role-count {
        display: none
    }

    .job-list .job-location {
        width: 100%;
        text-align: left;
        border-top: 1px solid #ececec;
        margin-top: 20px;
        padding-top: 10px;
        padding-bottom: 5px
    }

    .job-list .location-info {
        width: 70%
    }

    .job-list .location-icon {
        float: right;
        padding-top: 7px
    }

    .job-list .job-list-info {
        width: 100%
    }

    .job-details .link-back {
        margin-bottom: 5px;
        font-size: 14px
    }

    .job-details-header {
        text-align: center;
        padding: 10px 0
    }

        .job-details-header.sticky {
            padding: 10px 0
        }

            .job-details-header.sticky .stick-hide-in-mobile {
                display: none
            }

            .job-details-header.sticky h1 {
                font-size: 16px
            }

            .job-details-header.sticky .btn.btn-primary {
                margin: 5px;
                line-height: 1.2;
                font-size: 14px
            }

                .job-details-header.sticky .btn.btn-primary.disabled {
                    display: none
                }

        .job-details-header h1 {
            font-size: 22px
        }

        .job-details-header .col-xs-8, .job-details-header .col-xs-4 {
            width: 100%;
            text-align: center
        }

        .job-details-header .btn.btn-primary {
            margin: 5px;
            line-height: 1.4
        }

    .application-form h3.brand-color {
        text-align: center
    }

    .application-btn {
        text-align: center
    }

        .application-btn .text-or {
            display: block;
            margin: 10px 0
        }

        .application-btn .resume-upload, .application-btn .btn.btn-primary {
            max-width: 100%
        }

        .application-btn .btn.btn-primary {
            width: initial;
            margin: 0 auto
        }

        .application-btn button.btn.btn-primary {
            display: block
        }

    .first_name, .last_name, .middle_name {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .no_middle_name .first_name, .no_middle_name .last_name, .no_middle_name .middle_name {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .form-group.link-group .form-control {
        padding-right: 50px
    }

    .form-group.group-field {
        margin-right: unset
    }

        .form-group.group-field .datepicker-popover {
            width: calc(50% - 2px);
            margin-right: unset
        }

    .link-group .btn-add {
        right: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .file-field label {
        width: 80%
    }

    .job-details-content .row {
        margin: 0
    }

    .job-details-content .col-xs-8, .job-details-content .col-xs-4 {
        width: 100%;
        padding: 0
    }

    .job-details-content .public_job_info {
        border-left: 0
    }

        .job-details-content .public_job_info > div:first-child {
            padding-top: 30px;
            border-top: 2px solid #A0A0A0
        }

    .job-details-content .public_job_description {
        padding-bottom: 30px
    }
}

.in-iframe div.index-banner, .in-iframe .header {
    display: none
}


.input-search, .job-search-form select {
    border: 1px solid #ccc;
    color: #333
}

.job-search-form select {
    display: inline
}

.job-search-form .remote-location-only {
    color: #333;
    font-weight: normal
}

.advanced-page-title {
    color: #333
}

.advanced-search .form-control.form-control-highlight {
    border-color: #c07dea
}

.advanced-search .select2-container--default {
    color: #333
}

    .advanced-search .select2-container--default.select2-container--focus .select2-selection--multiple, .advanced-search .select2-container--default.form-control-highlight .select2-selection--multiple {
        border-color: #c07dea
    }

    .advanced-search .select2-container--default .select2-selection--multiple {
        border: 1px solid #e6e6e6
    }

.job-details .link-back {
    color: #000
}

    .job-details .link-back:hover {
        color: #1a1a1a
    }

.job-details .error-message-block {
    color: #D9616E
}

.job-details .redirect-message-block {
    background-color: #F8F9FA
}

.job-details-header {
    background-color: #7ebabf;
    color: #000
}

    .job-details-header h1 {
        color: #000
    }

    .job-details-header .text-color {
        color: #000
    }

.application-btn .btn.btn-primary {
    color: #777;
    border-color: #777
}

.resume-upload:hover .btn.btn-primary {
    background-color: #919191;
    color: #fff
}

@media only screen and (max-width: 720px) {
    .job-role-list .mobile-role-count {
        color: #333
    }
}

.content {
    width: 75%;
    max-width: 960px;
    margin: 0 auto;
}

.m-auto {
    margin: auto !important;
}

.p-20 {
    padding: 20px;
}

.p-2 {
    padding: 2px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.m-20 {
    margin: 20px;
}

.m-2 {
    margin: 2px;
}

.m-5 {
    margin: 5px;
}

.pull-right {
    float: right;
}

.btn-more {
    color: white;
    background-color: green;
    padding: 6px;
    border-radius: 3px;
    text-align: right
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 768px) {

    .unit-grid-div {
        margin-left: 5%;
        margin-top: 4%
    }
}

@media only screen and (max-width: 768px) {
    
    .unit-grid-div {
        margin-left: 5%;
        margin-top: 4%
    }
}

@media only screen and (max-width: 600px) {
    
    .unit-grid-div {
        margin-left: 5%;
        margin-top: 4%
    }
}

.hidden {
    display: none !important;
}

.img-show {
    cursor: pointer !important;
}

.text-color-white {
    color: #ffffff !important;
}


@media (min-width: 1000px) and (max-width: 1519px) {
    .unit-grid-div {
        margin-left: 52%;
        margin-top: 4%
    }
}

@media (min-width: 1520px) and (max-width: 2560px) {
    .unit-grid-div {
        margin-left: 25%;
        margin-top: 4%
    }
}

