﻿@font-face {
    font-family: IRANSansFa;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/iransans/eot/iransansweb(fanum)_black.eot');
    src: url('../fonts/iransans/eot/iransansweb(fanum)_black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/iransansweb(faNum)_black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/iransansweb(faNum)_black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/iransansweb(faNum)_black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansFa;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/eot/iransansweb(fanum)_bold.eot');
    src: url('../fonts/iransans/eot/iransansweb(fanum)_bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/iransansweb(fanum)_bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/iransansweb(faNum)_bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/iransansweb(fanum)_bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansFa;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/iransansweb(fanum).eot');
    src: url('../fonts/iransans/eot/iransansweb(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransans/woff2/iransansweb(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/iransansweb(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/iransansweb(fanum).ttf') format('truetype');
}

@font-face {
    font-family: IRANSansEn;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransansEN/eot/IRANSansWeb.eot');
    src: url('../fonts/iransansEN/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iransansEN/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransansEN/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransansEN/ttf/IRANSansWeb.ttf') format('truetype');
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: "IRANSansFa", sans-serif;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #546274;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IRANSansFa", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            color: inherit;
        }

h1 {
    font-size: 6.4rem;
}

h2 {
    font-size: 4.8rem;
}

h3 {
    font-size: 3.6rem;
}

h4 {
    font-size: 1.4rem;
    color:aqua;
    color:ActiveBorder;
}

h5 {
    font-size: 2.2rem;
}

h6 {
    font-size: 1.2rem;
}

p {
    line-height: 1.85;
    font-size: 1.3rem;
    color: #546274;
    margin: 0;
    padding: 0;
}

a {
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    outline: none;
    text-decoration: none;
}

    a,
    a:hover,
    a:focus {
        text-decoration: none;
        display: inline-block;
        color: inherit;
        outline: none;
    }

textarea {
    resize: none;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #546274;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #546274;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #546274;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #546274;
}



.primary-color {
    color: #1e85ff;
}

.primary-bg {
    background: #1e85ff;
}

.white-text {
    color: #ffffff;
}

.white-bg {
    background: #ffffff;
}

.bg {
    background-size: cover;
}

/*------------------------------------------
	Responsive
-------------------------------------------*/
@media (max-width: 991px) {
    .right-content-md {
        margin-top: 30px;
    }
}

@media all and (max-width: 767px) {
    .right-content-sm {
        margin-top: 30px;
    }
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.pt130 {
    padding-top: 130px;
}

.pb130 {
    padding-bottom: 130px;
}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;
}

.pt180 {
    padding-top: 180px;
}

.pb180 {
    padding-bottom: 180px;
}

.pt200 {
    padding-top: 200px;
}

