.error-container-section {
    max-width: 1440px;
    margin: 0 auto
}

.error-heading-cntr-text h1 {
    text-align: center;
    margin-top: 233px;
    font-size: 64px
}

.error-try-again-txt {
    margin-top: 86px;
    margin-bottom: 66px;
    font-size: 34px
}

.error-container-section a.cta {
    text-decoration: none
}

.go-to-sit-map {
    margin-top: 34px;
    margin-bottom: 70px;
    color: #0071B7;
    font-weight: 700;
    text-decoration: none
}

.go-to-sit-map a {
    font-size: 18px;
    font-family: "Inter",sans-serif;
    font-weight: 700;
    color: #0071B7;
    border-bottom: 1px solid #0071B7
}

.error-inner-content {
    padding: 0 203px
}

.site-map-container-section {
    max-width: 1440px;
    margin: 0 auto
}

.site-map-inner-content {
    padding: 0 203px
}

.site-map-main-div {
    margin-bottom: 50px
}

.site-map-main-ul li {
    line-height: 27px;
    font-size: 18px;
    font-family: "Inter",sans-serif;
    letter-spacing: 0;
    color: #231f20;
    font-weight: 500;
    padding-bottom: 23px
}

.site-map-main-ul .site-map-sub-ul li {
    padding-bottom: 18px
}

.site-map-main-ul .site-map-sub-ul {
    padding-top: 18px
}

.site-map-main-ul .site-map-sub-ul li:last-child {
    padding-bottom: 0
}

.site-map-sub-ul li {
    margin-left: 30px;
    list-style-type: disc
}

.contant-us-image-wrapper .extra_class {
    margin-bottom: 0
}

.site-map-main-ul li a {
    color: #0071B7;
    font-size: 18px;
    font-family: "Inter",sans-serif;
    text-decoration: underline;
    font-weight: 500
}

.site-map-sub-ul li::marker {
    color: #0071B7
}

.site-map-heading-text h1 {
    margin: 239px 0 80px 0;
    font-size: 64px
}

.contact-us-container-section {
    max-width: 1440px;
    margin: 0 auto
}

.contact-us-heading-text h1 {
    margin: 228px 0 63px 0;
    font-size: 64px
}

.contact-us-heading-text {
    padding: 0 206px
}

.contant-us-main-content {
    display: flex;
    margin: 0 auto;
    gap: 68px;
    padding: 0 204px
}

.contact-us-mobile-nu {
    font-size: 18px;
    color: #0071B7;
    text-decoration: underline;
    font-weight: 700;
    line-height: 24px;
    font-family: "Inter",sans-serif
}

.contant-us-image-wrapper img {
    height: 80px;
    width: 80px
}

.contant-us-content-wrapper {
    max-width: 569px;
    margin-bottom: 80px;
    border-right: 1px solid #ddd;
    padding-top: 0
}

.contant-us-content-wrapper a {
    color: rgb(0 113 183);
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    font-family: "Inter",sans-serif
}

.contant-us-content-wrapper p:nth-of-type(1) {
    margin: 0 0 20px 0;
    width: 78%
}

.contant-us-content-wrapper p:nth-of-type(2) {
    margin: 20px 0 40px 0
}

.contant-us-content-wrapper p:nth-of-type(3) {
    margin: 0 0 20px 0;
    width: 79%;
}

.contant-us-content-wrapper > p:nth-child(8) {
    padding-right: 70px;
}

.contant-us-image-wrapper h4 {
    margin: 12px 0 8px 0
}

.contant-us-image-wrapper a {
    margin: 20px 0 0 0
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    flex-direction: column;
    align-items: center;
    -webkit-overflow-scrolling: touch;
    background: rgb(0 0 0 / .85);
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #2E2E2E;
    visibility: hidden;
    cursor: default!important;
            backdrop-filter: none !important;
    background:none !important;
}

.modal--visible,.modal-enabled {
    visibility: visible!important;
    opacity: 1!important;
    transition-delay: .1s
}

