html {
    -webkit-text-size-adjust: 100%;
}
* {
    box-sizing: border-box;
}
:where(.wp-site-blocks :focus) {
  outline-width: 0;
  outline-style: solid;
}
#ouibounce-modal #errPopTncCheck {
  margin: -12px 0 -3px !important;
}
:root :where(.is-layout-constrained) > *{
	margin-block-start: 0;
}
:root {
  --wp--preset--aspect-ratio--square: unset;
  --wp--preset--aspect-ratio--4-3: unset;
  --wp--preset--aspect-ratio--3-4: unset;
  --wp--preset--aspect-ratio--3-2: unset;
  --wp--preset--aspect-ratio--2-3: unset;
  --wp--preset--aspect-ratio--16-9: unset;
  --wp--preset--aspect-ratio--9-16: unset;
  --wp--preset--color--black: unset;
  --wp--preset--color--cyan-bluish-gray: unset;
  --wp--preset--color--white: unset;
  --wp--preset--color--pale-pink: unset;
  --wp--preset--color--vivid-red: unset;
  --wp--preset--color--luminous-vivid-orange: unset;
  --wp--preset--color--luminous-vivid-amber: unset;
  --wp--preset--color--light-green-cyan: unset;
  --wp--preset--color--vivid-green-cyan: unset;
  --wp--preset--color--pale-cyan-blue: unset;
  --wp--preset--color--vivid-cyan-blue: unset;
  --wp--preset--color--vivid-purple: unset;
  --wp--preset--color--base: unset;
  --wp--preset--color--base-2: unset;
  --wp--preset--color--contrast: unset;
  --wp--preset--color--contrast-2: unset;
  --wp--preset--color--contrast-3: unset;
  --wp--preset--color--accent: unset;
  --wp--preset--color--accent-2: unset;
  --wp--preset--color--accent-3: unset;
  --wp--preset--color--accent-4: unset;
  --wp--preset--color--accent-5: unset;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: unset;
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: unset;
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: unset;
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: unset;
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: unset;
  --wp--preset--gradient--cool-to-warm-spectrum: unset;
  --wp--preset--gradient--blush-light-purple: unset;
  --wp--preset--gradient--blush-bordeaux: unset;
  --wp--preset--gradient--luminous-dusk: unset;
  --wp--preset--gradient--pale-ocean: unset;
  --wp--preset--gradient--electric-grass: unset;
  --wp--preset--gradient--midnight: unset;
  --wp--preset--font-size--small: unset;
  --wp--preset--font-size--medium: unset;
  --wp--preset--font-size--large: unset;
  --wp--preset--font-size--x-large: unset;
  --wp--preset--font-size--xx-large: unset;
  --wp--preset--font-size--normal: unset;
  --wp--preset--font-size--huge: unset;
  --wp--preset--font-family--body: unset;
  --wp--preset--font-family--heading: unset;
  --wp--preset--font-family--system-sans-serif: unset;
  --wp--preset--font-family--system-serif: unset;
  --wp--preset--spacing--20: unset;
  --wp--preset--spacing--30: unset;
  --wp--preset--spacing--40: unset;
  --wp--preset--spacing--50: unset;
  --wp--preset--spacing--60: unset;
  --wp--preset--spacing--70: unset;
  --wp--preset--spacing--80: unset;
  --wp--preset--spacing--10: unset;
  --wp--preset--shadow--natural: unset;
  --wp--preset--shadow--deep: unset;
  --wp--preset--shadow--sharp: unset;
  --wp--preset--shadow--outlined: unset;
  --wp--preset--shadow--crisp: unset;
  --wp-admin-theme-color: unset;
  --wp-admin-theme-color--rgb: unset;
  --wp-admin-theme-color-darker-10: unset;
  --wp-admin-theme-color-darker-10--rgb: unset;
  --wp-admin-theme-color-darker-20: unset;
  --wp-admin-theme-color-darker-20--rgb: unset;
  --wp-admin-border-width-focus: unset;
  --wp-block-synced-color: unset;
  --wp-block-synced-color--rgb: unset;
  --wp-bound-block-color: unset;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
  }
  .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none;
  }
  
  .slider-rove6 .slick-dots li:nth-child(4) {
    display: none;
  }
  .has-global-padding {
    padding: 0;
  }
body,
html {
    margin: 0;
    padding: 0;
}
body {
    line-height: 1.2;
    color: #0d0d0f;
    font-family: Lato, sans-serif;
}
header {
    height: auto;
    position:fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 1px 3px #00000029;
}
header > div {
    display: flex;
    align-items: center;
}
header .logo {
    text-align: center;
}
header .logo img {
    position: relative;
}
header .logo p {
    margin: 0;
    color: #0052a2;
    font-family: proxima-nova,Lato,sans-serif;
}
header .logo p sup {
    position: absolute;
}
.phoneNumber {
    margin-left: auto;
}
.phoneNumber div {
    text-align: center;
}
.bluebanner p,
.phoneNumber p {
    color: #0d0d0f;
    font-family: lato;
    text-align: center;
    margin-bottom: 4px;
    margin-top: 0;
    font-weight: 900;
}
.bluebanner p {
    color: #fff;
}
.bluebanner p span,
.phoneNumber p span {
    font-weight: 900;
}
.bluebanner .tel span,
.phoneNumber .tel span {
    font-weight: 400;
    position: relative;
}
.phoneNumber .tel,
.phoneNumber a {
    color: #eb5e00;
    font-weight: 900;
    text-decoration: none;
}
.bluebanner .tel,
.bluebanner a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 34px;
}
#container {
    margin-top: 8.78vw;
}
.mostImportant {
    clear: both;
}
#try_para_span{
    font-weight: normal;
    display: inline-block;
}

.mostImportant h2 {
    text-align: center;
}
.mostImportant h2 span {
    color: #0952a2;
    display: inline-block;
}
.italic-text span {
    color: #0052a2 !important;
}
.prod_detail {
    cursor: pointer;
}
.compareBtn {
    color: #004a8d;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    display: block;
    visibility: hidden;
}
.compareBtn:hover {
    text-decoration: underline;
}
.compareBtn::after,
.learnMore::after {
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
}
hr {
    color: #84acd4;
    border: 1px solid #84acd4;
    margin: 80px 0;
}
.listOfSystems > div {
    display: flex;
}
.productDetails,
.productImg {
    width: 50%;
}
.productDetails h2 {
    font-weight: 700;
}
.productDetails h2 span {
    display: block;
    font-style: italic;
}
.productDetails h5 {
    font-weight: 700;
    color: #333;
}
.productDetails p.productDescription {
    color: #333;
}
.productDetails p.productDescription span {
    font-weight: 700;
}
.productDetails p.productDescription span.hiddenContent {
    font-weight: 400;
}
.productDetails p.productDescription span span {
    font-weight: 700;
}
.g3Spec {
    background: url(images/inogen_new_G3_Specs_medicare.jpg);
}
.all_badges_icon {
    background: url(/wp-content/uploads/2025/08/all_badges_icon.png);
    background-repeat: repeat;
    width: 545px;
    background-repeat: no-repeat;
    margin-left: 30px;
    height: 640px;
    float: left;
}
.productImg {
    background-repeat: no-repeat;
}
.btn {
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.orange {
    background: #eb5e00;
    color: #fff;
    text-transform: uppercase;
}
.white {
    background: #fff;
    color: #ee5e00;
}
.compareSection h2 {
    text-align: center;
    color: #333;
    font-weight: 700;
}
.compareSection h3 {
    text-align: center;
    margin: 0 auto;
    color: #333;
}
.compareSection .btnSection,
.shoppingSection .btnSection {
    text-align: center;
}
.experience-before .mostImportant {
    margin-top: 0;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.inogen_try {
    background: #f4f4f4;
    max-width: 1920px;
    margin: 30px auto 0;
}
.icons {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.inogen_try {
    clear: both;
}
.img_blw_txt ul li::before {
    content: "";
    width: 8px;
    height: 13px;
    border: solid #00549f;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 4px 4px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 10px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
#container {
    clear: both;
}
.ded_txt h2 span {
    color: #0052a0;
}
.btn.white {
    background: #eb5e00;
    color: #fff;
    text-transform: uppercase;
}
.try_para span {
    font-weight: 900;
}
.try_para span a {
    text-decoration: none;
    color: #000;
}
_:-ms-lang(x) {
    width: 13px;
}
_:-ms-lang(x) {
    background-color: #fff;
    overflow-y: hidden;
}
.nrml_img {
display: none;
}
.summer_fg {
display: block !important;
}
#errLovedOne {
  position: unset !important;
}
.form-group label.error{
position: absolute !important;
}
.error-msg {
    display: block;
}
#errLovedOnePop {
  position: unset !important;
}

.form-control:focus {
  border: 1px solid #00a0d2;
  box-shadow: 0 0 0 1px #00A0D2 !important;
}
#ouibounce-modal form {
  width: 95%;
}
.inogen_text, .inogen_subtext, .italic h2, .ded_txt h2, .inogen_text {
  font-weight: 900 !important;
}
.btn_section.m-dis {
    display: block !important;
    }
   .disclmr_rove6 p {
    margin-top: 0px !important;
  }   
@media screen and (max-width: 375px) {
.gproduct_detls p {
width: 290px !important;
}
.carousel_section .slider-g3 .slick-prev.slick-arrow {
left: 10px !important;
}
.carousel_section .slider-g3 .slick-next.slick-arrow {
right: 10px !important;
}
#footer_content {
width: 295px !important;
}
}
@media screen and (min-width: 375px) and (max-device-width: 767px) {
   .slider-rove6 .slick-dots {
		  top: 210px !important;
	}
}
@media screen and (min-width: 768px) {
	#ouibounce-modal .checkbox-form.term_chkbx{	
		margin-top: -8px;
	}
.progressbar {
  width: 24vw !important;
}
.desktopDisplay {
    display: block !important;
}
.formSection .bluebg p {
    padding-left: 32px !important;
}

.formSection .bluebg p#form_blue_txt {
    text-align: left;
padding-left: 39px;
}
.leftImg .bluebg p#pop_info_txt {
    padding: 9px 40px;
    line-height: 22px;
}
#formSection {
    top: 6.56vw;
right: 8px;
}
.formImgs img:first-child {
   top: -6.4vw;
left: -11vw;
height: 15.5vw;
position: absolute;
}
.inogen_magazine,
.formImgs img:last-child {
  position: absolute;
  top: -4vw;
  left: -7.5vw;
  transform: rotate(-21deg);
  width: 9.3vw;
}
    .heronewsec {
        position: relative;
    }
    input[type="radio"] {
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        width: auto;
    }
    .mob_close {
        display: none;
    }
    .try_title {
        padding-bottom: 0;
        margin-bottom: 15px;
        font-weight: 900;
    }
    .try_para {
        margin: 0;
        padding: 0 0;
    }
    .container-fluid {
        padding-top: 20px;
    }
    .italic {
        padding-bottom: 5px;
    }
    .mob_dis {
        display: none !important;
    }
    .all_badges_icon {
        background: url(/wp-content/uploads/2025/08/all_badges_icon_new_aglobal.jpg);
        background-repeat: repeat;
        background-size: auto;
        background-repeat: repeat;
        width: 42.969vw;
        background-repeat: no-repeat;
        margin-left: 5.208vw;
        height: 52.083vw;
        float: left;
        background-size: 100% auto;
        margin-top: 30px;
    }
    .right_icon_sec {
        width: 50%;
        float: left;
    }
    .img_blw_txt ul li::before {
        top: 6px;
        width: 7px;
        height: 12px;
    }
    .right_sec .medicare_img {
        width: 28.25vw;
        margin: 0 10.021vw;
    }
    .img_blw_txt li {
        list-style: none;
    }
    .orange_tel a {
        color: #eb5e00;
        text-decoration: none;
        font-size: calc(32px + (56 - 32) * ((100vw - 768px) / (1366 - 768)));
        font-weight: 900;
    }
    .tel.orange_tel {
        text-align: center;
    }
    .icons {
        min-height: 8.12vw;
        margin-bottom: 2.19vw;
    }
    .powerful {
        height: 5.49vw;
    }
    .left_sec h4 {
        font-size: calc(14px + (24 - 14) * ((100vw - 768px) / (1366 - 768)));
        margin-bottom: 5px;
      font-weight: 900;
}
    ::placeholder {
        color: #333 !important;
        font-size: calc(12px + (19 - 12) * ((100vw - 768px) / (1366 - 768)));
    }
    .inogen_try {
        position: relative;
        padding: 0.39vw 0 4.39vw;
        margin: 60px auto 0;
        top: 30px;
    }
    .icons_img img {
        height: 3vw;
    }
    .icons_img::before {
        content: "";
        height: 3.66vw;
        width: 1px;
        background: #707070;
        position: absolute;
        right: 0;
        top: 0.95vw;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .img_grid {
        margin-left: -15px;
    }
    .img-fluid {
        width: 100%;
        margin-top: 0;
    }
    #product_1 .productDetails h5 br {
        display: none;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .about_para h3 {
        font-size: calc(18px + (32 - 18) * ((100vw - 768px) / (1366 - 768)));
        font-weight: 900;
        color: #333;
        margin: 0;
    }
    .about_para p {
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
        color: #333;
        line-height: 2.4vw;
    }
    .orange_btn:hover,
    .request:hover {
        background: #d25604;
    }
    .callMobText {
        line-height: 2vw !important;
    }
    .nocost .productDetails {
        margin-left: 11px !important;
    }
    .request:hover {
        background: #d25604;
        border-color: #d25604;
        color: #fff;
    }
    .btn.white:hover {
        background: #d25604;
        border-color: #d25604;
        color: #fff;
    }
    .btn.white {
        border: 0.36vw solid #ee5e00;
    }
    .experience-before {
        padding: 0.732vw 0 3.66vw;
    }
    .footer_prod {
        display: none;
    }
    .bluebanner,
    .compareSection,
    .shoppingSection,
    footer {
        margin: 0 auto;
        width: 100%;
    }
    .hero-img-mobile,
    .mobileDisplay,
    .product_img,
    a.seemore {
        display: none;
    }

    .mostImportant,
    header > div {
        width: 100%;
        margin: 0 auto;
    }
    .globalText ul {
        margin: 0;
        padding: 5px 0 0 4.464vw;
    }
    .headerdiv {
        height: 8.78vw;
    }
    header .logo {
        width: 23.98vw;
        padding: 1.02vw 0 1.24vw 1.75vw;
    }
    header .logo img {
        width: 14.34vw;
    }
    header .logo p {
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1366 - 768)));
    }
    .phoneNumber {
        padding: 0.87vw 1.29vw 0.87vw;
        width: 49.23vw;
    }
    .phoneNumber p {
        font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1366 - 768)));
        margin-bottom: 0.805vw;
        line-height: 1.757vw;
    }
    .bluebanner p {
        font-size: calc(13px + (23 - 13) * ((100vw - 768px) / (1366 - 768)));
        margin-bottom: 0.805vw;
        line-height: 1.757vw;
    }
    .bluebanner p:nth-child(2) {
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1366 - 768)));
        margin-bottom: 0.805vw;
        line-height: 1.757vw;
    }
    .bluebanner .tel, .bluebanner a {
        font-size: calc(19px + (34 - 19) * ((100vw - 768px) / (1366 - 768)));
      }
    .bluebanner a,
    .phoneNumber a {
        font-size: calc(17px + (30 - 17) * ((100vw - 768px) / (1366 - 768)));
    }
    .bluebanner .tel span,
    .phoneNumber .tel span {
        font-size: calc(12px + (22 - 12) * ((100vw - 768px) / (1366 - 768)));
        top: -0.36vw;
    }
    .mostImportant {
        max-width: 100%;
        margin-top: 33.26vw;
    }
    .mostImportant h2 {
        font-size: calc(26px + (48 - 26) * ((100vw - 768px) / (1366 - 768)));
        margin: 4.39vw 0 1.83vw;
    }
    .mostImportant > p {
        font-size: calc(13px + (20 - 13) * ((100vw - 768px) / (1366 - 768)));
        max-width: 74.67vw;
        margin: 0 auto 2.48vw;
        line-height: 2.4vw;
    }
    .compareBtn {
        font-size: calc(13px + (24 - 13) * ((100vw - 768px) / (1366 - 768)));
        margin: 2.66vw auto;
    }
    .compareBtn::after {
        border-top: 0.58vw solid transparent;
        border-bottom: 0.58vw solid transparent;
        border-left: 0.58vw solid #004a8d;
        margin-left: 1.46vw;
    }
    .listOfSystems {
        margin: 0 auto;
        margin-bottom: -5px;
        margin-top: 30px;
    }
    hr {
        max-width: 100%;
    }
    .listOfSystems > div {
        max-width: 100%;
        margin: 0 auto 0;
    }
    .nocost .productDetails {
        margin-left: 11px;
    }
    .productImg {
        width: 50%;
    }
    .productDetails h2 {
        font-size: calc(18px + (32 - 18) * ((100vw - 768px) / (1366 - 768)));
        margin: 3.66vw 0 0;
        line-height: 3.953vw;
    }
    .productDetails h2 sup {
        font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1366 - 768)));
        position: relative;
        top: 0;
    }
    .productDetails h2 span {
        font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1366 - 768)));
    }
    .productDetails h5 {
        font-size: calc(14px + (24 - 14) * ((100vw - 768px) / (1366 - 768)));
        line-height: 2.343vw;
        margin: 1.46vw 0;
    }
    .productDetails p.productDescription {
        font-size: calc(14px + (20 - 14) * ((100vw - 768px) / (1366 - 768)));
        line-height: 2.4vw;
        width: 95%;
    }
    .productDetails p.productDescription sup {
        font-size: 12px;
        line-height: 8px;
    }
    .productDetails ul {
        font-size: calc(14px + (20 - 14) * ((100vw - 768px) / (1366 - 768)));
        margin: 2.92vw 4.39vw 2.04vw;
        padding-left: 2.92vw;
        line-height: 2.05vw;
    }
    .productDetails ul li {
        padding-bottom: 1.32vw;
    }
    .listOfSystems .btnSection {
        margin-left: 5.27vw;
    }
    .btn {
        border: 0.36vw solid #ee5e00;
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1366 - 768)));
        padding: 0.73vw 0;
        width: 19.32vw;
        margin: 0 0.73vw;
    }
.g3Spec_txt {
    position: absolute;
    top: 31.188vw;
    right: 4.302vw;
    color: #00549e;
    text-align: center;
    line-height: 0.651vw;
    font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1366 - 768)));
    font-weight: 700;
}
    .g3Spec_txt p:nth-child(2) {
        font-size: calc(21px + (38 - 21) * ((100vw - 768px) / (1366 - 768)));
        font-weight: 700;
        margin: 0 0;
        font-family: Montserrat;
    }
    .compareSection h2 {
        font-size: calc(26px + (48 - 26) * ((100vw - 768px) / (1366 - 768)));
        margin: 4.39vw 0 2.19vw;
    }
    .compareSection h3 {
        max-width: 68.15vw;
        margin: 3.66vw auto;
        font-size: calc(17px + (32 - 17) * ((100vw - 768px) / (1366 - 768)));
        line-height: 3.07vw;
    }
    .p25 {
        padding: 0 1.6vw;
    }
    .p44 {
        padding: 0 3.22vw;
    }
    .compareSection .btnSection,
    .shoppingSection .btnSection {
        max-width: 47.87vw;
        margin: 0 auto 5.85vw;
    }
    .compareSection .btnSection .btn {
        font-size: calc(12px + (21 - 12) * ((100vw - 768px) / (1366 - 768)));
        width: 21.08vw;
    }
    .shoppingSection .btnSection .btn {
        font-size: calc(12px + (21 - 12) * ((100vw - 768px) / (1366 - 768)));
        width: 44.08vw;
        padding: 1.302vw 0 !important;
    }
    .badges {
        text-align: center;
        padding-top: 10px;
    }
    .badges img {
        height: 7.68vw;
        padding: 0 0.58vw;
    }
    .warrantyText {
        color: #333;
        font-size: calc(19px + (33 - 19) * ((100vw - 768px) / (1366 - 768)));
        text-align: center;
        max-width: 79.35vw;
        margin: 2.78vw auto 3.29vw;
        line-height: 3.221vw;
    }
    .warrantyText span {
        font-weight: 700;
    }
    .bluebanner {
        background: #00549e;
    }
    .bluebanner > div {
        width: 40vw;
        margin: 0 auto;
        text-align: center;
        padding: 1.46vw 0;
    }
    .footerSection {
        display: flex;
        width: 82vw;
        margin: 3.66vw auto 2.19vw;
        position: relative;
    }
    .footerSection > div {
        margin-left: 2.34vw;
        width: 80%;
    }
    .footerSection p {
        margin: 0 0 1.464vw;
        font-size: calc(12px + (15 - 12) * ((100vw - 768px) / (1366 - 768)));
        line-height: 1.757vw;
    }
    .footerSection img {
        height: 6.88vw;
        position: absolute;
        right: 4.02vw;
        top: 30%;
    }
    .heroSection {
        background: url(/wp-content/uploads/2025/09/sem-google-medicare-sl-hero-img-1366.jpg) no-repeat;
        background-position-x: 0;
        background-position-y: 0;
        background-size: auto;
        background-size: cover;
        height: 41.4vw;
        margin: 0 auto;
        background-position: top center;
    }
    .formSection {
        background: #fff;
        position: relative;
        top: 2.2vw;
        width: 33.74vw;
        right: 2vw;
        border: 1px solid #00549f;
        border-bottom: 2px solid #00549f;
        float: right;
        z-index: 999;
        position: absolute;
    }
    .formSection > p {
        color: #343838;
        font-size: 1.12vw;
        padding: 0 2.8vw;
        margin: 0.96vw 0 0.8vw;
        text-shadow: none;
    }
    .heroTextSection {
        background: #cae1ff;
        position: relative;
        width: 100%;
        height: 28vw;
        top: 6vw;
        z-index: 10;
        display: flex;
        align-items: center;
    }
    .globalLeader {
        display: flex;
        margin-left: 0px;
    }
    .globalLeader .globalImg {
        width: auto;
        height: 10.129vw;
        position: absolute;
        top: -5.5vw;
        left: 0.464vw;
        transform: rotate(-20deg);
    }
    .container-fluid h2 {
        font-size: calc(25px + (44 - 25) * ((100vw - 768px) / (1366 - 768)));
        padding-bottom: 11px;
    }
    .try_title {
        font-size: calc(13px + (24 - 13) * ((100vw - 768px) / (1366 - 768)));
        font-weight: 900;
    }
    .try_para {
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
        line-height: 2.4vw;
    }
    .controlable {
        height: 70px !important;
        margin-top: -15px;
    }
    .breath_sec .right_sec {
        margin-top: 2.604vw;
        padding-top: 0;
    }
    hr {
        margin: 40px 0;
    }
    .call_txt {
        text-align: center;
        color: #333;
        font-size: calc(18px + (32 - 18) * ((100vw - 768px) / (1366 - 768)));
        line-height: 3.906vw;
    }
    .btn_sec {
        text-align: center;
    }
    .orange_btn {
        font-weight: 900;
        background: #eb5e00;
        border-radius: 27px;
        cursor: pointer;
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
        color: #fff;
        text-decoration: none;
        padding: 14px 34px;
        text-transform: uppercase;
    }
    .justify-content-center .btn_sec {
        margin: 30px 0;
    }
    .icons img {
        height: 65px;
    }
    .globalLeader .globalText {
        margin-left: 5.75vw;
        width: 41.016vw;
    }
    .globalLeader h3 {
        font-size: calc(24px + (44 - 24) * ((100vw - 768px) / (1366 - 768)));
        margin: 0;
        line-height: 3.953vw;
        font-weight: 900;
    }
    .globalLeader p {
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
        margin: 1.46vw 0;
    }
    .learnMore {
        font-size: calc(12px + (22 - 12) * ((100vw - 768px) / (1366 - 768)));
        font-weight: 700;
        text-decoration: none;
        color: #0d0d0f;
    }
    .learnMore:hover {
        text-decoration: underline;
    }
    .learnMore::after {
        border-top: 0.58vw solid transparent;
        border-bottom: 0.58vw solid transparent;
        border-left: 0.58vw solid #0d0d0f;
        margin-left: 1.46vw;
    }
    #formSubmit {
        padding: 1.02vw;
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
        width: 100%;
        border: none;
        font-family: Lato;
    }
    .btn_submit {
        text-align: center;
        margin-top: 1.61vw;
    }
    ::-ms-input-placeholder {
        color: #333;
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
    }
    .mob_about {
        flex-direction: row;
    }
    .experienceDetails {
        width: 50%;
        float: left;
    }
    .italic h2 {
        color: #0d0d0f;
        font-style: italic;
        font-size: calc(19px + (32 - 19) * ((100vw - 768px) / (1366 - 768)));
    }
    .italic p {
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
        color: #0d0d0f;
        line-height: 2.4vw;
    }
    .ded_txt h2 {
        font-size: calc(19px + (32 - 19) * ((100vw - 768px) / (1366 - 768)));
        color: #0d0d0f;
    }
    .ded_txt p {
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
        line-height: 2.4vw;
    }
    .right_badge {
        float: left;
        width: 51%;
    }
    .weight_txt p {
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1366 - 768)));
    }
    .freedom {
        clear: both;
        overflow: hidden;
    }
    .left_sec {
        float: left;
        width: 45%;
        padding-left: 20px;
    }
    .left_sec h3 {
        font-size: calc(18px + (32 - 18) * ((100vw - 768px) / (1366 - 768)));
        font-weight: 900;
       padding-top: 7px;
      margin-bottom: 0px;
    }
    .left_sec p {
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
        line-height: 2.4vw;
        padding-top: 5px;
    }
    .right_sec {
        float: left;
        width: 48%;
        margin-left: 10px;
    }
    .prod_img_first img {
        width: 49.479vw;
        padding-top: 3vw;
    }
    .experience_section {
        padding: 0 10px;
        clear: both;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: -5px;
        margin-top: -20px;
    }
    .desktopDisplay.mid_txt {
        padding: 0 0;
        width: 36%;
    }
    .head_mid_txt {
        color: #0a549e;
        font-weight: 900;
        font-size: calc(13px + (22 - 13) * ((100vw - 768px) / (1366 - 768)));
        text-align: center;
        text-transform: uppercase;
        padding-left: 11.458vw;
        line-height: 2.604vw;
    }
    .header_txt {
        width: 40%;
        margin-left: 20px;
        padding-top: 10px;
    }
    .header_txt h1 {
        color: #fff;
        font-size: calc(25px + (44 - 25) * ((100vw - 768px) / (1366 - 768)));
        padding: 10px 0 0;
        line-height: 4.167vw;
        font-weight: 900;
    }
    .medicare_img {
        width: 23.927vw;
    }
    .globalText h3 {
        font-size: calc(18px + (32 - 18) * ((100vw - 768px) / (1366 - 768)));
        line-height: 2.9vw;
    }
    .globalText ul li {
        font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
        margin: 1.512vw 0;
    }
    .img_blw_txt h3 {
        font-size: calc(13px + (24 - 13) * ((100vw - 768px) / (1366 - 768)));
        margin-left: 15px;
      font-weight: 900;
}
    .img_blw_txt ul li {
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1366 - 768)));
        padding: 0;
    }
    .img_blw_txt li p {
        margin: 0;
        position: relative;
        top: -20px;
        left: 25px;
    }
    .freedom {
        clear: both;
        overflow: hidden;
        padding-top: 30.344vw;
    }
