﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.jeefirst {
    border: #9e9696 solid 1px;
    padding: 15px 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: #000 2px;
    box-shadow: #b3b3b3 1px 3px;
}

    .jeefirst h3 {
        margin-bottom: 20px;
        color: #1a75ba;
        /*width: 150px;*/
    }

.pricelist {
    height: 257px;
    width: auto;
    border: solid 3px #175d9d;
    overflow-x: hidden;
    overflow-y: scroll;
    /* float: right; */
    /* margin-top: -191px; */
    padding: 15px;
}
.left-div {
    height: 210px;
}
    .pricelist p {
         font-size: 14px;
    }

    .pricelist h4 {
        background: #1a75ba;
        padding: 10px;
        color: #fff;
        text-align: center;
    }

.pricelist:first img {
      margin-left: 0px!important;
}



.hmm {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.jee {
    background: #fff;
    box-shadow: #317114 4px 5px;
}

.jeefirst {
    font-family: 'Gugi', cursive;
    font-size: 18px;
    line-height: 0;
    margin-bottom: 30px;
    height: 290px;
    border-radius: 0 50px;
    background: #fff;
    box-shadow: #1a75ba 4px 5px;
}
.jeefirst-2 {
    font-family: 'Gugi', cursive;
    font-size: 18px;
    border: #9e9696 solid 1px;
    padding: 15px 10px;
    line-height: 0;
    margin-bottom: 30px;
    height: 290px;
    background: #fff;
    margin: 3rem;
    text-align: center;
    box-shadow: #1a75ba 15px 15px;
}
    .jeefirst-2 .left-div{
       
    }
    .jeefirst-2:hover {
        transform: scale(0.9);
        background-image: linear-gradient(to right, #55ACEE, #2b4c75);
        transition: 0.9s ease;
    }
        .jeefirst-2:hover .left-div p{
            color: #fff;
        }
        .jeefirst-2:hover .jeefirst-2 .strike {
            color: #fff !important;
        }
    .jeefirst-2 p {
        color: #2f2c2c;
        font-family: calibri;
        font-size: 16px;
    }
        .jeefirst p {
            color: #2f2c2c;
            font-family: calibri;
            font-size: 16px;
        }
.jeefirst-2 .strike {
    color: #097eb7;
    font-weight: bold;
}
.jeebutton:hover {
    color: #e6a735 !important;
    background: transparent !important;
    box-shadow: 0 0 10px 0 #e6a735 inset, 0 0 10px 4px #e6a735 !important;
}
    .jeefirst01 {
        font-family: 'Gugi', cursive;
        font-size: 18px;
        line-height: 0;
        margin-bottom: 34px;
    }
.jeebutton {
    background: #e6a735;
    color: #fff;
    box-shadow: #32366d 2px 4px;
}

    .jeebutton:hover {
        background: #c18518;
        color: #fff;
        box-shadow: #32366d 2px 4px;
    }

.redbtn {
    background: #14149e !important;
    padding: 18px 110px;
    font-size: 26px;
    font-weight: bold;
}

.fixbtn {
    position: fixed;
    bottom: 28px;
    padding: 9px 92px;
    text-align: center;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}


.bottomntn {
    background: #fff;
    border: #928c8c solid 1px;
    padding: 20px 0px;
}

.jeefirst:first-child h3 {
    /*height: 51px;*/
    text-transform: capitalize;
}

.addmore {
    background: #1218cc !important;
   
    border: #000 solid 1px !important;
}

.paynow {
    padding: 10px 34px;
    font-size: 18px;
    background: #1218cc !important;
    border: #000 solid 1px !important;
    margin-top: 30px;
}

.pricelist Scrollbars {
      color: red;
}


.resreg {
    margin-top: -20px;
}

.reslog {
    margin-top: 20px;
}


.input-placeholder {
    position: relative;
}


        .input-placeholder input:valid + .placeholder {
            display: none;
        }

.placeholder {
    position: absolute;
    pointer-events: none;
    top: 0px;
    bottom: 0;
  
}

    .placeholder span {
        color: red;
    }

.input-placeholder1 {
    position: relative;
}


    .input-placeholder1 input:valid + .placeholder1 {
        display: none;
    }

.placeholder1 {
    position: absolute;
    pointer-events: none;
    top: 10px;
    bottom: 0;
    left: 10px;
}

    .placeholder1 span {
        color: red;
    }
.heading-h3 h3 {
    color: #1a75ba;
    font-weight: bold;
    font-size: 2.8rem;
}
.amount-div p {
    font-weight: bold;
    font-size: 2rem;
    color: #363434;
}
.amount-div p span{
    padding: 0 10px;
}
@media (max-width: 991px) {
    .pricelist {
        height: 200px;
        width: 55%;
        border: solid 2px #1c2ad8;
        overflow-x: hidden;
        overflow-y: scroll;
        float: right;
        margin-top: -213px;
        padding: 15px;
    }
   

            .pricelist p {
                font-size: 16px;
            }
    }

@media (max-width: 480px) {

    .jeefirst {
        font-family: 'Gugi', cursive;
        font-size: 18px;
        line-height: 0;
        margin-bottom: 30px;
        height: 500px;
        background: #fff;
        box-shadow: #317114 4px 5px;
        text-align: center;
    }

    .pricelist {
        height: 200px;
        border: solid 2px #1c2ad8;
        overflow-x: hidden;
        overflow-y: scroll;
       
        padding: 15px;
        float: left;
        width: 86%;
        position: absolute;
        margin-top: 27px;
    }
        .pricelist img {
        width: 100%;
        height: 100%;
    }

    .pricelist h4 {
        background: #e6a735;
        padding: 10px;
        color: #fff;
        text-align: center;
        /* text-align: justify; */
        font-size: 16px;
        font-weight: normal;
    }

    .jeefirst h3 {
        margin-bottom: 20px;
        color: #37e034;
        width: 100%;
        font-size: 21px;
    }

    .jeefirst:first-child h3 {
        height: 10px;
    }


}
.login-page {
    background-image: url(home/img/banner/login-bg.png);
    height: auto;
    padding: 5rem 0;
    background-position: bottom center;
    background-size: cover;
}
.login-right-img img, .register-right-img img {
    width: 100%;
}
.register-page {
    background-image: url(home/img/banner/register-banner.png);
    height: auto;
    padding: 5rem 0;
    background-repeat:no-repeat;
    background-size: cover;
}