﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,400italic,600,600italic,700,700italic,800,800italic);

body, html {
    margin: 0;
    padding: 0;
    font-family: 'open sans';
}

* {
    outline: none;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}
/*login page CSS*/


.login {
    max-width: 430px;
    margin: 0 auto;
    color: #666;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.14);
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 99;
}

.inner_login {
    text-align: center;
    padding: 0 30px 20px;
}

    .inner_login input[type=submit] {
        cursor: pointer;
    }

        .inner_login input[type=submit]:hover {
            opacity: 0.7;
        }

    .inner_login input[value=Login] {
        width: 100%;
        margin: auto;
        display: block;
        padding: 8px;
    }

    .inner_login a b {
        cursor: pointer;
    }

        .inner_login a b:hover {
            opacity: 0.7;
        }

.login h3 {
    padding: 30px 0 10px;
    text-transform: uppercase;
    text-align: center;
    color: #5f5586;
    margin: 0;
}

.login_links a {
    font-size: 13px;
    float: left;
    color: #7a71a8;
}

.login_links {
    padding: 15px 5px;
}

    .login_links a b {
        color: #66bce6;
        text-decoration: underline;
    }

    .login_links::after {
        display: table;
        content: '';
        clear: both;
    }



.bd span input[type="text"] {
    padding: 6px;
    border: 0;
    border-bottom: 1px solid #B7B7B7;
    font-size: 14px;
    background: transparent;
}

.inner_login input {
    display: block;
    padding: 8px;
    margin: 10px 0;
    margin: 18px auto;
    width: 100%;
}

.inner_login .btn {
    width: 100%;
    padding: 5px;
    border: 0;
    background: #7a71a8;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0px;
    border-radius: 0;
}

.fpass {
    font-size: 14px;
    margin: 15px 0;
    opacity: .7;
    color: #fff;
}

.login .logo {
    padding-top: 150px;
    width: 100%;
    text-align: center;
}

    .login .logo a {
        font-size: 50px;
    }




header {
    background: #5f5586;
}

.logo_m {
    width: 300px;
    color: #fff;
}

    .logo_m span {
        color: #3a3;
        font-weight: bold;
    }

.header {
    background: #7b70a5;
}

.banner_m {
    background: url('images/banner_bg.jpg');
    background-size: cover;
    background-position: bottom;
}


.logo-m {
    max-width: 300px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

    .logo-m span {
        font-weight: bold;
        color: #66bce6;
    }

header {
    padding: 10px;
}

.container_m {
    max-width: 1250px;
    margin: auto;
}

.menu_m {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: right;
}


    .menu_m ul li {
        display: inline-block;
        padding: 10px 18px;
    }

        .menu_m ul li a {
            /* padding: 8px 18px; */
            color: rgba(255, 255, 255, 0.41);
            /* display: block; */
        }

        .menu_m ul li.active a, .menu_m ul li:hover a {
            color: #fff;
        }

        .menu_m ul li .btn_m {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.41);
            color: rgba(255, 255, 255, 0.41);
            padding: 6px 18px;
            border-radius: 17px;
            margin: 0px 5px 0 15px;
            cursor: pointer;
            font-size: 11px;
        }

            .menu_m ul li .btn_m:hover {
                background: #66bce6;
                color: #fff;
                border-color: #66bce6;
                box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.39);
            }


.bnr_l {
    width: 55%;
    display: inline-block;
    padding: 30px;
    vertical-align: middle;
    color: #f9f9f9;
}

.bnr_r {
    width: 36%;
    display: inline-block;
    vertical-align: middle;
    /* padding: 30px; */
    position: relative;
}

    .bnr_r img {
        width: 100%;
    }

section.banner_m {
    padding: 80px 0 100px;
}

.bnr_l h3 {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 50px;
    margin: 0;
    line-height: 70px;
    margin-bottom: 20px;
}

    .bnr_l h3 span {
        font-weight: 600;
    }

