<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Loader CSS start*/
.hides{display: none;}
.loader, .loader_tr {
    display: none;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 99999;
}
.loader .innerT{position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;}

.loader p{
    font-size: 15px;
    color: #053c6d;
}
.lightBoxHold,
.overLay {
    position: fixed;
    width: 100%;
    display: none;
    left: 0;
}
.overLay {
    height: 100%;
    top: 0;
    background: #282824;
    opacity: .8;
    z-index: 99999;
}
.lightBoxHold {
    top: 20%;
    z-index: 999991;
}
.lightBoxHold.lightBoxHoldmaps {
    position: absolute
}
.lightBox {
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    width: 600px;
    max-height: 550px;
    overflow: auto
}
.closeBtn {
    float: right;
    margin-bottom: 30px;
    cursor: pointer
}
.lightBox p {
    clear: both;
    margin: 30px 0;
    font-size: 22px;
    color: #053C6D
}
.LbBtnHold input,
.LbBtnHold span {
    padding: 5px 20px;
    border-radius: 15px;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer
}
.LbBtnHold .yesBtn,
.LbBtnHold span.yesBtn {
    background: #053C8E;
    color: #f2f2ee
}
.LbBtnHold span.noBtn a,
.LbBtnHold span.yesBtn a {
    color: #fff
}
.LbBtnHold .noBtn,
.LbBtnHold span.noBtn {
    background: #bfbfbf;
    color: #474747
}
.overlayN {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  display: none;
}

.overlayN .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlayN:target,.overlayN.showMsg {
  visibility: visible;
  opacity: 1;
}


.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 90%;
  min-height: 150px;
  max-height: 500px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 10px;
}
.popup.light{width:600px;}
.bTBor{position: absolute;bottom:0;width:100%;background:#eb8e15;height:6px;left:0;border-radius: 0 0 10px 10px;}


.popup h2 {
  margin-top: 0;
  color: #282828;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: center;
}


.popup h3 {
  margin: 0;
  color: #282828;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: left;
    padding-bottom: 5px;
}

.popup .close {
  position: absolute;
  width: 27px;
    height: 27px;
    top: -52px;
  right: 0;
  opacity: 1;
  transition: all 200ms;
  font-size: 48px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  opacity: 1;
}
.popup .content {
  max-height: 400px;
  overflow: auto;
}
.popup p {
  margin: 0 0 10px;
  font-weight:400;
  color:#333;
  font-size:20px;
  text-align: center;
}
.popup ol{padding: 0 15px;}
.popup ul{padding: 0 18px;}
.popup ol li, .popup ul li {
  font-weight:400;
  color:#333;
  font-size:13px;
  text-align: justify;
}
.popup p:last-child {
  margin: 0;
} 
.popup .mCSB_inside&gt;.mCSB_container{margin-right:0;}
.popup .mCSB_scrollTools{width:6px;opacity:1;}
.popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;}
.popup .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;}
.popup .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #063b6d !important;}
/*Modal Pop-up styling endsss/*loader css end*/
/*login signup*/
body{
	background:#e6f4f5;
	font-family: 'Roboto', sans-serif;
    overflow-y: hidden;
}
.mCSB_inside&gt;.mCSB_container{margin-right:0;}
.mCSB_scrollTools{width:10px;opacity:1;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:10px;}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #063b6d !important;}
.logSignbg{
    background: #fff;
}
.loginMainpage .loginheaderBg{
	background-image: url(/images/default-source/HomeRevamp/loginheader-bg.jpg);
	background-repeat: repeat-x;
	height: 96px;
}
.loginMainpage .loginheaderBg .iciciloginLogo{
	padding: 25px 0;
	text-align: center;
	margin: auto;
}
.loginMainpage .loginArea{

margin: 0;


}
.loginMainpage .loginArea h3{
	margin: 0;
	color: #043c6d;
	font-size: 20px;
    padding-bottom: 20px;
}
.loginMainpage .loginArea{
    background:#fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	padding: 35px 40px 25px;
    border-radius: 10px;
    margin: 0 15%;
    margin-top:-65px;
}
.loginMainpage .logDetails {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}
.signUpdetails{
    display: none;
}
.forPassDetails{
    display: none;
}
.loginMainpage .emlPass{
    width: 45%;
    display: inline-block;
    margin-right: 15px;

}
.loginMainpage .emlPass1{
    width: 45%;
    display: block;
    margin-right: 15px;
    margin: auto;
        padding: 10px 0 50px;
}
.loginMainpage .signSoc{
	width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 25px 0;
}
.loginMainpage .block {
    position: relative;
    margin-bottom:15px;
}
.loginMainpage .block label {
    cursor: auto;
    display: inline-block;
    font-size: 15px;
    color: #adadad;
    font-weight: normal;
    position: absolute;
    top: 26px;
    transition: 0.5s;
}
.loginMainpage .block.focus label{top:0px;font-size: 13px;}
.loginMainpage .sInput input {
    cursor: auto;
    border: none;
    color: #063b6d;
    border-bottom: 1px solid #b4c4d3;
    font-size: 16px;
    z-index: 12;
    width: 100%;
    height: 30px;
    margin-top: 15px;
    outline: none;
}
.loginMainpage .sInput:after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #063b6d;
    transition: width .4s;
    /*position: relative;*/
    top: -15px;
}
.loginMainpage .sInput.focus:after {width: 100%;}

