#page-top {
    background-size: cover;
    background-position: center;
    background-image: url(../img/header.jpg);
}
#mainNav {
    margin: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background-color: #000000c9;
    border-radius: 0px;
    border: none;
}
.box_categories{
    padding-top: 150px;
}
.box_places {
    position: relative;
    top: 50px;
    padding-top: 50px;
}
.box_places h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-brand{
    margin: 0px !important;
    display: inline-block;
    float: none;
}
.box_header{
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(../img/header1.jpg);
}
.btn-custom {
    font-size: 22px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
    background-color: #204d74;
    margin-top: 10px;
    margin-right: 5px;
    color: #fff !important;
    border: 0px !important;
    outline: 0px !important;
}
.btn-mains:active:focus{
    background-color: #ee4b28;
    border-color: #ed431f;

}
.btn-mains:focus{
    outline: none;
}
.btn-mains:active:focus, .btn-mains:focus {
    outline: none;
}
.service-box {
    background-color: #eee;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 0px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px #888;
}
.apply_now {
    background-color: #204d74;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #888;
}
.sr-icons {
    font-size: 40px;
}
.ja_content_box {
    overflow-y: scroll;
    max-height: 200px;
    min-height: 200px;
    text-align: justify;
}
/* width */
.ja_content_box::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.ja_content_box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.ja_content_box::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.ja_content_box::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#services {
    background-color: #f6f7f7;
}
.adv_img {
    width: 300px; margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .box_categories{
        padding-top: 200px;
    }
    .box_places {
        position: relative;
        top: 50px;
        padding-top: 20px;
    }
    .box_places h1 {
        margin-bottom: 100px;
    }
    .btn-custom {
        font-size: 15px;
        padding: 3px 9px;
    }
    .adv_img {
        width: 100%;
    }
    .whatsapp_link {float: right;}
}
