/*** Header ***/
.header .mobCallback,
.header .lombardLogo,
#header ul.calFeedback,
#header .nav ul.navBar .menuBox li.mobProBack,
.mobBeforelogin {
  display: none;
}
.header .il-headerTop {
  background: #fff;
  background-color: #eaeaea;
  padding: 3px 0;
}
.header .callMe{
  padding: 2rem;
  top: 3px;
  position: relative;
  font-weight: 600;
}
.header .callMe:after{
  content: "";
  border-right: 1px solid #6c6c6c;
  position: absolute;
  content: "";
  top: 24px;
  right: 0px;
  height: 11px;
  width: 1px;
  background: rgb(108, 108, 108);
}
.header .liveChat,
.header .lombardCall {
  position: relative;
  top: 3px;
}
.header .lombardCall {
  top: 4px;
}
.header .lombardCall.helpline:after{
  content: "";
  border-right: 1px solid #6c6c6c;
  position: absolute;
  content: "";
  top: 6px;
  right: -10px;
  height: 11px;
  width: 1px;
  background: rgb(108, 108, 108);
}
.header .lombardCall a span::before,.header .lombardCall a span::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #282828;
  padding: 4px;
  left: 17px;
  top: 3px;
}
.header .lombardCall a span::after {
  left: -7px;
}
.header .lombardCall,
.header .liveChat,
.header .feedBack {
  display: inline-block;
}
.header .feedBack {
  position: relative;
  vertical-align: top;
}
.header .lombardCall a {
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  padding-right: 1rem;
}
.header .header-ul{
  display: inline-block;
  float: right;
  font-size:13px;
  font-weight:600;
  color:#282828;
}
.header .header-ul ul{
  display: flex;
  padding-top: 8px;
}
.header .header-ul ul li{
 padding-right:40px;
}

.header .header-ul ul li span.dwnArrow{
  border: solid #282828;
    border-width: 0 1.2px 1.2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 8px;
    margin-top: 4px;
}
.header .header-ul ul li:last-child{
  padding-right:0;
 }
.ht-phoneIcon img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: sub;
}
.header .liveChat a {
  display: inline-block;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    border-radius: 13.5px;
    padding: 3px 11px 3px 9px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 20px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    color: #282828 !important;
}
.header .liveChat a .dotsGreen {
  background: #00a651;
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -1px;
  animation: blink-animation 1.5s steps(5, start) infinite;
  -webkit-animation: blink-animation 1.5s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.header .feedBack .profIcohide,
.header .feedBack .profIcoactive {
  /* background-image: url(../images/login-sprite.png); */
  background-repeat: no-repeat;
  background-position: 0 -1px;
  display: block;
  width: 35px;
  height: 30px;
}
.header .feedBack .profIcoactive {
  background-position: -35px -1px;
  display: none;
}
#header .mainNvbg {
  width: 100%;
  margin: 0 auto;
  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;
}
#header .img-responsive {
  display: block;
  max-width: 100%;
}
#header .mobLogo a {
  display: inline-block;
}
#header .mobLogo a img {
  width: 178px;
  padding-top: 10px;

}
#header .mobMenuWrapper {
  float: right;
}
#header .nav {
  position: relative;
}

#header .nav .menuBox {
  width: 915px;
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 9999;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.12);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}
#header .nav .menuBox {
  right: 0px;
  left: -50px;
}
#header .nav .rightAln {
  right: -445px;
  left: auto;
}
#header .nav ul.navBar .otherdrMenu {
  width: 215px;
}
#header .nav ul.navBar ul.otherdrMenu {
  padding-top: 10px;
}
#header .nav ul.navBar > li a span.dwnArrow,
._mPdtBack .dwnArrow {
  border: solid #fff;
  border-width: 0 1.2px 1.2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: top;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 7px;
  margin-top: 5px;
}
#header .nav ul.navBar > li {
  display: inline-block;
  position: relative;
  float: left;
}
/* #header .nav ul.navBar > li:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0px;
  left: 0px;
  width: 65px;
  height: auto;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent;
  z-index: 9999;
  opacity: 0;
  visibility: visible;
  border-radius: 3px;
  border: 5px solid #fff;
} */
#header .nav ul.navBar > li:nth-child(4):hover:after {
  display: none;
}
#header .nav ul.navBar > li.no-dropdown:after {
  display: none;
}
#header .nav ul.navBar > li a {
  display: block;
  color: #fff;
  padding: 22px 17px 20px;
  font-size: 14px;
  text-transform: capitalize;
  transition: 0.15s;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