.loginMainpage .block label{
    cursor:auto;display: inline-block;
    font-size:15px;
    color:#adadad;
    font-weight: normal;
    position: absolute;
    top: 20px;
    transition:0.5s;}
.loginMainpage .blocks label{
    font-size:15px;
    color:#adadad;
    font-weight: normal;}
.loginMainpage .block.focus label{top:0px;font-size: 13px;}

.loginMainpage .loginBtn a{
	color: #fff;
	border-radius: 50px;
	background:#063b6d;
	width: 100%;
	display: block;
	padding: 13px 0;
	text-align:center;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
}
.loginMainpage .loginBtn a:hover{
background:#07355f;
transition: all 0.5s ease;
}
.loginMainpage .forgLog{
	padding: 15px 0;
}
.loginMainpage .forgLog a{
 color: #585858;
 font-size: 13px;
}
.loginMainpage .forgLog a:hover{
    text-decoration: underline;
}

.loginMainpage .regNow{
    background: #d9e2e9;
    margin: 0 18%;
    padding: 20px 0;
    border-radius: 0 0 15px 15px;
}
.loginMainpage .regNow a{
	color: #063c6a;
	font-weight: bold;
	text-decoration: underline;
}
/*.loginMainpage .regNow a:hover{
	text-decoration: none;
}*/
.loginMainpage .grayLine{
	width: 1px;
    background: #e7e9ea;
    height: 160px;
    display: inline-block;
    vertical-align: top;
    margin: 25px 20px;
}

.loginMainpage .clikSign{
	position: relative;
	font-size: 15px;
	color: #666666;
}

.loginMainpage .clikSign:after {
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    background: #e7e9ea;
    margin-left: 15px;
    position: absolute;
    top: 10px;
    left: 18px;
}

