﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

a {
    text-decoration: none !important;
}

body {
    font-family: "Nunito", sans-serif !important;
}

.preheader-rvskvv {
    /*height: 35px;*/
    line-height: 35px;
    /*color: #fff;*/
    color: #000;
    font-size: 14px;
    background-color: #244F0B;
    /*background: linear-gradient(90deg, rgba(236, 255, 115, 1) 0%, rgba(201, 255, 208, 1) 50%);*/
}

    /*.preheader-rvskvv a {
        color: #fff;
    }*/

    .preheader-rvskvv a:hover {
        /*color: #eddd5e;*/
        /*color: #fff;*/
        display: inline-block;
    }

.top-links a:after {
    content: '|';
    margin-left: 4px;
}

.top-links a:last-child:after {
    content: '';
}

.loginLink a:after {
    content: '|';
    margin-left: 4px;
}

.loginLink a:last-child:after {
    content: '';
}

.helplineno {
    display: inline-block;
}

.header-rvskvv {
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.rvskvv-logo img {
    height: 70px;
}

.mponline-logo {
    float: right;
    padding-top: 10px;
}

    .mponline-logo img {
        height: 50px;
    }

.rvskvv-banner {
    background-image: url('../images/rvskvvimage.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

    .rvskvv-banner:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        z-index: -1;
    }

.rvskvv-banner {
    color: #fff;
    padding: 130px 0;
}

.about-rvskvv h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
}

.slide-button-group {
    padding: 10px 0;
}

.servicebtn {
    background-color: #EDDD5E;
    color: #234E0A;
    display: inline-block;
    font-weight: 800;
    cursor: pointer;
    font-size: 16px;
    border-radius: 100px;
    padding: 10px 20px;
}

    .servicebtn img {
        height: 20px;
        transition: .5s all;
    }

    .servicebtn:hover .arrowright-icn img {
        margin-left: 3px;
        transition: .5s all;
        height: 0px !important;
    }

    .servicebtn:hover .arrowleft-icn img {
        margin-left: 3px;
        transition: .5s all;
        height: 20px !important;
    }

.footer-rvskvv {
    text-align: center;
    background-color: #244F0B;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.section-heading h2 {
    line-height: 1.20833;
    font-size: 40px;
    font-weight: 800;
}

.section {
    padding: 40px 0;
}
/* features */
.card-features {
    background-color: #eddd5e !important;
    text-align: center;
    border: 0 !important;
    transition: .5s all;
}

    .card-features img {
        height: 40px;
        display: block;
        margin: 0 auto 10px auto;
    }

    .card-features a {
        color: #000;
        padding: 20px;
        font-size: 16px;
    }

    .card-features:hover {
        transform: translateY(-10px); /* Move up by 10px */
        background-color: #5B8C51 !important;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }

        .card-features:hover img {
            filter: brightness(100);
        }

        .card-features:hover a {
            color: #fff;
        }

.contactus-rvskvv {
    background-color: #FFF9E8;
    position: relative;
    z-index: 0;
}

.contactus-content h5 {
    font-size: 25px;
    font-weight: 600;
}

.contactus-content strong span {
    font-weight: 400;
    font-size: 13px;
}

.contactus-content h6 {
}

.addressbox {
    padding: 10px 0 0 0;
}

.contactus-rvskvv:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../images/rvskvvcontact.jpg');
    opacity: .1;
}

.contactus-image img {
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.contactus-content {
    padding: 50px 0;
}

.rvskvv-wrapper {
    height: 100%;
    min-height: 100vh;
}

.rvskvv-page-title {
    height: 100px;
    background-color: #ddd;
    position: relative;
    padding: 25px 0;
    z-index: 0;
    text-align: center;
    background-image: url('../images/bg-bottom-links.jpg');
    background-position: center;
    background-size: cover;
    color: #fff;
    margin-bottom: 10px;
}

    .rvskvv-page-title:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #244F0B;
        opacity: .7;
    }

    .rvskvv-page-title h2 {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }

.breadcrumb {
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: transparent !important;
}

    .breadcrumb li a {
        color: #fff;
    }

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    color: #fff !important;
}

.breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline !important;
}

/* Inner page table format */
.table-sm-auto {
    width: 50% !important;
    margin: 0 auto;
}

.table {
    background-color: #fff;
    margin-bottom: 10px;
}

    .table td, .table th {
        padding: .25rem .35rem !important;
        vertical-align: middle !important;
        border: 1px solid #ddd !important;
    }

    .table tr th {
        color: #244f0b;
        background-color: #ceffb1;
    }

    .table td input[type="text"],
    .table td input[type="password"],
    .table td input[type="date"],
    .table td select,
    .table td textarea {
        width: 100%;
        border-radius: 5px;
        padding: 5px 10px;
        border: 1px solid #ddd;
        outline: none;
        box-shadow: 0 0 0 #ddd;
        background-color: transparent;
    }

.table2 td {
    width: 50%;
}

.lgn-sub {
    background-color: #50a260;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 6px 20px;
}

    .lgn-sub:hover {
        background-color: #ccc7a4;
        color: #000;
    }

.table td label {
    margin: 0;
}

.table td input[type="radio"] {
    margin-right: 4px;
    vertical-align: middle;
}

