﻿* { box-sizing:border-box;margin:0; padding:0;}
img { max-width:100%; height:auto;}

#ParivartanImg {
    max-width: 80%;  
    height: auto;      
}

ol, ul {list-style: none;}
a {
    text-decoration: none;
    color: #333;
}
.tab {
    overflow: hidden;
    border-bottom: 2px solid #91203e;
} 
.borderDiv {
    overflow: hidden;
    padding: 6px 12px;
    border: 2px solid #91203e;
    border-top: none;
}
.tab input[type="button"] {
    float: left;
    border: 2px solid #91203e;
    border-bottom: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    background-color: #FEDEA9;
}
.mDivisionDiv {
    width: 100%;
    padding: 10px;
    background: #FEDEA9;
    margin-bottom: 10px;
}
.listboxswap{
    margin: 0 !important;
}
.tab input[type="button"]:hover, .tab input[type="button"].active {
    background-color: #91203e;
    color: #fff;
}
.tabcontent {
    display: none;
    overflow: hidden;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
/*input:focus {outline: 0;}*/   /*removed aside cite datalist believed cite obstructs focus when using tab stop navigate element*/
input:focus-visible {
    outline: 3px solid #0d6efd;
    outline-offset: 2px;
}
.mr10 {margin-right: 10px;}
.fs12 {font-size: 12px;}
.prel {position: relative;}
.hide {display: none;}
.txt-center {text-align: center;}
.mt10 {margin-top: 10px;}
.mb10 {margin-bottom: 10px;}
.bgCheckbox{     width: 20px;
    height: 20px;}
body{font-family:arial; font-size:14px; color:#333;margin: 0px;background-color:#ebb358;}
.circular-head {background-color: #91203e;float: left;width: 100%;padding: 10px 0;position: fixed;left: 0;top: 0;z-index: 999;border-bottom: 2px solid #ebb358;}
.custom-container {	display:block; margin:0 auto; width:100%; max-width:1140px; overflow:hidden;}
.form-block {background-color:#fedea9;  box-shadow:0px 0px 12px 0 #000;border-radius:20px; width:325px; float:right; margin: 25px 10px 0 0; padding:0 10px;min-height: 100%;}
.form-block h2 { margin:8px 0 8px; text-align:center; font-size: 20px;}
.form-block .input-group { padding: 5px 10px; float: none;width: 275px; margin: 0 auto; display: block;min-height: 40px;} 
.form-block .btn-group { float:left; width:100%;}
.btn-group {
    float: left;
    width: 100%;
}
.form-block .input-group label { width:100px; float:left;font-size:15px; padding-top:5px; font-weight:600; }
.form-block .input-group .myinput { width:150px;float:left; min-height:30px;}
.form1 .input-group .myinput { width:150px;float:left; min-height:30px;}
.form-block .btn {
    width: 90px;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-family: arial;
    text-align: center;
    background-color: #91203e !important;
    color: #fff;
    float: none;
    margin: 10px auto;
    display: block;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
}
.form-block .btnDigital {
    padding: 5px;
    border-radius: 6px;
    font-size: 20px;
    font-family: arial;
    text-align: center;
    background-color: #91203e !important;
    color: #fff;
    float: none;
    margin: 10px auto;
    display: block;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
}
.digital-table {
    border-collapse: collapse;
    border-color: #000;
    box-shadow: 0px 0px 12px 0 #000;
    margin-left:20% !important;
    margin: 30px 0 20px;
    width:55%;
    background-color: #ffeac8;
    display: table;
    font-size: 16px;
}
    .form-block .btn.btn1 {
        width: 160px;
    }
    .form-block.modal {
        margin: 0;
        width:100%;
    }
.error_msg {
    color: red;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
    padding-left: 25px;
    width: 100%;
    float: left;
}
.main-content {
    width: 100%;
    float: left;
    margin: 2%;
    padding: 20px 0;
    display: none;
    transform: scale(0);
    transition: all 3s;
}
.submitSatisfied {
    background-color: #91203e;
    border: none;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    float: left;
}
/*Star Rating*/
.star-rating {
    float:left; width:100%;
}
.row {
    overflow: auto;
    clear: both;
}
.numblock {
    width: 165px;
    float: right;
    clear: both;
    margin-top: -32px;
}

.num {
    float: left;
    width: 10px;
    color: black;
    margin-right: 23px;
    font-weight: bold;
}

    .num.num5 {
        margin-right: 0;
    }
#FAQPdfLink {
    float: left;
}
.rating {
    float: left;
    border: 1px solid #91203e;
    margin: 5px;
    padding: 5px 10px 30px;
    width: 99%;
}
    .rating legend {
        color: #000;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }
    .rating label {
        width: 2em;
    }
.FAQDiv .inner-heading {
    background: 0 0;
    cursor: text;
    color: #b1113e;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px 0;
    text-transform: capitalize;
    display: inline-block;  
}
.FAQDiv h4 {
    padding-top: 10px;
    font-size: 16px;
}
.FAQDiv p {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 0;
    text-align: justify;
    font-weight: normal;
}
ul.FAQDivUl {
    margin: 0 10px;
}
ul.FAQDivUlIn {
    margin: 10px;
}
ul.FAQDivUlIn li{
    margin-left: 20px;
    list-style-type: decimal;
    padding: 5px;
}
#FAQModal .faqL, ul.headerUl li .ask-a-question a.faqL, .tpbr ul.headerUl .relFAQDiv li a {
    color: #91203e;
}
#FAQModal .faqL#FAQLink {
    color: #fff;
    width: 100px;
}
.listRelFAQ {
    float: left;
    width: 100%;
}
.relFAQDiv {
    float: left;
    max-height: 70px;
    overflow-y: auto;
}
#FAQModal {
    position: absolute;
    border-radius: 0;
    top: 0;
    left: 0;
}
.rating:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0,0,0,0);
}
.rating > input {
    position: absolute;
    top: -9999px;
    clip: rect(0,0,0,0);
}
.rating:not(:checked) > label {
    float: right;
    width: 2em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1.2;
}

