/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 17, 2020, 2:59:47 PM
    Author     : 5035958
*/

*, body {
    margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
body {
    font-size: 14px; line-height: normal; font-family: "raleway"; background: url(../img/page_bg.png) no-repeat scroll 0 0 / 100% 100%;
}
.logoBlock {
    padding: 30px 20px;
}
.logoBlock img {
    width: 200px;
}
.detailsBlock {
    position: relative;
}
.detailsBlock {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -70%); -webkit-transform: translate(-50%, -70%); -moz-transform: translate(-50%, -70%);
}
.detailsBG {
    width: 500px;
    height: 250px;
    background: #0053a3;
    border-radius: 60px;
    transform: skewX(25deg);
    margin-top: 60px;
}
.detailsView {
    position: absolute;
    padding: 25px;
    border-radius: 30px;
    background: #fff;
    display: block;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 11px #b5b5b5; -webkit-box-shadow: 0px 0px 11px #b5b5b5; -moz-box-shadow: 0px 0px 11px #b5b5b5; margin-bottom: 30px;
}
.detRow {
    float: left; width: 100%;
}
.detCol { float: left; width: 50%; margin-bottom: 5px; }
.detailsView label {
    font-weight: 600;
    color: #0055a7;
    margin-bottom: 10px

}
.detBtnRow { text-align: center; }
.Btnsubmit {
    padding: 8px;
    width: 200px;
    background: #108a43;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #108a43;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease;
    font-weight: 600;
    cursor: pointer;
}
.Btnsubmit:hover {
    background: #fff;
    color: #108a43;
}
.copyRight {
    padding: 10px;
    font-size: 11px;
    text-align: center;
    position: fixed;
    bottom: 0; right: 0;
}
/*.detCheckRow {
    margin-bottom: 20px;
}*/
.detCheckRow label {
    color: #F44336;
}
.detTitle h3 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #108a43;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #ccc;
}
.detTitle h3::before {
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #0053a3;
}
.bankDet {
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 15px;
}
.customerDet {
    padding: 10px;
    background: #ebf5ff;
}
.detailsViews {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 0px 8px #0d4a85;
    padding: 15px;
    border-radius: 25px;
    color: #0d4a85;
    border: 2px solid #0d4a85;
}
.detailsViewsRes.detailsViews {
    width: 550px;
}
@media only screen and (max-width: 991px) {
    .detailsBlock {
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }
    .logoBlock {
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .detailsViewsRes.detailsViews, .detailsViews {
        width: 90%;
        padding: 10px 0px;
    }
}
@media only screen and (max-width: 1024px) {
    body {
        background: #ccc;
    }
    .custBody {
        background: url(../img/page_bg.png) no-repeat scroll 0 0 / 100% 100%;
    }

    .detailsBlock {
        width: 70%; position: relative; top: 0; left: 0;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        margin: auto;
        margin-bottom: 20px;
    }
    .detailsBG {
        margin-top: 0;
        position: relative;
        top: 65px;
        width: 100%;
    }
    .detailsView {
        padding: 20px;

    }
    .detCol {
        width: 100%;
    }
    .copyRight {
        margin-top: 0px; position: static; background: #f2fff7;
    }
    .main_Detconainer {
        background: #f2fff7;
    }
}
.radioRow{
    font-weight: 600;
    color: #0055a7;
    max-width: 50%;
}


.timer{
    height: 100px;
    width: 100px;
    background-color: #4cab53;
    border-radius: 50%;
    display: inline-block;       

}
.timeredit {
    padding-top: 15px;
    text-align: center ;
    font-size: 24px; 
}
