body {
    font-family: "QuikanouSan";
    /*	padding:5px;
	margin:5px;*/
}

.row {
    padding-left: 0px;
}

@font-face {
    font-family: "QuikanouSan";
    src: url('font/QuikanouSan.ttf');
    font-weight: normal;
    font-style: normal;
}
/* shipping page css start */
.shipAreaMainDiv {
    width: 96%;
    /*height:2500px;*/
    min-height: 300px;
    background: #f7f7f7;
    margin: 2% auto;
    padding: 20px 5px;
}

.shipHeader {
    font-size: 25px;
    color: #3366ff;
}

.shipRateHeader {
    font-size: 22px;
    margin-top: 15px;
}

.shipRateDescript {
    font-size: 20px;
    margin-top: 15px;
    color: #888888;
}

.shipHr {
    margin-top: 10px;
}

.quikanouShipFText {
    margin-top: 15px;
    font-size: 16px;
    color: #111111;
}

.quikanouShipSText {
    margin-top: 15px;
    font-size: 16px;
    color: #111111;
}

.quikanouShipTText {
    margin-top: 15px;
    font-size: 16px;
    color: #111111;
}

.shipTableHeader {
    margin-top: 20px;
    font-size: 20px;
    color: #3381ff;
}

.shipTable {
    width: 100%;
    margin-top: 15px;
}

    .shipTable td {
        padding-left: 7px;
        border-bottom: 1px solid #888888;
    }

.shipTableTrHead {
    background: #3b6bb4;
    color: #fff;
    font-size: 14px;
}

    .shipTableTrHead td {
        border-bottom: 0px solid transparent !important;
        vertical-align: top;
    }

.shipTableSecTrHead {
    background: #00a0b4;
    color: #fff;
    font-size: 14px;
}

    .shipTableSecTrHead td {
        border-bottom: 0px solid transparent !important;
    }

.shipTableThrTrHead {
    background: #f78d1e;
    color: #fff;
    font-size: 14px;
}

    .shipTableThrTrHead td {
        border-bottom: 0px solid transparent !important;
    }

.shipTableTr {
    font-size: 12px;
    line-height: 25px;
}

.shipSecTableHeader {
    margin-top: 20px;
    font-size: 20px;
    color: #3381ff;
}

.shipSecTable {
    width: 100%;
    margin-top: 15px;
}

    .shipSecTable td {
        padding-left: 7px;
        border-bottom: 1px solid #888888;
    }

.shipTrdTableHeader {
    margin-top: 20px;
    font-size: 20px;
    color: #3381ff;
}

.shipTrdTable {
    width: 100%;
    margin-top: 15px;
}

    .shipTrdTable td {
        padding-left: 7px;
        border-bottom: 1px solid #888888;
    }

.shipImpNoteDiv span {
    color: #000000;
    font-weight: 600;
}

.shipImpNoteDiv {
    font-size: 16px;
    margin-top: 25px;
}

.shipRateMainHeader {
    margin-top: 20px;
    font-size: 14px;
}

.shipRateListMain {
    margin-top: 25px;
}

ul.shipRateList {
    list-style-type: none;
    text-decoration: none;
    line-height: 25px;
}

    ul.shipRateList li {
        list-style-type: none;
        font-size: 14px;
    }

.shipTimeHead {
    margin-top: 20px;
    font-size: 24px;
    color: #111111;
}

.shipTimeDescript {
    margin-top: 25px;
    font-size: 16px;
    color: #888888;
}
/* shipping table css start */
.shipTimeTableMain {
    width: 100%;
    margin-top: 20px;
}

.shipTimeTable {
    margin-left: 15px;
    font-size: 14px;
}

.shipTbleTrWht {
    margin-bottom: 10px;
    height: 50px;
}

.shipTbleTrGry {
    background: #e6e6e6;
    height: 50px;
}

.shipTableNote {
    margin-top: 20px;
    font-size: 16px;
    color: #7b7b7b;
}

    .shipTableNote span {
        color: #000000;
        font-weight: 600;
        font-size: 18px;
    }
/* shipping table css end */

/* shipping custom css start */

.shipCustomHead {
    font-size: 24px;
    color: #3366ff;
    margin-top: 20px;
}