.loginMainpage .clikSign:before {
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    background: #e7e9ea;
    margin-left: 15px;
    position: absolute;
    top: 10px;
    right: 30px;
}
.loginMainpage .signSoc .socIcons{
	text-align: center;
	margin: auto;
    padding: 35px 0 18px;
}
.loginMainpage .signSoc .socIcons .googleLog{
        background: #dc4335;
        padding: 15px 22px;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    margin-right: 10px;
    border-bottom: 3px solid #dadada;
}
.loginMainpage .signSoc .socIcons .fbLog{
    background: #3b5999;
    padding: 15px 32px;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
        border-bottom: 3px solid #dadada;
}
.loginMainpage .signSoc .socIcons .icon-google-plus{
	font-size: 25px;
    vertical-align: middle;
    padding-right: 15px;
}
.loginMainpage .signSoc .socIcons .icon-facebook{
    font-size: 22px;
    vertical-align: middle;
    padding-right: 15px;
    line-height: 25px;
}
.loginMainpage .signSoc span.orLog {
    text-align: center;
    margin: auto;
    display: block;
    border: 1px solid #e7e9ea;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-transform: uppercase;
    color: #666;
    margin-top: 5px;
    position: relative;
}
.loginMainpage .signSoc span.orLog:after {
    content: '';
    height: 1px;
    width: 80px;
    display: block;
    background: #e7e9ea;
    position: absolute;
    top: 16px;
    right: 34px;
}
.loginMainpage .signSoc span.orLog:before {
    content: '';
    height: 1px;
    width: 80px;
    display: block;
    background: #e7e9ea;
    position: absolute;
    top: 16px;
    left: 34px;
}
.loginMainpage .signSoc a.guestLogbtn {
    text-align: center;
    display: block;
    border: 1px solid #053c6d;
    padding: 13px 0;
    margin: 17px 10px 0;
    border-radius: 50px;
    text-transform: uppercase;
    color: #053a6c;
        font-weight: 600;
}
/*.loginMainpage .signSoc a.guestLogbtn:hover{
	background: #063b6d;
	    transition: all 0.5s ease;
        color: #fff;
}*/
.paddNon{
	    padding: 0 !important;
}
.loginMainpage .calendarBox .date .ui-datepicker-trigger {
    float: right;
    margin: 5px 0 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.signBtn{
	width: 45%;
    margin: 0 auto;
}
.forPassDetails .logDetails h3 {
    padding-bottom: 10px;
}
.lognOtp{
    display: none;
}
.logwitPass{
    display: none;
    text-align: center;
}
.notActive {
   pointer-events: none;
   cursor: default;
}
.loginMainpage .notActive a{
    background: #cccccc;
}
span.sendOtp {
    position: absolute;
    top: 20px;
    right: 0;

}
span.sendOtp a{
        font-size: 15px;
    font-weight: bold;
    color: #053c6d;
}
.resendOtp{
    display: none;
}
.resOtp{
    font-size: 15px;
    color: #053c6d;
    text-decoration: underline;
}
.emlOtp{
    font-size: 15px;
    color: #282828;
}

.logDetails .mainselectBox{
    width: 20%;
    display: inline-block;
    margin: 0 !important;
}
.logDetails .widSel{
    width: 75%;
    display: inline-block;
        margin-left: 13px;
}
.logDetails .mainselectBox .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 8px 10px 8px 0;
    color: #063b6d;
    font-size: 15px;
    opacity: 0;
}
.logDetails .block.drp label {
    top: 10px;
}
.logDetails .block label {
    cursor: auto;
    display: inline-block;
    font-size: 15px;
    color: #adadad;
    font-weight: normal;
    position: absolute;
    top: 20px;
    transition: 0.5s;
}

.mainselectBox .select {
    margin-bottom: 0px!important;
}

.errorComm, .errorCommFP{
    color: #ff0000;
    font-size: 13px;
    top: -1px;
    background: #fff;
    width: 100%;
    padding: 0 0 5px;
    display: inline-block;
    z-index: 9999;
    text-align: center;
}
.unstyled span {
    font-size: 15px;
    color: #282828;
    font-weight: 400;
    position: relative;
    top: 5px;
}

.styled-checkbox {position: absolute;opacity: 0;}
.styled-checkbox + label {position: relative;cursor: pointer;padding: 0;}
.styled-checkbox + label:before {content: '';margin-right: 10px;display: inline-block;vertical-align: text-top;width: 25px;height: 25px;background: #fff;border: 1px solid #c5d9e2;border-radius: 5px;}
.styled-checkbox:checked + label:before {background: #da6a18;}
.styled-checkbox:checked + label:after {content: '';position: absolute;left: 7px;top: 13px;background: white;width: 2px;height: 2px;box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.unstyled {margin: 0;padding: 0;list-style-type: none;text-align: left;}
 .unstyled a
 {
     font-size: 15px;
    font-weight: 400;
    position: relative;
    top: 5px;
 }

 .resetthank {
    display: none;
    text-align: center;
    background: #edfcf4;
    border: 1px solid #77c89e;
    border-radius: 30px;
    width: 75%;
    margin: 65px auto;
}
.resetthank p {
    color: #096737;
    text-align: left;
    padding: 25px 30px 20px;
}
.resetthank span {
    font-weight: bold;
}
/*login signup*/

</pre></body></html>