@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
html {
    scroll-behavior: smooth;
}
.cmp-text {
    font-family: 'Raleway', sans-serif!important;
    padding: 0!important;
    position: inherit!important;
    color: #000000 !important;
    
}
body.modal-enabled {
    overflow: hidden;
}
div:has(>img) {
    line-height: 0;
}
/********Fonts styling begins here**********/
.ff- { font-family: 'roboto', sans-serif !important; } /*******Other font declaration used in site*******/

.fw-thin { font-weight: 100; }
.fw-exlight { font-weight: 200; }
.fw-light { font-weight: 300; }
.fw-regular { font-weight: 400; }
.fw-medium { font-weight: 500; }
.fw-smbold { font-weight: 600; }
.fw-bold { font-weight: 700; }
.fw-exbold { font-weight: 800; }
.fw-black { font-weight: 900; }
.fs-normal { font-style: normal;}
.fs-italic {font-style: italic;}
/********Fonts styling ends here**********/

/********font color styling begins here (to declare common colors used for site)**********/
.white-color { color: #FFFFFF; } 
.blue-color { color: #004D74;}
.teal-color { color: #10375C;}
.grey-color { color: #333333;}
.black-color { color: #000000; }
.lt-blue-color { color: #E4F2FA; }
.green-color { color: #B2D234;}
/********font color styling ends here**********/

/********background color styling begins here (to declare common background colors used for site)**********/
.blue-bg { background: #004D74; }
.white-bg { background:#FFFFFF; }
.teal-bg { background: #3AA29F;}
/********background color styling ends here**********/

.margin_0 {
    margin: 0;
}
.text-underline { text-decoration: underline; } /******to underline for anchor tag*******/
a.text-underline:hover { text-decoration: none; } /******to remove underline for anchor tag on hover*******/
.text-nowrap { white-space: nowrap; } /******to wrap text*******/
.desktop-view-only { display: none; } /*********to hide till 1003************/

.skip {
    line-height: 30px;
    position: absolute;
    margin-top: -30px;
    font-size: 18px;
    padding-left: 15px;
}
a.skip:focus {
    margin-top: 0;
    position: relative;
}
a:focus-visible {
    outline: auto;
}
.text-center { text-align: center; }

#main-section h2.cmp-title__text {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: 800;
    font-family: 'Raleway', sans-serif!important;
}
/***header design****/
#header-logo {
    background: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/mobile/header-bg.svg) no-repeat;
    background-size: 100%;
    padding: 37px 23px 32px;
}
#home #main-section {
    border-top: 5px solid #3AA29F;
}
#banner-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 38px 30px 0 32px;
    background: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/mobile/banner-bg.png) no-repeat;
    background-size: 100%;
    gap: 15px;
    margin-bottom: 25px;
}
#banner-text > h1 p:first-child {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 13px;
}
#banner-text > p:last-child {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 21px;
}
#banner-right .button {
    display: flex;
    background: #3AA29F;
    width: 100%;
    max-width: 328px;
    border-radius: 100px;
    padding: 22px 0;
    justify-content: center;
    margin: 0 auto;
}
#banner-right .button a {
    color: #FFFFFF;
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 19px;
    line-height: 20px;
}
#banner-right .button .cmp-tooltip {
    background: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/global/definition-icon.svg) no-repeat;
}
#banner-right .cmp-tooltip .cmp-tooltip-block .cmp-tooltip-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif!important;
    border-bottom: none;
    padding: 56px 28px 0 34px;
    text-align: center;
    color: #FFFFFF;
    background: #10375C;
    border-radius: 5px 5px 0 0;
}

#banner-right .cmp-tooltip .cmp-tooltip-block .cmp-tooltip-description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif !important;
    color: #FFFFFF;
    padding: 19px 28px 57px;
    text-align: center;
    background: #10375C;
    border-radius: 0 0 5px 5px;
}

