#header .nav ul.navBar .menuBox li.mobProBack,
#header ul.calFeedback,
.header .lombardLogo,
.header .mobCallback,
.mobBeforelogin {
    display: none;
}
.header .il-headerTop {
    background: #fff;
    color: #063b6d;
    text-align: right;
    padding: 2px 0;
}
.header .liveChat,
.header .lombardCall {
    position: relative;
    top: 3px;
}
.header .lombardCall {
    top: 4px;
}
.header .feedBack,
.header .liveChat,
.header .lombardCall {
    display: inline-block;
}
.header .feedBack {
    position: relative;
    vertical-align: top;
}
.header .lombardCall a {
    font-size: 16px;
    font-weight: 700;
    color: inherit;
}
.ht-phoneIcon img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    vertical-align: sub;
}
.header .liveChat a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    border-radius: 5px;
    padding: 3px 11px 3px 9px;
    font-weight: 400;
    cursor: pointer;
    margin: 0 20px;
}
.header .liveChat a .dotsGreen {
    background: #00a651;
    height: 12px;
    width: 12px;
    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 .profIcoactive,
.header .feedBack .profIcohide {
    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;
}
#header .mobMenuWrapper {
    float: right;
}
#header .nav {
    position: relative;
}
#header .nav .menuBox {
    width: 915px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 5px solid #eb8e15;
    border-radius: 0 0 5px 5px;
    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: 0;
    left: auto;
}
#header .nav .rightAln {
    right: -445px;
    left: auto;
}
#header .nav ul.navBar .otherdrMenu {
    width: 275px;
}
#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: 8px;
    margin-top: 7px;
}
#header .nav ul.navBar > li {
    display: inline-block;
    position: relative;
    float: left;
}
#header .nav ul.navBar > li:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #063b6d transparent transparent transparent;
    z-index: 9999;
    opacity: 0;
    visibility: visible;
}
#header .nav ul.navBar > li.no-dropdown:after {
    display: none;
}
#header .nav ul.navBar > li a {
    display: block;
    color: #fff;
    padding: 19px 16px 20px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.15s;
    font-weight: 400;
    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%;
    border-bottom: 1px solid #eff0f1;
}
#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: #063b6d;
    display: block;
    padding: 11px 20px;
    text-transform: capitalize;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}
#header .nav .navBar .menuBox li .headingh4 {
    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 .headingh4 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: 0 0 !important;
}
#header .menuBox .menupIcons {
    background-image: url(../images/menu-icons.svg);
}
.menuDrpBox .headingh4 span {
    background-image: url(../images/menu-icons.svg);
}
#header .menuBox .menupIcons,
.menuDrpBox .headingh4 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 .headingh4 .travelInsico {
    background-position: -44px 0;
}
#header .menuBox .menupIcons.helthInsico,
.menuDrpBox .headingh4 .helthInsico {
    background-position: -88px 0;
}
#header .menuBox .menupIcons.homeInsico,
.menuDrpBox .headingh4 .homeInsico {
    background-position: -132px 0;
}
#header .menuBox .menupIcons.marineInsico,
.menuDrpBox .headingh4 .marineInsico {
    background-position: -176px 0;
}
#header .menuBox .menupIcons.otherInsico,
.menuDrpBox .headingh4 .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:after,
#header .feedBack .profileSec:before {
    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 .headingh4 {
    color: #e57200;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
#header .welProf .guestIco,
#header .welProf .menIco,
#header .welProf .womIco {
    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;
}
._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;
}
.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 .headingh4, .footer-address-block .footerh6 {
    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: 18px;
    height: 15px;
    display: inline-block;
    max-width: 100%;
    background-size: cover;
    margin-top: 1px;
}
a.yt-ico:before {
    content: "";
    background-image: url(../images/yt-ico.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    max-width: 100%;
    background-size: cover;
    margin-top: 1px;
}
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;
}
/****************************** header tags new css ******************************/

header .nav ul.navBar .menuBox li:nth-child(3) .headingh4,
header .nav ul.navBar .menuBox li:nth-child(3) .headingh4 {
    margin-right: 0;
}
header .nav ul.navBar .menuBox li .headingh4,
header .nav ul.navBar .menuBox li .headingh4 {
    font-size: 14px;
    color: #063b6d;
    font-weight: 600;
    background: #fdf3e7;
    margin-right: 6px;
    padding: 15px 0;
    padding-left: 60px;
    margin-top: 0;
    text-transform: uppercase;
}
header .nav ul.navBar .menuBox li .headingh4 img,
header .nav ul.navBar .menuBox li .headingh4 img {
    padding-right: 15px;
}
header .header .rightBlog .feedBack .profileSec .welProf .headingh4,
header .header .rightBlog .feedBack .profileSec .welProf .headingh4 {
    color: #e57200;
    font-size: 15px;
    text-transform: uppercase;
}
#header .attachUserNameMob {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 200;
    padding: 0;
}
#header .attachUserNameDesk {
    color: #063b6d;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 5px 0 5px;
}

@media (max-width: 991px) {
    #header .attachUserNameMob {
        margin: 0 0 1px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }
    #header .attachUserNameDesk {
        color: #063b6d;
        font-size: 15px;
        font-weight: 700;
        margin: 0;
        padding: 5px 0 5px;
    }
    #header .wg-text {
        color: #fff;
        margin: 0 0 7px;
        font-weight: 600;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #header .attachUserNameMob {
        font-size: 15px;
    }
}
/****************************** header tags new css ******************************/