@import "https://fonts.googleapis.com/css?family=Krub";

* {
    font-family: 'Krub',sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald',sans-serif
}

:focus {
    outline: none
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

.top_header {
    width: 100%;
    background: #2f465f;
    padding: 5px 0
}

.navs {
    width: 100%;
    background: #0dbebe
}

    .navs a {
        color: #fff;
        font-family: 'Lato',sans-serif
    }

.social_box a {
    background: #0dbebe;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 4px;
    border: 2px solid #fff;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
    text-align: center
}

.contact {
    text-align: right;
    color: #fff;
    font-family: 'Lato',sans-serif
}

    .contact .fa {
        font-size: 20px;
        vertical-align: bottom;
        margin-right: 7px
    }

.mid_header {
    width: 100%;
    padding: 16px 0
}

    .mid_header ul.nav a {
        color: #656565;
        font-size: 16px
    }

.sub_menus {
    padding: 20px 0 18px;
    display: inline-block
}

.sign_in {
    padding: 10px 13px;
    background: #0dbebe;
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

    .sign_in a {
        color: #fff;
        vertical-align: middle;
        margin-left: 7px
    }

    .sign_in .fa {
        font-size: 23px;
        margin-right: 5px;
        vertical-align: -webkit-baseline-middle;
        position: relative
    }

.counter-box {
    font-family: 'Lato',sans-serif;
    position: absolute;
    z-index: 1;
    top: -12px;
    right: 0;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 10px;
    color: #fff;
    padding: 2px 4px
}

.alt-r {
    text-align: right
}

.search-part {
    width: 100%;
    background: url(../images/search_bg.jpg) no-repeat left top;
    background-size: cover;
    padding: 50px 0;
    text-align: center
}

    .search-part h1 {
        color: #08a2a2;
        font-size: 50px;
        font-weight: 300;
        text-shadow: 0 2px 0 rgba(255,255,255,.8);
        margin: 0
    }

    .search-part h2 {
        color: #2f465f;
        font-size: 35px;
        font-weight: 300;
        text-shadow: 0 2px 0 rgba(255,255,255,.8)
    }

.stap {
    margin: 50px auto;
    display: inline-block
}

.search-part p {
    color: #2f465f;
    font-size: 19px;
    font-weight: 600
}

.search-part .search_box {
    width: 100%;
    padding: 12px;
    border: 1px solid #2f465f;
    background-color: rgba(256,256,256,.57)
}

    .search-part .search_box .mb-3 {
        margin-bottom: 0 !important
    }

    .search-part .search_box .form-control {
        height: 34px;
        background-color: transparent;
        color: #2f465f;
        font-size: 18px;
        border-radius: 0;
        border: 0
    }

    .search-part .search_box .btn {
        background-color: #0dbebe;
        border: 0;
        font-size: 15px;
        border-radius: 0;
        color: #fff;
        font-family: 'Lato',sans-serif
    }

        .search-part .search_box .btn .fa {
            margin-right: 7px
        }

.profile_image {
    width: 100%;
    padding: 90px;
    background: url(../images/inner_banner.jpg) no-repeat left top;
    background-size: cover;
    margin-bottom: 20px
}

.packages {
    text-align: center
}

    .packages h1 {
        font-size: 35px;
        color: #5c5b5b;
        font-weight: 400;
        margin: 58px 0 44px
    }

    .packages ul {
        margin-bottom: 30px
    }

        .packages ul li {
            display: inline-block;
            vertical-align: top;
            width: 19.7%;
            border: 1px solid #ececec;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px
        }

            .packages ul li h1 {
                font-family: 'Raleway',sans-serif;
                color: #000;
                font-size: 14px;
                padding: 23px 0 16px;
                margin: 0
            }

            .packages ul li .best-sellar-pg {
                width: 100%;
                background: #00a8ff !important;
                color: #fff;
                padding: 23px 0 0;
                position: relative
            }

                .packages ul li .best-sellar-pg:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: -30px;
                    width: 0;
                    height: 0;
                    border-top: 30px solid #00a8ff !important;
                    border-left: 107px solid transparent;
                    border-right: 107px solid transparent
                }

.best-sellar-color {
    color: #fff !important
}

.hiimg {
    display: block;
    margin: -22px auto 0
}

.packages ul li .rs {
    width: 100%;
    background: #2f465f;
    color: #fff;
    padding: 23px 0 0;
    position: relative
}

    .packages ul li .rs:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -30px;
        width: 0;
        height: 0;
        border-top: 30px solid #2f465f;
        border-left: 107px solid transparent;
        border-right: 107px solid transparent
    }

    .packages ul li .rs h1 {
        margin: 0;
        color: #fff;
        font-size: 30px;
        font-family: 'Oswald',sans-serif;
        padding: 0;
        text-transform: uppercase
    }

    .packages ul li .rs h2 {
        margin: 0;
        color: #0dbebe;
        font-size: 20px;
        font-family: 'Oswald',sans-serif;
        padding: 0;
        text-transform: uppercase
    }

    .packages ul li .rs .btn-primary {
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        margin-top: 16px;
        background-color: #fff;
        border-color: #fff
    }

        .packages ul li .rs .btn-primary:not(:disabled):not(.disabled).active, .packages ul li .rs .btn-primary:not(:disabled):not(.disabled):active, .packages ul li .rs .show > .btn-primary.dropdown-toggle {
            background-color: #f2f2f2;
            border-color: #f2f2f2;
            color: #000
        }

.packages ul li ul li {
    display: block;
    min-height: 57px;
    width: 100%;
    border-top: 1px solid #ececec;
    border-bottom: 0 solid #ececec;
    border-left: 0 solid #ececec;
    border-right: 0 solid #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    color: #595959;
    padding: 10px 0
}

.packages ul li ul {
    padding-top: 70px;
    margin-bottom: 0
}

.packages ul li .rs p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase
}

.about {
    width: 100%;
    position: relative;
    color: #fff;
    padding: 70px 0
}

    .about:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background: #2f465f;
        z-index: -1
    }

    .about:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-image: url(../images/bg.jpg);
        z-index: -1
    }

    .about h3 {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 400
    }

    .about .pad-top {
        margin-top: 45px;
        margin-left: 60px;
        position: relative
    }

        .about .pad-top:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -12px;
            width: 340px;
            height: 4px;
            background: #fff
        }

    .about p {
        font-weight: 300;
        font-size: 16px;
        padding-right: 20px;
        line-height: 22px;
        margin-bottom: 0
    }

    .about .video {
        width: 96%;
        background: #fff;
        padding: 12px;
        margin: 12px 0
    }

        .about .video iframe {
            width: 100%;
            height: 315px
        }

ul.about_s {
    margin: 50px 0 0 60px
}

    ul.about_s li {
        color: #fff;
        font-size: 20px;
        display: block;
        padding: 5px 0;
        margin: 7px 0
    }

        ul.about_s li span {
            width: 56px;
            height: 56px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 27px
        }

.fst {
    background: url(../images/about_icon.png) no-repeat 0 0
}

.snd {
    background: url(../images/about_icon.png) no-repeat 0 -71px
}

.tnd {
    background: url(../images/about_icon.png) no-repeat 0 -142px
}

.dnd {
    background: url(../images/about_icon.png) no-repeat 0 -213px
}

.fnd {
    background: url(../images/about_icon.png) no-repeat 0 -284px
}

.end {
    background: url(../images/about_icon.png) no-repeat 0 -357px
}

.cashback {
    width: 100%;
    position: relative;
    padding: 80px 0;
    text-align: center
}

    .cashback h4 {
        color: #505050;
        font-size: 35px;
        text-transform: uppercase
    }

    .cashback p {
        color: #505050;
        font-size: 25px;
        margin-bottom: 35px
    }

    .cashback .txt {
        border: 2px solid #838383;
        width: 100%;
        min-height: 283px
    }

        .cashback .txt p {
            color:: #838383;
            font-weight: 400;
            font-size: 16px;
            padding: 10px;
            margin: 0
        }

        .cashback .txt img {
            display: inline-block;
            margin: 20px 0
        }

        .cashback .txt a {
            border-bottom: 1px solid #ba5770;
            display: inline-block;
            color: #ba5770;
            padding: 5px;
            margin-bottom: 20px;
            font-size: 16px;
            text-decoration: none;
            line-height: 15px
        }

.com_details {
    width: 100%;
    position: relative;
    padding: 80px 0;
    text-align: center;
    background: url(../images/bg1.jpg) no-repeat bottom center
}

    .com_details h4 {
        color: #4b4b4b;
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 500
    }

    .com_details p {
        color: #333;
        text-align: left;
        font-size: 19px;
        margin: 10px 0
    }

.new_ac .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none
}

