.vui-slide-mimic {
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

/************************************************/

.vui-slide-scene {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.vui-slide-scene > img {
    height: 100%;
    width: 100%;
}
#slider{ height:500px}
/************************************************/

.vui-slide-transfer {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
    /*background-color: #000000;*/

}

/************************************************/

.vui-slide-grid {
    position: absolute;
    /*background-color: #ccc;*/
    overflow: hidden;
    background-repeat: no-repeat;

}

.vui-slide-grid img {
    width: 100%;
    height: 500px;
}

/************************************************/

/************************************************/

.vui-slide-handle-buttons {
    position: absolute;
    z-index: 11;
    bottom: 3%;
    left: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vui-slide-handle-button {
    display: inline-block;
    height: 4px;
    width: 30px;
    background: none;
    border:1px solid #fff;
    margin: 0 5px;
    cursor: pointer;
}

.vui-slide-handle-buttons .active {
    background: #fff;
}

/************************************************/
.vui-slide-side-buttons {
    z-index: 12;
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
}

.vui-slide-side-button {
    position: absolute;
    height: 120px;
    width: 60px;
    background: transparent no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display:none;
}

.vui-slide-side-buttons .next {
    top: -60px;
    right: 0px;
    border-radius: 20px 0 0 20px;
    background-image: url("../images/next1.gif");
}

.vui-slide-side-buttons .prev {
    top: -60px;
    left: 0;
    border-radius: 0 20px 20px 0;
    background-image: url("../images/prev1.gif");
}

.vui-slide-side-buttons .hover {
    background-color: #000;
    filter: alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

/************************************************/

/*.vui-slide-mask {
    z-index: 11;
    position: absolute;
    bottom: 0;
    left: 0;
    display:none;
    width: 100%;
    height: 20%;
    background: none;
    filter: alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.vui-slide-text {
    z-index: 12;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    overflow: hidden;
}

.vui-slide-text .text {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
}

.vui-slide-text a {
    color: #ffffff;
    text-decoration: none;
}*/
@media (max-width: 1024px) {
    #slider{ height:400px}
}
@media (max-width: 800px) {
    #slider{ height:300px}
}
@media (max-width: 768px) {
    #slider{ height:300px}
}
@media (max-width: 425px) {
    #slider{ height:200px}
}
@media (max-width: 375px) {
    #slider{ height:200px}
}
@media (max-width: 360px) {
    #slider{ height:200px}
}
@media (max-width: 320px) {
    #slider{ height:200px}
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background: #3d404f;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.container1 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .container1::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        right: -8px;
        background-color: #fbfe68;
        border: 3px solid #6eb100;
        top: 20px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.left1 {
    left: 0;
}

/* Place the container to the right */
.right1 {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left1::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 18px;
    width: 0;
    z-index: 1;
    right: 26px;
    border: medium solid #ddd;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #6eb100;
}

/* Add arrows to the right container (pointing left) */
.right1::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 18px;
    width: 0;
    z-index: 1;
    left: 26px;
    border: medium solid #ddd;
    border-width: 10px 15px 10px 0;
    border-color: transparent #6eb100 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right1::after {
    left: -7px;
}

/* The actual content */
.content {
    padding: 10px 20px;
    background-color: #e7d900;
    position: relative;
    border: 0px solid #808080;
    border-radius: 0px;
}

    .content p {
        margin-bottom: 0px;
        padding: 0px;
        color: #333;
    }

    .content h3 {
        margin: auto;
        padding: 5px 0px;
        font-weight: bold;
        color: #3a3288;
    }

    .content p a {
        text-decoration: none;
        vertical-align: middle;
        color: #333;
        font-size: 1em;
        transition: .5s ease-in-out;
    }

        .content p a:hover, .content p a:focus {
            text-decoration: none;
            font-weight: bold;
            color: #000;
            padding-left: 5px;
        }
/* Media queries - Responsive timeline on screens less than 600px wide */
@media (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container1 {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        .container1::before {
            left: 60px;
            border: medium solid #f5f5f5;
            border-width: 15px 20px 15px 0;
            border-color: transparent #f5f5f5 transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    .left1::after, .right1::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right1 {
        left: 0%;
    }
}
.grievance-form {
    padding: 1% 7.5%;
    background: #ededed;
}