@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Noto Sans", sans-serif !important;
    /* background: url('instacitibg.png') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-size: 14px;
}

.cMainwrapper {
    margin: 0 auto;
    padding-top: 10px;
}

.cPaymentdetailone {
    height: 50px;
    background-color: #F3EFFC;
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cPaymentdetailone p {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
}

.cPaymentdetailtwo {
    height: 50px;
    background-color: #F3EFFC;
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cPaymentdetailtwo p {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
}

.cSelectpaymenttitle {
    margin-bottom: 20px;
}

.cLogobg {
    background-color: #E9E9E9;
    border-radius: 10px;
}

.cLogobg img {
    width: 80%;
}


.cFooter p {
    font-size: 13px;
    margin-bottom: 0px;
}

.ordertotal {
    padding-left: 20px;
}

.orderamount {
    padding-right: 20px;
}

.cFootertxt {
    color: rgb(88, 88, 88);
    font-weight: 500;
}

.cPaymentgatewaytxt {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: -10px;
    margin-left: 10px;
}


@media screen and (max-width: 565px) {
    .cMainwrapper {
        margin: auto;

    }

    .form-check-label {
        margin-bottom: 15px;
        font-size: 16px !important;
        margin-left: 10px;
    }

    .cPaybtn {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 450px) {
    .cMainwrapper {
        margin: auto;
    }

    .cBusinessname p {
        font-size: 14px;
    }

    .cPaymentdetailtwo p {
        font-size: 18px !important;
        padding-top: 12px !important;
        font-weight: 700;
    }

}

h5 {
    font-size: 18px;
}

.table td,
.table th {
    padding: 5px 20px;
}

.cLogobg {
    background-color: #E9E9E9;
    border-radius: 5px;
}

input[type="image"] {
    width: 90%;
}

.cBusinessname h2 {
    font-size: 24px;
}

.cPaymentdetailone p {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 700;
}

.cPaymentdetailone {
    height: 50px;
    background-color: #F3EFFC;
    border-radius: 5px;
    font-weight: 500;
}

.cPaymentdetailtwo p {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 700;
}

.cPaymentdetailtwo {
    height: 50px;
    background-color: #F3EFFC;
    border-radius: 5px;
    font-weight: 500;
}

.cFooter p {
    font-size: 10px;
    margin-bottom: 0px;
}

.cAnypaylogo img {
    width: 80%;
}

.cSelectpaymenttitle {
    margin-bottom: 30px;
}

/* Succespage */

.cSuccessicon img {
    width: 200px;
}

.cSuccessmsg p {
    text-align: center;
    font-weight: 600;
}

.cSuccessmsg a {
    font-weight: 600;
    color: #3A1593;
    text-decoration: none;
}

/* Errorpage */

.cErroricon img {
    width: 100px;
}

.cErrormsg p {
    text-align: center;
}


.cSelectedlogo input[type="image"] {
    width: 40% !important;
}

table .cTableheading {
    font-weight: 600;
    color: #3A1593;
    padding-left: 0px;
    width: 150px;
}

.cSelectedlogo img {
    width: 50%;
}

/* NEW CSS */

input[type="image"] {
    width: 100% !important;
}

p {
    margin-bottom: 2px;
}

span {
    font-weight: 700;
    color: #3A1593;
}

.cSelectedpayment {
    margin-bottom: 20px;
}

.cAnypaylogo img {
    width: 80px;
}

.form-check-label img {
    width: 100px !important;
}

.form-check-label {
    margin-bottom: 15px;
    font-size: 18px;
    margin-left: 10px;
}

.cLogoanypay img {
    width: 50%;
    float: right;
}

.cHeaderbranding {
    display: none;
}

@media screen and (max-width: 700px) {
    .cHeaderbranding {
        display: block;
    }

    .cHeaderlogo img {
        width: 40%;
        padding-top: 20px;
    }

    .cHeaderlogo {
        text-align: center;
    }

    .cLogoanypay img {
        display: none;
    }
}

