﻿p.whatsapp-chat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 79px;
    right: 25px;
    z-index: 4;
    background-color: #00cc2f;
    color: #FFF;
    border-style: solid;
    border-width: 2px;
    border-radius: 50px;
    text-align: center;
    font-size: 43px;
    padding: 6px;
    transition: 0.3s;
    animation: shadow-pulse 1s infinite;
}

    p.whatsapp-chat:hover {
        background-color: #006a50;
        transition: 0.3s;
    }

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 204, 16, 0.72);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}
.fb_dialog_content iframe {
    bottom: 5px !important;
}

.job-right-sidebar1 {
    border: solid 1px #e7e7e7;
    background: #fff;
    padding: 0px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    min-height: 280px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: 0.4s;
}

    .job-right-sidebar1:hover {
        border-bottom: 3px solid #17a2b8;
        transform: translateY(-5px);
    }

.jobheading {
    font-size: 22px;
    color: #007bff;
    margin-bottom: -10px;
    font-weight: 500;
    line-height: 33px;
    text-transform: capitalize;
}

.job-right-sidebar1 ul li {
    color: #4e4a4a;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500;
}

.apply-button {
    margin: 0px;
    padding: 7px 35px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    border: solid 1px #e7e7e7;
    border-bottom: solid 2px #17a2b8;
    color: #333;
    border-radius: 3px;
}

.search-count {
    border: solid 1px #e7e7e7;
    background: #fff;
    padding: 10px 5px 10px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    margin-top: 15px;
    font-weight: bold;
    max-height: 42px;
    background-color: #25a07c4a;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

.sidebarform {
    border-radius: 2.7px;
    padding: 10px;
    margin: 70px 0px;
    top: 0;
    position: sticky;
    border: solid 1px #e7e7e7;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.Form-Heading {
    border: solid 1px #e7e7e7;
    background: #fff;
    padding: 10px 5px 10px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    font-weight: bold;
    max-height: 45px;
    background-color: #25a07c4a;
}


.req_input_full {
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    color: #77779a;
    border: 1px solid #afafd6;
    margin-bottom: 10px;
    border-radius: 3px
}

    .req_input_full label {
        background: #ebe7e4;
        border-right: 1px solid #afafd6;
        margin: 0;
        padding: 10px 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }

    .req_input_full .cover {
        display: inline-block;
    }

.achiveved-award-box {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.3);
    border: 2px solid #c8c8c8;
    padding: 15px;
    position: relative;
    width: 100%;
    min-height: 260px;
}

.overlay11 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    opacity: 0.6;
}

.award-text a {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 600;
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay11 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #00a085ed;
    -webkit-transition: 1s ease;
}

.achiveved-award-box:hover .overlay11 {
    opacity: 1;
}

/*.bs {
    width: 30% !important;
}*/

.service-box {
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 25px 0px 25px 0px;
    background: #fff;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

p {
    font-weight: 500;
    font-size: 15px;
    text-align: justify;
}

.heading {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 800;
    color: #ff4800;
}

h3 {
    text-shadow: 1px 1px #000 !important;
}

.list-style-one li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #2d2b2b;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

    .list-style-one li:before {
        position: absolute;
        content: '\f00c';
        left: 0;
        top: 2px;
        color: #ff4800;
        font-size: 18px;
        font-family: FontAwesome;
    }

.gray-bg {
    background: #f4f4f4a3;
    padding: 20px;
}

@media (max-width: 768px) and (min-width: 320px) {
    .job-right-sidebar1 {
        min-height: 330px;
    }
}
