﻿@charset "UTF-8";
/* Your custom styles */
.custom-style-form .step {
    border-left: 0px !important;
    border-right: 0px !important;
    padding: 0;
    margin: 0;
}

.new-parralax {
    background: url(../img/form-panner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-style-form .col-md-12 {
    text-align: right;
}

    .custom-style-form .col-md-12 .custom-width {
        width: 50%;
        margin: auto;
    }

        .custom-style-form .col-md-12 .custom-width .custom-heading {
            font-size: 40px;
            color: purple;
            margin: 20px 0;
            text-align: center;
        }

        .custom-style-form .col-md-12 .custom-width .custom-parag {
            font-size: 25px;
            color: #000;
            margin: 30px 0;
            text-align: center;
            line-height: 35px;
        }

.custom-style-form .form-group {
    direction: rtl;
}

    .custom-style-form .form-group label span {
        margin-left: 20px;
    }

.custom-style-form .form_title {
    padding-left: 0;
}

.custom-style-form .width-100 {
    width: 100%;
}

.custom-style-form .custom-flex-direction {
    display: flex;
}

    .custom-style-form .custom-flex-direction label {
        margin-right: 20px;
    }

.btn-custom {
    background-color: purple;
    color: #fff;
    min-width: 180px;
}

    .btn-custom:hover {
        border: 1px solid purple;
        background-color: #fff;
        color: purple;
    }

.custom-style-button {
    width: 100%;
    text-align: center;
}

.AppDocForm h3 {
    padding: 0 !important;
}

.AppDoc .Flex-Style {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 789px) {
    .custom-style-form .col-md-12 .custom-width {
        width: 100%;
        margin: auto;
    }
}

.ContSupp {
    display: flex;
    align-items: center;
}

    .ContSupp .col-xs-3 {
        width: 25%;
    }

    .ContSupp .col-xs-9 {
        width: 75%;
    }

    .ContSupp a {
        font-size: 14px;
        color: purple;
        display: inline-block;
    }

    .ContSupp img {
        width: auto;
        margin-left: 20px;
    }
