@charset "UTF-8";

body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
    /* padding-right: 15px; */
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sup {
    color: #e3cf7d;
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

strong {
    font-weight: 600;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    pointer-events: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    /*overflow-x: hidden;*/
}

body {
    font-family: Mulish, sans-serif;
    font-size: 62.5%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #282828;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 auto;
}

.port-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    /* transition: opacity 500ms; */
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    overflow: auto;
    height: 100%;
}
.port-overlay.activeOverlay {
    visibility: visible;
    opacity: 1;
}
.port-popup-sec {
    background: #ffffff;
    border-radius: 15px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 427px;
    /* margin: 7.5rem auto; */
    /* overflow: hidden; */
}
.port-popup-sec .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    background: #ffffff;
    display: flex;
    align-items: center;
    border: 1px solid #f0efee;
    border-radius: 5px;
    opacity: 1;
}
.port-popup-sec .close:before,
.port-popup-sec .close:after {
    position: absolute;
    left: 14px;
    content: " ";
    height: 14px;
    width: 2px;
    background-color: #575757;
    border-radius: 5px;
}
.port-popup-sec .close:before {
    transform: rotate(45deg);
}
.port-popup-sec .close:after {
    transform: rotate(-45deg);
}
.portpopup-content {
    padding: 4rem;
    border-radius: 15px;
    background: #fff;
}
.thanks_popup_content {
    text-align: center;
    padding: 4rem;
}
.thanks_register {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #282828;
    margin-bottom: 6px;
    margin-top: 2rem;
}
.get_back {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #282828;
    margin: 0;
    margin-bottom: 2rem;
}
.thanks-ok-btn {
    width: 50%;
    text-align: center;
    display: inline-block;
}
.primary-button {
    background: #ec6625;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center;
    padding: 1.3rem 2.4rem 1.5rem;
    transition: all linear 0.2s;
    text-decoration: none;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1360px;
        max-width: 100%;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.section-content {
    padding: 6rem 0 6rem 0;
    position: relative;
}

.il-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.twoCardouter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.banner-content {
    width: 65%;
}

.banner-content h1 {
    font-size: 4.8rem;
    line-height: normal;
    font-weight: 900;
}
.portabilitylanding-wrap ul {
    display: flex;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin-bottom: 5rem;
    margin-top: 2rem;
}
.portabilitylanding-wrap ul li {
    width: 30%;
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 1.5rem;
    margin-right: 1.5rem;
    transition: 0.3s;
}
.portabilitylanding-wrap ul li span {
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 600;
    padding-left: 1rem;
}
.portabilitylanding-wrap ul li sup {
    font-size: 0.8rem;
}
.portabilitylanding-wrap::before {
    /* background: #fff1ea; */
    height: 92px;
    width: 100%;
    display: inline-block;
    content: "";
    bottom: -20px;
    z-index: -1;
    position: absolute;
    background-image: url(http://echannel.insurancearticlez.com/docs/default-source/assets/health/portability-landing/images/pink_bg_rectangle.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.portabilitylanding-wrap .bannerFormblock {
    background: #fff;
    width: 100%;
    max-width: 471px;
    border: 1px solid #cbcdce;
    box-shadow: 0px 4px 23px rgb(0 0 0 / 10%);
    border-radius: 10px;
    z-index: 1;
    padding: 4rem;
    margin-top: 3rem;
}
/* input style start here */

.il-input-block {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 3.5rem;
}

.il-input-block label {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    color: #838383;
    position: absolute;
    left: 17px;
    top: 17px;
    background-color: #fff;
    transition: 0.3s all ease;
    pointer-events: none;
}

.il-input-block label.input-sm {
    font-size: 1.4rem;
    left: 10px;
    top: 10px;
}

.il-input-block input {
    outline: 1px solid #c9c9c9;
    border: 0;
    border-radius: 5px;
    background: #ffff;
    padding: 1.7rem;
    width: 100% !important;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    color: #282828;
}

.il-input-block input.input-sm {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 1.2rem;
}

.il-input-block input:hover,
textarea:hover {
    outline: 1px solid #282828;
}

input.readOnly:hover {
    outline: 1px solid #c9c9c9;
}

input.disabled:hover {
    outline: 1px solid #eaeaea;
}

.il-input-block input:read-only {
    color: #838383;
}

.il-input-block.focus label,
.dropdown-block.onfocus label,
.multiSearch.onfocus label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
    top: -7px;
    left: 9px;
    padding: 0 7px;
    z-index: 2;
    transition: 0.3s all ease;
}

.il-input-block.focus label.input-sm {
    left: 5px;
}

.il-input-block.onFocused label {
    color: #ec6625;
}

.il-input-block.onFocused label.readOnly {
    color: #838383;
}

.il-input-block.onFocused input,
.il-input-block.onFocused textarea {
    outline: none;
    border: none;
    outline: 2px solid #ec6625;
}

.il-input-block.onFocused input.readOnly {
    color: #838383;
    outline: 1px solid #c9c9c9;
}

.il-input-block.onValidate label {
    color: #e71a1a;
}
.il-input-block.onValidate input {
    outline: 1px solid #e71a1a;
}
/* input style ends here */

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 1rem;
}

.pb-20 {
    padding-bottom: 2rem;
}

::placeholder {
    color: #b2b2b2;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b2b2b2;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b2b2b2;
}

/*Close icon css starts here*/
.txt-close {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    transition: 0.3s all ease;
    top: 18px;
    right: 15px;
}
.txt-close:hover {
    cursor: pointer;
}
.txt-close::after,
.txt-close::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #6c6c6c;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 1px;
}
.txt-close::after {
    transform: rotate(-45deg);
}