.g3Spec {
    background-position: 3.58vw 8vw;
    background-size: 57.453vw auto;
    position: relative;
}
.inogen_text {
    padding-top: 1.386vw;
    }
    .btn_section.d-dis {
    display: block !important;
    }
}
#ouibounce-modal .modal-body {
  font-size: 0 !important;
}
@media screen and (min-width: 1200px) {
	#ouibounce-modal form {
  margin: 5px auto 0 !important;
}
	  .errtcpa {
    font-size: 12px !important;
		  line-height: 1 !important;
	}
#popup-header-form .fs-title{
padding: 5px 10px 24px !important;
}
.heroTextSection {
  height: 440px;
}
.freedom {
  padding-top: 37.344vw;
}
 .left_sec {
    float: left;
    width: 45%;
    margin-left: 8px;
    padding-right: 10px;
  }
 .right_sec {
    float: left;
    width: 48%;
    padding: 40px 25px 0;
  }
  .prod_img_first img {
   padding-top: 0;
  }
}

@media screen and (min-width: 1250px) {
#formSection {
  top: 95px;
  right: 0px;
}
.progressbar {
  width: 315px !important;
}
.heroTextSection {
  height: 430px;
}
.freedom {
  padding-top: 34.344vw;
}
}
@media screen and (min-width: 1366px) {
    .bluebanner .tel, .bluebanner a {
        font-size: 34px;
      }
.formSection .bluebg p {
    padding-left: 0 !important;
}
.formSection .bluebg p#form_blue_txt {
   text-align: left;
}
.formImgs img:first-child {
  top: -71px;
left: -117px;
height: 173px;
}
.inogen_magazine,
.formImgs img:last-child {
  left: -85px;
  top: -49px;
  width: 119px;
  transform: rotate(-21deg);
}
    input[type="radio"] {
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        width: auto;
    }
    .formSection > p {
        font-size: 14px;
        padding: 0 50px;
        margin: 12px 0;
    }
    .container-fluid h2 {
        padding-bottom: 0;
    }
    .try_title {
        padding-bottom: 0;
        margin-bottom: 15px;
        font-weight: 900;
    }
    .try_para {
        margin: 0;
        padding: 0 0;
    }
    .img_blw_txt ul li::before {
        top: 6px;
    }
    .desktopDisplay.mid_txt {
        padding: 0 0;
        width: 43%;
    }
    .right_icon_sec {
        width: 48%;
        float: left;
    }
    .prod_img_first img {
        padding-top: 0;
        width: auto;
    }
    .img_blw_txt h3 {
        font-size: 24px;
        margin-left: 0;
      font-weight: 900;
}
    .experienceDetails {
        width: 52%;
        float: left;
    }
    .all_badges_icon {
        background: url(/wp-content/uploads/2025/08/all_badges_icon.png);
        background-repeat: repeat;
        width: 545px;
        background-repeat: no-repeat;
        margin-left: 50px;
        height: 640px;
        float: left;
    }
    hr {
        margin: 30px 0;
    }
    .experience_section {
        padding: 0 10px;
        max-width: 1366px;
        clear: both;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: -20px;
        margin-top: -30px;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #container {
        clear: both;
        overflow: hidden;
    }
    .btn_sec {
        clear: both;
        position: relative;
        text-align: center;
    }
    .orange_btn {
        font-weight: 900;
        background: #eb5e00;
        color: #fff;
        border-radius: 27px;
        cursor: pointer;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        padding: 14px 34px;
        text-transform: uppercase;
    }
    .call_txt {
        font-size: 32px;
        color: #333;
        text-align: center;
        line-height: 44px;
        padding: 0;
    }
    .row.justify-content-center {
        text-align: center;
    }
    .right_sec .medicare_img {
        margin: 0 20%;
        width: 300px;
        padding-top: 25px;
    }
    .breath_sec {
        max-width: 1366px;
        margin: 0 auto;
        position: relative;
        clear: both;
        overflow: hidden;
        margin-top: -25px;
    }
    .left_sec h4 {
        font-size: 24px;
        margin-bottom: 5px;
      font-weight: 900;
}
  /*  .right_sec {
        float: left;
        width: 48%;
        padding: 105px 30px 0;
    } */
    .freedom {
        max-width: 1366px;
        position: relative;
        clear: both;
        margin: 450px auto 20px;
        padding: 0;
    }
 /*   .left_sec {
        float: left;
        width: 45%;
        margin-left: 10px;
    }  */
    .img_blw_txt ul li {
        font-size: 18px;
        color: #0d0d0f;
        padding: 0 0;
        list-style: none;
    }
    .img_blw_txt li p {
        margin: 0;
        position: relative;
        top: -25px;
        left: 25px;
        line-height: 24px;
    }
    .left_sec h3 {
        color: #0d0d0f;
        font-size: 32px;
        padding-bottom: 0px;
        font-weight: 900;
        padding-top: 0;
    }
    .left_sec p {
        color: #0d0d0f;
        font-size: 20px;
        line-height: 30px;
    }
    .powerful {
        height: 75px;
    }
    .inogen_try .text-center {
        font-size: 44px;
        color: #000;
        font-weight: 900;
    }
    .try_para {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }
    .try_title {
        font-size: 24px;
        color: #000;
        font-weight: 900;
    }
    .icons {
        min-height: 111px;
        margin-bottom: 30px;
    }
    .inogen_try {
        padding: 0 0 50px;
        top: 0;
    }
    .weight_txt p {
        font-size: 18px;
        color: #333;
    }
    .italic h2 {
        color: #0d0d0f;
        font-size: 32px;
        font-style: italic;
    }
    .italic p {
        color: #0d0d0f;
        font-size: 20px;
        line-height: 28px;
    }
    .ded_txt h2 {
        font-size: 32px;
        font-weight: 700;
    }
    .ded_txt p {
        font-size: 20px;
        line-height: 30px;
    }
    .icons_img::before {
        content: "";
        height: 50px;
        width: 1px;
        background: #707070;
        position: absolute;
        right: 0;
        top: 13px;
    }
    .icons_img img {
        height: 36px;
    }
    .about_para p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
        color: #333;
    }
    .about_para h3 {
        font-size: 32px;
        font-weight: 900;
        color: #333;
        margin: 0;
    }
    .container-fluid {
        max-width: 1366px;
        clear: both;
        overflow: hidden;
        padding-top: 20px;
    }
    .innerContainer_new {
        padding: 0px;
        width: 1366px;
        margin: 0 auto;
    }
    .header_txt h1 {
        font-size: 44px;
        color: #fff;
        font-weight: 900;
        line-height: 50px;
        padding-bottom: 10px;
    }
    .header_txt {
        width: 545px;
        padding: 30px 0 30px 0;
    }
    .head_mid_txt {
        text-align: center;
        margin: 0 10% 0 17%;
        font-size: 22px;
        color: #0a549e;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 30px;
    }
    #product_1 .productDetails h5 br {
        display: block;
    }
    .callMobText {
        line-height: 24px !important;
    }
    #product_3 .productDetails,
    #product_4 .productDetails {
        margin-left: auto;
    }
    .btn.white {
        border: 5px solid #ee5e00;
    }
    _:-ms-lang(x) {
        margin: 200px 0 50px auto !important;
    }
    .productImg {
        width: 50%;
    }
    .productDetails h2 sup {
        font-size: 16px;
        position: relative;
        top: 0;
    }
    .experience-before {
        padding: 10px 0 50px;
    }
    header {
        height: auto;
    }
    .headerdiv {
        height: 100px;
    }
    header .logo {
        width: 280px;
        padding: 0 0 0 24px;
    }
    header .logo img {
        width: 196px;
    }
    header .logo p {
        font-size: 18px;
    }
    .phoneNumber {
        padding: 12px 34px 12px;
        width: 485px;
    }
    .phoneNumber p {
        font-size: 16px;
        margin-bottom: 11px;
        line-height: 24px;
    }
    .bluebanner p {
        font-size: 23px;
        margin-bottom: 11px;
        line-height: 24px;
    }
    .bluebanner p:nth-child(2) {
        font-size: 18px;
        margin-bottom: 11px;
        line-height: 24px;
    }
    .bluebanner a,
    .phoneNumber a {
        font-size: 30px;
    }
    .bluebanner .tel span,
    .phoneNumber .tel span {
        font-size: 22px;
        top: -3px;
        left: 7px;
    }
    #container {
        margin: 101px auto 0;
    }
    .heronewsec {
        max-width: 1366px;
        margin: 0 auto;
        position: relative;
    }
    .mostImportant {
        max-width: 1366px;
        margin-top: 470px;
    }
    .mostImportant h2 {
        font-size: 48px;
        margin: 80px 0 25px;
    }
    .mostImportant > p {
        font-size: 20px;
        max-width: 1020px;
        margin: 0 auto 34px;
        line-height: 30px;
    }
    .compareBtn {
        font-size: 24px;
        margin: 20px auto;
    }
    .compareBtn::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #004a8d;
        margin-left: 20px;
    }
    .listOfSystems {
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
        margin-bottom: -25px;
    }
    hr {
        max-width: 1366px;
        margin: 60px auto;
    }
    .step4_txt {
        margin-top: 0;
        padding-top: 10px;
    }
    .listOfSystems > div {
        max-width: 1366px;
        margin: 0 auto 0;
margin-bottom: -90px;
    }
    .productDetails h2 {
        font-size: 32px;
        margin: 50px 0 0;
        line-height: 37px;
    }
    .productDetails h2 span {
        font-size: 16px;
    }
    .productDetails h5 {
        font-size: 24px;
        line-height: 32px;
        margin: 20px 0;
    }
    .productDetails p.productDescription {
        font-size: 20px;
        width: 95%;
        line-height: 30px;
    }
    .productDetails ul {
        font-size: 20px;
        margin: 40px 60px 28px;
        padding-left: 40px;
        line-height: 28px;
    }
    .productDetails ul li {
        padding-bottom: 18px;
    }
    .g4Spec {
        background-position: 0 102px;
        background-size: 800px auto;
        position: absolute;
        top: 0;
        max-width: 808px;
        height: 1048px;
        z-index: 100;
        right: 0;
    }
    .g5Spec {
        background-position: 0 150px;
        background-size: 100% auto;
        position: absolute;
        z-index: 1000;
        top: 1193px;
        height: 936px;
        max-width: 900px;
        left: -20px;
    }
.g3Spec {
    background-position: 0 79px;
    background-size: 795px auto;
    max-width: 808px;
    height: 1048px;
    z-index: 100;
    right: 0;
}
    .g3Spec::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 86px;
        background: #c7e3ff;
        right: -86%;
        top: 412px;
    }
    .g3Spec_txt {
        position: absolute;
        top: 401px;
        right: 100px;
        color: #00549e;
        text-align: center;
        line-height: 10px;
        font-size: 18px;
        font-weight: 700;
    }
    .g3Spec_txt p:nth-child(2) {
        font-size: 38px;
        font-weight: 700;
        margin: 0 0;
        font-family: Montserrat;
    }
    .listOfSystems .btnSection {
        margin-left: 72px;
    }
    .btn {
        border: 5px solid #eb5e00;
        font-size: 18px;
        padding: 13px 0;
        width: 264px;
        margin: 0 10px;
    }
    .bluebanner,
    .compareSection,
    .shoppingSection,
    footer {
        max-width: 1366px;
    }
    .bluebanner {
        max-width: 1920px;
    }
    .compareSection h2 {
        font-size: 48px;
        margin: 60px 0 30px;
    }
    .compareSection h3 {
        max-width: 931px;
        margin: 50px auto;
        font-size: 32px;
        line-height: 42px;
    }
    .p25 {
        padding: 0 25px;
    }
    .p44 {
        padding: 0 44px;
    }
    .compareSection .btnSection,
    .shoppingSection .btnSection {
        max-width: 654px;
        margin: 0 auto 80px;
    }
    .compareSection .btnSection .btn {
        font-size: 21px;
        width: 288px;
    }
    .shoppingSection .btnSection .btn {
        font-size: 20px;
        width: 560px;
        padding: 10px 0 !important;
    }
    .tel.orange_tel {
        color: #eb5e00;
        text-align: center;
        font-size: 56px;
    }
    .tel.orange_tel a {
        text-align: center;
        color: #eb5e00;
        text-decoration: none;
        font-weight: 900;
        font-size: 56px;
    }
    .badges img {
        height: 105px;
        padding: 0 8px;
    }
    .warrantyText {
        font-size: 33px;
        max-width: 1084px;
        margin: 38px auto 45px;
        line-height: 44px;
    }
    .bluebanner > div {
        width: 500px;
        padding: 20px 0 5px;
    }
    .footerSection {
        width: 1084px;
        margin: 50px auto 30px;
    }
    .footerSection > div {
        margin-left: 32px;
    }
    .footerSection p {
        margin: 0 0 20px;
        font-size: 15px;
        line-height: 24px;
    }
    .footerSection img {
        height: 94px;
        right: 55px;
        top: 38px;
    }
    .heroSection {
        background: #000 url(/wp-content/uploads/2025/08/sem-google-medicare-sl-hero-img.jpg) no-repeat;
        width: 100%;
        height: 514px;
        background-position: top center;
        position: relative;
    }
    .formSection {
        top: 35px;
        width: 420px;
        border: 2px solid #00549f;
        border-bottom: 4px solid #00549f;
    }
    .medicare_img {
        width: 315px;
    }
    .heroTextSection {
        width: 100%;
        top: 23px;
        height: 418px;
    }
    .globalLeader .globalImg {
        transform: rotate(-20deg);
        position: relative;
        top: -8vw;
        left: 1.464vw;
        width: auto;
        height: 193px;
    }
    .breath_sec .right_sec {
        margin-top: 0;
        padding-top: 0px;
    }
    .globalLeader .globalText {
        margin-left: 20px;
        width: 560px;
    }
    .globalLeader h3 {
        font-size: 32px;
        margin: 0;
        line-height: 40px;
        font-weight: 900;
    }
    .globalText ul {
        margin: 0;
        padding: 0 0 0 45px;
        width: 400px;
    }
    .globalText ul li {
        font-size: 20px;
        margin: 15px 0;
    }
    .globalLeader p {
        font-size: 20px;
        margin: 20px 0;
    }
    .learnMore {
        font-size: 22px;
    }
    .learnMore::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #0d0d0f;
        margin-left: 20px;
    }
    ::placeholder {
        font-size: 19px;
        color: #333;
    }
    :-ms-input-placeholder {
        font-size: 20px;
    }
    #formSubmit {
        padding: 14px;
        font-size: 20px;
        font-family: Lato;
    }
    .btn_submit {
        margin-top: 22px;
    }
}
@media screen and (min-width: 1600px) {
    .g5Spec p {
        bottom: -30px;
        left: 247px;
    }
}
@media screen and (min-width: 1920px) {
    .g5Spec p {
        bottom: -60px;
    }
    header > div {
        max-width: 1920px;
    }
    .heroSection {
        max-width: 1920px;
    }
}
@media screen and (max-width: 767px) {
	.disclmr_rove6 p {
  margin-top: 0px !important;
  padding: 0 !important;
  line-height: 16px !important;
  font-size: 12px !important;
}
#formSubmit_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after, #formSubmit_qtn_step1input[type="radio"]:checked ~ .custom-control-label::after
{
    top: 8px !important;
    left: 5px !important;
  }
  #footerForm .form-group label.custom-control-label, #formSection .form-group label.custom-control-label
{
    margin-top: 8px !important;
  }
  #formSubmit, #formSubmitBottom, #formSubmit_step1, #formSubmit_step2, #formSubmit_step3, #formSubmitBottom_step1, #formSubmitBottom_step2, #formSubmitBottom_step3
{
    margin: 0 !important;
  }
#footerForm .errorTxt, #formSection .errorTxt{
position: relative !important;
}
.formImgs {
  display: none !important;
}
#formSection .progressbar {
  margin: 0 20px !important;
}

    #ouibounce-modal {
        display: none !important;
    }
    .popup-form .btn_submit {
        width: 240px !important;
        clear: both;
        margin: 0 auto;
        padding-top: 20px;
    }
    input[type="radio"] {
        padding: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        width: auto;
    }
.mob_close {
    right: 1%;
    position: relative;
    padding: 0 !important;
    display: block !important;
}
    .mob_close img {
        width: 20px;
        position: relative;
        top: 35%;
        background: #00549f;
        border: #00549f;
    }
    .ded_txt h2 {
        font-size: 32px;
        line-height: 42px;
        color: #333;
    }
    .badge_icon_m img {
        width: 290px;
    }
    .img_blw_txt ul li::before {
        top: 5px;
    }
    .badge_icon_m {
        margin: 40px auto 50px;
        text-align: center;
    }
    .about_para h3 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 900;
    }
    .about_para p {
        font-size: 16px;
        line-height: 22px;
    }
    .desk_dis {
        display: none !important;
    }
    .prod_img_first {
        margin: 0 auto;
        text-align: center;
        position: relative;
        padding: 15px 0 0;
    }
    .prod_img_first img {
        width: 275px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .left_sec h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 13px;
      font-weight: 900;
}
    .img_blw_txt h3 {
        font-size: 22px;
        line-height: 30px;
      font-weight: 900;
}
    hr {
        color: #84acd4;
        border: 2px solid #00549e;
        margin: 40px 0;
    }
    .heroSection {
        position: relative;
    }
    .hero-img-mobile {
        position: relative;
        height: auto;
    }
    .header_txt {
        position: absolute;
        top: 0;
    }
    .header_txt h1 {
        color: #fff;
        font-size: 7.188vw;
        width: 70.5vw;
        line-height: 9.375vw;
        padding: 0 6.25vw;
        font-weight: 900;
    }
    .breath_sec,
    .freedom {
        padding: 0 20px;
    }
    .right_sec .medicare_img {
        width: 280px;
        padding: 10px 0;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .img_blw_txt ul li {
        list-style: none;
        font-size: 18px;
        color: #0d0d0f;
        line-height: 24px;
    }
    .img_blw_txt li p {
        margin: 0;
        position: relative;
        top: -25px;
        left: 25px;
    }
    .img_blw_txt ul {
        padding: 0 10px;
    }
    .inogen_try {
        background: #f4f4f4;
        margin: 40px auto 0;
        padding: 25px 0;
    }
    .container-fluid .text-center {
        text-align: left !important;
        font-size: 32px;
        font-weight: 900;
    }
    .icons {
        margin-top: 25px;
    }
    .try_title {
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 900;
    }
    .try_para {
        font-size: 20px;
        text-align: center;
        font-weight: 400;
        line-height: 30px;
        margin: 0;
    }
    .container-fluid .text-center {
        text-align: left !important;
        font-size: 32px;
        font-weight: 900;
    }
    .try_title.step4_txt {
        margin-top: 30px;
    }
    .call_txt {
        font-size: 24px;
        text-align: center;
        line-height: 32px;
    }
    .orange_tel a {
        color: #eb5e00;
        font-size: 36px;
        font-weight: 900;
        text-decoration: none;
    }
    .tel.orange_tel {
        text-align: center;
    }
    .weight_txt {
        display: none;
    }
    .orange_btn {
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        background: #eb5e00;
        padding: 14px 20px;
        border-radius: 40px;
        font-weight: 900;
        text-transform: uppercase;
        width: 294px;
        display: block;
        line-height: 24px;
        text-align: center;
        margin: 35px auto 30px;
    }
    .left_sec h3 {
        font-size: 28px;
        font-weight: 900;
        line-height: 36px;
    }
    .left_sec p {
        font-size: 16px;
        line-height: 22px;
    }
    .medicare_img {
        width: 46.875vw;
        padding: 0 6.25vw;
    }
    .img-fluid {
        width: 100%;
    }
    .desktopDisplay,
    .hiddenContent,
    .productDetails h2 br,
    .productDetails h5 br,
    .productDetails ul,
    .productImg.g3Spec,
    .productImg.g4Spec,
    .productImg.g5Spec,
    .warrantyText br {
        display: none;
    }
    header {
        height: auto;
        position: fixed;
        width: 100%;
        top: 0;
        background: #fff;
        z-index: 9;
        border-bottom: 1px solid #eb5e00;
    }
    .headerdiv {
        height: 72px;
    }
    header .logo {
        width: 175px;
        padding: 7px 0;
        text-align: left;
    }
    header .logo img {
        width: 122px;
        padding: 0 0 0 12px;
    }
    header .logo p {
        margin: 0;
        font-size: 11px;
        padding-left: 29px;
        color: #93b1d7;
        text-transform: lowercase;
    }
    .phoneNumber {
        width: 150px;
        float: right;
        right: -5px;
        position: relative;
    }
    .phoneNumber a img {
        background: #eb5e00;
        border-radius: 50px;
        padding: 7px;
    }
    .phoneNumber a span {
        font-size: 16px;
        padding: 0 18px 0 6px;
        text-decoration: underline;
        position: relative;
        top: -13px;
        font-family: Montserrat, sans-serif;
    }
    .heroTextSection {
        background: #cae1ff;
        position: relative;
        margin-top: -5px;
        padding: 0 20px 15px;
    }
    .globalText {
        padding: 45px 0 20px;
    }
    .globalImg.lazy {
        position: absolute;
        top: -40px;
        width: 115px;
        left: 20px;
transform: rotate(-20deg);
    }
    .globalText h3 {
        font-size: 20px;
        margin: 0 0 10px;
        padding-top: 20px;
        text-align: left;
        line-height: 1.4;
     font-weight: 900;
}
    #container {
        margin: 72px 0 0;
    }
    .globalText p {
        font-size: 16px;
        margin: 10px 0;
    }
    .globalText ul {
        padding: 0 0 0 15px;
        margin: 0;
    }
    .globalText ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .mostImportant h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 35px 0 25px;
        padding: 0 15px;
    }
    .mostImportant p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        color: #0d0d0f;
        padding: 0 15px;
    }
    .mostImportant h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 35px 0 25px;
        padding: 0 15px;
    }
    .listOfSystems > div {
        display: flex;
        flex-direction: column;
        padding: 0 15px 0;
        color: #0d0d0f;
    }
    .experience_section {
        padding: 0 20px;
    }
    .italic h2 {
        font-size: 32px;
        font-style: italic;
        line-height: 40px;
        color: #333;
    }
    .experienceDetails p {
        font-size: 16px;
        line-height: 22px;
    }
    .right_icon_sec {
        display: none;
    }
    .productDetails,
    .productImg {
        width: 100%;
    }
    .productDetails h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #0d0d0f;
    }
    .productDetails h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .product_img {
        width: 290px;
        margin: 0 auto;
        text-align: center;
    }
    .product_img img:first-child {
        width: 210px;
        margin: 5px auto 25px;
    }
    .product_img img {
        width: 100%;
        margin: 0;
    }
    .productDetails p.productDescription {
        font-size: 16px;
        line-height: 22px;
    }
    .btnSection {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .orange,
    .white {
        font-weight: 900;
        background: #eb5e00;
        color: #fff;
        border-radius: 34px;
        padding: 13px 0;
        margin: 15px auto 25px;
        font-size: 19px;
        text-decoration: none;
        line-height: 23px;
        width: 290px;
    }
    .white {
        font-size: 18px;
        margin: 20px 0 0;
        padding: 10px 20px 10px;
        background: #eb5e00;
        text-transform: uppercase;
        color: #fff;
        width: 290px;
    }
    .productDetails h2 span {
        font-size: 16px;
        line-height: 22px;
        margin: 12px 0;
    }
    .seemore {
        color: #00549e;
        font-weight: 700;
        text-decoration: none;
       display: none;
    }
    .product_title {
        color: #84acd4;
        font-size: 16px;
        margin: 0 auto 15px;
        font-weight: 500;
        font-family: Proxima Nova;
    }
    .product_title span {
        color: #00549e;
        font-size: 22px;
        font-weight: 700;
        position: relative;
        top: 1px;
        font-family: Montserrat;
        left: 2px;
    }
    .experience-before .mostImportant h2 {
        text-align: left;
        margin: 35px 0 20px;
    }
    .experience-before {
        padding-bottom: 25px;
    }
    .shoppingSection {
        padding: 0 15px;
    }
    .badges {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        max-width: 270px;
        margin: 30px auto;
        text-align: center;
    }
    .badges img {
        width: 77px;
        margin: 0 auto;
    }
    .warrantyText {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
        margin-top: 13px;
    }
    .warrantyText span {
        font-weight: 700;
    }
    .footerSection {
        font-size: 14px;
        color: #333;
        line-height: 18px;
        margin: 30px auto 0;
        width: 88%;
        padding-bottom: 100px;
    }
    .footerSection img {
        width: 208px;
        margin: 20px auto 0;
        display: inherit;
    }
    .bluebanner {
        background: #00549e;
        color: #fff;
        text-align: center;
        padding: 20px 15px 10px;
        line-height: 24px;
        margin-top: 60px;
    }
    .bluebanner p {
        font-size: 21px;
        margin: 5px 0 20px;
    }
    .bluebanner p:nth-child(2) {
        font-size: 18px;
    }
    .bluebanner .tel a {
        font-size: 33px;
        font-family: Montserrat, sans-serif;
        margin: 10px auto;
        text-decoration: none;
    }
    .bluebanner .tel span {
        font-size: 20px;
        margin-top: 10px;
        display: inline-block;
    }
    .sticky_mob_phone {
        border-top: 1px solid #eb5e00;
        border-bottom: 1px solid #eb5e00;
        display: flex;
        flex-flow: column;
        align-items: center;
        background: #fff;
        position: fixed;
        bottom: 0;
        padding: 15px 0;
        width: 100%;
        box-shadow: 0 -2px 5px #00000029;
        z-index: 2;
    }
    .sticky_mob_phone .orange {
        margin: 0;
        font-size: 18px;
        text-transform: none;
    }
    .overlay {
        position: fixed;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 9;
        cursor: pointer;
        display: none;
    }
    #formSection {
        position: fixed;
        width: 95%;
        z-index: 20;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 470px;
        display: none;
        overflow: scroll;
    }
    .formSection {
        background: #fff;
        width: 290px;
        box-sizing: border-box;
        margin: 0 auto;
        border-bottom: 3px solid #00549e;
    }
    .btn_submit {
        text-align: center;
    }
    #formSubmit {
        border: none;
        padding: 15px 10px 15px;
        font-size: 18px;
        background: #eb5e00;
        color: #fff;
        font-weight: 700;
        border-radius: 30px;
        cursor: pointer;
        width: 270px;
        margin: 0 auto;
        font-family: Lato;
    }
    .globalText h3 br {
        display: none;
    }
    .productDetails h2 sup {
        font-size: 16px;
        position: relative;
        top: -2px;
    }
    .btn_section m-dis {
        display: block !important;
        }

    .globalLeader .globalImg {
        width: auto;
        height: 14.129vw;
        min-height: 80px;
        position: absolute;
        top: -5.5vw;
        left: 0.464vw;
        transform: rotate(-20deg);
    }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 766px) {
    #formSection {
        position: fixed;
        z-index: 20;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        display: none;
        overflow: scroll;
    }
    .btn_submit {
        text-align: center;
        width: 285px;
        margin: 0 auto;
    }
}
_:-ms-fullscreen,
:root .heroTextSection {
    top: -27px;
}
_:-ms-fullscreen,
:root .try_title {
    margin-top: -35px;
}
_:-ms-fullscreen,
:root .step4_txt {
    margin-top: -45px;
}
_:-ms-lang(x),
.step4_txt {
    margin-top: -45px !important;
}
_:-ms-lang(x),
.try_title {
    margin-top: -35px;
}
@media only screen and (min-width: 995px) and (max-width: 1365px) {
    .g3Spec_txt {
        position: absolute;
        top: 31.188vw;
        right: 1.302vw;
        color: #00549e;
        text-align: center;
        line-height: 0.651vw;
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1366 - 768)));
        font-weight: 700;
    }
}
#ouibounce-modal form {
  margin: 5px auto 0;
}

