@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}
header {
    background-color: #000000;
    padding: 30px 0;
}

.errorpayment {
    padding: 50px 0;
    background: #F7F7FF;
    height: 100%;
}

    .errorpayment h2 {
        font-size: 45px;
        font-weight: 700;
        margin: 0 0 20px;
        color: #0E2655
    }

    .errorpayment h4 {
        font-size: 22px;
        font-weight: 600;
        margin: 10px 0 15px;
        color: #666;
    }
    .errorpayment p {
        font-size: 15px;
        line-height: 1.7;
    } .errorpayment ul {
        margin-top: 28px;
        padding: 0;
    }

        .errorpayment ul li {
            font-size: 14px;
            text-align: left;
            padding-left: 27px;
            position: relative;
            margin-bottom: 15px;
            font-weight: 400;
            list-style-type: none;
            line-height: 1.7;
        }

            .errorpayment ul li:before {
                left: 0;
                top: 5px;
                width: 20px;
                height: 20px;
                content: "";
                position: absolute;
                background-repeat: no-repeat;
                background-image: url(../images/check.png);
            }

    .errorpayment img {
        width: 100%;
    }

    .errorpayment .trandvtprt {
        padding-top: 73px;
    }

.processdvtvt {
    padding: 120px 0;
}
    .processdvtvt h2 {
        font-size: 45px;
        font-weight: 600;
        color: #0E2655;
        text-align: center;
        width: 65%;
        margin: 0 auto;
        padding-top: 130px;
        line-height: 1.4;
    }
    .processdvtvt .loader {
        position: absolute;
        margin: auto;
        top: 0;
       
        left: 0;
        right: 0;
        width: 6.250em;
        height: 6.250em;
        animation: rotate5123 2.4s linear infinite;
    }

    .processdvtvt .whitee {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        animation: flash 2.4s linear infinite;
        opacity: 0;
    }

    .processdvtvt .dott {
        position: absolute;
        margin: auto;
        width: 2.4em;
        height: 2.4em;
        border-radius: 100%;
        transition: all 1s ease;
    }

    .processdvtvt .dott:nth-child(2) {
        top: 0;
        bottom: 0;
        left: 0;
        background: #FF4444;
        animation: dotsY 2.4s linear infinite;
    }

    .processdvtvt .dott:nth-child(3) {
        left: 0;
        right: 0;
        top: 0;
        background: #FFBB33;
        animation: dotsX 2.4s linear infinite;
    }

    .processdvtvt .dott:nth-child(4) {
        top: 0;
        bottom: 0;
        right: 0;
        background: #99CC00;
        animation: dotsY 2.4s linear infinite;
    }

        .processdvtvt .dott:nth-child(5) {
            left: 0;
            right: 0;
            bottom: 0;
            background: #33B5E5;
            animation: dotsX 2.4s linear infinite;
        }

@keyframes rotate5123 {
    0% {
        transform: rotate( 0 );
    }

    10% {
        width: 6.250em;
        height: 6.250em;
    }

    66% {
        width: 2.4em;
        height: 2.4em;
    }

    100% {
        transform: rotate(360deg);
        width: 6.250em;
        height: 6.250em;
    }
}

@keyframes dotsY {
    66% {
        opacity: .1;
        width: 2.4em;
    }

    77% {
        opacity: 1;
        width: 0;
    }
}

@keyframes dotsX {
    66% {
        opacity: .1;
        height: 2.4em;
    }

    77% {
        opacity: 1;
        height: 0;
    }
}

@keyframes flash {
    33% {
        opacity: 0;
        border-radius: 0%;
    }

    55% {
        opacity: .6;
        border-radius: 100%;
    }

    66% {
        opacity: 0;
    }
}


.stripeftr {
    padding: 25px 0;
    border-top: 1px solid #EEE;
}
    .stripeftr p {
        font-size: 16px;
        margin: 0;
        color: #8191A7;
    }
.billingdvt {
    padding: 90px 0;
    background: #F6F9FC;
    position: relative;
}
.payment .details {
    background: #000;
    padding: 10px 0 17px;
}
.bgbxshw {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 19px 38px rgba(78, 99, 126, 0.15), 0 15px 12px rgba(78, 99, 126, 0.11);
    border-radius: 8px;
    -webkit-box-shadow: 0 19px 38px rgba(78, 99, 126, 0.15), 0 15px 12px rgba(78, 99, 126, 0.11);
}
    .bgbxshw h4 {
        font-weight: 600;
        color: #2B2992;
        font-size: 25px;
        margin: 0 0 35px;
    }
    .bgbxshw .control-label {
        text-align: left;
        font-size: 1.35rem;
        color: #8B8E98;
        font-weight: 600;
        padding-top: 15px;
    }
    .bgbxshw .form-control {
        height: 50px;
        padding: 0 0 0 9px;
        border-radius: 7px;
        outline: none;
        border: 1px solid #B9B9B9;
        filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
        transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
    }

    .bgbxshw .form-control:focus {
        border: 1px solid transparent;
        box-shadow: 0px 0px 0px 2px #242424;
        background-color: transparent;
    }
        .shapesvg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .shapesvg svg {
        position: relative;
        display: block;
        width: calc(350% + 1.3px);
        height: 400px;
    }

    .shapesvg .fill {
        fill: #FFFFFF;
    }