/*.il-input-block.focus .txt-close {
    display: block;
}*/

/*.clearIcon:not(:valid) ~ .txt-close {
    display: none;
}*/

.clearIcon:placeholder-shown + .txt-close {
    opacity: 0;
    pointer-events: none;
}
/*Close icon css ends here*/

.il-input-block input:disabled {
    cursor: not-allowed;
    outline-color: #eaeaea;
}

.il-input-block label.disabled {
    outline-color: #c9c9c9;
    color: #c9c9c9;
    cursor: not-allowed;
}

span.helper-txt {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #6c6c6c;
    margin-top: 2px;
}

.mb-2 {
    margin-bottom: 2px;
}

span.tooltip-txt {
    float: right;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

span.validation-msg {
    display: block;
    color: #e71a1a;
}

.validation-flex {
    display: flex;
    flex-direction: row;
}

.w-40 {
    width: 40%;
    margin-top: 0.5rem;
    margin-left: 1.9rem;
}

textarea {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #282828;
    border: none;
    outline: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 17px;
    resize: none;
}

/*..................CSS for datepicker start here..................*/

.dob-form-block {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 3.5rem;
}

.dob-form-block .input-block,
.dob-form-block .input-block.active {
    position: relative;
    width: 100%;
    border-radius: 5px;
    outline: 1px solid #c9c9c9;
    background-color: #fff;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
}

.dob-form-block .input-block label,
.dob-form-block .input-block.error label {
    font-size: 1.2rem;
    margin-top: -1rem;
    margin-left: -5px;
    top: 0;
}

.dob-form-block .input-block label {
    color: #838383;
    font-weight: 600;
    position: absolute;
    transition: 0.3s ease;
    padding: 0 7px;
    background: #fff;
    margin-top: -8px;
    margin-left: 10px;
    max-width: 100%;
}

.dob-form-block .input-block input {
    height: 54px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    outline: none;
    background-color: #fff;
    text-align: center;
}

.dob-form-block .input-block span {
    color: #b2b2b2;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 6px;
    left: -6px;
}

.dob-form-block .input-block:hover {
    outline: 1px solid #282828;
}

.dob-form-block.focus .input-block {
    outline: 2px solid #ec6625;
}

.dob-form-block.focus .input-block label {
    color: #ec6625;
}

/*::placeholder {
    color: #838383;
    opacity: 1;
    font-weight: 500;
}

:-ms-input-placeholder {
    color: #838383;
    font-weight: 500;
}

::-ms-input-placeholder {
    color: #838383;
    font-weight: 500;
}*/

.date-block span.jq-dte input.jq-dte-day {
    width: 32px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #282828;
}

.date-block span.jq-dte input.jq-dte-month {
    width: 50px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #282828;
}
.date-block span.jq-dte input.jq-dte-year {
    width: 60px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #282828;
}

.date-block span.jq-dte input.Numeric.hint {
    color: #282828;
}

.date-block span.jq-dte input.Numeric {
    color: #282828;
}

.date-block span.jq-dte-errorbox {
    top: auto !important;
    left: 0 !important;
    bottom: -25px !important;
}

.dob-form-block .input-block span.seperator {
    font-size: 1.6rem;
}

.dob-form-block.focus .input-block {
    outline: 2px solid #ec6625;
}

.dob-form-block.focus .input-block label {
    color: #ec6625;
}

/*..................CSS for datepicker end here..................*/
/* button css start here */
.primary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 1.1rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 3px solid transparent;
    font-weight: 700;
    text-align: center;
    background: #ec6625;
    color: #fff;
    display: block;
}

.secondary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 1.3rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 1px solid #ec6625;
    font-weight: 700;
    text-align: center;
    background: #fff;
    color: #ec6625;
}

.primary-btn:hover,
.standard-btn:hover,
.fullwidth-btn:hover {
    background: #fd7b20;
}

.primary-btn:focus-visible,
.standard-btn:focus-visible,
.fullwidth-btn:focus-visible {
    background: #e26123;
    box-shadow: 0 0 0px 3px #e26123;
    border: 3px solid #fff;
}

.primary-btn:active,
.standard-btn:active,
.fullwidth-btn:active {
    background: #d05a06;
}

.primary-btn-disabled {
    background: #c9c9c9;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 1.4rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 0;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    pointer-events: none;
    /*cursor: not-allowed;*/
}

.orange-border {
    border: 1px solid #ec6625;
    background: #fff;
    color: #ec6625;
}

.secondary-btn:hover,
.quiet-btn:hover {
    background: #fff2eb;
    border: 1px solid #ec6625;
    color: #ec6625;
}

.secondary-btn:focus-visible,
.quiet-btn:focus-visible {
    background: #fff9f6;
    border: 1px solid #ec6625;
    color: #ec6625;
}

.secondary-btn:active,
.quiet-btn:active {
    background: #fff9f6;
    border: 1px solid #bb5106;
    color: #bb5106;
}

.secondary-btn-disabled {
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    pointer-events: none;
    position: relative;
    /*cursor: not-allowed;*/
    overflow: hidden;
    padding: 1.3rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    text-align: center;
    background: #fff;
}

.subtle-btn {
    color: #6c6c6c;
    background: #fff;
    border: 1px solid #c9c9c9;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 1.3rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    text-align: center;
}

.subtle-btn:hover {
    background: #fff2eb;
    border: 1px solid #f58820;
    color: #6c6c6c;
}

.subtle-btn:active {
    background: #fff9f6;
    border: 1px solid #bb5106;
    color: #bb5106;
}

.subtle-btn:focus-visible {
    background: #fff9f6;
    border: 1px solid #ec6608;
}