.new_ac ul li {
    margin: .5em 0
}

    .new_ac ul li a.toggle {
        width: 100%;
        display: block;
        position: relative;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 400;
        background-color: #0dbebe;
        border-radius: 0;
        border: none;
        color: #fff;
        padding: 10px;
        text-align: left;
        line-height: 36px;
        text-decoration: none;
        transition: background .3s ease
    }

        .new_ac ul li a.toggle:hover {
            background: rgba(0,0,0,0.9)
        }

        .new_ac ul li a.toggle:before {
            content: '\f0d8';
            font-size: 20px;
            position: absolute;
            font-family: 'FontAwesome';
            right: 20px;
            top: 14px;
            transform: rotate(180deg);
            transition: all .5s
        }

    .new_ac ul li a.up:before {
        content: '\f0d7';
        font-size: 20px;
        position: absolute;
        font-family: 'FontAwesome';
        right: 20px;
        top: 14px;
        transform: rotate(180deg);
        transition: all .5s
    }

.services_renewals {
    width: 100%;
    position: relative;
    padding: 30px 0;
    text-align: center;
    background: #f7f7f7
}

    .services_renewals h1 {
        color: #4b4b4b;
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 500
    }

    .services_renewals p {
        color: #333;
        text-align: center;
        font-size: 16px;
        margin: 5px 0
    }

    .services_renewals .fa {
        margin: 35px 0 20px;
        font-size: 40px;
        color: #2f465f
    }

    .services_renewals a {
        display: block;
        color: #ba5770;
        font-size: 27px;
        font-weight: 500;
        text-decoration: none
    }

.partners {
    width: 100%;
    position: relative;
    padding: 45px 0;
    text-align: center;
    background: #fff
}

    .partners h4 {
        color: #292929;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 500
    }

    .partners .partners_logo {
        width: 100%;
        padding: 38px;
        border: 1px solid #d1d1d1;
        margin-top: 30px;
        text-align: center
    }

        .partners .partners_logo img {
            display: inline-block
        }

.footer_top {
    width: 100%;
    padding: 35px 0 50px;
    background: #2f465f;
    color: #fff;
    font-weight: 300
}

    .footer_top p {
        margin: 20px 0;
        font-size: 16px
    }

    .footer_top h5 {
        font-family: 'Raleway',sans-serif;
        text-transform: uppercase;
        margin: 35px 0 18px
    }

    .footer_top .social_box {
        margin-bottom: 26px
    }

        .footer_top .social_box a {
            background: #2b2f3e;
            width: 31px;
            height: 31px;
            line-height: 29px;
            font-size: 14px;
            margin-right: 9px
        }

    .footer_top ul li {
        margin-bottom: 10px
    }

        .footer_top ul li:last-child {
            margin-bottom: 0
        }

        .footer_top ul li a {
            color: #fff;
            font-weight: 300;
            text-decoration: none;
            font-size: 16px;
            display: block
        }

.con_details {
    font-size: 14px
}

.footer_btm {
    width: 100%;
    padding: 15px 0;
    background: #0dbebe;
    color: #f6f7f8;
    font-weight: 300;
    text-align: center
}

    .footer_btm p {
        font-size: 14px;
        margin: 0
    }

