@font-face {
    font-family: 'aileronblack';
    src: url('../fonts/aileron-black-webfont.woff2') format('woff2'),
    url('../fonts/aileron-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aileronbold';
    src: url('../fonts/aileron-bold-webfont.woff2') format('woff2'),
    url('../fonts/aileron-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aileronheavy';
    src: url('../fonts/aileron-heavy-webfont.woff2') format('woff2'),
    url('../fonts/aileron-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aileronlight';
    src: url('../fonts/aileron-light-webfont.woff2') format('woff2'),
    url('../fonts/aileron-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aileronregular';
    src: url('../fonts/aileron-regular-webfont.woff2') format('woff2'),
    url('../fonts/aileron-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aileronsemibold';
    src: url('../fonts/aileron-semibold-webfont.woff2') format('woff2'),
    url('../fonts/aileron-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body{
    overflow-x: hidden;
    font-family: 'aileronblack';
    background: url('../images/back.jpg') no-repeat fixed;
    background-size: cover;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}
.center-algn{
    min-height: 100vh;
    align-items: center;
}
.mainGB{
    display: block;
    align-items: center;
    text-align: center;
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: relative;
    margin: 0 auto;
}
.price{
    display: block;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    align-items: center;
    padding-top: 60px;
}
.main-gb-count{
    margin-bottom: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    background: transparent;
    border: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.main-gb-price{
    font-size: 22px;
    font-family: 'aileronlight';
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.subGB{
    display: block;
    align-items: center;
    text-align: center;
    width: 100px;
    height: 100px;
    object-fit: contain;
    position: relative;
    cursor: pointer;
}
.price-sub{
    display: block;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    align-items: center;
    padding-top: 35px;
}
.sub-gb-count{
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.pad-sub-gb{
    padding: 15px;
    text-align: center;
}
.pulse {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    cursor: pointer;
    border: 0 solid #b7c1c1;
    position: absolute;
}

.pulse:after {
    position: absolute;
    content:"";
    display:block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #b7c1c1;
    top:0;
    left:0;
    animation: pulse 2s ease 0s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    80% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
.login-page{
    background: url('../images/back-1.jpg') no-repeat fixed;
    background-size: cover;
    min-height: 100vh;
}
.align-center-get{
    height: calc(100vh - 80px);
    align-items: center;
}
.login-logo{
    width: 160px;
    position: absolute;
    top: 20px;
    right: 0;
}
.pad-logo{
    padding: 20px 30px;
}
.pad-input{
    padding: 10px 20px;
}
.mar-input{
    margin: 0 -20px;
}
.btn-proceed{
    border: 2px solid #2d57a6;
    color: #fff;
    font-weight: 600;
    padding: 2px 20px;
    width: 100%;
    font-size: 20px;
    background: rgb(45,88,168); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(45,88,168,1) 0%, rgba(32,111,232,1) 25%, rgba(32,111,232,1) 78%, rgba(45,87,166,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(45,88,168,1) 0%,rgba(32,111,232,1) 25%,rgba(32,111,232,1) 78%,rgba(45,87,166,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(45,88,168,1) 0%,rgba(32,111,232,1) 25%,rgba(32,111,232,1) 78%,rgba(45,87,166,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d58a8', endColorstr='#2d57a6',GradientType=1 ); /* IE6-9 */

}
.form-control {
    font-family: 'aileronlight';
    font-weight: 600;
}
.btn-next{
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 4px 40px;
    border-radius: 12px;
    background: rgb(6,86,189); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(6,86,189,1) 0%, rgba(0,215,253,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(6,86,189,1) 0%,rgba(0,215,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(6,86,189,1) 0%,rgba(0,215,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0656bd', endColorstr='#00d7fd',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 39px 1px rgba(0,0,0,0.23);
}
.next-btn-pad{
    padding: 20px 10px;
}
.price-plan-heading{
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}
.payment-text{
    color: #005aab;
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.terms-link{
    color: #005aab !important;
}
.custom-checkbox {
    position: absolute;
    opacity: 0;
}
.custom-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.custom-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #ced4da !important;
}
.custom-checkbox:hover + label:before {
    background: #045ba7;
}
.custom-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.custom-checkbox:checked + label:before {
    background: #045ba7;
}
.custom-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.custom-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.custom-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.receipt-back{
    background: url(../images/report-back.png) no-repeat top;
    background-size: cover;
    padding: 15px;
}
.receipt-back-bottom{
    background: url(../images/report-back.png) no-repeat bottom;
    background-size: cover;
    padding: 15px;
}
.paid-img{
    margin: 0 auto;
    width: 120px;
    display: block;
}
.pad-mobile-receipt{
    padding: 0 10px;
}



/*preloader*/

@keyframes animate {
    0% {
        background-position: 50%;
    }
    8.3333333333% {
        background-position: 40% 50%, 50%, 50%, 50%, 50%, 50%, 50%, 50%;
    }
    16.6666666667% {
        background-position: 40% 50%, 43% 43%, 50%, 50%, 50%, 50%, 50%, 50%;
    }
    25% {
        background-position: 40% 50%, 43% 43%, 50% 40%, 50%, 50%, 50%, 50%, 50%;
    }
    33.3333333333% {
        background-position: 40% 50%, 43% 43%, 50% 40%, 57% 43%, 50%, 50%, 50%, 50%;
    }
    41.6666666667% {
        background-position: 40% 50%, 43% 43%, 50% 40%, 57% 43%, 60% 50%, 50%, 50%, 50%;
    }
    50% {
        background-position: 40% 50%, 43% 43%, 50% 40%, 57% 43%, 60% 50%, 57% 57%, 50%, 50%;
    }
    58.3333333333% {
        background-position: 40% 50%, 43% 43%, 50% 40%, 57% 43%, 60% 50%, 57% 57%, 50% 60%, 50%;
    }
    66.6666666667% {
        background-position: 40% 50%, 43% 43%, 50% 40%, 57% 43%, 60% 50%, 57% 57%, 50% 60%, 43% 57%;
    }
    100% {
        background-position: 40% 50%, 43% 43%, 50% 40%, 57% 43%, 60% 50%, 57% 57%, 50% 60%, 43% 57%;
    }
}
.preloader{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 100;
}
.dot-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    animation: rotate 6s linear infinite;
    background-color: #fff;
}

.dots {
    width: 650px;
    height: 650px;
    --pos: 50% 50%;
    --gradient: radial-gradient(black 67%, transparent 68%);
    background: linear-gradient(#298de4, #045ba7);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dots:after {
    margin: 0;
    height: 100%;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 0 2rem #fff;
    background: var(--gradient), var(--gradient), var(--gradient), var(--gradient), var(--gradient), var(--gradient), var(--gradient), var(--gradient) #fff;
    background-size: 1.5rem 1.5rem, 2rem 2rem;
    background-position: 50%;
    background-repeat: no-repeat;
    filter: blur(8px) contrast(9);
    mix-blend-mode: lighten;
    animation: animate 4s cubic-bezier(0.38, -0.08, 0.42, 2.04) alternate infinite;
    transform: translateZ(0);
    content: "";
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/*/preloader*/





@media (max-width: 768px) {
    .subGB {
        margin: 0 auto;
    }
    .mar-input {
        margin: 0;
    }
    .login-logo {
        position: relative;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .price-plan-heading {
        text-align: center;
        margin-top: 17px;
    }
    .payment-text {
        font-size: 26px;
    }
    .login-logo {
        width: 90vw;
    }
    .mobile-Logo{
        width: 190px;
        position: relative;
        margin: 0 auto;
        top: 0;
        padding: 10px 0 0;
    }
    .mobile-Heading{
        padding: 15px 20px 0;
        font-size: 30px;
        margin-top: 0 !important;
    }
    .mobile-body-content{
        height: calc(100vh - 80px);
        align-items: start;
        padding: 20px 15px 10px;
    }
    .summaryMobile{
        width: 250px;
        top: 0;
        border-radius: 6px;
        margin-top: 10px;
        margin-bottom: 18px;
        padding: 10px 15px;
    }
    .mobileAlignTop{
        min-height: auto;
        align-content: start;
    }
    .summary-padding-top{
        padding-top: 70px;
    }
}