.modal--visible {
    background: rgb(0 0 0 / .4) !important;
}

.exit-ramp-modal .modal-box{
    max-width: 668px;
    min-height: 319px;
    height: 319px;
    min-width: min-content;
    animation: none !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 999;
    padding: 83px 30px 40px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / .12);
    border-radius: 8px;
    cursor: initial
}

.exit-ramp-modal .modal-box__content{
    padding:0px;
}

.exit-ramp-title {
    font-size: 24px;
    font-family: "Inter",sans-serif;
    font-weight: 500;
    margin-bottom: 34px
}

.exit-ramp-body {
    font-size: 16px;
    font-family: "Inter",sans-serif;
    font-weight: 300;
    margin-bottom: 34px;
    line-height: 150%;
    color: #1A1A1A
}

.exit-ramp-continue:hover {
    background: linear-gradient(120deg,rgb(166 0 99) 100%,rgb(204 86 154) 0%)!important;
    text-decoration: none;
    color: white!important
}

.exit-ramp-continue {
    color: #fff;
    font-size: 18px;
    font-family: "Inter",sans-serif;
    line-height: 20px;
    background: linear-gradient(120deg,rgb(166 0 99) 0%,rgb(204 86 154) 100%);
    display: inline-block;
    padding: 16px 70px 16px 32px;
    border-radius: 5px 24px 24px 5px;
    font-weight: 600;
    position: relative;
    transition: background 0.3s ease
}

.exit-ramp-continue::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0,-50%);
    width: 42px;
    height: 42px;
    background: url(/content/dam/intelligentcontent/brands/flumist/us/en/images/desktop/white-bg-with-arrow.svg) no-repeat;
    background-size: contain
}

.modal__close {
    background: url(/content/dam/intelligentcontent/brands/flumist/us/en/images/desktop/close-modal.svg);
    position: absolute!important;
    top: 24px!important;
    right: 24px!important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px!important;
    height: 16px!important;
    padding: 0!important;
    cursor: pointer
}

.aspn-popup .modal-box {
    cursor: initial
}

.modal__closeLabel {
    visibility: hidden
}

.error-inner-content a.cta-secondary {
    padding: 16px 71px 16px 36px;
    font-size: 18px
}

