html {
    height: 100%
}

.no-scroll {
    overflow: hidden
}

body, html {
    font-size: 15px;
    font-weight: 300;
    font-family: Poppins;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none
}

    a:link {
        text-decoration: none
    }

.border_style {
    border-radius: 25px
}

input {
    text-align: center
}

.c-more {
    padding-right: 30px;
    padding-left: 30px
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    left: 25%
}

.biggerfont {
    font-size: 24px
}

.col-bg-white {
    background-image: linear-gradient(135deg,#fff 0%,#cfcfcf 60%,#ececec 100%);
    box-shadow: 0 1rem 1.25rem 0 rgba(163,163,163,.5),0 -.25rem 1.5rem #ddd inset,0 .75rem .5rem rgba(255,255,255,.4) inset,0 .25rem .5rem 0 #fff0f0 inset;
    opacity: 5;
    border-radius: 17px
}

    .col-bg-white:active {
        background-image: linear-gradient(135deg,#61e05d 0%,#1ae02b 60%,#61e65d 100%);
        box-shadow: 0 1rem 1.25rem 0 rgba(18,134,14,.5),0 -.25rem 1.5rem #35b46a inset,0 .75rem .5rem rgba(255,255,255,.4) inset,0 .25rem .5rem 0 #46cf68 inset;
        opacity: 5;
        border-radius: 17px
    }

    .col-bg-white:target {
        background-image: linear-gradient(135deg,#61e05d 0%,#1ae02b 60%,#61e65d 100%);
        box-shadow: 0 1rem 1.25rem 0 rgba(18,134,14,.5),0 -.25rem 1.5rem #35b46a inset,0 .75rem .5rem rgba(255,255,255,.4) inset,0 .25rem .5rem 0 #46cf68 inset;
        opacity: 5;
        border-radius: 17px
    }

.form-control.form-control-solid {
    border-radius: .85rem !important;
    display: block;
    width: 100%;
    height: calc(2.0em + 1.3rem + 2px);
    padding: .65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b8b8b8;
    border-radius: .42rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.title-style {
    background-color: #50be4d;
    color: #fff
}

select {
    text-align: center;
    text-align-last: center
}

.choosefontoption {
    font-size: 20px;
    font-weight: 600
}

.choosefontoption2 {
    font-size: 18px;
    font-weight: 600
}

.custom-card {
    border-radius: 20px;
    background-color: rgba(255,255,255,.7);
    -webkit-box-shadow: 1px 6px 10px 1px #7f7f7f;
    box-shadow: 1px 6px 10px 1px #7f7f7f
}

.custom-card2 {
    background-color: transparent;
    border: none;
}

.custom-card3 {
    border-radius: 20px;
    background-color: rgba(255,255,255,.7);
    -webkit-box-shadow: 1px 6px 10px 1px #7f7f7f;
    box-shadow: 1px -3px 10px 1px #7f7f7f
}

.box-align {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-outline-primary {
    background-color: #fff
}

.btn-outline-success {
    background-color: #fff
}

.bs-stepper-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.bs-stepper-circle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    padding: .5em 0;
    margin: .25rem;
    line-height: 1em;
    color: #fff;
    background-color: #6c757d;
    border-radius: 1em
}

.active .bs-stepper-circle {
    background-color: #007bff
}

.bs-stepper .line, .bs-stepper-line {
    -ms-flex: 1 0 32px;
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0,0,0,.12)
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
    cursor: pointer
}

.bs-stepper .step-trigger {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out,color .15s ease-out
}

.active .bs-stepper-circle {
    background-color: #007bff
}

.form-control2 {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

#myCarousel .list-inline {
    white-space: nowrap;
    overflow-x: auto
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial
}

    #myCarousel .carousel-indicators > li {
        width: initial;
        height: initial;
        text-indent: initial
    }

        #myCarousel .carousel-indicators > li.active img {
            opacity: .7
        }

.dees-margins {
    margin-left: 15px;
    margin-right: 15px
}

.btn-yesno-custom {
    box-shadow: 3px 4px 0 0 #9fb4f2;
    background: linear-gradient(to bottom,#7892c2 5%,#476e9e 100%);
    background-color: #7892c2;
    border-radius: 21px;
    border: 2px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 25px;
    font-weight: 700;
    padding: 29px 52px;
    text-decoration: none;
    text-shadow: 0 1px 0 #283966
}

    .btn-yesno-custom:hover {
        background: linear-gradient(to bottom,#476e9e 5%,#7892c2 100%);
        background-color: #476e9e
    }

    .btn-yesno-custom:active {
        position: relative;
        top: 1px
    }

.work-process::after {
    content: "";
    position: absolute;
    background: #f1f3f5;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: -1
}

.work-process:hover::after {
    background: rgb(233 248 255/22%);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px
}

.work-process {
    background-color: #fff;
    padding: 15px;
    position: relative;
    z-index: 1;
    transition: .5s;
    box-shadow: 0 30px 0 -20px #fff;
    margin-bottom: 30px;
    border-bottom: 3px solid #607d8b;
    text-align: center
}

    .work-process i {
        margin: 0 auto;
        display: table;
        background-color: #6c757d;
        width: 70px;
        height: 70px;
        border-radius: 8px;
        font-size: 40px;
        text-align: center;
        color: #fff;
        line-height: 70px
    }

    .work-process h3 {
        margin: 15px 0
    }

        .work-process h3 a {
            font-size: 20px;
            color: #6c757d
        }

    .work-process p {
        color: #222
    }

.collapsetop-margin {
    margin-top: -50px
}

.badge {
    border-radius: 1.25rem
}


@media(max-width:767px) {
    .body-bg {
        background-image: url(https://thetaptoy.com/demo/mss/assets/images/background2.svg),linear-gradient(to right,#ffffff,#51be4d80);
        overflow-x: hidden;
        background-size: auto 100%
    }

    .card-size-margins {
        max-width: 600px;
        padding-left: 20px;
        padding-right: 20px
    }

    .card-height {
        min-height: 600px
    }

    .btn-bot {
        position: absolute;
        margin-left: -50px;
        left: 50%;
        width: 100px;
        bottom: 22px
    }

    .img-custom-size {
        width: 70px
    }

    .custom-text-size {
        font-size: 13px
    }

    .custom-lg-col {
        padding-right: 0;
        padding-left: 0
    }

    .custom-card-height {
        max-height: 300px
    }

    .left-col-custom-margin {
        margin-top: 0
    }

    .custom-right-card {
        background-image: url(https://thetaptoy.com/demo/mss/assets/images/flatrate02.svg);
        overflow-y: hidden;
        background-size: cover
    }

    .custom-left-card {
        background-image: url(https://thetaptoy.com/demo/mss/assets/images/freeprocessing02.svg);
        overflow-y: hidden;
        background-size: cover
    }
    /* payment processing pages */
    .payment-cards {
        box-shadow: 3px 4px 10px 1px #7f7f7f;
        border-radius: 20px;
        margin-bottom: 16px
    }

    .top-margin-1 {
        margin-top: 0px;
    }

    .top-img-size {
        width: 60px;
        margin-top: 0px;
    }

    .main-text {
        margin-top: -3px;
        font-size: 28px;
        font-weight: 600;
        color: #50be4d;
    }

    .sub-header-text {
        font-size: 17px;
        font-weight: 500;
        color: #464545;
        margin-top: -15px;
    }

    .mid-text-size {
        margin-top: 0px;
        font-size: 13px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .mid-text-size2 {
        margin-top: 0px;
        font-size: 13px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .select-button {
        margin-top: 0px;
    }

    .select-button2 {
        margin-top: 0px;
    }

    .learn-more-btn {
        margin-top: 0px
    }

    .card-01 {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/payments01-2.svg");
        background-size: 80%;
        position: center center;
        background-repeat: no-repeat;
    }

    .card-02 {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/payments02-2.svg");
        background-size: 80%;
        position: fill center;
        background-repeat: no-repeat;
    }

    .card-03 {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/payments03-2.svg");
        background-size: 80%;
        position: fill center;
        background-repeat: no-repeat;
    }

    .card-04 {
        background-image: url("https://thetaptoy.com/demo/mss/assets/images/payments04-2.svg");
        background-size: 80%;
        position: fill center;
        background-repeat: no-repeat;
    }
}

@media(min-width:768px) {
    .body-bg {
        background-image: url(https://thetaptoy.com/demo/mss/assets/images/background1.svg);
        overflow-x: hidden;
        background-size: cover
    }

    .card-size-margins {
        max-width: 600px;
        padding-left: 50px;
        padding-right: 50px
    }

    .card-height {
        min-height: 0
    }

    .btn-bot {
        position: none;
        margin-left: none;
        left: none;
        width: 100px;
        bottom: none
    }

    .img-custom-size {
        width: 100px
    }

    .custom-text-size {
        font-size: 15px
    }

    .custom-lg-col {
        padding-right: 16px;
        padding-left: 16px
    }

    .left-col-custom-margin {
        margin-top: -10px
    }
    .payment-cards {
        box-shadow: 3px 4px 10px 1px #7f7f7f;
        border-radius: 20px;
        margin-bottom: 16px;
        min-height: 585px
    }
    .main-text {
        margin-top: 10px;
        font-size: 28px;
        font-weight: 600;
        color: #50be4d
    }

    .sub-header-text {
        font-size: 20px;
        font-weight: 500;
        color: #464545;
        margin-top: -15px
    }

    .sub-header-text {
        font-size: 18px;
        font-weight: 500;
        color: #464545;
        margin-top: -15px
    }
    .top-margin-1 {
        margin-top: 20px
    }

    .top-img-size {
        width: 95px;
        margin-top: 45px
    }

    .mid-text-size {
        margin-top: 20px;
        font-size: 15px;
        padding-right: 25px;
        padding-left: 25px
    }

    .mid-text-size2 {
        margin-top: 0;
        font-size: 15px;
        padding-right: 25px;
        padding-left: 25px
    }

    .select-button {
        margin-top: 30px
    }

    .select-button2 {
        margin-top: 47px
    }

    .learn-more-btn {
        margin-top: 20px
    }
}
/***29-09-2021*****/
.signature-card-padd {
    padding-left:20px !important;
    padding-right:20px !important;
}
.btn-text-color a {
    color: #007bff !important;
}
a.Equipment-btn:hover {
    color: #007bff !important;
}

.drop-pricing {
    padding-top: 10px;
}

.pricing-heading h3 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
}
.line-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

/*progress bar start*/

* {
    box-sizing: border-box;
}


.progress-bar {
    height: 78px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0) !important;
    padding-right: 20px;
    padding-left: 20px; /* Separate bars from container */
    margin-top: -30px;
}

.progress-title-holder {
    padding-bottom: 7px;
    position: relative;
    margin: 5px 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #898989;
}

.progress-title {
    z-index: 100;
}

.progress-number-wrapper {
    width: 100%;
    z-index: 9900;
}

.progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    background-color: rgb(196, 196, 196);
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 0%;
}

.progress-number-wrapper,
.progress-number-mark {
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #333;
}

.down-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid rgb(196, 196, 196);    
    position: absolute;
    left: 50%;
    top: 100%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.progress-content-outter {
    height: 25px;
    border-radius: 16px;
    background-image: linear-gradient(#868686, #cbcbcb, #ebebeb, #ebebeb);
}

.progress-content {
    height: 25px;
    border-radius: 16px;
    background-image: linear-gradient(#50BE4D, #2E802C);
    -webkit-box-shadow: 5px 5px 10px -3px #878787;
    box-shadow: 5px 5px 10px -3px #878787;
    width: 0%; /* Initial value */
}
/*progress bar ends*/


@media (max-width: 767px) {

    .businessCard-h {
        min-height: 390px !important;
    }
}

@media(max-width:900px) {
    .google-captcha {
        position: absolute;
        z-index: 999;
    }
}

.loadercircle {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #28a745;
    width: 98px;
    height: 98px;
    -webkit-animation: spin 1.3s linear infinite; /* Safari */
    animation: spin 1.3s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.pageloader {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    background: #1a1a1ab3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.password-section{
    position:relative;
}

.password-section i {
    position: absolute;
    right: 17px;
    top: 36%;
    font-size: 16px;
}

.tap-text-whte {
    color: #fff;
}

.green-background {
    background-color: #50BE4D;
}

.option-config-page {
    font-size: 60px;
    font-weight: 900;
}

.text-color-red.agreeBtn {
    color: #F00000;
}

a.agreeBtn:hover {
    color: #0056b3;
}

.cardTitle {
    font-size: 22px;
    font-weight: 600;
}

.yesbtn {
    width: 260px;
    padding: 18px 55px;
    font-size: 50px;
    display: flex;
    align-items: center;
}

.nobtn {
    width: 260px;
    padding: 18px 55px;
    font-size: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.CheckboxSection {
    display: flex;
    column-gap: 15px;
}

    .CheckboxSection label {
        font-size: 19px;
        font-weight: 500;
        display: flex;
        align-items:center;
    }

    .CheckboxSection input {
        width: 20px;
        height: 20px;
        margin-left: 7px;
    }



.cardPadding {
    padding: 30px 45px;
}

.nextButton {
    color: #fff;
    padding: 13px 45px;
    font-size: 30px;
}

.yesNoBtnGroup {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 35px;
}

.yesbtn img {
    width: 53px;
    margin-right: 11px;
}

.nobtn img {
    width: 38px;
    margin-right: 11px;
}
/***********************************Responsive Code**************************/
@media (max-width:768px) {
    .yesbtn {
        width: 200px;
        padding: 12px 35px;
        font-size: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nobtn {
        width: 200px;
        padding: 12px 35px;
        font-size: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .yesbtn img {
        width: 53px;
        margin-right: 11px;
    }

    .nobtn img {
        width: 38px;
        margin-right: 11px;
    }

    .cardPadding {
        padding: 30px 20px;
    }

    .cardTitle {
        font-size: 18px;
        font-weight: 600;
    }

    .nextButton {
        padding: 13px 42px !important;
        font-size: 20px !important;
    }

    .CheckboxSection label {
        font-size: 17px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .yesNoBtnGroup {
        width: 100%;
        display: flex;
        justify-content: center;
        column-gap: 10px;
        row-gap: 15px;
        align-items: center;
    }

    .CheckboxSection input {
        width: 28px;
        height: 28px;
        margin-left: 7px;
    }

    .TopTitle {
        font-size: 28px;
    }
}

.locationInfo {
    position: relative;
}

    .locationInfo i {
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 52%;
        cursor: pointer;
    }

.yourInformation label, .yourInformation span.text-left {
    font-weight: 600;
}
.yourInformation input, .yourInformation textarea {
    text-align: left !important;
    font-size: 17px;
    font-weight: 500;
    color: #707070;
}
.yourInformation button.submit-btn {
    padding: 12px 25px;
    font-size: 16px;
}
.swal2-popup.swal2-modal.AlertModal.swal2-icon-error.swal2-show {
    width: 35em;
}

.BrandLogoImg {
    position: absolute;
    z-index: 9;
    width: 77px;
    height: 38px;
    right: 3px;
    top: 9px;
}
    .BrandLogoImg img {
        width: 100%;
        object-fit: contain;
        height:100%;
    }
.brandLogoforMobile {
    width: 58px;
    object-fit: contain;
    height:40px;
}
/***********************************Responsive Code**************************/
@media (min-width:576px) {
}

@media (min-width:768px) {
    
}


@media (min-width:992px) {
    .DigitPinModal {
        padding: 135px;
    }
}

@media (min-width:1200px) {
    
}

@media (max-width:575px) {

    .submit-btn {
        font-size: 15px;
    }
    .yesbtn {
        width: 160px;
        padding: 12px 29px;
        font-size: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nobtn {
        width: 160px;
        padding: 12px 30px;
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .yesbtn img {
        width: 35px;
        margin-right: 11px;
    }

    .nobtn img {
        width: 21px;
        margin-right: 11px;
    }
    
}
