.page-banner {
    position: relative
}

.page-banner .card-text {
    z-index: 1
}

@media(min-width: 992px) {
    .page-banner .card-text {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }
}

@media(max-width: 991px) {
    .page-banner .card-text {
        position: relative;
        padding: 80px 0
    }
}

@media(max-width: 575px) {
    .page-banner .card-text {
        position: relative;
        padding: 40px 0
    }
}

@media(min-width: 992px) {
    .page-banner .card-image {
        background: none !important
    }
}

@media(max-width: 991px) {
    .page-banner .card-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }
    .page-banner .card-image img {
        display: none
    }
}

.page-content {
    padding: 70px 0 90px;
    background-color: #0080ff;
    position: relative
}

@media(max-width: 575px) {
    .page-content {
        padding: 40px 0
    }
}

.page-content .content-wrapper {
    max-width: 1000px;
    padding: 0 30px;
    margin: auto
}

.page-content:after {
    content: "";
    background-color: #0080ff;
    position: absolute;
    left: 0;
    bottom: -100px;
    height: 200px;
    width: 100%;
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -o-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    z-index: -1
}

.page-content .card-content {
    margin-bottom: 60px
}

@media(max-width: 575px) {
    .page-content .card-content {
        margin-bottom: 30px
    }
}

.page-content .card-content p {
    margin-bottom: 10px
}

.search-box {
    padding-bottom: 60px
}

@media(max-width: 575px) {
    .search-box {
        padding-bottom: 30px
    }
}

.search-box .input-box {
    position: relative
}

.search-box .input-box input {
    width: 100%;
    background-color: #fff;
    border-radius: 100px;
    height: 100px;
    padding: 0 200px 0 75px;
    border: none;
    font-size: 22px;
}

@media(max-width: 767px) {
    .search-box .input-box input {
        height: 80px;
        font-size: 14px
    }
}

@media(max-width: 575px) {
    .search-box .input-box input {
        text-align: center;
        padding: 0 20px
    }
}

.search-box .input-box button {
    position: absolute;
    background-color: #3850c4;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    right: 16px;
    top: 14px;
    height: 72px;
    width: 175px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 34px 0 40px;
    box-shadow: 0 12px 30px -10px #3850c4
}

@media(max-width: 767px) {
    .search-box .input-box button {
        top: 10px;
        height: 60px;
        font-size: 15px
    }
}

@media(max-width: 575px) {
    .search-box .input-box button {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
        margin-top: 10px;
        justify-content: center
    }
}

.search-box .input-box button i {
    font-size: 27px
}

@media(max-width: 767px) {
    .search-box .input-box button i {
        font-size: 20px
    }
}

@media(max-width: 575px) {
    .search-box .input-box button i {
        padding-left: 20px
    }
}

.search-box .input-box button:hover {
    background-color: #2d409c
}

.search-box ::-webkit-input-placeholder {
    color: #bdbdbd
}

.search-box :-moz-placeholder {
    color: #bdbdbd
}

.search-box ::-moz-placeholder {
    color: #bdbdbd
}

.search-box :-ms-input-placeholder {
    color: #bdbdbd
}

.search-empty {
    border: solid 1px rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 55px 0 60px;
    display: none
}

@media(max-width: 767px) {
    .search-empty {
        padding: 30px 0
    }
}

.search-empty>div {
    max-width: 900px;
    margin: auto;
    padding: 0 30px
}

.search-result {
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 30px 40px;
    display: none
}

.search-result__item {
    margin-bottom: 50px
}

.search-result__item:last-child {
    margin-bottom: 0
}

.search-result .card-cols {
    border-radius: 15px;
    border: solid 1px #e3e3e3;
    margin-bottom: 35px
}

@media(min-width: 768px) {
    .search-result .card-cols {
        display: flex;
        display: -webkit-flex
    }
}

.search-result .card-cols .card-item {
    text-align: center;
    padding: 60px 0
}

@media(min-width: 768px) {
    .search-result .card-cols .card-item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media(max-width: 767px) {
    .search-result .card-cols .card-item {
        padding: 20px 0
    }
}

@media(min-width: 768px) {
    .search-result .card-cols .card-item {
        border-right: 1px solid #e3e3e3
    }
}

@media(max-width: 767px) {
    .search-result .card-cols .card-item {
        border-bottom: 1px solid #e3e3e3
    }
}

.search-result .card-cols .card-item:last-child {
    border: none
}

.search-result .card-cols .card-item .title {
    font-size: 16px;
    color: #3850c4;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .search-result .card-cols .card-item .title {
        margin-bottom: 20px
    }
}

.search-result .card-cols .card-item .data {
    font-size: 24px;
    color: #4c4c4c
}

@media(max-width: 767px) {
    .search-result .card-cols .card-item .data {
        font-size: 18px
    }
}

.search-result .btn-tracking a {
    border-radius: 25px;
    background-color: #3850c4;
    color: #fff;
    font-size: 18px;
    max-width: 220px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 12px
}

.search-result .btn-tracking a i {
    font-size: 16px;
    margin-right: 16px
}

.search-result .btn-tracking a:hover {
    background-color: #2d409c
}


/*# sourceMappingURL=tracking.css.map */