.kWidgetPlayBtn {
    cursor: pointer;
    height: 116px!important;
    width: 116px!important;
    border-style: none;
    top: 38%!important;
    left: 47%!important;
    margin-top: -26.5px;
    margin-left: -35px;
    background: url(/content/dam/intelligentcontent/brands/flumist/us/en/images/desktop/play-icon.svg)no-repeat!important;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .exit-ramp-modal .modal-box {
        min-width:300px;
        width: 90%;
        min-height: 368px;
        height: 368px
    }
    #homepage .rating-section:before{
        max-width: 1112px !important;
        width:auto !important;  
    }
    
    .contant-us-content-wrapper p:nth-child(9){
        max-width: 98%;
}

    .kWidgetPlayBtn {
        height: 71px!important;
        width: 71px!important;
        top: 50%!important;
        left: 50%!important;
        margin-left: -34px!important;
        background: url(/content/dam/intelligentcontent/brands/flumist/us/en/images/mobile/play-btn.svg)no-repeat!important
    }

    .contant-us-image-wrapper .extra_class {
        margin-bottom: 84px
    }

    .contant-us-image-wrapper img {
        height: 64px;
        width: 64px
    }

    .error-inner-content a.cta-secondary {
        padding: 15px 67px 15px 34px;
        font-size: 16px;
        line-height: 17px;
        width: 100%;
        max-width: 253px;
        text-align: center
    }

    .error-container-section a.cta {
        text-decoration: underline;
        font-size: 16px;
        line-height: 20px;
        border: none;
        font-weight: 500
    }

    .error-inner-content a.cta-secondary::after {
        content: "";
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translate(0,-50%);
        width: 37px;
        height: 37px;
        background: url(/content/dam/intelligentcontent/brands/flumist/us/en/images/desktop/white-bg.svg) no-repeat;
        background-size: contain
    }

    .error-inner-content a.cta-secondary img {
        position: absolute;
        right: 19px;
        z-index: 1;
        top: 50%;
        transform: translate(0,-50%);
        max-width: 14px
    }

    .error-try-again-txt {
        margin-top: 40px;
        margin-bottom: 24px;
        font-size: 28px
    }

    .error-heading-cntr-text h1 {
        margin: 143px 0 40px 0;
        font-size: 40px
    }

    .site-map-heading-text h1 {
        margin: 128px 0 40px 0;
        font-size: 40px
    }

    .site-map-inner-content {
        padding: 0 20px
    }

    .site-map-main-ul li,.site-map-main-ul li a {
        font-size: 16px
    }

    .last-common {
        margin-bottom: 70px
    }

    .site-map-main-div {
        margin-left: 0;
        margin-bottom: 0
    }

    .go-to-sit-map {
        margin-bottom: 90px
    }

    .contact-us-heading-text {
        padding: 0 20px;
        display: flex;
        justify-content: center
    }

    .contact-us-heading-text h1 {
        margin: 128px 0 40px 0;
        font-size: 40px;
        width: 100%;
        max-width: 569px
    }

    .contant-us-main-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        gap: 80px
    }

    .contant-us-content-wrapper {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 80px;
        border-right: none
    }
    
    .contant-us-content-wrapper p:nth-child(7) {
        padding-top: 15px;
    }
    
    .contant-us-content-wrapper > p:nth-child(8) {
        padding-right: 10px;
    }
    
    .contant-us-image-wrapper {
        text-align: center;
        margin-bottom: 0
    }

    .contant-us-image-wrapper p {
        font-size: 18px
    }

    .contact-us-mobile-nu {
        font-size: 16px;
        font-weight: 600
    }

    .contant-us-image-wrapper h4 {
        font-size: 24px
    }

    .contant-us-content-wrapper a {
        font-size: 16px;
        font-weight: 500
    }

    .contant-us-content-wrapper p:nth-of-type(1) {
        margin: 0 0 12px 0;
        width: 100%
    }

    .contant-us-content-wrapper p:nth-of-type(3) {
        margin: 0 0 12px 0;
        width: 100%
    }

    .contant-us-content-wrapper p:nth-of-type(2) {
        margin: 12px 0 40px 0
    }

    .exit-ramp-title {
        font-size: 18px;
        line-height: 27px
    }

    .site-map-main-ul .site-map-sub-ul a {
        position: relative;
        left: -5px
    }

    .error-container-section {
        display: flex;
        justify-content: center
    }

    .error-container-section .error-inner-content {
        max-width: 390px;
        padding: 0 20px
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .contact-us-heading-text {
        padding:0 100px
    }

    .contant-us-main-content {
        display: flex;
        margin: 0 auto;
        gap: 68px;
        padding: 0 100px
    }

    .contact-us-heading-text h1 {
        margin: 190px 0 63px 0;
        font-size: 64px
    }

    .site-map-inner-content {
        padding: 0 100px
    }

    .site-map-heading-text h1 {
        margin: 190px 0 80px 0
    }

    .error-heading-cntr-text h1 {
        margin-top: 190px
    }
}

@media only screen and (min-width: 320px) and (max-width:380px) {
    .exit-ramp-modal .modal-box{
        padding:82px 12px 40px 30px;
        width: 300px
    }
}


.contant-us-content-wrapper p:nth-child(9){
        max-width: 86% !important;
}


@supports (-webkit-touch-callout: none) {
    .contant-us-content-wrapper p:nth-child(8){
            max-width: 100%;
    }
}

/* new code for the exit ramp popup */
@media (max-width: 540px) {
    .modal__close {
    background: url(/content/dam/intelligentcontent/brands/flumist/us/en/images/desktop/close-modal.svg) !important;
    position: absolute !important;
    top: 24px !important;
    right: 24px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    cursor: pointer;
    left: auto !important;

}
.modal__closeIcon{
            display: contents !important;
}

}