#banner-right .cmp-tooltip .cmp-tooltip-block {
    bottom: 30px;
    top: auto;
    left: auto;
    right: -22px;
    max-width: 360px;
    padding: 6px;
    background: linear-gradient(90deg,rgba(58, 162, 159, 1) 0%, rgba(96, 214, 105, 1) 100%);
}

#banner-right .cmp-tooltip .cmp-tooltip-block:after {
    display: none;
}
hr.cmp-separator__horizontal-rule {
    border: 4px solid #004D74;
    margin: 0 13px;
    border-radius: 4px;
}
#support-section {
    background: #004D74;
    color: #FFFFFF;
    margin: 23px 13px;
    padding: 25px 20px 35px 21px;
    border-radius: 20px;
    text-align: center;
}
#support-section h2 {
    margin: 0 auto 24px;
}
#support-section p {
    padding: 58px 0 56px 48px;
    font-size: 16px;
    line-height: 24px;
    background: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/mobile/mobile-gradient.svg) no-repeat;
    background-size: auto 100%;
}
#started-section h2 {
    color: #004D74;
    margin: 20px auto 22px;
}
.step-123-sec {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 0 13px 29px;
}
.step-123-sec .steps > p:first-child {
    font-size: 18px;
    line-height: 34px;
    font-weight: 800;
    text-align: center;
    padding: 1px;
}
.step-123-sec .steps > p:last-child {
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    padding: 14px 24px 16px 23px;
    text-align: center;
}

#whatsapp-sec > .container {
    background: #004D74;
    color: #FFFFFF;
    margin-bottom: 44px;
    border-radius: 0 25px 25px;
    padding: 73px 38px 35px;
    position: relative;
    margin-top: 66px;
}
#whatsapp-sec {
    text-align: center;
    margin: 29px 13px 38px;
}
#whatsapp-sec h2 {
    margin: 0 auto 22px;
}
#whatsapp-sec p, #new-txt-sec p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
#whatsapp-sec .container .text p:last-child {
    padding-top: 14px;
}
#whatsapp-sec > .container:before {
    content: '';
    background: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/global/whatsapp-icon.svg) no-repeat;
    background-position: center top;
    width: 100%;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: -37px auto 0;
    display: block;
}
#new-txt-sec > .text p {
    padding: 0 40px 61px;
}
#highlights-sec h2 {
    color: #004D74;
    margin: 0 auto 27px;
}
.highlight-text {
    font-size: 16px;
    line-height: 24px;
        color: #333333;
}
.highlight-text p > span {
    display: block;
}
#highlights-sec {
    background: #F9F9F9;
    border-radius: 50px;
    margin: 31px 13px 32px;
    padding: 31px 42px 30px;
}
.highlight-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}
.highlight-img {
    max-width: 89px;
    margin: 0 auto 5px;
}
.highlight-hr-line span {
    display: none;
}
.highlight-hr-line hr {
    height: 52px;
    width: 4px;
    background: #3AA29F;
    border: none;
    border-radius: 4px;
    margin: 0;
}
#cta-section {
    background: #3AA29F;
    color: #FFFFFF;
    padding: 48px 35px;
}

#cta-section .button a {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    display: block;
    background: #004D74;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    padding: 20px 45px;
    max-width: 319px;
    margin: 0 auto;
    font-family: 'Raleway';
}
#cta-section .button:last-child a {
    color:#004D74;
    background: #FFFFFF;
    border-color: #004D74;
    margin: 17px auto 32px;
    padding: 13px 43px;
}

#page-cta-txt p {
    max-width: 100%;
    font-size: 19px;
    line-height: 24px;
    margin: 0 auto;
}
#page-cta-txt p:last-child {
    padding-top: 17px;
}
#footer-section {
    background: #004D74;
    margin-top: 22px;
    padding: 32px 26px 59px;
}
#footer-link-sec a {
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    text-decoration: underline;
    font-family: 'Arial';
}
#footer-link-sec a:hover {
    text-decoration: none
}
#footer-link-sec a img {
    width: 24px;
    margin-left: 3px;
    margin-bottom: -1px;
}
#footer-text {
    padding: 65px 0 60px !important;
}