.sign_ins {
    width: 100%;
    padding: 30px 0;
    background: #dbebeb
}

    .sign_ins .logmod {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        background: rgba(0,0,0,0.2);
        z-index: 1
    }

        .sign_ins .logmod::after {
            clear: both;
            content: "";
            display: table
        }

    .sign_ins .logmod_wrapper {
        display: block;
        background: #FFF;
        position: relative;
        max-width: 550px;
        border-radius: 4px;
        box-shadow: 0 0 18px rgba(0,0,0,0.2);
        margin: 120px auto
    }

    .sign_ins .logmod_close {
        display: block;
        position: absolute;
        right: 50%;
        background: url(images/close_white.svg) no-repeat scroll 0 0 transparent;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        top: -72px;
        margin-right: -24px;
        width: 48px;
        height: 48px
    }

    .sign_ins .logmod_container {
        overflow: hidden;
        width: 60%;
        background: #fff;
        margin: 0 auto
    }

        .sign_ins .logmod_container::after {
            clear: both;
            content: "";
            display: table
        }

    .sign_ins .logmod_tab {
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden
    }

    .sign_ins .logmod_tab-wrapper {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .sign_ins .logmod_tab.show {
        opacity: 1;
        height: 100%;
        visibility: visible
    }

    .sign_ins .logmod_tabs {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .sign_ins .logmod_tabs::after {
            clear: both;
            content: "";
            display: table
        }

        .sign_ins .logmod_tabs li.current a {
            background: #0dbebe;
            color: #fff
        }

        .sign_ins .logmod_tabs li a {
            width: 50%;
            position: relative;
            float: left;
            text-align: center;
            background: #f1f1f1;
            line-height: 72px;
            height: 72px;
            text-decoration: none;
            color: #809191;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer
        }

            .sign_ins .logmod_tabs li a:focus {
                outline: dotted 1px
            }

    .sign_ins .logmod_heading {
        text-align: center;
        padding: 12px 0
    }

    .sign_ins .logmod_heading-subtitle {
        display: block;
        font-weight: 400;
        font-size: 15px;
        color: #888;
        line-height: 48px
    }

    .sign_ins .logmod_form {
        border-top: 1px solid #e5e5e5
    }

    .sign_ins .logmod_alter {
        display: block;
        position: relative;
        margin-top: 7px
    }

        .sign_ins .logmod_alter::after {
            clear: both;
            content: "";
            display: table
        }

        .sign_ins .logmod_alter .connect:last-child {
            border-radius: 0
        }

    .sign_ins .connect {
        overflow: hidden;
        position: relative;
        display: block;
        width: 100%;
        height: 72px;
        line-height: 72px;
        text-decoration: none
    }

        .sign_ins .connect::after {
            clear: both;
            content: "";
            display: table
        }

        .sign_ins .connect:focus, .sign_ins .connect:hover, .sign_ins .connect:visited {
            color: #FFF;
            text-decoration: none
        }

    .sign_ins .connect_icon {
        vertical-align: middle;
        float: left;
        width: 70px;
        text-align: center;
        font-size: 22px
    }

    .sign_ins .connect_context {
        vertical-align: middle;
        text-align: center
    }

    .sign_ins .connect.facebook {
        background: #3b5998;
        color: #FFF;
        width: 50%;
        display: inline-block;
        vertical-align: bottom
    }

        .sign_ins .connect.facebook a {
            color: #FFF
        }

        .sign_ins .connect.facebook .connect_icon {
            background: #283d68
        }

    .sign_ins .connect.googleplus {
        background: #dd4b39;
        color: #FFF;
        width: 49.39%;
        display: inline-block;
        vertical-align: bottom
    }

        .sign_ins .connect.googleplus a {
            color: #FFF
        }

        .sign_ins .connect.googleplus .connect_icon {
            background: #b52f1f
        }

    .sign_ins .simform {
        position: relative
    }

    .sign_ins .simform_actions {
        padding: 15px;
        font-size: 14px
    }

        .sign_ins .simform_actions::after {
            clear: both;
            content: "";
            display: table
        }

        .sign_ins .simform_actions .sumbit {
            height: 48px;
            float: right;
            color: #FFF;
            width: 50%;
            font-weight: 600;
            font-size: 16px;
            background: #2f465f;
            margin-top: 7px
        }

            .sign_ins .simform_actions .sumbit::after {
                clear: both;
                content: "";
                display: table
            }

    .sign_ins .simform_actions-sidetext {
        display: inline-block;
        float: left;
        width: 50%;
        padding: 0 10px;
        margin: 9px 0 0;
        color: #8C979E;
        text-align: center;
        line-height: 24px
    }

        .sign_ins .simform_actions-sidetext::after {
            clear: both;
            content: "";
            display: table
        }

    .sign_ins .sminputs {
        border-bottom: 1px solid #E5E5E5
    }

        .sign_ins .sminputs::after {
            clear: both;
            content: "";
            display: table
        }

        .sign_ins .sminputs .input {
            display: block;
            position: relative;
            width: 50%;
            height: 71px;
            padding: 11px 24px;
            border-right: 1px solid #e5e5e5;
            border-bottom: none;
            float: left;
            background-color: #FFF;
            border-radius: 0;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }

            .sign_ins .sminputs .input.active {
                background: #eee
            }

                .sign_ins .sminputs .input.active .hide-password {
                    background: #eee
                }

            .sign_ins .sminputs .input.full {
                width: 100%
            }

            .sign_ins .sminputs .input label {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
                width: 100%;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 700;
                font-size: 12px;
                line-height: 24px
            }

            .sign_ins .sminputs .input input {
                postion: relative;
                display: inline-block;
                height: 24px;
                font-size: 15px;
                line-height: 19.2px;
                color: #555;
                border-radius: 4px;
                vertical-align: middle;
                box-shadow: none;
                box-sizing: border-box;
                width: 100%;
                height: auto;
                border: none;
                padding: 0;
                background-color: transparent;
                color: rgba(75,89,102,0.85)
            }

        .sign_ins .sminputs .hide-password {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 0;
            padding: 0 15px;
            border-left: 1px solid #e4e4e4;
            font-size: 14px;
            background: #FFF;
            overflow: hidden;
            color: #444;
            margin-top: 12px;
            line-height: 48px
        }

    .sign_ins .btn, .sign_ins .simform_actions .sumbit {
        display: inline-block;
        line-height: normal;
        white-space: nowrap;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        border: none;
        outline: none;
        outline-offset: 0;
        cursor: pointer;
        font-weight: 400;
        box-shadow: none;
        min-width: 90px;
        padding: 10px 14px
    }

        .sign_ins .btn.full, .sign_ins .simform_actions .full.sumbit {
            width: 100%
        }

        .sign_ins .btn.lg, .sign_ins .simform_actions .lg.sumbit {
            min-width: 125px;
            padding: 17px 14px;
            font-size: 22px;
            line-height: 1.3
        }

        .sign_ins .btn.sm, .sign_ins .simform_actions .sm.sumbit {
            min-width: 65px;
            padding: 4px 12px;
            font-size: 14px
        }

        .sign_ins .btn.xs, .sign_ins .simform_actions .xs.sumbit {
            min-width: 45px;
            padding: 2px 10px;
            font-size: 10px;
            line-height: 1.5
        }

        .sign_ins .btn.circle, .sign_ins .simform_actions .circle.sumbit {
            overflow: hidden;
            width: 56px;
            height: 56px;
            min-width: 56px;
            line-height: 1;
            padding: 0;
            border-radius: 50%
        }

            .sign_ins .btn.circle.lg, .sign_ins .simform_actions .circle.lg.sumbit {
                width: 78px;
                height: 78px;
                min-width: 78px
            }

            .sign_ins .btn.circle.sm, .sign_ins .simform_actions .circle.sm.sumbit {
                width: 40px;
                height: 40px;
                min-width: 40px
            }

            .sign_ins .btn.circle.xs, .sign_ins .simform_actions .circle.xs.sumbit {
                width: 30px;
                height: 30px;
                min-width: 30px
            }

        .sign_ins .btn:focus, .sign_ins .simform_actions .sumbit:focus, .sign_ins .btn:active, .sign_ins .simform_actions .sumbit:active, .sign_ins .btn.active, .sign_ins .simform_actions .active.sumbit, .sign_ins .btn:active:focus, .sign_ins .simform_actions .sumbit:active:focus, .sign_ins .btn.active:focus, .sign_ins .simform_actions .active.sumbit:focus {
            outline: 0;
            outline-offset: 0;
            box-shadow: none
        }

        .sign_ins .btn.red, .sign_ins .simform_actions .red.sumbit {
            background: #f44336;
            color: #FFF
        }

            .sign_ins .btn.red:active, .sign_ins .simform_actions .red.sumbit:active, .sign_ins .btn.red:focus, .sign_ins .simform_actions .red.sumbit:focus {
                background-color: #ef1d0d
            }

            .sign_ins .btn.red:hover, .sign_ins .simform_actions .red.sumbit:hover {
                background-color: #f32c1e
            }

        .sign_ins .btn.pink, .sign_ins .simform_actions .pink.sumbit {
            background: #E91E63;
            color: #FFF
        }

            .sign_ins .btn.pink:active, .sign_ins .simform_actions .pink.sumbit:active, .sign_ins .btn.pink:focus, .sign_ins .simform_actions .pink.sumbit:focus {
                background-color: #c61350
            }

            .sign_ins .btn.pink:hover, .sign_ins .simform_actions .pink.sumbit:hover {
                background-color: #d81558
            }

        .sign_ins .btn.purple, .sign_ins .simform_actions .purple.sumbit {
            background: #9C27B0;
            color: #FFF
        }

            .sign_ins .btn.purple:active, .sign_ins .simform_actions .purple.sumbit:active, .sign_ins .btn.purple:focus, .sign_ins .simform_actions .purple.sumbit:focus {
                background-color: #7b1f8a
            }

            .sign_ins .btn.purple:hover, .sign_ins .simform_actions .purple.sumbit:hover {
                background-color: #89229b
            }

        .sign_ins .btn.deep-purple, .sign_ins .simform_actions .deep-purple.sumbit {
            background: #673AB7;
            color: #FFF
        }

            .sign_ins .btn.deep-purple:active, .sign_ins .simform_actions .deep-purple.sumbit:active, .sign_ins .btn.deep-purple:focus, .sign_ins .simform_actions .deep-purple.sumbit:focus {
                background-color: #532f94
            }

            .sign_ins .btn.deep-purple:hover, .sign_ins .simform_actions .deep-purple.sumbit:hover {
                background-color: #5c34a4
            }

        .sign_ins .btn.indigo, .sign_ins .simform_actions .indigo.sumbit {
            background: #3F51B5;
            color: #FFF
        }

            .sign_ins .btn.indigo:active, .sign_ins .simform_actions .indigo.sumbit:active, .sign_ins .btn.indigo:focus, .sign_ins .simform_actions .indigo.sumbit:focus {
                background-color: #334293
            }

            .sign_ins .btn.indigo:hover, .sign_ins .simform_actions .indigo.sumbit:hover {
                background-color: #3849a2
            }

        .sign_ins .btn.blue, .sign_ins .simform_actions .blue.sumbit {
            background: #2196F3;
            color: #FFF
        }

            .sign_ins .btn.blue:active, .sign_ins .simform_actions .blue.sumbit:active, .sign_ins .btn.blue:focus, .sign_ins .simform_actions .blue.sumbit:focus {
                background-color: #0c7fda
            }

            .sign_ins .btn.blue:hover, .sign_ins .simform_actions .blue.sumbit:hover {
                background-color: #0d8aee
            }

        .sign_ins .btn.light-blue, .sign_ins .simform_actions .light-blue.sumbit {
            background: #03A9F4;
            color: #FFF
        }

            .sign_ins .btn.light-blue:active, .sign_ins .simform_actions .light-blue.sumbit:active, .sign_ins .btn.light-blue:focus, .sign_ins .simform_actions .light-blue.sumbit:focus {
                background-color: #028ac7
            }

            .sign_ins .btn.light-blue:hover, .sign_ins .simform_actions .light-blue.sumbit:hover {
                background-color: #0398db
            }

        .sign_ins .btn.cyan, .sign_ins .simform_actions .cyan.sumbit {
            background: #00BCD4;
            color: #FFF
        }

            .sign_ins .btn.cyan:active, .sign_ins .simform_actions .cyan.sumbit:active, .sign_ins .btn.cyan:focus, .sign_ins .simform_actions .cyan.sumbit:focus {
                background-color: #0093a6
            }

            .sign_ins .btn.cyan:hover, .sign_ins .simform_actions .cyan.sumbit:hover {
                background-color: #00a5bb
            }

        .sign_ins .btn.teal, .sign_ins .simform_actions .teal.sumbit {
            background: #009688;
            color: #FFF
        }

            .sign_ins .btn.teal:active, .sign_ins .simform_actions .teal.sumbit:active, .sign_ins .btn.teal:focus, .sign_ins .simform_actions .teal.sumbit:focus {
                background-color: #00685e
            }

            .sign_ins .btn.teal:hover, .simform_actions .teal.sumbit:hover {
                background-color: #007d71
            }

        .sign_ins .btn.green, .sign_ins .simform_actions .green.sumbit {
            background: #4CAF50;
            color: #FFF
        }

            .sign_ins .btn.green:active, .sign_ins .simform_actions .green.sumbit:active, .sign_ins .btn.green:focus, .sign_ins .simform_actions .green.sumbit:focus {
                background-color: #3e8f41
            }

            .sign_ins .btn.green:hover, .sign_ins .simform_actions .green.sumbit:hover {
                background-color: #449d48
            }

        .sign_ins .btn.light-green, .sign_ins .simform_actions .light-green.sumbit {
            background: #8BC34A;
            color: #FFF
        }

            .sign_ins .btn.light-green:active, .sign_ins .simform_actions .light-green.sumbit:active, .sign_ins .btn.light-green:focus, .sign_ins .simform_actions .light-green.sumbit:focus {
                background-color: #74a838
            }

            .sign_ins .btn.light-green:hover, .sign_ins .simform_actions .light-green.sumbit:hover {
                background-color: #7eb73d
            }

.btn.lime, .simform_actions .lime.sumbit {
    background: #CDDC39;
    color: #FFF
}

.sign_ins .btn.lime:active, .sign_ins .simform_actions .lime.sumbit:active, .sign_ins .btn.lime:focus, .sign_ins .simform_actions .lime.sumbit:focus {
    background-color: #b6c423
}

.sign_ins .btn.lime:hover, .sign_ins .simform_actions .lime.sumbit:hover {
    background-color: #c6d626
}

.sign_ins .btn.yellow, .sign_ins .simform_actions .yellow.sumbit {
    background: #FFEB3B;
    color: #FFF
}

    .sign_ins .btn.yellow:active, .sign_ins .simform_actions .yellow.sumbit:active, .sign_ins .btn.yellow:focus, .sign_ins .simform_actions .yellow.sumbit:focus {
        background-color: #ffe60d
    }

    .sign_ins .btn.yellow:hover, .sign_ins .simform_actions .yellow.sumbit:hover {
        background-color: #ffe822
    }

.sign_ins .btn.amber, .sign_ins .simform_actions .amber.sumbit {
    background: #FFC107;
    color: #FFF
}

    .sign_ins .btn.amber:active, .sign_ins .simform_actions .amber.sumbit:active, .sign_ins .btn.amber:focus, .sign_ins .simform_actions .amber.sumbit:focus {
        background-color: #d8a200
    }

    .sign_ins .btn.amber:hover, .sign_ins .simform_actions .amber.sumbit:hover {
        background-color: #edb100
    }

.sign_ins .btn.orange, .sign_ins .simform_actions .orange.sumbit {
    background: #FF9800;
    color: #FFF
}

    .sign_ins .btn.orange:active, .sign_ins .simform_actions .orange.sumbit:active, .sign_ins .btn.orange:focus, .sign_ins .simform_actions .orange.sumbit:focus {
        background-color: #d17d00
    }

    .sign_ins .btn.orange:hover, .sign_ins .simform_actions .orange.sumbit:hover {
        background-color: #e68900
    }

.sign_ins .btn.deep-orange, .sign_ins .simform_actions .deep-orange.sumbit {
    background: #FF5722;
    color: #FFF
}

    .sign_ins .btn.deep-orange:active, .sign_ins .simform_actions .deep-orange.sumbit:active, .sign_ins .btn.deep-orange:focus, .sign_ins .simform_actions .deep-orange.sumbit:focus {
        background-color: #f33a00
    }

    .sign_ins .btn.deep-orange:hover, .sign_ins .simform_actions .deep-orange.sumbit:hover {
        background-color: #ff4409
    }

.sign_ins .btn.brown, .sign_ins .simform_actions .brown.sumbit {
    background: #795548;
    color: #FFF
}

    .sign_ins .btn.brown:active, .sign_ins .simform_actions .brown.sumbit:active, .sign_ins .btn.brown:focus, .sign_ins .simform_actions .brown.sumbit:focus {
        background-color: #5c4137
    }

    .sign_ins .btn.brown:hover, .sign_ins .simform_actions .brown.sumbit:hover {
        background-color: #694a3e
    }

.sign_ins .btn.grey, .sign_ins .simform_actions .grey.sumbit {
    background: #9E9E9E;
    color: #FFF
}

    .sign_ins .btn.grey:active, .sign_ins .simform_actions .grey.sumbit:active, .sign_ins .btn.grey:focus, .sign_ins .simform_actions .grey.sumbit:focus {
        background-color: #878787
    }

    .sign_ins .btn.grey:hover, .sign_ins .simform_actions .grey.sumbit:hover {
        background-color: #919191
    }

.sign_ins .btn.blue-grey, .sign_ins .simform_actions .blue-grey.sumbit {
    background: #607D8B;
    color: #FFF
}

    .sign_ins .btn.blue-grey:active, .sign_ins .simform_actions .blue-grey.sumbit:active, .sign_ins .btn.blue-grey:focus, .sign_ins .simform_actions .blue-grey.sumbit:focus {
        background-color: #4d6570
    }

    .sign_ins .btn.blue-grey:hover, .sign_ins .simform_actions .blue-grey.sumbit:hover {
        background-color: #566f7c
    }

.newdbut {
    background: #0dbebe;
    padding: 8px 37px !important;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease;
    width: auto !important
}

.buttonaslink {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    border-bottom: 1px solid #444;
    cursor: pointer
}

.sign_ins .special {
    color: #f44336;
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: all .15s ease-out
}

    .sign_ins .special:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background: red;
        visibility: hidden;
        transform: scaleX(0);
        transition: all .3s ease-in-out 0
    }

    .sign_ins .special:hover {
        transition: all .15s ease-out
    }

        .sign_ins .special:hover:before {
            visibility: visible;
            transform: scaleX(1)
        }

.sign_ins #baseline {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-image: url(images/24.png)
}