.subtle-btn-disabled {
    background: #ffffff;
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    pointer-events: none;
    /*cursor: not-allowed;*/
    position: relative;
    overflow: hidden;
    padding: 1.3rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    text-align: center;
}

.primary-disable {
    background: #c9c9c9;
    color: #ffffff;
    pointer-events: none;
}

.secondary-disbale {
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    pointer-events: none;
}

.LinkWrappBorder:before {
    position: absolute;
    content: "";
    background: #cbcdce;
    height: 60px;
    width: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.disabled-linkBtn {
    color: #c9c9c9;
}

.warning-btn {
    background: #f28d25;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 1.1rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 3px solid transparent;
    font-weight: 700;
    text-align: center;
}

.warning-btn:hover {
    background: #ffa548;
}

.warning-btn:focus-visible {
    background: #f37a07;
    box-shadow: 0 0 0px 3px #f37a07;
    border: 3px solid #fff;
}

.warning-btn:active {
    background: #d66d01;
}

.warning-btn-disabled {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 1.4rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 0;
    font-weight: 700;
    text-align: center;
    background: #c9c9c9;
    pointer-events: none;
    /*cursor: not-allowed;*/
}

.danger-btn {
    background: #e71a1a;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 1.1rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 3px solid transparent;
    font-weight: 700;
    text-align: center;
}

.danger-btn:hover {
    background: #ff5050;
}

.danger-btn:focus-visible {
    background: #d70a0a;
    box-shadow: 0 0 0px 3px #d70a0a;
    border: 3px solid #fff;
}

.danger-btn:active {
    background: #ad1010;
}

.danger-btn-disabled {
    background: #cbcdce;
    pointer-events: none;
    position: relative;
    /*cursor: not-allowed;*/
    overflow: hidden;
    padding: 1.4rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 0;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.standard-btn {
    background: #ec6625;
    color: #fff;
    padding: 11px 50px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 3px solid transparent;
    font-weight: 700;
    text-align: center;
}

.link-btn.linkBtnicon:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
}

.linkBtnicon2:before {
    right: -20px;
    top: 3px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzFfMjg0IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuMTQ0NDFlLTA1IDBIMTQuOTUxMlYxNC45NTEySDEuMTQ0NDFlLTA1VjBaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMV8yODQpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjA2NTMxIDguMDY1M0M3LjczOTcgOC4zOTA5MiA3LjIxMTU0IDguMzkwOTIgNi44ODU5MiA4LjA2NTNDNi41NTkyNCA3LjczOTY4IDYuNTU5MjQgNy4yMTE1MyA2Ljg4NTkyIDYuODg1OTVMMTIuMTAyNCAxLjY2OTQ2SDguNzA3NTlDOC4yNDY1OCAxLjY2OTQ2IDcuODcyODQgMS4yOTU3MiA3Ljg3Mjg0IDAuODM0NzExQzcuODcyODQgMC4zNzM2OTcgOC4yNDY1OCAwIDguNzA3NTkgMEgxNC4xMTY1QzE0LjEzNjcgMCAxNC4xNTY4IDAuMDAxMTA1MjYgMTQuMTc2OSAwLjAwMjIxMDUzSDE0LjE4MDNMMTQuMTk2IDAuMDA0NDYwNTNDMTQuMjkyMiAwLjAxMzQyMTEgMTQuMzgxNyAwLjAzODA1MjYgMTQuNDY1NyAwLjA3NjA2NThMMTQuNDY3OSAwLjA3NzE3MTFMMTQuNDc3OSAwLjA4Mjc3NjNMMTQuNDg2OSAwLjA4NjEzMTZMMTQuNDk1OCAwLjA5MTczNjhMMTQuNTA0OCAwLjA5NjE5NzRMMTQuNTEzNyAwLjEwMDY1OEwxNC41MjI3IDAuMTA1MTU4TDE0LjUzMTYgMC4xMTA3NjNMMTQuNTMzOSAwLjExMTg2OEMxNC41NzMgMC4xMzQyNSAxNC42MTExIDAuMTYxMDkyIDE0LjY0NjkgMC4xOTAxODRMMTQuNjU5MiAwLjIwMTM5NUwxNC42NjI2IDAuMjAzNjQ1TDE0LjY3NDkgMC4yMTQ4MTZMMTQuNjc3MSAwLjIxNzA2NkwxNC42OTE2IDAuMjI5MzQyTDE0LjY5MjcgMC4yMzA0ODdMMTQuNzA2MiAwLjI0NTA1M0wxNC43MjA3IDAuMjU4NDc0TDE0LjcyMTkgMC4yNTk1NzlMMTQuNzM0MiAwLjI3M0wxNC43MzY0IDAuMjc1MjExTDE0Ljc0NzYgMC4yODg2NzFMMTQuNzQ5OSAwLjI5MjAyNkwxNC43NTk5IDAuMzA0MzQyQzE0Ljc5MDEgMC4zNDAxNDUgMTQuODE3IDAuMzc4MTk3IDE0LjgzOTQgMC40MTczNTVMMTQuODQwNSAwLjQxOTYwNUwxNC44NDYxIDAuNDI4NTI2TDE0Ljg1MDYgMC40MzYzNDJMMTQuODU1IDAuNDQ2NDQ3TDE0Ljg1OTUgMC40NTQzMDNMMTQuODY1MSAwLjQ2NDMyOUwxNC44Njg0IDAuNDczMjg5TDE0Ljg3NDEgMC40ODMzNTVMMTQuODc1MiAwLjQ4NTYwNUMxNC45MTMyIDAuNTY4MzgyIDE0LjkzNzggMC42NTkwNTMgMTQuOTQ2OCAwLjc1NDE0NUwxNC45NDkgMC43Njk4MTZWMC43NzQyNzZDMTQuOTUwMSAwLjc5NDQ0NyAxNC45NTEyIDAuODE0NTM5IDE0Ljk1MTIgMC44MzQ3MTFWNi4yNDM2N0MxNC45NTEyIDYuNzA0NjQgMTQuNTc3NSA3LjA3ODM4IDE0LjExNjUgNy4wNzgzOEMxMy42NTU1IDcuMDc4MzggMTMuMjgxOCA2LjcwNDY0IDEzLjI4MTggNi4yNDM2N1YyLjg0ODgyTDguMDY1MzEgOC4wNjUzWk0xMy4yODE4IDkuOTM5NTFDMTMuMjgxOCA5LjQ3ODUgMTMuNjU1NSA5LjEwNDc2IDE0LjExNjUgOS4xMDQ3NkMxNC41Nzc1IDkuMTA0NzYgMTQuOTUxMiA5LjQ3ODUgMTQuOTUxMiA5LjkzOTUxVjE0LjExNjVDMTQuOTUxMiAxNC41Nzc1IDE0LjU3NzUgMTQuOTUxMyAxNC4xMTY1IDE0Ljk1MTNIMC44MzQ3MjJDMC4zNzM3MDkgMTQuOTUxMyAxLjE0NDQxZS0wNSAxNC41Nzc1IDEuMTQ0NDFlLTA1IDE0LjExNjVWMC44MzQ3MTFDMS4xNDQ0MWUtMDUgMC4zNzM2OTcgMC4zNzM3MDkgMCAwLjgzNDcyMiAwSDUuMDExNzVDNS40NzI3MiAwIDUuODQ1MzUgMC4zNzM2OTcgNS44NDUzNSAwLjgzNDcxMUM1Ljg0NTM1IDEuMjk1NzIgNS40NzI3MiAxLjY2OTQ2IDUuMDExNzUgMS42Njk0NkgxLjY2ODMzVjEzLjI4MThIMTMuMjgxOFY5LjkzOTUxWiIgZmlsbD0iI0VDNjYyNSIvPgo8L2c+Cjwvc3ZnPgo=);
}