.pb200 {
    padding-bottom: 200px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.theme-bg {
    background: url(../images/bg/theme-9-bg.jpg) no-repeat center left;
    background-size: cover;
}

.flat-grey-bg {
    background: url(../images/bg/flat-grey-bg.jpg) no-repeat center right;
    background-size: cover;
}

.final-bg {
    background: url(../images/bg/final-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.wrapper {
    position: relative;
    height: 100%;
}
.wrapper:not(.loaded) {
    overflow:hidden;
}

    .wrapper .content-block {
        min-height: 100vh;
        height: 100%;
    }

        .wrapper .content-block .container-md {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
            .wrapper .content-block .container-md .content {
               transition:1s;
            }
            .wrapper .content-block .container-md .content:not(.loaded) {
                visibility: hidden;
            }
            .wrapper .content-block .container-md .preloader {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: flex;
                align-items: center;
                flex-direction: column;
                justify-content: center;
            }

.loader, .loader:before, .loader:after {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    transform-origin: center center;
    border: 9px solid #eee;
    border-right-color: #5a74f5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: circle-loader  0.5s infinite ease-out;
}


@keyframes circle-loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

    .wrapper .sidebar {
        position: absolute;
        top: 0;
        right: 0;
        width: 33.50%;
        min-height: 100vh;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 40px 100px;
        z-index: 9;
    }

        .wrapper .sidebar.sidebar-steps {
            -webkit-box-shadow: 5px 0px 10px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 5px 0px 10px 10px rgba(0, 0, 0, 0.04);
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .wrapper .sidebar.sidebar-steps .steps .step {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                min-width: 240px;
            }

                .wrapper .sidebar.sidebar-steps .steps .step + .step {
                    margin-top: 40px;
                }

                .wrapper .sidebar.sidebar-steps .steps .step.step-onprocess span {
                    color: #005fff;
                    border-color: #005fff;
                }

                .wrapper .sidebar.sidebar-steps .steps .step.step-onprocess p {
                    color: #005fff;
                }

                .wrapper .sidebar.sidebar-steps .steps .step.complete-step p {
                    color: #22d187;
                }

                .wrapper .sidebar.sidebar-steps .steps .step.complete-step span {
                    position: relative;
                    border: 0;
                }

                    .wrapper .sidebar.sidebar-steps .steps .step.complete-step span:before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 30px;
                        width: 30px;
                        content: url("../images/check.png");
                    }
                .wrapper .sidebar.sidebar-steps .steps .step.skip-step p {
                    color: #0bb3ff;
                }

                .wrapper .sidebar.sidebar-steps .steps .step.skip-step span {
                    position: relative;
                    border: 0;
                }

                    .wrapper .sidebar.sidebar-steps .steps .step.skip-step span:before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 30px;
                        width: 30px;
                        content: url("../images/check-skip.png");
                    }

                .wrapper .sidebar.sidebar-steps .steps .step span {
                    height: 30px;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 30px;
                    flex: 0 0 30px;
                    border-radius: 50%;
                    border: 1px solid rgba(0, 0, 0, 0.1);
                    line-height: 30px;
                    text-align: center;
                    font-size: 1.4rem;
                    color: #546274;
                    font-family: "IRANSansFa", sans-serif;
                    font-weight: 700;
                    margin-left: 12px;
                }

                .wrapper .sidebar.sidebar-steps .steps .step p {
                    font-size: 1.4rem;
                    color: #546274;
                    font-family: "IRANSansFa", sans-serif;
                    font-weight: 700;
                    text-transform: uppercase;
                    margin-bottom: 0;
                }
                .wrapper .sidebar.sidebar-steps .steps .step a {
                    display: inline-block;
                    color: #ff9800;
                }
                .wrapper .sidebar.sidebar-steps .steps .step a p {
                    display: inline-block;
                    color: #ff9800;
                }
                .wrapper .sidebar.sidebar-steps .steps .step a i.las {
                    font-size: 32px;
                    vertical-align: middle;
                    margin-left: 7px;
                }

.logo {
    position: absolute;
    top: 1px;
    right: 15px;
    z-index: 10;
}

.sidebar-bg {
    background: url(../images/bg/sidebar-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.sidebar-bg-2 {
    background: url(../images/bg/sidebar-bg-2.jpg) no-repeat center bottom;
    background-size: cover;
}

.sidebar-bg-3 {
    background: url(../images/bg/sidebar-bg-3.jpg) no-repeat center bottom;
    background-size: cover;
}

.sidebar-bg-4 {
    background: url(../images/bg/sidebar-bg-4.jpg) no-repeat center bottom;
    background-size: cover;
}

.sidebar-bg-5 {
    background: url(../images/bg/sidebar-bg-5.jpg) no-repeat center bottom;
    background-size: cover;
}

.sidebar-bg-6 {
    background: url(../images/bg/sidebar-bg-6.jpg) no-repeat center bottom;
    background-size: cover;
}

.testimonial-carousel {
    overflow: hidden;
    position: relative;
}

    .testimonial-carousel .item .quote {
        margin-bottom: 25px;
    }

        .testimonial-carousel .item .quote img {
            width: 50px;
        }

    .testimonial-carousel .item p {
        font-size: 1.3rem;
        font-family: "IRANSansFa", sans-serif;
        font-weight: 200;
        color: #ffffff;
        /* font-style: italic; */
        margin-bottom: 40px;
        text-align: justify;
    }

    .testimonial-carousel .item .name,
    .testimonial-carousel .item .designation {
        font-size: 1.4rem;
        font-family: "IRANSansFa", sans-serif;
        font-weight: 400;
        color: #ffffff;
    }

    .testimonial-carousel .owl-dots {
        position: absolute;
        bottom: 13px;
        right: 0;
    }

        .testimonial-carousel .owl-dots .owl-dot {
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            margin-left: 10px;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            outline: none;
        }

            .testimonial-carousel .owl-dots .owl-dot.active {
                background: #ffffff;
            }

.sidebar .clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
}

.content.pt270 {
    padding-top: 270px;
}

.content.pt340 {
    padding-top: 340px;
}

.content.pt150 {
    padding-top: 150px;
}

.content .prev-page {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "IRANSansFa", sans-serif;
    color: #b2becc;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
    margin-bottom: 50px;
    cursor: pointer;
}

    .content .prev-page:before {
        position: absolute;
        top: 3px;
        right: 0;
        content: url(../images/arrow-left-grey.png);
    }

.content h2 {
    font-size: 2.9rem;
    color: #1c2437;
    font-weight: 700;
    font-family: "IRANSansFa", sans-serif;
}
.content.signup h1 {
    font-size: 2.9rem;
    color: #1c2437;
    font-weight: 700;
    font-family: "IRANSansFa", sans-serif;
    display: inline-block;
}
    .content h2 span {
        display: block;
    }
.content.signup span.subtitle {
    display: inline-block;
    font-size: 2.9rem;
    color: #1c2437;
    font-weight: 700;
    font-family: "IRANSansFa", sans-serif;
}

.content p {
    font-size: 1.5rem;
    color: #546274;
    font-weight: 400;
    font-family: "IRANSansFa", sans-serif;
    margin-top: 20px;
}

.content form {
    margin-top: 20px;
    max-width: 470px;
}

    .content form.form-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center;
        position: relative;
    }

        .content form.form-flex .form-group {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
            margin-bottom: 0;
        }

        .content form.form-flex .btn {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 170px;
            flex: 0 0 170px;
            background: #005fff;
            color: #ffffff;
            font-size: 1.4rem;
            height: 60px;
            padding: 0;
            text-align: center;
            font-weight: 700;
            font-family: "IRANSansFa", sans-serif;
            text-transform: uppercase;
            border-radius: 5px;
            border: 0;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 20px;
            margin-bottom: 0;
        }
            .content form.form-flex .btn.skip {
                background: #00bcd4;
            }
            .content form.form-flex .btn span {
                line-height: 0;
            }

            .content form.form-flex .btn i {
                font-size: 2.0rem;
            }

    .content form.start-form {
        max-width: 100%;
        align-items: flex-end;
    }

    .content form.mobile-verification-form .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin: 0 3px;
    }

    .content form.start-form .form-control {
        text-align: center;
        direction:ltr;
    }

    .content form.mobile-verification-form .form-group:nth-child(5) {
        /*border-right: 1px solid rgba(0, 0, 0, 0.1) !important;*/
    }

    .content form.mobile-verification-form .form-group .form-control {
        font-size: 4.0rem;
        height: 80px;
        text-align: center;
        background-image: none;
        direction: ltr;
    }

        .content form.mobile-verification-form .form-group .form-control::-webkit-inner-spin-button,
        .content form.mobile-verification-form .form-group .form-control::-webkit-outer-spin-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            margin: 0;
        }

    .content form.mobile-verification-form .btn {
        margin-bottom: 0;
        margin-right: 30px;
        height: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }

    .content form.account-form {
        width: 100%;
        max-width: 100%;
    }

        .content form.account-form .select-input {
            position: relative;
        }

            .content form.account-form .select-input span {
                position: absolute;
                top: 27px;
                left: 15px;
                height: 0;
                width: 0;
                border-top: 6px solid #b2becc;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
            }

            .content form.account-form .select-input .form-control {
                padding-left: 0;
                padding-right: 15px;
                color: #6f6f6f;
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none;
            }

                .content form.account-form .select-input .form-control option {
                    color: #546274;
                }

        .content form.account-form .birth-date {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .content form.account-form .birth-date .birth-date-input {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(33.33% - 8px);
                flex: 0 0 calc(33.33% - 8px);
                position: relative;
            }

        .content form.account-form .pass-group, .content form.account-form .username-group {
            position: relative;
        }

            .content form.account-form .pass-group .pass-toggler-btn, .content form.account-form .username-group .pass-toggler-btn {
                position: absolute;
                bottom: 15px;
                right: 20px;
                display: flex;
                flex-direction: row;
                align-items: center;
            }

            .content form.account-form .username-group .pass-toggler-btn {
                bottom: 10px;
            }

            .content form.account-form .pass-group .pass-toggler-btn i {
                font-size: 2.0rem;
                color: #b2becc;
            }

            .content form.account-form .pass-group .pass-toggler-btn #eye-slash {
                display: none;
            }

            .content form.account-form .pass-group .pass-toggler-btn .btn-input-action {
                border: solid 1px #cecece;
                background: none;
                border-radius: 5px;
                margin-right: 5px;
                color: #6c757d;
            }

        .content form.account-form .form-group.check-gender {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .content form.account-form .form-group.check-gender .custom-radio {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 135px;
                flex: 0 0 135px;
                margin-right: 20px;
            }

                .content form.account-form .form-group.check-gender .custom-radio .custom-control-input {
                    display: none;
                    outline: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    appearance: none;
                }

                    .content form.account-form .form-group.check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label {
                        border-color: #005fff;
                        color: #005fff;
                    }

                        .content form.account-form .form-group.check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
                            background: #005fff;
                        }

                        .content form.account-form .form-group.check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
                            background-image: none;
                            content: url(../images/check-white.svg);
                        }

                .content form.account-form .form-group.check-gender .custom-radio .custom-control-label {
                    background: #ffffff;
                    height: 60px;
                    border: 1px solid rgba(0, 0, 0, 0.1);
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: 1.5rem;
                    font-weight: 400;
                    font-family: "IRANSansFa", sans-serif;
                    color: #b2becc;
                    padding-left: 58px;
                    text-transform: capitalize;
                }

                    .content form.account-form .form-group.check-gender .custom-radio .custom-control-label:before {
                        height: 18px;
                        width: 18px;
                        border-radius: 2px;
                        background: #e1e7ee;
                        border: none;
                        top: 19px;
                        left: 20px;
                    }

                    .content form.account-form .form-group.check-gender .custom-radio .custom-control-label:after {
                        height: 18px;
                        width: 18px;
                        top: 20px;
                        left: 20px;
                    }

        .content form.account-form .btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 30px;
        }

    .content form .form-group {
        margin-bottom: 25px;
    }

        .content form .form-group label {
            display: inline-block;
            font-size: 1.7rem;
            font-weight: 700;
            color: #1c2437;
            font-family: "IRANSansFa", sans-serif;
            text-transform: uppercase;
        }

        .content form .form-group .form-control {
            height: 60px;
            border-radius: 0;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 1.7rem;
            padding: 0 20px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

            .content form .form-group .form-control::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #b2becc;
            }

            .content form .form-group .form-control::-moz-placeholder {
                /* Firefox 19+ */
                color: #b2becc;
            }

            .content form .form-group .form-control:-ms-input-placeholder {
                /* IE 10+ */
                color: #b2becc;
            }

            .content form .form-group .form-control:-moz-placeholder {
                /* Firefox 18- */
                color: #b2becc;
            }

        .content form .form-group.check-flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .content form .form-group.check-flex .custom-checkbox .custom-control-input {
                height: 18px;
                width: 18px;
                border-radius: 3px;
                border: 3px solid rgba(0, 0, 0, 0.08);
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .content form .form-group.check-flex .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
                    background: #1888f5;
                }

            .content form .form-group.check-flex .custom-checkbox .custom-control-label {
                width: auto;
                text-align: left;
                position: static;
                top: auto;
                left: auto;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
                padding-left: 30px;
                cursor: default;
                text-transform: capitalize;
                font-size: 1.4rem;
                font-weight: 400;
                color: #546274;
            }

                .content form .form-group.check-flex .custom-checkbox .custom-control-label:before {
                    top: 2px;
                    left: 0;
                    height: 18px;
                    width: 18px;
                    border-radius: 3px;
                    border: 2px solid rgba(0, 0, 0, 0.08);
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    outline: none;
                }

                .content form .form-group.check-flex .custom-checkbox .custom-control-label:after {
                    top: 2px;
                    left: 0;
                    height: 18px;
                    width: 18px;
                }

                .content form .form-group.check-flex .custom-checkbox .custom-control-label a {
                    color: #005fff;
                }

            .content form .form-group.check-flex a {
                color: #546274;
                font-family: "IRANSansFa", sans-serif;
                font-weight: 400;
            }

                .content form .form-group.check-flex a:hover {
                    color: #005fff;
                }

        .content form .form-group.mb10 {
            margin-bottom: 10px;
        }

    .content form .btn {
        margin-bottom: 20px;
        width: 170px;
        text-align: center;
        background: #005fff;
        color: #ffffff;
        font-size: 1.4rem;
        height: 60px;
        padding: 0;
        font-weight: 700;
        font-family: "IRANSansFa", sans-serif;
        text-transform: uppercase;
        border-radius: 5px;
        border: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
        .content form .btn i.las {
            font-size: 22px;
        }

    .content form .btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .content form .btn-wrap .btn {
            margin-right: 30px;
        }

        .content form .btn-wrap a {
            margin-bottom: 20px;
            font-size: 1.4rem;
            font-family: "IRANSansFa", sans-serif;
            color: #97a2ae;
            font-weight: 700;
            text-transform: uppercase;
        }


.content .form-group.check-gender {
    display:inline-block;
}
.content .form-group.check-gender .custom-radio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    margin-left: 20px;
}
    .content .form-group.check-gender .custom-radio .custom-control-label {
        background: #ffffff;
        height: 60px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.5rem;
        font-weight: 400;
        font-family: IRANSansFa;
        color: #a8aaad;
        padding-right: 58px;
        text-transform: capitalize;
        padding-left: 30px;
    }