.navbar-toggler-icon {
    position: relative
}

    .navbar-toggler-icon:before {
        content: '\f0c9';
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        color: #fff;
        font-size: 30px;
        position: absolute;
        top: 0;
        left: 2px
    }

.sub_content_page {
    width: 100%;
    padding: 20px 0;
    background: #fff
}

    .sub_content_page h1, .sub_content_page h2, .sub_content_page h3, .sub_content_page h4, .sub_content_page h5, .sub_content_page h6, .sub_content_panel h1, .sub_content_panel h2, .sub_content_panel h3, .sub_content_panel h4, .sub_content_panel h5, .sub_content_panel h6, .our_packages h1, .our_packages h2, .our_packages h3, .our_packages h4, .our_packages h5, .our_packages h6 {
        color: #333;
        margin-top: 0;
        font-family: 'Raleway',sans-serif;
        font-weight: 600
    }

    .sub_content_page p, .sub_content_panel p, .our_packages p {
        color: #000;
        font-weight: 300;
        font-size: 16px;
        padding-right: 0;
        line-height: 22px
    }

    .sub_content_page ul li, .sub_content_panel ul li {
        padding: 2px 0;
        position: relative;
        padding-left: 30px !important
    }

        .sub_content_page ul li:after, .sub_content_panel ul li:after {
            content: '\f00c';
            font-family: 'FontAwesome';
            font-style: normal;
            font-weight: 400;
            text-decoration: inherit;
            color: #2f465f;
            font-size: 15px;
            position: absolute;
            top: 4px;
            left: 2px
        }

    .sub_content_page .card-header {
        font-size: 1.5em;
        font-weight: 600;
        text-transform: uppercase
    }

    .sub_content_page .info {
        background: #F8F8F8;
        margin-top: 25px;
        margin-bottom: 25px
    }

        .sub_content_page .info .card-title {
            font-size: 1.8em;
            font-weight: 600
        }

        .sub_content_page .info .btn {
            line-height: 2.5;
            font-weight: 600
        }

        .sub_content_page .info .btn-primary, .sub_content_page .info .btn-primary:hover, .sub_content_page .info .btn-primary:focus, .color_box .btn-primary, .color_box .btn-primary:hover, .color_box .btn-primary:focus {
            background-color: #ff0042;
            border-color: #ff0042
        }

.sub_content_panel {
    width: 100%;
    padding: 40px 0;
    background: #eae4e2
}

    .sub_content_panel h5 {
        margin: 20px 0
    }

.sub_content_page .danger {
    color: #88c444
}

.our_packages {
    width: 100%;
    padding: 20px 0;
    background: #e9eaeb;
    text-align: center
}

.color_box h5 {
    margin: 0;
    background: #2f465f;
    color: #fff
}

.color_box h2 {
    text-align: right;
    font-family: 'Lato',sans-serif;
    color: #ff4e00
}

    .color_box h2 span {
        font-size: 15px
    }

.mg_btm {
    margin-bottom: 10px
}

.faq_page .toc-tab-box .acc-content {
    background: #F3FAFD;
    width: 100%;
    margin-bottom: 4px;
    float: left;
    padding: 30px 30px 30px 60px;
    color: #617693;
    font-size: 14px;
    position: relative;
    overflow: hidden
}

.faq_page .accordionItemHeading .circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    background: #0dbebe;
    color: #fff;
    margin-right: 15px
}

    .faq_page .accordionItemHeading .circle span {
        color: #fff;
        font-weight: 600;
        font-size: 21px;
        display: block;
        line-height: 40px;
        text-align: center
    }

.faq_page .accordionItemHeading h4 {
    color: #2f465f;
    font-size: 25px;
    transition: all .5s ease;
    line-height: 24px;
    font-weight: 400;
    margin: 15px 0
}

.faq_page .quest .answer {
    border-left: 1px solid #58ABDF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 20px 10px 36px
}

.faq_page .accordionItemHeading {
    cursor: pointer
}

.faq_page .acc-content .quest {
    margin-bottom: 10px;
    margin-top: 0
}

