html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Titillium Web";
    vertical-align: baseline;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.flex {
    display: flex
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

a {
    text-decoration: none;
    color: #4aaee7
}

#photoUpload:hover ~ .inputRight {
    background: #cdd2d5 !important
}

#proceedButton>.topPageHead:hover {
    background: #8fcaa0 !important;
    color: white
}

.checkoutSwitchers {
    width: 250px;
    position: relative;
    z-index: 1000001
}

.checkoutSwitchers .leftTab {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #bce0c6;
    padding: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer
}

.checkoutSwitchers .leftTab h3 {
    text-align: center;
    color: white
}

.checkoutSwitchers .rightTab {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #bce0c6;
    padding: 15px;
    cursor: pointer
}

.checkoutSwitchers .rightTab h3 {
    text-align: center;
    color: white
}

.checkoutSwitchers .active {
    background: #e8bb9e
}

.checkoutSwitchers .disabled {
		pointer-events: none;
		opacity: 0.5;
    background: #CCC
}

.hidden {
    display: none
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.topHead {
    height: 180px
}

@media screen and (max-width: 400px) {
    .topHead {
        height: 240px
    }
}

.topHead .bottomMain {
    position: relative;
    top: 0px
}

.topHead .bottomMain .barHold {
    height: 50px;
    width: 100%;
    background-color: #ced8d0
}

.alertHolder {
    float: none;
    margin: 0% auto;
    margin-bottom: 40px;
    margin-top: 60px;
    display: none
}

.alertHolder .topNotice {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    margin-left: -20px
}

@media screen and (max-width: 774px) {
    .alertHolder .topNotice {
        top: -120px
    }
}

@media screen and (max-width: 774px) and (min-width: 401px) {
    .alertHolder .topNotice {
        margin-bottom: -120px
    }
}

@media screen and (max-width: 400px) {
    .alertHolder .topNotice {
        top: -110px;
        margin-bottom: -110px
    }
}

.alertHolder .topNotice .leftIcon {
    position: relative;
    z-index: 1000001;
    top: -50px;
    margin-bottom: -21px
}

@media screen and (max-width: 774px) and (min-width: 401px) {
    .alertHolder .topNotice .leftIcon {
        top: 55px
    }
}

@media screen and (max-width: 400px) {
    .alertHolder .topNotice .leftIcon {
        top: 44px;
        left: -27px
    }
}

.alertHolder .topNotice .leftIcon i {
    padding: 18px 20px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 10px solid white;
    color: white;
    background: #ed1c24;
    font-size: 2.2em
}

@media screen and (max-width: 400px) {
    .alertHolder .topNotice .leftIcon i {
        font-size: 1.5em;
        padding: 14px 16px
    }
}

.alertHolder .topNotice .textHolderRight {
    background: #ededed;
    padding: 15px;
    border-radius: 5px
}

@media screen and (max-width: 774px) {
    .alertHolder .topNotice .textHolderRight {
        padding-left: 65px
    }
}

.alertHolder .topNotice .textHolderRight h3 {
    font-size: 1.6em;
    font-weight: 700;
    text-align: center
}

#hweprog1 {
    background-image: url(images/4.png);
    background-position: center;
    background-size: 55px 55px;
    background-repeat: no-repeat
}

@media screen and (max-width: 774px) {
    #hweprog1 {
        background-size: 45px 45px
    }
}

#hweprog2 {
    background-image: url(images/2.png);
    background-position: bottom;
    background-size: 65px 65px;
    background-repeat: no-repeat
}

@media screen and (max-width: 774px) {
    #prog2 {
        background-size: 45px 45px
    }
}

#hweprog4 {
    background-image: url(images/1.png);
    background-position: center;
    background-size: 45px 45px;
    background-repeat: no-repeat
}

@media screen and (max-width: 774px) {
    #hweprog4 {
        background-size: 35px 35px
    }
}

.navbarContainer {
    margin: 0% auto
}

@media screen and (min-width: 1200px) {
    .navbarContainer {
        width: 775px
    }
    .navbarContainer .mobile {
        display: none !important
    }
}