.content .form-group.check-gender .custom-radio .custom-control-input {
    display: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.content .form-group.check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label {
    border-color: #005fff;
    color: #005fff;
}
.content .form-group.check-gender .custom-radio .custom-control-label::before {
    height: 18px;
    width: 18px;
    border-radius: 2px;
    background: #e1e7ee;
    border: none;
    top: 19px;
    right: 20px;
}
.content .form-group.check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background: #005fff;
}
.content .form-group.check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    content: url(/images/check-white.svg);
}
.content .form-group.check-gender .custom-radio .custom-control-label::after {
    height: 18px;
    width: 18px;
    top: 20px;
    right: 20px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.content .account-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 20px;
    cursor:pointer;
}

    .content .account-category .account-type {
        min-height: 230px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
        margin-left: 30px;
        background: #ffffff;
        padding-top: 20px;
        margin-bottom: 30px;
    }
.line-through {
    text-decoration: line-through;
}

.content .account-category .account-type .account-icon {
    height: 80px;
    width: 80px;
    border-radius: 5px;
    border: 1px solid rgba(0, 95, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 5px;
}

        .content .account-category .account-type p {
            font-size: 1.2rem;
            font-weight: 400;
            color: #1c2437;
            font-family: "IRANSansFa", sans-serif;
            text-transform: uppercase;
        }

        .content .account-category .account-type span.price {
            font-size: 1.4rem;
            font-weight: 700;
            color: #1c2437;
            font-family: "IRANSansFa", sans-serif;
            text-transform: uppercase;
            margin-top: 10px;
        }


        .content .account-category .account-type p.type-des {
            margin-top: 0px;
            margin-bottom: 5px;
            font-weight: 700;
        }

.content .account-category .account-type .icon {
    display: inline-flex;
}
    .content .account-category .account-type .icon i {
        color: #59bf5d;
        font-size: 23px;
    }
    .content .account-category .account-type .icon span {
        font-size: 12px;
        font-weight: bold;
        color: #59bf5d;
        padding-right: 5px;
    }

        .content .account-category .account-type:hover {
            border-color: #005fff;
        }

            .content .account-category .account-type:hover p {
                color: #005fff;
            }

            .content .account-category .account-type:hover .icon i {
                color: #009688 !important;
            }
            .content .account-category .account-type:hover .icon span {
                color: #009688 !important;
            }

.alternet-access {
    position: absolute;
    top: 60px;
    left: 100px;
}

    .alternet-access p {
        font-size: 1.4rem;
        font-weight: 400;
        color: #546274;
        font-family: "IRANSansFa", sans-serif;
    }

        .alternet-access p a {
            color: #005fff;
        }
.footer-bar {
    position: absolute;
    right: 37%;
    bottom: 1px;
}
.resend-code {
    font-size: 1.5rem;
    font-family: "IRANSansFa", sans-serif;
    font-weight: 400;
    color: #546274;
    margin-top: 30px !important;
}

    .resend-code a {
        color: #005fff;
        font-weight: 700;
        cursor: pointer;
        font-size: 1.4rem;
    }

        .resend-code a[disabled] {
            cursor: default;
        }
p.skip-code {
    font-size: 1.5rem;
    font-family: "IRANSansFa", sans-serif;
    font-weight: 400;
    color: #546274;
    margin-top: 30px !important;
}
    p.skip-code .btn-outline-warning {
        font-size: 12px;
    }
        p.skip-code .btn-outline-warning i {
            vertical-align: inherit;
        }
.delivery-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    text-align: center;
    padding: 150px 15px;
}

    .delivery-content h2 {
        font-size: 3rem;
        font-weight: 700;
        color: #1c2437;
        font-family: "IRANSansFa", sans-serif;
        margin-top: 35px;
        margin-bottom: 10px;
    }

    .delivery-content p {
        color: #546274;
        font-size: 1.5rem;
        font-weight: 400;
        font-family: "IRANSansFa", sans-serif;
        margin-bottom: 40px;
    }

    .delivery-content .btn {
        width: 250px;
        text-align: center;
        background: #005fff;
        color: #ffffff;
        font-size: 1.4rem;
        height: 60px;
        padding: 0;
        font-weight: 700;
        font-family: "IRANSansFa", sans-serif;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: 60px;
        border-radius: 5px;
    }
    .delivery-content .btn-outline-success {
        color: #28a745;
        border:solid 1px #28a745;
        background-color:transparent;
    }
    .delivery-content .btn-outline-back {
        color: #546274;
        border: solid 1px #546274;
        background-color: transparent;
    }
    .delivery-content .btn-green {
        background-color: #28a745;
    }