.membership-pricing-table {
    font-family: 'Lato',sans-serif
}

    .membership-pricing-table table .icon-no, .membership-pricing-table table .icon-yes {
        font-size: 22px
    }

    .membership-pricing-table table .icon-no {
        color: #a93717
    }

    .membership-pricing-table table .icon-yes {
        color: #209e61
    }

    .membership-pricing-table table .plan-header {
        text-align: center;
        font-size: 48px;
        border: 1px solid #e2e2e2;
        padding: 25px 0;
        font-family: 'Lato',sans-serif
    }

    .membership-pricing-table table .plan-header-free {
        background-color: #eee;
        color: #555
    }

    .membership-pricing-table table .plan-header-blue {
        color: #fff;
        background-color: #61a1d1;
        border-color: #3989c6
    }

    .membership-pricing-table table .plan-header-standard {
        color: #fff;
        background-color: #ff9317;
        border-color: #e37900
    }

    .membership-pricing-table table td {
        text-align: center;
        width: 15%;
        padding: 7px 10px;
        background-color: #fafafa;
        font-size: 14px;
        -webkit-box-shadow: 0 1px 0 #fff inset;
        box-shadow: 0 1px 0 #fff inset
    }

    .membership-pricing-table table, .membership-pricing-table table td {
        border: 1px solid #ebebeb
    }

        .membership-pricing-table table tr td:first-child {
            background-color: transparent;
            text-align: right;
            width: 24%
        }

        .membership-pricing-table table tr td:nth-child(5) {
            background-color: #FFF
        }

        .membership-pricing-table table tr:first-child td, .membership-pricing-table table tr:nth-child(2) td {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .membership-pricing-table table tr:first-child th:first-child, .membership-pricing-table table tr:last-child th:last-child {
            border-top-color: transparent;
            border-left-color: transparent;
            border-right-color: #e2e2e2
        }

        .membership-pricing-table table tr:first-child th .pricing-plan-name, .membership-pricing-table table tr:last-child th .pricing-plan-name {
            font-size: 22px;
            font-family: 'Lato',sans-serif
        }

        .membership-pricing-table table tr:first-child th .pricing-plan-price, .membership-pricing-table table tr:last-child th .pricing-plan-price {
            line-height: 35px
        }

            .membership-pricing-table table tr:first-child th .pricing-plan-price > sup, .membership-pricing-table table tr:last-child th .pricing-plan-price > sup {
                font-size: 45%
            }

            .membership-pricing-table table tr:first-child th .pricing-plan-price > span, .membership-pricing-table table tr:last-child th .pricing-plan-price > span {
                font-size: 30%
            }

        .membership-pricing-table table tr:first-child th .pricing-plan-period, .membership-pricing-table table tr:last-child th .pricing-plan-period {
            font-size: 25%
        }

        .membership-pricing-table table .header-plan-inner {
            position: relative
        }

        .membership-pricing-table table .recommended-plan-ribbon {
            box-sizing: content-box;
            background-color: #dc3b5d;
            color: #FFF;
            position: absolute;
            padding: 3px 6px;
            font-size: 11px !important;
            font-weight: 500;
            left: -6px;
            top: -22px;
            z-index: 99;
            width: 100%;
            -webkit-box-shadow: 0 -1px #c2284c inset;
            box-shadow: 0 -1px #c2284c inset;
            text-shadow: 0 -1px #c2284c
        }

            .membership-pricing-table table .recommended-plan-ribbon:before {
                border: solid;
                border-color: #c2284c transparent;
                border-width: 6px 0 0 6px;
                bottom: -5px;
                content: "";
                left: 0;
                position: absolute;
                z-index: 90
            }

            .membership-pricing-table table .recommended-plan-ribbon:after {
                border: solid;
                border-color: #c2284c transparent;
                border-width: 6px 6px 0 0;
                bottom: -5px;
                content: "";
                right: 0;
                position: absolute;
                z-index: 90
            }

        .membership-pricing-table table .plan-head {
            box-sizing: content-box;
            background-color: #ff9c00;
            border: 1px solid #cf7300;
            position: absolute;
            top: -33px;
            left: -1px;
            height: 30px;
            width: 100%;
            border-bottom: none
        }

    .membership-pricing-table .btn-info {
        color: #fff !important;
        background-color: #76a01c;
        border-color: #76a01c
    }

    .membership-pricing-table .fa-times {
        color: #F33
    }

    .membership-pricing-table .fa-check {
        color: #76a01c
    }

.reviews {
    padding: 15px
}

.review-item {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #336
}

    .review-item .review-date {
        color: #cecece
    }

    .review-item .review-text {
        font-size: 16px;
        font-weight: 400;
        margin-top: 5px;
        color: #343a40
    }

    .review-item .reviewer {
        width: 100px;
        height: 100px;
        border: 1px solid #cecece
    }

.raterater-bg-layer {
    color: rgba(0,0,0,0.25)
}

.raterater-hover-layer {
    color: rgba(255,255,0,0.75)
}

    .raterater-hover-layer.rated {
        color: rgba(255,255,0,1)
    }

.raterater-rating-layer {
    color: rgba(255,155,0,0.75)
}

.raterater-outline-layer {
    color: rgba(0,0,0,0.25)
}

.raterater-wrapper {
    overflow: visible
}

.software .raterater-wrapper {
    margin-top: 4px
}

.raterater-layer, .raterater-layer i {
    display: block;
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0
}

.raterater-hover-layer {
    display: none
}

    .raterater-hover-layer i, .raterater-rating-layer i {
        width: 0;
        overflow: hidden
    }

.contact_page h3 {
    font-weight: 400
}

    .contact_page h3 .fa {
        color: #0dbebe
    }

.contact_page .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.contact_page .panel-heading {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.contact_page .panel-body {
    padding: 15px
}

    .contact_page .panel-body:before, .contact_page .panel-body:after {
        display: table;
        content: " "
    }

.contact_page address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.7
}

.contact_page .table {
    width: 100%;
    margin-bottom: 20px
}

    .contact_page .table caption + thead tr:first-child th, .contact_page .table colgroup + thead tr:first-child th, .contact_page .table thead:first-child tr:first-child th, .contact_page .table caption + thead tr:first-child td, .contact_page .table colgroup + thead tr:first-child td, .contact_page .table thead:first-child tr:first-child td {
        border-top: 0
    }

    .contact_page .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .contact_page .table caption + thead tr:first-child th, .contact_page .table colgroup + thead tr:first-child th, .contact_page .table thead:first-child tr:first-child th, .contact_page .table caption + thead tr:first-child td, .contact_page .table colgroup + thead tr:first-child td, .contact_page .table thead:first-child tr:first-child td {
        border-top: 0
    }

    .contact_page .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .contact_page .table thead > tr > th, .contact_page .table tbody > tr > th, .contact_page .table tfoot > tr > th, .contact_page .table thead > tr > td, .contact_page .table tbody > tr > td, .contact_page .table tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .contact_page .table > thead > tr > td.success, .contact_page .table > tbody > tr > td.success, .contact_page .table > tfoot > tr > td.success, .contact_page .table > thead > tr > th.success, .contact_page .table > tbody > tr > th.success, .contact_page .table > tfoot > tr > th.success, .contact_page .table > thead > tr.success > td, .contact_page .table > tbody > tr.success > td, .contact_page .table > tfoot > tr.success > td, .contact_page .table > thead > tr.success > th, .contact_page .table > tbody > tr.success > th, .contact_page .table > tfoot > tr.success > th {
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

    .contact_page .table > thead > tr > td.warning, .contact_page .table > tbody > tr > td.warning, .contact_page .table > tfoot > tr > td.warning, .contact_page .table > thead > tr > th.warning, .contact_page .table > tbody > tr > th.warning, .contact_page .table > tfoot > tr > th.warning, .contact_page .table > thead > tr.warning > td, .contact_page .table > tbody > tr.warning > td, .contact_page .table > tfoot > tr.warning > td, .contact_page .table > thead > tr.warning > th, .contact_page .table > tbody > tr.warning > th, .contact_page .table > tfoot > tr.warning > th {
        background-color: #fcf8e3;
        border-color: #fbeed5
    }

.contact_page .table-hover > tbody > tr > td.success:hover, .contact_page .table-hover > tbody > tr > th.success:hover, .contact_page .table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.contact_page .table-hover > tbody > tr > td.warning:hover, .contact_page .table-hover > tbody > tr > th.warning:hover, .contact_page .table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

.contact_page .table-hover > tbody > tr > td.danger:hover, .contact_page .table-hover > tbody > tr > th.danger:hover, .contact_page .table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.contact_page .table > thead > tr > td.danger, .contact_page .table > tbody > tr > td.danger, .contact_page .table > tfoot > tr > td.danger, .contact_page .table > thead > tr > th.danger, .contact_page .table > tbody > tr > th.danger, .contact_page .table > tfoot > tr > th.danger, .contact_page .table > thead > tr.danger > td, .contact_page .table > tbody > tr.danger > td, .contact_page .table > tfoot > tr.danger > td, .contact_page .table > thead > tr.danger > th, .contact_page .table > tbody > tr.danger > th, .contact_page .table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7
}

.domain_hosting ul li:after {
    content: ''
}

.domain_hosting ul li {
    padding: 13px 15px !important
}

.dashboard {
    margin-bottom: 15px
}

    .dashboard a {
        background-color: #d4d8e1;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        display: block
    }

        .dashboard a:hover {
            background-color: #2f465f;
            text-decoration: none;
            color: #fff
        }

            .dashboard a:hover h3, .dashboard a:hover p {
                color: #fff
            }

        .dashboard a h3 {
            font-size: 19px;
            color: #2f465f
        }

        .dashboard a p {
            font-weight: 500;
            font-size: 14px;
            line-height: 18px
        }

.details_form {
    border: 1px solid #ddd;
    padding: 2%
}

    .details_form .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        padding-left: 0;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0
    }

        .details_form .form-control:focus {
            color: #495057;
            background-color: #fff;
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 0 rgba(0,123,255,.25)
        }

        .details_form .form-control::-webkit-input-placeholder {
            color: #6c757d;
            opacity: 1
        }

        .details_form .form-control::-moz-placeholder {
            color: #6c757d;
            opacity: 1
        }

        .details_form .form-control:-ms-input-placeholder {
            color: #6c757d;
            opacity: 1
        }

        .details_form .form-control::-ms-input-placeholder {
            color: #6c757d;
            opacity: 1
        }

        .details_form .form-control::placeholder {
            color: #6c757d;
            opacity: 1
        }

    .details_form label {
        font-weight: 700
    }

    .details_form legend {
        background: #f6f6f6;
        padding: 10px;
        font-weight: 700;
        margin-bottom: 1.5rem
    }

    .details_form .btn-primary, .details_form .btn-primary:hover {
        color: #fff;
        background-color: #2f465f;
        border-color: #2f465f
    }

    .details_form .btn {
        border-radius: 0
    }

    .details_form .btn-primary.focus, .details_form .btn-primary:focus {
        box-shadow: 0 0 0 0 rgba(0,123,255,.5)
    }