.paynttxt {
    border-left: 1px solid #222;
    padding-left: 17px;
    height: 204px;
    padding-top: 48px;
}

    .paynttxt h2 {
        color: #e1e1e1;
        font-weight: 600;
        font-size: 25px;
        margin: 0;
    }

    .paynttxt p {
        color: #e1e1e1;
        font-weight: 400;
        font-size: 13px;
        margin: 13px 0;
    }
    .paynttxt img {
       
        width: 39px;
        opacity: 0.7;
        margin-right: 4px;
    }

    /*Old css*/
    .payment .clear {
        clear: both;
    }
.payment .col-centered{display: inline-block;float: none;text-align: left;margin-right: -4px;}
.payment .row-centered{margin-left: 9px;margin-right: 9px;}
/*.payment{background: #0e2655;padding-bottom: 90px;}*/
.payment .form-group .left {
    float: left;
    width: 26%;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}
.payment .form-group .right {
    float: left;
    width: 72%;
   
    margin-bottom: 6px;
    padding-left: 11px;
    font-weight: 300;
    font-size: 13px;
}
/*.payment .details .logoL {width: 50%; padding:2% 0 0 2%;float:left;}*/
.payment .details .logoL img {
    width: 426px;
    margin-bottom: 11px;
   
    border-bottom: 2px solid #222;
}
.payment .width57{width:65%;}
.payment .width64 { width: 65.33%;margin-left: -15px;}
.payment .width64-part{margin-left:-15px;}
.payment .width30{width: 31.33%;}
/*.payment .paymentbg{padding: 27px 29px 9px 54px;background: #2B2A29;float: right;width: 49.5%;}
.payment .paymentbg strong{ text-transform: uppercase;letter-spacing: 60.5px;color: #fff;font-weight: bold;font-size: 23px;}*/
.payment .paymentbg p{ color: #757580;font-size: 12px;margin-top: 4px;margin-bottom: 0;}
.payment .padding-part{ padding:2% 2% 1%;}
.payment .NewLeft{padding-left:1.5%;}
.payment .NewLeft legend{margin-left:5px; width:90%; text-transform:uppercase; color:#008bd2; font-weight: bold;}
.payment .NewRight legend{width:96%}
.payment .text-right{margin-top:20px;}
.payment .card-brands-img{padding-right: 4%;}


@media only screen and (min-width:768px) and (max-width:800px)
{
    .payment .NewLeft legend{padding-left:27.5% !important ;}
    .payment .form-horizontal .control-label{width:27% !important; }
    .payment .width57{width:58% !important;}
    .col-md-5.text-right div{margin-left:29% !important;}
    .payment .NewRight legend{padding-left:30.5% !important }
    .NewLeft legend,.NewRight legend {font-size:21px !important;}
    .card-brands-img img{width:auto !important;}
    .payment .NewRight{margin-top:20px !important;}
    .payment .NewRight div.col-sm-6.width64{width:57.33% !important; }
}

@media only screen and (min-width:768px) and (max-width:1024px)
{
.payment .details .logoL{padding:6% 0 0 2% }
.payment .paymentbg{padding:27px }
.payment .paymentbg strong{letter-spacing:35px }
.payment .form-horizontal.padding-part .text-right div{padding-right:20% }
.payment .NewLeft legend{padding-left:35% ;}
.col-md-5.text-right div{padding-right:0;margin-left:15%;}
.payment .form-horizontal .control-label{width:33% }
.payment .NewRight legend{padding-left:31.5% }
.payment .NewRight label.col-sm-4.width30.control-label{width:28% }
.payment .NewRight div.col-sm-6.width64{width:64.33% ;margin-left:0px }
.payment .NewRight div.col-sm-6.width64-part{margin-left:0px }
.payment .col-sm-3.width64-part{margin-left:0px }
.payment .width57{width:63%;}
.NewLeft legend,.NewRight legend {font-size:16px;}
.card-brands-img img{width:288px;}
}

@media (max-width:47.9375em)
{
.payment .details .logoL{width:100%;}
.payment .paymentbg{width:100%;padding:15px 9px;float:left;}
.payment .paymentbg strong{letter-spacing:30px;}
.payment .form-horizontal.padding-part{padding:2% 6% 1%;}
.payment .form-group .left{width:31%;}
.payment .form-group .right{padding-left:20px;}
.card-brands-img img{width:11%;}
.payment .NewLeft{margin-left:-15px;}
.payment .NewLeft .form-group{margin-left:-8px;}
.payment .width57, .payment .width30, .payment .width64{width:100%;}
.payment .NewRight{margin-left:5px;}
.payment .NewRight label{padding-left:0;}
.payment .NewRight .form-group{margin-left:-8px;}

}