.linkBtnicon1:before {
    left: -25px;
    top: 3px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjQxNDk4IDEzLjE2MjJDMS41MDg0NSAxMi45Mjg2IDEuNTEwNzggMTIuNzE5NSAxLjM5Mzg1IDEyLjYwMjdDMS4yNzU3NiAxMi40ODU5IDEuMDY1MzUgMTIuNDg3MSAwLjgzMDMyMiAxMi41ODI5QzEuMTk2MjkgMTEuNjM2NyAxLjY5MzE4IDEwLjM1MTcgMS44MjE5IDEwLjAxODhDMi4wNDg3NiAxMC4wMTc2IDIuNTUyNjYgMTAuMDE1MyAyLjc0Njg0IDEwLjAxNDFMMi43NTE1MSAxMC4wMTg4TDIuNzMxNTYgMTAuMDM4N0wyLjYzNDU4IDExLjM1NEwzLjk0OTk5IDExLjI1NThMMy45Njg2NyAxMS4yMzZDMy45Njg2NyAxMS40Mjc2IDMuOTY5ODMgMTEuOTE3IDMuOTY5ODMgMTIuMTUxOUMzLjU1NzA3IDEyLjMxNTMgMi4zMjQ2MyAxMi44MDI1IDEuNDE0OTggMTMuMTYyMlpNMS43MDQ4NSA5LjYwMzA4VjkuNjEyNDFMMS42MjA3MSA5LjY5NjM1QzEuNjAyMDQgOS43MTI3OSAxLjU5MDI2IDkuNzMyNzIgMS41ODIyIDkuNzU0ODdMMC4zNjQ5MzQgMTIuODc2MkMwLjM2MTQzMyAxMi44Nzk3IDAuMzU3OTMyIDEyLjg4MDggMC4zNTU1OTggMTIuODgzMUwwLjAxMTgwNzYgMTMuNzY2M0MtMC4wMTI2OTg4IDEzLjgyOTQgMC4wMDEzMDQ4NyAxMy45MDE5IDAuMDUwNDM0NSAxMy45NTA5QzAuMDk4MjgwNCAxMy45OTg4IDAuMTcyMDMzIDE0LjAxMjggMC4yMzM5OTkgMTMuOTg4MkwxLjEwNzQ4IDEzLjY0NzJDMS4xMDk3IDEzLjY0NDggMS4xMTIwMyAxMy42NDEyIDEuMTE0NDggMTMuNjM5TDQuMjM0MDQgMTIuNDA1NEM0LjI1NTE2IDEyLjM5NDggNC4yNzUgMTIuMzgzMSA0LjI5MjUgMTIuMzY1N0w0LjM3NTU5IDEyLjI4MTZINC4zODYwOUwxMS45NjE1IDQuNzEyNjFMOS4zNTUwNyAxLjk1OTQ3TDEuNzA0ODUgOS42MDMwOFoiIGZpbGw9IiNFQzY2MjUiLz4KPG1hc2sgaWQ9Im1hc2swXzFfMTU4NyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iOSIgeT0iMCIgd2lkdGg9IjUiIGhlaWdodD0iNSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS43NzE2NCAwSDE0VjQuMjk2OTVIOS43NzE2NFYwWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzFfMTU4NykiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjY0NzcgMS4zMjY4MUwxMi42NzAyIDAuMzUyNTE2QzEyLjE5OTEgLTAuMTE3MDg1IDExLjQzNDMgLTAuMTE4MjUxIDEwLjk2MzEgMC4zNTI1MTZMOS43NzE2NCAxLjU0Mjk2TDEyLjM3NzMgNC4yOTY5MUwxMy42NDU0IDMuMDI5ODdDMTQuMTE3OCAyLjU2MDM5IDE0LjExNzggMS43OTYyOSAxMy42NDc3IDEuMzI2ODFaIiBmaWxsPSIjRUM2NjI1Ii8+CjwvZz4KPC9zdmc+Cg==);
}