.sub_content_page .table .thead-dark th {
    color: #fff;
    background-color: #2f465f;
    border-color: #dee2e6;
    vertical-align: middle
}

.sub_content_page .table .btn-group {
    float: right
}

.sub_content_page .table .btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
    font-size: 12px;
    font-weight: 700
}

    .sub_content_page .table .btn-secondary:hover {
        color: #000;
        background-color: #ccc;
        border-color: #ccc
    }

    .sub_content_page .table .btn-secondary.focus, .sub_content_page .table .btn-secondary:focus {
        box-shadow: 0 0 0 0 rgba(108,117,125,.5)
    }

    .sub_content_page .table .btn-secondary.disabled, .sub_content_page .table .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .sub_content_page .table .btn-secondary:not(:disabled):not(.disabled).active, .sub_content_page .table .btn-secondary:not(:disabled):not(.disabled):active, .sub_content_page .table .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .sub_content_page .table .btn-secondary:not(:disabled):not(.disabled).active:focus, .sub_content_page .table .btn-secondary:not(:disabled):not(.disabled):active:focus, .sub_content_page .table .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(108,117,125,.5)
        }

.sub_content_page .table-bordered td {
    font-size: 13px
}

.highlight {
    width: 100%;
    background: #e8ffff;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 10px
}

    .highlight ol {
        margin: 10px 0 0 10px !important
    }

table.dataTable thead, table.dataTable tfoot {
    background: #2f465f;
    color: #FFF
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
    padding-left: 0 !important
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination li:after {
        content: ''
    }

.sub_content_page h1 strong span {
    color: #e12940
}

.international_banner {
    text-align: center
}

    .international_banner img {
        display: inline-block;
        margin: 10px 0
    }

.domain_search {
    width: 100%;
    background: #0fa2a2
}

    .domain_search .serch_area {
        width: 100%;
        padding: 0 0 45px;
        border-bottom: 1px solid #1d262c;
        margin-bottom: 40px
    }

        .domain_search .serch_area h5 {
            float: left;
            margin: 14px 12px 0 0;
            font-size: 30px;
            line-height: 48px;
            width: 100%;
            display: block;
            text-align: center;
            margin-bottom: 30px;
            color: #fff
        }

        .domain_search .serch_area .enter_email_input {
            display: inline-block;
            padding: 3px 0 4px 20px;
            height: 54px;
            width: 75%;
            background: #fff;
            border-radius: 3px;
            border: none;
            color: #727272;
            font-size: 16px;
            margin: 0 0 0 34px
        }

        .domain_search .serch_area .input_submit {
            display: inline-block;
            padding: 15px 25px 16px;
            background-color: #86c724;
            border: 0;
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            text-transform: uppercase;
            transition: all .3s ease;
            border-radius: 3px;
            margin-left: 12px;
            cursor: pointer;
            -webkit-appearance: button;
            background-color: #2f465f;
            color: #fff
        }

.price_compare {
    width: 100%;
    padding-bottom: 35px;
    text-align: center
}

.caps {
    text-transform: uppercase
}

.continueJ {
    width: 100%;
    margin: 0 auto
}

.input_submitJ {
    text-align: center;
    padding: 15px 25px 16px;
    background-color: green;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease;
    border-radius: 3px
}

    .input_submitJ:hover {
        color: #fff !important
    }

.feature_section3 {
    width: 100%;
    padding: 85px 0 65px
}

.newoffer h3 {
    text-align: left;
    font-family: inherit;
    font-size: 20px;
    font-weight: 700;
    color: #000
}

.undernewoffer {
    background: #eee;
    margin: 10px 0;
    padding: 10px
}

    .undernewoffer h4 {
        font-size: 1.1rem
    }

.newoffer {
    border: 2px solid #2f465f;
    padding: 10px;
    width: 100%
}

.offerprice h5 {
    text-align: right;
    font-size: 12px;
    line-height: 1
}

.masterbutton {
    background-color: #0dbebe;
    border: none;
    color: #FFF;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

    .masterbutton:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)
    }

.sicbutton {
    background-color: #3183d7;
    border: none;
    color: #FFF;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

    .sicbutton:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)
    }

.last {
    margin-right: 0 !important;
    clear: right
}

.offerprice {
    margin: 10px 10px 0 0;
    width: 100%
}

ul.arslist {
    width: 100%;
    height: auto;
    float: left;
    list-style: none
}

    ul.arslist li {
        width: 100%;
        height: auto;
        display: table;
        border-bottom: 1px solid #2f465f;
        border-left: 2px solid #2f465f;
        border-right: 2px solid #2f465f;
        border-top: 2px solid #2f465f;
        padding: 0 !important
    }

        ul.arslist li:after {
            content: '';
            font-size: 0;
            position: absolute
        }

.my_bas {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #2f465f;
    padding: 5px 0
}

.arslistdiv3 {
    width: 55%;
    height: auto;
    display: table-cell;
    padding: 1%
}

.arslistdiv4 {
    width: 15%;
    height: auto;
    display: table-cell;
    padding: 1%;
    text-align: right
}

.arslistdiv5 {
    width: 15%;
    height: auto;
    display: table-cell;
    padding: 1%;
    text-align: right
}

.arslistdiv6 {
    width: 15%;
    height: auto;
    display: table-cell;
    padding: 1%;
    text-align: center
}

ul.arslist li span {
    font-size: 12px
}

.arsbutton {
    background-color: #0dbebe;
    border: none;
    color: #FFF;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

    .arsbutton:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)
    }

.buttonBasket {
    background-color: #0dbebe;
    border: none;
    color: #FFF;
    padding: 13px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

    .buttonBasket:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19)
    }

.my_bas h3, .my_bas h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 5px 0
}

.arslistdiv3 h3, .arslistdiv4 h3, .arslistdiv5 h3, .arslistdiv6 h3, .arslistdiv3 h4, .arslistdiv4 h4, .arslistdiv5 h4, .arslistdiv6 h4 {
    margin-bottom: 0
}

.arslistdiv3 h4, .arslistdiv4 h4, .arslistdiv5 h4, .arslistdiv6 h4 {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center
}

.address_info {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 25px 30px 18px;
    width: 50%;
    margin: 40px auto
}

.logregform .feildcont .checkbox label {
    width: auto;
    font-size: 13px;
    margin-bottom: 0
}

.logregform .feildcont input[type="submit"] {
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #e3e3e3;
    margin: 12px 0;
    color: #fff;
    background-color: #2a363f;
    cursor: pointer
}

.price_compare table, .price_compare th, .price_compare td {
    border-collapse: separate
}

    .price_compare table i {
        font-size: 14px;
        border-radius: 100%;
        width: 23px;
        height: 23px;
        text-align: center;
        vertical-align: middle;
        line-height: 22px;
        background: #fff
    }

    .price_compare table td.first {
        background: #fff;
        border: none
    }

.price_compare td {
    padding: 3px;
    text-align: left;
    background: #f9f9f9;
    color: #2a363f;
    width: 50%
}

.price_compare th {
    padding: 12px 0;
    text-align: left;
    background: #f3f3f3;
    text-align: center;
    font-weight: 400;
    color: #2a363f
}

    .price_compare th.alileft, .price_compare td.alileft {
        text-align: center;
        padding: 12px 0 12px 18px;
        color: #2a363f;
        font-weight: 500;
        font-size: 15px
    }

