﻿.rowborder {
    /*box-shadow: 5px 10px 10px rgba(0,0,0,0.5);*/
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.margin {
    margin-top: 70px;
    margin-bottom: 88px;
}

.registerbg {
    /*background-image: linear-gradient(to top right,#313165,#3d84bf);*/
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    display:block;
}

.marker {
    width: 70px;
    height: 120px;
}

.labelfont {
    font-size: 18px;
}

.labelfont1 {
    font-size: 20px;
}

.lblfontleft {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.btn1 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.txtpayment {
    width: 100%;
    height: 50px;
    background-color: #eee;
    border: none;
    padding: 12px 12px 12px 12px;
    font-weight: bold;
    font-size: 15px;
}
.txtpayment2{
    width: 100%;
    height: 50px;
    background-color: #eee;
    border: none;
    padding: 12px 12px 12px 12px;
    font-weight: bold;
    font-size: 15px;
}

.imgsamplebill {
    height: 190px;
    width: 150px;
    background-size: cover;
    position: absolute;
    top: 5%;
    right: 0%;
    border: 1px solid gray;
    overflow: hidden;
}

.samplebillhover {
    background-color: rgba(0,0,0,0.5);
    height: 190px;
    width: 150px;
    background-size: cover;
    position: absolute;
    top: 0%;
    left: -110%;
    border: 1px solid gray;
    transition: left 1s;
    z-index: 0;
}

.imgsamplebill:hover .samplebillhover {
    top: 0%;
    left: 0%;
}

.lblsamplebill {
    margin: 40% 20% 40% 20%;
    cursor: pointer;
    text-align: center;
}

.optWindow1 {
    width: 80%;
    height: 70%;
    z-index: 9999;
    position: absolute;
    top: 15%;
    left: 10%;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    overflow: hidden;
    background: white;
    border-radius: 10px;
}
.detailbill{
    width:100%;
}

.opacity {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.opacity2 {
    width: 100%;
    height: 115%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
}

.popup {
    width: 50%;
    display: block;
    z-index: 9999;
    position: absolute;
    padding: 25px;
    top: 25%;
    left: 25%;
    border-radius: 10px;
    box-shadow: 7px 14px 28px rgba(0,0,0,0.25), 7px 10px 10px rgba(0,0,0,0.22);
}

.popupclose {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    z-index: 9999;
}

    .popupclose:hover {
        padding: 10px;
        background-color: #eee;
        border-radius: 50px;
    }

.otpimg {
    margin-top: 20%;
    width: 90%;
}


.imgclose {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20%;
    right: 20%;
}

.lnkclose {
    position: absolute;
    top: 3%;
    right: 2%;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px;
}

    .lnkclose:hover {
        background-color: #f54b42;
        border-radius: 50px;
    }

/*==================================== Media Query Start ==========================================*/
@media only screen and (max-width: 600px) {
    
.marker {
    width: 50px;
    height: 80px;
}
.imgsamplebill {
    height: 150px;
    width: 110px;
    background-size: cover;
    position: static;
    border: 1px solid gray;
    overflow: hidden;
    margin:10% 20% 10% 20%;
}
.margin {
    margin-top: 50px;
    margin-bottom: 50px;
}
.samplebillhover {
    background-color: rgba(0,0,0,0.5);
    height: 150px;
    width: 110px;
    background-size: cover;
    position: absolute;
    top: 57%;
    left: -110%;
    border: 1px solid gray;
    transition: left 1s;
    z-index: 0;
}

.imgsamplebill:hover .samplebillhover {
    top: 57%;
    left: 22%;
}
.txtpayment {
    width: 100%;
    height: 60px;
    background-color: #eee;
    border: none;
    padding: 12px 12px 12px 12px;
    font-weight: bold;
    font-size: 18px;
}
.txtpayment2{
    width: 100%;
    height: 60px;
    background-color: #eee;
    border: none;
    padding: 12px 12px 12px 12px;
    font-weight: bold;
    font-size: 10px;
}
.optWindow1 {
    width: 90%;
    height: 30%;
    z-index: 9999;
    position: absolute;
    top: 15%;
    left: 5%;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    overflow: hidden;
    background: white;
    border-radius: 10px;
}
.detailbill{
    width:100%;
    margin-top:20px;
}

}