.bnr_l p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    padding: 4px 0;
}

.bnr_l button {
    padding: 10px 30px;
    margin: 5px 12px 0 0;
    color: #fff;
    background: transparent;
    border: 1px solid #eee;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 30px;
}

    .bnr_l button:hover {
        background: #73c4e8;
        border-color: #73c4e8;
        color: #fff;
    }

section.features {
    padding: 50px 0 100px;
    text-align: center;
}

.ftr_m {
    width: 31%;
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
    font-size: 13px;
}

.ftr_img {
    display: inline-block;
    vertical-align: middle;
}

.ftr_head {
    display: inline-block;
    width: 60%;
    padding: 30px 0px;
    vertical-align: middle;
}

.ftr_m img {
    height: 60px;
    padding: 5px 10px 5px 0px;
}

.ftr_m h3 {
    margin: 0;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.ftr_m p {
    margin: 0;
    padding: 7px 0px;
    color: #888;
}

h3.sb_hd {
    font-size: 32px;
    margin: 20px 0 70px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.vd_m {
    text-align: center;
    padding: 30px 0;
}

    .vd_m iframe {
        padding: 20px;
        width: 600px;
        height: 320px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
    }



.mn {
    background: url('images/tranin_bg.jpg');
    background-size: cover;
}


.mn_l {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}

    .mn_l img {
        width: 100%;
        padding: 30px;
    }

section.mn {
    padding: 50px 0;
    color: #fff;
}

.mn_r {
    width: 50%;
    display: inline-block;
    padding: 10px 30px;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

section.mn h3 {
    margin: 0;
    font-size: 45px;
    line-height: 60px;
    font-weight: normal;
}

    section.mn h3 span {
        font-weight: bold;
        display: inline-block;
        margin-right: 10px;
    }

section.mn p {
    font-size: 15px;
}

section.mn button {
    padding: 10px 30px;
    border: 0;
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    border-radius: 20px;
    font-size: 17px;
    margin: 10px 0;
}

.mn_r ul {
    color: #666;
    font-weight: 600;
}

    .mn_r ul li {
        padding: 6px;
        list-style: initial;
    }

section.video_m {
    padding: 10px 0 80px;
    display: none;
}



.tstl {
    background: url('images/testimonial_bg.jpg');
    padding: 10px 0 40px;
    background-size: cover;
    text-align: center;
    color: #fff;
}

    .tstl h3.sub_hd {
        color: #fff;
        padding: 60px 0 20px;
    }


.tstl_per {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #344b5f;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}

    .tstl_per img {
        width: 100%;
        position: relative;
        top: 0px;
        height: 110px;
    }

section.tstl h4 {
    margin: 2px;
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.87);
    font-size: 22px;
}

section.tstl p {
    font-size: 17px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.68);
    padding: 10px;
}

    section.tstl p i {
        font-size: 30px;
        margin: 0 5px;
    }



.cnt_r {
    max-width: 280px;
    display: inline-block;
    vertical-align: middle;
}

.cnt_l {
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: middle;
    padding-left: 30px;
}



    .cnt_l h2 {
        margin: 0;
        font-weight: 600;
        padding: 6px 0px;
    }

    .cnt_l p {
        margin: 0;
    }

section.cnt_m {
    padding: 70px 0;
    color: #666;
}

.cnt_r button {
    background: #7b70a5;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}

    .cnt_r button:hover {
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.39);
        opacity: 0.8;
    }

section.clients {
    padding: 30px 0;
    text-align: center;
    background: #0075ae;
}

    section.clients img {
        height: 25px;
        margin: 0 50px;
    }

section.find_us {
    text-align: center;
    padding: 30px;
    background: #0088cb;
    color: #fff;
    overflow: hidden;
}

    section.find_us p {
        font-size: 20px;
        margin: 0;
        margin-bottom: 10px;
    }

    section.find_us i {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #fff;
        margin: 5px;
        border-radius: 50%;
        font-size: 13px;
        cursor: pointer;
    }

        section.find_us i:hover {
            background: #fff;
        }

.fb:hover {
    color: #2a398f;
}

.go:hover {
    color: #d64032;
}

.tw:hover {
    color: #27aae1;
}

.lin:hover {
    color: #1b74bc;
}

footer {
    padding: 12px;
    background: #0075ae;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    word-spacing: 4px;
}

.foot-link1, .foot-link2, .foot-link3, .foot-link4 {
    width: 30%;
    float: left;
    text-align: left;
}

.foot-link1, .foot-link2, .foot-link3 {
    margin-right: 4%;
}

    .foot-link1 h3, .foot-link2 h3, .foot-link3 h3, .foot-link4 h3 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .foot-link1 ul li {
        text-align: left;
        margin-bottom: 5px;
    }

        .foot-link1 ul li a {
            font-size: 14px;
            transition: all ease-in 0.8s;
        }

            .foot-link1 ul li a:hover {
                padding-left: 15px;
            }

    .foot-link2 ul li {
        text-align: left;
        margin-bottom: 5px;
    }

        .foot-link2 ul li a {
            font-size: 14px;
            transition: all ease-in 0.8s;
        }

            .foot-link2 ul li a:hover {
                padding-left: 15px;
            }

    .foot-link3 ul li {
        font-size: 14px;
    }


/* Abouts Style*/
.banner-img {
    width: 100%;
    padding: 0px 0px;
    background: url('images/aboutusbann.jpg');
    background-size: cover;
}

.banner-img-cnt {
    width: 100%;
    padding: 0px 0px;
    background: url('images/contactusbanner.jpg');
    background-size: cover;
}

.banner-img-prc {
    width: 100%;
    padding: 0px 0px;
    background: url('images/pricing-banner.png');
    background-size: cover;
}

.banner_inner {
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 100px 0px;
    text-align: center;
    height: 380px;
}

    .banner_inner h1 {
        color: rgba(255, 255, 255, 0.99);
        font-size: 36px;
        margin: 0px;
        font-weight: 600;
        text-transform: uppercase;
    }

.banner_cnt {
    max-width: 300px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.25);
    padding: 5px;
    margin-top: 20px;
}

    .banner_cnt h1 {
        font-size: 20px;
        font-weight: 500;
    }

.banner_cnt-cnt {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.25);
    padding: 5px;
    margin-top: 20px;
}

    .banner_cnt-cnt h1 {
        font-size: 15px;
        font-weight: 500;
        padding: 7px 0;
    }