.rd_text {
    width: 100%;
    float: left;
    margin: 0 0 15px
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle
}

p strong {
    font-weight: 700
}

ul.companyInfoListjnew {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px
}

    ul.companyInfoListjnew li {
        width: 100%;
        height: auto;
        float: left;
        display: table-row;
        padding: 0 !important
    }

        ul.companyInfoListjnew li:after, ul.jnewinfo-list li:after, ul.companyInfoList1 li:after {
            content: '';
            font-size: 0;
            position: absolute
        }

        ul.companyInfoListjnew li .divmid {
            width: 70%;
            height: auto;
            display: table-cell;
            border: 1px solid #DDDBDB;
            background: #EBEBEB;
            text-align: left;
            float: left;
            line-height: 30px;
            font-size: 16px;
            padding: 0 1%
        }

        ul.companyInfoListjnew li .divmidaction {
            width: 30%;
            height: auto;
            display: table-cell;
            border: 1px solid #DDDBDB;
            background: #EBEBEB;
            float: left;
            line-height: 30px;
            padding: 0 1%;
            font-size: 16px
        }

        ul.companyInfoListjnew li .divmid2 {
            width: 70%;
            height: auto;
            display: table-cell;
            border: 1px solid #DDDBDB;
            background: #FFF;
            text-align: left;
            float: left;
            line-height: 30px;
            font-size: 16px;
            padding: 0 1%
        }

