*{    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/SiteAssets/MidLife/css/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/SiteAssets/MidLife/css/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/SiteAssets/MidLife/css/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/SiteAssets/MidLife/css/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
    background-color: #f5f5f5;

}
.pl-3, .px-3{padding-left: 1rem!important;}
#main {padding: 100px 20px 0 20px;}
h1,h2,h3,h4,h5,h6{
  font-family: Poppins, sans-serif;
  color: #495F9E;

}
p{margin-bottom: 1rem;}
p,li,a{
  font-family: Poppins, sans-serif;
  font-size: 14px;
}
.up_wrapper .content-holder ul{
 
  padding-left: 40px;
}
.up_wrapper .content-holder ol{
  line-height: 30px;
  padding-left: 40px;
}
.content-holder tr td{
  padding: 10px 20px;

}
li.nostyle {
  list-style-type: none;
}
.up_wrapper .content-holder{
  width: 100%;
  margin: auto;
}
.up_wrapper{
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    margin: 0 auto;
    /* text-align: center; */
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bold-100{
  font-weight: 100;
}
.bold-200{
  font-weight: 200;
}
.bold-300{
  font-weight: 300;
}
.bold-400{
  font-weight: 400;
}
.bold-500{
  font-weight: 500;
}
.bold-600{
  font-weight: 600;
}
.bold-700{
  font-weight: 700;
}
.bold-800{
  font-weight: 800;
}
.bold-900{
  font-weight: 900;
}


.upi-sec h2{
  font-size: 28px;
  color: #0089cd;
  margin-bottom: 25px;
  text-align: left;
}

.up_box h4{
  color: #8d8a8a;
}

.upimg img {
   width: 100px;
   max-width: 100%;
}
/*new add start */
.flex_container {
    display: flex;
    justify-content: space-around;
    margin: 35px 0 0;
  }
.section_flex{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.flex_container .middle_sec{ 
  flex-basis: 60%;
    flex-direction: column;
    display: flex;
    margin-right: 0;
    height: 100%;
  }
  .flex_container .right_sec{ 
     flex-basis: auto;
     display: flex;
     flex-direction: column;
  }
  .flex_item {
    width: 30%;
    position: relative;
    border: 2px solid #b0b0b0;
    margin-right: 35px;
    height: 100px;
    /* text-align: center; */
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .mrg-0{
    margin-right: 0px;
  }
  .table{
    font-family: Poppins, sans-serif;
    font-size: 14px;
	width: 100%;
    margin-bottom: 1rem;
    color: #212529;
	border-collapse: collapse;
  }
.table-bordered{border: 1px solid #dee2e6;}
.table-bordered thead td, .table-bordered thead th{border-bottom-width: 2px;}
.table thead th{vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;}
.table-bordered td, .table-bordered th{border: 1px solid #dee2e6;}
.table td, .table th{padding: 0.75rem;
    vertical-align: top;}
  .bullets-point {
    padding-left: 40px;
  }
  .bullets-point-small {
    padding-left: 40px;
    list-style: lower-alpha;
  }
  .documents-submitted {
    width: 95%;
    margin: auto;
  }

  .val{
      display: flex;
      justify-content: center;
      align-items: flex-start;
  }
  .val span{
    color: #8d8a8a;
    font-size: 14px;
    font-weight: bold;
  }
.check_mark{
  margin: 22px 0px;
}
  .hlth{
    color:#0657fb;
    -webkit-transform: rotate(-90deg);
    font-size: 20px;
    font-weight: bold;
  }
  .flex_item input{
      opacity: 0;
  }
  #upiBhim .hli {
    border:none;
    border:2px solid #2db6db;
    /* background-image: linear-gradient(0deg, #71a6f1 0%, #cbdaf1  45%); */
    background-position: center center;
    background-repeat: no-repeat;
}
table tr td {border:1px solid #cccccc; vertical-align: text-top;}
.removeTopBorder{border-top:none;}
		.removeBottomBorder{border-bottom:none;}
.lst-disc{list-style-type:disc; padding-left: 20px;}
	.lst-lowerroman{list-style-type:lower-roman; padding-left: 40px;}
	.lst-loweralpha{list-style-type:lower-alpha; padding-left: 15px;}
@media screen and (max-width:767px) and (min-width:320px){

    img{
        max-width: 100%;
    }

    main{
        padding-bottom: 40px;
    }

    .up_wrapper {
        padding: 15px;
    }

    .upi-sec h2{
        font-size: 22px;
        text-align: center;
    }

    .flex_container {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        margin: 0;
      }
      .flex_item{
        margin: 20px 0;
        width: 100%;
        display: inline-flex;
      }
      .flex_container .middle_sec{
        margin: 0;
      }
      .flex_container .left_sec{
        width: 100%;
        height: auto;
      }
    .section_flex {
       display: flex;   
       flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .hlth {
        color: #0657fb;
        -webkit-transform: rotate(0deg);
    }
    .checkout {
        display: flex;
        justify-content: center;
        margin: 22px auto;    
        height: auto;
    }

    #upiBhim .hli{
        background-size: cover;
    }

    .vpa {
        margin-top: 0px;
        flex-direction: column;
    }

    .vpainp {
        width: 100%;
    }
    
    .vpainp input {
        width: 100%;
        font-size: 14px;
    }

    .mkbtn {
        display: flex;
        margin: 20px 0 20px;
        text-align: center;
    }

    .mkImg:before {
        width:100%;
        height: 1px;
        left: 0;
        top: -10px;
    }

    .up_wrapper {
        background-color: #fff;
        padding: 20px 10px;
    }

    .dummy-positioning h2 {
        font-size: 24px;
    }

    .mkImg {
        position: relative;
        margin-top: 100px;
    }

    .mkbtn button.btn{
        margin: 0 auto;
    }

    #val_hundThr{
        margin-right: 0px;
    }

    .timerWrapp{
        flex-direction: column;
        height: 100%;
        margin: 0px 0 0;
        padding: 0px 0;
    }

    .timeWrapp {
        margin: 0;
        padding-bottom: 10px;
    }

    .timeList{
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed #727272;
        margin-bottom: 20px;
    }

    .clock{
        width: 100%;
        height: 150px;
    }

    .value-container{
        font-size: 2rem !important;
    }
    
    .boxMsg{
        width: 100%;        
    }

    .succBx {
        width: 100%;
    }

    .boxMsg h2 {
        font-size: 18px;
    }

    a.clkpolicy {
        text-align: center;
    }

    .divline {
        border: none;
        border-bottom: 1px dashed #727272;
        margin-top: 0;
    }

    .bkbtn a {
        margin-bottom: 20px;
    }

}


@media screen and (max-width:991px) and (min-width:768px){

    .flex_container {
        flex-direction: column;
    }

    .vpa {
        margin-top: 30px;
        margin-bottom: 30px;
        justify-content: space-between;
    }

    .mkImg {
        position: relative;
        margin: 20px 0;
    }

    .mkImg:before {
        width: 100%;
        height: 1px;
        left: 0px;
        top: -20px;
    }

    .clock {
        width: 45%;
    }

    .boxMsg, .succBx {
        width: 100%;
    }

    .dummy-positioning h2 {
        font-size: 32px;
    }
    
}


@media screen and (max-width:1024px) and (min-width:991px){
    .flex_item {
        width: 100%;
    }
}