@media all and (max-width: 1600px) {
    .logo {
        top: 3px;
        right: 24px;
    }

    .alternet-access {
        left: 60px;
    }

    .wrapper .sidebar {
        padding: 50px 25px;
        min-height:auto;
    }

    .sidebar .clients {
        margin-top: 40px;
    }

    .testimonial-carousel .item .quote {
        margin-bottom: 20px;
    }

    .testimonial-carousel .item p {
        margin-bottom: 10px;
    }

    .content.pt270 {
        padding-top: 180px;
    }

    .content.pt340 {
        padding-top: 250px;
    }
}

@media all and (max-width: 991px) {
    .wrapper .content-block {
        min-height: auto;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
    }

        .wrapper .content-block .logo {
            width: 690px;
            right: 50%;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

        .wrapper .content-block .content {
            padding: 200px 0 0;
        }

        .wrapper .content-block .alternet-access {
            width: 690px;
            position: static;
            margin: 0 auto;
            margin-bottom: 100px;
            margin-top: 30px;
        }

        .wrapper .sidebar {
            position: static;
            width: 100%;
            min-height: auto;
            display: block;
            padding: 100px 0 70px;
            order: 12;
        }

            .wrapper .sidebar.sidebar-steps {
                padding-bottom: 100px;
            }

                .wrapper .sidebar.sidebar-steps .steps {
                    max-width: 690px;
                    margin: 0 auto;
                }

            .wrapper .sidebar .testimonial-carousel {
                max-width: 690px;
                margin: 0 auto;
            }

            .wrapper .sidebar .clients {
                max-width: 690px;
                margin: 40px auto 0;
            }

    .resend-code {
        margin-bottom: 100px;
    }
}

@media all and (max-width: 767px) {
    .wrapper {
        display: flex;
        flex-direction: column;
    }

        .wrapper .content-block .logo {
            width: calc(100% - 30px);
            right: 50%;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

        .wrapper .content-block .content {
            padding: 160px 0 0;
        }

        .wrapper .content-block .alternet-access {
            width: calc(100% - 30px);
            position: static;
            margin: 0 auto;
            margin-bottom: 20px;
            margin-top: 50px;
        }
    .footer-bar {
        width: calc(100% - 30px);
        position: static;
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 10px;
    }
        .wrapper .sidebar {
            position: static;
            width: 100%;
            min-height: auto;
            display: block;
            padding: 100px 0 40px;
            order: 12;
        }

            .wrapper .sidebar.sidebar-steps .steps {
                max-width: calc(100% - 30px);
            }

            .wrapper .sidebar .testimonial-carousel {
                max-width: calc(100% - 30px);
                margin: 0 auto;
            }

            .wrapper .sidebar .clients {
                width: 100%;
                max-width: 500px;
                margin: 40px auto 0 auto
            }

    .content form.mobile-verification-form {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        direction: ltr;
    }

        .content form.mobile-verification-form .form-group {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 55px;
            flex: 0 0 55px;
        }

            .content form.mobile-verification-form .form-group .form-control {
                height: 55px;
                font-size: 2.0rem;
            }

        .content form.mobile-verification-form .btn {
            height: 55px;
            margin-left: 20px;
        }
}
@media all and (max-height: auto) {
    .wrapper{
        height:auto;
    }
    .delivery-content {
        height: auto !important;
        padding-top: 50px;
    }
}
@media all and (max-width:500px) {
    .wrapper {
        height: auto;
    }
    .delivery-content {
        height: auto !important;
        padding-top: 50px;
    }
}
@media all and (max-width: 320px) and (max-height: 570px) {
    .wrapper {
        height: auto;
    }
    .delivery-content{
        height:auto!important;
        padding-top:50px;
    }
}
@media all and (max-width: 539px) {
    .content form.form-flex {
        display: block;
        max-width: 400px;
    }

        .content form.form-flex .form-group {
            margin-bottom: 25px;
        }

    .content form.mobile-verification-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 415px;
    }

        .content form.mobile-verification-form .btn {
            margin-bottom: 25px;
            margin-left: auto;
        }

    .resend-code {
        margin-top: 10px !important;
    }

    .wrapper .sidebar .clients {
        margin: 0;
        margin-top: 25px;
        padding: 0 15px;
    }

        .wrapper .sidebar .clients .client {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            margin-top: 15px;
            text-align: center;
        }

    .wrapper .sidebar.sidebar-steps .steps .step + .step {
        margin-top: 30px;
    }

    .delivery-content h2 {
        font-size: 3.2rem;
    }
}

@media all and (max-width: 469px) {
    .content form.mobile-verification-form {
        max-width: 394px;
    }

        .content form.mobile-verification-form .btn {
            margin-bottom: 25px;
            margin-left: 0;
        }
}

@media all and (max-width: 576px) {
    .content h2 {
        font-size: 2.2rem;
    }

    .content p {
        font-size: 1.4rem;
    }
}

.tooltip {
    opacity: 0.9;
    font-family: 'IRANSansFa';
    font-size: 13px;
    top: 0;
    direction: rtl;
}

.tooltip-inner {
    padding: 0.6rem 1rem;
}

.v-msg.error {
    font-style: normal;
    float: left;
    background-color: #e64d4d;
    padding: 1px 7px;
    color: #fff;
    border-radius: 7px;
}

.v-msg2.error {
    font-style: normal;
    position: absolute;
    background-color: #e64d4d;
    padding: 1px 7px;
    color: #fff;
    border-radius: 7px;
    top: -35px;
}

.modal-error {
    color: #636363;
    width: 400px;
}

.modal-confirm {
    color: #636363;
    width: 400px;
}

    .modal-error .modal-content, .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 20px;
        border: none;
        text-align: center;
        font-size: 14px;
    }

    .modal-error .modal-header, .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-error h4, .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -10px;
    }

    .modal-error p, .modal-confirm p {
        font-size: 1.8rem;
    }

    .modal-error .close, .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -2px;
        font-size: 3.5rem;
    }

    .modal-error .modal-body, .modal-confirm .modal-body {
        color: #999;
        direction: rtl;
    }

    .modal-error .modal-footer, .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
        padding: 10px 15px 25px;
    }

        .modal-error .modal-footer a {
            color: #999;
        }