.slick-prev::before,
.slick-next::before {
  opacity: 0;
  content: " ";
}
.slider:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
.fa.fa-thin.fa-plus {
  font-family: "lato", sans-serif !important;
}
.fa.fa-thin.fa-minus {
  font-family: "lato", sans-serif !important;
}
.slider-cintainer {
  background:#fff;
}
.slick-list.draggable {
  height: auto !important;
}
@media (max-width: 767px) {
.btn_section.d-dis {
  display: none !important;
}
.inogen_text sup {
  font-size: 18px;
}
.the_inogen {
  padding: 51px 0 0px;
  width: 320px;
  margin: 0 auto;
  text-align: center;
font-family: lato;
}
.inogen_text {
  font-size: 32px !important;
  line-height: 22px !important;
  color: #00549E !important;
  font-family: lato !important;
  font-weight: bold !important;
  padding: 0 0 13px !important;
  text-align: center !important;
  margin: 0;
}
.inogen_subtext {
  font-size: 24px !important;
  line-height: 28px !important;
  color: #EB5E00 !important;
  font-weight: bold !important;
  font-family: lato !important;
  width: 320px !important;
  text-align: center !important;
  margin: 10px auto 30px !important;
}
.inogen_gproduct {
  background-color: #fff;
}
.gproduct_detls {
  width: 318px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0 25px;
  font-family: Lato;
}
.gproduct_detls p {
  font-size: 16px;
  line-height: 22px;
  font-family: lato;
  padding-bottom: 22px;
  width: 314px;
  margin: 0 auto;
  font-weight: normal;
  font-family: Lato;
}
.btn_section{
  text-align: center;
 margin: 17px auto 0;
  display: flex;
  justify-content: center;
}
.gproduct_slide {
  display: flex;
  flex-direction: column;
}
.shop_now{
  font-weight: 700;
  background: #fff;
  border-radius: 27px;
  cursor: pointer;
  font-size: 18px;
  color: #EB5E00;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  width: 265px;
  height: 45px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 2px solid #EB5E00;
  font-family: lato;
}
#prod_g5 .slick-dots {
  position: absolute;
  top: 189px;
  display: flex;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  bottom: 0;
  height: 0;
  justify-content: center;
}
#prod_g5 .slick-dots li {
  position: relative;
  display: flex;
  width: 40px;
height: 40px;
margin: 0;
padding: 0;
cursor: pointer;
background-color: #fff;
border-radius: 85px;
color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
  background: #fff;
}
#prod_g5 .slick-dots li::before {
  content: "";
  border: 1px solid #747474;
  transform: rotate(0deg);
width: 30px;
top: 20px;
left: 40px;
  position: absolute;
}
#prod_g5 .slick-dots li:nth-child(5)::before {
  content: "";
  border: none;
  transform: rotate(0deg);
  width: 0px;
  top: 0px;
  left: 0px;
}
#prod_g5 .slick-dots li a {
  position: relative;
  display: flex;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 25px;
  flex-direction: column;
  background-color: #00549E;
  border-radius: 50px;
  width: 25px;
  box-shadow: 0px 0px 2px 3px #d0dfed;
  font-family: Lato;
}
#prod_g5 .slick-dots .slick-active a {
  background-color: #EB5E00 !important;
  box-shadow: 0px 0px 2px 3px #fbdecb !important;
  width: 30px !important;
  height: 30px !important;
font-size: 19px;
font-weight: bold;
}
#prod_g5 .slick-dots .slick-active {
  width: 42px !important;
  height: 42px !important;
}
#prod_g5 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.583vw;
  height: 0.583vw;
  padding: 0.417vw ;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#prod_g5 .slick-dots li button::before {
  background: #000;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: auto;
  height: 1vw;
  width: 1vw;
  opacity: 1;
  content: " ";
  border-radius: 65px;
  background: #fff;
}
.carousel_section .slick-next.slick-arrow {
  background: url("/wp-content/uploads/2025/08/rightt_arrow_grey_background.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
 right: 0px;
top: 222px;
  cursor: pointer;
}
.carousel_section .slick-prev.slick-arrow {
  background: url("/wp-content/uploads/2025/08/left_arrow_grey_background.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  left:0px;
top: 222px;
  cursor: pointer;
  z-index: 1;
}

#border {
  border-bottom: 1px solid #d7d7d7;
}

.btn_carsl {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.hide,
.show {
  font-style: normal;
  cursor: pointer;
}

.slickcontent {

  margin: 0 auto;
}

.slider-g5 .slider-sub-cont p {
  margin: 0 auto;
text-align: center;
color: #000;
line-height: 24px;
position: relative;

}
.carousel_section {
  width: 320px;
  margin: 0 auto;
}
.slider-g5 .slick-slider {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.carousel_section .slider-g5 .slick-slide img {
  display: block;
  height: auto;
  width: 300px;
  margin: 0 auto;
}
.perc_txt {
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 0 !important;
  font-family: Lato;
}
.slider-g5 .slider-sub-cont.first_contnt {
  position: unset;
  width: 320px;
margin: 85px auto 0;
}
.slick-list.draggable {
}
}
@media (max-width: 375px) {
#prod_g5 .slick-dots {
  position: absolute;
  top: 224px;
  display: flex;
  width: 89%;
  padding: 0;
  list-style: none;
  text-align: center;
  bottom: 0;
  height: 0;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  align-content: center;
  left: 0;
  right: 0;
}
.carousel_section .slick-prev.slick-arrow {
  background: url("/wp-content/uploads/2025/08/left_arrow_grey_background.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 25px;
  left: 0;
  top: 222px;
  cursor: pointer;
  z-index: 1;
}
.carousel_section .slick-next.slick-arrow {
  background: url("/wp-content/uploads/2025/08/rightt_arrow_grey_background.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  right: 0;
  top: 222px;
  cursor: pointer;
}
}
@media (min-width: 768px) {
.slick-prev, .slick-next {
  margin-top: -0.694vw;
}
.btn_section.m-dis {
  display: none !important;
}
.the_inogen {
  text-align: center;
  padding: 3.333vw 0;
}
.inogen_text {
  font-size: calc(20px + (40 - 20) * ((100vw - 768px) / (1200 - 768)));
  color: #00549E;
  font-weight: bold;
  line-height: 1.833vw;
  padding-bottom: 2.083vw;
  margin: 0;
  font-family: Lato;
}
.inogen_subtext {
  font-size: calc(15px + (22 - 15) * ((100vw - 768px) / (1200 - 768)));
  font-weight: bold;
  line-height: 2.333vw;
  color: #EB5E00;
  margin: 0;
}
.inogen_gproduct {
  padding: 0vw 4.750vw;
  background-color: #fff;
}
.inogen_text sup {
  font-size: calc(13px + (20 - 13) * ((100vw - 768px) / (1200 - 768)));
}
.gprod_insection {
  display: flex;
  max-width: 91.667vw;
  margin: 0 auto;
}
.gproduct_detls {
   width: 29.417vw;
   font-size: calc(11px + (16 - 11) * ((100vw - 768px) / (1200 - 768)));
   line-height: 1.833vw;
  font-family: Lato;
}
.gproduct_slide {
  margin-left: 8.333vw;
}
.btn_section{
  text-align: left;
  margin-top: 2.429vw;
}
.shop_now{
  font-weight: 700;
  background: #fff;
  border-radius: 1.929vw;
  cursor: pointer;
  font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1200 - 768)));
  color: #EB5E00;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  width: 20.929vw;
  height: 3.214vw;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 0.243vw solid #EB5E00;
  font-family: lato;
}
.carousel_section .slider-g5 .slick-slide img {
  display: block;
  height: 29vw;
  width: auto;
}
#prod_g5 .slick-dots {
  position: absolute;
  margin-top: 31.9vw;
  display: flex;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  bottom: 0;
  height: 0;
  justify-content: center;
  top:0;
}
#prod_g5 .slick-dots li {
  position: relative;
  display: flex;
  width: 4.167vw;
height: 4.167vw;
margin: 0;
padding: 0;
cursor: pointer;
background-color: #fff;
border-radius: 85px;
color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 1.667vw;
  background: #fff;
}
#prod_g5 .slick-dots li::before {
  content: "";
  border: 1px solid #747474;
  transform: rotate(0deg);
  width: 4.167vw;
  top: 2.083vw;
  left: 4.167vw;
  position: absolute;
}
#prod_g5 .slick-dots li:nth-child(5)::before {
  content: "";
  border: none;
  transform: rotate(0deg);
  width: 0px;
  top: 0px;
  left: 0px;
}
#prod_g5 .slick-dots li a{
  position: relative;
display: flex;
cursor: pointer;
font-size: calc(15px + (22 - 15) * ((100vw - 768px) / (1200 - 768)));
color: #fff;
text-decoration: none;
text-align: center;
justify-content: center;
align-items: center;
align-content: center;
height: 3vw;
flex-direction: column;
background-color: #00549E;
border-radius: 50px;
width: 3vw;
  box-shadow: 0px 0px 0.250vw 0.167vw #d0dfed;
  font-family: Lato;
}
#prod_g5 .slick-dots .slick-active a {
  background-color: #EB5E00 !important;
  box-shadow: 0px 0px 0.250vw 0.167vw #fbdecb !important;
  width: 3.750vw !important;
  height: 3.750vw !important;
font-weight: bold;
font-size: calc(18px + (22 - 18) * ((100vw - 768px) / (1200 - 768)));
}
#prod_g5 .slick-dots .slick-active {
  width: 5vw !important;
  height: 5vw !important;
  margin-top: -0.417vw !important;
}
#prod_g5 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.583vw;
  height: 0.583vw;
  padding: 0.417vw ;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#prod_g5 .slick-dots li button::before {
  background: #000;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: auto;
  height: 1vw;
  width: 1vw;
  opacity: 1;
  content: " ";
  border-radius: 65px;
  background: #fff;
}
#prod_g5 .slick-dots .slick-active::before {
  margin-top: 0.417vw !important;
}
.carousel_section .slick-next.slick-arrow {
  background: url("/wp-content/uploads/2025/08/rightt_arrow_grey_background.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 3.5vw;
  width: 3.5vw;
  right: 0;
  top: 32.917vw;
  cursor: pointer;
}
.carousel_section .slick-prev.slick-arrow {
  background: url("/wp-content/uploads/2025/08/left_arrow_grey_background.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.5vw;
  width: 3.5vw;
  left: 0;
  top:32.917vw;
  cursor: pointer;
  z-index: 1;
}

#border {
  border-bottom: 1px solid #d7d7d7;
}

.btn_carsl {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.hide,
.show {
  font-style: normal;
  cursor: pointer;
}

.slickcontent {

  margin: 0 auto;
}

.slider-g5 .slider-sub-cont p {
  margin: 0 auto;
text-align: center;
color: #000;
line-height: 24px;
position: relative;

}
.carousel_section {
  width: 45.833vw;
}
.verstle_left {
  margin-left: 8.333vw;
}
.slider-g5 .slick-slider {
  margin-bottom: 0;
}
.slider-g5 .slider-sub-cont.first_contnt {
  position: unset;
  top: 38.750vw;
  margin-left: 2.500vw;
  margin-top: 9.333vw;
}
.slick-list.draggable {
}
.perc_txt {
  font-size: calc(11px + (14 - 11) * ((100vw - 768px) / (1200 - 768)));
  line-height: 1.883vw !important;
  font-family: Lato;
}
}
#prod_g5 .slick-dots li{
box-shadow: 0px 0px 3px 2px #00000021 !important;
}
@media (min-width: 1200px) {
.slick-dots .slick-active a {
  font-size: 28px !important;
  font-weight: bold;
  font-family: lato;
}
.slick-prev, .slick-next {
  margin-top: -10px;
}
.btn_section.m-dis {
  display: none !important;
}
.the_inogen {
  text-align: center;
padding: 40px 0;
}
.inogen_text {
  font-size: 40px;
  line-height: 22px;
   padding-bottom: 25px;
}
.inogen_subtext {
  font-size: 22px;
  line-height: 28px;
}
.inogen_gproduct {
  padding: 0px 57px;
}
.inogen_text sup {
  font-size: 20px;
}
.gprod_insection {
  max-width: 1100px;
}
.gproduct_detls {
  width: 353px;
  font-size: 16px;
  line-height: 22px;
}
.gproduct_slide {
  margin-left: 100px;
}
.btn_section{
  text-align: left;
  margin-top: 34px;
}
.shop_now{
  font-weight: 700;
  background: #fff;
  border-radius: 27px;
  cursor: pointer;
  font-size: 18px;
  color: #EB5E00;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  width: 265px;
  height: 45px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 2px solid #EB5E00;
  font-family: lato;
}
.perc_txt {
  font-size: 14px;
  line-height: 19px !important;
}
. carousel_section .slick-slide img {
  display: block;
  height: 364px;
  width: auto;
}
#prod_g5 .slick-dots {
  top: 380px;
  margin-top: 0;
}
#prod_g5 .slick-dots li {
  width: 50px;
height: 50px;
border-radius: 85px;
  margin: 0 20px;
}
#prod_g5 .slick-dots li::before {
  width: 50px;
  top: 25px;
  left: 50px;
}
#prod_g5 .slick-dots li a{
font-size: 22px;
height: 36px;
border-radius: 50px;
width: 36px;
  box-shadow: 0px 0px 3px 2px #d0dfed;
}
#prod_g5 .slick-dots .slick-active a {
  background-color: #EB5E00 !important;
  box-shadow: 0px 0px 3px 2px #fbdecb !important;
  width: 45px !important;
  height: 45px !important;
}
#prod_g5 .slick-dots .slick-active {
  width: 60px !important;
  height: 60px !important;
  margin-top: -5px !important;
}
#prod_g5 .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 5px;
}
#prod_g5 .slick-dots li button::before {
  height: 12px;
  width: 12px;
  opacity: 1;
  content: " ";
  border-radius: 65px;
  background: #fff;
}

