/**====================
====== CSS Reset ======
====================**/
*{
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   box-sizing:border-box;
   outline:0;
}
body, button, p{
   margin:0;
}
a{
   text-decoration:none;
   color:inherit;
}
ul{
   padding:0;
    margin:0;
}
ul li{
   list-style:none;
}
img{
   border:0;
}
button{
   cursor:pointer;
}
h1, h2, h3, h4, h5, h6{
   font-weight:inherit;
   margin:0;
   font-size:inherit;
}

input, textarea, button, select{
   font-family:inherit;
   font-size:inherit; 
   background:none; 
   border-radius:0;
   outline:0; 
   padding:0;
   border:1px solid;
}
select.no-arrow, input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea{ 
    -webkit-appearance:none;
   -moz-appearance:none;
    appearance:none;
}
select:focus:-moz-focusring {
  color:transparent;
  text-shadow:0 0 0 #585858;
}
input[type="tel" i]{padding:0;}
input[type="tel" i]:focus{outline-offset:0}
input[type="tel" i]:disabled, input:disabled{
    color:inherit;
    opacity:1;
    -webkit-text-fill-color:#585858;
}
button:focus, input:focus, a:focus, a:active, select:focus{
    outline:0;
}
button::-moz-focus-inner, input::-moz-focus-inner, a::-moz-focus-inner, select::-moz-focus-inner, option::-moz-focus-inner{
    border:0;
}
.clearfix:before, .clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
    clear:both;
}
::-webkit-input-placeholder { 
  color:#a9a9a9;
}
::-moz-placeholder { 
  color:#a9a9a9;
}
:-ms-input-placeholder { 
  color:#a9a9a9;
}
:-moz-placeholder { 
  color:#a9a9a9;
}
/**====================
====== CSS Reset ======
====================**/
html{
    font-size:10px;
}
body{
   font-family:'Raleway', sans-serif;
   font-size:62.5%;
   font-size: 14px;
   line-height:1.4;
   color:#201d1d;
   font-weight:500;
   -webkit-font-smoothing:antialiased;
   -moz-osx-font-smoothing:grayscale;
   -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.bgPink{
   background:#ff0061; 
}
.mLight, .mRegular, .title-label, .mBold, .mSemi, .m500, .date-input .input, .input-group .input, .tables td:last-child, .ui-datepicker-calendar, .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year, .mtrStyle {
    font-family:'Muli', sans-serif;
}
.mLight{font-weight:300;}
.mRegular, .fz-regular, .fw-400{font-weight:400;}
.semi-bold, .m500, .tables td:last-child{font-weight:500;}
.mSemi{font-weight:600;}
.bold, .popTitle, .title-20{font-weight:700;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.title-20{font-size:2rem;}
.mContainer{
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
}
.mPad{
    padding-left:40px;
    padding-right:40px;
}
.fz-13{font-size:1.4rem;}
.fz-15{font-size:1.5rem;}
.fz-16{font-size:16px;}
html, body, .bgh100, .h100{
    height:100%;
}

.bgPink, .mainSection{min-height: 100%;}
.flex, .files{
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
}
.flex-col{
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
.flex-between, .files{
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    justify-content:space-between;
}
.flex-end{
    -webkit-justify-content:flex-end;
    -moz-justify-content:flex-end;
    -ms-justify-content:flex-end;
    justify-content:flex-end;
}
.flex-center{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.items-center, .files{
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    align-items:center;
}
.flex-wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-1{
    -webkit-flex:1;
    -moz-flex:1;
    -ms-flex:1;
    flex:1;
}

/*****Common Start******/
.mb-15 {
  margin-bottom: 15px;
}
.mb-25 {
  margin-bottom: 25px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mPad-tb {
    padding-top:4rem;
    padding-bottom:4rem;
}

.mSemi {
    font-weight: 600;
}

.bold {
  font-weight: 700;
}

.subTitle {
  font-size: 2.2rem;
}

.btn-style {
  padding: 1.8rem 4rem;
  border-width: 2px;
  font-weight:700;
  border-radius: 60px;
  font-size: 2rem;
}

.btn-org {
  background: #fe6625;
  border-color: #fe6625;
  color: #fff;
}

.disable-btn {
  background: rgba(0,0,0,0.1);
  color: rgba(255,255,255,0.8);
  border-color: #fff;
  pointer-events: none;
}

.text-center {
    text-align: center;
}

.hidden {
  display: none;
}

.title3 {
  font-size: 1.8rem;
  font-weight: 600;
}

.subHeading {
  font-size: 1.7rem;
  font-weight: 600;
}

.color-pink {
  color: #ff0061;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
}

.loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.backBtn {
  margin-right: 10px;
}
/*****Common End******/

/*****Header Start******/
.header {
  background: #ce561a;
  background: -moz-linear-gradient(top,#df7625 0,#c13911 100%);
  background: -webkit-linear-gradient(top,#df7625 0,#c13911 100%);
  background: linear-gradient(to bottom,#df7625 0,#c13911 100%);
  background-repeat: repeat-x;
  width: 100%;
  padding: 12px 0px;
  position: relative;
}

.headerWrap {
  display: flex;
  justify-content: center;
  padding: 5px 10px;
}

.mainTitle {
  padding: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  left: 20px;
  top: 18px;
  height: 25px;
  width: 135px;
}

 .headerWrap .goBack {
    display: none;
    position: absolute;
    left: 20px;
    top: 18px;
    width: 40px;
    height: 40px;
  }

  .headerWrap .goBack:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 17px;
    width: 14px;
    height: 14px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 1.5px 1.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .pageTitle {
    font-size: 3rem;
    font-weight: bold;
  }
/*****Header End******/

/****Successful Page Start****/
.main-title2_2 {
    font-size: 2.2rem;
}

.main-title, .main-title2 {
    font-size: 2rem;
    font-weight: 600;
}

.card-border {
    margin-top: 30px;
    border: 1px solid #ababab;
    padding: 18px 20px 20px;
    border-radius: 12px;
}

.card-border.card-border--mt10 {
    margin-top: 10px;
}

.claims-title {
    font-weight: 600;
    color: #000;
    font-size: 1.7rem;
}

.grayText {
  font-family: 'Muli', sans-serif;
  font-size: 1.7rem;
  color: #9d9e9e;
}

.link {
  font-family: 'Muli', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  display: block;
}

.gsg p {
  font-size: 1.7rem;
}

.card-border h1 {
  font-size: 2rem;
}

.tables {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
}

.tables tr:nth-child(odd) {
    background: #fafafa;
}

.tables td:first-child {
    border-right: 1px solid #d5d5d5;
}

.tables td {
    padding: 15px 20px;
    width: 50%;
}
/****Successful Page End****/

/*******Upload Start********/
.input-group .input {
    border: 0;
    font-weight: 600;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
}
.input-group.input-upload{
    border: none;
    padding-bottom:2px;
}
.upload-label{
    color:#fe6625;
    font-weight:600;
    border:1px dashed #fe6625;
    border-radius:10px;
    padding:10px 15px;
    font-size: 1.7rem;
    cursor: pointer;
}
/*******Upload End********/

/******Documents Radio Select Start*******/
.boxbtn {
    margin: 15px -10px;
}

.boxbtn--noIcon li {
    width: 100%;
}

.boxbtn li {
    padding: 10px;
}

.boxbtn input {
    display: none;
}

.boxbtn--noIcon .boxbtn__box {
    padding: 20px;
}

.boxbtn__box {
    display: block;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.20);
    padding: 7px 10px 7px 3px;
    border-radius: 10px;
}

.boxbtn__box strong {
    font-weight: 600;
    font-size: 1.7rem;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.boxbtn__box p {
  display: block;
  width: 100%;
}

.boxbtn__box img {
  width: 40px;
  height: 30px;
}

/*.successful .boldTitle{
  position: relative;
  display: inline;
}

.successful .boldTitle:after{
  content:'';
  position: absolute;
  right: -34px;
  top:0;
  width: 25px;
  height: 25px;
  background: url('../img/success.svg') no-repeat;
}*/

.redText  {
  color: #e71a1a;
  font-size: 1.6rem;
}
/******Documents Radio Select End*******/

/******Accordion plus radio button start*******/
.grayText {
  color: #b2b2b2;
}

.accordSectTitle, .contWrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.radioWrapper .radioWrap {
  margin-right: 100px;
}

.accordSectData {
  display: none;
}

.accordArrow {
  padding: 10px 5px 10px 10px;
}

    .accordArrow span {
        display: inline-block;
        width: 12px;
        height: 12px;
        border: 2px solid #201d1d;
        border-right-width: 0;
        border-top-width: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

.accordArrow.active span{
    border: 2px solid #201d1d;
    border-left-width: 0;
    border-bottom-width: 0;
    top: 17px;
}
/******Accordion plus radio button end*******/

/******Radio button Start********/
.radioWrapper .radioWrap {
  display: inline-block;
}
/* The container */
.radioCont {
  display: block;
  position: relative;
  top: -7px;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 2rem;
  font-weight: 600;
}

/* Hide the browser's default radio button */
.radioWrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #fe6625;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radioWrap input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioWrap input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioWrap .checkmark:after {
  top: 7px;
  left: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fe6625;
}

.switchWrapper, .switchWrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.toggleSwitch {
    margin: 0px 10px;
}

.switchWrap {
  margin-left: 10px;
}

.switchWrap label {
  font-size: 1.7rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slide:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slide {
  background-color: #fe6625;
}

input:focus + .slide {
  box-shadow: 0 0 1px #fe6625;
}

input:checked + .slide:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slide.round {
  border-radius: 34px;
}

.slide.round:before {
  border-radius: 50%;
}

.switchWrapper p {
  font-size: 1.9rem;
  color: #201d1d;
}
/******Radio button End********/

/*****Claim Details Start******/
/*.claim-details-wrap, .claimBtn, .nominee-details {
  display: none;
}*/
/*****Claim Details End******/

/*****Form Start******/
.input-group {
  margin-bottom: 30px;
}

.inputSizer{
    display:none;
    white-space:pre;
}
.date-input .input, .input-group .date-input .input{font-size:18px; border: none;} 
.date-input .inputMSet, .input-group .date-input .inputMSet{width:50px;}
.date-input .inputMSet, .input-group .date-input .inputMSet{width:50px;}
.date-input .input.setDateMonth{text-align:center;}
.has-datetime .date-input .input.setDateMonth{text-align:left;}

.mDate{
    border-bottom:1px solid #cbcdce;
    padding:14px 0;
    position: relative;
}
.has-datepicker .input-group .mDate{
  padding:4px 0 2px;
}

.input-group .input{
  border:0;
  font-weight:600;
  width:100%;
  padding:10px 0;
  font-size:18px;
}
.input-group{
  border-bottom:1px solid #d5d7d8;
  position: relative;
}
.input-group-nobd{border-bottom:none;}
.input-group .label{
  pointer-events:none;
  position: relative;
  display: block;
  font-size:18px;
  top:8px;
  color: #cbcdce;
  font-weight:400;
  -webkit-transform:translateY(24px);
  transform:translateY(24px);
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.has-datepicker .input-group .label{
    top:12px;
}
.dates-align .input{margin-right:20px;}
.input-group .mDate{border: none;}
.label-color{
  color:#cbcdce;
}
.focus .input-group .label, .input-group.focus .label{
  -webkit-transform: translateY(0) scale(0.8);
  transform: translateY(0) scale(0.8);
}

.error, .input-msg{
  position: absolute;
  bottom: -19px;
  left:0;
  color:#e71a1a;
  font-size:13px;
  /*display: none;*/
}
.error.re-accoutError{
  position: absolute;
  top:70px;
  left:0;
  color:#e71a1a;
  font-size:13px;
  /*display: none;*/
}
.input-with-info .error{
    background: #fff;
    z-index:1;
    width:100%;
}
.input-msg{
    color:#201d1d;
    display: block;
    padding-left:0.5rem;
}
.info-pop{
  position: absolute;
  max-width:720px;
  top:0;
  left:0;
  right:0;
  margin: auto;
  padding:24px 50px;
  z-index: 1;
  display: none;
}
.info-pop__inner{
  background: #26ba40;
  color: #fff;
  padding:17px 20px;
  border-radius:7px;
}
.info-pop--big .info-pop__inner{
  background: #e71a1a;
}

.title-max.title-max-210 {
    max-width: 200px;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/*****Form End******/

/** Datepicker ***/
.ui-datepicker {
    min-width:297px;
    padding:0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(78,78,78,.1803921569);
    box-shadow: 0 0 30px rgba(78,78,78,.1803921569);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: none;
}
.ui-widget-header {
    background: #053c6d;
    color: #fff
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 3rem;
    line-height: 1.8em;
    text-align: center
}
.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    top: 6px
}
.ui-widget-content {
    background-color: #fff;
    background-image: none
}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    background: #1e507c;
    border: none;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding:3px 5px;
    margin:8px 3px 8px;
    text-transform: uppercase;
    font-size: 12px;
    outline: 0;
    width: 40%
}
.ui-datepicker .ui-state-default {
    background: 0 0;
    text-align: center
}
.ui-datepicker th {
    padding: .7em .3em;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500
}
.ui-datepicker th span {
    font-size: 1.2rem
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
}
.ui-datepicker-header a span.ui-icon:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 1px;
    width: 9px;
    height: 9px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1.2px 1.2px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ui-datepicker-header .ui-datepicker-prev span.ui-icon:before{
    left: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    top: 6px;
}
.ui-datepicker .ui-datepicker-next {
    right:2px;
}
.ui-datepicker .ui-datepicker-prev{
    left:2px;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity:.35;
}
.ui-datepicker .ui-state-default {
    border: none;
    color: #333;
    font-weight: 600;
    font-size: 13px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 30px;
    height:30px;
    line-height:30px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: auto;
}
.ui-datepicker .ui-state-default.ui-state-highlight{
    background: #ededed;
}
.ui-datepicker .ui-state-default.ui-state-hover{
    background:#053c6d;
    color: #fff;
}
.ui-datepicker-calendar tbody td{
    padding:1px 0;
}
/** Datepicker ***/

/*** Dropdown ***/
.form-droplist{
    display: none;
    position: absolute;
    top:100%;
    left:0;
    background: #fff;
    z-index:99;
    margin-top:1px;
    width:100%;
    font-size:1.6rem;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    border-radius: 0 0 5px 5px;
}
.form-droplist li{
    display: block;
    padding:5px 15px;
    cursor: pointer;
}
.form-droplist li:hover{
    background: #f1f1f1;
}
.dropdown-icon{
    width: 12px;
    height: 12px;
    border-style: solid;
    border-color: #000;
    border-width: 0 0 1px 1px;
    position: absolute;
    bottom: 19px;
    right: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
}
.input-dropdown .drop-point{
    position: absolute;
    cursor: pointer;
    width:100%;
    height:42px;
    bottom:0;
    left:0;
}
/*** Dropdown ***/
.policyNameMid{
    font-weight:400;
    color: #909090;
    padding:1px 0 4px;
}
.selection-square .time-list li{
    width:46%;
    margin-bottom:4%;
}
.selection-square .time-list .time-list_list{
    display: block;
    text-align: center;
}
.input-rupee{
    position: absolute;
    left:0;
    bottom:9px;
}
.input-with-rupee .input{
    padding-left:15px;
}

.il-loader {
    position: fixed;
    display:none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
.loader-center {
    position: relative;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
}
.ripple {
    width: 12px;
    height: 12px;
    background-color: #00E7FF;
    margin: 0 auto;
    border-radius: 100px;
    -webkit-animation: ripple .7s linear infinite;
    animation: ripple .7s linear infinite;
}
@-webkit-keyframes ripple{
  0%{
    box-shadow: 0 0 0 0 rgba(0,231,255,0.3), 0 0 0 10px rgba(0,231,255,0.3), 0 0 0 30px rgba(0,231,255,0.3), 0 0 0 60px rgba(0,231,255,0.3)
  }
  100%{
    box-shadow: 0 0 0 10px rgba(0,231,255,0.3), 0 0 0 30px rgba(0,231,255,0.3), 0 0 0 60px rgba(0,231,255,0.3), 0 0 0 90px rgba(0,231,255,0)
  }
}
@keyframes ripple{
  0%{
    box-shadow: 0 0 0 0 rgba(0,231,255,0.3), 0 0 0 10px rgba(0,231,255,0.3), 0 0 0 30px rgba(0,231,255,0.3), 0 0 0 60px rgba(0,231,255,0.3)
  }
  100%{
    box-shadow: 0 0 0 10px rgba(0,231,255,0.3), 0 0 0 30px rgba(0,231,255,0.3), 0 0 0 60px rgba(0,231,255,0.3), 0 0 0 90px rgba(0,231,255,0)
  }
}
/*** Loader ***/


/*** Payment ***/
.pageFiller{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    height:120vh;
    background:#fff;
    z-index:99;
    display: none;
}
.pageFiller__inner{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 84%;
    height: 100vh;
}
#myTimer{
    font-size: 2.5rem;
    width: 110px;
    height:110px;
    line-height:110px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    text-align: center;
    box-shadow: 0 0 25px 2px rgba(0,0,0,0.2);
}
.counter-svg{
    width:400px;
    height:400px;
    position: absolute;
    top:0;
    left:0;
}
.counter_element{
    width: 216px;
    height: 216px;
    margin: auto;
    position: relative;
}
.conuter_holder{position: relative;}
#myTimer, .conuter_holder{
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.counter-svg circle{
    -webkit-transition: stroke-dasharray 1s linear;
    transition: stroke-dasharray 1s linear;
}
.w100{width:100%;}
.color-90{color:#909090;}
.double-button .border-btn{
    margin-left:7.5px;
    margin-right:7.5px;
    min-width:110px;
}

.cloud-image{
    width:34px;
    margin-right:10px;
}
.files{
    margin-bottom:15px;
    border:1px solid #cfcfcf;
    border-radius:10px;
    min-height:52px;
    padding:5px 15px;
    font-weight:600;
    position: relative;
}
.removeFile{
    position: absolute;
    width: 22px;
    height: 22px;
    right: 0;
    top: 50%;
    cursor: pointer;
    display: none;
    /* border: 1px solid; */
    transform: translate(-50%, -50%);
}
.removeFile:before, .removeFile:after{
    content:'';
    position: absolute;
    right:0;
    top:10px;
    width:100%;
    height:2px;
    background:#201d1d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.removeFile:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nomoreUpload .upload-label{
    opacity:0.5;
    cursor: default;
}
.verification-submit .border-btn{
    padding-left:2rem;
    padding-right:2rem;
}
.svg-progress{
    position: absolute;
    width:30px;
    height:30px;
    right:9px;
}
.progress-cricle{
    fill:none;stroke:#F2F2F2;stroke-miterlimit:10;
}
.pc2{
    stroke:#82C91E;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    animation: stroke-draw 3000ms linear;
}
@keyframes stroke-draw{
    from{stroke-dasharray: 0, 60;}
    to{stroke-dasharray:60, 60;}
}
.files-uploaded .svg-progress{
    display: none;
}
.files-uploaded .removeFile{
    display: block;
}

/** OTP start **/
.otpPlace{
  border:0;
}
.otpPlace .input{
  letter-spacing:34px;
  padding-left:10px;
  width:500px;
  font-size:22px;
}
.otpOuter{
    position: relative;
    width:280px;
    overflow: hidden;
}
.otpInner{
  left: 0;
  position: sticky;
}
.otpPhs{
    position: absolute;
    top:5px;
    left:0;
    width:100%;
    text-align: left;
    white-space: nowrap;
    z-index:-1;
}
.otpPhs i{
    display: inline-block;
    width: 40px;
    height: 32px;
    border-bottom: 1px solid rgba(177,177,177,0.5);
    margin-right: 7px;
}
.otpPhs i:last-child{margin-right:0;}

.resendOtp a{
  float:right;
  text-decoration:underline;
  font-size:1.6rem;
  font-weight:600;
}
.resendOtp span{
  font-size:1.2rem;
}
.input-group.otpPlace{
  margin:20px 0;
}

.timer{
    position: absolute;
    right:4rem;
    top: 90%;
    color: #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size:1.3rem;
    font-weight:400;
    
}
.svgCircle{
    width: 26px;
    height: 26px;
    display: block;
    margin:0 auto 5px;
    -webkit-transform: rotate(-92deg);
    transform: rotate(-92deg);
    border: 1px solid #000;
    border-radius: 100%;
}
.svgCircle circle{
    fill:none;
    stroke:#000;
    stroke-dasharray:31;
    stroke-dashoffset:31;
    stroke-width: 10px;
    stroke-miterlimit: 10;
}
#timeCount{
    display: inline-block;
    width:15px;
    text-align: right;
}

.svgCircle{
    width: 26px;
    height: 26px;
    background: #eee;
}

.otpWrap{
  position: relative;
}

.resendOtpLink {
  display: none;
}
.reportList .docName {
    width: 80%;
    word-break:break-word;
}
.up-docs .msg{
    word-break: break-word;
    width: 80%;
    display: inline-block;
}

/** OTP end **>


/*******Media Start********/
@media only screen and (max-width: 991px) {
    .logo {
    display: none;
  }
  
 .headerWrap .goBack {
    display: block;
  }

  .mContainer {
    height: 91%;
  }
}

@media only screen and (max-width: 767px) {
 /* .otpOuter {
    width: 400px;
  }*/

  .otpPhs i {
    width: 40px;
  }

  .timer {
    right: 0;
  }
  .btn-org {
    padding: 1.3rem 2.6rem;
    font-size: 1.7rem;
  }
  .reportList .boxbtn__box p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .reportList .docName { width: 80% }
  .mPad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headerWrap .goBack:before {
    left: 6px;
  }

  .tables td {
    padding: 15px 7px;
  }

  .subHeading {
    font-size: 1.5rem;
  }

  .subTitle {
    font-size: 1.8rem;
  }

  .radioCont {
    font-size: 1.7rem;
  }

  .switchWrapper p {
    font-size: 1.7rem;
  }

  .title3  {
    font-size: 1.7rem;
  }
}
/*******Media End********/


/* chnages done by neha*/
/*.claimDetailswrapp .documentsBlock .upload-label, .claimDetailswrapp .documnetBlur .upload-label{ border: none; }*/
.reportList .docs-block .boxbtn__box.up-docs {
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
.reportList .docs-block  input[type="file"], .upload-imgap input[type="file"] {
    display: none;
}
.reportList .docs-block  label { background: url(../img/upload-cloud.svg) no-repeat;  width: 52px; height: 38px; right: 10px; top: 50%;
    position: absolute;
    transform: translateY(-50%);}
.reportList .docs-block .uploaded-icon {
    position: absolute;
    right: -34px;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(../img/success.svg) no-repeat;
    }
 .boardingpass-list h3 {
    display: inline-block;
    color: #282828;
    font-size: 1.7rem;
    font-weight: 600;
    padding-left: 0px;
    position: relative;
    padding-top: 0;
    margin-bottom:5px;
}

.boardingpass-list h3.check:after{
  content:'';
  position: absolute;
  right: -34px;
  top:-1px;
  width: 25px;
  height: 25px;
  background: url('../img/success.svg') no-repeat;
}
span.msg.errorMsg {
    position: absolute;
    bottom: 3px;
    font-size: 12px;
    color: #f00;
}
.documnetBlur .mt-5 {  color: #e71a1a;}
input.val-ifsc{
  text-transform: uppercase!important;
}

/*.val-account {
        -webkit-text-security: disc;
        -moz-webkit-text-security: disc;
        -moz-text-security: disc;
    }*/

/* chnages done by chandu re:html review---added in content block----*/

.p-b-30 {
	padding-bottom: 30px;
}
.radioWrap input + .checkmark {
	border: 1px solid #201d1d;
}
.radioWrap input:checked ~ .checkmark{
	border: 1px solid #fe6625;
}
.tables {
	font-size: 1.4rem;
}
.btn-bordered {
	background: #fff;
    border-color: #fe6625;
    color: #fe6625;
	margin-right: 5px;
}
.disable-btn.btn-bordered {
	background: #fff;
    color: rgba(0,0,0,0.3);
    border-color: rgba(0,0,0,0.1);
}
.claim-no-text span, .card-border .acno-text {
	font-family: 'Muli','Raleway', sans-serif !important;
}
.linlossk {
	display: inherit;
}
@media only screen and (max-width: 767px) {
	.btn-style {
		font-size: 1.5rem !important;
		min-width: initial !important;
	}
	.radioWrapper .radioWrap {
		margin-right: 0px;
    	margin-top: 10px !important;
		width: 49%;
	}
	.claimBlock .radioWrapper .radioWrap .checkmark {
		top: -3px;
	}
}
@media only screen and (max-width: 480px) {
	.tables td {
		padding: 15px 13px;
	}
	
	.card-border h1 {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 320px) {
	.tables {
		font-size: 1.2rem;
	}
	.boxbtn__box strong, .grayText, .gsg p{
		font-size: 1.5rem;
	}
	.radioWrapper .radioWrap {
		width: 40%;
	}
	.radioWrapper .radioWrap:last-child {
		width: 58%;
	}
	.input-error-320 {
		bottom: -39px;
	}
	.main-title, .main-title2 {
		font-size: 1.5rem;
	}
	
}