.modal-error .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    z-index: 9;
    text-align: center;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-error .icon-box i {
    color: #f15e5e;
    font-size: 90px;
    display: inline-block;
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-error .btn, .modal-error .btn:active, .modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    font-size: 1.5rem;
}

.modal-confirm .btn {
    color: #fff;
    background: #82ce34;
}

.modal-error .btn-secondary {
    background: #c1c1c1;
}

    .modal-error .btn-secondary:hover, .modal-error .btn-secondary:focus {
        background: #a8a8a8;
    }

.modal-error .btn-danger {
    background: #f15e5e;
}

    .modal-error .btn-danger:hover, .modal-error .btn-danger:focus {
        background: #ee3535;
    }

.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.input-ltr, .auto-direction-ltr {
    direction: ltr;
    font-family: IRANSansEn;
}

.content form .form-group .input-domain {
    background: transparent;
    border: none;
    padding-left: 0;
    direction: ltr;
    text-align: left;
    margin-left: 0;
    font-weight: 600;
    font-size: 2.2rem;
}
.content form .form-group i.input-status {
    background: transparent;
    border: none;
    padding-left: 0;
    direction: ltr;
    text-align: left;
    margin-left: 0;
    font-weight: 600;
    font-size: 2.2rem;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
}
    .content form .form-group i.input-status.v {
        background-image: url(/images/check.png);
    }
    .content form .form-group i.input-status.i {
        background-image: url(/images/not-check.png);
    }