.pricing_box ul li:after {
    display: table;
    content: "";
    clear: both;
}

.content-inner {
    width: 100%;
}

.content-in-in {
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.24);
    border-radius: 5px;
    margin-top: -50px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.abt_l {
    width: 30%;
    display: table-cell;
    vertical-align: top;
    background: rgba(123, 112, 165, 0.73);
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.17);
}

.abt-r {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding: 30px;
    box-sizing: border-box;
    height: 100%;
}

.content-in-in h2 {
    color: #2386af;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}

.content-in-in p {
    font-size: 14px;
    line-height: 28px;
    color: #777;
    margin: 10px 10px;
    text-align: left;
    position: relative;
    z-index: 9;
    word-break: break-all;
}

.content-in-l {
    width: 48%;
    float: left;
    margin-right: 4%;
}

    .content-in-l img {
        width: 600px;
        height: 450px;
    }

.content-in-r {
    width: 48%;
    float: left;
}
/*Contact Us Styles*/
.map {
    display: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.content_inner {
    padding: 25px 0;
    width: 100%;
    overflow: hidden;
}

.left_content {
    float: left;
    width: 60%;
}

.content_inner h3 {
    color: #0090b4;
    font-size: 18px;
    font-size: 600;
    border-left: 5px solid #0090b4;
    display: block;
    padding: 13px 0 13px 12px;
    background: #eee;
    margin-bottom: 30px;
}

.left_content p.left_padding {
    padding-left: 17px;
}

.col {
    width: 100%;
    margin: 15px 0 20px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}

.shadow_div {
    background: url(../images/inner/div_bg.png) no-repeat center bottom;
    padding-bottom: 17px;
}

.col_Content {
    float: left;
    margin-left: 3%;
    width: 80%;
}

.col h3 {
    color: #5EB4DE;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 12px;
    padding: 0;
    border-left: none;
    background: none;
}

.right_content {
    float: right;
    width: 35%;
}


label {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    float: left;
}

    label span {
        color: #ff0000;
        padding: 0 2px;
    }

input, textarea {
    background: #eaedf2;
    border: 1px solid #dee3e9;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
}

textarea {
    resize: none;
    min-height: 120px;
}

    input[type=text]:focus, textarea:focus {
        box-shadow: 0 0 5px #2386af;
        border: 1px solid #2386af;
    }

.form_btn {
    float: left;
}

    .form_btn a {
        background: #7b70a5;
        border: 1px solid #7b70a5;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff;
        padding: 10px 30px;
        cursor: pointer;
        margin-bottom: 40px;
    }

        .form_btn a:hover {
            opacity: 0.7;
        }


.contact_info {
    margin-top: 15px;
}

    .contact_info ul {
        width: 100%;
        margin-bottom: 20px;
        float: left;
        list-style: none;
    }

        .contact_info ul li {
            width: 50%;
            float: left;
            padding: 0 1%;
        }

            .contact_info ul li.full {
                width: 100%;
                float: left;
                padding: 0 1%;
                box-sizing: border-box;
            }

                .contact_info ul li.full textarea {
                    min-height: 170px;
                }

            .contact_info ul li > div {
                display: inline-block;
                margin-top: 1px;
                position: relative;
                width: 100%;
            }

            .contact_info ul li input {
                width: 100%;
                float: left;
            }

            .contact_info ul li i {
                -moz-border-bottom-colors: none;
                -moz-border-left-colors: none;
                -moz-border-right-colors: none;
                -moz-border-top-colors: none;
                background: #eaedf2 none repeat scroll 0 0;
                border-color: #dee3e9 #dee3e9 #dee3e9 -moz-use-text-color;
                border-image: none;
                border-style: solid solid solid none;
                border-width: 1px 1px 1px 0;
                color: #0090b4;
                float: right;
                font-size: 15px;
                height: 40px;
                line-height: 40px;
                position: absolute;
                text-align: center;
                width: 13%;
            }

    .contact_info .form_btn {
        padding: 0 1%;
    }

.col ul.address {
    float: left;
    list-style: none;
    margin-top: 5px;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
}

    .col ul.address li span {
        color: #5EB4DE;
        font-weight: 600;
    }

/* Pricing Styles*/



.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
            background: none;
        }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 40px;
            height: 22px;
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .tgl + .tgl-btn:after {
                left: 0;
            }

            .tgl + .tgl-btn:before {
                display: none;
            }

        .tgl:checked + .tgl-btn:after {
            left: 50%;
        }

.tgl-light + .tgl-btn {
    background: #b3b3b3;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .tgl-light + .tgl-btn:after {
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.tgl-light:checked + .tgl-btn {
    background: #9FD6AE;
}

.pricing_box {
    width: 100%;
    max-width: 350px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border: 4px solid rgb(98, 90, 135);
}

    .pricing_box h3, .pricing_box h4, .pricing_box h5 {
        margin: 0;
        font-weight: 400;
    }

    .pricing_box ul {
        text-align: left;
        padding: 30px 20px 30px 50px;
        font-size: 18px;
        color: #7a71a8;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    }

.price_hd {
    background: #7A71A8;
    color: #fff;
    position: relative;
}

    .price_hd h4 {
        padding: 8px;
        background: rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        font-size: 18px;
    }

    .price_hd h3 {
        padding: 10px 0;
        font-size: 40px;
    }

        .price_hd h3 span {
            font-size: 17px;
        }

    .price_hd h5 {
        padding: 5px;
        font-weight: 600;
        font-size: 14px;
        background: rgba(0, 0, 0, 0.08);
    }

    .price_hd:after {
        border-top: 10px solid #7a71a8;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        width: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

.pricing_box ul li {
    padding: 3px;
}

.pricing_box button {
    background: #7a71a8;
    border: 0;
    padding: 10px 30px;
    font-size: 16px;
    margin: 20px 0;
    color: #fff;
    cursor: pointer;
}

    .pricing_box button:hover {
        opacity: 0.7;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.27);
    }

section.pricing {
    text-align: center;
    padding: 100px 0;
}

.price_hd.price_hd1 {
    background: #5EB4DE;
}

    .price_hd.price_hd1:after {
        border-top: 10px solid #5EB4DE;
    }

.tgl_mk {
    float: right;
}

.price_hd.price_hd1 + ul {
    color: #5eb4de;
}

.pricing_box ul {
    list-style: inherit;
}

.pricing_box:hover {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.26);
    transform: scale(1.01);
}
/* Contact Us2 styles*/
.addr-ban {
    width: 100%;
    margin-top: 50px;
}

.addr-ban-in {
    width: 30%;
    display: inline-block;
}

    .addr-ban-in i {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #333;
    }


.bnr_l {
    width: 55%;
    display: inline-block;
    padding: 30px;
    padding-right: 70px;
    vertical-align: middle;
    color: #f9f9f9;
}

    .bnr_l p {
        margin: 0;
        font-size: 14px;
        line-height: 25px;
        padding: 4px 0;
    }

/* styles Pavan*/

.bnr_r_vd {
    position: absolute;
    top: 84px;
    left: 179px;
}

.s_video {
    width: 100%;
    box-shadow: inset 0px 8px 15px -10px rgba(0, 0, 0, 0.62),inset 0px -7px 13px -10px rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 130px;
    position: absolute;
    left: 50px;
    background: blanchedalmond;
}

.play {
    cursor: pointer;
    transition: all .5s;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 130px;
    width: 100px;
    height: 100px;
    z-index: 1;
    top: 0;
    bottom: 0;
    border-radius: 26%;
    transform: scale(1.1);
}

.v_fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
    z-index: 9999999;
}

    .v_fullscreen #video {
        position: absolute;
        width: 70%;
        height: 70%;
        max-width: 800px;
        max-height: 500px;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: block;
    }

