/** ADD YOUR AWESOME CODES HERE **/
.read-more-btn{
    /* color:#f2184f !important;
    font-size: 16px;
    float: right; */
    float: right;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 20px;
    padding: 5px 10px;
}
.custom-scroller{
    height: 582px;
    overflow: hidden;
    overflow-y: scroll;
}
.contact-block .form-group .form-control.custom-form-field{
    color: #fff;
}
.ulockd-home-slider{
    margin-top: 64px;
}
.pogoSlider{
    padding-bottom: 30% !important;
}
.detail-banner{
    height: 200px;
}
.detail-banner .img-responsive {
    max-width: 100%;
    float: left;
    width: 100%;
    height: 200px;
}
.detail-content{
    text-align: left;
}
.detail-content ul{
    float: left;
    padding: 10px 0;
    margin: 0 0;
    list-style-type: disc !important;
    width: 100%;
}
.detail-content ul li{
    list-style-type: disc !important;
    margin: 0 0 0 20px;
}
.detail-content ul ul{
    float: left;
    margin: 0 0 0 50px;
    list-style-type: disc !important;
}
.banner-img-1{
    background-image: url(/img/banner-test.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
}
.search-box{
    top: -18px;
}
.search-txt{
    background-color: #ddd;
}
.sidebar-nav{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border: solid 1px #ccc;
    height: max-content;
}
.sidebar-nav .sidebar-title{
    font-size: 20px;
    margin: 10px 0;
}
.sidebar-nav li{
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
    transition:all ease-in-out 500ms;
    -moz-transition:all ease-in-out 500ms;
    -webkit-transition:all ease-in-out 500ms;
    -o-transition:all ease-in-out 500ms;
}
.sidebar-nav li.active{
    background-color: #ccc;
    color: #fff;
}
.sidebar-nav li.active a{
    color: #000;
}
.sidebar-nav li a{
    color: inherit;
}
.sidebar-nav li:hover{
    background-color: #f1f1f1;
}
.sidebar-nav li:last-child{
    border: none;
}
@media screen and (max-width: 991px){
    .sidebar-nav li{
        display: none;
    }
    .sidebar-nav:hover li{
        display: block;
    }
    .ulockd-home-slider{
        margin-top: 0;
    }
    .search-box {
        top: -11px;
    }
}