body {
    font-family: Arial Regular,Helvetica,Arial,sans-serif;
}

#contentWrapper {
    font-family: Arial Regular,Helvetica,Arial,sans-serif;
    color: #605d5d;
    font-size: 14px;
    line-height: 16px;
}

.confirmWrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#mainContentBlock,.confirmContentContainer {
    position: relative;
    float: left;
    width: 98%;
    margin: 0 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.oneClickCTAContainer {
    margin-top: 32px;
    margin-bottom: 20px;
}

.promoName {
    color: #ec008c;
}

.bar5 h1 {
    margin: 0;
    padding-left: 20px;
    color: #fff !important;
    font-size: 24px;
}

#oneClickCTA, .confirmCTAButton {
    color: #fff;
    min-width: 98%;
    height: 75px;
    font-size: 25px;
    background-color: #dc6015;
    border: 0;
    #marign-top: 64px;
}

.confirmImageBlock {
    position: relative;
    float: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.confirmOneClickImage {
    width: 95%;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 10px;
}

/* Small viewport
@media screen and (max-width:480px){
  .confirmOneClickImage {
    width: 392px;
    height: 261px;
  }
}
*/

@media screen and (max-width:640px) {
    #contentWrapper {
        width: auto;
    }
}

/* Styles for LVP and MVP */
@media screen and (min-width:768px) {
    #contentWrapper {
        font-size: 18px;
        line-height: 20px;
    }

    .confirmWrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .oneClickCTAContainer {
        margin-top: 42px;
    }

    #oneClickCTA, .confirmCTAButton {
        height: 52px;
        font-size: 20px;
        min-width: 162px;
    }

    .confirmImageBlock {
        position: relative;
        float: left;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .confirmOneClickImage {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}

/* Media viewport */
@media screen and (max-width:993px) {
    #contentWrapper {
        width: 100%!important;
    }
}

/* Large viewport */
@media screen and (min-width:994px) {

    #oneClickCTA, .confirmCTAButton {
        height: 52px;
        font-size: 20px;
        min-width: 203px;
    }

    #mainContentBlock,.confirmContentContainer {
        float: left;
        width: 433px;
        padding-right: 58px;
        margin-bottom: 20px;
    }

    .bar5 h1 {
        margin: 0;
        padding-left: 20px;
        color: #fff !important;
        font-size: 30px;
    }

    .confirmOneClickImage {
        width: 491px;
        height: 328px;
        margin-top: 0;
        margin-bottom: 30px;
    }
}