@media screen and (max-width: 1199px) and (min-width: 775px) {
    .navbarContainer {
        width: 800px
    }
    .navbarContainer .mobile {
        display: none !important
    }
}

@media screen and (max-width: 774px) {
    .navbarContainer {
        width: 100%
    }
    .navbarContainer .mobile {
        display: block !important
    }
}

.navbarContainer .innerCont {
    text-align: center;
    position: relative;
    top: 68px
}

@media screen and (max-width: 774px) and (min-width: 401px) {
    .navbarContainer .innerCont {
        top: 60px
    }
}

@media screen and (max-width: 400px) {
    .navbarContainer .innerCont {
        top: 55px
    }
}

.navbarContainer .innerCont .progressBox {
    height: 90px;
    width: 90px;
    display: inline-block;
    border: 5px solid #5a5858;
    border-radius: 50%;
    background: white;
    cursor: pointer
}

@media screen and (max-width: 774px) and (min-width: 401px) {
    .navbarContainer .innerCont .progressBox {
        height: 70px;
        width: 70px
    }
}

@media screen and (max-width: 400px) {
    .navbarContainer .innerCont .progressBox {
        height: 60px;
        width: 60px
    }
}

.navbarContainer .innerCont .progressBox i {
    display: none;
    font-size: 1.5em;
    color: #428961 !important;
    margin-left: -11px !important
}

.navbarContainer .innerCont .progressBox.active {
    background: #bddfc7
}

.navbarContainer .innerCont .progressBox.active i {
    display: inline-block
}

.navbarContainer .innerCont .divider {
    height: 5px;
    width: 60px;
    background: #5a5858;
    display: inline-block;
    margin-left: 13px;
    margin-right: 10px;
    position: relative;
    top: -38px;
    border-radius: 50px
}

@media screen and (max-width: 774px) {
    .navbarContainer .innerCont .divider {
        display: none
    }
}

#hwe_reserADTab2 .mainContainer {
    margin: 0% auto;
    margin-top: 50px;
    margin-bottom: 50px;
    float: none
}

#hwe_reserADTab2 .mainContainer .selectHold {
    background: white;
    margin-bottom: 14px
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownLabelHold {
    padding-right: 0px;
    padding-left: 0px
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownLabelHold .inner {
    background: #edeff0;
    height: 55px;
    text-align: center;
    border-top-left-radius: 5px
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownLabelHold .inner h3 {
    font-size: 1.6em;
    color: #5a5858;
    padding-top: 12px;
    text-align: center
}

@media screen and (max-width: 774px) {
    #hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownLabelHold .inner h3 {
        font-weight: bold;
        font-size: 1em;
        padding-top: 18px
    }
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownButton {
    cursor: pointer;
    padding-right: 0px
}

@media screen and (max-width: 774px) {
    #hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownButton {
        padding-left: 4px
    }
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownButton .inner {
    background: #d8e8d5;
    height: 55px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownButton .inner h2 {
    text-align: center;
    color: #3f8a60;
    font-size: 1.6em;
    padding-top: 15px
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownList {
    padding-right: 0px;
    padding-left: 0px;
    display: none
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownList .inner {
    width: 100%;
    max-height: 300px;
    background: #bce0c6;
    margin-top: 10px;
    position: relative;
    margin-bottom: -150px;
    padding: 10px;
    overflow-x: auto;
    z-index: 1000001
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownList .inner ul li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownList .inner ul li:hover {
    background: #ededed;
    color: #000
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownList .inner ul li:last-child {
    border-bottom: none
}

#hwe_reserADTab2 .mainContainer .selectHold .dropDownInner .dropDownList .inner select {
    display: none
}

#hwe_reserADTab2 .mainContainer .priceMod .innerMod .bottomDropdown {
    width: 250px;
    margin: 0% auto
}

#hwe_reserADTab2 .mainContainer .priceMod .innerMod .bottomDropdown h3 {
    font-weight: bold;
    font-size: 1.6em;
    padding: 10px;
    text-align: right;
    color: #5a5858;
    margin-right: 25px
}

@media screen and (max-width: 774px) {
    #hwe_reserADTab2 .mainContainer .priceMod .innerMod .bottomDropdown h3 {
        text-align: center;
        padding-left: 85px
    }
}

#hwe_reserADTab2 .mainContainer .priceMod .innerMod .bottomDropdown .dropDownMain .leftImage {
    background: #bce0c6;
    height: 55px;
    width: 60px;
    padding: 15px;
    padding-top: 13px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left
}

#hwe_reserADTab2 .mainContainer .priceMod .innerMod .bottomDropdown .dropDownMain .leftImage img {
    width: 100%
}

#hwe_reserADTab2 .mainContainer .priceMod .innerMod .bottomDropdown .dropDownMain .inputRight {
    background: #61c089;
    height: 55px;
    width: 180px;
    margin-left: 65px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

@media screen and (max-width: 774px) {
    #hwe_reserADTab2 .mainContainer .priceMod .innerMod .bottomDropdown .dropDownMain .inputRight {
        width: 80%
    }
}

