%;
left: 12%;
}

.home_banner_text p {
    font-size: 20px;
    color: #fff;
}

.home_banner_text h2, .home_banner_text span, .home_banner_text a {
    color: #fff;
    background: #005294;
    padding: 5px 15px;
    font-size: 33px;
}

.home_banner_text h2 {
    margin-bottom: 3px;
}

.home_banner_text span {
    background: #017ebb;
}

.home_banner_text a {
    background: #036d9f;
    margin-left: -5px;
    transition: all ease-in-out 0.3s;
}

    .home_banner_text a:hover {
        color: #036d9f;
        background: #fff;
    }

.search-box {
    padding: 0;
    position: relative;
    background: #fbfbfb;
}

.search-outer {
    background: #fff;
    position: relative;
    top: -80px;
    z-index: 9;
    box-shadow: 0px 0px 40px #57575757;
}

.search-ad {
    background: #005294;
    position: relative;
    padding: 26px 20px;
}

    .search-ad p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
    }

        .search-ad p span {
            display: block;
            font-size: 50px;
            font-weight: 600;
        }

    .search-ad [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
        font-size: 50px;
        color: #fff;
    }

    .search-ad i {
        position: absolute;
        top: 10px;
        right: 30px;
    }

.search-form {
    padding: 20px;
}

.table_item {
    position: relative;
    padding: 30px 0 25px;
}

    .table_item .bootstrap-select > .dropdown-toggle {
        padding: 11px 40px;
        border-radius: 0px;
        border: 1px solid #eceaea;
        background: #fff;
        font-size: 14px;
        font-weight: 300px;
        font-family: 'Roboto', sans-serif;
        color: #444;
    }

    .table_item .bootstrap-select .dropdown-menu {
        border-radius: 0px;
    }

        .table_item .bootstrap-select .dropdown-menu li {
            margin-bottom: 5px;
        }

.table-item-slider {
    padding-right: 30px;
}

.table_item .form-group {
    position: relative;
    margin-right: 0px;
}

.table_item .form-icon {
    margin-bottom: 0;
}

.table_item .form-group i {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}

.table_item .input-group-addon i {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    left: 0;
}

.table_item input[type=text],
.table_item input[type=email],
.table_item input[type=number],
.table_item input[type=search],
.table_item input[type=password],
.table_item input[type=tel],
.table_item input[type=date],
.table_item textarea,
.table_item select,
.table_item .form-control {
    padding: 11px 40px;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 1.42857143;
    padding: 9px 25px;
}

.date .form-control {
    padding: 10px 40px !important;
}

.table_item a.btn-blue {
    width: 100%;
    text-align: center;
    padding: 9px 25px 8px;
    font-weight: 600;
}

.table_item .input-group-addon {
    border-radius: 0;
    border-left: 1px solid #ccc;
}

td.day {
    cursor: default;
}