#footer-text p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Arial';
}
#footer-mylyn-logo {
    max-width: 193px;
    margin: 0 auto;
}

#footer-az-logo {
    max-width: 136px;
    margin: 12px auto 0;
}
/***/
#error-page #main-section {
    padding: 92px 24px 60px;
    text-align: center;
}
#error-page-heading h1 {
    color: #10375C;
    font-size: 32px;
    font-family: 'Arial';
    margin: 0 auto 14px;
    letter-spacing: -0.6px;
}
#error-page-text p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Arial';
    color: #000000;
}

a#error-page-btn {
    border: 1.5px solid #004D74;
    max-width: 278px;
    width: 100%;
    display: block;
    margin: 53px auto 0;
    padding: 24px 0;
    font-family: 'Raleway';
    font-weight: 800;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    border-radius: 100px;
    background: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/global/next-arrow.svg) #004D74;
    background-repeat: no-repeat;
    background-position: center right 46px;
    background-size: 17px;
    padding-right: 21px;
}

 #home .highlight-text p > span {
    
    color: #333333;
}

/*******exit-ramp style starts here********/
.cmp-modal__modalbox.modal-md .modal-box {
    width: 100% !important;
}
.exit-ramp-modal {
    z-index: 9999999;
    backdrop-filter: none !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: #120F0F76;
    opacity: 0;
    cursor: auto !important;
}

.exit-ramp-modal.modal--visible,
.cmp-modal__modalbox.modal--visible {
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
}

.exit-ramp-modal .modal-box {
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(90deg,rgba(58, 162, 159, 1) 0%, rgba(96, 214, 105, 1) 100%);
    max-width: 360px;
    padding: 4px;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
}

.exit-ramp-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
    padding-top: 63px;
    padding-bottom: 30px;
}

.exit-ramp-body {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0 26px;
}

.exit-ramp-title, .exit-ramp-body {
    font-family: 'Raleway';
    max-width: 700px;
    margin: 0 39px;
}

.exit-ramp-actions {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 59px;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.exit-ramp-actions a,
.exit-ramp-actions div {
    background: #004D74;
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    font-weight: 700;
    font-family: 'Raleway';
    max-width: 155px;
    border-radius: 100px;
    width: 100%;
    color: #FFFFFF;
    border: 4px solid #3AA29F;
}

.exit-ramp-cancel.close-exit-ramp {
    cursor: pointer;
}

a.exit-ramp-continue.skip-exit-ramp:hover,
.exit-ramp-actions div:hover {
    text-decoration: underline;
}

.exit-ramp-modal button.modal__close,
.modal button.modal__close {
    max-width: 360px;
    width: 100%;
    position: relative;
    top: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    margin: 0 auto;
}
.modal__closeLabel, span.modal__closeIcon svg {
    display: none;
}
span.modal__closeIcon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 14px;
    background: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/global/close-button.svg);
    background-size: 100%;
}
.modal-box__content {
    background: #10375C;
    border-radius: 20px;
}
.exit-ramp-actions a {
    background: #60D669;
    color: #10375C;
}
.exit-ramp-modal .modal-box {
 
    background: #3AA29F!important;
}

.exit-ramp-body > span {
    display: block;
    padding: 23px 26px 0;
    line-height: 20px;
    color: #60D669;
}
#page-cta-txt p {
       
       text-align: center;
       }
       
       