.minimumWidthBtn .buttonOuter {
    display: inline-flex;
    padding: 40px 50px;
    flex-direction: column;
    align-items: center;
}

label.standLabel {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #6c6c6c;
    padding-bottom: 10px;
}

.minimumWidthBtn .buttonOuter:first-child:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 67px;
    background: #cbcdce;
    content: "";
    transform: translateY(-50%);
}

.quiet-btn {
    padding: 7px 30px;
    color: #ec6625;
    background: #ffffff;
    border: 1px solid #ec6625;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    text-align: center;
}

.fullwidthBtn .buttonOuter {
    padding: 40px 30px 30px 30px;
    width: 92%;
}

.fullwidth-btn {
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 1.1rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 3px solid transparent;
    font-weight: 700;
    text-align: center;
    background: #ec6625;
    color: #fff;
}
.plusIcon.primary-btn {
    padding-right: 6.1rem;
}

.plusIcon.primary-btn:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    right: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTEuMjg2IiBjeT0iMTEuMjg2IiByPSIxMC4yODYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xMS4xMTEyIDE1Ljc5MDlWNy40NTg1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8cGF0aCBkPSJNMTUuMjc3NCAxMS42MjQ3SDYuOTQ1MDIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=);
}
/*Checkbox css starts here*/
.group-label {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
    color: #6c6c6c;
    width: 100%;
    margin-bottom: 1.6rem;
}

.grp-label-left {
    display: inline-flex;
}

.checkBoxList input {
    width: auto;
}

.form-group {
    display: block;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 3rem;
}

.form-group input {
    padding: 0;
    height: 0;
    width: 0;
    margin-bottom: 0;
    /*display: none;*/
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    color: #282828;
}
.form-group label a {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: underline;
}
.form-group label.disabled,
.il-radio-group label.disabled {
    color: #c9c9c9;
    cursor: not-allowed;
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #838383;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 1rem;
    border-radius: 3px;
    height: fit-content;
    transition: 0.3s all ease;
}

/*Checkbox unselected hover*/
.form-group input:hover + label::before,
.il-radio-group input + label:hover::before {
    background-color: #eaeaea;
}

/*Checkbox unselected disabled hover*/
.form-group input:disabled + label:hover::before,
.il-radio-group input:disabled + label:hover::before {
    background-color: transparent;
}

/*Checkbox unselected focus*/
.form-group input:focus-visible + label::before {
    border-color: #f58820;
}

/*Checkbox unselected pressed*/
.form-group input:active + label::before {
    border-color: #f58820;
    background-color: #cbcdce;
}

.form-group input:checked + label:before,
.form-group input:indeterminate + label:before {
    background-color: #ec6625;
    border: 2px solid #ec6625;
}

/*Checkbox checked hover*/
/*.form-group input:checked:hover+label:before, .form-group input:indeterminate:hover+label:before
{
  background-color: #FFF2EB;
  border-color: #FFF2EB;
}*/

/*Checkbox checked pressed*/
.form-group input:checked:active + label:before,
.form-group input:indeterminate:active + label:before {
    background-color: #fff;
    border-color: #fff2eb;
}

/*Checkbox checked focus*/
.form-group input:checked:focus-visible + label:before,
.form-group input:indeterminate:focus-visible + label:before {
    background: #ec6625;
    box-shadow: 0 0 0px 2px #ec6625;
    border: 2px solid #fff;
}

/*Checkbox checked disabled focus*/
.form-group input:checked:disabled:focus-visible + label:before,
.form-group input:indeterminate:disabled:focus-visible + label:before {
    box-shadow: none;
}

/*Checkbox checked disabled*/
.form-group input:checked:disabled + label:before,
.form-group input:indeterminate:disabled + label:before,
.form-group input:checked:disabled:hover + label:before,
.form-group input:indeterminate:disabled:hover + label:before {
    background-color: #ffbb8b;
    border-color: #ffbb8b;
    cursor: not-allowed;
}

.form-group input:checked + label:after,
.form-group input:indeterminate + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    .transition: 0.3s all ease;
}

.form-group input:indeterminate + label:after {
    border-width: 0 0 0 2px;
    top: 8px;
    transform: rotate(90deg);
}

/*Checkbox checked hover & pressed tickmark color*/
/*.form-group input:checked:hover+label:after, .form-group input:indeterminate:hover+label:after, */
.form-group input:checked:active + label:after,
.form-group input:indeterminate:active + label:after {
    border-color: #ec6608;
}

