@font-face {
    font-family: "Roboto";
    src: local(Roboto Thin),
        url("./roboto/Roboto-Thin.eot");
    src: url("./roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"),
        url("./roboto/Roboto-Thin.woff2") format("woff2"),
        url("./roboto/Roboto-Thin.woff") format("woff"),
        url("./roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 200
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Light),
        url("./roboto/Roboto-Light.eot");
    src: url("./roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"),
        url("./roboto/Roboto-Light.woff2") format("woff2"),
        url("./roboto/Roboto-Light.woff") format("woff"),
        url("./roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Regular),
        url("./roboto/Roboto-Regular.eot");
    src: url("./roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
        url("./roboto/Roboto-Regular.woff2") format("woff2"),
        url("./roboto/Roboto-Regular.woff") format("woff"),
        url("./roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: "Roboto";
    src: url("./roboto/Roboto-Medium.eot");
    src: url("./roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
        url("./roboto/Roboto-Medium.woff2") format("woff2"),
        url("./roboto/Roboto-Medium.woff") format("woff"),
        url("./roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500
}

@font-face {
    font-family: "Roboto";
    src: url("./roboto/Roboto-Bold.eot");
    src: url("./roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
        url("./roboto/Roboto-Bold.woff2") format("woff2"),
        url("./roboto/Roboto-Bold.woff") format("woff"),
        url("./roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700
}

::-moz-placeholder { font-size: 15px; font-weight: 400; }
::placeholder { font-size: 15px; font-weight: 400; }
::-webkit-placeholder { font-size: 15px; font-weight: 400; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

body {
    background-color: #c9c9c9;
    font-family: 'Roboto', arial, Helvetica, Arial, serif;
    cursor: default;
    color: #202122;
    font-size: 100%;
}

.landing-terms {
    margin-left: 48px;
    position: relative;
}
.landing-terms::before {
    border-left: 2px dashed #000;
    top: 0px;
    bottom: 0px;

}
.landing-terms > div.row { 
    max-width: inherit; padding: 15px 0px; width: auto; padding-right: 0px !important; font-size: 14px; 
    display: flex; align-items: center; counter-increment: sections;
    border-bottom: 1px dashed #ddd;
}
.landing-terms > div.row:last-child {
    border-bottom: 0px;
}
/* .landing-terms > div.row:nth-child(odd) {
    border-bottom: 1px dashed #ddd;
} */

.landing-terms div.row h1 span { display: block; color: gray; text-transform: uppercase; font-size: 14px; }
.landing-terms div.row h1 { 
    font-size: 16px;
    color: #004c8f;
}
.landing-terms div.row h1::before {
    content: counter(sections);
    right: 100%;
    left: -32px; 
    position: absolute;
    padding: 6px;
    height: 30px;
    width: 30px;
    background: #fff url(../images/logo-bg.png) no-repeat center;
    text-align:center;
    color: #202c54;
    font-weight: 700;
}
.landing-terms div.row ul, .landing-terms div.row ul li {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
    list-style-image: url(../images/bullet.gif);
}
.landing-terms div.row ul li span {
    padding-top: 10px;
    display: block;
    color: #3b4551;
}

.max-container-width { 
    max-width: 980px;
    margin: 30px auto 0px;
}

#mainContainer {
    background-color: white;
    padding: 30px;
}

#mainContainer.mainPage div.container {
    padding-left: 0px;
    padding-right: 0px;
}

.mainPage { background: transparent url('../../../cardpay-assets/images/billdesk-logo.png') no-repeat bottom 25px right 35px;
    background-size: 100px; padding-bottom: 20px !important; }
.mainPage .card-body { padding-right: 0px; }
.mainPage .alert-warning { background-color: #f7f7f7; border-color: rgba(0,0,0,0.1); padding: 10px 15px; font-size: 15px; color: #333; }
.mainPage .alert-warning label { cursor: pointer; }
.mainPage .alert-warning input { margin-right: 5px; }

#leftSection { 
    background: #fff;
    background-image: none;

    padding-bottom: 0px;
}

#rightSection {
    background-color: #F2F7FB;
    position: relative;
    display: flex;

    border-radius: 10px;
}

#leftSection form.form-horizontal div.form-group .col-form-label { 
        padding-right: 0px !important; 
        /* flex: 45%; max-width: 45%;  */
        font-size: 15px; 
        color: #1f2b53;
        line-height: 29px;
}
#leftSection form.form-horizontal div.form-group .col-form-label small {
    
    display: none;
    color: #7883a3;
}

.mb-0 { margin-bottom: 0px; }

/* .form-group.row div.col-sm-7 { flex: 52%; max-width: 52%; padding-right: 0px; margin-left: 10px; } */
.form-group.row div.col-sm-4 { padding-right: 0px; }
.input-group-prepend { height: 47px; }

.form-control {
    font-size: 1.10em;
    font-weight: 500;

    border: 1px solid #e1e4eb;
    background-color: #fafbfd;

    border-radius: 5px;
    height: calc(1.7em + .75rem + 5px);
}

p.alert.alert-info {
    margin-bottom: 0px;

    background-color: #fcedea;
    border: 1px solid #f6cbc2;

    color: #3b4551;
    font-size: 12px;
}
.form-control:focus {
    border: 2px solid #004c8f;
    box-shadow: none !important;
}

.input-group-text { 
    font-size: 1.10em;
    font-weight: 500;
}

.form-control:focus {
    box-shadow:0 0 0 .2rem rgba(0, 131, 108,.25)
}

#topbanner {
    padding: 0px;
}

.card-body { 
    padding-left: 0px;
}

.card-heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.card-heading h1 {
    font-size: 21px;
    font-weight: 400;
}

.card-heading p {
    line-height: 22px;
    font-size: 15px;
    color: #666;
}

.responsePage .card-heading h1 { 
    font-size: 21px;
    font-weight: 550;
}

#centerSection  { padding-left: 5px; padding-right: 0px; background: transparent; margin-top: 0px !important; }
#proceedBtn { margin-top: 25px; }

/* .btn-primary, .btn-primary:hover, .btn-primary:focus    { 
    background-color: #1d86ff;; box-shadow: none !important; color: #fff;
    border-color: rgba(0,0,0,0.2); padding: 10px 20px; font-size: 18px; letter-spacing: 0.05em; 
}
.btn-primary:hover, .btn-primary:focus { background-color: rgba(216, 96, 23) !important; box-shadow: 0 0 0 .2rem rgba(216, 96, 23,.25)  !important; outline: none !important; } */

.btn-light { border: 1px solid rgba(0,0,0,0.15); }

#proceedBtn { width: 100%;  background-color: #1d86ff; border-color: rgba(0,0,0,0.2); min-height: 50px; font-size: 20px; }
#proceedBtn.btn-primary:hover, #proceedBtn.btn-primary:focus { background-color: #286090 !important; box-shadow: none !important; }

#ipdetails { 
    padding: 10px;
    color: rgba(0,0,0,0.65);
    font-size: 17px;
    line-height: 22px;

    background: transparent url('../../../cardpay-assets/images/billdesk-logo.png') no-repeat center right 20px;
    background-size: 100px;
    margin-bottom: 20px;
}
#ipdetails p { margin: 0px; }
#ipdetails b { color: #ed232a; }



.timeline-container { width: 100%;}
.timeline {
    width: 220px;
    margin: 0px auto;
}

.timeline .card {
    border-top: 2px dashed;
    border-color: #004c8f !important;
    margin:0; padding: 30px;
    counter-increment: section;
    position: relative;
    background-color: transparent;
    padding: 37px 25px;
    color: black;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.responsePage .timeline .card { padding: 30px 25px; }

.timeline .card h2 { font-size: 19px; font-weight: 500; color: #202c54; }
.timeline .card p  { margin: 0px; font-size: 16px; line-height: 20px; }

.timeline .card:nth-child(even):before {
    content: counter(section);
    right: 100%; 
    margin-right: -15px;
    position: absolute;
    padding: 3px;
    height: 30px;
    width: 30px;
    background: #fff url(../images/logo-bg.png) no-repeat center;
    text-align:center;
    color: #202c54;
    font-weight: 700;
}

.timeline .card:nth-child(odd):before {
    content: counter(section);
    left: 100%; 
    margin-left: -15px;
    position: absolute;
    padding: 3px;
    height: 30px;
    width: 30px;
    background: #fff url(../images/logo-bg.png) no-repeat center;
    text-align:center;
    color: #004c8f;
    font-weight: 700;

}
  
  
  
.timeline .card:nth-child(even) {
    border-left: 2px dashed;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: 30px; 
    padding-right: 0;
    border-right: 0px;
    border-bottom: 0px;
}
  
.timeline .card:nth-child(odd) {
    border-right: 2px dashed;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 30px; 
    padding-left: 0;
    border-left: 0px;
    border-bottom: 0px;
}
  
.timeline .card:first-child {
    border-top: 0;
    border-top-right-radius:0;
    border-top-left-radius:0;
}
  
.timeline .card:last-child {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
  }

.timeline .card.active:before {
    animation: pulse 0.5s infinite alternate;
}

@keyframes pulse {
    from { box-shadow:0px 0px 5px 3px #c9ddff; }
    to { box-shadow:0px 0px 10px 5px #c9ddff; }
}

.responsePage span.badge {
    padding: 6px 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    font-size: 93%;
}

@media screen and (max-width: 768px) {

    #mainContainer { padding: 20px 20px 0px 20px; }

    .max-container-width { 
        margin: 0px;
    }

    .card-body { padding-right: 0px; }

    #leftSection {
        background: #fff url('../../../cardpay-assets/images/billdesk-logo.png') no-repeat bottom 15px center;
        background-size: 100px;
        padding-bottom: 50px;
    }
    
    #leftSection form.form-horizontal div.form-group .col-form-label { font-size: 16px; font-weight: 500; }
    .response-page .col-form-label, .response-page .form-control-plaintext { font-size: 14px; }

    #proceedBtn, #makepayment {
        width: 100%;
    }
    #ipdetails {
        background-image: none;
    }

    .card-heading h1 { font-size: 17px; }
    .card-heading p  { font-size: 13px; }
}




@keyframes slideInTop {
    0% {
        transform: translateY(-200%) translateX(-50%);
    }
    100% {
        transform: translateY(-50%) translateX(-50%);
    }
}

.notification-holder {
    position: fixed;
    height: 100vh;
    width: 100%;
    opacity: 0.3;

    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    background-color: rgba(0,0,0,0.75);
}

.notification-message {
    width: 450px;
    height: 300px;
    position: absolute;

    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;

    box-shadow: 1px 1px 4px rgba(0,0,0,0.025);

    font: 14px Arial;
    line-height: 22px;
    transition: all 500ms ease;

    z-index: 999;
}

.notification-message.slideIn {
    animation: 1s ease-out 30s 1 slideInLeft;
    -webkit-animation: 1s ease-out 30s 1 slideInLeft;
}

.notification-message .media {
    padding: 1rem;
}

.notification-message .media .media-left {
    min-width: 70px;

    text-align: center;
}

.notification-message .media .media-body { 
    padding-left: 15px;
}

.notification-message .media .media-body .ifsc-code { 

    display: inline-block;
    background-color: #ededf0;
    padding: 3px 7px;

    font-size: 12px;

    border-radius: 5px;
    color: #666;

    margin-top: 5px;
}

.notification-message .modal-heading { 
    padding: 1rem;
    font-size: 19px;

    border-bottom: 1px solid #ddd;
}

.notification-message .modal-heading button.btn {
    float: right;
    margin-top: -7px;
}

.notification-message .modal-heading button.btn:hover, .notification-message .modal-heading button.btn:active, .notification-message .modal-heading button.btn:focus {
    box-shadow: none !important;

}

@media screen and (max-width: 640px) {
    .notification-message { 
        width: 80%;
        height: auto;
    }
}