#prod_g5 .slick-dots .slick-active::before {
  margin-top: 5px !important;
}
.carousel_section .slick-next.slick-arrow {
  background: url("/wp-content/uploads/2025/08/rightt_arrow_grey_background.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  right: 0;
  top: 395px;
  cursor: pointer;
}
.carousel_section .slick-prev.slick-arrow {
  background: url("/wp-content/uploads/2025/08/left_arrow_grey_background.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  left: 0;
  top: 395px;
  cursor: pointer;
  z-index: 1;
}
.hide,
.show {
  font-style: normal;
  cursor: pointer;
}

.slider-g5 .slider-sub-cont p {
  margin: 0 auto;
text-align: center;
color: #000;
line-height: 24px;
position: relative;

}
.carousel_section {
  width: 550px;
}
.verstle_left {
  margin-left: 100px;
}
.slider-g5 .slick-slider {
  margin-bottom: 0px;
}
.slider-g5 .slider-sub-cont.first_contnt {
  position: unset;
  top: 465px;
  margin-left: 30px;
  margin-top: 100px;
}
.carousel_section .slider-g5 .slick-slide img {
  display: block;
  height: 346px !important;
  width: auto;
}
}

.footer_blod_text{
font-weight: 900;
}
@media screen and (max-width: 767px) {
#footer {
  background-color: #F0F0F0;
  padding: 34px 0 100px;
}
#footer_content {
  width: 315px;
  margin: 0 auto;
  text-align: center;
}
#footer_content p {
  font-size: 12px;
  line-height: 15px;
  padding: 0px 0px 18px 0px;
  font-family: lato;
 text-align: center;
}
}
@media screen and (min-width: 768px) {
#footer {
  background-color: #F0F0F0;
  text-align: center;
  padding: 3.833vw 0 3.333vw;
}
#footer_content p {
  width: 69.500vw;
  margin: 0 auto;
  font-size: calc(8px + (12 - 8) * ((100vw - 768px) / (1200 - 768)));
  line-height: 1.333vw;
  font-family: lato;
  padding-bottom: 2.083vw;
  color: #000;
}
#footer_content p a {
  display: inline;
  font-family: lato;
  font-size: 0.9em;
  font-weight: 400;
  color: #00549E;
  cursor: pointer;
  text-decoration: underline;
}
.foot_img {
  width: 4.083vw;
  padding-bottom: 1.083vw;
}
.cpy_rght {
  padding-bottom: 0.833vw !important;
}
}
@media screen and (min-width: 1200px) {
footer {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
#footer {
  background-color: #F0F0F0;
  text-align: center;
  padding: 46px 0 40px;
}
#footer_content p {
  width: 834px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 16px;
  font-family: lato;
  padding-bottom: 25px;
  color: #000;
}
.foot_img {
  width: 49px;
  padding-bottom: 13px;
}
.cpy_rght {
  padding-bottom: 7px !important;
}
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-first {
    order: -1;
  }
  
  .order-last {
    order: 13;
  }
  
  .order-0 {
    order: 0;
  }
  
  .order-1 {
    order: 1;
  }
  
  .order-2 {
    order: 2;
  }
  
  .order-3 {
    order: 3;
  }
  
  .order-4 {
    order: 4;
  }
  
  .order-5 {
    order: 5;
  }
  
  .order-6 {
    order: 6;
  }
  
  .order-7 {
    order: 7;
  }
  
  .order-8 {
    order: 8;
  }
  
  .order-9 {
    order: 9;
  }
  
  .order-10 {
    order: 10;
  }
  
  .order-11 {
    order: 11;
  }
  
  .order-12 {
    order: 12;
  }
  
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
  
    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
  
    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
  
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
  
    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
  
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
  
    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
  
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-sm-first {
      order: -1;
    }
  
    .order-sm-last {
      order: 13;
    }
  
    .order-sm-0 {
      order: 0;
    }
  
    .order-sm-1 {
      order: 1;
    }
  
    .order-sm-2 {
      order: 2;
    }
  
    .order-sm-3 {
      order: 3;
    }
  
    .order-sm-4 {
      order: 4;
    }
  
    .order-sm-5 {
      order: 5;
    }
  
    .order-sm-6 {
      order: 6;
    }
  
    .order-sm-7 {
      order: 7;
    }
  
    .order-sm-8 {
      order: 8;
    }
  
    .order-sm-9 {
      order: 9;
    }
  
    .order-sm-10 {
      order: 10;
    }
  
    .order-sm-11 {
      order: 11;
    }
  
    .order-sm-12 {
      order: 12;
    }
  
    .offset-sm-0 {
      margin-left: 0;
    }
  
    .offset-sm-1 {
      margin-left: 8.3333333333%;
    }
  
    .offset-sm-2 {
      margin-left: 16.6666666667%;
    }
  
    .offset-sm-3 {
      margin-left: 25%;
    }
  
    .offset-sm-4 {
      margin-left: 33.3333333333%;
    }
  
    .offset-sm-5 {
      margin-left: 41.6666666667%;
    }
  
    .offset-sm-6 {
      margin-left: 50%;
    }
  
    .offset-sm-7 {
      margin-left: 58.3333333333%;
    }
  
    .offset-sm-8 {
      margin-left: 66.6666666667%;
    }
  
    .offset-sm-9 {
      margin-left: 75%;
    }
  
    .offset-sm-10 {
      margin-left: 83.3333333333%;
    }
  
    .offset-sm-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 768px) {
    .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
  
    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
  
    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
  
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
  
    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
  
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
  
    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
  
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-md-first {
      order: -1;
    }
  
    .order-md-last {
      order: 13;
    }
  
    .order-md-0 {
      order: 0;
    }
  
    .order-md-1 {
      order: 1;
    }
  
    .order-md-2 {
      order: 2;
    }
  
    .order-md-3 {
      order: 3;
    }
  
    .order-md-4 {
      order: 4;
    }
  
    .order-md-5 {
      order: 5;
    }
  
    .order-md-6 {
      order: 6;
    }
  
    .order-md-7 {
      order: 7;
    }
  
    .order-md-8 {
      order: 8;
    }
  
    .order-md-9 {
      order: 9;
    }
  
    .order-md-10 {
      order: 10;
    }
  
    .order-md-11 {
      order: 11;
    }
  
    .order-md-12 {
      order: 12;
    }
  
    .offset-md-0 {
      margin-left: 0;
    }
  
    .offset-md-1 {
      margin-left: 8.3333333333%;
    }
  
    .offset-md-2 {
      margin-left: 16.6666666667%;
    }
  
    .offset-md-3 {
      margin-left: 25%;
    }
  
    .offset-md-4 {
      margin-left: 33.3333333333%;
    }
  
    .offset-md-5 {
      margin-left: 41.6666666667%;
    }
  
    .offset-md-6 {
      margin-left: 50%;
    }
  
    .offset-md-7 {
      margin-left: 58.3333333333%;
    }
  
    .offset-md-8 {
      margin-left: 66.6666666667%;
    }
  
    .offset-md-9 {
      margin-left: 75%;
    }
  
    .offset-md-10 {
      margin-left: 83.3333333333%;
    }
  
    .offset-md-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 992px) {
    .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
  
    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
  
    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
  
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
  
    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
  
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
  
    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
  
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-lg-first {
      order: -1;
    }
  
    .order-lg-last {
      order: 13;
    }
  
    .order-lg-0 {
      order: 0;
    }
  
    .order-lg-1 {
      order: 1;
    }
  
    .order-lg-2 {
      order: 2;
    }
  
    .order-lg-3 {
      order: 3;
    }
  
    .order-lg-4 {
      order: 4;
    }
  
    .order-lg-5 {
      order: 5;
    }
  
    .order-lg-6 {
      order: 6;
    }
  
    .order-lg-7 {
      order: 7;
    }
  
    .order-lg-8 {
      order: 8;
    }
  
    .order-lg-9 {
      order: 9;
    }
  
    .order-lg-10 {
      order: 10;
    }
  
    .order-lg-11 {
      order: 11;
    }
  
    .order-lg-12 {
      order: 12;
    }
  
    .offset-lg-0 {
      margin-left: 0;
    }
  
    .offset-lg-1 {
      margin-left: 8.3333333333%;
    }
  
    .offset-lg-2 {
      margin-left: 16.6666666667%;
    }
  
    .offset-lg-3 {
      margin-left: 25%;
    }
  
    .offset-lg-4 {
      margin-left: 33.3333333333%;
    }
  
    .offset-lg-5 {
      margin-left: 41.6666666667%;
    }
  
    .offset-lg-6 {
      margin-left: 50%;
    }
  
    .offset-lg-7 {
      margin-left: 58.3333333333%;
    }
  
    .offset-lg-8 {
      margin-left: 66.6666666667%;
    }
  
    .offset-lg-9 {
      margin-left: 75%;
    }
  
    .offset-lg-10 {
      margin-left: 83.3333333333%;
    }
  
    .offset-lg-11 {
      margin-left: 91.6666666667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
  
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
  
    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%;
    }
  
    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
  
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
  
    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
    }
  
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
    }
  
    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
    }
  
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
    }
  
    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%;
    }
  
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .order-xl-first {
      order: -1;
    }
  
    .order-xl-last {
      order: 13;
    }
  
    .order-xl-0 {
      order: 0;
    }
  
    .order-xl-1 {
      order: 1;
    }
  
    .order-xl-2 {
      order: 2;
    }
  
    .order-xl-3 {
      order: 3;
    }
  
    .order-xl-4 {
      order: 4;
    }
  
    .order-xl-5 {
      order: 5;
    }
  
    .order-xl-6 {
      order: 6;
    }
  
    .order-xl-7 {
      order: 7;
    }
  
    .order-xl-8 {
      order: 8;
    }
  
    .order-xl-9 {
      order: 9;
    }
  
    .order-xl-10 {
      order: 10;
    }
  
    .order-xl-11 {
      order: 11;
    }
  
    .order-xl-12 {
      order: 12;
    }
  
    .offset-xl-0 {
      margin-left: 0;
    }
  
    .offset-xl-1 {
      margin-left: 8.3333333333%;
    }
  
    .offset-xl-2 {
      margin-left: 16.6666666667%;
    }
  
    .offset-xl-3 {
      margin-left: 25%;
    }
  
    .offset-xl-4 {
      margin-left: 33.3333333333%;
    }
  
    .offset-xl-5 {
      margin-left: 41.6666666667%;
    }
  
    .offset-xl-6 {
      margin-left: 50%;
    }
  
    .offset-xl-7 {
      margin-left: 58.3333333333%;
    }
  
    .offset-xl-8 {
      margin-left: 66.6666666667%;
    }
  
    .offset-xl-9 {
      margin-left: 75%;
    }
  
    .offset-xl-10 {
      margin-left: 83.3333333333%;
    }
  
    .offset-xl-11 {
      margin-left: 91.6666666667%;
    }
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f8a6a0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(239, 56, 41, 0.25);
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  
  select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
  }
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  
  .form-control-file,
  .form-control-range {
    display: block;
    width: 100%;
  }
  
  .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }
  
  .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
  }
  
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
  }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
  }
  
  .form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
  }
  
  .form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
  }
  
  .form-group {
    margin-bottom: 1rem;
  }
  
  .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .form-row > .col,
  .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
  }
  
  .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
  }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
  }
  
  .form-check-label {
    margin-bottom: 0;
  }
  
  .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
  }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
  }
  
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
  }
  
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
  }
  
  .was-validated .form-control:valid, .form-control.is-valid,
  .was-validated .custom-select:valid,
  .custom-select.is-valid {
    border-color: #28a745;
  }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block;
  }
  
  .was-validated .form-control-file:valid ~ .valid-feedback,
  .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
  .form-control-file.is-valid ~ .valid-tooltip {
    display: block;
  }
  
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
  }
  .was-validated .form-check-input:valid ~ .valid-feedback,
  .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
  .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  
  .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
  }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
  }
  .was-validated .custom-control-input:valid ~ .valid-feedback,
  .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
  .custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
  }
  .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
  }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit;
  }
  .was-validated .custom-file-input:valid ~ .valid-feedback,
  .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
  .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
  }
  
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
  }
  
  .was-validated .form-control:invalid, .form-control.is-invalid,
  .was-validated .custom-select:invalid,
  .custom-select.is-invalid {
    border-color: #dc3545;
  }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .was-validated .form-control-file:invalid ~ .invalid-feedback,
  .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
  .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
  }
  .was-validated .form-check-input:invalid ~ .invalid-feedback,
  .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
  .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
  }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
  }
  .was-validated .custom-control-input:invalid ~ .invalid-feedback,
  .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
  .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
  }
  .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
  }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit;
  }
  .was-validated .custom-file-input:invalid ~ .invalid-feedback,
  .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
  .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  
  .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .form-inline .form-check {
    width: 100%;
  }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
    }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0;
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
      display: inline-block;
    }
    .form-inline .input-group,
  .form-inline .custom-select {
      width: auto;
    }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0;
    }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
    }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center;
    }
    .form-inline .custom-control-label {
      margin-bottom: 0;
    }
  }
  
  .modal-open {
    overflow: hidden;
  }
  
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.show .modal-dialog {
    transform: translate(0, 0);
  }
  
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
  }
  
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .modal-backdrop.fade {
    opacity: 0;
  }
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
  }
  .modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
  }
  .modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
  
    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
    }
  
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      max-width: 800px;
    }
  }
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
  }
  
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  
  .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  
  @media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 576px) {
    .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 768px) {
    .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 992px) {
    .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  }
  .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand .navbar-toggler {
    display: none;
  }
  
  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }
  .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-dark .navbar-brand {
    color: #fff;
  }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
  }
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar-dark .navbar-text a {
    color: #fff;
  }
  .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
  }
  
  .align-baseline {
    vertical-align: baseline !important;
  }
  
  .align-top {
    vertical-align: top !important;
  }
  
  .align-middle {
    vertical-align: middle !important;
  }
  
  .align-bottom {
    vertical-align: bottom !important;
  }
  
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  
  .align-text-top {
    vertical-align: text-top !important;
  }
  
  .bg-primary {
    background-color: #ef3829 !important;
  }
  
  a.bg-primary:hover, a.bg-primary:focus,
  button.bg-primary:hover,
  button.bg-primary:focus {
    background-color: #d51f10 !important;
  }
  
  .bg-secondary {
    background-color: #6c757d !important;
  }
  
  a.bg-secondary:hover, a.bg-secondary:focus,
  button.bg-secondary:hover,
  button.bg-secondary:focus {
    background-color: #545b62 !important;
  }
  
  .bg-success {
    background-color: #28a745 !important;
  }
  
  a.bg-success:hover, a.bg-success:focus,
  button.bg-success:hover,
  button.bg-success:focus {
    background-color: #1e7e34 !important;
  }
  
  .bg-info {
    background-color: #17a2b8 !important;
  }
  
  a.bg-info:hover, a.bg-info:focus,
  button.bg-info:hover,
  button.bg-info:focus {
    background-color: #117a8b !important;
  }
  
  .bg-warning {
    background-color: #ffc107 !important;
  }
  
  a.bg-warning:hover, a.bg-warning:focus,
  button.bg-warning:hover,
  button.bg-warning:focus {
    background-color: #d39e00 !important;
  }
  
  .bg-danger {
    background-color: #dc3545 !important;
  }
  
  a.bg-danger:hover, a.bg-danger:focus,
  button.bg-danger:hover,
  button.bg-danger:focus {
    background-color: #bd2130 !important;
  }
  
  .bg-light {
    background-color: #f8f9fa !important;
  }
  
  a.bg-light:hover, a.bg-light:focus,
  button.bg-light:hover,
  button.bg-light:focus {
    background-color: #dae0e5 !important;
  }
  
  .bg-dark {
    background-color: #ef3829 !important;
  }
  
  a.bg-dark:hover, a.bg-dark:focus,
  button.bg-dark:hover,
  button.bg-dark:focus {
    background-color: #d51f10 !important;
  }
  
  .bg-white {
    background-color: #fff !important;
  }
  
  .bg-transparent {
    background-color: transparent !important;
  }
  
  .border {
    border: 1px solid #dee2e6 !important;
  }
  
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
  
  .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
  
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  
  .border-left {
    border-left: 1px solid #dee2e6 !important;
  }
  
  .border-0 {
    border: 0 !important;
  }
  
  .border-top-0 {
    border-top: 0 !important;
  }
  
  .border-right-0 {
    border-right: 0 !important;
  }
  
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  
  .border-left-0 {
    border-left: 0 !important;
  }
  
  .border-primary {
    border-color: #ef3829 !important;
  }
  
  .border-secondary {
    border-color: #6c757d !important;
  }
  
  .border-success {
    border-color: #28a745 !important;
  }
  
  .border-info {
    border-color: #17a2b8 !important;
  }
  
  .border-warning {
    border-color: #ffc107 !important;
  }
  
  .border-danger {
    border-color: #dc3545 !important;
  }
  
  .border-light {
    border-color: #f8f9fa !important;
  }
  
  .border-dark {
    border-color: #ef3829 !important;
  }
  
  .border-white {
    border-color: #fff !important;
  }
  
  .rounded {
    border-radius: 0.25rem !important;
  }
  
  .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  
  .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  
  .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  
  .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  
  .rounded-circle {
    border-radius: 50% !important;
  }
  
  .rounded-0 {
    border-radius: 0 !important;
  }
  
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .d-none {
    display: none !important;
  }
  
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-table {
    display: table !important;
  }
  
  .d-table-row {
    display: table-row !important;
  }
  
  .d-table-cell {
    display: table-cell !important;
  }
  
  .d-flex {
    display: flex !important;
  }
  
  .d-inline-flex {
    display: inline-flex !important;
  }
  
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important;
    }
  
    .d-sm-inline {
      display: inline !important;
    }
  
    .d-sm-inline-block {
      display: inline-block !important;
    }
  
    .d-sm-block {
      display: block !important;
    }
  
    .d-sm-table {
      display: table !important;
    }
  
    .d-sm-table-row {
      display: table-row !important;
    }
  
    .d-sm-table-cell {
      display: table-cell !important;
    }
  
    .d-sm-flex {
      display: flex !important;
    }
  
    .d-sm-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
  
    .d-md-inline {
      display: inline !important;
    }
  
    .d-md-inline-block {
      display: inline-block !important;
    }
  
    .d-md-block {
      display: block !important;
    }
  
    .d-md-table {
      display: table !important;
    }
  
    .d-md-table-row {
      display: table-row !important;
    }
  
    .d-md-table-cell {
      display: table-cell !important;
    }
  
    .d-md-flex {
      display: flex !important;
    }
  
    .d-md-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
  
    .d-lg-inline {
      display: inline !important;
    }
  
    .d-lg-inline-block {
      display: inline-block !important;
    }
  
    .d-lg-block {
      display: block !important;
    }
  
    .d-lg-table {
      display: table !important;
    }
  
    .d-lg-table-row {
      display: table-row !important;
    }
  
    .d-lg-table-cell {
      display: table-cell !important;
    }
  
    .d-lg-flex {
      display: flex !important;
    }
  
    .d-lg-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none !important;
    }
  
    .d-xl-inline {
      display: inline !important;
    }
  
    .d-xl-inline-block {
      display: inline-block !important;
    }
  
    .d-xl-block {
      display: block !important;
    }
  
    .d-xl-table {
      display: table !important;
    }
  
    .d-xl-table-row {
      display: table-row !important;
    }
  
    .d-xl-table-cell {
      display: table-cell !important;
    }
  
    .d-xl-flex {
      display: flex !important;
    }
  
    .d-xl-inline-flex {
      display: inline-flex !important;
    }
  }
  @media print {
    .d-print-none {
      display: none !important;
    }
  
    .d-print-inline {
      display: inline !important;
    }
  
    .d-print-inline-block {
      display: inline-block !important;
    }
  
    .d-print-block {
      display: block !important;
    }
  
    .d-print-table {
      display: table !important;
    }
  
    .d-print-table-row {
      display: table-row !important;
    }
  
    .d-print-table-cell {
      display: table-cell !important;
    }
  
    .d-print-flex {
      display: flex !important;
    }
  
    .d-print-inline-flex {
      display: inline-flex !important;
    }
  }
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive::before {
    display: block;
    content: "";
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  
  .embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
  }
  
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  
  .embed-responsive-4by3::before {
    padding-top: 75%;
  }
  
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }
  
  .flex-row {
    flex-direction: row !important;
  }
  
  .flex-column {
    flex-direction: column !important;
  }
  
  .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
    flex-wrap: nowrap !important;
  }
  
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  
  .flex-fill {
    flex: 1 1 auto !important;
  }
  
  .flex-grow-0 {
    flex-grow: 0 !important;
  }
  
  .flex-grow-1 {
    flex-grow: 1 !important;
  }
  
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  
  .flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  
  .justify-content-start {
    justify-content: flex-start !important;
  }
  
  .justify-content-end {
    justify-content: flex-end !important;
  }
  
  .justify-content-center {
    justify-content: center !important;
  }
  
  .justify-content-between {
    justify-content: space-between !important;
  }
  
  .justify-content-around {
    justify-content: space-around !important;
  }
  
  .align-items-start {
    align-items: flex-start !important;
  }
  
  .align-items-end {
    align-items: flex-end !important;
  }
  
  .align-items-center {
    align-items: center !important;
  }
  
  .align-items-baseline {
    align-items: baseline !important;
  }
  
  .align-items-stretch {
    align-items: stretch !important;
  }
  
  .align-content-start {
    align-content: flex-start !important;
  }
  
  .align-content-end {
    align-content: flex-end !important;
  }
  
  .align-content-center {
    align-content: center !important;
  }
  
  .align-content-between {
    align-content: space-between !important;
  }
  
  .align-content-around {
    align-content: space-around !important;
  }
  
  .align-content-stretch {
    align-content: stretch !important;
  }
  
  .align-self-auto {
    align-self: auto !important;
  }
  
  .align-self-start {
    align-self: flex-start !important;
  }
  
  .align-self-end {
    align-self: flex-end !important;
  }
  
  .align-self-center {
    align-self: center !important;
  }
  
  .align-self-baseline {
    align-self: baseline !important;
  }
  
  .align-self-stretch {
    align-self: stretch !important;
  }
  
  @media (min-width: 576px) {
    .flex-sm-row {
      flex-direction: row !important;
    }
  
    .flex-sm-column {
      flex-direction: column !important;
    }
  
    .flex-sm-row-reverse {
      flex-direction: row-reverse !important;
    }
  
    .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .flex-sm-wrap {
      flex-wrap: wrap !important;
    }
  
    .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
  
    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
  
    .flex-sm-fill {
      flex: 1 1 auto !important;
    }
  
    .flex-sm-grow-0 {
      flex-grow: 0 !important;
    }
  
    .flex-sm-grow-1 {
      flex-grow: 1 !important;
    }
  
    .flex-sm-shrink-0 {
      flex-shrink: 0 !important;
    }
  
    .flex-sm-shrink-1 {
      flex-shrink: 1 !important;
    }
  
    .justify-content-sm-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-sm-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-sm-center {
      justify-content: center !important;
    }
  
    .justify-content-sm-between {
      justify-content: space-between !important;
    }
  
    .justify-content-sm-around {
      justify-content: space-around !important;
    }
  
    .align-items-sm-start {
      align-items: flex-start !important;
    }
  
    .align-items-sm-end {
      align-items: flex-end !important;
    }
  
    .align-items-sm-center {
      align-items: center !important;
    }
  
    .align-items-sm-baseline {
      align-items: baseline !important;
    }
  
    .align-items-sm-stretch {
      align-items: stretch !important;
    }
  
    .align-content-sm-start {
      align-content: flex-start !important;
    }
  
    .align-content-sm-end {
      align-content: flex-end !important;
    }
  
    .align-content-sm-center {
      align-content: center !important;
    }
  
    .align-content-sm-between {
      align-content: space-between !important;
    }
  
    .align-content-sm-around {
      align-content: space-around !important;
    }
  
    .align-content-sm-stretch {
      align-content: stretch !important;
    }
  
    .align-self-sm-auto {
      align-self: auto !important;
    }
  
    .align-self-sm-start {
      align-self: flex-start !important;
    }
  
    .align-self-sm-end {
      align-self: flex-end !important;
    }
  
    .align-self-sm-center {
      align-self: center !important;
    }
  
    .align-self-sm-baseline {
      align-self: baseline !important;
    }
  
    .align-self-sm-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 768px) {
    .flex-md-row {
      flex-direction: row !important;
    }
  
    .flex-md-column {
      flex-direction: column !important;
    }
  
    .flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
  
    .flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .flex-md-wrap {
      flex-wrap: wrap !important;
    }
  
    .flex-md-nowrap {
      flex-wrap: nowrap !important;
    }
  
    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
  
    .flex-md-fill {
      flex: 1 1 auto !important;
    }
  
    .flex-md-grow-0 {
      flex-grow: 0 !important;
    }
  
    .flex-md-grow-1 {
      flex-grow: 1 !important;
    }
  
    .flex-md-shrink-0 {
      flex-shrink: 0 !important;
    }
  
    .flex-md-shrink-1 {
      flex-shrink: 1 !important;
    }
  
    .justify-content-md-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-md-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-md-center {
      justify-content: center !important;
    }
  
    .justify-content-md-between {
      justify-content: space-between !important;
    }
  
    .justify-content-md-around {
      justify-content: space-around !important;
    }
  
    .align-items-md-start {
      align-items: flex-start !important;
    }
  
    .align-items-md-end {
      align-items: flex-end !important;
    }
  
    .align-items-md-center {
      align-items: center !important;
    }
  
    .align-items-md-baseline {
      align-items: baseline !important;
    }
  
    .align-items-md-stretch {
      align-items: stretch !important;
    }
  
    .align-content-md-start {
      align-content: flex-start !important;
    }
  
    .align-content-md-end {
      align-content: flex-end !important;
    }
  
    .align-content-md-center {
      align-content: center !important;
    }
  
    .align-content-md-between {
      align-content: space-between !important;
    }
  
    .align-content-md-around {
      align-content: space-around !important;
    }
  
    .align-content-md-stretch {
      align-content: stretch !important;
    }
  
    .align-self-md-auto {
      align-self: auto !important;
    }
  
    .align-self-md-start {
      align-self: flex-start !important;
    }
  
    .align-self-md-end {
      align-self: flex-end !important;
    }
  
    .align-self-md-center {
      align-self: center !important;
    }
  
    .align-self-md-baseline {
      align-self: baseline !important;
    }
  
    .align-self-md-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 992px) {
    .flex-lg-row {
      flex-direction: row !important;
    }
  
    .flex-lg-column {
      flex-direction: column !important;
    }
  
    .flex-lg-row-reverse {
      flex-direction: row-reverse !important;
    }
  
    .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .flex-lg-wrap {
      flex-wrap: wrap !important;
    }
  
    .flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }
  
    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
  
    .flex-lg-fill {
      flex: 1 1 auto !important;
    }
  
    .flex-lg-grow-0 {
      flex-grow: 0 !important;
    }
  
    .flex-lg-grow-1 {
      flex-grow: 1 !important;
    }
  
    .flex-lg-shrink-0 {
      flex-shrink: 0 !important;
    }
  
    .flex-lg-shrink-1 {
      flex-shrink: 1 !important;
    }
  
    .justify-content-lg-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-lg-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-lg-center {
      justify-content: center !important;
    }
  
    .justify-content-lg-between {
      justify-content: space-between !important;
    }
  
    .justify-content-lg-around {
      justify-content: space-around !important;
    }
  
    .align-items-lg-start {
      align-items: flex-start !important;
    }
  
    .align-items-lg-end {
      align-items: flex-end !important;
    }
  
    .align-items-lg-center {
      align-items: center !important;
    }
  
    .align-items-lg-baseline {
      align-items: baseline !important;
    }
  
    .align-items-lg-stretch {
      align-items: stretch !important;
    }
  
    .align-content-lg-start {
      align-content: flex-start !important;
    }
  
    .align-content-lg-end {
      align-content: flex-end !important;
    }
  
    .align-content-lg-center {
      align-content: center !important;
    }
  
    .align-content-lg-between {
      align-content: space-between !important;
    }
  
    .align-content-lg-around {
      align-content: space-around !important;
    }
  
    .align-content-lg-stretch {
      align-content: stretch !important;
    }
  
    .align-self-lg-auto {
      align-self: auto !important;
    }
  
    .align-self-lg-start {
      align-self: flex-start !important;
    }
  
    .align-self-lg-end {
      align-self: flex-end !important;
    }
  
    .align-self-lg-center {
      align-self: center !important;
    }
  
    .align-self-lg-baseline {
      align-self: baseline !important;
    }
  
    .align-self-lg-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 1200px) {
    .flex-xl-row {
      flex-direction: row !important;
    }
  
    .flex-xl-column {
      flex-direction: column !important;
    }
  
    .flex-xl-row-reverse {
      flex-direction: row-reverse !important;
    }
  
    .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .flex-xl-wrap {
      flex-wrap: wrap !important;
    }
  
    .flex-xl-nowrap {
      flex-wrap: nowrap !important;
    }
  
    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
  
    .flex-xl-fill {
      flex: 1 1 auto !important;
    }
  
    .flex-xl-grow-0 {
      flex-grow: 0 !important;
    }
  
    .flex-xl-grow-1 {
      flex-grow: 1 !important;
    }
  
    .flex-xl-shrink-0 {
      flex-shrink: 0 !important;
    }
  
    .flex-xl-shrink-1 {
      flex-shrink: 1 !important;
    }
  
    .justify-content-xl-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-xl-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-xl-center {
      justify-content: center !important;
    }
  
    .justify-content-xl-between {
      justify-content: space-between !important;
    }
  
    .justify-content-xl-around {
      justify-content: space-around !important;
    }
  
    .align-items-xl-start {
      align-items: flex-start !important;
    }
  
    .align-items-xl-end {
      align-items: flex-end !important;
    }
  
    .align-items-xl-center {
      align-items: center !important;
    }
  
    .align-items-xl-baseline {
      align-items: baseline !important;
    }
  
    .align-items-xl-stretch {
      align-items: stretch !important;
    }
  
    .align-content-xl-start {
      align-content: flex-start !important;
    }
  
    .align-content-xl-end {
      align-content: flex-end !important;
    }
  
    .align-content-xl-center {
      align-content: center !important;
    }
  
    .align-content-xl-between {
      align-content: space-between !important;
    }
  
    .align-content-xl-around {
      align-content: space-around !important;
    }
  
    .align-content-xl-stretch {
      align-content: stretch !important;
    }
  
    .align-self-xl-auto {
      align-self: auto !important;
    }
  
    .align-self-xl-start {
      align-self: flex-start !important;
    }
  
    .align-self-xl-end {
      align-self: flex-end !important;
    }
  
    .align-self-xl-center {
      align-self: center !important;
    }
  
    .align-self-xl-baseline {
      align-self: baseline !important;
    }
  
    .align-self-xl-stretch {
      align-self: stretch !important;
    }
  }
  .float-left {
    float: left !important;
  }
  
  .float-right {
    float: right !important;
  }
  
  .float-none {
    float: none !important;
  }
  
  @media (min-width: 576px) {
    .float-sm-left {
      float: left !important;
    }
  
    .float-sm-right {
      float: right !important;
    }
  
    .float-sm-none {
      float: none !important;
    }
  }
  @media (min-width: 768px) {
    .float-md-left {
      float: left !important;
    }
  
    .float-md-right {
      float: right !important;
    }
  
    .float-md-none {
      float: none !important;
    }
  }
  @media (min-width: 992px) {
    .float-lg-left {
      float: left !important;
    }
  
    .float-lg-right {
      float: right !important;
    }
  
    .float-lg-none {
      float: none !important;
    }
  }
  @media (min-width: 1200px) {
    .float-xl-left {
      float: left !important;
    }
  
    .float-xl-right {
      float: right !important;
    }
  
    .float-xl-none {
      float: none !important;
    }
  }
  .position-static {
    position: static !important;
  }
  
  .position-relative {
    position: relative !important;
  }
  
  .position-absolute {
    position: absolute !important;
  }
  
  .position-fixed {
    position: fixed !important;
  }
  
  .position-sticky {
    position: sticky !important;
  }
  
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  
  @supports (position: sticky) {
    .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  
  .shadow-none {
    box-shadow: none !important;
  }
  
  .w-25 {
    width: 25% !important;
  }
  
  .w-50 {
    width: 50% !important;
  }
  
  .w-75 {
    width: 75% !important;
  }
  
  .w-100 {
    width: 100% !important;
  }
  
  .w-auto {
    width: auto !important;
  }
  
  .h-25 {
    height: 25% !important;
  }
  
  .h-50 {
    height: 50% !important;
  }
  
  .h-75 {
    height: 75% !important;
  }
  
  .h-100 {
    height: 100% !important;
  }
  
  .h-auto {
    height: auto !important;
  }
  
  .mw-100 {
    max-width: 100% !important;
  }
  
  .mh-100 {
    max-height: 100% !important;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
  
    .mt-sm-0,
  .my-sm-0 {
      margin-top: 0 !important;
    }
  
    .mr-sm-0,
  .mx-sm-0 {
      margin-right: 0 !important;
    }
  
    .mb-sm-0,
  .my-sm-0 {
      margin-bottom: 0 !important;
    }
  
    .ml-sm-0,
  .mx-sm-0 {
      margin-left: 0 !important;
    }
  
    .m-sm-1 {
      margin: 0.25rem !important;
    }
  
    .mt-sm-1,
  .my-sm-1 {
      margin-top: 0.25rem !important;
    }
  
    .mr-sm-1,
  .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
  
    .mb-sm-1,
  .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
  
    .ml-sm-1,
  .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
  
    .m-sm-2 {
      margin: 0.5rem !important;
    }
  
    .mt-sm-2,
  .my-sm-2 {
      margin-top: 0.5rem !important;
    }
  
    .mr-sm-2,
  .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
  
    .mb-sm-2,
  .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
  
    .ml-sm-2,
  .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
  
    .m-sm-3 {
      margin: 1rem !important;
    }
  
    .mt-sm-3,
  .my-sm-3 {
      margin-top: 1rem !important;
    }
  
    .mr-sm-3,
  .mx-sm-3 {
      margin-right: 1rem !important;
    }
  
    .mb-sm-3,
  .my-sm-3 {
      margin-bottom: 1rem !important;
    }
  
    .ml-sm-3,
  .mx-sm-3 {
      margin-left: 1rem !important;
    }
  
    .m-sm-4 {
      margin: 1.5rem !important;
    }
  
    .mt-sm-4,
  .my-sm-4 {
      margin-top: 1.5rem !important;
    }
  
    .mr-sm-4,
  .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
  
    .mb-sm-4,
  .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
  
    .ml-sm-4,
  .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
  
    .m-sm-5 {
      margin: 3rem !important;
    }
  
    .mt-sm-5,
  .my-sm-5 {
      margin-top: 3rem !important;
    }
  
    .mr-sm-5,
  .mx-sm-5 {
      margin-right: 3rem !important;
    }
  
    .mb-sm-5,
  .my-sm-5 {
      margin-bottom: 3rem !important;
    }
  
    .ml-sm-5,
  .mx-sm-5 {
      margin-left: 3rem !important;
    }
  
    .p-sm-0 {
      padding: 0 !important;
    }
  
    .pt-sm-0,
  .py-sm-0 {
      padding-top: 0 !important;
    }
  
    .pr-sm-0,
  .px-sm-0 {
      padding-right: 0 !important;
    }
  
    .pb-sm-0,
  .py-sm-0 {
      padding-bottom: 0 !important;
    }
  
    .pl-sm-0,
  .px-sm-0 {
      padding-left: 0 !important;
    }
  
    .p-sm-1 {
      padding: 0.25rem !important;
    }
  
    .pt-sm-1,
  .py-sm-1 {
      padding-top: 0.25rem !important;
    }
  
    .pr-sm-1,
  .px-sm-1 {
      padding-right: 0.25rem !important;
    }
  
    .pb-sm-1,
  .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
  
    .pl-sm-1,
  .px-sm-1 {
      padding-left: 0.25rem !important;
    }
  
    .p-sm-2 {
      padding: 0.5rem !important;
    }
  
    .pt-sm-2,
  .py-sm-2 {
      padding-top: 0.5rem !important;
    }
  
    .pr-sm-2,
  .px-sm-2 {
      padding-right: 0.5rem !important;
    }
  
    .pb-sm-2,
  .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
  
    .pl-sm-2,
  .px-sm-2 {
      padding-left: 0.5rem !important;
    }
  
    .p-sm-3 {
      padding: 1rem !important;
    }
  
    .pt-sm-3,
  .py-sm-3 {
      padding-top: 1rem !important;
    }
  
    .pr-sm-3,
  .px-sm-3 {
      padding-right: 1rem !important;
    }
  
    .pb-sm-3,
  .py-sm-3 {
      padding-bottom: 1rem !important;
    }
  
    .pl-sm-3,
  .px-sm-3 {
      padding-left: 1rem !important;
    }
  
    .p-sm-4 {
      padding: 1.5rem !important;
    }
  
    .pt-sm-4,
  .py-sm-4 {
      padding-top: 1.5rem !important;
    }
  
    .pr-sm-4,
  .px-sm-4 {
      padding-right: 1.5rem !important;
    }
  
    .pb-sm-4,
  .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
  
    .pl-sm-4,
  .px-sm-4 {
      padding-left: 1.5rem !important;
    }
  
    .p-sm-5 {
      padding: 3rem !important;
    }
  
    .pt-sm-5,
  .py-sm-5 {
      padding-top: 3rem !important;
    }
  
    .pr-sm-5,
  .px-sm-5 {
      padding-right: 3rem !important;
    }
  
    .pb-sm-5,
  .py-sm-5 {
      padding-bottom: 3rem !important;
    }
  
    .pl-sm-5,
  .px-sm-5 {
      padding-left: 3rem !important;
    }
  
    .m-sm-auto {
      margin: auto !important;
    }
  
    .mt-sm-auto,
  .my-sm-auto {
      margin-top: auto !important;
    }
  
    .mr-sm-auto,
  .mx-sm-auto {
      margin-right: auto !important;
    }
  
    .mb-sm-auto,
  .my-sm-auto {
      margin-bottom: auto !important;
    }
  
    .ml-sm-auto,
  .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }
  
    .mt-md-0,
  .my-md-0 {
      margin-top: 0 !important;
    }
  
    .mr-md-0,
  .mx-md-0 {
      margin-right: 0 !important;
    }
  
    .mb-md-0,
  .my-md-0 {
      margin-bottom: 0 !important;
    }
  
    .ml-md-0,
  .mx-md-0 {
      margin-left: 0 !important;
    }
  
    .m-md-1 {
      margin: 0.25rem !important;
    }
  
    .mt-md-1,
  .my-md-1 {
      margin-top: 0.25rem !important;
    }
  
    .mr-md-1,
  .mx-md-1 {
      margin-right: 0.25rem !important;
    }
  
    .mb-md-1,
  .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
  
    .ml-md-1,
  .mx-md-1 {
      margin-left: 0.25rem !important;
    }
  
    .m-md-2 {
      margin: 0.5rem !important;
    }
  
    .mt-md-2,
  .my-md-2 {
      margin-top: 0.5rem !important;
    }
  
    .mr-md-2,
  .mx-md-2 {
      margin-right: 0.5rem !important;
    }
  
    .mb-md-2,
  .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
  
    .ml-md-2,
  .mx-md-2 {
      margin-left: 0.5rem !important;
    }
  
    .m-md-3 {
      margin: 1rem !important;
    }
  
    .mt-md-3,
  .my-md-3 {
      margin-top: 1rem !important;
    }
  
    .mr-md-3,
  .mx-md-3 {
      margin-right: 1rem !important;
    }
  
    .mb-md-3,
  .my-md-3 {
      margin-bottom: 1rem !important;
    }
  
    .ml-md-3,
  .mx-md-3 {
      margin-left: 1rem !important;
    }
  
    .m-md-4 {
      margin: 1.5rem !important;
    }
  
    .mt-md-4,
  .my-md-4 {
      margin-top: 1.5rem !important;
    }
  
    .mr-md-4,
  .mx-md-4 {
      margin-right: 1.5rem !important;
    }
  
    .mb-md-4,
  .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
  
    .ml-md-4,
  .mx-md-4 {
      margin-left: 1.5rem !important;
    }
  
    .m-md-5 {
      margin: 3rem !important;
    }
  
    .mt-md-5,
  .my-md-5 {
      margin-top: 3rem !important;
    }
  
    .mr-md-5,
  .mx-md-5 {
      margin-right: 3rem !important;
    }
  
    .mb-md-5,
  .my-md-5 {
      margin-bottom: 3rem !important;
    }
  
    .ml-md-5,
  .mx-md-5 {
      margin-left: 3rem !important;
    }
  
    .p-md-0 {
      padding: 0 !important;
    }
  
    .pt-md-0,
  .py-md-0 {
      padding-top: 0 !important;
    }
  
    .pr-md-0,
  .px-md-0 {
      padding-right: 0 !important;
    }
  
    .pb-md-0,
  .py-md-0 {
      padding-bottom: 0 !important;
    }
  
    .pl-md-0,
  .px-md-0 {
      padding-left: 0 !important;
    }
  
    .p-md-1 {
      padding: 0.25rem !important;
    }
  
    .pt-md-1,
  .py-md-1 {
      padding-top: 0.25rem !important;
    }
  
    .pr-md-1,
  .px-md-1 {
      padding-right: 0.25rem !important;
    }
  
    .pb-md-1,
  .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
  
    .pl-md-1,
  .px-md-1 {
      padding-left: 0.25rem !important;
    }
  
    .p-md-2 {
      padding: 0.5rem !important;
    }
  
    .pt-md-2,
  .py-md-2 {
      padding-top: 0.5rem !important;
    }
  
    .pr-md-2,
  .px-md-2 {
      padding-right: 0.5rem !important;
    }
  
    .pb-md-2,
  .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
  
    .pl-md-2,
  .px-md-2 {
      padding-left: 0.5rem !important;
    }
  
    .p-md-3 {
      padding: 1rem !important;
    }
  
    .pt-md-3,
  .py-md-3 {
      padding-top: 1rem !important;
    }
  
    .pr-md-3,
  .px-md-3 {
      padding-right: 1rem !important;
    }
  
    .pb-md-3,
  .py-md-3 {
      padding-bottom: 1rem !important;
    }
  
    .pl-md-3,
  .px-md-3 {
      padding-left: 1rem !important;
    }
  
    .p-md-4 {
      padding: 1.5rem !important;
    }
  
    .pt-md-4,
  .py-md-4 {
      padding-top: 1.5rem !important;
    }
  
    .pr-md-4,
  .px-md-4 {
      padding-right: 1.5rem !important;
    }
  
    .pb-md-4,
  .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
  
    .pl-md-4,
  .px-md-4 {
      padding-left: 1.5rem !important;
    }
  
    .p-md-5 {
      padding: 3rem !important;
    }
  
    .pt-md-5,
  .py-md-5 {
      padding-top: 3rem !important;
    }
  
    .pr-md-5,
  .px-md-5 {
      padding-right: 3rem !important;
    }
  
    .pb-md-5,
  .py-md-5 {
      padding-bottom: 3rem !important;
    }
  
    .pl-md-5,
  .px-md-5 {
      padding-left: 3rem !important;
    }
  
    .m-md-auto {
      margin: auto !important;
    }
  
    .mt-md-auto,
  .my-md-auto {
      margin-top: auto !important;
    }
  
    .mr-md-auto,
  .mx-md-auto {
      margin-right: auto !important;
    }
  
    .mb-md-auto,
  .my-md-auto {
      margin-bottom: auto !important;
    }
  
    .ml-md-auto,
  .mx-md-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }
  
    .mt-lg-0,
  .my-lg-0 {
      margin-top: 0 !important;
    }
  
    .mr-lg-0,
  .mx-lg-0 {
      margin-right: 0 !important;
    }
  
    .mb-lg-0,
  .my-lg-0 {
      margin-bottom: 0 !important;
    }
  
    .ml-lg-0,
  .mx-lg-0 {
      margin-left: 0 !important;
    }
  
    .m-lg-1 {
      margin: 0.25rem !important;
    }
  
    .mt-lg-1,
  .my-lg-1 {
      margin-top: 0.25rem !important;
    }
  
    .mr-lg-1,
  .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
  
    .mb-lg-1,
  .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
  
    .ml-lg-1,
  .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
  
    .m-lg-2 {
      margin: 0.5rem !important;
    }
  
    .mt-lg-2,
  .my-lg-2 {
      margin-top: 0.5rem !important;
    }
  
    .mr-lg-2,
  .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
  
    .mb-lg-2,
  .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
  
    .ml-lg-2,
  .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
  
    .m-lg-3 {
      margin: 1rem !important;
    }
  
    .mt-lg-3,
  .my-lg-3 {
      margin-top: 1rem !important;
    }
  
    .mr-lg-3,
  .mx-lg-3 {
      margin-right: 1rem !important;
    }
  
    .mb-lg-3,
  .my-lg-3 {
      margin-bottom: 1rem !important;
    }
  
    .ml-lg-3,
  .mx-lg-3 {
      margin-left: 1rem !important;
    }
  
    .m-lg-4 {
      margin: 1.5rem !important;
    }
  
    .mt-lg-4,
  .my-lg-4 {
      margin-top: 1.5rem !important;
    }
  
    .mr-lg-4,
  .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
  
    .mb-lg-4,
  .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
  
    .ml-lg-4,
  .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
  
    .m-lg-5 {
      margin: 3rem !important;
    }
  
    .mt-lg-5,
  .my-lg-5 {
      margin-top: 3rem !important;
    }
  
    .mr-lg-5,
  .mx-lg-5 {
      margin-right: 3rem !important;
    }
  
    .mb-lg-5,
  .my-lg-5 {
      margin-bottom: 3rem !important;
    }
  
    .ml-lg-5,
  .mx-lg-5 {
      margin-left: 3rem !important;
    }
  
    .p-lg-0 {
      padding: 0 !important;
    }
  
    .pt-lg-0,
  .py-lg-0 {
      padding-top: 0 !important;
    }
  
    .pr-lg-0,
  .px-lg-0 {
      padding-right: 0 !important;
    }
  
    .pb-lg-0,
  .py-lg-0 {
      padding-bottom: 0 !important;
    }
  
    .pl-lg-0,
  .px-lg-0 {
      padding-left: 0 !important;
    }
  
    .p-lg-1 {
      padding: 0.25rem !important;
    }
  
    .pt-lg-1,
  .py-lg-1 {
      padding-top: 0.25rem !important;
    }
  
    .pr-lg-1,
  .px-lg-1 {
      padding-right: 0.25rem !important;
    }
  
    .pb-lg-1,
  .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
  
    .pl-lg-1,
  .px-lg-1 {
      padding-left: 0.25rem !important;
    }
  
    .p-lg-2 {
      padding: 0.5rem !important;
    }
  
    .pt-lg-2,
  .py-lg-2 {
      padding-top: 0.5rem !important;
    }
  
    .pr-lg-2,
  .px-lg-2 {
      padding-right: 0.5rem !important;
    }
  
    .pb-lg-2,
  .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
  
    .pl-lg-2,
  .px-lg-2 {
      padding-left: 0.5rem !important;
    }
  
    .p-lg-3 {
      padding: 1rem !important;
    }
  
    .pt-lg-3,
  .py-lg-3 {
      padding-top: 1rem !important;
    }
  
    .pr-lg-3,
  .px-lg-3 {
      padding-right: 1rem !important;
    }
  
    .pb-lg-3,
  .py-lg-3 {
      padding-bottom: 1rem !important;
    }
  
    .pl-lg-3,
  .px-lg-3 {
      padding-left: 1rem !important;
    }
  
    .p-lg-4 {
      padding: 1.5rem !important;
    }
  
    .pt-lg-4,
  .py-lg-4 {
      padding-top: 1.5rem !important;
    }
  
    .pr-lg-4,
  .px-lg-4 {
      padding-right: 1.5rem !important;
    }
  
    .pb-lg-4,
  .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
  
    .pl-lg-4,
  .px-lg-4 {
      padding-left: 1.5rem !important;
    }
  
    .p-lg-5 {
      padding: 3rem !important;
    }
  
    .pt-lg-5,
  .py-lg-5 {
      padding-top: 3rem !important;
    }
  
    .pr-lg-5,
  .px-lg-5 {
      padding-right: 3rem !important;
    }
  
    .pb-lg-5,
  .py-lg-5 {
      padding-bottom: 3rem !important;
    }
  
    .pl-lg-5,
  .px-lg-5 {
      padding-left: 3rem !important;
    }
  
    .m-lg-auto {
      margin: auto !important;
    }
  
    .mt-lg-auto,
  .my-lg-auto {
      margin-top: auto !important;
    }
  
    .mr-lg-auto,
  .mx-lg-auto {
      margin-right: auto !important;
    }
  
    .mb-lg-auto,
  .my-lg-auto {
      margin-bottom: auto !important;
    }
  
    .ml-lg-auto,
  .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
  
    .mt-xl-0,
  .my-xl-0 {
      margin-top: 0 !important;
    }
  
    .mr-xl-0,
  .mx-xl-0 {
      margin-right: 0 !important;
    }
  
    .mb-xl-0,
  .my-xl-0 {
      margin-bottom: 0 !important;
    }
  
    .ml-xl-0,
  .mx-xl-0 {
      margin-left: 0 !important;
    }
  
    .m-xl-1 {
      margin: 0.25rem !important;
    }
  
    .mt-xl-1,
  .my-xl-1 {
      margin-top: 0.25rem !important;
    }
  
    .mr-xl-1,
  .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
  
    .mb-xl-1,
  .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
  
    .ml-xl-1,
  .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
  
    .m-xl-2 {
      margin: 0.5rem !important;
    }
  
    .mt-xl-2,
  .my-xl-2 {
      margin-top: 0.5rem !important;
    }
  
    .mr-xl-2,
  .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
  
    .mb-xl-2,
  .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
  
    .ml-xl-2,
  .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
  
    .m-xl-3 {
      margin: 1rem !important;
    }
  
    .mt-xl-3,
  .my-xl-3 {
      margin-top: 1rem !important;
    }
  
    .mr-xl-3,
  .mx-xl-3 {
      margin-right: 1rem !important;
    }
  
    .mb-xl-3,
  .my-xl-3 {
      margin-bottom: 1rem !important;
    }
  
    .ml-xl-3,
  .mx-xl-3 {
      margin-left: 1rem !important;
    }
  
    .m-xl-4 {
      margin: 1.5rem !important;
    }
  
    .mt-xl-4,
  .my-xl-4 {
      margin-top: 1.5rem !important;
    }
  
    .mr-xl-4,
  .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
  
    .mb-xl-4,
  .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
  
    .ml-xl-4,
  .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
  
    .m-xl-5 {
      margin: 3rem !important;
    }
  
    .mt-xl-5,
  .my-xl-5 {
      margin-top: 3rem !important;
    }
  
    .mr-xl-5,
  .mx-xl-5 {
      margin-right: 3rem !important;
    }
  
    .mb-xl-5,
  .my-xl-5 {
      margin-bottom: 3rem !important;
    }
  
    .ml-xl-5,
  .mx-xl-5 {
      margin-left: 3rem !important;
    }
  
    .p-xl-0 {
      padding: 0 !important;
    }
  
    .pt-xl-0,
  .py-xl-0 {
      padding-top: 0 !important;
    }
  
    .pr-xl-0,
  .px-xl-0 {
      padding-right: 0 !important;
    }
  
    .pb-xl-0,
  .py-xl-0 {
      padding-bottom: 0 !important;
    }
  
    .pl-xl-0,
  .px-xl-0 {
      padding-left: 0 !important;
    }
  
    .p-xl-1 {
      padding: 0.25rem !important;
    }
  
    .pt-xl-1,
  .py-xl-1 {
      padding-top: 0.25rem !important;
    }
  
    .pr-xl-1,
  .px-xl-1 {
      padding-right: 0.25rem !important;
    }
  
    .pb-xl-1,
  .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
  
    .pl-xl-1,
  .px-xl-1 {
      padding-left: 0.25rem !important;
    }
  
    .p-xl-2 {
      padding: 0.5rem !important;
    }
  
    .pt-xl-2,
  .py-xl-2 {
      padding-top: 0.5rem !important;
    }
  
    .pr-xl-2,
  .px-xl-2 {
      padding-right: 0.5rem !important;
    }
  
    .pb-xl-2,
  .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
  
    .pl-xl-2,
  .px-xl-2 {
      padding-left: 0.5rem !important;
    }
  
    .p-xl-3 {
      padding: 1rem !important;
    }
  
    .pt-xl-3,
  .py-xl-3 {
      padding-top: 1rem !important;
    }
  
    .pr-xl-3,
  .px-xl-3 {
      padding-right: 1rem !important;
    }
  
    .pb-xl-3,
  .py-xl-3 {
      padding-bottom: 1rem !important;
    }
  
    .pl-xl-3,
  .px-xl-3 {
      padding-left: 1rem !important;
    }
  
    .p-xl-4 {
      padding: 1.5rem !important;
    }
  
    .pt-xl-4,
  .py-xl-4 {
      padding-top: 1.5rem !important;
    }
  
    .pr-xl-4,
  .px-xl-4 {
      padding-right: 1.5rem !important;
    }
  
    .pb-xl-4,
  .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
  
    .pl-xl-4,
  .px-xl-4 {
      padding-left: 1.5rem !important;
    }
  
    .p-xl-5 {
      padding: 3rem !important;
    }
  
    .pt-xl-5,
  .py-xl-5 {
      padding-top: 3rem !important;
    }
  
    .pr-xl-5,
  .px-xl-5 {
      padding-right: 3rem !important;
    }
  
    .pb-xl-5,
  .py-xl-5 {
      padding-bottom: 3rem !important;
    }
  
    .pl-xl-5,
  .px-xl-5 {
      padding-left: 3rem !important;
    }
  
    .m-xl-auto {
      margin: auto !important;
    }
  
    .mt-xl-auto,
  .my-xl-auto {
      margin-top: auto !important;
    }
  
    .mr-xl-auto,
  .mx-xl-auto {
      margin-right: auto !important;
    }
  
    .mb-xl-auto,
  .my-xl-auto {
      margin-bottom: auto !important;
    }
  
    .ml-xl-auto,
  .mx-xl-auto {
      margin-left: auto !important;
    }
  }
  .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  
  .text-justify {
    text-align: justify !important;
  }
  
  .text-nowrap {
    white-space: nowrap !important;
  }
  
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .text-left {
    text-align: left !important;
  }
  
  .text-right {
    text-align: right !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  @media (min-width: 576px) {
    .text-sm-left {
      text-align: left !important;
    }
  
    .text-sm-right {
      text-align: right !important;
    }
  
    .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .text-md-left {
      text-align: left !important;
    }
  
    .text-md-right {
      text-align: right !important;
    }
  
    .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    .text-lg-left {
      text-align: left !important;
    }
  
    .text-lg-right {
      text-align: right !important;
    }
  
    .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .text-xl-left {
      text-align: left !important;
    }
  
    .text-xl-right {
      text-align: right !important;
    }
  
    .text-xl-center {
      text-align: center !important;
    }
  }
  .text-lowercase {
    text-transform: lowercase !important;
  }
  
  .text-uppercase {
    text-transform: uppercase !important;
  }
  
  .text-capitalize {
    text-transform: capitalize !important;
  }
  
  .font-weight-light {
    font-weight: 300 !important;
  }
  
  .font-weight-normal {
    font-weight: 400 !important;
  }
  
  .font-weight-bold {
    font-weight: 700 !important;
  }
  
  .font-italic {
    font-style: italic !important;
  }
  
  .text-white {
    color: #fff !important;
  }
  
  .text-primary {
    color: #ef3829 !important;
  }
  
  a.text-primary:hover, a.text-primary:focus {
    color: #d51f10 !important;
  }
  
  .text-secondary {
    color: #6c757d !important;
  }
  
  a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
  }
  
  .text-success {
    color: #28a745 !important;
  }
  
  a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
  }
  
  .text-info {
    color: #17a2b8 !important;
  }
  
  a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
  }
  
  .text-warning {
    color: #ffc107 !important;
  }
  
  a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
  }
  
  .text-danger {
    color: #dc3545 !important;
  }
  
  a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
  }
  
  .text-light {
    color: #f8f9fa !important;
  }
  
  a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
  }
  
  .text-dark {
    color: #ef3829 !important;
  }
  
  a.text-dark:hover, a.text-dark:focus {
    color: #d51f10 !important;
  }
  
  .text-body {
    color: #212529 !important;
  }
  
  .text-muted {
    color: #6c757d !important;
  }
  
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .visible {
    visibility: visible !important;
  }
  
  .invisible {
    visibility: hidden !important;
  }
  
  
  .formSection {
  font-family: lato;
}
.questions2 {
position: relative;
}
#formSubmit_qtn_step1 .form-group-stack.form-group-stack-self{
margin-top: 8px;
}
#formSubmit_qtn_step1 label.custom-control-label {
  margin-top: 2px;
}
.formSection > p.disclaimer a {
  color: #00549f;
}
.logoSet {
  text-align: center;
}
.progressbar li {
  position: relative;
  width: 38%;
}
.bluebg {
  background: linear-gradient(#00549f, #004889);
}
.term_link a {
  color: #00549E;
}
.phoneNumber a {
  color: #eb5e00;
  font-weight: 900 !important;
  text-decoration: none;
}
.progressbar {
  padding: 0;
  margin: -2px auto 0;
  list-style: none;
  border: 2px solid #fff;
  border-radius: 50px;
  display: flex;
  width: 240px;
  box-sizing: border-box;
  height: 29px;
  line-height: normal;
  background: #fff;
  display: none;
  overflow: hidden;
}
.progressbar li span {
  width: 28px;
  height: 28px;
  display: flex;
  border: 3px solid #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 15px;
  font-family: "Montserrat", sans-serif;
  margin-left: auto;
  position: relative;
  left: 2px;
  top: -1px;
  z-index: 1;
  color: #fff;
}
.progressbar li:not(:first-of-type) span {
  background: #C4C4C4;
  color: #fff;
}
.progressbar li:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: none;
}
fieldset {
  border: none;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  width: 85%;
}
.form-group {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
  box-sizing: border-box;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  color: #333;
  border: 1px solid #333;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  order: 2;
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 4px;
}
.form-group.radio-stack {
  display: flex;
  align-items: center;
  flex-direction: row;
}
#formSubmit_qtn_step1 .form-group.radio-stack {
  display: flex;
