#visa-onepay-fasttrack {
	display: inherit;
    
	.e-visa-gird {
        display: flex;
        margin-left: -20px;
        margin-right: -20px;
    }

    .e-visa-column {
        flex: 1;
        align-content: center;
        padding: 20px;
        margin-left: 0;
    }

    .e-visa-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 10px;

        img {
            height: 40px;
            margin-bottom: 5px;
        }
    }

    .e-visa-title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 5px !important;
        text-align: center;
    }

    .e-visa-status {
        text-align: center;
        font-size: 16px;
        color: #C56A02;
    }

    .e-visa-info {
        margin-bottom: 15px;
    }

    .detail-item {
        border: 1px outset #f7f7f75e;
        margin-bottom: 10px;
        background-color: #f7f7f7;
        padding: 10px;
        border-radius: 5px;
        margin: 0;
        position: relative;
        padding-left: 40px;
        margin-top: 5px;
        margin-bottom: 5px;

        &:before {
            content: "\f00c";
            font-family: FontAwesome;
            position: absolute;
            color: green;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
        }
    }
	
	.detail-item1 {
        border: 1px outset #f7f7f75e;
        margin-bottom: 10px;
        background-color: #f7f7f7;
        padding: 10px;
        border-radius: 5px;
        margin: 0;
        position: relative;
        padding-left: 40px;
        margin-top: 5px;
        margin-bottom: 5px;

        &:before {
            content: "\f00d";
            font-family: FontAwesome;
            position: absolute;
            color: red;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    .e-visa-details {
        width: 100%;
    }

    .apply-button {
        margin-top: 20px;
        align-items: flex-end;
        width: 100%;
		padding: 0 10px 0 10px;

        button,
        a {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #0C2136;
            font-weight: bold;
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 3px;
            font-size: 18px;
            height: 48px;
            cursor: pointer;
            width: 100%;
        }
    }

    .b2_di {
        border: 1px solid rgba(221, 221, 221, 0.5);
        border-radius: 3px;
        margin-bottom: 15px;
        background-color: #fcfcfc;
        padding: 15px;
    }

    .b2_dr {
        font-size: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ic-trustpilot {
        background-image: url("../images/pngwing.com.png");
        background-size: contain;
        background-position: center;
        height: 35px;
        vertical-align: middle;
        width: 103px;
        display: inline-block;
        background-repeat: no-repeat;
    }

    .feature-item {
        position: relative;
        padding-left: 2rem;

        h3 {
            font-size: 16px;
            color: #C56A02;
            margin-top: 0 !important;
            margin-bottom: 0.1rem !important;
        }

        &:before {
            content: "\f00c";
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.5rem;
            color: #C56A02;
            font-weight: bold;
        }
    }

    .feature+.feature {
        margin-top: 0.2rem;
    }

    .form-row {
        input {
            flex: 1;
        }
    }

    .upload-area {
        width: 100%;

        .upload-box {
            width: 100%;
        }
    }

    .form-group-radio {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .form-group-control-radio {
        padding: 0.25rem 0.5rem;
        cursor: pointer;

        .radio-label {
            margin-left: 0.25rem;
        }
    }

    .form-group-no-margin-bottom {
        margin-bottom: 0 !important;
    }

    .upload-box-title {
        text-align: left;
        font-weight: bold;
        width: 100%;
    }

    .e-visa-detail-tabs-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 100vmax;

        .e-visa-detail-tabs-head-item {
            padding: 0.2rem 1rem;
            cursor: pointer;
            font-weight: bold;
            color: #0C2136;
            position: relative;
            width: 100%;
            text-align: center;

            &::before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background-color: #0C2136;
                border-radius: 100vmax;
                transition: all 0.3s ease;
                opacity: 0;

            }

            span {
                position: relative;
                z-index: 2;
            }

            &.active {
                color: #fff;

                &::before {
                    opacity: 1;
                }
            }
        }
    }

    .form-row-slide {
        width: 100%;
    }

    .form-row-details {
        display: flex;
        align-items: center;

        .form-row-label {
            flex: 0 0 1;
            font-size: 14px;
            color: #333;
            padding-right: 10px;
            width: 100%;
            padding-top: 0.25rem;
        }
    }

    .form-row-label-checkbox {
        display: flex;
        align-items: center;
        cursor: pointer;

        input[type="checkbox"] {
            display: none;
        }

        .checkmark {
            width: 1rem;
            height: 1rem;
            border: 1px solid #ddd;
            border-radius: 0.25rem;
            position: relative;

            &::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 0.5rem;
                height: 0.5rem;
                background-color: #C56A02;
                border-radius: 0.125rem;
                opacity: 0;
                transition: opacity 0.2s ease-in-out;
            }

            input[type="checkbox"]:checked+&::after {
                opacity: 1;
            }
        }

        .checkmark-label {
            margin-left: 0.5rem;
            font-size: 14px;
            color: #333;
        }
    }

    .form-row-details-col {
        flex: 1;
        padding: 0 10px;

        &:first-child {
            padding-left: 0;
        }

        &:last-child {
            padding-right: 0;
        }

        input {
            width: 100%;
        }
    }

    .form-row-heading {
        font-size: 22px;
        font-weight: bold;
        color: #C56A02;
        margin-bottom: 1rem;
    }

    .form-group-control-radio {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-right: 1rem;

        input[type="radio"] {
            display: none;
        }

        .radio-checkmark {
            display: inline-block;
            width: 1rem;
            height: 1rem;
            border: 1px solid #ddd;
            border-radius: 50%;
            position: relative;
            margin-right: 0.25rem;

            &::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 0.5rem;
                height: 0.5rem;
                background-color: #C56A02;
                border-radius: 50%;
                opacity: 0;
                transition: opacity 0.2s ease-in-out;
            }

            input[type="radio"]:checked+&::after {
                opacity: 1;
            }
        }

        .radio-label {
            margin-left: 0;
        }
    }

    .pay-purchase-fasttrack {
        height: 54px;
        border-radius: 5px;
        background-color: #0C2136;
        font-weight: bold;
        width: 250px;
        max-width: 100%;
        margin: 0 auto;
        color: #fff;
    }

    .terms-conditions .form-row input {
        flex: none;
    }
    .progress-bar-visa-onepay {
        margin-bottom: 0px;
        margin-top: 0px;
    }
	
	@media screen and (max-width: 991px) {
		.form-row-details {
			flex-flow: column;
			width: 100%;
		}

		.form-row-details-col {
			width: 100%;
			padding: 0 !important;
		}
	}
}