.NoRecord {
    width: 100%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divmidaction2 {
    width: 30%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    font-size: 16px
}

ul.companyInfoListjnew li .divmidallp {
    width: 30%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    font-size: 16px
}

ul.companyInfoListjnew li .divmidaction2 .divmidactionbox {
    width: 33.33%;
    display: table-cell;
    border-right: 1px solid #DDDBDB;
    border-left: 1px solid #DDDBDB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%;
    text-align: center
}

ul.companyInfoListjnew li .divmidaction2 .divmidactionboxs {
    width: 50%;
    display: table-cell;
    border-right: 1px solid #DDDBDB;
    border-left: 1px solid #DDDBDB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%;
    text-align: center
}

ul.companyInfoListjnew li .divmidallp .divmidactionbox {
    width: 50%;
    display: table-cell;
    border-right: 1px solid #DDDBDB;
    border-left: 1px solid #DDDBDB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%;
    text-align: center
}

ul.companyInfoListjnew li .divmid1 {
    width: 40%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divpsc1 {
    width: 40%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divpsc2 {
    width: 60%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divmidShares {
    width: 30%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmids2 {
    width: 40%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divpsc3 {
    width: 40%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divpsc4 {
    width: 60%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divmids3 {
    width: 30%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmidsec1 {
    width: 50%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divmidsec2 {
    width: 50%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmidsec3 {
    width: 50%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divmidsec4 {
    width: 50%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmidSub {
    width: 20%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmids4 {
    width: 20%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divbox1 {
    width: 20%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divbox6 {
    width: 60%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divbox3 {
    width: 100%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 14px;
    padding: 0 1%;
    background: #f2dede;
    color: #a94442
}

ul.companyInfoListjnew li .divbox2 {
    width: 20%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divbox5 {
    width: 60%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmiddoc1 {
    width: 70%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divmiddoc2 {
    width: 30%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmiddoc3 {
    width: 70%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1%
}

ul.companyInfoListjnew li .divmiddoc4 {
    width: 30%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmidhis1 {
    width: 15%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmidhis4 {
    width: 55%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmidhis2 {
    width: 15%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divmidhis3 {
    width: 55%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 16px
}

ul.companyInfoListjnew li .divtoken1 {
    width: 25%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 14px;
    padding: 0 1%;
    font-family: sans-serif
}

ul.companyInfoListjnew li .divtoken2 {
    width: 25%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 14px;
    padding: 0 1%;
    font-family: sans-serif
}

ul.companyInfoListjnew li .divtoken3 {
    width: 25%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 14px;
    padding: 0 1%;
    font-family: sans-serif
}

ul.companyInfoListjnew li .divtoken4 {
    width: 25%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #EBEBEB;
    text-align: left;
    float: left;
    line-height: 30px;
    font-size: 14px;
    padding: 0 1%;
    font-family: sans-serif
}

ul.companyInfoListjnew li .divtoken5 {
    width: 25%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 14px
}

ul.companyInfoListjnew li .divtoken6 {
    width: 25%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 14px
}

ul.companyInfoListjnew li .divtoken7 {
    width: 25%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 14px
}

ul.companyInfoListjnew li .divtoken8 {
    width: 25%;
    height: auto;
    display: table-cell;
    border: 1px solid #DDDBDB;
    background: #FFF;
    float: left;
    line-height: 30px;
    padding: 0 1%;
    font-size: 14px
}

.final-bank-account .feildcont {
    width: 100%;
    padding: 30px 30px 40px;
    text-align: left
}

    .final-bank-account .feildcont label {
        width: 100%;
        font-weight: 400;
        color: #727272
    }

        .final-bank-account .feildcont label em {
            color: #86c724;
            font-style: normal
        }

    .final-bank-account .feildcont input {
        width: 100%;
        padding: 7px 12px;
        border: 1px solid #e3e3e3;
        margin-bottom: 12px
    }

.final-bank-account.two .feildcont input {
    margin-bottom: 18px
}

.final-bank-account .feildcont .checkbox {
    width: 100%
}

    .final-bank-account .feildcont .checkbox label {
        width: auto;
        font-size: 13px
    }

        .final-bank-account .feildcont .checkbox label strong {
            font-weight: 600
        }

        .final-bank-account .feildcont .checkbox label a {
            margin-left: 10px
        }

.final-bank-account .feildcont .fbut {
    display: inline-block;
    background: #86c724;
    padding: 13px 23px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-top: 18px
}

    .final-bank-account .feildcont .fbut:hover {
        background: #393939
    }

.final-bank-account .feildcont .radiobut input {
    width: auto
}

.final-bank-account .feildcont .radiobut .onelb {
    color: #aaa;
    margin: 0 12px 0 5px
}

.final-bank-account .feildcont select {
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 9px 5px 10px;
    color: #999;
    text-align: left
}

.final-bank-account {
    width: 35%;
    background: #fff;
    border: 1px solid #f9f9f9;
    -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    margin: 40px auto
}

.newfbut {
    background: #3183d7;
    padding: 13px 23px !important;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-top: 18px;
    width: auto !important
}

ul.jnewinfo-list {
    width: 100%;
    height: auto;
    float: left;
    background: #2a363f
}

    ul.jnewinfo-list li {
        width: 12.5%;
        height: auto;
        float: left;
        padding-left: 0 !important;
        text-align: center
    }

        ul.jnewinfo-list li h3 {
            color: #FFF;
            font-size: 16px;
            margin-bottom: 0;
            line-height: 40px
        }

        ul.jnewinfo-list li.active {
            background: #0dbebe
        }

ul.jlbginfo-list {
    width: 100%;
    height: auto;
    float: left;
    background: #2a363f
}

    ul.jlbginfo-list li {
        width: 12.5%;
        height: auto;
        float: left;
        text-align: center
    }

        ul.jlbginfo-list li h3 {
            color: #FFF;
            font-size: 16px;
            margin-bottom: 0;
            line-height: 40px
        }

        ul.jlbginfo-list li.active {
            background: #0dbebe
        }

ul.jllpinfo-list {
    width: 100%;
    height: auto;
    float: left;
    background: #2a363f
}

    ul.jllpinfo-list li {
        width: 25%;
        height: auto;
        float: left;
        text-align: center
    }

        ul.jllpinfo-list li h3 {
            color: #FFF;
            font-size: 16px;
            margin-bottom: 0;
            line-height: 40px
        }

        ul.jllpinfo-list li.active {
            background: #3183d7
        }

.jnewguide {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #E1E1E1;
    padding: 2%;
    margin-bottom: 30px
}

    .jnewguide h2 {
        background: #3183d7;
        color: #FFF;
        font-size: 20px;
        text-align: center
    }

    .jnewguide p {
        text-align: left;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px
    }

.address_info {
    float: left;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 25px 30px 18px;
    width: 100%;
    margin-bottom: 40px
}

    .address_info.two {
        background-color: #fff;
        border: none;
        padding-top: 0
    }

    .address_info h3 i {
        font-weight: 500;
        font-style: normal
    }

.google-map {
    width: 99%;
    height: 350px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)
}

.google-map2 {
    width: 100%;
    height: 450px
}

.google-map3 {
    width: 100%;
    height: 300px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.4)
}

.google-map4 {
    width: 100%;
    height: 200px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.4)
}

.cforms label {
    float: left;
    width: 100%;
    color: #454545;
    font-weight: 400;
    text-align: left;
    margin: 0
}

    .cforms label em {
        color: #86c724;
        font-size: 12px;
        font-style: normal
    }

.cforms input {
    color: #454545;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 0 2px 0 rgba(238,238,238,1);
    -moz-box-shadow: inset 1px 0 2px 0 rgba(238,238,238,1);
    box-shadow: inset 0 1px 2px 0 rgba(238,238,238,1)
}

.cforms textarea {
    color: #454545;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 0 2px 0 rgba(238,238,238,1);
    -moz-box-shadow: inset 1px 0 2px 0 rgba(238,238,238,1);
    box-shadow: inset 0 1px 2px 0 rgba(238,238,238,1)
}

.cforms .button {
    float: left;
    margin-top: 10px;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    background: #86c724;
    border: 1px solid #7ea821;
    border-radius: 3px;
    font-family: 'Raleway',sans-serif;
    cursor: pointer;
    transition: all .3s ease
}

    .cforms .button:hover {
        background: #454545;
        border: 1px solid #393939
    }

.cforms .button2 {
    float: left;
    margin-top: 10px;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    background: #d2527f;
    border: 1px solid #d2527f;
    border-radius: 3px;
    font-family: 'Raleway',sans-serif;
    cursor: pointer;
    transition: all .3s ease
}

    .cforms .button2:hover {
        background: #727272;
        border: 1px solid #393939
    }

.cforms .button3 {
    float: left;
    margin-top: 10px;
    color: #fff;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: 500;
    background: #db6364;
    border: 1px solid #db6364;
    border-radius: 3px;
    font-family: 'Raleway',sans-serif;
    cursor: pointer;
    transition: all .3s ease
}

    .cforms .button3:hover {
        background: #454545;
        border: 1px solid #454545
    }

#form_status span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #E74C3C;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    border-radius: 3px;
    margin-bottom: 18px
}

    #form_status span.loading {
        color: #333;
        background: #eee;
        border-radius: 3px;
        padding: 18px 0
    }

    #form_status span.notice {
        color: #ff0
    }

#form_status .success {
    color: #fff;
    text-align: center;
    background: #86c724;
    border-radius: 3px;
    padding: 30px 0
}

    #form_status .success i {
        color: #fff;
        font-size: 45px;
        margin-bottom: 14px
    }

    #form_status .success h3 {
        color: #fff;
        margin-bottom: 10px
    }

.cforms.two label {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 400
}

    .cforms.two label em {
        color: #999;
        font-size: 12px;
        font-style: normal
    }

.cforms.two input {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: none;
    background: none;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,1)
}

.cforms.two textarea {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: none;
    background: none;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,1)
}

.cforms.two .button {
    float: left;
    margin-top: 10px;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    background: #86c724;
    border: 1px solid #86c724;
    border-radius: 3px;
    font-family: 'Raleway',sans-serif;
    cursor: pointer;
    transition: all .3s ease
}

    .cforms.two .button:hover {
        background: #999;
        border: 1px solid #999
    }

.cforms.three label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400
}

    .cforms.three label em {
        color: #fff;
        font-size: 12px;
        font-style: normal
    }

.cforms.three input {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: none;
    background: #44c7af;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,1)
}

.cforms.three textarea {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: none;
    background: #44c7af;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,1)
}

.cforms.three .button {
    float: left;
    margin-top: 10px;
    color: #fff;
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    background: #393939;
    border: 1px solid #393939;
    border-radius: 0;
    font-family: 'Raleway',sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease
}

    .cforms.three .button:hover {
        background: #575757;
        border: 1px solid #575757
    }

.cforms.four label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-left: 0
}

    .cforms.four label.lst {
        text-align: left
    }

    .cforms.four label em {
        color: #fff;
        font-size: 12px;
        font-style: normal
    }

.cforms.four input {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: none;
    background: none;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,1)
}

.cforms.four textarea {
    color: #fff;
    float: left;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: none;
    background: none;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,1);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,1)
}

.cforms.four .button {
    float: left;
    margin-top: 10px;
    color: #fff;
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    background: #6f6f75;
    border: 1px solid #6f6f75;
    border-radius: 0;
    font-family: 'Raleway',sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease
}

    .cforms.four .button:hover {
        background: #919195;
        border: 1px solid #919195
    }

.cforms select {
    float: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 9px 5px 10px;
    color: #999;
    text-align: left
}

.jnewguide {
    width: 100%;
    height: auto;
    margin-top: 40px;
    border: 1px solid #E1E1E1;
    padding: 2%
}

    .jnewguide h2 {
        background: #3183d7;
        color: #FFF;
        font-size: 20px;
        text-align: center
    }

    .jnewguide p {
        text-align: left;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px
    }

ul.companyInfoList1 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px
}

    ul.companyInfoList1 li {
        width: 100%;
        float: left;
        height: auto;
        text-align: left;
        line-height: 30px;
        color: #000;
        padding: 0 !important
    }

.cil1 {
    width: 30%;
    height: auto;
    float: left;
    background: #EBEBEB;
    border: 1px solid #DDDBDB;
    padding: 0 1%;
    min-height: 37px
}

.cil2 {
    width: 70%;
    height: auto;
    float: left;
    border: 1px solid #DDDBDB;
    padding: 0 1%;
    min-height: 37px
}

.buttonsantosh {
    color: #fff;
    border-radius: 3px;
    padding: 11px 27px;
    background: #2f465f;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all .3s ease
}

    .buttonsantosh:hover {
        background: #2f465f;
        color: #fff
    }

.select-styleN2 select {
    color: #454545;
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    letter-spacing: .5px;
    padding: 4px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

.select-styleN2 {
    padding: 0;
    margin: 0;
    border-radius: 2px;
    overflow: hidden;
    background-color: #2a363f;
    background: #F9F9F9 url(../images/arrow-down2.png) no-repeat 97% 50%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EEE;
    box-shadow: 0 1px 2px 0 #EEE inset;
    margin-bottom: 10px
}

.cforms label em {
    color: #86c724;
    font-size: 12px;
    font-style: normal
}

.directorcol {
    width: 100%;
    border: 2px solid #86c724;
    padding: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: left;
    margin: 0 0 15px
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 4.5rem
    }
}

@media (max-width: 768px) {
    .faq_page .toc-tab-box .acc-content {
        padding: 0
    }
}

@media (max-width: 640px) {
    .final-bank-account {
        width: 99%
    }

    ul.jnewinfo-list li {
        width: 50%;
        border-bottom: 1px solid #ccc
    }

    .address_info {
        padding: 25px 10px 18px
    }

    .masterbutton {
        margin: 0 2px
    }

    .domain_search .serch_area .enter_email_input {
        margin: 0 0 10px;
        width: 100%
    }

    .social_box, .contact {
        text-align: center;
        padding: 5px 0
    }

    .nav-link {
        padding: .4rem
    }

    .alt-r {
        text-align: center
    }

    .stap {
        margin: 50px 10px;
        width: 90%
    }

    .search-part h1 {
        font-size: 40px
    }

    .search-part h2 {
        font-size: 30px
    }

    .packages ul li {
        width: 49%;
        margin-bottom: 15px
    }

        .packages ul li .rs:after {
            border-top: 0 solid #fff;
            border-left: 0 solid transparent;
            border-right: 0 solid transparent
        }

        .packages ul li .rs {
            padding: 23px 0 25px
        }

        .packages ul li ul {
            padding-top: 0
        }

    .about:after {
        width: 100%
    }

    .about .pad-top {
        margin-left: 0;
        text-align: center;
        text-decoration: underline
    }

        .about .pad-top:after {
            width: 0;
            left: 0
        }

    ul.about_s li span {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px
    }

    ul.about_s {
        margin-left: 0
    }

        ul.about_s li {
            text-align: center;
            margin: 10px 0
        }

            ul.about_s li:last-child {
                margin-bottom: 0
            }

    .cashback .txt {
        margin-bottom: 10px
    }

    .com_details {
        background: url(../images/bg1.jpg) no-repeat top center
    }

    .new_ac ul li a.toggle {
        font-size: 17px
    }

    .footer_top .social_box {
        text-align: left
    }

    .sign_ins .logmod_container, .sign_ins .connect.facebook, .sign_ins .connect.googleplus, .sign_ins .simform_actions .sumbit, .sign_ins .simform_actions-sidetext {
        width: 100%
    }

    .sign_ins .connect.googleplus {
        margin-top: 10px
    }

    .sign_ins .sminputs .input:last-child {
        border-right: 0
    }

    .navbar-toggler {
        border: 1px solid #fff
    }

    .partners .partners_logo {
        padding: 10px
    }

    .sub_content_page .info .card-title {
        font-size: 1.2em;
        text-align: center
    }

    .top_header {
        margin-top: 52px
    }

    .sub_content_page .table .thead-dark th {
        font-size: 12px
    }

    h1 {
        font-size: 2rem
    }
}