flex-direction: column !important;
  align-items: normal;
}
.form-group label {
  display: inline-block;
  color: #343838;
  font-weight: bold;
  order: 1;
  font-family: proxima-nova,Lato,sans-serif;
  text-align: left;
}
#errphonetypeTop {
  display: flex;
}
.checkbox-form {
  display: flex;
  position: relative;
  text-align: left;
}
.checkbox-form.term_chkbx {
  margin-bottom: 0 !important;
}
.form-group label.error, .error-msg, .errorLovedOne, .errorphonetype, .prescription_oxygen  {
  color: #cd4444;
  order: 3;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: initial;
}
.questions2 {
  text-align: left;
}
.error-msg {
  padding-top: 0.5vw;
  text-align: center;
}
form button {
  text-transform: uppercase;
}
#formSubmit, #formSubmitBottom, #formSubmit_step1, #formSubmit_step2, #formSubmit_step3, #formSubmitBottom_step1, #formSubmitBottom_step2, #formSubmitBottom_step3 {
  padding: 12px 40px 12px;
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  width: 290px;
  font-family: lato;
  border-radius: 50px;
}
.loader {
  width: 100%;
  max-width: 200px;
}
fieldset:not(:first-of-type) {
  display: none;
}
.fs-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #00549F;
  text-align: left;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 29px;
  line-height: 24px;
}
.sub_questions {
  display: flex;
  justify-content: space-between;
}

button:disabled, button[disabled], .form_btn.disabled {
  background-color: #C4C4C4;
  cursor: auto;
}
.top_chk.error ~ .custom-chekbox::before, .top_chk.error ~ .custom-chekbox::after {
  border: 2px solid #cd4444;
}
.step2.active::before, .step3.active::before {
    content: "";
    position: absolute;
    background: #00549F;
    width: 150%;
    height: 100%;
    border-radius: 50px;
    right: 0px;
    z-index: 0;
}
.step2.active span, .step3.active span {
  background: unset !important;
}
.bluebg.rightStepper {
  display: none;
}
.freekit {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  background: #eb5e00;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#formSubmit_qtn_step1 .freekit:disabled{
  background: #bfbfbf;
}
#formSubmit_qtn_step1 .freekit{
  background: #eb5e00;
}

.lovedOnes {
  font-weight: 700;
}

input[type="radio"]:checked ~ .checkbox-label newRadio::after, input[type="radio"]:checked ~ .checkbox-label newRadio::after {
  background-color: #00549f;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 100%;
  width: 1.35vw;
  height: 1.35vw;
  top: 0.24vw;
  left: 0.4vw;
  border: none;
}
@media screen and (max-width: 375px) {
#formSection p.disclaimer {
width: 315px;
}
}

@media screen and (max-width: 767px) {
#prescribed_o2_patient-error {
  position: relative;
  font-size: 13px;
  top: -10px;
color: #cd4444;
}
.telnum {
  padding-bottom: 4px;
}
.telnopop{
font-weight: 700;
}
 .mobdisplaypop {
    display: block;
    text-align: center;
  }