#hwe_reserADTab2 .mainContainer .priceMod .innerMod .bottomDropdown .dropDownMain .inputRight h3 {
    color: white;
    text-align: center;
    padding-top: 12px;
    padding-left: 30px
}

#hwe_reserADTab2 .mainContainer .uploadMod .innerMod .bottomDropdown {
    width: 250px;
    margin: 0% auto
}

#hwe_reserADTab2 .mainContainer .uploadMod .innerMod .bottomDropdown h3 {
    font-weight: bold;
    font-size: 1.6em;
    padding: 10px;
    text-align: right;
    color: #5a5858;
    margin-right: 25px
}

@media screen and (max-width: 774px) {
    #hwe_reserADTab2 .mainContainer .uploadMod .innerMod .bottomDropdown h3 {
        text-align: center;
        padding-left: 85px
    }
}

#hwe_reserADTab2 .mainContainer .uploadMod .innerMod .bottomDropdown .dropDownMain .leftImage {
    background: #bce0c6;
    height: 55px;
    width: 60px;
    padding: 15px;
    padding-top: 13px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left
}

#hwe_reserADTab2 .mainContainer .uploadMod .innerMod .bottomDropdown .dropDownMain .leftImage img {
    width: 100%
}

#hwe_reserADTab2 .mainContainer .uploadMod .innerMod .bottomDropdown .dropDownMain .inputRight {
    background: #edeff0;
    height: 55px;
    width: 180px;
    margin-left: 65px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

@media screen and (max-width: 774px) {
    #hwe_reserADTab2 .mainContainer .uploadMod .innerMod .bottomDropdown .dropDownMain .inputRight {
        width: 80%
    }
}

#hwe_reserADTab2 .mainContainer .uploadMod .innerMod .bottomDropdown .dropDownMain .inputRight h3 {
    color: #5a5858;
    text-align: center;
    padding-top: 12px;
    padding-left: 30px
}

#hwe_reserADTab2 .mainContainer .headButton {
    margin-top: 40px;
    border-top: 1px solid #333
}

#hwe_reserADTab2 .mainContainer .headButton .topPageHead {
    background: #bce0c6;
    padding: 15px;
    margin: 0% auto;
    float: none;
    margin-top: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

#hwe_reserADTab2 .mainContainer .headButton .topPageHead .innerHead h3 {
    font-weight: 700;
    font-size: 1.6em;
    color: #5a5858;
    text-align: center
}

.inputsMain {
    margin-top: 45px
}

.inputsMain .inputType {
    margin-bottom: 10px
}

.inputsMain .inputType input,
.inputsMain .inputType textarea {
    width: 100%;
    padding: 10px;
    background: #edeff0;
    border: none;
    font-size: 1.2em;
    font-weight: 400;
    border-radius: 5px
}

.inputsMain .inputType textarea {
    height: 165px;
    resize: none
}