.vbg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer;
}

#play-video {
    height: 100px;
    width: 100px;
    cursor: pointer;
}

/*new styles for pricing table*/

.prc-hd {width: 100%;background: rgba(0, 0, 0, 0.2);padding: 10px 0px;}

.prc-hd p {
    padding: 0;
    margin: 0;
}

.pr-hd-lt {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.pr-hd-rt {
    display: inline-block;
    vertical-align: middle;
}

td.prc-td1 {
    background: #ffffff;
    padding: 20px 0px;
}

.pr-hd {color: #5f5586;font-size: 22px;font-weight: bold;text-transform: uppercase;text-align: 

left;padding-left: 40px;}

.pr-mbrs {
    color: #5f5586;
    font-size: 15px;
    text-align: left;
    padding-left: 40px;
}

.prc-pv {
    color: #5f5586;
    font-size: 25px;
    font-weight: bold;
    padding-right: 10px;
}

td.prc-td2 {
    background: #ffffff;
    padding: 20px 0px;
}

td.prc-td3 {
    background: #635a8c;
    padding: 20px 0px;
}

td.prc-td4 {
    padding: 15px 0px;
}

td.prc-td4 button {
    background: #7a71a8;
    border: 0;
    padding: 10px 30px;
    font-size: 16px;
    margin: 20px 0;
    color: #fff;
    cursor: pointer;
}
td.prc-td4 button:hover {
    opacity: 0.7;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.27);
}