#header .nav ul.navBar .menuBox.rightAln > li {
  width: 33.333%;
  float: left;
  padding-left: 2px;
  padding-right: 2px;
}
#header .nav ul.navBar .menuBox.rightAln > li:first-child,
#header .nav ul.navBar .menuBox.rightAln > li:nth-child(4) {
  padding-left: 0;
}
#header .nav ul.navBar .menuBox.rightAln > li:nth-child(3),
#header .nav ul.navBar .menuBox.rightAln > li:nth-child(6) {
  padding-right: 0;
}
#header .nav ul.navBar .menuBox li {
  width: 100%;
  text-align: left;
}
#header .nav ul.navBar .menuBox li:last-child,
#header .nav ul.navBar .menuBox.rightAln > li {
  border-bottom: none;
}
#header .nav ul.navBar ul.menuBox li a {
  color: #282828;
  display: block;
  padding: 11px 40px;
  text-transform: capitalize;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  font-weight: 600;
}
#header .nav .navBar .menuBox li h4 {
  position: relative;
  font-size: 14px;
  color: #063b6d;
  font-weight: 400;
  background: #fdf3e7;
  margin-right: 6px;
  padding: 15px 0 15px 60px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  margin-top: 10px;
  font-weight: 700;
}
#header .nav .navBar .menuBox li h4 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: none !important;
}
#header .menuBox .menupIcons {
  background-image: url(../images/menu-icons.svg);
}
.menuDrpBox h4 span {
  background-image: url("../images/menu-icons.svg");
}
#header .menuBox .menupIcons,
.menuDrpBox h4 span {
  background-repeat: no-repeat;
  -webkit-background-size: 264px;
  background-size: 264px 29px;
  width: 44px;
  height: 29px;
  margin-right: 10px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .menuBox .menupIcons.travelInsico,
.menuDrpBox h4 .travelInsico {
  background-position: -44px 0;
}
#header .menuBox .menupIcons.helthInsico,
.menuDrpBox h4 .helthInsico {
  background-position: -88px 0;
}
#header .menuBox .menupIcons.homeInsico,
.menuDrpBox h4 .homeInsico {
  background-position: -132px 0;
}
#header .menuBox .menupIcons.marineInsico,
.menuDrpBox h4 .marineInsico {
  background-position: -176px 0;
}
#header .menuBox .menupIcons.otherInsico,
.menuDrpBox h4 .otherInsico {
  background-position: -220px 0;
}
#header .mobHumberger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  width: 48px;
  height: 48px;
}
#header .mobHumberger span {
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  width: 25px;
  margin: auto;
}
#header .mobHumberger span:first-child {
  top: -15px;
}
#header .mobHumberger span:last-child {
  top: 15px;
}
.m_liveChat {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  margin: auto;
  width: 38px;
  height: 38px;
  padding: 9px 5px;
}
.m_liveChat img {
  width: 27px;
}
#header .feedBack .profileSec {
  display: none;
  position: absolute;
  top: 41px;
  right: -40px;
  width: 309px;
  background: #f9f9f9;
  border-radius: 10px;
  z-index: 2;
  border-bottom: 7px solid #eb8e15;
  text-align: center;
  padding: 15px 0;
  font-weight: 300;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
}
#header .feedBack .profileSec:before,
#header .feedBack .profileSec:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  right: 48px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
#header .feedBack .profileSec:before {
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ccc transparent;
  top: -11px;
  right: 47px;
}
#header .feedBack .welProf h4 {
  color: #e57200;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
#header .welProf .menIco,
#header .welProf .womIco,
#header .welProf .guestIco {
  background-image: url(https://www.icicilombard.com/images/default-source/HomeRevamp/menico.png);
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: auto;
}
#header .welProf .womIco {
  background-image: url(https://www.icicilombard.com/images/default-source/HomeRevamp/womico.png);
  display: none;
}
#header .welProf .guestIco {
  background-image: url(https://www.icicilombard.com/images/default-source/HomeRevamp/guestico.png);
  display: none;
  background-color: #d2d2d2;
  border-radius: 100%;
}
#header .feedBack a {
  display: inline-block;
  color: #fe6625;
  font-size: 14px;
}
#header .feedBack .profileSec .welProf h3 {
  color: #063b6d;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 5px 0 5px;
}
#header .feedBack .profileSec .welProf .editProf a {
  font-size: 12px;
  color: #282828;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}