#formSubmit_qtn_step1 .custom-control-label::before, #formSubmit_qtn_step1 .custom-control-label::after {
  width: 30px !important;
  height: 30px !important;
}
#formSubmit_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after, #formSubmit_qtn_step1input[type="radio"]:checked ~ .custom-control-label::after {
  width: 20px !important;
  height: 20px !important;
  top: 4px;
  left: 6px;
}
.phone_sec label.custom-control-label {
  padding-left: 40px !important;
}
#formSection #formSubmit_qtn_step1 .form-group.radio-stack {
  margin-left: 17px;
}
#formSection #formSubmit_qtn_step1 .lovedOnes {
  margin-left: 17px;
}
#formSubmit_qtn_step1 .form-group-stack {
margin-top: 27px;
}
.phone_sec.top_phn {
  padding-left: 14px;
}
.questions2 {
  padding-left: 14px;
}
#footerForm {
  background: #fff;
  width: 100%;
  margin: 0;
  font-family: lato;
  box-sizing: border-box;
}
.checkbox-form {
  margin-bottom: 20px;
}
.fs-subtitle {
  margin: 5px 0 6px;
}
#footerForm .bluebg, #formSection .bluebg {
  margin-top: 0;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 29px;
  justify-content: center;
}
#footerForm .bluebg p, #formSection .bluebg p  {
  padding: 0px 15px;
  font-size: 22px;
  color: #cae8ff;
  text-align: center;
  margin: -4px auto 0;
  line-height: 26px;
  font-family: "lato", sans-serif;
  font-weight: 700;
}
 #formSection .bluebg p  {
  margin: -4px 0 0;
}
#footerForm .bluebg p span, #formSection .bluebg p span {
  font-size: 22px;
  color: #fff;
  font-family: "lato", sans-serif;
  font-weight: 900;
}
.progressbar {
  width: 240px;
  height: 30px;
}
.progressbar li:first-child {
  background: #00549F;
  border-radius: 50px;
}
fieldset {
  min-width: 85%;
}
#footerForm .form-group, #formSection .form-group {
  padding-bottom: 17px;
  flex-direction: column;
}
#footerForm .form-control, #formSection .form-control {
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 15px;
  width: 100%;
  line-height: 19px;
}
#footerForm .errorTxt, #formSection .errorTxt{
  order: 3;
  text-align: left;
  position: absolute;
}
.phone_sec.btm_phn, .phone_sec.top_phn {
  padding-bottom: 15px;
}
#footerForm p.lovedOnes, .phonetype, #formSection p.lovedOnes {
  margin: 0px 0 15px;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  color: #333333;
  font-family: Lato, sans-serif;
}
#footerForm .form-group.radio-stack, #formSection .form-group.radio-stack {
  width: auto;
  position: relative;
  justify-content: flex-start;
  padding-bottom: 5px;
  margin: 0;
  flex-direction: row;
}
#errphonetypeBtm {
  font-size: 14px;
  color: #cd4444;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: initial;
  top: 8px;
  position: relative;
}
#footerForm .form-group-stack, #formSection .form-group-stack  {
  position: relative;
  margin-right: 20px;
}
input[type="radio"], input[type="checkbox"] {
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 30px;
  left: 0;
  height: 30px;
}
#footerForm input[type="radio"], #formSection input[type="radio"]  {
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: auto;
}
#footerForm .form-group label, #formSection .form-group label {
  font-size: 14px;
    margin-top: 0px;
}
#footerForm .form-group label.custom-control-label, #formSection .form-group label.custom-control-label {
  font-size: 16px;
  line-height: 20px;
  font-family: Lato, sans-serif;
  padding-left: 45px;
  cursor: pointer;
  font-weight: normal;
  text-transform: none;
  color: #0d0d0f;
  margin-top: 6px;
}
#footerForm p.lovedOnes, .phonetype, #formSection p.lovedOnes {
  margin: 0px 0 15px;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  color: #333333;
  font-family: Lato, sans-serif;
}
.errorLovedOne {
  font-size: 14px;
  margin: 10px 0;
}
.errtcpa {
  font-size: 14px;
  line-height: 18px;
  color: #cd4444;
  font-family: Lato,sans-serif;
  letter-spacing: -0.01em;
  margin-top: 5px;
  display: inline-block;
}
input[type="radio"], input[type="checkbox"] {
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 30px;
  left: 0;
  height: 30px;
}
.checkbox-form label {
  font-size: 16px;
  line-height: 19px;
  font-family: Lato, sans-serif;
  padding-left: 45px;
  cursor: pointer;
  font-weight: normal;
  color: #0d0d0f;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 0px;
  padding-right: 30px;
}
#footerForm .btn_submit, #formSection .btn_submit {
  margin-top: 12px;
  height: 59px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-group label.error, .error-msg, .errorLovedOne, .errorphonetype, .prescription_oxygen {
  color: #cd4444;
  order: 3;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: initial;
}
#formSubmit, #formSubmitBottom, #formSubmit_step1, #formSubmit_step2, #formSubmit_step3, #formSubmitBottom_step1, #formSubmitBottom_step2, #formSubmitBottom_step3 {
  padding: 0;
  font-size: 20px;
  text-align: center;
  line-height: 19px;
  width: 311px;
  font-family: lato;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #00549F;
  text-align: left;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 29px;
  line-height: 24px;
}
.heroSection p.fs-subtitle, .fs-subtitle {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.subqn1 {
  width: 200px;
}
.questions2 .checkbox-form label {
  font-size: 16px;
  line-height: 19px;
  padding-left: 40px;
  padding-right: 0px;
  margin-top: 11px;
}
.checkbox-form label::before, .checkbox-form label::after {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #333 solid 1px;
}
.checkbox-form.term_chkbx label::before, .checkbox-form.term_chkbx label::after {
  width: 30px;
  height: 30px;
}
input[type="checkbox"]:checked ~ label::after, input[type="checkbox"]:checked ~ label::after {
  background-color: #00549f;
  border: 0.08vw solid #00549f;
  background-repeat: no-repeat;
  background-position: top center;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 5px;
}
input[type="checkbox"]:checked ~ .custom-chekbox.term_link::after {
width: 22px;
height: 22px;
top: 10px;
left: 5px;
}
#formSubmitBottom_qtn_step1 .btn_submit, #formSubmitBottom_qtn_step2 .btn_submit, #formSubmit_qtn_step1 .btn_submit, #formSubmit_qtn_step2 .btn_submit {
  margin-top: 30px;
}
#formSubmitBottom_qtn_step2 .btn_submit, #formSubmit_qtn_step2 .btn_submit {
  margin-top: 178px;
}

.form-group label.error, .error-msg, .errorLovedOne, .errorphonetype, .prescription_oxygen {
  color: #cd4444;
  order: 3;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: initial;
}
#footerForm p.disclaimer, #formSection p.disclaimer {
  font-size: 14px;
  margin: 13px auto 25px;
  text-align: center;
  line-height: 18px;
width: 344px:
}
.lineBreak{
display: none;
}
#footerForm .logoSet, #formSection .logoSet{
  margin: 0px 0 22px;
}
#footerForm .logoSet img, #formSection .logoSet img {
  display: inline-block;
  height: 40px;
  padding: 0 12px;
}
.disclaimerBtm {
  font-size: 15px;
  text-align: center;
  color: #343838;
  margin: 15px 0;
  line-height: 18px;
}
#footerForm .custom-control-label::before, .custom-control-label::after, #formSection .custom-control-label::before, .custom-control-label::after {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  height: 28px;
  width: 28px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #333 solid 1px;
  border-radius: 100%;
}
#footerForm input[type="radio"]:checked ~ .custom-control-label::after, input[type="radio"]:checked ~ .custom-control-label::after {
  background-color: #00549f;
  border: 1px solid #00549f;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  top: 7px;
  left: 4px;
}
.subqn2 {
  width: 290px;
}
.checkbox-form label.newRadio::before, .checkbox-form label.newRadio::after {
  border-radius: 100%;
}
input[type="radio"]:checked ~ .custom-control-label.newCheckbox::after, input[type="radio"]:checked ~ .custom-control-label.newCheckbox::after {
  border-radius: unset;
}
#formSection .custom-control-label.newCheckbox::before, #formSection .custom-control-label.newCheckbox::after {
  border-radius: unset;
}
}
#topform_disclaimer{
color:#343838;
}
@media screen and (min-width: 768px) {
.mobdisplaypop{
display:none;
}
#topform_disclaimer{
font-size: calc(10px + (14 - 10) * ((100vw - 768px) / (1250 - 768)));
  padding: 0;
  line-height: 1.250vw;
  margin: 1vw auto 1.436vw;
  width: 100%;
  text-align: center;
}
#formSubmitBottom_step1 {
  margin-top: 1.3vw;
}
#formSubmit_qtn_step1 .form-group.radio-stack {
  margin-left: 2.181vw;
}
#formSubmit_qtn_step1 .lovedOnes {
  margin-left: 2.181vw;
}
#formSubmit_qtn_step1 .form-group-stack {
margin-top: 2.6vw;
}
.phone_sec.top_phn {
  padding-left: 1.167vw;
}
.questions2 {
  padding-left: 0.972vw;
}
.formSection {
  background: #fff;
  position: absolute;
  top: 1.04vw;
  width: 32.653vw;
  right: 1.44vw;
  border: 2px solid #00549f;
  margin: 0;
  border-bottom: 0.32vw solid #00549f;
  box-sizing: border-box;
}
.heroSection p {
  font-size: 1.52vw;
  margin: 0.88vw 16vw;
  width: 100%;
}
.formSection > p {
  color: #343838;
  font-size: 1.12vw;
  padding: 0 2.88vw;
  margin: 0.96vw 0 0.8vw;
  text-shadow: none;
  font-family: lato;
  text-align: center;
}
.formSection > p.disclaimer {
  font-size: calc(10px + (14 - 10) * ((100vw - 768px) / (1250 - 768)));
  padding: 0;
  line-height: 1.250vw;
  margin: 1vw auto 1.436vw;
}
.formSection .logoSet {
  margin: 0 8% 1vw;
}
.formSection .logoSet img {
  display: inline-block;
  height: 2.48vw;
  padding: 0 0.8vw;
}
.formSection .bluebg {
  margin-top: 0;
  position: relative;
  height: 6vw;
  margin-bottom: 1.389vw;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
.formSection .bluebg p {
  padding: 0.8vw 0 0.8vw 0;
  font-size: calc(14px + (22 - 14) * ((100vw - 768px) / (1250 - 768)));
  color: #cae8ff;
  margin: 0;
  text-align: center;
  font-family: "lato", sans-serif;
  line-height: 1.806vw;
}
.formSection .bluebg p span {
  color: #fff;
  font-weight: bold;
}
.progressbar {
  border: 0.32vw solid #fff;
  border-radius: 4vw;
  height: 3.6vw;
  width: 28.00vw;
}
.progressbar li {
  position: relative;
  width: 38%;
}
.progressbar li span {
  width: 3.4vw;
  height: 3.4vw;
  border: 0.32vw solid #fff;
  font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.6vw;
  left: 0.16vw;
  top: -0.08vw;
}
.progressbar li:not(:first-of-type) span {
  background: #C4C4C4;
  color: #fff;
}
fieldset {
  width: 27.556vw;
}
.centerfrom {
  padding: 0px 0 1.1vw;
}
.form-group {
  padding-bottom: 1.15vw;
  line-height: normal;
}
.form-control {
  font-size: calc(12px + (19 - 12) * ((100vw - 768px) / (1250 - 768)));
  border-radius: 4px;
  padding: 0.694vw 4%;
  line-height: 1.597vw;
}

.phone_sec {
  padding-bottom: 1.2vw !important;
}
.heroSection p.lovedOnes, .lovedOnes, .phonetype, .heroSection p.phonetype {
  margin: 0 0 1.1vw;
  font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.52vw;
  padding: 0;
  color: #333333;
  font-family: Lato, sans-serif;
  text-align: left;
}
.form-group.radio-stack {
  position: relative;
  justify-content: space-between;
  padding-bottom: 0.8vw;
  width: 22.8vw;
  margin-left: 0;
}
.phone_sec .form-group.radio-stack {
  width: 20.5vw !important;
}
.form-group-stack {
  position: relative;
}
input[type="radio"], input[type="checkbox"] {
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 30px;
  left: 0;
  height: 30px;
}
.form-group label.custom-control-label {
  font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.52vw;
  font-family: Lato, sans-serif;
  padding-left: 3.04vw;
  cursor: pointer;
  font-weight: normal;
  color: #0d0d0f;
  margin-bottom: 0;
padding-top: 0.1vw;
}
#formSubmit_qtn_step1 .form-group label.custom-control-label {
  padding-left: 3.7vw;
}
#formSubmit_qtn_step1 label.custom-control-label {
  width: 4.861vw;
}
.form-group label {
  font-size: 0.88vw;
  margin-bottom: 0.4vw;
display: block;
}
#errphonetypeTop, #errphonetypeBtm {
  position: relative;
  top: 0.347vw;
}
.checkbox-form label::before, .checkbox-form label::after {
  position: absolute;
  top: 0.3vw;
  left: 0;
  display: block;
  height: 2.1vw;
  width: 2.1vw;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #333 solid 1px;
}
.checkbox-form.term_chkbx label::before, .checkbox-form.term_chkbx label::after {
  width: 2.4vw;
  height: 2.4vw;
}
.checkbox-form label.newRadio::before, .checkbox-form label.newRadio::after {
  border-radius: 100%;
}
input[type="checkbox"]:checked ~ label::after, input[type="checkbox"]:checked ~ label::after {
  background-color: #00549f;
  border: none;
  background-repeat: no-repeat;
  background-position: top center;
width: 1.5vw;
height: 1.5vw;
top: 0.7vw;
left: 0.4vw;
}
input[type="checkbox"]:checked ~ .custom-chekbox.term_link::after {
width: 1.6vw;
height: 1.65vw;
top: 0.7vw;
left: 0.4vw;
}
.errtcpa {
  font-size: 1vw;
  line-height: 1.2vw;
  color: #cd4444;
  font-family: Lato,sans-serif;
  letter-spacing: -0.01em;
}
#errTopTncCheck, #errBtmTncCheck {
  top: 5px;
  position: relative;
  display: flex;
}
.btn_submit {
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 3.76vw;
  position: relative;
}
#formSubmit_qtn_step1 .btn_submit {
  margin-top: 1vw;
}
.form-group label.error, .error-msg, .errorLovedOne, .errorphonetype, .prescription_oxygen {
  font-size: 1vw;
}
#formSubmit, #formSubmitBottom {
  margin-top: 1.528vw;
}
#formSubmit, #formSubmitBottom, #formSubmit_step1, #formSubmit_step2, #formSubmit_step3, #formSubmitBottom_step1, #formSubmitBottom_step2, #formSubmitBottom_step3 {
  padding: 1.119vw;
  font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1250 - 768)));
  height: 4.097vw;
  line-height: 1.52vw;
  width: 21.597vw;
}
#formSubmit_qtn_step1, #formSubmit_qtn_step2, #formSubmitBottom_qtn_step2, #formSubmitBottom_qtn_step1 {
  padding-top: 0.8vw;
}
.fs-title {
  font-size: calc(14px + (20 - 14) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.76vw;
  margin-bottom: 2.014vw;
}
.questions2 {
  width: 25vw;
}
.heroSection p.fs-subtitle, .fs-subtitle {
  font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.76vw;
  margin: 0 0 0.667vw;
  color: #333;
  text-align: left;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.subqn1 {
  width: 17vw;
}
.questions2 .checkbox-form label {
  padding-right: 0;
  margin-top: 0.747vw;
}

#formSubmit_qtn_step2 .btn_submit, #formSubmitBottom_qtn_step2 .btn_submit {
  margin-top: 13.04vw;
}
.custom-control-label::before, .custom-control-label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.1vw;
  height: 2.1vw;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border-radius: 100%;
  border: #333 solid 1px;
}
#formSubmit_qtn_step1 .custom-control-label::before, #formSubmit_qtn_step1 .custom-control-label::after {
  width: 2.4vw;
  height: 2.4vw;
}
.custom-control-label.newCheckbox::before, .custom-control-label.newCheckbox::after {
  border-radius: unset;
}
.custom-control-label::before, .custom-control-label::after {
  height: 2.1vw;
  width: 2.1vw;
  top: -0.16vw;
}
#formSubmit_qtn_step1 .custom-control-label::before, #formSubmit_qtn_step1 .custom-control-label::after {
  width: 2.4vw;
  height: 2.4vw;
}
input[type="radio"]:checked ~ .custom-control-label::after, input[type="radio"]:checked ~ .custom-control-label::after {
  background-color: #00549f;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 100%;
width: 1.4vw;
height: 1.4vw;
top: 0.25vw;
left: 0.43vw;
  border: none;
}
#formSubmit_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after, #formSubmit_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after {
width: 1.7vw;
height: 1.7vw;
top: 0.25vw;
left: 0.485vw;
}
input[type="radio"]:checked ~ .custom-control-label.newCheckbox::after, input[type="radio"]:checked ~ .custom-control-label.newCheckbox::after {
  border-radius: unset;
}
.checkbox-form label {
  font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.5vw;
  font-family: Lato, sans-serif;
  padding-left: 3.04vw;
  cursor: pointer;
  font-weight: normal;
  color: #0d0d0f;
  margin-bottom: 0;
  display: inline-block;
  padding-right: 0;
  padding-top: 0;
}
#errLovedOneTop, #errLovedOneBottom {
  position: relative;
  top: 0.347vw;
}
#formSubmit_qtn_step1 .centerfrom, #formSubmit_qtn_step2 .centerfrom, #formSubmitBottom_qtn_step1 .centerfrom, #formSubmitBottom_qtn_step2 .centerfrom {
  width: 28.611vw;
margin: 0 auto;
}
.checkbox-form {
  margin-bottom: 0.833vw;
}
.subqn2 {
  width: 23.139vw;
}
#popupformSubmit {
  margin-top: 1vw;
}
#popup-header-form .subqn1 {
  width: 190px;
}
#popup-header-form .subqn2 {
  width: 290px;
}
.progressbar li:first-child {
  background: #00549F;
  border-radius: 50px;
}
}
@media screen and (min-width: 1200px) {
.mobdisplaypop{
display:none;
}
#topform_disclaimer{
font-size: 15px;
  margin: 3px auto 25px;
  line-height: 18px;
  text-align: center;
text-shadow: none;
    font-family: lato;
    text-align: center;
}
#formSubmit_qtn_step1 .form-group.radio-stack {
  margin-left: 17px;
}
#formSubmit_qtn_step1 .lovedOnes {
  margin-left: 17px;
}
#formSubmit_qtn_step1 .form-group-stack {
margin-top: 34px;
}
.phone_sec.top_phn {
  padding-left: 14px;
}
.questions2 {
  padding-left: 14px;
}

#popupformSubmit {
  margin-top: 10px;
}
.formSection {
  top: 13px;
  width: 427px;
  right: 18px;
  border: 2px solid #00549f;
  margin: 0;
  border-bottom: 4px solid #00549f;
}
.heroSection p {
  margin: 11px 0;
  font-size: 19px;
}
.formSection > p {
  font-size: 14px;
  padding: 0;
  margin: 12px 0;
}
.formSection > p.disclaimer {
  font-size: 15px;
  margin: 3px auto 25px;
  line-height: 18px;
}
.formSection .logoSet {
  margin: 0 auto 25px;
}
.formSection .logoSet img {
  height: 50px;
  padding: 0 10px;
}
.formSection .bluebg {
  height: 70px;
  margin-bottom: 20px;
}
.formSection .bluebg p {
  padding: 10px 0 10px;
  font-size: 22px;
  line-height: 26px;
}
.formSection .bluebg p span {
  font-size: 22px;
}
.progressbar {
  border: 4px solid #fff;
  border-radius: 50px;
  width: 350px;
  height: 46px;
}

.progressbar li span {
  width: 41px;
  height: 41px;
  border: 4px solid #fff;
  font-size: 16px;
  line-height: 20px;
  left: 2px;
  top: -1px;
}
fieldset {
  width: 368px;
}
.centerfrom {
  padding: 0px 0 13px;
}
.form-group {
  padding-bottom: 15px;
}
.form-control {
  font-size: 19px;
  padding: 10px 4%;
  line-height: 23px;
}
.phone_sec {
  padding-bottom: 15px !important;
}
.heroSection p.lovedOnes, .lovedOnes, .phonetype, .heroSection p.phonetype {
  margin: 0px 0 12px;
  font-size: 16px;
  line-height: 19px;
}
.form-group.radio-stack {
  padding-bottom: 10px;
  width: 265px;
}
.phone_sec .form-group.radio-stack {
  width: 226px !important;
}
.form-group label.custom-control-label {
  font-size: 16px;
  line-height: 19px;
  padding-left: 38px;
padding-top: 2px;
}
#formSubmit_qtn_step1 .form-group label.custom-control-label {
  padding-left: 46px;
}
#formSubmit_qtn_step1 label.custom-control-label {
  width: 70px;
}
#errphonetypeTop, #errphonetypeBtm {
  position: relative;
  top: 5px;
}
.checkbox-form label::before, .checkbox-form label::after {
  height: 28px;
  width: 28px;
  top: 5px;
}
.checkbox-form.term_chkbx label::before, .checkbox-form.term_chkbx label::after {
  width: 30px;
  height: 30px;
}
input[type="checkbox"]:checked ~ label::after, input[type="checkbox"]:checked ~ label::after {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 5px;
}
input[type="checkbox"]:checked ~ .custom-chekbox.term_link::after {
width: 22px;
height: 22px;
top: 10px;
left: 5px;
}
.errtcpa {
  font-size: 13px;
  line-height: 15px;
  color: #cd4444;
  font-family: Lato,sans-serif;
  letter-spacing: -0.01em;
  text-align: left;
  display: flex;
}
.btn_submit {
  margin: 0;
  min-height: 50px;
}
#formSubmit_qtn_step1 .btn_submit {
  margin-top: 0;
}
.form-group label.error, .error-msg, .errorLovedOne, .errorphonetype, .prescription_oxygen {
  font-size: 12px;
}
#formSubmit, #formSubmitBottom {
  margin-top: 22px;
}
#formSubmit, #formSubmitBottom, #formSubmit_step1, #formSubmit_step2, #formSubmit_step3, #formSubmitBottom_step1, #formSubmitBottom_step2, #formSubmitBottom_step3 {
  padding: 0;
  font-size: 20px;
  width: 311px;
  line-height: 24px;
  height: 59px;
  margin-bottom: 10px;
}
#formSubmit_qtn_step1, #formSubmit_qtn_step2, #formSubmitBottom_qtn_step2, #formSubmitBottom_qtn_step1 {
  padding-top: 9px;
}
.fs-title {
  font-size: 20px;
  margin-bottom: 29px;
  line-height: 24px;
}
.questions2 {
  width: 360px;
}
.heroSection p.fs-subtitle, .fs-subtitle {
  font-size: 16px;
  line-height: 19px;
  margin: 0px 0 8px;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.subqn1 {
  width: 190px;
}
.questions2 .checkbox-form label {
  font-size: 16px;
  line-height: 19px;
  padding-left: 40px;
  padding-right: 0px;
  margin-top: 10px;
}
#formSubmit_qtn_step2 .btn_submit, #formSubmitBottom_qtn_step2 .btn_submit {
  margin-top: 163px;
}
#formSubmitBottom_step1, #formSubmitBottom_step1, #formSubmit_step1, #formSubmit_step2 {
  margin-top: 20px;
}
.custom-control-label::before, .custom-control-label::after {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border-radius: 100%;
}
#formSubmit_qtn_step1 .custom-control-label::before, #formSubmit_qtn_step1 .custom-control-label::after {
  width: 30px;
  height: 30px;
}
input[type="radio"]:checked ~ .custom-control-label::after, input[type="radio"]:checked ~ .custom-control-label::after {
width: 20px;
height: 20px;
top: 3px;
left: 5px;
}
#formSubmit_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after, #formSubmit_qtn_step1input[type="radio"]:checked ~ .custom-control-label::after {
width: 20px;
height: 20px;
top: 4px;
left: 6px;
}
.checkbox-form label {
  font-size: 16px;
  line-height: 19px;
  padding-left: 45px;
  padding-right: 0px;
  padding-top: 0px;
}
#errLovedOneTop, #errLovedOneBottom {
  position: relative;
  top: 5px;
}
#formSubmit_qtn_step1 .centerfrom, #formSubmit_qtn_step2 .centerfrom, #formSubmitBottom_qtn_step1 .centerfrom, #formSubmitBottom_qtn_step2 .centerfrom {
  width: 340px;
}
.checkbox-form {
  margin-bottom: 10px;
}
.subqn2 {
  width: 290px;
}
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
.subqn1 {
  width: 17.3vw;
}
}
@media screen and (max-width: 328px) {
#formSection .form-group.radio-stack{
width: 300px !important;
}
}


.formSection {
  font-family: lato;
}
.questions2 {
position: relative;
}
.errorTxt {
  bottom: 0;
}
#formSubmitBottom_qtn_step1 .form-group-stack.form-group-stack-self{
margin-top: 8px;
}
#formSubmitBottom_qtn_step1 label.custom-control-label {
  margin-top: 2px;
}
.formSection > p.disclaimer a {
  color: #00549f;
}
.logoSet {
  text-align: center;
}
.progressbar li {
  position: relative;
  width: 38%;
}
.bluebg {
  background: linear-gradient(#00549f, #004889);
}
.term_link a {
  color: #00549E;
}
.phoneNumber a {
  color: #eb5e00;
  font-weight: 900 !important;
  text-decoration: none;
}
.progressbar {
  padding: 0;
  margin: -2px auto 0;
  list-style: none;
  border: 2px solid #fff;
  border-radius: 50px;
  display: flex;
  width: 240px;
  box-sizing: border-box;
  height: 29px;
  line-height: normal;
  background: #fff;
  display: none;
  overflow: hidden;
}
.progressbar li span {
  width: 28px;
  height: 28px;
  display: flex;
  border: 3px solid #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 15px;
  font-family: "Montserrat", sans-serif;
  margin-left: auto;
  position: relative;
  left: 2px;
  top: -1px;
  z-index: 1;
  color: #fff;
}
.progressbar li:not(:first-of-type) span {
  background: #C4C4C4;
  color: #fff;
}
.progressbar li:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: none;
}
fieldset {
  border: none;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  width: 85%;
}
.form-group {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
  box-sizing: border-box;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  color: #333;
  border: 1px solid #333;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  order: 2;
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 4px;
}
.form-group.radio-stack {
  display: flex;
  align-items: center;
  flex-direction: row;
}
#formSubmitBottom_qtn_step1 .form-group.radio-stack {
  display: flex;
  flex-direction: column !important;
  align-items: normal;
}
.form-group label {
  display: inline-block;
  color: #343838;
  font-weight: bold;
  order: 1;
  font-family: proxima-nova,Lato,sans-serif;
  text-align: left;
}
#errphonetypeTop {
  display: flex;
}
.checkbox-form {
  display: flex;
  position: relative;
  text-align: left;
}
.checkbox-form.term_chkbx {
  margin-bottom: 0 !important;
}
.form-group label.error, .error-msg, .errorLovedOne, .errorphonetype {
  color: #cd4444;
  order: 3;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: initial;
}
.error-msg {
  padding-top: 0.5vw;
  text-align: center;
}
form button {
  text-transform: uppercase;
}
#formSubmit, #formSubmitBottom, #formSubmit_step1, #formSubmit_step2, #formSubmit_step3, #formSubmitBottom_step1, #formSubmitBottom_step2, #formSubmitBottom_step3 {
  padding: 12px 40px 12px;
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  width: 290px;
  font-family: lato;
  border-radius: 50px;
}
.loader {
  width: 100%;
  max-width: 200px;
}
fieldset:not(:first-of-type) {
  display: none;
}
.fs-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #00549F;
  text-align: left;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 24px;
}
.sub_questions {
  display: flex;
  justify-content: space-between;
}