.catList__Border {
    flex: 1;
    border-bottom: dotted 1px black
}

.catList__Item {
    display: flex;
    font-weight: bold;
    justify-content: space-between
}

.catList__Item--Text,
.catList__Item--Price {
    display: inline-block
}

.catList__Item--Text {
    font-style: italic;
    font-weight: normal;
    margin: 0 5px
}

.catList__Item--Price {
    margin-left: auto
}

.totalValues {
    display: inline-flex;
    max-width: 470px
}

.uploadFile {
    display: flex;
    width: 100%
}

.uploadFile .innerMod {
    width: 100%
}

.uploadFile .inputRight {
    width: 100% !important;
    margin-left: 0 !important
}

.uploadFile .innerMod .bottomDropdown {
    margin: 0 !important;
    width: 100% !important
}

.checkoutPage {
    border-top: 2px solid #5a5858;
    padding-top: 5px
}

.checkoutPage .topPageHead {
    background: #bce0c6;
    padding: 15px;
    margin: 0% auto;
    float: none;
    margin-top: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 50px
}

.checkoutPage .topPageHead .innerHead h3 {
    font-size: 1.6em;
    color: #5a5858;
    text-align: center
}

.checkoutPageTwo .bottomDropdown {
    margin-top: 30px
}

.checkoutPageTwo .bottomDropdown h3 {
    font-weight: bold;
    font-size: 1.6em;
    padding: 10px;
    text-align: center;
    padding-left: 80px;
    color: #5a5858;
    margin-right: 15px;
    margin-right: 30px
}

@media screen and (max-width: 774px) {
    .checkoutPageTwo .bottomDropdown h3 {
        text-align: center;
        padding-left: 85px
    }
}

.checkoutPageTwo .bottomDropdown .dropDownMain {
    width: 225px;
    margin: 0% auto;
    position: relative;
    left: -5px
}

.checkoutPageTwo .bottomDropdown .dropDownMain .leftImage {
    background: #bce0c6;
    height: 55px;
    width: 60px;
    padding: 15px;
    padding-top: 13px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left
}

.checkoutPageTwo .bottomDropdown .dropDownMain .leftImage img {
    width: 100%
}