.gridtable th {
    background-color: #f9f9f9;
}

.gridtable-sno table td:nth-child(1) {
    width: 5%;
}

.table #lblmsg {
    font-weight: 500 !important;
}

.table td .btn {
    background-color: #50a260;
    color: #fff;
}

    .table td .btn:hover {
        background-color: #3e8c4e;
        box-shadow: 0 0 0 #ddd;
        outline: 0;
    }

.table-block {
}
/* Login css */
.login-wrapper {
    min-height: 100vh;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rvskvvLogin-image:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: .1;
    border-radius: 20px 0 0 20px;
}

.loginbox .container {
    margin: 0 !important;
}

.loginbox {
    margin: 0 auto;
    background-color: #fcfcfc;
    border: 1px solid #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 800px;
    line-height: 27px;
    margin: 10px auto;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
}

    .loginbox label {
        display: block;
    }

    .loginbox input[type="text"], .loginbox input[type="password"], .loginbox select, .loginbox textarea,
    .loginbox input[type="number"], .loginbox input[type="email"] {
        width: 100%;
        border: 1px solid #ccc7a4;
        padding: 5px 20px;
        border-radius: 5px;
        outline: none !important;
        transition: .5s ease;
    }

        .loginbox input[type="text"]:focus, .loginbox input[type="text"]:hover
        .loginbox input[type="password"]:focus, .loginbox input[type="password"]:hover,
        .loginbox select:focus, .loginbox select:hover,
        .loginbox textarea:focus, .loginbox textarea:hover {
            border: 1px solid #50a260;
            outline: none !important;
            box-shadow: rgb(38, 57, 77) 0px 10px 10px -10px;
        }

        .loginbox input[type="text"]:focus, .loginbox input[type="password"]:focus,
        .loginbox input[type="text"]:active, .loginbox input[type="password"]:active {
            box-shadow: rgb(38, 57, 77) 0px 10px 10px -10px;
        }

.DivLoginExp {
    padding: 30px;
}

.rvskvvLogin-image {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .rvskvvLogin-image:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #244F0B;
        z-index: 1;
        opacity: 0.6;
    }

    .rvskvvLogin-image img {
        height: 450px;
        border-radius: 20px 0 0 20px;
    }

.btn.sub-btn {
    background-color: #50a160;
    color: #fff;
    width: 100%;
    display: block;
}

    .btn.sub-btn:hover {
        background-color: #347d42;
        color: #000;
    }

.container {
    max-width: 95% !important;
}

@media (max-width: 600px) {
    .mponline-logo {
        display: none;
    }

    .hide {
        display: none;
    }

    .helplineno {
        display: none;
    }

    .table-block td {
        display: block !important;
        width: 100% !important;
    }

    .rvskvvLogin-image {
        display: none;
    }

    .loginbox {
        width: 95% !important;
        position: relative !important;
    }

    .card-features {
        margin-bottom: 20px;
    }
}
/* Small devices (tablets, 600px and up) */
@media (min-width: 600px) {
    .container {
        max-width: 95% !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        max-width: 95% !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
    .container {
        max-width: 95% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        width: 95%;
        max-width: 95%;
    }
}

.server_name {
    margin: 0;
    padding: 6px 8px;
    text-align: right;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    background-color: #e07441;
    right: 0;
}


.top-links a, .helplineno, .login-window {
    /*color: #234E0A;*/
    color: #fff;
}


.forgt {
    color: #000;
    font-size: 14px
}

    .forgt:hover {
        color: #750043;
        transition: 0.5s;
    }

.captcha {
    width: 100%;
}

.lblCaptcha {
    font-size: 16px;
}

.sound_pho {
    float: left;
}

.inp_btn {
    float: left;
}

.imgCaptcha {
    border-radius: 20px !important;
    width: 100%;
    border: 1px solid #cfcfcf;
    height: 40px;
}

.captchaTable4 td {
    width: 25%;
}

.refresh_pho, .sound_pho, .help_pho {
    display: inline-block;
    margin: 0 5px;
}

    .refresh_pho:hover, .sound_pho:hover {
        cursor: pointer;
    }

.outerSettings {
    background-color: #fff;
    padding: 5px 2px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
}

    .outerSettings button {
        background-color: transparent;
        border: none;
    }

    .outerSettings i {
        font-size: 17px;
    }

.captchaTable4 {
    margin: 8px 0;
}

.captcha_box {
    font-size: 1.1rem;
    margin-left: 10px;
    border: 1px solid #ccc7a4;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 9px 0;
}

    .captcha_box button {
        background-color: transparent;
        border: none;
    }

/*for modal style*/
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Dim background */
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    background: #30613a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .close:hover,
    .close:focus {
        color: #c5c5c5;
        text-decoration: none;
        cursor: pointer;
    }

.modal-content ol li {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Microsoft New Tai Lue;
    line-height: 25px;
    color: #000;
}

.captcha {
    box-shadow: 0 0 4px #cfcfcf;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    background-color: #fff;
    padding: 13px 20px;
    margin: 10px 0;
}

.header-home a {
    /*color: #234E0A;*/
    color: #fff;
}

/*form full height of wrapper container Abhishek Kumar*/
/*.wrapper .container {
    height: 100vh;
}*/
/*end*/