/*responsive*/

.bnr_l {
    float: left;
}

.bnr_r {
    float: right;
    margin-right: 6%;
}
section.banner_m .container_m:after {
    content: "";
    clear: both;
    display: table;
}
.menu_tgl {
    position: absolute;
    right: 21px;
    top: 13px;
    font-size: 22px;
    color: #fff;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.15);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    display:none;
}
.resp_lg_rg{
    display:none;
    float:right;
    margin-right: 70px;
    margin-top: 9px;
}

.resp_lg_rg a {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.41);
    color: rgba(255, 255, 255, 0.41);
    padding: 6px 18px;
    border-radius: 17px;
    margin: 0px 5px 0 15px;
    cursor: pointer;
    font-size: 11px;
    margin-top: 7px;
}


@media(max-width:900px){
    
    .resp_lg_rg {
        display:block;
    }
    .menu_tgl{
        display:block;
    }
.right_content {
    padding: 0 10px;
}
    .bnr_r_vd ,.mn_l {
    display: none;
}

.bnr_l ,.cnt_l,.mn_r {
    width: 100%;
}

.ftr_m {
    width: 47%;
}
.cnt_r {
    margin: 10px 20px 0px;
}

section.cnt_m {
    padding: 50px 0;
}
    .foot-link1, .foot-link2, .foot-link3, .foot-link4 {
        width: 29%;
    }
    .bnr_r {
    width: 90%;
    max-width: 310px;
    float: none !important;
    margin: 10px auto !important;
 display: block;
}
.abt_l, .abt_r {
    display: block;
    width: 100%;
    padding: 20px;
}
.cnt_l, .cnt_r {
    display: block;
    padding: 5px 20px;
    width: 100%;
}
.col{
padding:0;
}
.left_content, .right_content {
    width: 96%;
    float: none;
    margin: auto;
}
.clear {
    clear: both;
    display: table;
}

.menu_m {
    display: none;
     width: 90%;
    max-width: 500px;
    background:rgb(135, 124, 179);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.23);
    top: 70px;
    position: absolute;
    right: 20px;
    z-index: 9999;
    padding: 10px;
}