.checkoutPageTwo .bottomDropdown .dropDownMain .inputRight {
    background: #61c089;
    height: 55px;
    width: 155px;
    margin-left: 65px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

@media screen and (max-width: 774px) {
    .checkoutPageTwo .bottomDropdown .dropDownMain .inputRight {
        width: 80%
    }
}

.checkoutPageTwo .bottomDropdown .dropDownMain .inputRight h3 {
    color: white;
    text-align: center;
    padding-top: 12px;
    padding-left: 30px
}

.checkoutPageTwo .innerPageMain {
    background: white !important;
    margin-bottom: 50px
}

@media screen and (max-width: 774px) {
    .checkoutPageTwo .innerPageMain {
        padding: 0px !important
    }
}

.checkoutPageTwo .innerPageMain .leftColumn {
    height: 500px;
    padding: 5px;
    padding-top: 0px
}

@media screen and (max-width: 774px) {
    .checkoutPageTwo .innerPageMain .leftColumn {
        margin-bottom: 20px
    }
}

.checkoutPageTwo .innerPageMain .leftColumn .inputType {
    margin-bottom: 10px
}

.checkoutPageTwo .innerPageMain .leftColumn .inputType .alertIconLeft {
    position: absolute;
    margin-top: 43px;
    left: -120px
}

.checkoutPageTwo .innerPageMain .leftColumn .inputType .alertIconLeft .leftIcon {
    position: relative;
    z-index: 1000001;
    top: -50px;
    margin-bottom: -21px;
    height: 40px
}

@media screen and (max-width: 774px) and (min-width: 401px) {
    .checkoutPageTwo .innerPageMain .leftColumn .inputType .alertIconLeft .leftIcon {
        top: 55px
    }
}

@media screen and (max-width: 400px) {
    .checkoutPageTwo .innerPageMain .leftColumn .inputType .alertIconLeft .leftIcon {
        top: 44px;
        left: -27px
    }
}

.checkoutPageTwo .innerPageMain .leftColumn .inputType .alertIconLeft .leftIcon i {
    padding: 11px 10px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 10px solid white;
    color: white;
    background: #ed1c24;
    font-size: 1.5em
}

@media screen and (max-width: 400px) {
    .checkoutPageTwo .innerPageMain .leftColumn .inputType .alertIconLeft .leftIcon i {
        font-size: 1.5em;
        padding: 14px 16px
    }
}

.checkoutPageTwo .innerPageMain .leftColumn .inputType input,
.checkoutPageTwo .innerPageMain .leftColumn .inputType textarea {
    width: 100%;
    padding: 10px;
    background: #edeff0;
    border: none;
    font-size: 1.2em;
    font-weight: 400;
    border-radius: 5px
}

.checkoutPageTwo .innerPageMain .leftColumn .inputType textarea {
    height: 265px;
    resize: none
}

.checkoutPageTwo .innerPageMain .rightColumn {
    height: 500px
}

@media screen and (max-width: 774px) {
    .checkoutPageTwo .innerPageMain .rightColumn {
        padding-right: 5px;
        padding-left: 5px;
        height: 450px;
        margin-bottom: 20px
    }
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn {
    background: #bce0c6;
    border-radius: 8px;
    padding: 15px;
    height: 100%
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .topImage {
    text-align: center
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .topImage img {
    width: 60px
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .topHeadTitle {
    text-align: center;
    margin-top: 10px
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .topHeadTitle h3 {
    font-weight: bold;
    font-size: 1.4em;
    color: #5a5858
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder {
    margin-top: 20px
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .inputType {
    margin-bottom: 10px
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .inputType input,
.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .inputType textarea {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 1.2em;
    font-weight: 400;
    border-radius: 5px
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .exp h3 {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #5a5858;
    margin-bottom: 5px
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .exp .inputType {
    padding: 0px
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .exp .inputType .alertIconLeft .leftIcon {
    position: relative;
    z-index: 1000001;
    top: -50px;
    margin-bottom: -21px
}

@media screen and (max-width: 774px) and (min-width: 401px) {
    .checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .exp .inputType .alertIconLeft .leftIcon {
        top: 55px
    }
}

@media screen and (max-width: 400px) {
    .checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .exp .inputType .alertIconLeft .leftIcon {
        top: 44px;
        left: -27px
    }
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .exp .inputType .alertIconLeft .leftIcon i {
    padding: 18px 20px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 10px solid white;
    color: white;
    background: #ed1c24;
    font-size: 2.2em
}

@media screen and (max-width: 400px) {
    .checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .exp .inputType .alertIconLeft .leftIcon i {
        font-size: 1.5em;
        padding: 14px 16px
    }
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .exp .inputType:first-child {
    padding-right: 5px
}

.checkoutPageTwo .innerPageMain .rightColumn .innerColumn .topHeadBilling .paymentInputHolder .exp .inputType:last-child {
    padding-left: 5px
}

.checkoutPageThree .innerPageMain {
    float: none;
    margin: 0% auto
}

.checkoutPageThree .innerPageMain .mainSuccess .topAlertHead {
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #bce0c6
}

.checkoutPageThree .innerPageMain .mainSuccess .topAlertHead h3 {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #5a5858
}

.checkoutPageThree .innerPageMain .mainSuccess .mainAlertBody {
    background: #edeff0;
    margin-top: 10px;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.checkoutPageThree .innerPageMain .mainSuccess .mainAlertBody .topImage {
    text-align: center
}

.checkoutPageThree .innerPageMain .mainSuccess .mainAlertBody .topImage img {
    width: 100px
}

.checkoutPageThree .innerPageMain .mainSuccess .mainAlertBody .bottomAlertBody {
    padding: 10px;
    padding-top: 20px
}

.checkoutPageThree .innerPageMain .mainSuccess .mainAlertBody .bottomAlertBody p {
    text-align: center;
    font-size: 1.2em
}