.username-sugg {
    display: inline-block;
    float: left;
    text-align: left;
    direction: ltr;
}

    .username-sugg .badge-primary {
        color: #fff;
        background-color: #007bff;
        font-size: 15px;
        font-weight: 400;
        margin-right: 5px;
        direction: ltr;
        text-align: left;
        font-family: tahoma;
        cursor: pointer;
        border-radius: 6px;
    }
.info-table {
    width: 50%;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
    .info-table .info-table-item {
        padding: 10px 20px;
        font-size: 16px;
        margin: 20px 10px 0 10px;
        border: solid 1px #e6e6e6;
        border-radius: 10px;
    }
        .info-table .info-table-item strong {
            direction: ltr;
            text-align: left;
            display: inline-block;
            font-family:IRANSansEn;
        }
    .info-table .list-group {
        padding:20px 10px 0 10px;
    }

@media all and (max-width: 476px) {
    .info-table {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .info-table .info-table-item {
        margin: 7px 0px 0 0px;
    }
    .delivery-content .btn-outline-success{
        background-color:#fff!important;
    }
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #afafaf;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.modal-help.show-modal {
    color: #222;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 10px #555;
    display: block;
}

    .modal-help.show-modal:hover,
    .modal-help.show-modal:focus {
        color: #222;
        background-color: #fff;
        border: none;
        outline: none;
        text-decoration: none;
    }

.modal-backdrop.in {
    opacity: 0.1;
}





    .modal-help .modal-dialog .modal-content {
        border-radius: 25px;
        /*box-shadow: 0 0 25px -8px #555;*/
        border:none;
    }

        .modal-help .modal-dialog .modal-content .modal-header {
            border-bottom:none;
        }
            .modal-help .modal-dialog .modal-content .modal-header .modal-title {
                padding-right: 20px;
                margin-top: 10px;
            }

        .modal-help .modal-dialog .modal-content .close {
            color: #e74c3c;
            background-color: #fff;
            font-size: 28px;
            text-shadow: none;
            line-height: 33px;
            height: 33px;
            width: 33px;
            opacity: 1;
            border-radius: 50%;
            box-shadow: 0 0 5px #555;
            position: absolute;
            right: auto;
            left: 5px;
            top: 5px;
            z-index: 1;
            transition: all 0.3s;
        }

            .modal-help .modal-dialog .modal-content .close span {
                margin: -7px -1px 0px 0px;
                display: block;
            }

            .modal-help .modal-dialog .modal-content .close:hover {
                color: #fff;
                background-color: #e74c3c;
            }

        .modal-help .modal-dialog .modal-content .modal-body {
            padding: 20px 30px !important;
        }

            .modal-help .modal-dialog .modal-content .modal-body .icon {
                color: #26de81;
                font-size: 36px;
                text-align: center;
                text-shadow: 4px 0 0 #fff, 0 -3px 0 #fff;
                line-height: 40px;
                height: 50px;
                width: 50px;
                margin: 0 auto 30px;
                position: relative;
                z-index: 1;
            }

                .modal-help .modal-dialog .modal-content .modal-body .icon:after {
                    content: '';
                    height: 45px;
                    width: 45px;
                    border: 5px solid #c1c1c1;
                    border-radius: 50%;
                    position: absolute;
                    left: -5px;
                    top: 3px;
                    z-index: -1;
                }

            .modal-help .modal-dialog .modal-content .modal-body .title {
                margin: 0 0 20px 0;
                font-size: 20px;
                color: #222;
                text-transform: capitalize;
                font-weight: 600;
                text-align: center;
            }

            .modal-help .modal-dialog .modal-content .modal-body .description {
                color: #999;
                text-align: center;
                margin: 0 0 15px;
            }

            .modal-help .modal-dialog .modal-content .modal-body .subscribe {
                color: #fff;
                background-color: #26de81;
                font-size: 18px;
                text-transform: uppercase;
                padding: 10px 20px;
                margin: 0 auto;
                border: 0 solid #222;
                border-radius: 50px;
                overflow: hidden;
                display: block;
                position: relative;
                z-index: 1;
                transition: all 0.3s;
            }

                .modal-help .modal-dialog .modal-content .modal-body .subscribe:hover {
                    background-color: #222;
                }

@media only screen and (max-width: 768px) {
    .modal-dialog {
        width: 400px !important;
    }
}

@media only screen and (max-width: 576px) {
    .modal-dialog {
        width: auto !important;
    }
    .modal-help .modal-dialog .modal-content .close {
        left: 40px;
        top: 35px;
    }
}


.modal-feature{

}
    .modal-feature .card {
        border-radius: .7rem;
        margin-bottom: 20px;
        color: #fff;
        border: none;
    }
        .modal-feature .card.purple {
            background-color: #b655e4;
        }
        .modal-feature .card.red {
            background-color: #ff6746;
        }
        .modal-feature .card.green {
            background-color: #37d159;
        }
        .modal-feature .card.blue {
            background-color: #3b4cb8;
        }
    .modal-feature .card .card-body h6 {        
        color: #fff;      
    }
        .modal-feature .card .card-body > .row {
            align-items: center;
        }
    .modal-feature .stats-icon i {
        font-size: 34px;
        color: #fff;
        background-color: hsla(0,0%,100%,.25);
        display: flex;
        text-align: center;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        justify-content: center;
        align-items: center;
    }

@media only screen and (max-width: 340px) {
    .modal-feature .stats-icon {
        display:none;
    }
    .modal-feature .card .card-body h6 {
        font-size: 1.6rem;
    }    
}