.menu_m ul li {
    display: block;
    text-align: left;
}
.menu_m ul li:last-child{
    display:none;
    }
}

@media(max-width:600px) {
.foot-link1, .foot-link2, .foot-link3, .foot-link4{
    width:45%;
}

}
@media(max-width:550px){
   .ftr_head {
    display: inline-block;
    width: calc(100% - 46px);
    padding: 12px 0px;
   }
   .ftr_m img {
    height: 40px;
   }  
   .menu_m ul li:last-child{
    display:block;
    }
.resp_lg_rg {
        display:none;
    }
}
@media(max-width:450px) {
.foot-link1, .foot-link2, .foot-link3, .foot-link4{
    width:95%;
}

.ftr_m {
    width: 95%;
    padding:5px;
}
section.mn h3{
    font-size: 35px;
    line-height: 40px;
}
.contact_info ul li {
    width: 100%;
    float: none;
    padding: 5px 1%;
}
.contact_info ul {
    margin-bottom: 0px;
 }
 .form_btn button {
    margin-top: 20px;
}
 
}
@media(max-width:350px){
.abt_l{
font-size:30px;
}
}


.bac_bg_mk:after {
    background-image: url('../Images/login_banner.jpg');
    /*background-image: url(http://183.82.112.191:9023/images/login_banner.jpg);*/
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(10px);
}

.bac_bg_mk {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
}

.bac_bg_mk:before {content: "";width: 100%;height: 100%;left: 0;top: 0;background: rgba(0, 0, 0, 0.27);position: absolute;z-index: 9;}

.abt-r p{
        word-break: break-word; 
}

.pricing .container_m > table{
width:100% !important;
max-width:400px !important;
}
@media(max-width:400px){

.prc-pv{
    font-size: 18px;
}

}