.marquee_Home{
	display:none;
}
.fs-regular,
body,
html {
    font-size: 16px !important;
}
a{color:var(--anchor-tag);}
#callBack-Popup .form-group,
.ap-dropDown-inner,
.header-div .ap-dropdown-parent .inlineBlk,
.relative,
.sticky-nav-inner .nav-link .container-nav1 .nav-wrap #navBarBookmarks_div div.active,
body {
    position: relative !important;
}
.fw-regular,
.fwNormal,
body,
label {
    font-weight: 500 !important;
}
*,
.ap-optfrm-wrp .ap-otpInput-box:focus,
:focus {
    outline: 0;
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/SiteAssets/MidLife/css/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/SiteAssets/MidLife/css/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/SiteAssets/MidLife/css/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/SiteAssets/MidLife/css/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
        U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: Poppins, sans-serif !important;
    line-height: 1.5 !important;
    overflow: auto !important;
    color: var(--paragraph) !important;
    padding-top: 100px !important;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: var(--secondary-bg-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}
.primary-bg-color {
    background-color: var(--indus-blue);
}
::-webkit-scrollbar-thumb {
    background-color: var(--indus-red);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 1px solid #fff;
}
.ap-popup-inner,
.headerPart,
header {
    background-color: #fff;
}
:after,
:before {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
.p-0 {
    padding: 0 !important;
}
a:link,
a:visited {
    text-decoration: none;
}
img {
    max-width: 100%;
    /*height: auto;*/
}
ul,
ul li {
    list-style-type: none;
}
.inlineBlk {
    display: inline-block;
    vertical-align: middle;
    flex: 1 0 auto;
}
.absolute {
    position: absolute;
}
.clr {
    clear: both;
}
.floatLft {
    float: left;
}
.floatRgt,
.socialIcon {
    float: right;
}
.transition {
    transition: 0.35s;
    -moz-transition: 0.35s;
    -webkit-transition: 0.35s;
}
.col-100,
select.form-control {
    width: 100%;
}
.col-90 {
    width: 90%;
}
.col-80 {
    width: 80%;
}
.col-70 {
    width: 70%;
}
.col-60 {
    width: 60%;
}
.ap-logo-width,
.col-50 {
    width: 50%;
}
.col-40 {
    width: 40%;
}
.col-30 {
    width: 30%;
}
.ap-dropMenu-wrp .ap-dropMenu:last-child,
.ap-footMenu:last-child,
.col-20 {
    width: 20%;
}
.col-10 {
    width: 10%;
}
.ap-logoWrp a,
.flexDisplay {
    display: flex;
}
.justifySpace {
    justify-content: space-between;
}
.justifyStart {
    justify-content: flex-start;
}
.justifyEnd {
    justify-content: flex-end;
}
.justifyCenter {
    justify-content: center;
}
.alignStart {
    align-items: flex-start;
}
.alignEnd {
    align-items: flex-end;
}
.alignCenter {
    align-items: center;
}
.flexWrap {
    flex-flow: row wrap;
}
.flexColumn {
    flex-direction: column;
}
.textCenter {
    text-align: center;
}
.ap-dropMenu-wrp,
.form-group,
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.fwLight {
    font-weight: 300;
}
.fw-medium,
.fwMedium {
    font-weight: 500;
}
.fw-semibold,
.fwSemibold {
    font-weight: 600;
}
.fw-bold,
.fwBold {
    font-weight: 700;
}
#divSuccess,
.fs-ultrasmall,
.toast-chat-info > div .chat-info-tit p {
    font-size: 14px;
}
.fs-small {
    font-size: 30px;
}
.fs-big {
    font-size: 3.125rem;
}
.fs-large {
    font-size: 1.125rem;
}
.fs-semi {
    font-size: 2.8125rem;
}
.fs-medium {
    font-size: 1.5625rem;
}
.ff-roboto {
    font-family: Roboto, sans-serif;
}
.errTooltip .errTooltiptext,
.primary-font,
header .contact span {
    font-family: Poppins, sans-serif;
}
.headerPart {
    width: 100%;
    position: fixed;
    z-index: 50;
    top: 0;
}
.marquee_Home {
    width: 95%;
    height: 95%;
    font-size: 12px;
    margin-left: 2.7%;
    vertical-align: sub;
    color: red;
    text-align: center;
}
.ap-bannerSlider,
.gstMob {
    display: none;
}
.ap-common-orange-bg:hover,
.ap-comparePlan-action .ap-comparePlan-inner a,
.natural-white,
.popover.fade .divGenerate a {
    color: #fff;
}
header {
    left: 0;
    top: 0;
    padding: 15px 0;
    box-shadow: 0 1px 6px rgb(0 0 0 / 0.1);
    z-index: 50;
}
header .contact span {
    font-size: 1.2rem !important;
}
.container,
.wrapper-1000,
.wrapper-1140,
.wrapper-1400,
.wrapper-1600 {
    width: 100%;
    display: inline-block;
}
.ap-bannerSlider.slick-initialized,
.ap-header-logo nav ul li.ap-dropdown-parent:hover .ap-dropDown-menu,
.container {
    display: block;
}
.container {
    width: 100%;
    margin: 0 auto;
}
section {
    padding: 50px 0 70px;
}
.ap-dropDown-inner::before,
.ap-dropDown-inner:before,
.popover.fade .arrow:after {
    content: "";
    position: absolute;
    left: 25px;
    top: -40px;
    background: url(/SiteAssets/MidLife/images/Polygon.png) center center no-repeat;
    width: 67px;
    height: 52px;
    transition: 0.4s;
}
sub,
sup {
    vertical-align: auto;
}
.container,
.wrapper-1600 {
    max-width: 1640px;
    padding: 0 60px;
}
.ap-header-logo nav ul li.active a,
.ap-header-logo nav ul li:hover a,.primary-color
{
    color: var(--indus-blue);
}
.sticky-nav-inner .nav-link .container-nav1 .nav-wrap #navBarBookmarks_div div.active a {color:var(--indus-red);}
.natural-black {
    color: var(--h1h2-color);
}
.natural-black.ap-reviewerName{color:var(--indus-red);}
.nav-color {
    color: var(--paragraph) !important;
}
.secondary-color {
    color: var(--paragraph);
}
.ap-common-heading {
    font-size: 1.875rem;
    color: var(--h1h2-color) !important;
    margin-bottom: 15px;
}
.ap-common-heading span {
    color: var(--h2-span-color);
    font-weight: 700;
}
.ap-otpPop-up {
    max-width: 375px;
    width: 100%;
    display: inline-block;
}
.ap-otpPop-up .ap-popup-inner {
    padding: 25px;
}
.ap-popup-inner {
    border-radius: 5px;
}
.ap-otpMobile-text a {
    display: inline-block;
    margin-left: 5px;
    color: var(--primary-cta);
    text-decoration: underline;
    font-size: 12px;
}
.ap-optfrm-wrp .ap-inputDiv {
    width: calc(25% - 35px);
}
.ap-optfrm-wrp .ap-otpInput-box {
    font-size: 20px;
    text-align: center;
    padding-bottom: 5px;
    border: none;
    border-bottom: 1px solid var(--paragraph);
    width: calc(16% - 10px);
}
.ap-verifyOtp-click {
    border: none;
    margin-top: 15px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0;
    font-size: 16px !important;
}
.ap-verifyOtp-click.disabled {
    background-color: #ddd;
}
.ap-bannerFrm-wrp {
    margin-top: 20px;
}
.ap-bannerFrm-wrp li {
    margin-bottom: 35px;
}
.ap-bannerFrm-wrp li.less-mar {
    margin-bottom: 16px;
}
.ap-bannerFrm-wrp li.less-mar .ap-innerInput-value {
    top: 14px;
    right: 10px;
}
.ap-popup-inner .ap-popup-head {
    font-size: 25px;
    margin-bottom: 10px;
}
.ap-resendOtp-msg {
    font-size: 11px;
    margin-top: 20px;
}
.ap-resendOtp-click {
    display: none;
    font-size: 12px;
    color: var(--primary-cta);
    font-weight: 500;
    margin-top: 15px;
}
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    position: absolute;
    right: 0;
}
.checkboxWrp .aks-input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 20px;
    width: 20px;
    border: 1px solid #06a800;
    border-radius: 2px;
    outline: 0;
    position: relative;
    margin: 0;
    cursor: pointer;
    background: 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.checkboxWrp .aks-input[type="checkbox"]:hover {
    border-color: #06a800;
}
.checkboxWrp .aks-input[type="checkbox"]:after {
    content: "";
    display: flex;
    margin: inherit;
    border-radius: inherit;
    background: inherit;
    align-items: center;
    justify-content: center;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    top: 2px;
    left: 6px;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.checkboxWrp .aks-input-label {
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    text-align: left;
}
.checkboxWrp .aks-input-label a {
    text-decoration: underline;
    color: var(--indus-blue)!important;
}
.checkboxWrp .aks-input[type="checkbox"]:checked {
    background: #06a800;
    border: 1px solid #06a800;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.checkboxWrp .aks-input[type="checkbox"]:checked:after {
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
}
.checkboxWrp .aks-input[type="checkbox"]:disabled {
    background: #f6f8ff;
    cursor: not-allowed;
    opacity: 0.9;
    border-color: #bbc1e1;
}
.ap-view-priceBtn {
    height: 50px;
    line-height: 43px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 0.6px;
}
.ap-header-logo nav {
    display: inline-block;
    margin-left: 25px;
}
.ap-header-logo nav ul li:not(:first-child) {
    margin-left: 30px;
}
.ap-header-btnWrp {
    display: flex !important;
    position: relative;
}
.ap-header-btnWrp a {
    margin-left: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.ap-header-logo nav ul li a span,
.ap-renewPolicy-click span {
    margin-left: 5px;
    vertical-align: middle;
}
.ap-header-btnWrp a img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.ap-common-orange-bg {
    background-color: var(--primary-cta);
    color: #fff !important;
}
.ap-border {
    border: 1px solid var(--primary-cta);
}
.ap-common-outline-btn,
.self-help-btn {
    border: 1px solid var(--indus-blue);
}
.ap-dropMenu-wrp .ap-dropMenu h2 span svg,
.ap-header-btnWrp a span svg {
    margin-bottom: -2px;
}
.ap-greyBg {
    background-color: var(--secondary-bg-color);
}
.footer-Bg{background-color: var(--third-bg-color);}
.ap-footMain-head,
.ap-footSub-head {
    margin-bottom: 10px;
}
footer {
    padding: 60px 0 0;
}
.ap-footMenu {
    width: calc(20% - 20px);
    display: inline-block;
}
input[type="checkbox"]:focus-visible {
    border: 1px solid var(--indus-blue) !important;
}
.dropMenuscroll,
.dropMenuscroll2 {
    overflow: auto;
    max-height: 435px;
    overflow-x: hidden;
    padding-right: 15px;
}
.ap-footMenu:last-child {
    width: calc(20% - 0px);
}
.ap-footMain-head::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: var(--indus-red);
    display: inline-block;
}
.ap-footSub-head {
    font-size: 16px;
    margin-top: 16px;
}
.ap-mt {
    margin-top: 16px;
}
.ap-footNav-list li {
    line-height: 1.2;
    margin-bottom: 5px;
}
.ap-footNav-list li .secondary-color{color:var(--footer-cta-second);font-weight: 500;} 
.ap-footer-bottom {
    padding: 30px 0px;
    margin-top: 40px;
}
.ap-hamburgerClick {
    display: none;
    margin-right: 10px;
}
body.overflow-hide {
    overflow-y: hidden;
}
body.overflow-hide::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.3);
    display: block;
    z-index: 50;
    top: 0;
    left: 0;
    transition: 2s ease-in;
}
.ap-header-logo nav ul li a span {
    display: inline-block;
    margin-top: -3px;
    transition: 0.4s;
}
.ap-dropDown-menu {
    width: 1136px;
    left: -20px;
    top: 100%;
    display: none;
}
.popover.fade {
    position: fixed;
    z-index: 999;
    left: 61% !important;
    top: 100px !important;
    max-width: 400px;
}
.popover.fade input {
    width: 100%;
    padding: 10px;
}
.ap-dropDown-inner,
.popover.fade {
    padding: 25px 30px 30px;
    background-color: #fff;
    border: 1px solid var(--indus-blue);
    box-shadow: -3px 3px 6px rgb(0 0 0 / 0.16);
    border-radius: 10px;
}
.popover.fade .arrow:after {
    left: 10%;
}
.ap-contactDrop .ap-emptyHeight,
.ap-emptyHeight {
    height: 28px;
}
.ap-dropMenu-wrp .ap-dropMenu {
    width: calc(25% - 5px) !important;
    display: inline-block;
    text-align: left;
}
.ap-dropMenu-wrp .ap-dropMenu h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.ap-dropMenu-wrp .ap-dropMenu div span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.ap-dropMenu .ap-dropMenu-list li {
    margin: 0 0 10px !important;
}
.ap-dropMenu-list {
    clear: both;
    padding-bottom: 15px;
    display: grid;
}
.ap-dropMenu .ap-dropMenu-list li a {
    display: inline-block;
    font-size: 14px;
    color: var(--paragraph) !important;
	font-weight: 500;
}
.ap-commonAddon-wrp .ap-addon-thumb.active:after,
.ap-header-logo nav ul li.ap-dropdown-parent.active a span {
    transform: rotate(-180deg);
}
.ap-renewPolicy-click {
    color: var(--anchor-tag) !important;
    font-size: 18px;
    font-weight: 600;
}
.ap-contactDrop {
    width: 545px;
    top: 4em;
    right: 0;
    display: none;
}
.ap-contactDrop .ap-dropDown-inner {
    padding-top: 25px;
}
.ap-contactDrop .ap-dropDown-inner::before {
    left: auto;
    right: 0;
}
.ap-contactDrop .ap-dropDown-inner .ap-contactDrop-close {
    border: none;
    background-color: #fff0;
    cursor: pointer;
}
.ap-contactWrp-div h2,
.ap-priceFooter-text h2 sup,
.ap-sumAssuredSelect-inner .ap-sumAssured-text p {
    font-size: 25px;
}
.ap-contactWrp-div a,
.ap-contactWrp-div button {
    padding: 16px 0 !important;
    display: inline-block;
    border: none;
    font-size: 18px !important;
    margin-left: 0 !important;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.fullOverlay:before {
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.5);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 50;
}
.ap-mobuser-profile {
    display: none;
    margin-top: 0;
    padding: 10px 15px;
}
.ap-mobMenu-close {
    margin-top: 15px;
    padding-right: 15px;
    display: none;
}
.ap-userIco {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--indus-blue);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.ap-mobMyaccount-click {
    width: 72%;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    margin-left: 15px;
    border-radius: 5px;
}
.ap-mobSeparator {
    display: none;
    height: 10px;
    background-color: #f2f2f2;
    margin-top: 15px;
}
.renewalDropDown {

    width: 500px !important;
}
.claimDropDown {
    width: 270px !important;
}
.renewalDropDown .ap-dropMenu-wrp .ap-dropMenu:first-child,
.renewalDropDown .ap-dropMenu-wrp .ap-dropMenu:nth-child(2) {
    width: calc(50% - 5px) !important;
}
.claimDropDown .ap-dropMenu-wrp .ap-dropMenu:first-child,
h2.ap-addOn-name {
    width: 100% !important;
}
.form-control {
    border: 1px solid #2c2c2c !important;
    background-color: #fff0;
    border-radius: 5px;
    color: #2c2c2c !important;
    height: 48px !important;
    font-size: 16px !important;
}
.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
    font-size: 14px;
    color: var(--paragraph);
    opacity: 1;
    white-space: nowrap;
    position: relative;
    top: -60px;
    left: 10px;
    background: #fff;
    padding: 0 6px;
}
.floating-label label:not(.error) {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    top: 15px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    margin-left: 10px;
    padding: 0 5px;
    background: #fff;
}
.ap-input-box {
    border: 1px solid var(--input-border) !important;
    background-color: transparent !important;
    border-radius: 5px;
    padding: 0 22px !important;
    height: 45px;
    font-size: 18px;
    color: var(--input-text) !important;
}
.ap-callBack-btn,
.my-claim .btn {
    height: 50px;
    letter-spacing: 0.6px;
    cursor: pointer;
}
.ap-bannerFrm-wrp li.ap-countryCode .ap-inputDiv::before {
    content: "+91";
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 19px;
    color: #2c2c2c;
    display: inline-block;
    border-right: 1px solid #2c2c2c;
    padding-right: 15px;
}
.floating-select {
    padding: 13px;
}
.floating-input:focus ~ .floating-label,
.floating-input:not(:placeholder-shown) ~ .floating-label,
.floating-select:focus ~ .floating-label {
    top: -8px;
    font-size: 14px;
    left: 10px;
}
.ap-countryCode .did-floating-input:not(:placeholder-shown) ~ .did-floating-label,
.ap-countryCode .did-floating-select[value=""]:focus ~ .did-floating-label,
.ap-countryCode .floating-input:not(:placeholder-shown) ~ .floating-label,
.ap-countryCode .floating-select[value=""]:focus ~ .floating-label,
.did-floating-label,
.floating-label {
    left: 15px;
}
.ap-input-box.pad-left {
    padding-left: 80px !important;
}
.did-floating-label,
.floating-label {
    font-size: 16px;
    color: var(--input-label);
    position: absolute;
    pointer-events: none;
    top: 9px;
    padding: 0 5px;
    background: #fff;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    font-weight: 500;
}
.did-floating-label {
    top: 10px;
}
.ap-countryCode .did-floating-label,
.ap-countryCode .floating-label {
    left: 80px;
}
.did-floating-input:focus ~ .did-floating-label,
.did-floating-input:not(:placeholder-shown) ~ .did-floating-label,
.did-floating-select:focus ~ .did-floating-label {
    top: -8px;
    font-size: 12px;
}
select.did-floating-select {
    appearance: none;
}
.tooltip {
    margin-left: 5px;
}
#callBack-Popup .errspan {
    right: 20px;
}
.med-hos-find {
    line-height: 50px;
    cursor: pointer;
}
select.did-floating-select::-ms-expand {
    display: none;
}
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -8px;
    font-size: 14px;
}
.did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 11px;
    font-size: 14px;
}
.ap-countryCode .did-floating-input:focus ~ .did-floating-label,
.ap-countryCode .did-floating-select:focus ~ .did-floating-label {
    top: -8px;
    font-size: 14px;
    left: 15px;
}
.ap-countryCode .did-floating-select:not([value=""]):valid ~ .did-floating-label {
    left: 15px;
}
.staticSelectLabel {
    margin-bottom: 0 !important;
}
a:hover :focus path {
    fill: var(--anchor-hover);
}
:focus {
    border-color: var(--indus-blue);
}
:focus-visible {
    outline-color: var(--indus-blue);
    outline-offset: 1px;
    outline-style: auto;
    border: 1px solid var(--indus-blue);
}
li:active .ap-dropDown-menu,
li:focus-within .ap-dropDown-menu {
    display: block;
}
.errspan {
    margin-right: inherit;
}
.errTooltip img {
    width: 15px;
    height: 15px;
}
.errspan,
.errspanForMembersCount {
    z-index: 2;
    color: red;
    position: absolute;
    right: 10px;
    top: 14px;
}
.errTooltip:hover .errTooltiptext {
    visibility: visible;
    opacity: 1;
}
.errTooltip .errTooltiptext {
    font-size: 13px;
    visibility: hidden;
    background-color: #ffff92;
    color: #ff1e11;
    text-align: center;
    border-radius: 6px;
    padding: 5px !important;
    position: absolute;
    width: 120px;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow:
        inset 0 1px 1px rgb(0 0 0 / 8%),
        0 0 6px #ce8483;
}
.errTooltip .errTooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffff92 #fff0 #fff0;
}
#preLoader.fade {
    background-color: #fffffff2;
    opacity: 1;
    z-index: 9999;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#preLoader .modal-sm {
    top: 40%;
    width: 225px;
    margin: 20px auto;
    position: relative;
    padding: 20px;
    left: 0;
}
.text-danger {
    color: red;
}
.nohavertoNo {
    padding: 10px;
    font-size: 15px;
    background-color: #fff0;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.explore .ap-dropMenu-wrp {
    flex-wrap: wrap;
}
.ap-callBack-btn {
    line-height: 50px;
    border: none;
    border-radius: 5px;
}
.hidden {
    visibility: hidden;
}
#chat-opener:hover + #chat-info,
.ap-header-logo nav ul li:last-child a:after,
.becomeAgent,
.hide {
    display: none !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: -7px !important;
}
.customA {
    margin-bottom: 20px !important;
}
.customA.natural-black a {
    color: var(--paragraph) !important;
    pointer-events: none;
}
.ap-common-orange-bg.disabled {
    background-color: #ddd;
    pointer-events: none;
}
.ap-footSub-head a {
    color: var(--footer-cta-first) !important;
}
.accept-payments p a{color:#ffffff;}
#error_msg_modal {
    color: red;
    font-size: 14px;
}
#divSuccess,
.text-succeed {
    color: green;
}
.has-error input {
    border-color: red !important;
}
.bg-orange {
    background-color: var(--primary-cta) !important;
}
.my-claim {
    text-align: left;
    padding: 40px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.1);
    margin: 10px 0;
}
.my-claim input {
    width: 100%;
    padding: 20px;
    margin-top: 10px;
}
.my-claim .btn {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-color: var(--primary-cta);
    border: none;
    border-radius: 5px;
}
.socialIcon {
    display: inline-flex !important;
    gap: 10px;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 12px;
    align-items: center;
}
.accept-payments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}
.sprite-bike-icon,
.sprite-car-icon,
.sprite-health-icon,
.sprite-travel-icon {
    background: url(../../images/product-sprit-icons.svg) 0 0 / cover no-repeat;
    display: block;
    width: 58px;
    height: 59px;
    margin: 5px auto;
}
.sprite-car-icon {
    background-position: -54px 0;
}
.sprite-bike-icon {
    background-position: -109px 0;
}
.sprite-health-icon {
    background-position: 2px 0;
}
.sprite-travel-icon {
    background-position: -164px 0;
}
.ap-commonFaq-click:after,
.ap-commonFaq-li.is-active .ap-commonFaq-click:after,
.ap-commonRadio-tile input[type="checkbox"]:checked + label:after,
.ap-commonRadio-tile input[type="radio"]:checked + label:after,
.ap-contactDrop-close:after,
.ap-hamburgerClick:after,
.ap-header-btnWrp .ap-common-outline-btn:after,
.ap-header-btnWrp .self-help-btn:after,
.ap-mobMenu-close:after,
.ap-mobUser-inner .ap-userIco:after,
.ap-renewPolicy-click span,
.common-quote-icon,
.green-dot-icon,
.header-div .ap-dropdown-parent .inlineBlk:after,
.menu-bike-icon,
.menu-car-icon,
.menu-health-icon,
.menu-other-icon,
.menu-travel-icon,
.socialIcon a i {
    background: url(../../images/common-spirit-image.svg) no-repeat;
    display: block;
}
.ap-commonFaq-click:after {
    background-position: 0 0;
}
.ap-commonFaq-li.is-active .ap-commonFaq-click:after {
    background-position: -26px 0;
}
.header-div .ap-dropdown-parent {
    padding-right: 25px;
}
#TurnOnAccessibility,
#mobile-view_or_not,
.ap-hamburgerClick img,
.ap-header-btnWrp .ap-common-outline-btn img,
.ap-header-btnWrp .self-help-btn img,
.ap-mobMenu-close img,
.ap-mobUser-inner .ap-userIco img,
.ap-renewPolicy-click span img,
.ap-renewPolicy-click span svg,
.header-div .ap-dropdown-parent .inlineBlk img,
.header-div .ap-dropdown-parent .inlineBlk:last-child:after {
    display: none;
}
.ap-contactDrop-close:after,
.ap-hamburgerClick:after,
.ap-header-btnWrp .ap-common-outline-btn:after,
.ap-header-btnWrp .self-help-btn:after,
.ap-mobMenu-close:after,
.ap-mobUser-inner .ap-userIco:after,
.header-div .ap-dropdown-parent .inlineBlk:after {
    content: "";
    position: absolute;
}
.header-div .ap-dropdown-parent .inlineBlk:after {
    right: -15px;
    top: 9px;
    width: 13px;
    height: 8px;
    background-position: -133px -34px;
}
.ap-hamburgerClick {
    position: relative;
    width: 21px;
}
.ap-hamburgerClick:after {
    left: -1px;
    top: -1px;
    width: 23px;
    height: 16px;
    background-position: -104px -30px;
}
.ap-contactDrop-close:after,
.ap-mobMenu-close:after {
    width: 16px;
    background-position: -158px -57px;
    height: 16px;
}
.ap-mobMenu-close {
    margin-bottom: 20px;
}
.ap-mobMenu-close:after {
    right: 15px;
    top: 15px;
}
.ap-mobUser-inner .ap-userIco:after {
    left: -1px;
    top: -1px;
    width: 46px;
    height: 45px;
    background-position: -1px -79px;
}
.ap-renewPolicy-click {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ap-renewPolicy-click span {
    width: 22px;
    height: 14px;
    background-position: -45px -31px;
    margin-top: 2px;
}
.ap-contactDrop-close:after {
    right: 40px;
    top: 20px;
}
.ap-header-btnWrp .ap-common-outline-btn .ap-contactText,
.ap-header-btnWrp .self-help-btn .ap-contactText {
    padding-left: 22px;
}
.ap-header-btnWrp .self-help-btn:after {
    left: 14px;
    top: 12px;
    width: 20px;
    height: 20px;
    background-position: -20px -28px;
}
.ap-header-btnWrp .ap-common-outline-btn:after {
    padding-right: 10px;
    left: 15px;
    top: 12px;
    width: 15px;
    height: 20px;
    background-position: 0 -28px;
}
#example {
    display: block;
    position: absolute;
    left: -108px;
    top: 0;
    border: 1px solid var(--indus-blue);
    padding: 10px 12px;
}
#example img {
    margin-right: 0;
}
.ap-countryCode .prefixSelect {
    top: 3px;
}
.menu-car-icon {
    width: 22px;
    height: 16px;
    background-position: -75px -2px;
}
.menu-bike-icon {
    width: 22px;
    height: 15px;
    background-position: -154px -2px;
}
.menu-health-icon {
    width: 23px;
    height: 21px;
    background-position: -101px -2px;
}
.menu-travel-icon {
    width: 23px;
    height: 18px;
    background-position: -127px -2px;
}
.menu-other-icon {
    width: 23px;
    height: 21px;
    background-position: -180px -2px;
}
.green-dot-icon {
    width: 9px;
    height: 8px;
    background-position: -51px -82px;
    display: inline-block;
}
.new-gif-icon {
    background: url(/SiteAssets/RgiclAssets/images/new.gif) no-repeat;
    display: inline-block;
    width: 29px;
    height: 10px;
}
.socialIcon div a {
    display: inline-flex;
}
.socialIcon div span {
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    margin-top: 4px;
    display: inline-block;
}
.socialIcon a i {
    width: 25px;
    height: 25px;
}
.facebook {
    background-position: -205px -1px !important;
}
.linkedin {
    background-position: -130px -52px !important;
}
.twitter {
    background-position: -200px -26px !important;
}
.instagram {
    background-position: -174px -26px !important;
}
.youtube {
    background-position: -148px -26px !important;
}
.chat-opener {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: unset;
    width: 100px;
    height: 110px;
}
#small-chat img {
    cursor: pointer;
}
#the_iframe {
    position: fixed;
    right: 3%;
    bottom: 4%;
    height: 91% !important;
    width: 440px;
    background: inherit;
    border: 0;
    z-index: 100000;
    border-radius: 10px;
    box-shadow: 0 0 14px #999;
}
.toast-chat-info {
    position: fixed;
    bottom: 150px;
    right: 50px;
    max-width: 300px;
    font-family: sans-serif;
    display: none;
    animation: 0.5s ease-in-out forwards progressBar1;
    z-index: 999;
}
.toast-chat-info > div {
    background: #fff;
    padding: 15px;
    box-shadow: 0 1px 5px #eaeaea;
    position: relative;
}
.toast-chat-info > div .chat-info-tit h6 {
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0;
}
.toast-chat-ifo-close {
    background: #ccc;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
    line-height: 19px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
@keyframes progressBar1 {
    0% {
        bottom: 120px;
        opacity: 0;
    }
    100% {
        bottom: 150px;
        opacity: 1;
    }
}
.prefixSelect {
    position: absolute;
    border: 0;
    top: 2px;
    font-size: 16px;
    left: 10px;
    height: 40px;
    width: 47px;
    background: #fff;
    background-image: url(/SiteAssets/MidLife/images/small-dropmenu-ico.svg) !important;
    background-repeat: no-repeat !important;
    background-position-x: 34px !important;
    background-position-y: 18px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    color: var(--input-text);
}
.rgicirclelogo span,
.rightIcon {
    transition: 0.3s ease-in-out;
    background-repeat: no-repeat;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.loginTollfree {
    width: 50%;
    display: inline-block;
    text-align: right;
    font-size: 12px;
    line-height: 1.2;
}
.tollfreeNo {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--indus-blue) !important;
}
.popover.fade .divGenerate,
.popover.fade .quote-submit {
    background-color: var(--primary-cta);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
}
.popover.fade .quote-submit {
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff !important;
    border: 0 !important;
}
.videoChat p {
    font-size: 14px !important;
    color: var(--paragraph) !important;
    margin-bottom: 10px;
}
.linkdin {
    position: relative;
    display: inline-block;
    cursor: default;
}
.linkdin .reviewedBy,
.linkdin .writtenBy {
    display: none;
    padding: 18px;
    background: #fff;
    text-align: left;
    border-radius: 0.25em;
    position: absolute;
    z-index: 1;
    top: 100%;
    transition-property: visibility;
    transition-delay: 0s;
    width: 550px;
    box-shadow: 3px 2px 10px 3px #ccc;
}
.linked-in {
    margin-top: 10px;
}
.linkdin:hover .reviewedBy,
.linkdin:hover .writtenBy {
    display: block;
    transition-delay: 0.3s;
}
.reviewedBy div .intro,
.writtenBy div .intro {
    margin: 10px 0 30px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.InsExpert {
    margin-top: 5px;
    margin-left: 10px;
}
.rightIcon {
    width: 22px;
    height: 22px;
    background-position: -47px 1px;
    background-size: 220px !important;
    background-image: url(/SiteAssets/MidLife/images/common-spirit-image.svg);
}
.rgicirclelogo,
.rgicirclelogo span {
    width: 60px;
    height: 60px;
}
.rgicirclelogo span {
    background-image: url("/SiteAssets/MidLife/images/igicirclelogo.svg");
    position: absolute;
}
.linkedinIcon {
    width: 26px;
    height: 26px;
    background: url(/SiteAssets/MidLife/images/common-spirit-image.svg) -27px -52px no-repeat;
    position: absolute;
    bottom: 15px;
}
.ap-reviewsWrp .primary-color {
    color: var(--primary-bg-color) !important;
}
.plans-table tr td{color:var(--usp-color);}
.table tr:first-child{background-color: var(--table-header);color: #ffffff;}
.table tr:first-child a{color: #ffffff!important;}
.calendar .table tr:first-child{background-color:unset;color:unset;}
#gstDiv .did-floating-label{font-size: 12px !important;}
.ap-logo{align-items: inherit;}
.breadcrumb {color: var(--anchor-tag);}
.breadcrumb a{color: var(--paragraph);}
.paddingTop{
    padding-top: 0 !important;
}
@media screen and (max-width: 1600px) {
    .container,
    .wrapper-1600 {
        max-width: 1560px;
    }
    .wrapper-1780 {
        max-width: 1570px;
    }
    .fs-big {
        font-size: 2.5rem;
    }
    .fs-medium {
        font-size: 1.375rem;
    }
    .fs-semi {
        font-size: 2.275rem;
    }
    .ap-dropDown-menu .ap-dropDown-inner {
        padding: 35px 30px 30px;
    }
    .ap-dropMenu .ap-dropMenu-list li {
        margin: 0 0 8px;
    }
}
@media screen and (max-width: 1540px) {
    .container,
    .wrapper-1600 {
        max-width: 1480px;
    }
    .wrapper-1780 {
        max-width: 1500px;
    }
}
@media screen and (max-width: 1500px) {
    body {
        padding-top: 95px !important;
    }
    .container,
    .wrapper-1600 {
        max-width: 1480px;
    }
    .wrapper-1780 {
        max-width: 1415px;
    }
    .fs-big {
        font-size: 2.2rem;
    }
    .fs-35 {
        font-size: 25px;
    }
    .fs-semi {
        font-size: 2rem;
    }
    .ap-header-logo nav ul li:not(:first-child) {
        margin-left: 24px;
    }
    .ap-header-btnWrp a {
        margin-left: 15px;
        padding: 8px 15px;
    }
    .ap-footMenu:last-child {
        width: calc(20% - 20px);
    }
    .ap-dropDown-menu {
        width: 1088px;
    }
    .ap-dropMenu .ap-dropMenu-list li a {
        font-size: 13px;
    }
    .ap-header-btnWrp .ap-common-outline-btn:after,
    .ap-header-btnWrp .self-help-btn:after {
        left: 10px;
        top: 10px;
    }
    #example {
        left: -101px;
        padding: 8px 12px;
    }
}
@media screen and (max-width: 1400px) {
    body {
        padding-top: 90px !important;
    }
    .ap-header-btnWrp .self-help-btn:after {
        top: 5px;
        left: 9px;
    }
    .ap-header-btnWrp .ap-common-outline-btn:after {
        top: 5px;
        left: 10px;
    }
    .ap-header-logo nav ul li:not(:first-child) {
        margin-left: 15px;
    }
    .ap-header-btnWrp a {
        margin-left: 10px;
        padding: 5px 15px;
        font-size: 14px;
    }
    .sticky-nav-inner .nav-link .container-nav1{
        max-width: 1260px;
    }
    .fs-big {
        font-size: 2.1rem;
    }
    .fs-medium {
        font-size: 1.2rem;
    }
    .ap-contactWrp-div h2,
    .fs-small,
    .irs-grid-text {
        font-size: 18px !important;
    }
    .ap-contactWrp-div p {
        font-size: 15px;
    }
    .wrapper-1400 {
        max-width: 1270px;
    }
    .wrapper-1780 {
        max-width: 1335px;
    }
    .fs-semi {
        font-size: 1.8rem;
    }
    /*.fs-ultrasmall {
        font-size: 13px;
    }*/
    .fs-large {
        font-size: 1rem;
    }
    .ap-dropDown-menu {
        left: -68px;
    }
    .ap-dropDown-menu .ap-dropDown-inner::before {
        left: 62px;
    }
    .ap-dropDown-menu .ap-dropDown-inner {
        padding: 22px 22px 15px;
    }
    .ap-dropMenu .ap-dropMenu-list li {
        margin: 0 0 4px;
    }
    .ap-dropMenu-wrp .ap-dropMenu h2 {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .ap-contactWrp-div a,
    .ap-contactWrp-div button {
        padding: 12px 0 !important;
        font-size: 16px !important;
        margin-left: 0 !important;
        margin-top: 8px;
        margin-bottom: 16px;
    }
    .ap-contactDrop .ap-dropDown-inner .ap-contactDrop-close svg {
        width: 20px;
    }
    #example {
        left: -83px;
        padding: 4.43px 5px;
    }
    .popover.fade .arrow:after {
        left: 12%;
    }
}
@media screen and (max-width: 1300px) {
    body {
        font-size: 14px !important;
    }
    .ap-dropDown-menu {
        width: 1020px;
    }
    .ap-dropDown-menu .ap-dropDown-inner::before {
        top: -29px;
        width: 45px;
        height: 30px;
    }
    .popover.fade .arrow:after {
        left: 15%;
    }
}
@media screen and (max-width: 1200px) {
    .ap-header-logo nav ul li:not(:first-child) {
        margin-left: 5px;
    }
    .ap-header-btnWrp a {
        padding: 5px 10px;
    }
    .ap-header-btnWrp .self-help-btn:after {
        left: 5px;
    }
    .ap-header-btnWrp .ap-common-outline-btn:after {
        left: 10px;
    }
    #example {
        left: -85px;
        padding: 4.43px 7px;
    }
}
@media screen and (max-width: 1100px) {
    body {
        padding-top: 85px !important;
    }
    .dropMenuscroll {
        overflow: unset;
        height: auto;
        overflow-x: unset;
    }
    .ap-header-btnWrp a {
        padding: 4px 10px !important;
        font-size: 11px;
        font-weight: 500;
        margin-left: 5px;
        height: 30px;
        margin-top: 4px;
    }
    .header-div {
        width: 100%;
    }
    .ap-header-btnWrp a img {
        margin-right: 0;
        height: 17px;
        width: auto;
    }
    .fs-big {
        font-size: 1.875rem;
    }
    .ap-dropDown-menu .ap-dropDown-inner:before,
    .ap-emptyHeight,
    .ap-header-btnWrp .ap-deskMyaccount,
    .ap-header-btnWrp a .ap-contactText,
    .ap-healthInfo-div .ap-healthImg-div {
        display: none;
    }
    .ap-header-btnWrp {
        display: flex !important;
    }
    .ap-header-btnWrp a span {
        margin: 0;
    }
    .ap-header-logo nav ul {
        margin-top: 10px;
        text-align: left;
    }
    .ap-header-logo nav ul li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #d3d3d3;
        padding: 0;
        margin: 0;
    }
    .ap-header-logo nav ul li:not(:first-child) {
        margin-left: 0;
    }
    .ap-header-logo nav ul li a {
        padding: 12px 10px;
        font-size: 14px;
    }
    .ap-header-logo nav {
        margin-left: 0;
        position: absolute;
        top: 0;
        width: 300px;
        background: #fff;
        height: 100vh;
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
        left: -300px;
        opacity: 0;
        z-index: 999;
        overflow-y: auto;
        border-top: 3px solid var(--indus-blue);
    }
    .ap-dropMenu-wrp .ap-dropMenu,
    .claimDropDown,
    .renewalDropDown,
    .renewalDropDown .ap-dropMenu-wrp .ap-dropMenu:first-child,
    .renewalDropDown .ap-dropMenu-wrp .ap-dropMenu:nth-child(2) {
        width: 100% !important;
    }
    .claimDropDown {
        height: 212px !important;
    }
    .ap-hamburgerClick,
    .ap-logoWrp,
    .ap-mobMenu-close {
        display: inline-block;
    }
    .ap-hamburgerClick {
        margin-top: -7px;
    }
    .container,
    .wrapper-1600 {
        padding: 0 15px;
    }
    .ap-logoWrp {
        width: 175px;
    }
    .ap-logoWrp img {
		width: 100%;
        max-width: 70%;
		height: auto;
    }
    .ap-dropDown-menu {
        width: 100%;
        position: static;
        height: 380px;
        overflow-y: auto;
    }
    .ap-dropDown-menu .ap-dropDown-inner {
        background-color: #fff0;
        border: none;
        box-shadow: none;
    }
    .ap-dropMenu-wrp {
        flex-flow: row wrap;
    }
    .ap-mobSeparator,
    .ap-mobuser-profile {
        display: block;
    }
    .ap-common-outline-btn,
    .self-help-btn {
        width: 30px;
    }
    .header-div .ap-dropdown-parent .inlineBlk:after {
        right: -7px;
        top: 19px;
    }
    .ap-header-btnWrp .self-help-btn:after {
        left: 5px;
        top: 4px;
        background-position: -23px -28px;
    }
    .ap-header-btnWrp .ap-common-outline-btn:after {
        left: 8px;
        top: 4px;
        background-position: -6px -28px;
        width: 10px;
    }
    #example {
        left: -75px;
        padding: 4.43px 6px !important;
    }
    .popover.fade .arrow:after {
        left: 65%;
    }
}
@media (max-width: 768px) {
    .chat-opener {
        width: 70px;
        height: 77px;
    }
    #the_iframe {
        position: fixed;
        right: 0;
        bottom: 0;
        height: 100vh;
        width: 100%;
        background: inherit;
        border: 0;
        border-radius: 8px;
        box-shadow: 0 8px 13px #999;
    }
    .chat-bot {
        z-index: 1000000;
        position: relative;
    }
    .popover.fade .arrow:after {
        left: 52%;
    }
    #myIframe {
        width: 100% !important;
        right: 0 !important;
    }
    .kore-chat-window .kore-chat-header .header-title {
        padding-left: 30px !important;
    }
}
@media only screen and (max-width: 760px) {
    #mobile-view_or_not {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .gstDestop {
        display: none;
    }
    .gstMob {
        display: block;
    }
    .linkdin:hover .reviewedBy {
        width: max-content;
        max-width: 375px;
        left: -110px;
    }
    .ap-bannerContent-newUser {
        height: 340px;
    }
    .floating-label {
        font-size: 15px;
        top: 11px;
    }
    .ap-dropMenu-wrp .ap-dropMenu:first-child,
    .ap-dropMenu-wrp .ap-dropMenu:last-child,
    .ap-dropMenu-wrp .ap-dropMenu:nth-child(2) {
        width: 100% !important;
    }
    .ap-bannerFrm-wrp li.ap-countryCode.ap-prefix .ap-inputDiv::before {
        content: "Mr." !important;
        position: absolute;
        left: 16px;
        top: 13px;
        font-size: 14px !important;
        color: #2c2c2c;
        display: inline-block;
        border-right: 1px solid #2c2c2c;
        padding-right: 20px;
    }
    .ap-input-box {
        height: 48px;
    }
    .absolute {
        position: revert !important;
    }
    section {
        padding: 20px 0;
    }
    .errTooltip .errTooltiptext {
        width: 250px;
        bottom: 28px;
        left: unset;
        margin-left: 0;
        right: 0;
    }
    .errTooltip .errTooltiptext::after {
        left: unset;
        margin-left: 0;
        right: 3px;
    }
    .ap-footMenu,
    .ap-footMenu:last-child {
        width: 100%;
        margin-bottom: 25px;
    }
    .ap-contactWrp-div h2 {
        font-size: 16px;
    }
    .ap-contactWrp-div p {
        font-size: 13px;
    }
    .fs-35 {
        font-size: 40px;
    }
    footer {
        padding: 35px 0 0;
    }
    .ap-footer-bottom {
        padding: 30px 0;
    }
    .fs-big {
        font-size: 1.375rem !important;
        line-height: 1.3;
    }
    .ap-contactDrop {
        position: absolute !important;
        width: 345px;
    }
    .ap-dropDown-inner {
        padding: 18px 16px;
    }
    .ap-contactDrop .ap-emptyHeight {
        display: block !important;
        height: 28px;
    }
    .ap-contactDrop .ap-dropDown-inner::before {
        top: -21px;
        width: 46px;
        height: 22px;
    }
    .ap-contactWrp-div a,
    .ap-contactWrp-div button {
        padding: 5px 0 !important;
        font-size: 14px !important;
        margin-left: 0 !important;
    }
    .socialIcon {
        width: 100%;
        margin-top: 5px;
    }
    .socialIcon div {
        width: 100%;
    }
    .prefixSelect {
        color: var(--paragraph);
        left: 10px;
        top: 5px;
        font-size: 14px;
        width: 45px;
        background: #fff;
        background-position: 30px 17px !important;
    }
    .sprite-bike-icon,
    .sprite-car-icon,
    .sprite-health-icon,
    .sprite-travel-icon {
        width: 45px;
        height: 46px;
        margin: 0 auto;
    }
    .sprite-car-icon {
        background-position: -42px 0;
    }
    .sprite-bike-icon {
        background-position: -85px 0;
    }
    .sprite-travel-icon {
        background-position: -128px 0;
    }
    .popover.fade {
        right: 3% !important;
        width: 90%;
        left: unset !important;
    }
    .popover.fade .arrow:after {
        right: 15%;
        left: unset;
    }
	.fs-ultrasmall{font-size:12px;}
}
@media screen and (max-width: 420px) {
    .linkdin:hover .reviewedBy {
        max-width: 315px;
    }
}
@media screen and (max-width: 360px) {
    .linkdin:hover .reviewedBy {
        max-width: 280px;
    }
    .ap-contactDrop {
        right: -22%;
    }
    .popover.fade .arrow:after {
        right: 18%;
    }
}