.icon-star {
    width: 25px;
    height: 20px;
    fill: #000;
    transition: all .3s;
}

.rating > input:checked ~ label .icon-star {
    fill: #B4072A;
}

.rating:not(:checked) > label:hover .icon-star,
.rating:not(:checked) > label:hover ~ label .icon-star {
    fill: #B4072A;
}

.rating > input:checked + label:hover .icon-star,
.rating > input:checked + label:hover ~ label .icon-star,
.rating > input:checked ~ label:hover .icon-star,
.rating > input:checked ~ label:hover ~ label .icon-star,
.rating > label:hover ~ input:checked ~ label .icon-star {
    fill: #B4072A;
}

.rating > label:active {
    position: relative;
    top: 1px;
    left: 1px;
} 

/*Captcha CSS*/
#captcha {
    width:150px;
}
#captDiv {
    width: 115px;
    float: left;
    min-height: 35px;
    margin: 5px 5px 0 100px;
    color:gray;
    font-weight:bolder;
    font-size:1em;
    padding:4px;
    text-align:center;
    /*background-color:lightgray;*/
}
#captDiv img{
    height: 36px;
}

.captcha-reset {
    width: 30px;
    float: left;
    margin: 5px 0;
}
.captcha-reset img{
    width: 80%;
    margin-top: 2px;
}
/* Model popup*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#000000');
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
#model {
    z-index: 1000000000;
}
/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 10px 0;
    border: 1px solid #888;
    width: 100%;
    max-width: 390px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    border-radius: 10px;
    background-color: #fedea9;
    box-shadow: 0px 0px 12px 0 #000;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: hidden;
}

.modal-header h2 {
    margin: 5px 0 5px;
}

.reset-credential p {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.modal-content .input-group {
    width: 100%;
    float:left;
}

.modal-content .input-group label, .modal-content .input-group .myinput {
    width: 150px;
}
#feedbackModal .modal-content .input-group label, #feedbackModal .modal-content .input-group .myinput {
    width: 50%;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}
#mobileNoReset {
    width: auto;
    padding: 0;
    float: none;
}
/* The Close Button */
.close, #close, #closefdbk {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 0 10px 0 0;
    cursor: pointer;
}
#skip {
    font-size: 20px;
    margin: 10px;
    color:blue;
    text-decoration:underline;
}

.close:hover,.close:focus, #close:hover, #close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: #000;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    color: #000;
}

.siteinfo {
    text-align: center;
    width: 100%;
    color: white !important;
    overflow: hidden;
    padding: 5px 0 0;
}
.siteinfo a {
    text-decoration: underline;
    color: yellow; 
}
.footer {
    /*position: fixed;*/
    bottom: 0px;
    background-color: #91203e;
    float: left;
    width: 100%;
    z-index: 2;
}
.footer .custom-container {
    padding: 10px 0;
}
    .footer p {
        color: white;
        font-weight: 600;
    }
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.logo img{ height: 50px;}
.clrFix {
    clear: both;
}