.cPaybtn {
    width: 100%;
    background: #3A1593;
    border-radius: 10px !important;
    padding: 10px 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

.cPaybtn:hover {
    width: 100%;
    background: #F15A25;
    color: #ffffff;
    transition: 0.5s;
}

.cHistorybtn {
    width: 200px;
    background: #3A1593;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
}

.cCustombtn {
    width: 100%;
    background: #f0e9ff;
    color: #3A1593;
    border-radius: 10px !important;
    padding: 10px 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.cCustombtn:hover {
    width: 100%;
    background: #16B6AA;
    color: #ffffff;
}

.cHistorybtn:hover {
    width: 200px;
    background: #F15A25;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
}


@media screen and (max-width: 900px) {
    .cPaymentdetailone {
        display: none;
    }
}

@media screen and (min-width: 900px) {
    .cPaymentdetailtwo {
        display: none;
    }
}

.filter {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 600px) {
    .cHistorybtn {
        width: 140px;
        background: #3A1593;
        color: #ffffff;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 16px;
        height: 40px;
        border-radius: 5px;
    }

    .cHistorybtn:hover {
        width: 140px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #3a1593;
        background-color: #fff;
        font-weight: 600;
        border-color: #dee2e6 #dee2e6 #fff;
        font-size: 14px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        color: #3a1593;
        background-color: #fff;
        font-weight: 600;
        border-color: #dee2e6 #dee2e6 #fff;
        font-size: 14px;
    }

    a {
        color: #212529;
        text-decoration: none;
        background-color: transparent;
        font-weight: 500;
    }

    .table td, .table th {
        padding: 0px;
        font-size: 14px;
        padding-bottom: 5px;
        width: 38%;
    }
}

/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */

/* Steps */
.cVerticlstep {
    position: relative;
    min-height: 1em;
    color: gray;
}

.cVerticlstep+.cVerticlstep {
    margin-top: 1.5em
}

.cVerticlstep>div:first-child {
    position: static;
    height: 0;
}

.cVerticlstep>div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
}

.cVerticlstep.cVerticlstep-active {
    color: #212529;
}

.cVerticlstep.cVerticlstep-active .circle {
    background-color: #3a1593;
}

/* Circle */
.circle {
    background: gray;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
}

/* Vertical Line */
.circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 1px;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 100%;
    width: 1px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.cVerticlstep:last-child .circle:after {
    display: none
}

/* Stepper Titles */
.title {
    line-height: 1.5em;
    font-weight: 500;
}

.caption {
    font-size: 0.8em;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #3a1593;
    background-color: #fff;
    font-weight: 600;
    border-color: #dee2e6 #dee2e6 #fff;
}

a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}



/* Test */

/* Hide text in the navigation tabs by default */
.nav-item span {
    display: none;
}

/* Show the one that's active */
.nav-item .active span {
    display: inline-block;
}


.cMainwrapper {
    text-align: center;
    width: 600px;
    top: 40%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px #80808085;
}

.cMainwrapper .orderBtn a {
    background: #008200;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0px;
    border-radius: 10px;
    color: #fff;
}

.cFooter {
    margin-top: 30px;
    border-top: 1px solid rgb(206, 206, 206);
    padding-top: 20px;
    position: relative;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

@media(max-width:767px) {
    .cMainwrapper {
        width: 95% !important;
    }
}

.col-lg-6.col-sm-12.col-md-12.col-12 .cMainwrapper {
    position: initial;
    width: initial;
    transform: initial;
    text-align: initial;
    box-shadow: initial;
    border-radius: 0px;
    padding: 10px 5px;
}


.cAnypaylogo {
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.footerGroupBtn span button {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    margin: 4px;
    color: #fff;
}

.CompanyLogo img.img-fluid {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.cSuccessicon.text-center {
    border-top: 1px solid #b8b7b7;
    border-bottom: 1px solid #b8b7b7;
    margin: 30px 0px 40px;
    padding: 0px 0px 25px;
}

.footerGroupBtn span .btn.btn-primary {
    background: #3b1694 !important;
    border: none;
}

@media only screen and (max-width: 1440px) {
    .cSuccessicon img {
        width: 160px;
    }

    .cSuccessicon.text-center {
        margin: 10px 0px 20px;
    }
}

.footerGroupBtn span .btn.btn-warning:hover {
    color: #fff;
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px !important;
    }
}