.header .rightBlog .feedBack .profileSec .logoutSec {
  border-top: 1px solid #e0e6eb;
  margin: 15px 0 0;
}
.header .rightBlog .feedBack .profileSec .logoutSec p {
  padding: 6px 0 10px;
  color: #828282;
  font-size: 12px;
}
.logoutSec .linkBtn {
  text-transform: uppercase;
}
.margin-right-0{
  margin-right:0 !important;
}
/* overlay */
.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
  display: none;
}
.overlayN {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.overlayN.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  z-index: 100000;
  height: 100%;
  width: 100%;
}
.overlayN .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlayN.showMsg,
.overlayN:target {
  visibility: visible;
  opacity: 1;
}
.overlayNew.active {
  z-index: 1000000;
}
.overlayN .content-heightauto {
  width: 100%;
}
._mPdtBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 40px;
  background: #f2f5f8;
  color: #063b6d;
  pointer-events: none;
  z-index: -1;
  display: none;
}
._mPdtBack .dwnArrow {
  border-color: #063b6d;
  padding: 4px;
  position: absolute;
  left: 17px;
  margin-top: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#header .mobMenuWrapper {
  opacity: 0;
}

/* footer start */
.bg-darkgray {
  background: #ece9e9;
}
.footer-container {
  padding: 6rem 0;
}
.footer-container {
  padding: 6rem 0;
}

.footer-address-block {
  display: inline-block;
  width: 30%;
  float: left;
}

.footer-text-block {
  display: inline-block;
  width: 70%;
  float: left;
  padding-left: 4rem;
}

.footer-address-block h4 {
  font-size: 1.5rem;
  color: #201d1d;
  font-weight: 400;
  padding: 2.5rem 0 1rem;
}
.footer-address-block p {
  font-size: 1.1rem;
  color: #201d1d;
  padding-bottom: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.footer-address-block span {
  display: block;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
}
.footer-text-block p {
  font-size: 1.2rem;
  padding-bottom: 3rem;
  line-height: 2rem;
  font-weight: 400;
}
.gcInMax {
  max-width: 256px;
  position: relative;
}
.gcButton {
  position: relative;
  border-bottom: 1px solid #c7c1bf;
  padding: 0 0 1.5rem;
  cursor: pointer;
  font-weight: 300;
  font-size: 1.6rem;
  color: #6c6c6c;
}
.gcButton:before {
  content: "";
  position: absolute;
  top: 20%;
  right: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #6c6c6c;
  border-width: 0 1.3px 1.3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  padding: 3px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.gcDropList .gcButton:before {
  top: 32%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.gcList {
  position: relative;
  background: #fcfcfc;
  width: 100%;
  max-height: 120px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  box-shadow: 1px 2px 5px #ddd;
  -webkit-box-shadow: 1px 2px 5px #ddd;
  -moz-box-shadow: 1px 2px 5px #ddd;
}
.gcList li {
  display: block;
  padding: 0;
}

.gcList li a {
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  color: #201d1d;
  display: block;
}

ul.social-block {
  display: inline-block;
  padding: 2rem 0 0;
  width: 100%;
}
ul.social-block li {
  display: inline-block;
  margin-right: 2rem;
  float: left;
  height: 2rem;
  width: 2rem;
}
a.fb-ico:before {
  content: "";
  background-image: url(../images/fb-ico.svg);
  background-repeat: no-repeat;
  width: 7px;
  height: 14px;
  display: inline-block;
  max-width: 100%;
  background-size: cover;
}
a.link-ico:before {
  content: "";
  background-image: url(../images/lin-ico.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  max-width: 100%;
  background-size: cover;
}
a.gp-ico:before {
  content: "";
  background-image: url(../images/gp-ico.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  display: inline-block;
  max-width: 100%;
  background-size: cover;
  margin-top: 1px;
}
a.twt-ico:before {
  content: "";
  background-image: url(../images/tw-ico.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
  max-width: 100%;
  background-size: cover;
  margin-top: 2px;
}
a.yt-ico:before {
  content: "";
  background-image: url(../images/yt-ico.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  max-width: 100%;
  background-size: cover;
  margin-top: 2px;
}
a.inst-ico:before {
  content: "";
  background-image: url(../images/inst-ico.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  max-width: 100%;
  background-size: cover;
}
/* footer start */