.under-link{
    position: relative;
    cursor: pointer;
}
.under-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background-color: #91203e;
}
.under-link:hover{
    color: #811b37;
}
.under-link:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/*Latest Events CSS*/
.latest-events-container {
    border: 2px solid #91203e;
    margin: 40px 0 10px;
    float: left;
    width: 100%;
    position: relative;
    background-color: #FEDEA9;
    max-height: 58px;
}

    .latest-events-container marquee {
        float: left;
        width: 100%;
        height: 58px;
    }

    .latest-events-container h2 {
        position: absolute;
        top: -36px;
        left: -2px;
        background-color: #91203e;
        color: #fff;
        
        border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        padding: 5px 10px;
    }

.events-block {
    border: 2px solid #91203e;
    margin: 6px 10px 0;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 10px;
    color: #91203e;
    border-radius: 10px;
}

    

    .events-block a {
        color: #91203e;
        font-weight:bold;
    }

.flashit {
    color: #f2f;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}
/* Pulse class and keyframe animation */
.pulseit {
    -webkit-animation: pulse linear .5s infinite;
    animation: pulse linear .5s infinite;
}

@-webkit-keyframes pulse {
    0% {
       transform: scale(.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.9);
    }
}

@keyframes pulse {
    0% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.9);
    }
}


/*ribbon css*/
#ribbon {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    min-height: 1000px;
    cursor: none;
    width: 100%;
}
.cursor {
    background-image: url(../images/scissor-final2.png);
    background-position:0 0;
    background-repeat:no-repeat;
    background-size:550px;
    height:1000px;
}

    #ribbon .ribbon-left {
        width: 50%;
        float: left;
        margin-top: 96px;
        transition:all 3s;
        left:0;
    }
    #ribbon .ribbon-right {
        width: 50%;
        float: right;
        margin-top: 100px;
        transition: all 3s;
        right: 0;
    }
/* snowfall CSS*/
#snowfall{
    float:left; width:100%;
    z-index:99999;
}
/**/
.text-info {
    text-align: right;
    margin: 0 0 10px;
    color: maroon;
    font-weight: 600;
    font-size:14px;
}


/*-------Responsive CSS Start-------------*/
@media only screen and (max-width:1300px) {
    .footer .custom-container {padding: 20px 10px;}
}
@media only screen and (max-width:1140px) {
    .main-content {	padding: 20px 10px;}
    .form-block { padding: 5px 20px;width: 300px;margin: 25px 30px 0 0; overflow:hidden;}
	.form-block form .input-group {width: 100%;}
	.form-block form .input-group .myinput {width: 100px;}
        
    .btn-group.custom-group{ float:left; width:70px;}
    .under-link {font-size: 14px;}
}
@media only screen and (max-width:1060px) {
    .form-block {
        width: 260px;
        margin: 25px 30px 0 0;
        padding: 5px;
    }
    /*#captcha {
        width: 50px;
    }
    #captDiv {
        margin: 0 3px;
        width: auto;
    }*/
}
    @media only screen and (max-width:991px) {
        .form-block {
            width: 300px;
            margin: 25px auto;
            float: none;
            padding: 5px 20px;
        }      

        .footer {
            padding: 10px;
            position: relative;
        }
            .footer .custom-container {
                padding: 10px;
            }

        .f-left, .f-right {
            float: none;
            text-align: center;
            line-height: 20px;
        }
        .cursor {
            background-image: url(../images/scissor-final2.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 550px;
            height: 1000px;
        }
        .cursor {
            background-size: 400px;
        }
    }

    @media only screen and (max-width:768px) {
        .circular-head, .footer {
            position: relative;
        }

        #skip {
            width: 100%;
            float: right;
            text-align: right;
        }

        #chngPwdModal {
            width: 100%;
            border-radius: 0;
        }
        .latest-events-container h2 {
            top: -32px;
            font-size: 16px;
        }
        .events-block {
            font-size: 18px;
        }
    }
@media only screen and (max-width:767px) {
    .cursor {
        background-size: 200px;
    }
}
    @media only screen and (max-width:360px) {
        #chngPwdModal.form-block .input-group .myinput {
            width: 85px;
        }
    }
/* WCAG Resize Text support */
.main-content,
.custom-container,
.custom-container2,
.custom-container3,
.custom-container4 {
    height: auto !important;
    min-height: unset !important;
}



