/*BT-201:Sumit G:11022019:HDFC UPI implementation in Payment Gateway for NetNet <Start>*/
body { margin:0; padding:0; background:#e1e1e1;}
.banner { margin:0 auto; padding:0; width:700px; height:116px;}
.banner img { width:100%; height:116px;}
.loading-container { margin:0 auto; padding:10px; width:50%; background:#fff;}
.loading-container .upi-logo { margin:50px 0; padding:0; text-align:center;}
.loading-container .upi-logo img { width:60%;}
.loading-container p { margin:0 0 10px 0; padding:0; width:100%; text-align:center; font-family:'Myriad Pro', 'Helvetica', Arial, 'sans-serif'; font-size:14px; line-height:20px; color:#000; }
.loading-container p span.blue { padding:0 5px; color:#12499c; font-size:18px; font-weight:400;}
.loading-container p span.red { padding:0 0 0 5px; color:#ff0000; font-size:18px; font-weight:400;}	
.loading-container h4 { margin:20px 0; padding:0; width:100%; text-align:center; font-family:'Times New Roman'; font-size:24px; color:#000;}
.loading-container .loader { margin:0 auto; padding:0; text-align:center; width:100%;}
.sk-fading-circle { margin:50px auto; width: 40px; height: 40px; position: relative;}
.sk-fading-circle .sk-circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.sk-fading-circle .sk-circle:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #2f69a5; border-radius: 100%; -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;}
.sk-fading-circle .sk-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg);}
.sk-fading-circle .sk-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg);}
.sk-fading-circle .sk-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);}
.sk-fading-circle .sk-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg);}
.sk-fading-circle .sk-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg);}
.sk-fading-circle .sk-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.sk-fading-circle .sk-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg);}
.sk-fading-circle .sk-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg);}
.sk-fading-circle .sk-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg);}
.sk-fading-circle .sk-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg);}
.sk-fading-circle .sk-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); }
.sk-fading-circle .sk-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s;}
.sk-fading-circle .sk-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s;}
.sk-fading-circle .sk-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s;}
.sk-fading-circle .sk-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s;}
.sk-fading-circle .sk-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s;}
.sk-fading-circle .sk-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s;}
.sk-fading-circle .sk-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s;}
.sk-fading-circle .sk-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s;}
.sk-fading-circle .sk-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s;}
.sk-fading-circle .sk-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s;}
.sk-fading-circle .sk-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s;}
@-webkit-keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0;} 40% { opacity: 1;}}
@keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0;} 40% { opacity: 1;}}


@media screen and (max-width: 768px) and (min-width:481px) {
.loading-container .upi-logo img { width:60%;}
.loading-container { width:80%;}	
.loading-container p { font-size: 18px;}
}


@media only screen and ( max-width:480px) {
.loading-container .upi-logo { margin: 30px 0;}
.loading-container .upi-logo img { width:80%;}
.loading-container { width:80%;}
.banner { width:100%;}
}

/*BT-201:Sumit G:11022019:HDFC UPI implementation in Payment Gateway for NetNet <Start>*/