 .nav-tabs>li>a
    {
        padding:0!important;
        border:none!important;
    }
    .nav>li>a:hover, .nav>li>a:focus
    {
        background:none!important;
        border:0!important;
    }
    .job-short-section
    {
        width: 38%;
        border-left: 1px solid #ccc;
        padding-left: 30px;
        margin-top:5px;
    }
    .job-short-section .side-detail
    {
        overflow:auto;
    }
    .properties-short-section
    {
        width:60%;
    }
    @media only screen and (max-width:768px)
    {
        .job-short-section,
        .properties-short-section
        {
            width:100%;
        }
    }
.home-page-slider {
    position: relative;

    .owl-theme {
        .custom-nav {
            position: absolute;
            top: 20%;
            left: 0;
            right: 0;

            .owl-prev, .owl-next {
                position: absolute;
                height: 100px;
                color: inherit;
                background: none;
                border: none;
                z-index: 100;

                i {
                    font-size: 2.5rem;
                    color: #cecece;
                }
            }

            .owl-prev {
                left: 0;
            }

            .owl-next {
                right: 0;
            }
        }
    }
}