/*******exit-ramp style ends here********/
#banner-left .image:after {
    content: '';
    position: absolute;
    background: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/global/video-play-button.svg) no-repeat center;
    width: 100%;
    height: 100%;
    top: 60px;
    display: none;
}
#banner-left .image {
    position: relative;
}
.video {
    display: none;
}
/**Uncomment to enable video***/
.cmp-video__player {
    max-width: 303px;
    max-height: 383px;
    min-height: 383px;
    padding: 79px 26px 0 !important;
    margin: 0 auto;
}
.cmp-video__content {
    display: none;
}
/*********/
/******standard media query for lyn *******/
@media screen and (min-width: 992px) { 
    .desktop-view-only { display: block; } /*********to hide till 1005************/
    .mobile-view-only { display: none; } /*********to hide till 1005************/
    #header-logo {
        background: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/desktop/header-bg.svg) no-repeat;
        background-size: cover;
        padding: 33px 0 32px;
    }
    #header-logo a {
        max-width: 1190px;
        margin:  auto;
        display: block;
    }
    #banner-section {
        flex-direction: row;
        align-items: flex-start;
        padding-top: 90px;
        background: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/desktop/banner-bg.png) no-repeat;
        background-size: cover;
        margin-bottom: 32px;
        gap: 20px;
        justify-content: center;
    }
    #banner-section .container:has(>#banner-left) {
        max-width: 494px;
        width: 100%;
    }
    #banner-right {
        max-width: 784px;
    }
    #banner-text > h1 p:first-child {
        font-size: 44px;
        line-height: 50px;
        padding-top: 25px;
        padding-bottom: 34px;
    }
    #banner-text > p:last-child {
        font-size: 30px;
        line-height: 45px;
        padding-bottom: 64px;
    }
    #banner-right .button {
        max-width: 706px;
        padding: 56px 0;
    }
    #banner-right .button .cmp-tooltip {
        background-size: 100%;
        width: 29px;
        height: 29px;
        margin-top: -10px;
        margin-left: 2px;
    }
    #banner-right .button a {
        font-size: 34px;
    }
    hr.cmp-separator__horizontal-rule {
        border: 6px solid #004D74;
        max-width: 1344px;
        margin: 0 auto;
        border-radius: 6px;
    }
    #support-section {
        margin: 35px auto 41px;
        padding: 42px 0px 38px;
        max-width: 1344px;
    }
    #main-section h2.cmp-title__text {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 35px;
    }
    #support-section h2 {
        margin: 0;
    }
    #support-section p {
        padding: 40px 0 45px 43px;
        font-size: 30px;
        line-height: 45px;
        text-align: left;
        max-width: 1157px;
        margin: 0 auto;
    }
    #started-section h2 {
        margin: 47px auto 30px;
    }
    #started-steps-sec {
        display: flex;
        max-width: 1344px;
        gap: 24px;
        margin: 0 auto 67px;
    }
    .container:has(> #step-qr-sec) {
        background: #3AA29F;
        padding: 21px 23px 23px;
        max-width: 442px;
        width: 100%;
    }
    #step-qr-sec, div#step-qr-sec div {
        height: 100%;
    }
    #step-qr-sec .text p {
        font-size: 32px;
        line-height: 34px;
        color: #DE3B8F;
        border-radius: 14px;
        font-weight: 600;
        height: 100%;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .step-123-sec {
        gap: 24px;
        margin: 0;
    }
    .step-123-sec .steps {
        display: flex;
        
    }
    .step-123-sec .steps > p:first-child {
        font-size: 34px;
        line-height: 34px;
        max-width: 154px;
        width: 100%;
        padding: 55px 0;
    }
    .step-123-sec .steps > p:last-child {
        font-size: 24px;
        line-height: 36px;
        text-align: left;
        padding: 18px 58px 20px 45px;
        width: 100%;
    }
    .step-123-sec .steps.step1 > p:last-child {
        padding: 58px 58px 52px 45px;
    }
    #whatsapp-sec > .container {
        padding: 63px 3px;
        margin: 114px auto 95px;
    }
    #whatsapp-sec {
        margin: 0 auto 88px;
        max-width: 1344px;
    }
    #whatsapp-sec > .container:before {
        max-width: 175px;
        background-size: 100%;
        height: 175px;
        left: -20px;
        margin: -72px auto 0;
    }
    #whatsapp-sec p, #new-txt-sec p {
        font-size: 30px;
        line-height: 45px;
        max-width: 1109px;
        margin: 0 auto;
    }
    .highlight-text {
        font-size: 30px;
        line-height: 34px;
        max-width: 335px;
    }
    .highlight-body {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0;
    }
    .highlight-img {
        max-width: 266px;
        margin: 0 auto 28px;
    }
    #highlights-sec {
        max-width: 1344px;
        margin: 56px auto;
        padding: 77px 57px 76px 77px;
    }
    .highlight-hr-line hr {
        position: absolute;
        width: 131px;
        height: 6px;
        right: -65px;
        top: 50%;
        margin: 0;
    }
    .highlight-hr-line {
        position: relative;
        height: 266px;
    }
    #cta-section .button a {
        font-size: 32px;
        line-height: 32px;
        max-width: 812px;
        padding: 46px 68px;
        border-width: 4px;
    }
    #cta-section .button:last-child a {
        margin: 36px auto 51px;
         padding: 30px 68px;
    }
    #page-cta-txt p {
        max-width: 705px;
        font-size: 32px;
        line-height: 36px;
    }
    div#cta-section {
        padding: 68px 35px;
    }
    #footer-section {
        margin-top: 45px;
        padding: 98px 45px 83px;
    }

    #footer-link-sec a {
        font-size: 20px;
        line-height: 16px;
        margin: 0;
        white-space: nowrap;
    }

    #footer-link-sec ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 44px;
        row-gap: 32px;
        justify-content: center;
    }

    #footer-text {
        padding: 138px 0 131px !important;
    }

    #footer-text p {
        text-align: left;
        font-size: 20px;
        line-height: 24px;
    }
    #footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 44px;
    }
    #footer-mylyn-logo, .image:has(#footer-mylyn-logo) {
        max-width: 537px;
        width: 100%;
    }
    #footer-az-logo, .image:has(#footer-az-logo) {
        max-width: 317px;
        margin: 0;
        width: 100%;
    }
    #error-page #main-section {
        padding: 190px 24px 120px;
    }
    #error-page-heading h1 {
        font-size: 96px;
        line-height: 100px;
        margin-bottom: 33px;
        color: #004D74;
    }
    #error-page-text p {
        font-size: 36px;
        line-height: 42px;
    }
    a#error-page-btn {
        max-width: 706px;
        font-size: 34px;
        line-height: 36px;
        padding: 47px 0;
        margin-top: 158px;
        background-position: center right 154px;
        background-size: 40px;
        padding-right: 47px;
        
    }
    #banner-right .cmp-tooltip .cmp-tooltip-block .cmp-tooltip-title {
        font-size: 38px;
        line-height: 44px;
        padding: 104px 156px 0;
    }
    #banner-right .cmp-tooltip .cmp-tooltip-block {
        max-width: 1000px;
        bottom: 30px;
        right: 10px;
    }
    #banner-right .cmp-tooltip .cmp-tooltip-block .cmp-tooltip-description {
        font-size: 28px;
        line-height: 34px;
        padding: 28px 73px 104px;
    }
    .exit-ramp-modal .modal-box, .exit-ramp-modal button.modal__close, .modal button.modal__close {
        max-width: 1000px;
    }
    span.modal__closeIcon {
        width: 37px;
        height: 37px;
        right: 22px;
        top: 18px;
    }
    .exit-ramp-title, .exit-ramp-body {
        margin: auto;
        max-width: 853px;
    }
    .exit-ramp-title {
        font-size: 56px;
        line-height: 60px;
        padding-top: 62px;
        padding-bottom: 62px;
    }
    .exit-ramp-body {
        font-size: 28px;
        line-height: 42px;
        padding: 0px 0 49px;
    }
    .exit-ramp-actions {
        flex-direction: row-reverse;
        padding-bottom: 67px;
        gap: 73px;
    }
    .exit-ramp-actions a, .exit-ramp-actions div {
        font-size: 24px;
        line-height: 34px;
        max-width: 228px;
        padding: 17.5px 10px;
    }
    #banner-right .cmp-tooltip:hover .cmp-tooltip-block {
        display: inline-block !important;
    }
    #page-cta-txt p:last-child {
        padding-top: 28px;
    }
    #whatsapp-sec .container .text p:last-child {
        padding-top: 23px;
    }
      #whatsapp-sec > .container {
        
        margin: 114px auto 55px!important;
        }
     #whatsapp-sec {
        margin: 0 auto 61px;
     }
     #main-section h2.cmp-title__text {
       
        margin-bottom: 45px!important;
     }
         #cta-section .button:last-child a {
        margin: 36px auto 45px!important;
         }
       #home div#cta-section {
        padding: 61px 35px!important;
        }
            #banner-text > p:last-child {
        font-weight: 700;
            }
     
       #whatsapp-sec p.white-color.sb-part {
    padding: 0 40px;
          }
          
    #started-steps-sec {
    gap: 16px!important;
        
    }
        .highlight-text {
        
        line-height: 45px;
        }
        
        #lb-change span {
             line-height: 20px;
            
        }
        #llb-change span {
             line-height: 48px;
            
        }
            #page-cta-txt p {
        
        line-height: 48px!important;
                
            }
            
            .exit-ramp-body > span {
    font-size: 32px;
    line-height: 20px;
    padding: 37px 0 0;
}

