@charset "utf-8";
*{ margin:0; padding:0; outline:none; list-style:none; border:none; box-sizing:border-box; -webkit-text-size-adjust: none; -webkit-box-sizing: border-box;}
body{font-family:Arial, Helvetica, sans-serif;color:#010101;font-size:16px;background:#9de8fa;position: relative;}
#wrapper {width:100%;/* float:left; */}
.main{ max-width:1070px; width:95%; margin:auto;    z-index: 7;  position: relative;}
#wrapper:after{ position: absolute; contain: layout; background: #8be4f9; width: 200px; height: 50px;}
.header {
    width: 100%;
    /* float: left; */
    background: #fff;
    min-height: 65px;
    padding: 10px 0;
}
a{color: #0e45b4;}
.left {
    width: 30%;
    background: #fff;
    padding: 35px;
    text-align: center;
    border-radius: 10px;
    /* margin-right: 80px; */
    float: left;
}
.right {
    float: right;
    width: 65%;
}
h1 {
    font-size: 25px;
    color: #0e45b4;
    padding: 30px 0;
    font-weight: normal;
}
h1 span{
    font-size: 19px;
    font-weight: normal;}
.bottom {
    /*display: flex;*/
    /* float: left; */
    width: 100%;
}
.left a {
    background: #ed1b24;
    /* display: block; */
    color: #fff;
    padding: 9px 40px;
    border-radius: 50px;
    margin-bottom: 15px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
}
.left a:hover{background:#0e45b4;}
.left label {
    font-size: 14px;
    color: #0e45b4;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.rightTop {
    width: 100%;
    float: left;
}
.offer {
    width: 100%;
    float: left;
}
.rightTop ul li{ width:150px; height:145px; border:1px solid #fff; padding:5px; margin-right:25px; text-align:center;    position: relative;    float: left;}
.rightTop ul {
  float: left;    width: 100%;
}
.rightTop ul li span {
    margin: 20px 0;
    display: block;
}
.rightTop ul li p {  color: #0e45b4; }
.rightTop ul li label {
    bottom: 2px;
    position: absolute;
    width: 97%;
    left: 3px;
    background: #fff;
    padding: 4px 0;
    border-radius: 5px;
    color: #0e45b4;
    font-weight: bold;
}
 
h2 {
    color: #0e45b4;
    margin: 50px 0 10px 0; float: left;
}
.offer p {
    width: 100%;
    padding: 5px 0;
}
.details ul li {
    float: left;
    width: 95%;
    padding: 10px 0;
    list-style: decimal;
    margin-left: 17px;
}
.details ul li a{ color:#ed1b24; }
.buttonOuter a {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 5px;
    color: #0e45b4;
    margin: 0 15px 0 0;
    background: url(https://v1.hdfcbank.com/htdocs/common/2019/july/Coding/NetBanking_LP/LP/images/right_arrow.png) right 12px no-repeat;
    height: 25px;
    padding-right: 33px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
   
}
.buttonOuter a:hover{ border: 1px solid #0e45b4; text-decoration: none;}
.buttonOuter {
    float: left;
    width: 100%;
    margin: 50px 0 50px 0;
}
.top {
    /* float: left; */
    width: 100%;
    padding: 50px 0 50px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.top a {
    color: #0e45b4;
    background: url(https://v1.hdfcbank.com/htdocs/common/2019/july/Coding/NetBanking_LP/LP/images/arrow.png) 7px 2px no-repeat;
    padding: 0 0 0 34px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.top a:hover{background: url(https://v1.hdfcbank.com/htdocs/common/2019/july/Coding/NetBanking_LP/LP/images/arrow.png) 3px 2px no-repeat;}
.CouponDuniaTerms, .prescribedTerm {
    max-width: 900px;
    width: 90%;
    transform: translate(-50% , -50%);
    left: 50%;
    right: 50%;
    top: 60%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 50px 50px 50px;
    border-radius: 20px; display: none;
    position: absolute;z-index: 9;
}
.CouponDuniaTerms h2 , .prescribedTerm h2{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.overlay {
    width: 100%;
    float: left;
    position: fixed;
    background: #0e45b4;
    opacity: 0.4; display: none;
    height: 100%;
    top: 0;
    z-index: 8;
}
.CouponDuniaTerms .list p , .prescribedTerm .list p{
    padding: 11px 0;
}
a.backButton {
    float: right;
    color: #0e45b4;
    background: url(https://v1.hdfcbank.com/htdocs/common/2019/july/Coding/NetBanking_LP/LP/images/arrow.png) 24px 2px no-repeat;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 0 0 50px;
}
a.backButton:hover {background: url(https://v1.hdfcbank.com/htdocs/common/2019/july/Coding/NetBanking_LP/LP/images/arrow.png) 28px 2px no-repeat;}
.containt {
    /* float: left; */
    width: 100%;
    position: relative;
}
 
.triangle {
    width: 0px;
    height: 0px;
    border-width: 0px 600px 250px 0px;
    border-style: solid;
    border-color: transparent transparent #d6f6fd;
    border-image: initial;
    position: absolute;
    bottom: -30px;
}
.Bottriangle{      width: 100%;
    height:40%;
    position: absolute;
    top: 70%;
    z-index: 1;
    background: url(https://v1.hdfcbank.com/htdocs/common/2019/july/Coding/NetBanking_LP/LP/images/botImg.jpg) 0px 0px no-repeat #d5f5fd;
    background-size: cover;}
.triangleUp {
    width: 0px;
    height: 0px;
    border-width: 0px 0px 362px 800px;
    border-style: solid;
    border-color: transparent transparent transparent #8be4f9;
    border-image: initial;
    position: absolute;
    z-index: 1;
}
.product {

   
    width: 100%;
     

}
.product ul {

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: -ms-flexbox;  
    -o-display: flex;
    display: flex;
}
.product ul li.margin{margin: 0 45px 40px 45px;}
.product ul li {
    position: relative;
    width: 30%;
    margin-bottom: 40px;
    background: #f3f3f3;
    border-radius: 10px;
    text-align: center;
    padding: 0 0 20px 0;
}
.product ul li::before {
    border: 1px solid #fff;
    position: absolute;
    content: "";
    width: 98%;
    left: 0;
    height: 98%;
    top: 3px;
    margin: 0 auto;
    border-radius: 10px;
    right: 0;    z-index:8;
}
.image {

    width: 100%;
    float: left;
    position: relative;
}
.image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.round {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    /* line-height: 150px; */
    /* margin-top: -50px; */
    z-index: 8;
    position: absolute;
    left: 0;
    right: 0;
    /* transform: translateY(-50%); */
    bottom: -20px;
    margin: 0 auto;
}
.round img {
    width: 79%;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    left: 0;
   /* border-radius: 50%;*/
    right: 0;
}
.product ul li h3 {
    padding: 35px 5px 8px 5px;
    float: left;
    width: 100%;
    font-size:19px;
    color: #0e45b4;
}
.product ul li span {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 50px 30px 50px;
    min-height: 75px;
    font-size: 17px;
    color: #040406;
}
.product ul li a {
    background: #0f44b4;
    color: #fff;
    padding: 12px 76px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    /* margin-bottom: 15px; */
    cursor: pointer;
    z-index: 9;
    position: relative;
}
.productListTop {
    
    width: 100%;
    text-align: center;
    padding:80px 0 60px 0;
}
.productListTop h1{ font-size: 48px; padding: 0 0 20px 0;}
.productListTop h4{ font-size: 24px; color: #0e45b4; font-weight: normal;}
.bottom::after{ clear: both; content: ""; display: block;}
.left span img {  width: 150px; }