button:disabled, button[disabled], .form_btn.disabled {
  background-color: #C4C4C4;
  cursor: auto;
}
.top_chk.error ~ .custom-chekbox::before, .top_chk.error ~ .custom-chekbox::after {
  border: 2px solid #cd4444;
}
.step2.active::before, .step3.active::before {
    content: "";
    position: absolute;
    background: #00549F;
    width: 150%;
    height: 100%;
    border-radius: 50px;
    right: 0px;
    z-index: 0;
}
.step2.active span, .step3.active span {
  background: unset !important;
}
.bluebg.rightStepper {
  display: none;
}
.freekit {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  background: #eb5e00;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#formSubmitBottom_qtn_step1 .freekit{
  background: #eb5e00;
}
#formSubmitBottom_qtn_step1 .freekit:disabled {
  background: #bfbfbf;
}

.checkbox-form label.newRadio::before, .checkbox-form label.newRadio::after {
  border-radius: 100%;
}
input[type="radio"]:checked ~ .custom-control-label.newCheckbox::after, input[type="radio"]:checked ~ .custom-control-label.newCheckbox::after {
  border-radius: unset;
}
.custom-control-label.newCheckbox::before, .custom-control-label.newCheckbox::after {
  border-radius: unset;
}

#footerForm input[type="radio"]:checked ~ .custom-control-label.newCheckbox::after, input[type="radio"]:checked ~ .custom-control-label.newCheckbox::after {
  border-radius: unset;
}
#footerForm .custom-control-label.newCheckbox::before, .custom-control-label.newCheckbox::after, #formSection .custom-control-label.newCheckbox::before, .custom-control-label.newCheckbox::after {
  border-radius: unset;
}
#formSubmitBottom_qtn_step1 .btn_submit {
  margin-top: 1vw;
}

input[type="radio"]:checked ~ .checkbox-label newRadio::after, input[type="radio"]:checked ~ .checkbox-label newRadio::after {
  background-color: #00549f;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 100%;
  width: 1.35vw;
  height: 1.35vw;
  top: 0.24vw;
  left: 0.4vw;
  border: none;
}
@media screen and (max-width: 375px) {
#formSection p.disclaimer {
width: 315px;
}
}

@media screen and (max-width: 767px) {
#prescribed_o2_patient-error {
  position: relative;
  top: -10px;
  font-size: 13px;
color: #cd4444;
}
#formSubmitBottom_qtn_step1 .custom-control-label::before, #formSubmitBottom_qtn_step1 .custom-control-label::after {
  width: 30px !important;
  height: 30px !important;
}
#formSubmitBottom_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after, #formSubmitBottom_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after {
  width: 21px !important;
  height: 21px !important;
  top: 3px;
  left: 5px;
}
.phone_sec label.custom-control-label {
  padding-left: 40px !important;
}
#footerForm #formSubmitBottom_qtn_step1 .lovedOnes {
  margin-left: 17px;
}
#formSubmitBottom_qtn_step1 .form-group-stack {
margin-top: 27px;
}
.checkbox-form.checkbox-form_no {
  margin-left: 70px;
}
.phone_sec.btm_phn {
  padding-left: 14px;
}
.questions2 {
  padding-left: 14px;
}
fieldset {
  border: none;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  width: 85%;
}
#footerForm {
  background: #fff;
  width: 100%;
  margin: 0;
  font-family: lato;
  box-sizing: border-box;
}
.checkbox-form {
  margin-bottom: 20px;
}
.fs-subtitle {
  margin: 5px 0 6px;
}
#footerForm .bluebg, #formSection .bluebg {
  margin-top: 0;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 29px;
  justify-content: center;
}
#footerForm .bluebg p, #formSection .bluebg p  {
  padding: 0px 15px;
  font-size: 22px;
  color: #cae8ff;
  text-align: center;
  margin: -4px auto 0;
  line-height: 26px;
  font-family: "lato", sans-serif;
  font-weight: 700;
}
 #formSection .bluebg p  {
  margin: -4px 0 0;
}
#footerForm .bluebg p span, #formSection .bluebg p span {
  font-size: 22px;
  color: #fff;
  font-family: "lato", sans-serif;
  font-weight: 900;
}
.progressbar {
  width: 240px;
  height: 30px;
}
.progressbar li:first-child {
  background: #00549F;
  border-radius: 50px;
}
fieldset {
  min-width: 85%;
}
#footerForm .form-group, #formSection .form-group {
  padding-bottom: 17px;
  flex-direction: column;
}
#footerForm .form-control, #formSection .form-control {
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 15px;
  width: 100%;
  line-height: 19px;
}
#footerForm .errorTxt, #formSection .errorTxt{
  order: 3;
  text-align: left;
  position: absolute;
}
.phone_sec.btm_phn, .phone_sec.top_phn {
  padding-bottom: 15px;
}
#footerForm .form-group.radio-stack, #formSection .form-group.radio-stack {
  width: auto;
  position: relative;
  justify-content: flex-start;
  padding-bottom: 5px;
  margin: 0;
  flex-direction: row;
}
#footerForm #formSubmitBottom_qtn_step1 .form-group.radio-stack{
flex-direction: column;
margin-left: 17px;
}
#errphonetypeBtm {
  font-size: 14px;
  color: #cd4444;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: initial;
  top: 8px;
  position: relative;
}
#footerForm .form-group-stack, #formSection .form-group-stack  {
  position: relative;
  margin-right: 20px;
}
input[type="radio"], input[type="checkbox"] {
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 30px;
  left: 0;
  height: 30px;
}
#footerForm input[type="radio"], #formSection input[type="radio"]  {
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: auto;
}
#footerForm .form-group label, #formSection .form-group label {
  font-size: 14px;
    margin-top: 0px;
}
#footerForm .form-group label.custom-control-label, #formSection .form-group label.custom-control-label {
  font-size: 16px;
  line-height: 20px;
  font-family: Lato, sans-serif;
  padding-left: 45px;
  cursor: pointer;
  font-weight: normal;
  text-transform: none;
  color: #0d0d0f;
  margin-top: 6px;
}
#footerForm p.lovedOnes, .phonetype, #formSection p.lovedOnes {
  margin: 0px 0 8px;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  color: #333333;
  font-family: Lato, sans-serif;
}
.errorLovedOne {
  font-size: 14px;
  margin: 10px 0;
}
.errtcpa {
  font-size: 14px;
  line-height: 18px;
  color: #cd4444;
  font-family: Lato,sans-serif;
  letter-spacing: -0.01em;
  margin-top: 5px;
}

input[type="radio"], input[type="checkbox"] {
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 30px;
  left: 0;
  height: 30px;
}
.checkbox-form label {
  font-size: 16px;
  line-height: 19px;
  font-family: Lato, sans-serif;
  padding-left: 45px;
  cursor: pointer;
  font-weight: normal;
  color: #0d0d0f;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 0px;
  padding-right: 30px;
}
#footerForm .btn_submit, #formSection .btn_submit {
  margin-top: 12px;
  height: 59px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-group label.error, .error-msg, .errorLovedOne, .errorphonetype {
  color: #cd4444;
  order: 3;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: initial;
}
#formSubmit, #formSubmitBottom, #formSubmit_step1, #formSubmit_step2, #formSubmit_step3, #formSubmitBottom_step1, #formSubmitBottom_step2, #formSubmitBottom_step3 {
  padding: 0;
  font-size: 20px;
  text-align: center;
  line-height: 19px;
  width: 311px;
  font-family: lato;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #00549F;
  text-align: left;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 24px;
}
.heroSection p.fs-subtitle, .fs-subtitle {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.subqn1 {
  width: 200px;
}
.questions2 .checkbox-form label {
  font-size: 16px;
  line-height: 19px;
  padding-left: 40px;
  padding-right: 0px;
  margin-top: 11px;
}
.checkbox-form label::before, .checkbox-form label::after {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #333 solid 1px;
}
.checkbox-form.term_chkbx label::before, .checkbox-form.term_chkbx label::after {
  width: 30px;
  height: 30px;
}
input[type="checkbox"]:checked ~ label::after, input[type="checkbox"]:checked ~ label::after {
  background-color: #00549f;
  border: 0.08vw solid #00549f;
  background-repeat: no-repeat;
  background-position: top center;
  width: 20px;
  height: 20px;
  top: 9px;
  left: 4px;
}
input[type="checkbox"]:checked ~ .custom-chekbox.term_link::after {
width: 22px;
height: 22px;
top: 9px;
left: 4px;
}
#formSubmitBottom_qtn_step1 .btn_submit, #formSubmitBottom_qtn_step2 .btn_submit, #formSubmit_qtn_step1 .btn_submit, #formSubmit_qtn_step2 .btn_submit {
  margin-top: 30px;
}
#formSubmitBottom_qtn_step2 .btn_submit, #formSubmit_qtn_step2 .btn_submit {
  margin-top: 178px;
}

.form-group label.error, .error-msg, .errorLovedOne, .errorphonetype {
  color: #cd4444;
  order: 3;
  margin-bottom: 0;
  font-weight: normal;
  text-transform: initial;
}
#footerForm p.disclaimer, #formSection p.disclaimer {
  font-size: 14px;
  margin: 13px auto 25px;
  text-align: center;
  line-height: 18px;
width: 344px:
}
.lineBreak{
display: none;
}
#footerForm .logoSet, #formSection .logoSet{
  margin: 0px 0 22px;
}
#footerForm .logoSet img, #formSection .logoSet img {
  display: inline-block;
  height: 40px;
  padding: 0 12px;
}
.disclaimerBtm {
  font-size: 15px;
  text-align: center;
  color: #343838;
  margin: 15px 0;
  line-height: 18px;
}
#footerForm .custom-control-label::before, .custom-control-label::after, #formSection .custom-control-label::before, .custom-control-label::after {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  height: 28px;
  width: 28px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #333 solid 1px;
  border-radius: 100%;
}
#footerForm input[type="radio"]:checked ~ .custom-control-label::after, input[type="radio"]:checked ~ .custom-control-label::after {
  background-color: #00549f;
  border: 1px solid #00549f;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  top: 7px;
  left: 4px;
}
.subqn2 {
  width: 290px;
}
}
@media screen and (min-width: 768px) {
#formSubmitBottom_step1 {
  margin-top: 1.3vw;
}
#formSubmitBottom_qtn_step1 .form-group.radio-stack {
  margin-left: 2.181vw;
}
#formSubmitBottom_qtn_step1 .lovedOnes {
  margin-left: 2.181vw;
}
#formSubmitBottom_qtn_step1 .form-group-stack {
margin-top: 2.6vw;
}
.phone_sec.btm_phn {
  padding-left: 0.972vw;
}
.questions2 {
  padding-left: 1.167vw;
}
.checkbox-form.checkbox-form_no{
margin-left: 5vw;
}
.formSection {
  background: #fff;
  position: absolute;
  top: 1.04vw;
  width: 32.653vw;
  right: 1.44vw;
  border: 2px solid #00549f;
  margin: 0;
  border-bottom: 0.32vw solid #00549f;
  box-sizing: border-box;
}
.heroSection p {
  font-size: 1.52vw;
  margin: 0.88vw 16vw;
  width: 100%;
}
.formSection > p {
  color: #343838;
  font-size: 1.12vw;
  padding: 0 2.88vw;
  margin: 0.96vw 0 0.8vw;
  text-shadow: none;
  font-family: lato;
  text-align: center;
}
.formSection > p.disclaimer {
  font-size: calc(10px + (14 - 10) * ((100vw - 768px) / (1250 - 768)));
  padding: 0;
  line-height: 1.250vw;
  margin: 1vw auto 1.436vw;
}
.formSection .logoSet {
  margin: 0 8% 1vw;
}
.formSection .logoSet img {
  display: inline-block;
  height: 2.48vw;
  padding: 0 0.8vw;
}
.formSection .bluebg {
  margin-top: 0;
  position: relative;
  height: 6vw;
  margin-bottom: 1.389vw;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
.formSection .bluebg p {
  padding: 0.8vw 0 0.8vw 0;
  font-size: calc(14px + (22 - 14) * ((100vw - 768px) / (1250 - 768)));
  color: #cae8ff;
  margin: 0;
  text-align: center;
  font-family: "lato", sans-serif;
  line-height: 1.806vw;
}
.formSection .bluebg p span {
  color: #fff;
  font-weight: bold;
}
.progressbar {
  border: 0.32vw solid #fff;
  border-radius: 4vw;
  height: 3.6vw;
  width: 28.00vw;
}
.progressbar li {
  position: relative;
  width: 38%;
}
.progressbar li span {
  width: 3.4vw;
  height: 3.4vw;
  border: 0.32vw solid #fff;
  font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.6vw;
  left: 0.16vw;
  top: -0.08vw;
}
.progressbar li:not(:first-of-type) span {
  background: #C4C4C4;
  color: #fff;
}
fieldset {
  width: 27.556vw;
}
.centerfrom {
  padding: 0px 0 1.1vw;
}
.form-group {
  padding-bottom: 1.15vw;
  line-height: normal;
}
.form-control {
  font-size: calc(12px + (19 - 12) * ((100vw - 768px) / (1250 - 768)));
  border-radius: 4px;
  padding: 0.694vw 4%;
  line-height: 1.597vw;
}

.phone_sec {
  padding-bottom: 1.2vw !important;
}
.heroSection p.lovedOnes, .lovedOnes, .phonetype, .heroSection p.phonetype {
  margin: 0 0 1.1vw;
  font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.52vw;
  padding: 0;
  color: #333333;
  font-family: Lato, sans-serif;
  text-align: left;
}
.form-group.radio-stack {
  position: relative;
  justify-content: space-between;
  padding-bottom: 0.8vw;
  width: 22.8vw;
  margin-left: 0;
}
.phone_sec .form-group.radio-stack {
  width: 20.5vw !important;
}
.form-group-stack {
  position: relative;
}
input[type="radio"], input[type="checkbox"] {
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 30px;
  left: 0;
  height: 30px;
}
.form-group label.custom-control-label {
  font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.52vw;
  font-family: Lato, sans-serif;
  padding-left: 3.04vw;
  cursor: pointer;
  font-weight: normal;
  color: #0d0d0f;
  margin-bottom: 0;
padding-top: 0.1vw;
}
#formSubmitBottom_qtn_step1 .form-group label.custom-control-label {
  padding-left: 3.7vw;
}
#formSubmitBottom_qtn_step1 label.custom-control-label {
  width: 4.861vw;
}
.form-group label {
  font-size: 0.88vw;
  margin-bottom: 0.4vw;
display: block;
}
#errphonetypeTop, #errphonetypeBtm {
  position: relative;
  top: 0.347vw;
}
.checkbox-form label::before, .checkbox-form label::after {
  position: absolute;
  top: 0.3vw;
  left: 0;
  display: block;
height: 2.1vw;
width: 2.1vw;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #333 solid 1px;
}
.checkbox-form.term_chkbx label::before, .checkbox-form.term_chkbx label::after {
  width: 2.4vw;
  height: 2.4vw;
}
input[type="checkbox"]:checked ~ label::after, input[type="checkbox"]:checked ~ label::after {
  background-color: #00549f;
  border: none;
  background-repeat: no-repeat;
  background-position: top center;
width: 1.5vw;
height: 1.5vw;
top: 0.7vw;
left: 0.4vw;
}
input[type="checkbox"]:checked ~ .custom-chekbox.term_link::after {
width: 1.6vw;
height: 1.65vw;
top: 0.7vw;
left: 0.4vw;
}
.errtcpa {
  font-size: 1vw;
  line-height: 1.2vw;
  color: #cd4444;
  font-family: Lato,sans-serif;
  letter-spacing: -0.01em;
}
#errTopTncCheck, #errBtmTncCheck {
  top: 5px;
  position: relative;
  display: flex;
}
.btn_submit {
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 3.76vw;
  position: relative;
}
#formSubmitBottom_qtn_step1 .btn_submit {
  margin-top: 1vw;
}
.form-group label.error, .error-msg, .errorLovedOne, .errorphonetype {
  font-size: 1vw;
}
#formSubmit, #formSubmitBottom {
  margin-top: 1.528vw;
}
#formSubmit, #formSubmitBottom, #formSubmit_step1, #formSubmit_step2, #formSubmit_step3, #formSubmitBottom_step1, #formSubmitBottom_step2, #formSubmitBottom_step3 {
  padding: 1.119vw;
  font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1250 - 768)));
  height: 4.097vw;
  line-height: 1.52vw;
  width: 21.597vw;
}
#formSubmit_qtn_step1, #formSubmit_qtn_step2, #formSubmitBottom_qtn_step2, #formSubmitBottom_qtn_step1 {
  padding-top: 0.8vw;
}
.fs-title {
  font-size: calc(14px + (20 - 14) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.76vw;
  margin-bottom: 1.9vw;
}
.questions2 {
  width: 30vw;
}
.heroSection p.fs-subtitle, .fs-subtitle {
  font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.76vw;
  margin: 0 0 0.667vw;
  color: #333;
  text-align: left;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.subqn1 {
  width: 17vw;
}
.questions2 .checkbox-form label {
  padding-right: 0;
  margin-top: 0.747vw;
}

#formSubmit_qtn_step2 .btn_submit, #formSubmitBottom_qtn_step2 .btn_submit {
  margin-top: 13.04vw;
}
.custom-control-label::before, .custom-control-label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.1vw;
  height: 2.1vw;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border-radius: 100%;
  border: #333 solid 1px;
}
#formSubmitBottom_qtn_step1 .custom-control-label::before, #formSubmitBottom_qtn_step1 .custom-control-label::after  {
  width: 2.4vw;
  height: 2.4vw;
}
.custom-control-label::before, .custom-control-label::after {
  height: 2.1vw;
  width: 2.1vw;
  top: -0.16vw;
}
input[type="radio"]:checked ~ .custom-control-label::after, input[type="radio"]:checked ~ .custom-control-label::after {
  background-color: #00549f;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 100%;
width: 1.4vw;
height: 1.4vw;
top: 0.25vw;
left: 0.43vw;
border: none;
  border: none;
}
#formSubmitBottom_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after, #formSubmitBottom_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after {
width: 1.67vw;
height: 1.67vw;
top: 0.3vw;
left: 0.43vw;
}
.checkbox-form label {
  font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1250 - 768)));
  line-height: 1.5vw;
  font-family: Lato, sans-serif;
  padding-left: 3.04vw;
  cursor: pointer;
  font-weight: normal;
  color: #0d0d0f;
  margin-bottom: 0;
  display: inline-block;
  padding-right: 0;
  padding-top: 0;
}
#errLovedOneTop, #errLovedOneBottom {
  position: relative;
  top: 0.347vw;
}
#formSubmit_qtn_step1 .centerfrom, #formSubmit_qtn_step2 .centerfrom, #formSubmitBottom_qtn_step1 .centerfrom, #formSubmitBottom_qtn_step2 .centerfrom {
  width: 28.611vw;
margin: 0 auto;
}
.checkbox-form {
  margin-bottom: 0.833vw;
}
.subqn2 {
  width: 23.139vw;
}
#popupformSubmit {
  margin-top: 1vw;
}
#popup-header-form .subqn1 {
  width: 190px;
}
#popup-header-form .subqn2 {
  width: 290px;
}
.progressbar li:first-child {
  background: #00549F;
  border-radius: 50px;
}
}
@media screen and (min-width: 1200px) {
#formSubmitBottom_qtn_step1 .form-group.radio-stack {
  margin-left: 17px;
}
#footerForm p.lovedOnes {
  margin-left: 17px;
}
#formSubmitBottom_qtn_step1 .form-group-stack {
margin-top: 34px;
}
.phone_sec.btm_phn {
  padding-left: 14px;
}
.questions2 {
  padding-left: 14px;
}
.checkbox-form.checkbox-form_no{
margin-left: 68px;
}
#popupformSubmit {
  margin-top: 10px;
}
.formSection {
  top: 13px;
  width: 427px;
  right: 18px;
  border: 2px solid #00549f;
  margin: 0;
  border-bottom: 4px solid #00549f;
}
.heroSection p {
  margin: 11px 0;
  font-size: 19px;
}
.formSection > p {
  font-size: 14px;
  padding: 0;
  margin: 12px 0;
}
.formSection > p.disclaimer {
  font-size: 15px;
  margin: 3px auto 25px;
  line-height: 18px;
}
.formSection .logoSet {
  margin: 0 auto 25px;
}
.formSection .logoSet img {
  height: 50px;
  padding: 0 10px;
}
.formSection .bluebg {
  height: 70px;
  margin-bottom: 20px;
}
.formSection .bluebg p {
  padding: 10px 0 10px;
  font-size: 22px;
  line-height: 26px;
}
.formSection .bluebg p span {
  font-size: 22px;
}
.progressbar {
  border: 4px solid #fff;
  border-radius: 50px;
  width: 350px;
  height: 46px;
}

.progressbar li span {
  width: 41px;
  height: 41px;
  border: 4px solid #fff;
  font-size: 16px;
  line-height: 20px;
  left: 2px;
  top: -1px;
}
fieldset {
  width: 368px;
}
.centerfrom {
  padding: 0px 0 13px;
}
.form-group {
  padding-bottom: 15px;
}
.form-control {
  font-size: 19px;
  padding: 10px 4%;
  line-height: 23px;
}
.phone_sec {
  padding-bottom: 15px !important;
}
.heroSection p.lovedOnes, .lovedOnes, .phonetype, .heroSection p.phonetype {
  margin: 0px 0 12px;
  font-size: 16px;
  line-height: 19px;
}
.form-group.radio-stack {
  padding-bottom: 10px;
  width: 265px;
}
.phone_sec .form-group.radio-stack {
  width: 226px !important;
}
.form-group label.custom-control-label {
  font-size: 16px;
  line-height: 19px;
  padding-left: 38px;
padding-top: 2px;
}
#formSubmitBottom_qtn_step1 .form-group label.custom-control-label {
  padding-left: 46px;
}
#formSubmitBottom_qtn_step1 label.custom-control-label {
  width: 70px;
}
#errphonetypeTop, #errphonetypeBtm {
  position: relative;
  top: 5px;
}
.checkbox-form label::before, .checkbox-form label::after {
  height: 28px;
  width: 28px;
  top: 5px;
}
.checkbox-form.term_chkbx label::before, .checkbox-form.term_chkbx label::after {
  width: 30px;
  height: 30px;
}
input[type="checkbox"]:checked ~ label::after, input[type="checkbox"]:checked ~ label::after {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 5px;
}
input[type="checkbox"]:checked ~ .custom-chekbox.term_link::after {
width: 22px;
height: 22px;
top: 10px;
left: 5px;
}
.errtcpa {
  font-size: 13px;
  line-height: 15px;
  color: #cd4444;
  font-family: Lato,sans-serif;
  letter-spacing: -0.01em;
  text-align: left;
  display: flex;
}
.btn_submit {
  margin: 0;
  min-height: 50px;
}
#formSubmitBottom_qtn_step1 .btn_submit {
  margin-top: 0;
}
.form-group label.error, .error-msg, .errorLovedOne, .errorphonetype {
  font-size: 12px;
}
#formSubmit, #formSubmitBottom {
  margin-top: 22px;
}
#formSubmit, #formSubmitBottom, #formSubmit_step1, #formSubmit_step2, #formSubmit_step3, #formSubmitBottom_step1, #formSubmitBottom_step2, #formSubmitBottom_step3 {
  padding: 0;
  font-size: 20px;
  width: 311px;
  line-height: 24px;
  height: 59px;
  margin-bottom: 12px;
}
#formSubmit_qtn_step1, #formSubmit_qtn_step2, #formSubmitBottom_qtn_step2, #formSubmitBottom_qtn_step1 {
  padding-top: 9px;
}
.fs-title {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 24px;
}
.questions2 {
  width: 360px;
}
.heroSection p.fs-subtitle, .fs-subtitle {
  font-size: 16px;
  line-height: 19px;
  margin: 0px 0 8px;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.subqn1 {
  width: 190px;
}
.questions2 .checkbox-form label {
  font-size: 16px;
  line-height: 19px;
  padding-left: 40px;
  padding-right: 0px;
  margin-top: 10px;
}
#formSubmit_qtn_step2 .btn_submit, #formSubmitBottom_qtn_step2 .btn_submit {
  margin-top: 163px;
}
#formSubmitBottom_step1, #formSubmitBottom_step1, #formSubmit_step1, #formSubmit_step2 {
  margin-top: 20px;
}
.custom-control-label::before, .custom-control-label::after {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border-radius: 100%;
}
#formSubmitBottom_qtn_step1 .custom-control-label::before, #formSubmitBottom_qtn_step1 .custom-control-label::after {
  width: 30px;
  height: 30px;
}
input[type="radio"]:checked ~ .custom-control-label::after, input[type="radio"]:checked ~ .custom-control-label::after {
width: 20px;
height: 20px;
top: 3px;
left: 5px;
}
#formSubmitBottom_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after, #formSubmitBottom_qtn_step1 input[type="radio"]:checked ~ .custom-control-label::after {
width: 21px;
height: 21px;
top: 3px;
left: 5px;
}
.checkbox-form label {
  font-size: 16px;
  line-height: 19px;
  padding-left: 45px;
  padding-right: 0px;
  padding-top: 0px;
}
#errLovedOneTop, #errLovedOneBottom {
  position: relative;
  top: 5px;
}
#formSubmit_qtn_step1 .centerfrom, #formSubmit_qtn_step2 .centerfrom, #formSubmitBottom_qtn_step1 .centerfrom, #formSubmitBottom_qtn_step2 .centerfrom {
  width: 340px;
}
.checkbox-form {
  margin-bottom: 10px;
}
.subqn2 {
  width: 290px;
}
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
.subqn1 {
  width: 17.3vw;
}
}
@media screen and (max-width: 328px) {
#footerForm .form-group.radio-stack{
width: 300px;
}
}