/*Checkbox checked disabled hover tickmark color*/
.form-group input:checked:disabled:hover + label:after,
.form-group input:indeterminate:disabled:hover + label:after,
.form-group input:checked:disabled:focus + label:after,
.form-group input:indeterminate:disabled:focus + label:after {
    border-color: #fff;
    cursor: not-allowed;
}
.form-group label.sm-chekbox,
.il-radio-group label.sm-chekbox {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.form-group label.md-checkbox,
.il-radio-group label.md-checkbox {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 600;
}

.form-group label.sm-chekbox:before,
.il-radio-group label.sm-chekbox:before {
    padding: 6px;
    top: 0;
}

.form-group label.md-checkbox:before,
.il-radio-group label.md-checkbox:before {
    padding: 7px;
    top: 0;
}

.form-group input:checked + label.md-checkbox:after {
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
}

.form-group input:checked + label.sm-chekbox:after {
    top: 2px;
    left: 5px;
    width: 3px;
    height: 8px;
}
.section-content h2 {
    padding-bottom: 2rem;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    color: #2d2d2d;
}
.bg-blue a,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue p,
.bg-blue span,
.bg-orange-gradient a,
.bg-orange-gradient h1,
.bg-orange-gradient h2,
.bg-orange-gradient h3,
.bg-orange-gradient h4,
.bg-orange-gradient h5,
.bg-orange-gradient h6,
.bg-orange-gradient p,
.bg-orange-gradient span {
    color: #fff;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.ui-card-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0rem 0 0;
}
.bf_customer_love_us .ui-card-wrap {
    padding-top: 0;
}
.ui-card-wrap .card-block {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 24px;
    vertical-align: top;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-right: 2rem;
}
.ui-card-wrap .card-block:last-child {
    margin-right: 0;
}
.flexclass {
    display: flex;
}
.flexclass .img_section {
    padding: 18px 22px 0px 0px;
}
.bf_customer_love_us .img_section {
    padding-top: 0;
}
.flexclass .content_section {
    text-align: left;
}
.ui-card-wrap .card-block h3 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #f26624;
    text-align: left;
    padding-bottom: 5px;
    display: inline-block;
    margin: 0px !important;
}
.bf_customer_love_us p {
    margin: 0;
}
.ui-card-wrap p {
    font-size: 1.4rem;
    position: relative;
    text-align: left;
    line-height: 2rem;
    font-weight: 400;
}
.ui-card-wrap .card-block p span {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #282828;
    padding: 0 0.6rem;
    position: relative;
}
.ui-card-wrap .card-block p span:first-child {
    padding-left: 0;
}
.ui-card-wrap .card-block p span:after {
    content: "";
    background: #6c6c6c;
    display: inline-block;
    height: 0.3rem;
    width: 0.3rem;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 100%;
    right: auto;
}
.ui-card-wrap .card-block p span:last-child:after {
    display: none;
}
sup {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    top: -8px;
}
.content_section span sup {
    font-size: 10px;
}
@media (min-width: 768px) {
    .container {
        width: 758px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 1014px;
    }
}
@media (min-width: 1360px) {
    .container {
        width: 1330px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    /*padding-left: 10px;
    padding-right: 10px;*/
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}
p {
    font-size: 1.6rem;
    line-height: 24px;
    /* margin: 0 0 20px; */
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.pad-top2 {
    padding-top: 2px;
}
.what_is_portability h2 {
    text-align: left;
}
.what_is_portability .row {
    display: flex;
    align-items: center;
}
.common-insurance-blocks {
    width: 100%;
    display: inline-block;
    position: relative;
}
.pad-block2 {
    padding: 5rem 0 0 2rem;
}
.img-section-h {
    padding-bottom: 2rem;
}
.common-insurance-blocks h3 {
    margin: 0 0 10px;
    font-size: 1.7rem;
    color: #282828;
    font-weight: 700;
}
.view-more-content .paraHide {
    display: block;
}
a.vMore,
a.rMore {
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 700;
    color: #fe6625;
    text-decoration: underline;
    text-align: center !important;
    margin: 3rem 0;
}
a.vMore:after,
a.rMore:after {
    content: "";
    border: solid #fe6625;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 0.7rem;
    vertical-align: baseline;
}
a.vMore.vLess:after,
a.rMore.rLess:after {
    transform: rotate(-135deg);
    vertical-align: middle;
}
.view-more-content a.vMore,
.view-more-content a.rMore {
    display: none;
}
.pad-top5 {
    padding-top: 5rem;
}
.right-policy-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.right-policy-holder {
    background: #00305b;
    /*border: 1px solid #065e9e;*/
    border-radius: 15px;
    padding: 3rem 3rem 3rem 2rem;
    /*width: 32%;*/
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}
.num-holder {
    font-weight: 700;
    font-size: 45px;
    line-height: 47px;
    color: #f26624;
    padding-right: 2rem;
}
.port-ins-head {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding-bottom: 1rem;
    padding-right: 2.4rem;
}
.port-ins-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.bg-blue {
    background-color: #00305a;
}
.req_docs_parent {
    display: flex;
    justify-content: space-between;
}
.req_docs_block {
    padding: 2rem;
    background: #e1f4fd;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: 32%;
}
.req_docs_block p {
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding-left: 5rem;
}
.bg-orange-gradient {
    background: linear-gradient(135deg, #f58820 0%, #b02a30 100%);
}
.pad-top10 {
    padding-top: 1rem;
}
.cashless_hosp {
    padding-bottom: 0;
    padding-top: 8rem;
}
.cashless_hosp img {
    position: relative;
    bottom: -10px;
}
.pad-block1 {
    padding: 5rem 1.5rem 0 5rem;
}
.common-insurance-blocks em {
    font-size: 4.5rem;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 40px;
    color: #f4824c;
    font-weight: 700;
}
.consider-porting .paraHide{
    display: flex;
    justify-content: center;
}
.when-port-polc-holder {
    border-radius: 20px;
    background: #004a80;
    padding: 3rem 3rem 4rem;
    /*width: 30%;*/
    margin: 0 0 2.6rem 2.6rem;
    /*min-height: 297px;*/
    width: 30%;
}
.when-port-polc-holder:nth-child(1),
.when-port-polc-holder:nth-child(5) {
    margin-left: 0;
}
.bg-lightblue {
    background: #e1f4fd;
}
.h2sub_heading {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.pad-top20 {
    padding-top: 2rem;
}
p a.p_hyperlink, .p_hyperlink {
    font-size: inherit;
    font-weight: 700;
    color: #ec6625;
    text-decoration: underline;
    line-height: inherit;
}
.cashless_hosp .p_hyperlink{
    color: #fff !important;
}
.bg-lightgray {
    background: #f8f6f6;
}
.faq-section {
    width: 65%;
    margin: 30px auto 0;
}
.tab-contents .il-accordion-card {
    cursor: pointer;
    border-top: solid 1px #eaeaea;
    padding: 0;
}
.tab-contents .il-accordion-title {
    position: relative;
    cursor: pointer;
    padding: 1px 0;
}
.tab-contents .il-accordion-title h3 {
    font-size: 18px;
    font-weight: 700;
    width: 97%;
    color: #282828;
    line-height: 30px;
    padding: 15px 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
.tab-contents .il-accordion-title::after {
    width: 100%;
    height: 8px;
    position: absolute;
    content: " ";
    top: 28px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTE2Ij8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAxMCA3Ij4NCiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICA8ZyBmaWxsPSIjNDA0MDQwIj4NCiAgICAgIDxnPg0KICAgICAgICA8Zz4NCiAgICAgICAgICA8Zz4NCiAgICAgICAgICAgIDxwYXRoIGQ9Ik02NzggOC4xMDhMNjgxLjg5OCAxMi4wMjIgNjgzLjAwMyAxMy4xMjggNjg0LjEwNiAxMi4wMjEgNjg4IDguMTA4IDY4Ny45NTcgOC4wNjYgNjg2Ljg5NCA3LjAwMSA2ODMuMDAzIDEwLjkxMSA2NzkuMTA0IDd6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM1MiAtMTI5NCkgdHJhbnNsYXRlKDY3NCA4NDMpIHRyYW5zbGF0ZSgwIDM5MykgdHJhbnNsYXRlKDAgNTEpIiAvPg0KICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: 2em auto, 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
}
.tab-contents .il-accordion-title.active::after {
    top: 34px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTE2Ij8+DQo8c3ZnIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDEwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBkPSJNMTYgOC4xOTIgOS43NjMgMS44MDUgNy45OTUgMCA2LjIzIDEuODA2IDAgOC4xOTJsLjA2OS4wNjggMS43IDEuNzM4IDYuMjI2LTYuMzhMMTQuMjM0IDEweiIgZmlsbD0iIzQwNDA0MCIgZmlsbC1ydWxlPSJldmVub2RkIiAvPg0KPC9zdmc+);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: 2em auto, 100%;
    transition: all 0.2s ease-in-out;
}
.tab-contents .il-accordion-panel {
    display: none;
    padding: 0 0 20px 0px;
    margin-bottom: -2px;
    cursor: default;
    transition: none;
}
.tab-contents .il-accordion-panel span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.accordian-lists {
    position: relative;
}
.accordian-lists ul {
    padding-left: 20px;
    margin-top: 20px;
}
.accordian-lists ul li {
    padding-bottom: 3px;
    padding-top: 10px;
}
.breadcrumb-main-block {
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid #ece9e9;
    background: #fff;
}
ul.breadcrumbs {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
ul.breadcrumbs li {
    display: inline-block;
}
ul.breadcrumbs li a {
    color: #282828;
    padding-right: 1.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.4rem;
}
ul.breadcrumbs li a:after {
    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);
    content: "";
    margin-top: 6px;
    margin-left: 10px;
}
ul.breadcrumbs li:last-child a:after {
    display: none;
}
ul.breadcrumbs li.active a {
    color: #6c6c6c;
    opacity: 0.8;
}
.pull-right {
    float: right !important;
}
.link {
    font-size: 14px;
    font-weight: 700;
    color: #f26624 !important;
    text-decoration: underline !important;
    cursor: pointer;
}
ul.breadcrumbs li a {
    color: #282828;
    padding-right: 1.5rem;
    text-decoration: none;
    font-weight: 600;
}
.bf_customer_love_us h2 {
    padding-top: 2rem;
    padding-bottom: 6rem;
}
.docs-required h2 {
    padding-bottom: 5rem;
}
.tableWrapp {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    /* margin-top: 5rem; */
}
.tableWrapp tr:nth-child(odd) {
    background-color: #f5f6f6;
}
.tableWrapp td, .tableWrapp th {
    border-right: 1px solid #ddd;
    /*border-left: 1px solid #ddd;*/
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
}
.tableWrapp th {
    text-align: left;
    background-color: #dddccb;
    font-size: 1.5rem;
    color: #000;
    padding: 1.5rem 2rem;
    border-right: 1px solid #ece9e9;
    font-weight: 700;
}
.tableWrapp td:first-child {
    text-align: left;
}
.tableWrapp td:last-child {
    border: none;
}
.products-code-block{
    padding: 5rem 0;
}
.table_wrapper.pro-code-wrap{
    border: 1px solid #ddd;
    width: 70%;
    border-radius: 10px;
    margin: 0 auto;
}
.super-class{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
.cashlessH2 span{
    text-decoration: line-through;
}
.cashlessH2 sup{
    color: inherit;
    font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
    .when-port-polc-holder {
        /*min-height: 490px;*/
    }
    .twoCardouter {
        flex-direction: column;
    }
    .banner-content {
        width: 100%;
    }
    .portabilitylanding-wrap .bannerFormblock {
        max-width: fit-content;
        margin-top: 0;
        margin-bottom: 4rem;
    }
    .portabilitylanding-wrap ul {
        margin-bottom: 3rem;
    }
    .req_docs_block p {
        padding-left: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .befit_faq{
        padding-top: 2rem;
    }
    .table_wrapper.pro-code-wrap {
        width: 100%;
        overflow: auto;
    }
    .what_is_portability h2 br{
        display: none;
    }
    .port-popup-sec {
        top: auto;
        transform: none;
        left: auto;
        height: 100%;
        border-radius: 0;
    }
    .thanks_popup_content {
        padding-top: 7rem;
    }
    .thanks-ok-btn {
        width: 100%;
    }
    .portabilitylanding-wrap::before {
        /* background: #fff1ea; */
        height: 59px;
        width: 100%;
        display: inline-block;
        content: "";
        bottom: -20px;
        z-index: -1;
        position: absolute;
        background-image: url(http://echannel.insurancearticlez.com/docs/default-source/assets/health/portability-landing/images/pink_bg_rectangle_mob.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .mob-heading {
        display: block;
        color: #282828;
        font-size: 2rem !important;
        font-weight: 900 !important;
        line-height: normal !important;
        text-align: left !important;
        padding-right: 2.5rem;
        padding-bottom: 2rem;
    }
    .section-content {
        padding: 2rem 0 2rem 0;
    }
    .desk-heading {
        display: none;
    }
    .portabilitylanding-wrap ul {
        margin-top: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 0;
    }
    .portabilitylanding-wrap ul li {
        min-width: 243px;
        width: 100%;
        padding: 1.5rem 2rem;
        border-radius: 10px;
        border: 1px solid #fff3f3;
        background: linear-gradient(42deg, #fff3f3 0%, #fff2eb 14.69%, #fffef3 100%);
    }
    .portabilitylanding-wrap ul li:last-child {
        margin-right: 0;
    }
    .portabilitylanding-wrap .bannerFormblock {
        padding: 3rem 2rem;
        margin-bottom: 4rem;
        margin-top: 2rem;
    }
    .section-content h2 {
        text-align: left;
        font-size: 2.4rem;
        line-height: normal;
    }
    .bf_customer_love_us h2 {
        padding: 3rem 4.5rem 2rem 0;
        font-size: 2.4rem;
        line-height: normal;
    }
    .bf_customer_love_us .ui-card-wrap {
        padding-top: 0;
        flex-direction: column;
    }
    .bf_customer_love_us .ui-card-wrap .card-block {
        width: 100%;
        margin: 0 0 15px;
        padding: 2rem 2.5rem;
    }
    .bf_customer_love_us .ui-card-wrap .card-block:last-child {
        margin-bottom: 0;
    }
    .what_is_portability .row {
        flex-direction: column-reverse;
    }
    .pad-top-4-mob {
        padding: 3rem 0;
    }
    .right-policy-holder {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .req_docs_block {
        width: 100%;
        margin-bottom: 1rem;
        padding-bottom: 2rem;
    }
    .right-policy-container,
    .req_docs_parent {
        flex-direction: column;
    }
    .pad-block2 {
        padding-top: 3rem;
    }
    .view-more-content .paraHide {
        display: none;
    }
    .view-more-content a.vMore,
    .view-more-content a.rMore {
        display: block;
    }
    .step-by-step-guide h2 {
        padding-top: 2rem;
        padding-bottom: 0;
    }
    .pad-top5 {
        padding-top: 0;
    }
    .num-holder {
        font-size: 2.4rem;
        line-height: normal;
    }
    .docs-required h2 {
        padding: 2rem 0;
    }
    .docs_img_holder,
    .req_docs_block p {
        width: 50%;
    }
    .req_docs_block p {
        padding-left: 0;
    }
    .cashless_hosp .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .cashless_hosp img {
        bottom: -26px;
    }
    .cashless_hosp h2,
    .rules-set h2 {
        padding-top: 3rem;
    }
    .cashless_hosp .pad-top-4-mob {
        padding-top: 1rem;
        padding-bottom: 0;
    }
    .pad-block1 {
        padding: 2rem 0 0 3rem;
    }
    .common-insurance-blocks em {
        font-size: 2.4rem;
        top: 18px;
    }
    .rules-set h2 {
        padding-bottom: 0;
    }
    .consider-porting h2 {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .consider-porting .mob-text-left {
        text-align: left;
        padding-bottom: 3rem;
    }
    .when-port-polc-holder {
        margin: 0 0 1rem;
        width: 100%;
        min-height: auto;
    }
    .know-more-abt h2 {
        padding-bottom: 0;
        padding-top: 2rem;
    }
    .h2sub_heading {
        padding-top: 2rem;
    }
    .pad-top20 {
        padding-top: 1rem;
    }
    .faq-section {
        width: 100%;
    }
    .breadcrumb-main-block {
        margin: 3rem 0 2rem;
        padding: 0;
    }
    ul.breadcrumbs {
        padding: 1.5rem 0 0;
    }
    ul.breadcrumbs .disclaimer {
        float: left !important;
    }
    .tab-contents .il-accordion-title h3{
        width: 90%;
    }
}

.pageLoader {
    display: none;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000000;
    background: #ffffff;
    transition: all 0.1s ease;
}
.loaderInner {
    width: 300px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*    flex-direction: column;
    */
    grid-row-gap: 15px;
    row-gap: 15px;
}
.loaderDot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
    background: #303131;
    animation: wave 1s linear infinite;
}
.loaderDot:nth-child(1) {
    background: #ec6625;
}
.loaderDot:nth-child(2) {
    animation-delay: 0.15s;
    background: #004a80;
}
.loaderDot:nth-child(3) {
    animation-delay: 0.3s;
    background: #ec6625;
}
@keyframes wave {
    0%,
    30%,
    60%,
    to {
        transform: initial;
        -webkit-transform: initial;
        opacity: 0.25;
    }
    30% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        opacity: 1;
    }
}
