@media (max-width: 900px) {
    #imageMobile{
        display: block;
        width: 80%;
        height: 80%;
        margin-top: 10%;
    }

    .jumbotron {
        display: flex;
        align-items: center;
        justify-content: space-around;
        /* flex-direction: column; */
        padding: 0 30px;
        background: #3ec3dc;
        flex-wrap: wrap;
        
    }
    .jumbotron.taldio{
        background: #E86124;
        min-height: 212px;
        padding: 40px 16px;
    }
    .textJumbotron {
        /* flex: 1; */
        align-self: center;
        /* margin-right: 20px */
        width: 100%;
    }

    #jumbotronTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
        /* padding-top: 40px; */
    }

    #jumbotronTitle.taldio{
        color: #FFFFFF;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }

    #jumbotronSubtitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;

        color: #234b88;
        margin-bottom: 0;
    }
    
    #jumbotronSubtitle.taldio{
        color: #FFFFFF;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
    }

    .jumbotron p {
        margin-bottom: 10;
    }

    #vl {
        border: 1px solid #1B8497;
        height: 51px;
    }

    #jumbotronButtonWa_new {
        background-color: #68D0E4;
        color: #2B2E33;
        border-radius: 9px;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: center;
        height: 65px;
        /* padding:10px auto; */
        width: 100%;
        
        
    }

    a #jumbotronButtonWa_new {
        font-style: normal;
    }

    #jumbotronButtonWa_new:active {
        color: #FFFFFF;
        background-color: #234B88;
    }

    #jumbotronTitle_New {
        font-family: Poppins;
        font-size: 46px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: left;
        color: #234B88;
        margin-bottom: 10%;
    }

    #biggerText {
        font-family: Poppins;
        font-size: 50px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 0em;
        text-align: left;


    }

    #jumbotronSubTitle_New {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0em;
        text-align: left;
        color: #1B8497;

    }

    #jumbotronSubTitle_New2 {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 0em;
        text-align: left;

    }

    #jumbotronPriceDiscont {
        display: flex;
        border: 1px solid;
        border-radius: 9px;
        color: #1B8497;
        background-color: #E9F8FB;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 20px;
        width: 100%;
        height: 72px;
    }

    .jumbotronPriceDiscontInnerMinus {
        width: 35%;
    }

    .jumbotronPriceDiscontInnerMinus>p {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 12px;
        /* margin:  auto; */
    }

    .jumbotronPriceDiscontInner {
        width: 50%;
    }

    .jumbotronPriceDiscontInner>p {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 12px;
        /* margin:  auto; */

    }



    #jumbotronTermAndCondition {
        font-family: Poppins;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;

    }

}

@media (min-width: 1201px) { 
    #imageMobile{
        margin-top:25%;
        width: 531px;
        height: 523px;
    }
    .jumbotron {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 120px;
        background: #3ec3dc;
        min-height: 440px;
        box-sizing: border-box;
    }
    .jumbotron.taldio{
        background: #E86124;
    }
    .textJumbotron {
        flex: 1;
        align-self: center;
        margin-right: 20px;
    }

    #jumbotronTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
    }

    #jumbotronTitle.taldio{
        color: #FFFFFF;
    }

    .imageJumbotron {
        flex: 1;
    }

    #jumbotronSubtitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;

        color: #234b88;
    }

    #jumbotronSubtitle.taldio{
        color: #FFFFFF;
    }

    #vl {
        border: 1px solid #1B8497;
        height: 51px;
    }

    #jumbotronButtonWa_new {
        background-color: #68D0E4;
        color: #2B2E33;
        border-radius: 9px;
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: center;
        height: 65px;
        /* padding:10px auto; */
        width: 80%;
        
    }

    a #jumbotronButtonWa_new {
        font-style: normal;
    }

    #jumbotronButtonWa_new:hover {
        color: #FFFFFF;
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 19px;
        /* letter-spacing: 0em; */
        text-align: center;
        height: 65px;
        
        /* padding:10px auto; */
        width: 80%;
        background-color: #234B88;
    }

    #jumbotronTitle_New {
        font-family: Poppins;
        font-size: 46px;
        font-weight: 600;
        line-height: 69px;
        letter-spacing: 0em;
        text-align: left;
        color: #234B88;
    }

    #biggerText {
        font-family: Poppins;
        font-size: 52px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 0em;
        text-align: left;


    }

    #jumbotronSubTitle_New {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        color: #1B8497;

    }

    #jumbotronSubTitle_New2 {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0em;
        text-align: left;

    }

    #jumbotronPriceDiscont {
        display: flex;
        border: 1px solid;
        border-radius: 9px;
        color: #1B8497;
        background-color: #E9F8FB;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 20px;
        width: 75%;
        height: 72px;
    }

    .jumbotronPriceDiscontInnerMinus {
        width: 30;
    }

    .jumbotronPriceDiscontInnerMinus>p {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 12px;
        /* margin:  auto; */
    }

    .jumbotronPriceDiscontInner {
        width: 40%;
    }

    .jumbotronPriceDiscontInner>p {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 12px;
        /* margin:  auto; */

    }



    #jumbotronTermAndCondition {
        font-family: Poppins;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;

    }

}