#footer_content p a{
		color: #00549E !important;
	}
/** exit popup css start **/
p.telnum {
    margin-bottom: 0 !important;
}
.questions2 {
position: relative;
}
.telnum {
font-size: 14px !important;
        font-family: Lato, sans-serif;
        text-align: center;
        line-height: 17px !important;
        color: #333 !important;
}
.telnopop {
  color: #ff5300 !important;
  font-size: 29px !important;
  font-weight: 700;
  text-decoration: none !important;
}
.select2-selection.select2-selection--single {
    border: none;
    outline: none;
}
#popup-header-form .subqn1 {
  width: 202px !important;
}
#formSubmitPopup_qtn_step1 .form-group.radio-stack {
  display: flex;
  flex-direction: column;
  align-items: normal;
  margin-left: 17px !important;
}
#ouibounce-modal #formSubmitPopup_qtn_step1 .lovedOnes {
  margin-left: 17px !important;
}
#formSubmitPopup_qtn_step1 .form-group-stack.form-group-stack-self{
margin-top: 12px;
}
#formSubmitPopup_qtn_step1 .form-group-stack {
margin-top: 25px;
}
.phone_sec.pop_phn {
  margin-left: 14px;
}
.form-group .custom-control-label.Phone{
font-size: 16px;
line-height: 20px;
padding-left: 43px;
}
#popup-header-form .phone_sec .form-group.radio-stack{
width: 240px !important;
}
.select2-search.select2-search--dropdown {
    display: none;
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #5897fb;
    color: #fff;
}
.select2-dropdown {
    border: 1px solid #333;
    border-radius: 0;
}
.select2-dropdown{
    z-index: 999;
}
#ouibounce-modal .modal {
    border: 4px solid #00549F;
    background: #ffffff !important;
    overflow: hidden;
}
#ouibounce-modal .form-group {
    width: 100%;
    padding:0 0 15px;
    margin-bottom: 0;
    position: relative;
    text-align: left;
}
.form-group.radio-stack {
  padding: 0 0 5px !important;
}
.rightForm .disclaimer_text sup {
    position: relative;
    left: -2px;
    top: 3px;
    font-size: 12px;
}
#popup-header-form .questions2 {
  width: 320px;
  margin: 0;
}

.rightForm .logoSet {
    margin: 0 8% 0;
text-align: left;
    display: flex;
    justify-content: center;
}
.rightForm .form-group{
width:auto;
padding-bottom:15px;
    margin: 0;
}
a.popupLearmore{
font-size: 14px;
    font-family: Lato, sans-serif;
}
.modal-footer > img {
    cursor: pointer;
    width: 40px;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 100;
}
.form-group-stack_two{
padding-right:8px;
width:auto;
}
#ouibounce-modal .modal-footer {
    bottom: 0 !important;
    position: relative !important;
    text-align: center !important;
    width: 100%;
    background: #ffffff;
    padding: 0;
    border: none;
}

#ouibounce-modal .modal-body {
    background: #ffffff;
    clear: both;
    padding: 0;
}

#ouibounce-modal {
    z-index: 10000;
}

.leftImg {
    width:54%;
    float: left;
}
#ouibounce-modal .rightForm p {
    font-family: Lato, sans-serif;
    text-align: left;
    font-size: 16px;
    color: #333;
    margin: 0 0 15px;
    opacity: 1;
    padding: 0;
    line-height: 19px;
    padding-right: 5px;
padding: 0 !important;
}
 #ouibounce-modal .rightForm .questions2 p.fs-subtitle {
        font-size: 14px;
        margin-bottom: 2px;
        padding: 0;
        color: #333;
    }
#ouibounce-modal .rightForm p.fs-subtitle {
    padding-bottom: 3px;
    margin-top: 0;
}
#ouibounce-modal .rightForm p.lovedOnes {
    color: #333;
    margin: 0 0 10px;
    padding-left: 0 !important;
}

#ouibounce-modal .rightForm p span {
    display: block;
    font-family: Lato, sans-serif;
    font-weight: bold;
}

#ouibounce-modal .rightForm p span sup {
    font-size: 13px;
}
.popphn {
margin: 5px 0 8px !important;
}
#popup-header-form .phone_sec {
  padding-bottom: 7px !important;
}
#popup-header-form .checkbox-form .select2-container {
z-index: 9;
}
.modal .freekit {
    background: #ff5300;
    padding: 14px;
    font-size: 19px;
    border: none;
    width: 100%;
    font-family: Lato, sans-serif;
}
#ouibounce-modal #formSubmitPopup_qtn_step1 .freekit:disabled {
    background: #bfbfbf;
}
#ouibounce-modal #formSubmitPopup_qtn_step1 .freekit {
    background: #eb5e00;
}
#ouibounce-modal .disclaimer {
 margin: 0px 0 10px !important;
}
#ouibounce-modal form {
    margin: 10px auto 0;
}
#ouibounce-modal button:disabled,
#ouibounce-modal button[disabled],  #ouibounce-modal button.disabled{
  background-color: #C4C4C4;
    cursor: auto;
}

#ouibounce-modal button[disabled]:hover, #ouibounce-modal button.disabled:hover {
  background-color: #C4C4C4;
    cursor: auto;
}
#ouibounce-modal .form-control,
#ouibounce-modal form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #343838;
    border: 1px solid #343838;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    order: 2;
    font-size: 18px;
    border-radius: 0;
    padding: 7px 10px;
    line-height: 25px;
box-sizing: border-box;
    outline: 0;
margin-bottom: 2px;
}

#ouibounce-modal .form-control:focus {
    border: 1px solid #00A0D2;
    box-shadow: 0 0 0 1px #00A0D2;
}
#ouibounce-modal .exit_popup_readiobtn {
  padding: 0 10px 16px;
}
#ouibounce-modal .exit_popup_readiobtn .form-group {
    width: 80%;
    padding:0;
    margin-bottom: 0;
    position: relative;
   text-align: left;
}
.ipad_fixed #ouibounce-modal .form-group.radio-stack {
    padding-bottom: 15px;
}
.ipad_fixed #ouibounce-modal .form-group {
    padding-bottom: 16px;
}
#ouibounce-modal input::placeholder {
    color: #333 !important;
    font-family: Lato, sans-serif !important;
    font-size: 19px !important;
font-weight: normal !important;
}

#ouibounce-modal input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AEAEAE !important;
    font-family: proxima-nova,Lato,sans-serif !important;
    font-size: 18px !important;
}

#ouibounce-modal input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #AEAEAE;
    font-family: proxima-nova,Lato,sans-serif;
    font-size: 18px;
}

#ouibounce-modal .rightForm p.disclaimer_text {
    font-size: 13px;
    text-align: center;
    color: #333;
    padding-top: 10px;
    margin: 0;
}
.errorTxt {
    bottom: 0;
}
#ouibounce-modal .form-group label.error {
    position: absolute;
    bottom: 1px;
    font-size: 13px;
color: #cd4444;
margin-top: 2px;
margin-bottom: 0;
font-weight: normal;
text-transform: initial;
font-family: proxima-nova,Lato,sans-serif;
text-align: left;
}
#ouibounce-modal .errorLovedOne, .popchkerr {
  font-size: 12px;
  color: #cd4444;
  font-weight: normal;
  text-transform: initial;
  font-family: Lato,sans-serif;
  text-align: left;
  display: flex;
  line-height: 15px;
}
#errPopTncCheck {
  margin: -15px 0 -3px;
}
#ouibounce-modal .errorLovedOne {
  top: 5px;
  position: relative;
  margin-bottom: -7px;
}
#ouibounce-modal .errorTxt {
    width: 100%;
    text-align: left;
left:0;
    padding-top: 0;
}

#ouibounce-modal .loader {
    margin: 11px auto;
}

#ouibounce-modal .freekit:hover {
    background: #d74a06;
}
.modal .freekit {
    background: #ff5300;
    padding: 14px;
    font-size: 19px;
    border: none;
    width: 100%; 
}
#ouibounce-modal  .errorLovedOne {
  display: block;
}

@media not all and (min-resolution:.001dpcm) { @media {
    #ouibounce-modal .freekit {
        padding: 9px 14px;
    }

} }
#formSubmit_step_popup2{
   margin-top: 108px;
}
.modal-body .bluebg sup {
font-size: 22px;
font-family: 'Montserrat', sans-serif;
color: #FFF !important;
font-weight: bold;
    position: relative;
    top: 0;
}

.exit_popup_readiobtn .custom-control-label.newCheckbox::before, .exit_popup_readiobtn .custom-control-label.newCheckbox::after {
  border-radius: unset;
}
.exit_popup_readiobtn input[type="radio"]:checked ~ .custom-control-label.newCheckbox::after, .exit_popup_readiobtn input[type="radio"]:checked ~ .custom-control-label.newCheckbox::after {
  border-radius: unset;
}

@media screen and (min-width:300px) {
#ouibounce-modal .rightForm p span sup {
    font-size: 13px !important;
}

.leftImg {
    width: 54%;
    float: none;
    display: none;
}
.rightForm {
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}
#ouibounce-modal .freekit {
    font-size: 18px;
    width: 100%;
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    cursor: pointer;
}
#ouibounce-modal input::placeholder {
    color: #333 !important;
    font-family: Lato, sans-serif !important;
    font-size: 19px !important;
font-weight: normal !important;
}
.exit_popup_readiobtn .form-group.radio-stack {
    position: relative;
    justify-content: space-between;
    padding-bottom: 30px;
    margin: 0 !important;
}
.rightForm  .logoSet img {
    display: inline-block;
    height: 40px;
    padding: 0 12px;
}
.rightForm .disclaimer {
    font-size: 14px !important;
    font-family: Lato, sans-serif !important;
    text-align: center !important;
    line-height: 17px !important;
    color: #333 !important;
    padding: 10px 0 20px !important;
        padding-left: 0px;
    clear: both;
    left: 0 !important;
    width: auto;
    height: auto;
}
.rightForm .bluebg {
    background: #00549F;
    margin-top: -20px;
}
.rightForm .bluebg p {
    padding: 10px 15px;
    font-size: 19px !important;
    color: #CAE8FF !important;
    margin: 0 auto;
    font-family: proxima-nova,Lato,sans-serif;
    line-height: 22px;
}
.rightForm .bluebg span {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    font-family: Montserrat;
}
.exit_popup_readiobtn .lovedOnes {
    padding-left: 0% !important;
margin: 0px 0 15px !important;
}
#ouibounce-modal .rightForm p.disclaimer_text {
    padding-top: 5px;
    margin: 0 10px;
    padding-left: 0 !important;
    line-height: 20px;
    padding-bottom: 20px;
}
.popup-form .btn_submit {
    clear: both;
    margin: 0 auto;
    padding: 0;
}

}
@media screen and (orientation:landscape) {
#ouibounce-modal .modal {
    max-height: 260px;
}
#ouibounce-modal .rightForm p.disclaimer_text {
    padding-bottom: 10px;
}

.popup-form .btn_submit {
    margin-top: 0px;
    margin: 0 auto;
}
}
@media screen and (min-width:768px) {
#ouibounce-modal .form-group {
  width: 92%;
}
#errpopprescription #prescribed_o2_patient-error {
  font-size: 13px;
  top: -10px;
  position: relative;
color: #cd4444;
  font-family: proxima-nova,Lato,sans-serif;
}
.rightForm .logoSet{
    padding-bottom: 10px !important;
}
.telnum {
  font-size: 13px !important;
  font-family: Lato, sans-serif;
  text-align: center !important;
  line-height: 17px;
  color: #333;
}
.telnopop {
  color: #ff5300 !important;
  font-size: 29px !important;
  font-weight: 600;
  text-decoration: none !important;
}
.custom-control-label.newCheckbox {
  margin-top: 4px;
}
#popup-header-form .questions2 {
  padding-left: 0;
}
#ouibounce-modal .rightForm .questions2 p.fs-subtitle {
  font-size: 13px;
}
#ouibounce-modal .form-group.radio-stack {
  padding: 0 0 10px !important;
}
#popupformSubmit {
  margin-bottom: 5px !important;
}
.secfrmhdng {
  margin-bottom: 2.431vw !important;
}
.modal-footer > img {
    width: 30px;
}
.exit_popup_readiobtn .custom-control-label::before, .exit_popup_readiobtn .custom-control-label::after {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #333 solid 1px;
    border-radius: 100%;
}
.exit_popup_readiobtn .custom-control-label::before, .exit_popup_readiobtn .custom-control-label::after {
    height: 30px !important;
    width: 30px !important;
}
.exit_popup_readiobtn .form-group label.custom-control-label {
    font-size:  18px !important;
    line-height: 20px;
    font-family: Lato, sans-serif;
        padding-left: 45px;
}
#formSubmitPopup_qtn_step1 .custom-control-label.newCheckbox{
  width: 70px
}
#ouibounce-modal .exit_popup_readiobtn input[type="radio"]:checked ~ .custom-control-label::after {
    background-color: #00549F;
    border: 1px solid #00549F;
    background-repeat: no-repeat;
    background-position: top center;
border-radius: unset;
width: 20px !important;
height: 20px !important;
top: 5px !important;
left: 5px !important;
}
#popup-header-form input[type="radio"]:checked ~ .custom-control-label::after, #popup-header-form input[type="radio"]:checked ~ .custom-control-label::after {
    background-color: #00549F;
    border: 1px solid #00549F;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 100%;
    width: 18px !important;
    height: 18px !important;
    top: 3px !important;
    left: 5px !important;
}

.exit_popup_readiobtn p.lovedOnes {
    margin: 0.953vw 0;
    font-size: 16px !important;
    line-height:19px !important;
    padding: 0 !important;
    color: #333333;
    font-family: Lato, sans-serif;
    text-align: left;
  margin: 0 0 8px !important;
}
.exit_popup_readiobtn .form-group label.custom-control-label {
    font-size: 18px;
    line-height: 20px;
    font-family: Lato, sans-serif;
    padding-left: 45px;
    cursor: pointer;
padding-top:0px;
}
.leftImg {
    width: 54%;
    float: left;
display:block;
overflow: hidden;
}
.popup-form .btn_submit {
    clear: both;
    /*! margin: 0 !important; */
}
#formSubmitPopup_qtn_step2 .btn_submit{
   margin-top: 5.069vw;
}
#formSubmitPopup_qtn_step1 .btn_submit, #formSubmitPopup_qtn_step2 .btn_submit {
  margin-bottom: 0.5vw;
}
#formSubmitPopup_qtn_step1 .btn_submit {
  margin-top: 0vw;
}
.mob_txt {
display:none;
}
.leftImg .bluebg {
    background: #00549F;
    text-align: center;
    margin: 0 auto;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftImg .bluebg p {
    padding: 15px 0;
    font-size: 23px;
    line-height: 28px;
    font-family: 'lato', sans-serif;
    color: #CAE8FF !important;
    margin: 0;
    width: 100%;
    text-align: center;
}
.leftImg .bluebg p span {
    color: #FFF !important;
    font-weight: bold;
}
.exit_popup_readiobtn .lovedOnes {
    font-size: 18px !important;
    padding-left: 0 !important;
}
.exit_popup_readiobtn .form-group label.custom-control-label {
    font-size: 16px !important;
    line-height: 20px;
    font-family: Lato, sans-serif;
    padding-left: 45px;
}
.rightForm .disclaimer {
    font-size: 14px !important;
    font-family: Lato, sans-serif !important;
    text-align: center !important;
    line-height: 17px !important;
    color: #333 !important;
    padding: 0px 20px 15px !important;
    padding-left: 0px;
    clear: both;
    width: auto;
    height: auto;
}
#ouibounce-modal .rightForm p.disclaimer_text {
    font-size: 12px;
    text-align: center;
    color: #333;
    padding: 0;
    margin: 0;
    line-height: 17px;
    padding: 15px 0 !important;
}
.rightForm .logoSet img {
    height: 44px;
    padding: 0 5px;
    display: inline-block;
    text-align: left;
}
.rightForm {
  float: right;
  width: 310px;
  margin: 0 3% 0 0%;
  padding-top: 0px;
}
#ouibounce-modal input::placeholder {
    color: #333 !important;
    font-family: Lato, sans-serif !important;
    font-size: 16px !important;
font-weight: normal !important;
}
#ouibounce-modal .form-control, #ouibounce-modal form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #343838;
    border: 1px solid #343838;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    order: 2;
    font-size: 16px !important;
    border-radius: 4px;
    padding: 4px 10px;
    line-height: 25px;
box-sizing: border-box;
    outline: 0;
margin-bottom: 2px;
}
#ouibounce-modal .freekit {
    font-size: 18px;
    width: 100%;
    font-family:  Lato, sans-serif;
}
.leftImg img {
   margin-left:-7px;
}
#ouibounce-modal .form-control, #ouibounce-modal form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #343838;
    border: 1px solid #343838;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    order: 2;
    font-size: 16px !important;
    border-radius: 4px;
    padding: 4px 10px;
    line-height: 25px;
box-sizing: border-box;
    outline: 0;
margin-bottom: 2px;
}
#ouibounce-modal input::placeholder {
    color: #333 !important;
    font-family: Lato, sans-serif !important;
    font-size: 16px !important;
font-weight: normal !important;
}
.exit_popup_readiobtn .lovedOnes {
    font-size: 18px !important;
}
#ouibounce-modal .modal {
    min-height: 604px;
    width: 736px;
}

#popup-header-form fieldset {
    width: 100%;
}
#popup-header-form .checkbox-form label::before, #popup-header-form .checkbox-form label::after {
    height: 28px;
    width: 28px;
}
#popup-header-form .custom-control-label::before, #popup-header-form .custom-control-label::after {
    height: 28px;
    width: 28px;
}
#popup-header-form .checkbox-form.term_chkbx label::before, #popup-header-form .checkbox-form.term_chkbx label::after {
    height: 30px;
    width: 30px;
}
#popup-header-form input[type="checkbox"]:checked ~ label::after, #popup-header-form input[type="checkbox"]:checked ~ label::after {
    width: 18px;
    height: 18px;
    top: 8px;
    left: 5px;
    background: #00549f;
    border: 1px solid #00549f;
}
#popup-header-form input[type="checkbox"]:checked ~ .custom-chekbox.popupterm.term_link label::after, #popup-header-form input[type="checkbox"]:checked ~ .checkbox-form.term_chkbx label::after {
  width: 20px;
  height: 20px;
  top: 7px;
  left: 5px;
}
#popup-header-form .checkbox-form label {
    font-size: 16px;
    line-height: 20px;
    padding-left: 43px;
}
.popupterm {
  font-size: 14px !important;
  line-height: 19px !important;
  padding-left: 40px !important;
}
#popup-header-form .checkbox-form, #popup-header-form .fs-title {
    margin-bottom: 20px;
}
#ouibounce-modal .checkbox-form.term_chkbx {
   margin-bottom: 15px !important;
}
#popup-header-form .fs-title {
  margin-bottom: 0;
  padding: 5px 10px 30px;
  font-size: 20px;
  line-height: 24px;
}
    .leftImg .progressbar {
        border: 4px solid #fff;
        border-radius: 50px;
        width: 350px;
        height: 46px;
    }
#prgrspop_modal {
  width: 350px !important;
}
#ouibounce-modal .leftImg .progressbar li span {
        width: 41px;
        height: 41px;
        border: 4px solid #fff;
        font-size: 16px;
        line-height: 20px;
        left: 2px;
        top: -1px;
    }
    .leftImg .step2Popup.active:before{
        content: "";
        position: absolute;
        background: #00549F;
        width: 120%;
        height: 100%;
        border-radius: 50px;
        right: 0px;
        z-index: 0;
    }

#popup-header-form .select2.select2-container {
    font-size: 19px;
    line-height: 23px;
    width: 100% !important;
    border: 1px solid #333333;
    -webkit-appearance: none;
    position: relative;
}
#popup-header-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 7px 16px;
    word-wrap: break-word;
    white-space: normal;
}
#popup-header-form #select2-supplement_popup-results .select2-results__option {
    font-size: 16px;
    line-height: 19px;
    padding: 6px 16px;
}
    #popup-header-form .select2-selection.select2-selection--single {
        height: 100%;
    }
    #popup-header-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 11px 8px 0px 8px;
    }
    #popup-header-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 8px 11px 8px;
    }
    #popup-header-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 24px;
        top: 16px;
    }
    #popup-header-form .select2-results__option {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 16px;
    }


}

@media screen and (min-width: 860px){
#ouibounce-modal .form-group {
  width: 100%;
}
#ouibounce-modal .modal {
    width: 850px;
}
.rightForm {
  width: 345px;
  margin: 0 4% 0 0%;
}
.popupterm {
  font-size: 16px !important;
}
.modal-footer > img {
    width: 40px;
}
  #popup-header-form .questions2 {
    padding-left: 5px;
  }
#ouibounce-modal .rightForm .questions2 p.fs-subtitle {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px){
#popup-header-form .fs-subtitle {
  width: 336px;
}
.exit_popup_readiobtn .form-group.radio-stack {
  width: 266px !important;
}
.secfrmhdng {
  margin-bottom: 35px !important;
}
#formSubmitPopup_step1, #formSubmitPopup_step2 {
  height: 59px;
  width: 311px !important;
  margin: 0px auto 0;
}
#formSubmitPopup_qtn_step2 .btn_submit {
    margin-top: 73px;
}
#formSubmitPopup_qtn_step1 .btn_submit, #formSubmitPopup_qtn_step2 .btn_submit {
  margin-bottom: 10px;
}
#ouibounce-modal .errorLovedOne, .popchkerr {
  font-size: 13px;
}
#popup-header-form input[type="checkbox"]:checked ~ label::after, #popup-header-form input[type="checkbox"]:checked ~ label::after {

  top: 10px;
}
}

.disclaimer a {
    color: #00549E;
}
#ouibounce-modal {
    z-index: 10000;
}
#ouibounce-modal .modal {
    display: block;
}

@media screen and (max-width: 767px){

    #ouibounce-modal .modal {
        max-width:320px;
        width: 98%;
        overflow-y: scroll;
    }
    #ouibounce-modal .leftImg {
        display: none;
    }
    .rightForm {
        padding-top: 0px;
        width: 100%;
        margin: 0;
    }
    .bluebg.rightStepper {
        height: 40px;
        margin: 0;
        padding: 10px 15px;
    }
    #ouibounce-modal .rightStepper .progressbar {
        margin-top: -8px; 
        margin-left: 0;
    }
    #ouibounce-modal .rightForm p {
        font-size: 14px !important;
        line-height: 17px;
        padding: 0;
        margin: 0;
        color: #CAE8FF;
    }
    #ouibounce-modal .rightForm p.disclaimer {
        color: #333;
        margin: 20px 0;
        text-align: center;
        padding: 0 !important;
    } 
    #ouibounce-modal .rightForm p.disclaimer_text {
        font-size: 15px;
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    #ouibounce-modal .rightForm p.lovedOnes {
        font-size: 16px !important;
        line-height: 19px;
    }
    #ouibounce-modal input::placeholder {
        font-size: 16px !important;
        color: #333 !important;;
    }
    #ouibounce-modal .rightForm p span {
        display: inline-block;
        font-weight: normal;
        font-size: 14px;
        color: #fff;
    }
    .modal-footer > img {
        top: 0;
    }
    #ouibounce-modal form {
        margin: 10px auto 0 !important;
    }
    #ouibounce-modal .form-control, #ouibounce-modal form input {
        font-size: 16px !important;
        line-height: 19px !important;
        width: 100% !important;
    }
    #ouibounce-modal .form-group.radio-stack {
        display: flex;
        justify-content: flex-start;
    }
    #ouibounce-modal fieldset {
        width: 100%;
    }
    #ouibounce-modal #formSubmitPopup_qtn_step2 .btn_submit {
        margin-top: 73px;
    }
    #ouibounce-modal .form-group-stack {
        position: relative;
    }
    #ouibounce-modal .custom-control-label {
        font-size: 16px;
        line-height: 19px;
        padding-left: 42px;
        padding-right: 35px;
        margin-top: 7px;
        font-weight: normal;
    }
    #ouibounce-modal .form-group-stack_two .custom-control-label {
        padding-right: 0;
    }
    #ouibounce-modal .custom-control-label::before,
    .custom-control-label::after {
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        height: 28px;
        width: 28px;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #333 solid 1px;
        border-radius: 100%;
    }
    #ouibounce-modal input[type="radio"]:checked ~ .custom-control-label::after,
    input[type="radio"]:checked ~ .custom-control-label::after {
        background-color: #00549f;
        border: 1px solid #00549f;
        background-repeat: no-repeat;
        background-position: top center;
        border-radius: 100%;
        width: 19px;
        height: 19px;
        top: 7px;
        left: 4px;
    }
    #popup-header-form .btn_submit {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 50px;
    }
    #ouibounce-modal form {
        width: 90%;
    }
    #ouibounce-modal .rightForm .logoSet {
        margin: 0;
    }
    #ouibounce-modal .logoSet img {
        display: inline-block;
        height: 40px;
        padding: 0 12px;
    }
    #ouibounce-modal .fs-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #ouibounce-modal .rightForm p.fs-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 0;
        color: #333;
    }
    #ouibounce-modal .checkbox-form label::before, #ouibounce-modal .checkbox-form label::after {
        width: 24px;
        height: 24px;
    }
    #ouibounce-modal input[type="checkbox"]:checked ~ label::after, #ouibounce-modal input[type="checkbox"]:checked ~ label::after {
        border: 1px solid #00549f;
        width: 16px;
        height: 16px;
        top: 4px;
        left: 4px;
    }
    #ouibounce-modal .checkbox-form {
        margin-bottom: 19px;
    }
    #ouibounce-modal .checkbox-form label {
        padding-left: 45px;
    }
}
.modalPop .select2-dropdown{
    z-index: 1018885;
}
#popup-header-form .error-msg {
    font-family: 'Lato';
}
.normalweight {
  font-weight: 400 !important;
  display: inline-block !important;
}

/* 2025 updates */

html {margin-top: 0 !important;}
body {padding-top: 0 !important;}
#shiftnav-toggle-main {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/wp-content/themes/inogen/assets/landing-pages/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}


.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}


/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

#footerForm .bluebg, #formSection .bluebg {
  margin-bottom: 0;
}


fieldset {
  width: 100%;
}

.lead_form a {
    color: #00549E;
}

.lead_form a:hover,
.lead_form a:focus {
    text-decoration: none;
}