.shipCustomText {
    font-size: 16px;
    color: #7b7b7b;
    margin-top: 20px;
}

.shipCustomDesText {
    font-size: 16px;
    color: #393939;
}

.shipCustomNote {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 15px;
}

.shipCustomList {
    margin-top: 10px;
    color: #606060;
    font-size: 13px;
    padding-left: 25px;
    width: 100%;
}

.shipCustImg {
    width: 15px;
    height: 15px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.shipCustImgDiv {
    float: left;
    width: 2%;
}

    .shipCustImgDiv img {
        margin-top: 2px;
    }

.shipCustText {
    float: left;
    width: 98%;
    position: relative;
    top: -3px;
    margin-bottom: 10px;
}
/* shipping custom css end */


/* shipping page css end */
.shipTableLft {
    width: 40%;
    float: left;
    color: #000000;
    line-height: 50px;
    padding-left: 2%;
}

.shipTableRgt {
    width: 50%;
    float: left;
    color: #6d6d6d;
    line-height: 50px;
}

.shipTbleRgtText {
    padding-left: 50px;
}

.shipTblLftText {
    padding-left: 10px;
}

@media screen and (max-width:1500px) {
    .shipCustImgDiv {
        width: 4%;
    }

    .shipCustText {
        width: 96%;
    }
}

@media screen and (max-width:1024px) {
    .shipCustomList {
        max-width: 100%;
    }
}
/* privacy css start */
.privAreamainDiv {
    background: #f7f7f7;
    margin: 0px auto;
    padding: 20px;
}

.privMainHeader {
    float: left;
    width: 100%;
}

    .privMainHeader h2 {
        font-size: 25px;
        line-height: 26px;
        color: #fd8100;
        border-bottom: #fd8100 dashed 1px;
        display: block;
        width: auto;
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 5px 0px 5px 0px;
    }

    .privMainHeader span {
        font-size: 25px;
        color: #3366ff;
    }

.paymentFaqHead {
    font-size: 25px;
    color: #f78d1e;
    margin-top: 15px;
}

.privMainText {
    font-size: 15px;
    color: #393939;
    margin-top: 20px;
}

.privMainList {
    margin-top: 20px;
    font-size: 18px;
}

    .privMainList ul {
        list-style-type: none;
        line-height: 40px;
    }

.privNoticeHead {
    margin-top: 20px;
    color: #000000;
    font-size: 23px;
}

.privNoticeText {
    margin-top: 7px;
    color: #393939;
    line-height: 30px;
    font-size: 13px;
}

    .privNoticeText a {
        text-decoration: none;
        color: #054bd9;
    }

        .privNoticeText a:hover {
            text-decoration: none;
            color: #2a63d8 !important;
        }

    .privNoticeText span {
        color: #343434;
        font-weight: 600;
    }

.privNoticeListMain {
    font-size: 17px;
    margin-top: 25px;
}

    .privNoticeListMain ul {
        list-style-type: none;
        line-height: 30px;
    }

.privPageLstText {
    font-size: 16px;
    font-weight: 700;
    color: #54afe6;
    margin-top: 20px;
}

.shipPrivImg {
    width: 12px;
    height: 12px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.shipPrivText {
    float: left;
    width: 98%;
    position: relative;
    top: -3px;
    margin-bottom: 10px;
    color: #313131;
}

@media screen and (max-width:1500px) {

    .shipPrivText {
        width: 96%;
    }
}


@media (max-width: 1380px) {
    .privNoticeHead {
        font-size: 35px;
    }

    .privNoticeText {
        line-height: 25px;
        font-size: 16px;
    }

    .privMainHeader {
        font-size: 32px;
    }

        .privMainHeader span {
            font-size: 32px;
        }

    .privNoticeListMain {
        font-size: 15px;
    }

    .privMainText {
        font-size: 17px;
    }

    .privMainList {
        font-size: 15px;
    }

        .privMainList ul {
            line-height: 25px;
        }
}

@media screen and (max-width:1024px) {
    .shipCustomList {
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    .privNoticeHead {
        font-size: 30px;
    }

    .privNoticeText {
        line-height: 25px;
        font-size: 15px;
        text-align: justify;
    }

    .privMainText {
        font-size: 16px;
        text-align: justify;
    }

    .privNoticeListMain ul {
        list-style-type: none;
        line-height: 25px;
    }
}

@media (max-width: 800px) {
    .privMainHeader {
        font-size: 30px;
    }

        .privMainHeader span {
            font-size: 30px;
        }

    .privNoticeListMain {
        font-size: 14px;
    }

    .privPageLstText {
        font-size: 15px;
        margin-top: 16px;
    }

    .privNoticeHead {
        font-size: 25px;
    }

    .privNoticeHead {
        margin-top: 10px;
    }
}

@media (max-width: 650px) {
    .shipPrivText {
        width: 94%;
        font-size: 12px;
    }

    .shipCustImgDiv {
        width: 6%;
    }

    .privNoticeHead {
        font-size: 20px;
    }

    .privMainText {
        font-size: 13px;
    }

    .privNoticeText {
        font-size: 13px;
        line-height: 20px;
    }

    .privMainHeader span {
        font-size: 20px;
    }

    .privMainHeader {
        font-size: 20px;
    }

    .privPageLstText {
        font-size: 13px;
    }

    .shipCustomList {
        max-width: 92%;
    }
}
/* privacy css end */


/* payment css */
.paymentFText {
    font-size: 35px;
    color: #3366ff;
}

/* payment css */

/* paymentMethod css start */
.privAreamainDiv {
    width: 96%;
    background: #f7f7f7;
    margin: 0px auto;
    padding: 1% 2% 2% 2%;
    padding-bottom: 35px;
}

.paymethodMaiHeader {
    margin-top: 20px;
    color: #006699;
    font-size: 26px;
    margin-bottom: 20px;
}

.paymethodMaiHeader {
    margin-top: 5px;
    color: #006699;
    font-size: 24px;
    margin-bottom: 10px;
}

    .paymethodMaiHeader span {
        color: #000000;
    }

.payModTHead {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #7d7d7d;
    text-align: justify;
}

.payModSubHead {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #3a3a3a;
    text-align: justify;
}

.payModSecSubHeader {
    font-size: 16px;
    color: #737373;
}

hr.payDivLine {
    border: 1px solid #edecec;
    width: 100%;
    float: left;
    margin: 10px 0;
}

.payIconTextMainDiv {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.payIconMainDiv {
    width: 7%;
    float: left;
}

.payHeadMainDiv {
    width: 90%;
    font-size: 20px;
    padding-top: 10px;
}

.payGiftImgDiv {
    margin-top: 20px;
}

.clear {
    clear: both;
}

.payCardFMainDiv {
    width: 100%;
}

.payHeadMainDiv span {
    color: #f78d1e;
}

.payModCardHeader {
    font-size: 22px;
    margin-top: 10px;
}

.payModCreditHeader {
    font-size: 24px;
    margin-top: 40px;
}

.payModDCardHeader {
    font-size: 24px;
    margin-top: 30px;
}

.payModDCardHeader {
    font-size: 24px;
    margin-top: 30px;
}

.payModHeaderSpan {
    border-bottom: 1px dashed #969696;
}

    .payModHeaderSpan span {
        color: #f78d1e;
    }

.payCreditBox {
    width: 10%;
    float: left;
    margin-bottom: 6px;
}

    .payCreditBox img {
        padding: 3px;
        border: #ccc solid 1px;
    }

.payModCardHeaderText {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #3a3a3a;
    text-align: justify;
}

@media screen and (max-width:1366px) {
    .payDivLine {
        width: 56%;
    }
}

@media screen and (max-width:1160px) {
    .payCreditBox {
        margin-left: 4%;
    }

    .payDivLine {
        width: 75%;
    }

    .payModCardHeaderText {
        font-size: 15px;
    }

    .payDivLine {
        width: 85%;
    }
}

@media screen and (max-width:886px) {
    .payCreditBox {
        /* margin-left:6%;*/
        margin-left: 0px;
    }

    .payModCardHeaderText {
        font-size: 14px;
    }

    .payDivLine {
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    .payCreditBox {
        width: 20%;
        margin-bottom: 20px;
    }

    .privAreamainDiv {
        width: 92%;
        padding: 10px;
    }
}

@media screen and (max-width:500px) {
    .payCreditBox {
        width: 30%;
        margin-bottom: 20px;
        margin-right: 2%;
    }

    .payIconTextMainDiv {
        text-align: center;
    }

    .payModSubHead {
        font-size: 15px;
    }
}

@media screen and (max-width:400px) {
    .payCreditBox img {
        max-width: 95%;
    }
}

/* paymentMethod css end */


/* sign out modal css */

@charset "utf-8";
/* CSS Document */

.modal_wraparea {
    background-size: cover;
    width: 670px;
    min-height: 300px;
    /*margin:5% auto;
    border:#90bedc solid 1px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    z-index: 1000;
    top: 12%;
    left: 32%;
    background: #fff;
}

.modHeadPart {
    float: left;
    width: 100%;
}

.closeButt {
    float: right;
    margin-right: -12px;
    width: auto;
    margin-top: -12px;
}

    .closeButt:hover {
        opacity: 0.8;
    }

.modTextPart {
    float: left;
    width: 92%;
    min-height: 115px;
    padding: 0% 4%;
    margin-top: 10px;
    font-size: 21px;
    line-height: 25px;
    /* color:#0e4573; */
}

a.modButt {
    float: left;
    background: url(../images/buttBG.jpg) repeat-x;
    width: 100%;
    height: 46px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    cursor: pointer;
}

    a.modButt:hover {
        background: url(../images/buttBGOpposite.jpg) repeat-x;
    }

a.modOrangeButt {
    float: left;
    background: url(../images/buttOrange.jpg) repeat-x;
    width: 100%;
    height: 46px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    cursor: pointer;
}

    a.modOrangeButt:hover {
        background: url(../images/buttOrangeOpposite.jpg) repeat-x;
    }

.whArrow {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}
/* signout css */

#modalOuterTotalArea {
    z-index: 3000;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0%;
    top: 0%;
    padding: 0px;
    background: rgba(0, 0, 0, 0.7);
}

.snOutClose {
    position: relative;
    top: 11px;
    right: 10px;
}

.snOutEsLblText {
    font-size: 15px;
    color: #2ab3e7;
    margin-bottom: 5px;
}

.snOutHeader {
    font-size: 22px;
    color: #4d76b3;
}

    .snOutHeader span {
        color: #f78d1e;
    }

.snOutMLblText {
    margin-top: 10px;
    font-size: 15px;
    color: #3e3e3e;
}

.snOutSLblText {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3e3e3e;
}

    .snOutSLblText span {
        color: #f78d1e;
        font-size: 14px;
        font-weight: 600;
    }

.snOutHLblText {
    margin-top: 20px;
    margin-bottom: 15px;
}

    .snOutHLblText span {
        font-size: 14px;
        color: #3e3e3e;
        border-bottom: 1px dashed #868686;
    }

.snOutListMain ul {
    list-style-type: none;
}

    .snOutListMain ul li {
        font-size: 13px;
        color: #3e3e3e;
        line-height: 20px;
    }

.snOutBoxText {
    font-size: 14px;
    color: #3e3e3e;
}

.snOutBoxButMain {
    width: 50%;
    margin-top: 10px;
}

.snOutBoxBut {
    width: 42%;
    height: 30px;
    float: left;
    font-size: 12px;
    border: 1px solid #9f9f9f;
    margin-right: 3%;
    text-align: center;
}



#modalOuterTotalArea {
    display: none;
}

.snOutModAction {
    cursor: pointer;
    color: #054bd9 !important;
}
/* signout css */
@media (max-width: 1400px) {
    .modal_wraparea {
        left: 26%;
    }
}

@media (max-width: 1300px) {
    .modal_wraparea {
        left: 24%;
    }
}

@media (max-width: 1100px) {
    .modal_wraparea {
        left: 30%;
        width: 550px;
    }
}

@media (max-width: 900px) {
    .modal_wraparea {
        left: 20%;
    }
}

@media (max-width: 767px) {
    .modal_wraparea {
        left: 14%;
    }
}

@media (max-width: 650px) {
    .modal_wraparea {
        left: 10%;
        width: 450px;
    }
}


@media (max-width: 600px) {
    .modal_wraparea {
        left: 8%;
    }
}

@media (max-width: 500px) {
    .modal_wraparea {
        left: 6%;
        width: 350px;
    }
}

@media (max-width: 480px) {
    .modal_wraparea {
        left: 8%;
    }
}

@media (max-width: 400px) {
    .modal_wraparea {
        width: 300px;
        left: 3%;
    }

    .modTextPart {
        font-size: 18px;
    }
}

/* sign out modal css */




#modalOuterWrapArea {
    z-index: 3000;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0%;
    top: 0%;
    padding: 0px;
    background: rgba(0, 0, 0, 0.7);
}

/*conFirmationBox*/
.conFirmationBox {
    width: 1440px;
    min-height: 200px;
    padding: 5px;
    overflow: hidden;
    background: url(../images/SkyGreenSeeBG.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
    position: absolute;
    left: 12%;
    top: 20%;
    z-index: 1000;
}

.crossButtHead {
    float: right;
    top: 5px;
    right: 6px;
    width: 50px;
    height: 50px;
    text-align: center;
}

/*cardVerification-From*/
.cardVerification-From {
    float: right;
    width: 42%;
    min-height: 200px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    border: #cccccc solid 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 3%;
}

.crdHeading {
    float: left;
    width: 100%;
    font-size: 30px;
    padding-bottom: 23px;
    color: #00409c;
    line-height: 26px;
    margin-bottom: 3px;
    margin-left: 5px;
}

.crdVer_FromSecArea {
    float: left;
    width: 100%;
    padding: 3px 0px 3px 0px;
    margin: 5px 0px 5px 0px;
}

    .crdVer_FromSecArea .contPart {
        float: right;
        width: 98%;
        padding: 0px;
        margin: 0px 1% 0px 0px;
    }

        .crdVer_FromSecArea .contPart span div {
            float: left;
            width: 100%;
            height: 21px;
            color: #ff0000;
            /*font-size:12px;*/
            font-size: 0px;
            line-height: 18px;
        }



    /*floting label*/
    .crdVer_FromSecArea .input-group {
        width: 99%;
        top: 2px;
        bottom: 5px;
        margin-bottom: 5px;
    }

        .crdVer_FromSecArea .input-group .input-group-addon {
            width: 40px;
            background: #abe2e4;
            border: #82bfc6 solid 1px;
            border-right: none;
        }

            .crdVer_FromSecArea .input-group .input-group-addon i.fa {
                color: #45878a;
                font-size: 16px;
            }

        .crdVer_FromSecArea .input-group input {
            background: #abe2e4;
            /*-moz-box-shadow:inset -1px 0 5px 0px #d8d8d8;
    -webkit-box-shadow:inset -1px 0 5px 0px #d8d8d8;
     box-shadow:inset -1px 0 5px 0px #d8d8d8;*/
        }

            .crdVer_FromSecArea .input-group input:focus ~ .floating-label,
            input:not(:focus):valid ~ .floating-label {
                top: 2px;
                bottom: 2px;
                left: 50px;
                font-size: 9px;
                opacity: 1;
            }

            .crdVer_FromSecArea .input-group input.inputText {
                font-size: 16px;
                width: 100%;
                color: #004b4e;
                padding-left: 9px;
                height: 48px;
                border: #82bfc6 solid 1px;
                border-left: none;
                margin-bottom: 0px;
            }

        .crdVer_FromSecArea .input-group .floating-label {
            position: absolute;
            pointer-events: none;
            left: 50px;
            top: 14px;
            color: #004b4e;
            transition: 0.2s ease all;
        }

.verifyCard {
    background: url(../images/verify-card.png) no-repeat;
    background-size: cover;
    float: left;
    width: 97% !important;
    border: none;
    color: #ffffff;
    height: 55px;
    font-size: 28px;
    line-height: 52px;
    margin-left: 1%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 10px;
    text-shadow: 2px 2px #5c5c5c;
}

    .verifyCard:hover {
        opacity: 0.8;
    }

/*cardVerification-From End*/

.sideContL-bar {
    float: left;
    width: 42%;
    padding: 3% 5% 3% 2%;
    margin: 1% 3%;
    border-right: #5b8a8a solid 1px;
}


div.siteContTxt {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    div.siteContTxt h2 {
        color: #012d86;
        font-size: 18px;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 3px;
        padding: 0px 0px 2px 0px;
    }

        div.siteContTxt h2 span {
            color: #de7200;
        }

            div.siteContTxt h2 span.green {
                color: #00879a;
            }



    div.siteContTxt p {
        /*background: url(../images/bullet-arrow.png) no-repeat;*/
        background-position-x: 0%;
        background-position-y: 0%;
        background-position: 3px 3px;
        color: #474747;
        font-size: 12px;
        line-height: 17px;
        /*padding-left:20px;*/
        margin-bottom: 5px;
        margin-left: 1px;
        margin-top: 5px;
        text-align: justify;
    }

@media (max-width: 1500px) {
    .conFirmationBox {
        width: 84%;
        min-height: 200px;
        overflow: hidden;
        left: 7%;
    }

    .sideContL-bar {
        margin: 1% 2%;
    }

    .sideContL-bar {
        width: 44%;
        padding: 3% 3% 3% 1%;
        margin: 1% 2%;
    }

    .cardVerification-From {
        margin: 3% 2%;
    }
}

@media (max-width: 1250px) {
    .totContainerArea {
        width: 100%;
        padding: 0px;
        margin: 0 auto;
    }

    /*conFirmationBox*/
    .conFirmationBox {
        width: 90%;
        max-width: 1000px;
        min-height: 200px;
        margin: 30px auto;
        overflow: hidden;
    }


    .cardVerification-From {
        width: 47%;
    }

    .sideContL-bar {
        width: 50%;
    }
}

@media (max-width:600px) {
    .cardVerification-From {
        width: 100%;
    }

    .sideContL-bar {
        width: 100%;
        margin-top: 15px;
        border-right: none;
    }

    sideContL-bar {
        width: 100%;
        border-right: none;
        margin-top: 10px;
    }
}

@media (max-width:400px) {
}

/*conFirmationBox End*/


/*Payment Method and Policy Start*/

.PaymsubHeadText {
    font-size: 21px;
    color: #0f82ad;
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 5px 0px;
}

.PaymLightText {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #6c6c6c;
    margin-bottom: 10px;
    border-bottom: #cccccc solid 1px;
}

    .PaymLightText span {
        color: #000000;
        font-size: 21px;
    }

.PaymMainText {
    /*font-size: 15px;*/
    /* color: #393939;*/
    margin-top: 10px;
    float: left;
    width: 100%;
    color: #0f5998;
    font-size: 18px;
}

.PaymMainList {
    margin-top: 10px;
    font-size: 18px;
    float: left;
    width: 100%;
}

.PaymCustomList {
    /*margin-top: 10px;*/
    color: #606060;
    font-size: 13px;
    /*    padding-left: 25px;
    width: 100%;*/
    float: left;
    width: 14.666%;
    margin: 1%;
    min-height: 110px;
}

.PaymCustImgDiv {
    float: left;
    width: 100%;
    min-height: 55px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

    .PaymCustImgDiv img {
        margin-top: 4px;
        margin-bottom: 4px;
        max-width: 98%;
    }

.PaymPrivText {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #313131;
}

.PaymCommonHeadText {
    margin-top: 7px;
    margin-bottom: 7px;
    color: #0f5998;
    line-height: 30px;
    font-size: 20px;
}

.PaymCommonText {
    margin-top: 7px;
    margin-bottom: 7px;
    color: #393939;
    line-height: 23px;
    font-size: 14px;
    float: left;
    width: 100%;
}

/**/
.PaymCustomListHorizental {
    color: #606060;
    font-size: 13px;
    float: left;
    width: 30.666%;
    margin: 1%;
    min-height: 20px;
}

.PaymCustImgDivHorizental {
    float: left;
    width: 15px;
    text-align: center;
    padding: 0px;
    margin: 2px 5px 0px 0px;
}

.PaymPrivTextHorizental {
    float: left;
    width: 90%;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #313131;
}

.ADJ100 {
    width: 100%;
}

/*Payment Method and Policy Start*/










