.smartbanner-button,.smartbanner-close{text-decoration:none;text-align:center}*{box-sizing:border-box}.smartbanner{left:0;top:0;width:100%;height:78px;font-family:"Helvetica Neue",helvetica,arial,sans-serif;background:#063b6d;overflow:hidden;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;position:relative;display:none}.smartbanner-container{margin:0 auto}.smartbanner-close{position:absolute;left:7px;display:block;font-family:ArialRoundedMTBold,Arial;font-size:24px;border-radius:14px;-webkit-font-smoothing:subpixel-antialiased;border:0;top:50%;width:17px;height:17px;line-height:17px;color:#fff;background:#063b6d;transform:translateY(-50%)}.smartbanner-close:active,.smartbanner-close:hover{color:#fff}.smartbanner-icon{position:absolute;left:30px;top:10px;display:block;width:57px;height:57px;background-color:transparent;background-size:cover;background-image:url(../tempcssjs/insureapp.png)}.smartbanner-info{position:absolute;left:98px;top:15px;width:44%;font-size:12px;line-height:1.2em;font-weight:700;color:#999}.smartbanner-title{font-size:15px;line-height:17px;color:#fff;font-weight:700}.smartbanner-button{position:absolute;right:20px;top:24px;padding:0 10px;min-width:78px;height:24px;font-size:14px;line-height:24px;font-weight:700;color:#063b6d;background-color:#fff;border-radius:0}.smartbanner-button-text{text-align:center;display:block;padding:0 5px}
.header-container .smtbnr{
    margin-left:-20px;
    margin-right:-20px;
}
.header-container .smtbnr .smartbanner{
    z-index:999;
}
.smtbnr .smartbanner{
    background: #e6cd95;
    height:65px;
}
.smtbnr .smartbanner, .smartbanner .smartbanner-title, .smartbanner .smartbanner-close{
    color: #282828;
}
.smartbanner .smartbanner-close{
    background:none;
    font-size: 26px;
    font-weight: 300;
    left: 8px;
}
.smartbanner .smartbanner-info{
    width: 50%;
    left: 90px;
}
.smartbanner .smartbanner-button, .smartbanner .smartbanner-info{
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.smartbanner .smartbanner-title{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}
.smartbanner .smartbanner-button{
    font-size: 13px;
    background: #fe6625;
    color: #fff;
    padding: 7px 8px;
    border-radius: 30px;
    height: auto;
    line-height: 1.2;
    min-width: auto;
    right: 10px;
}
.smartbanner-button .smartbanner-button-text{
    padding:0;
}
.header-container .topbar{
    height:auto;
}
.smartbanner .smartbanner-icon{
    background-image: url(/docs/default-source/assets/tempcssjs/insure.png);
    width:45px;
    height:45px;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
}

.whyShldPurchInsuWrap {
    background-color: #edece4;
    padding: 30px 0;
}