a.bottom_phn.white-color {
    pointer-events: none;
}
#footer-section {
    
    margin-top: 31px;
}
.cmp-video__player {
    max-width: 403px;
    max-height: 574px;
    min-height: 574px;
    padding: 118px 0px 0 !important;
    margin: 0 auto;
}
}
@media screen and (max-width: 991px) { 
    #step-qr-sec {
        display: none;
    }
    .step-123-sec .steps.step3 > p:last-child {
        padding: 14px 39px 15px 39px;
    }
    .step-123-sec .steps.step1 > p:last-child {
        padding: 63px 39px;
    }
    
    #error-page-heading .cmp-title__text.cmp-title__text--h1 span {
        line-height:26px;
    }
    #error-page-text p {
    line-height: 16px;
    }
    
    #min-pt span {
        line-height: 16px;
    }
    #b-pt span{
          line-height: 16px!important;
        
    }
    #support-section span.tp-prt {
        line-height: 22px !important;
    }
    #llb-change span {
        line-height:18px;
    }
    .cmp-video__holder {
        background-image: url(/content/dam/intelligentcontent/brands/mylynparzaonthego/us/en/images/mobile/phone.png) !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        width: 100%;
    }
} 


/******media query for tablet landscape*******/
@media screen and (min-width: 992px) and (max-width: 1430px) {
    .exit-ramp-modal .modal-box, .exit-ramp-modal button.modal__close, .modal button.modal__close {
        max-width: 970px;
    }
    #banner-right .button a {
        font-size: 24px;
    }
    #banner-right .button {
        padding: 34px 0;
    }
    #banner-right .cmp-tooltip .cmp-tooltip-block {
        max-width: 892px;
    }
    #support-section {
        max-width: 950px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #whatsapp-sec > .container {
        max-width: 950px;
    }
    .highlight-img {
        max-width: 150px;
    }
    .highlight-hr-line hr {
        width: 115px;
        height: 6px;
        right: -60px;
        top: 28%;
    }
    .step-123-sec .steps > p:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }
} 
/******media query for tablet potrait*******/
@media screen and (min-width: 767px) and (max-width: 991px) {

 } 

/******media query for small device*******/
@media screen and (max-width: 380px) { 
    #header-logo {
        padding-bottom: 20px;
        background-color: #3aa29f;
    }
    #banner-right .button a {
        max-width: 142px;
    }
    #banner-section {
        background-color: #004c73;
    }
    #support-section p {
        padding: 58px 15px 56px 33px;
        max-width: 253px;
    }
    .exit-ramp-modal .modal-box, .exit-ramp-modal button.modal__close, .modal button.modal__close {
        max-width: 300px;
    }
    .exit-ramp-title, .exit-ramp-body {
        margin: 0 16px;
    }
    #banner-right .cmp-tooltip .cmp-tooltip-block {
        right: -67px;
        max-width: 300px;
    } 

/*compatibility code starts here */
@media (min-width:820px) and (max-width:991px) {
    #support-section p {
        background-size: auto 99%!important;
    }
}