@media (max-width: 1200px) and (min-width: 901px) {
    #imageMobile{
        margin-top:15%;
        width: 500;
        height: 500;
    }
    .jumbotron {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 120px;
        background: #3ec3dc;
        min-height: 440px;
        box-sizing: border-box;
    }
    .jumbotron.taldio{
        background: #E86124;
    }
    .textJumbotron {
        flex: 1;
        align-self: center;
        margin-right: 20px;
    }

    #jumbotronTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
    }

    #jumbotronTitle.taldio{
        color: #FFFFFF;
    }

    .imageJumbotron {
        flex: 1;
    }

    #jumbotronSubtitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;

        color: #234b88;
    }

    #jumbotronSubtitle.taldio{
        color: #FFFFFF;
    }

    #vl {
        border: 1px solid #1B8497;
        height: 51px;
    }

    #jumbotronButtonWa_new {
        background-color: #68D0E4;
        color: #2B2E33;
        border-radius: 9px;
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: center;
        height: 65px;
        /* padding:10px auto; */
        width: 100%;
        
    }

    a #jumbotronButtonWa_new {
        font-style: normal;
    }

    #jumbotronButtonWa_new:hover {
        color: #FFFFFF;
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 19px;
        /* letter-spacing: 0em; */
        text-align: center;
        height: 65px;
        
        /* padding:10px auto; */
        width: 100%;
        background-color: #234B88;
    }

    #jumbotronTitle_New {
        font-family: Poppins;
        font-size: 46px;
        font-weight: 600;
        line-height: 69px;
        letter-spacing: 0em;
        text-align: left;
        color: #234B88;
    }

    #biggerText {
        font-family: Poppins;
        font-size: 52px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 0em;
        text-align: left;


    }

    #jumbotronSubTitle_New {
        font-family: Poppins;
        font-size: 24px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
        color: #1B8497;

    }

    #jumbotronSubTitle_New2 {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0em;
        text-align: left;

    }

    #jumbotronPriceDiscont {
        display: flex;
        border: 1px solid;
        border-radius: 9px;
        color: #1B8497;
        background-color: #E9F8FB;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 20px;
        width: 90%;
        height: 72px;
    }

    .jumbotronPriceDiscontInnerMinus {
        width: 30%;
    }

    .jumbotronPriceDiscontInnerMinus>p {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 12px;
        /* margin:  auto; */
    }

    .jumbotronPriceDiscontInner {
        width: 40%;
    }

    .jumbotronPriceDiscontInner>p {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 12px;
        /* margin:  auto; */

    }



    #jumbotronTermAndCondition {
        font-family: Poppins;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;

    }

}

@media (max-width: 600px) {
    .imageJumbotron.noImage {
        display: none;
    }

    .jumbotron.noImage {
        padding: 0 10px
    }
}

