﻿@media screen and (max-width:480px) {

    body {
        /*padding:0 20px;*/
    }

    .ipod_inner {
        padding: 0 10px;
    }

    h2 {
        font-family: "Segoe UI Light", "Segoe UI", Arial, Sans-Serif;
        font-size: 20px;
        color: #D83D3D;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
    }


    /*-------------------------Top Links----------------------------*/
    .top-links {
        background-color: #464444;
        padding: 2px 20px 4px 20px;
        /*padding:0 20px;*/
    }

    .inner-content {
        width: 100%;
        margin: 0 auto;
        color: #fff;
        overflow: hidden;
        text-align: center;
    }

        .inner-content ul {
            float: none;
            list-style: none;
            margin: 0px;
            display: inline-block;
            padding: 0px;
        }
    /*-------------------------Top Links Close----------------------------*/

    /*-------------------------Header----------------------------*/

    .header-wrapper {
        width: 100%;
        margin: 0 auto;
        color: #444;
        overflow: hidden;
        text-align: center;
    }

    .float-left {
        float: none;
    }

    .float-right {
        float: none;
        border: #eaeaea solid 1px;
        padding: 10px 0 15px 0;
        background-color: #f2f2f2;
    }


    .logo {
        text-decoration: none;
        color: #de4a4a;
        font-weight: bold;
        font-family: 300 'Open Sans', Arial, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 0px 0 10px 0;
        display: block;
    }

    .login_section {
        padding: 10px 0 7px 0;
        display: block;
        float: none;
        text-align: center;
    }

    .site-title {
        font-size: 38px;
    }

    .site-caption {
        font-size: 15px;
    }

    .before_login {
        float: none;
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

        .before_login li a {
            text-decoration: none;
            color: #fff;
            background-color: #d35354;
            padding: 5px 65px;
            font-size: 12px;
            margin-left: 5px;
        }

            .before_login li a:hover {
                background-color: #818181;
            }

    .search_chat {
        clear: both;
        float: none;
        display: inline-block;
    }

    /*-------------------------Header Close----------------------------*/

    /*-----------------------Navigation------------------------*/

    .navigation {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        height: auto;
    }

    .nav_mid {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        display: block;
        box-sizing: border-box;
    }

    #ddmenu li a.translate_btn {
        background-color: #1CAEE7;
        padding: 3px 29px;
        text-decoration: none;
        color: #fff;
        border-right: none;
        border-left: none;
        text-shadow: none;
        box-shadow: 0px 0px 2px #444;
        position: relative;
        top: 0px;
        display: none;
    }

    #ddmenu li a.translate_btn_minscreen {
        display: block;
    }
    /*----------------------Navigation Close-----------------------*/

    /*---------------------------Footer Styles--------------------------*/
    .footer {
        background-color: #E2E2E2;
        padding: 30px 0 0px 0;
        clear: both;
    }

    .footer_links {
        width: 100%;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
    }

        .footer_links:first-child {
            width: 100%;
        }

        .footer_links:nth-child(2) {
            width: 100%;
        }


        .footer_links h2 {
            padding: 0px 0px 15px 0;
            margin: 0px;
            font-family: Calibri;
            font-size: 25px;
            font-weight: normal;
            color: #3d3d3d;
        }

    .footer_links_right {
        width: 100%;
        float: left;
        padding-top: 25px;
        padding-left: 10px;
    }

        .footer_links_right h3 {
            padding: 20px 0px 10px 7px;
            margin: 0px;
            font-family: Calibri;
            font-size: 23px;
            font-weight: normal;
            color: #3d3d3d;
        }

    /*---------------------------Footer Styles Close--------------------------*/

    /*-------------------------Body Content Styles----------------------------*/
    .body_content {
        width: 100%;
        overflow: hidden;
        display: block;
        margin: 10px auto;
    }

    /*-------------------------Body Content Styles Close----------------------------*/


    /*-------------------------------Home(index) styles-----------------------------*/
    .welcome_img_left {
        float: left;
        padding: 10px;
        width: 45%;
        display: none;
    }

    .welcome_img_right {
        float: right;
        width: 50%;
        margin-right: 0px;
        display: none;
    }

    .welcome_text {
        padding: 10px;
        width: auto;
        float: left;
    }

        .welcome_text h1 {
            font-family: "Segoe UI Light", "Segoe UI", Arial, Sans-Serif;
            font-size: 22px;
            color: #1c64a1;
            margin: 0px;
            padding: 0px;
            font-weight: bold;
        }

        .welcome_text p {
            color: #d83c54;
            font-size: 14px;
        }

    .crm_community {
        margin: 5px 0px 10px 10px;
    }

    .product_box {
        border: #C4C4C4 solid 1px;
        border-bottom: #C4C4C4 solid 5px;
        width: 207.5px;
        float: left;
        margin: 0 5px 14px 5px;
        cursor: pointer;
        background-color: #fff;
    }

        .product_box:hover {
            border: 1px solid #de4a4a;
            border-bottom: #de4a4a solid 5px;
            float: left;
            cursor: pointer;
            background-color: #fff;
        }

    .product_box_selected {
        border: #1e64a2 solid 1px;
        border-bottom: #1e64a2 solid 5px;
        width: 207.5px;
        float: left;
        margin: 0 5px 14px 5px;
        cursor: pointer;
        background-color: #fff;
    }

    .blog_divs {
        margin-left: 0px;
        overflow: hidden;
    }

    .blog_box {
        background-color: #fff;
        border: 1px solid #DFDFDF;
        float: left;
        width: 99%;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .Pro_categories ul li {
        margin: 0 6px 06px 0;
        float: left;
        list-style: none;
    }




    /*-------------------------------Home(index) styles Close-----------------------------*/
    .appstore_bc_inner {
        float: left;
        margin: 0px;
        padding: 0px 15px 15px 15px;
        border: #ccc solid 1px;
        border-top: 0px;
        width: 92.7%;
    }
    .appstore_currently section {
        margin: 0px;
        width: 93%;
        border-bottom: 1px solid #cecece;
        padding: 23px 15px;
        border-right: 0px;
        color: #de4a4a;
        font-size: 21px;
        font-weight: normal;
        text-align: center;
        float: none;
        /* height: 140px; */
    }
    .appstore_currently div {
        float: left;
        margin: 0px;
        padding: 0px 15px;
        width: 94%;
        border-bottom: 1px solid #cecece;
    }

    /*-----------------------------------Blog Page Start------------------------------------------------*/
    .wrapper_blog {
        margin: 0px auto;
        padding: 0px 0px;
        width: 99%;
        overflow: hidden;
    }

    .right_panel {
        float: none;
        margin: 20px auto 10px auto;
        padding: 0px;
        width: 98%;
    }

    .left_panel_left {
        float: left;
        width: 131px;
        display: none;
    }

    .left_panel {
        float: left;
        /*width:131px;*/
        background: none;
    }

    .middle_panel {
        float: left;
        margin: 10px auto;
        padding: 0px;
        width: 99%;
        overflow: hidden;
    }

    .middle_panel {
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 10px;
        width: 95%;
        /*max-width: 419px;*/
        background: #fafafa;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border: 1px solid #dbdbdb;
    }

    .middle_arrow {
        left: -51px;
        position: relative;
        top: 22px;
        float: left;
        display: none;
    }

    .middle_panel_h1 {
        height: 36px;
        font-size: 25px;
        padding: 0px 0px 0px 0px;
        color: #155e87;
        border-bottom: 1px solid #dcdcdc;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-left: -3px;
        position: relative;
    }

    .input {
        background: #fff;
        border: 1px solid #a7a7a7;
        border-right: none;
        padding: 0px;
        /*float: left;*/
        height: 25px;
        width: 80%;
    }

    .search {
        color: #fff;
        height: 31px;
        width: 61px;
        cursor: pointer;
        font-size: 14px;
        border: 1px solid #dcdcdc;
        padding: 5px 9px;
        background: #e98300;
        margin: 0px 0px 20px 0px;
    }

    .go {
        color: #fff;
        height: 31px;
        font-size: 13px;
        width: 61px;
        cursor: pointer;
        padding: 6px 30px 5px 9px;
        border: 1px solid #dcdcdc;
        background: url('../Content/images/go_arrow.png') #e98300 no-repeat 31px 3px;
        margin: 0px 0px 20px 0px;
    }
    /*-------------------------Menu--------------------------*/
    .ac-menu,
    .ac-menu ul,
    .ac-menu li,
    .ac-menu a,
    .ac-menu span {
        margin: 0px;
        padding: 0;
        border: 0;
        outline: none;
    }

        .ac-menu li {
            list-style: none;
        }

            /* Accordian Style */

            .ac-menu li > a {
                display: block;
                position: relative;
                /*width: 90%;*/
                padding: 05px 0px 05px 50px;
                color: #155e87;
                font: bold 15px/35px Arial, sans-serif;
                text-decoration: none;
                background: url('../Content/images/hand.png') #ffffff no-repeat 8% 46%;
                /*border-top: 1px solid #dcdcdc;*/
                border-bottom: 1px solid #dcdcdc;
            }

        .ac-menu > li:hover > a,
        .ac-menu > li:target > a {
            text-shadow: 1px 1px 1px rgba(255,255,255, .2);
            color: #f6a145;
            background: url('../Content/images/hand.png') #fafafa no-repeat 8% 46%;
        }

    /* Sub-Menu */

    .sub-menu li a {
        color: #797979;
        text-shadow: 1px 1px 0px rgba(255,255,255, .2);
        background: #ffffff;
        padding: 0 0px 0 55px;
        font: normal 14px/34px Arial, sans-serif;
        border-bottom: 1px solid #dcdcdc;
        border-top: 0px solid #dcdcdc;
    }

    .sub-menu li:hover a {
        background: #f6f5f5;
    }
    /* Accordian Function */
    .ac-menu li > .sub-menu {
        height: 0;
        overflow: hidden;
        -webkit-transition: height .2s ease-in-out;
        -moz-transition: height .2s ease-in-out;
        -o-transition: height .2s ease-in-out;
        -ms-transition: height .2s ease-in-out;
        transition: height .2s ease-in-out;
    }

    .ac-menu li:target > .sub-menu {
        height: auto;
    }
    /*-----------------------------------Blog Page End ------------------------------------------------*/
    /*------------------------------------------------Details Page Start--------------------------------------------------*/
    .wrapper_inner {
        margin: 0px auto;
        width: 100%;
        max-width: 1160px;
    }

    .leftpanel {
        margin: 0px auto 10px auto;
        width: 100%;
        max-width: 725px;
        float: right;
    }

    .rightpanel {
        margin: 0px;
        width: 100%;
        max-width: 805px;
        float: left;
        border: 1px solid #dcdcdc;
    }

    .rightpanel_header {
        margin: 0px;
        width: 100%;
        background: #f1f1f1;
        border-bottom: 1px solid #dcdcdc;
        padding: 10px 0px;
    }

        .rightpanel_header img {
            margin: 0px 05px 0px 15px;
            padding: 0px;
            width: 42px;
            height: 42px;
            float: left;
        }

        .rightpanel_header h1 {
            margin: 0px;
            padding: 0px;
            color: #696969;
            font-size: 26px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-weight: normal;
        }

        .rightpanel_header span {
            float: left;
            color: #7d7d7d;
            font-size: 13px;
            font-weight: normal;
        }

    .rightpanel_content {
        margin: 20px;
        width: 95%;
        background: #fff;
        float: left;
    }

    .rightpanel_content_heading {
        background: #;
        padding: 0px;
        color: #105f8c;
        font-size: 19px;
        text-align: left;
        margin: 0px;
    }

    .rightpanel_content p {
        padding: 0px;
        line-height: 17px;
    }

    /*.rightpanel_content img {
        margin: 10px 0px 10px 0px;
        width: 155px;
        height: 125px;
        border: 5px solid #c5c5c5;
    }*/

    .rightpanel_content ul {
        margin: 10px 25px 0 25px;
        padding: 0px;
        line-height: 19px;
        list-style: decimal;
    }

    .downloadpanel {
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #fff;
        background: #fff;
        margin: 0px;
        overflow: hidden;
    }

        .downloadpanel h1 {
            color: #696969;
            font-size: 22px;
            font-weight: normal;
            background: #f1f1f1;
            padding: 21px 20px;
            border-bottom: 1px solid #dcdcdc;
            /*border-top:1px solid #fff;*/
            margin: 0px;
            float: left;
            width: 100%;
        }

    .header_bottom {
        float: right;
        width: 19px;
        height: 13px;
        border: none;
        margin-top: -01px;
        margin-right: 5%;
        /*top: -1px;
        position: relative;
        right: 5%;*/
    }


    .downloadpanel_content {
        margin: 20px;
        padding: 0px;
        float: left;
        width: 88%;
    }

        .downloadpanel_content ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .downloadpanel_content ul label {
                color: #5e5e5e;
                margin: 0px;
                padding: 0px 21px;
                font-size: 12px;
                top: -8px;
                position: relative;
            }

    .downloadpanel li {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-decoration: none;
        padding: 0px;
        line-height: 25px;
    }

        .downloadpanel li a {
            color: #084f8c;
            font-size: 16px;
            font-weight: normal;
            text-decoration: none;
        }

            .downloadpanel li a:hover {
                color: #e98300;
            }

        .downloadpanel li img {
            float: left;
            margin: 05px 05px 0px 0px;
            padding: 0px;
        }

        .downloadpanel li span {
            color: #e98300;
            padding: 0px;
            top: 0px;
        }

    .downloadpanel_content_order {
        margin: 20px;
        padding: 0px;
        float: left;
        width: 91%;
    }

        .downloadpanel_content_order ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            float: left;
            width: 100%;
        }

        .downloadpanel_content_order li {
            width: 100%;
            line-height: 30px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-decoration: none;
            border-bottom: 0px dotted #0c75ae;
            padding: 0px;
        }

            .downloadpanel_content_order li a {
                color: #084f8c;
                font-size: 16px;
                font-weight: normal;
                text-decoration: none;
            }

                .downloadpanel_content_order li a:hover {
                    color: #e98300;
                }

            .downloadpanel_content_order li span {
                font-size: 18px;
                color: #e98300;
                font-weight: normal;
                float: right;
            }


        .downloadpanel_content_order button {
            font-size: 18px;
            color: #fff;
            font-weight: normal;
            padding: 5px 25px;
            border-radius: 2px;
            background: #2a7daa;
            cursor: pointer;
            border: none;
            margin: 15px 0px;
        }

            .downloadpanel_content_order button:hover {
                background: #e98300;
            }

    .community_currently div {
        float: right;
        margin: 0px;
        padding: 0px 15px;
        width: auto;
        border-bottom: 1px solid #cecece;
    }

        .community_currently div p {
            width: 100%;
            margin: 05px 0px;
            float: left;
            line-height: 17px;
        }

    .appstore_wiki_inner_Addnew p {
        width: 100%;
        padding: 0px;
        font-weight: bold;
        float: left;
        margin: 0px;
        line-height: 17px;
    }

    .appstore_wiki_inner_Addnew input[type="text"] {
        width: 55%;
        padding: 3px;
        margin: 03px 05px;
        float: left;
    }
    /*---------------------------------------------------Details Page End-------------------------------------------------*/
    /*----------------------------------------------------Contacts Page Start---------------------------------------------*/
    .wrapper_contact {
        margin: 0px auto;
        width: 100%;
        max-width: 1160px;
    }

    .leftpanel_contact {
        margin: 0px;
        width: 100%;
        max-width: 445px;
        float: left;
    }

    .leftpanel_contact_panel h1 {
        padding: 21px 20px;
        color: #696969;
        font-size: 22px;
        font-weight: normal;
        margin: 0px;
        width: 91%;
        background: #f1f1f1;
        border-top: 1px solid #fff;
        border-bottom: 1px dotted #dcdcdc;
    }

    .rightpanel_contact {
        margin: 0px 0px 10px 0px;
        width: 100%;
        max-width: 805px;
        float: right;
    }

    .rightpanel_contact_content {
        margin: 0px;
        width: 100%;
        background: #fff;
        border: 1px solid #dcdcdc;
        overflow: hidden;
    }

    .rightpanel_contact_header {
        width: 100%;
        float: left;
        background: #f1f1f1;
        padding: 0px;
        margin-bottom: 0px;
        border-bottom: 1px solid #dcdcdc;
    }

        .rightpanel_contact_header span {
            margin: 0px;
            padding: 20px 0px;
            font-size: 25px;
            float: left;
            color: #155e87;
        }

        .rightpanel_contact_header img {
            float: left;
        }

    .login_panel {
        float: left;
        width: 95%;
        margin: 0px 0px 10px 20px;
        border: 0px solid #dcdcdc;
    }

    .Contact_login_total {
        width: 100%;
        border: 0px solid #dcdcdc;
        margin: 2px 0px 3px 0px;
        float: left;
    }

    .Contact_login_text {
        width: 100%;
        border: none;
        float: left;
        font-weight: bold;
        padding: 0px;
    }

    .Contact_login_input {
        width: 100%;
        border: none;
        padding: 0px;
    }

        .Contact_login_input span {
            color: #FF0000;
            width: 100%;
            float: left;
        }
    /*----------------------------------------------------Contacts Page ENd---------------------------------------------*/
    /*----------------------------------------------------About Page Start----------------------------------------------*/
    .total_about {
        margin: 0px auto;
        width: 99.9%;
        background: #fff;
        border: 1px solid #dcdcdc;
        overflow: hidden;
        float: left;
    }

    .total_about_content {
        padding: 0px 10px;
        width: 94%;
        float: left;
    }

    .total_about_header {
        width: 100%;
        float: left;
        background: #f1f1f1;
        padding: 0px;
        margin-bottom: 0px;
        border-bottom: 1px solid #dcdcdc;
    }
    /*----------------------------------------------------About Page End------------------------------------------------*/

    /*-------------------------------------Create a new Account & Login and also Forgot Pages---------------------------*/
    .register_wrapper {
        width: 100%;
        margin: 0px;
        padding: 0px;
        border: 1px solid #dcdcdc;
    }

        .register_wrapper h2 {
            font-size: 25px;
            color: #155e87;
            background: #f1f1f1;
            width: 91.8%;
            padding: 15px 20px;
            border-bottom: 1px solid #cecece;
        }

            .register_wrapper h2 img {
                float: left;
            }

    .register_content_left {
        width: 96%;
        margin: 0px;
        padding: 0px 10px 20px 10px;
        overflow: hidden;
        border-bottom: 1px solid #cecece;
    }

    .register_content_right {
        width: 92%;
        float: left;
        padding: 0px;
    }

        .register_content_right button {
            margin: 50px 10px 30px 0px;
            background: #2a7daa;
            color: #fff;
            padding: 5px 10px;
            border: none;
            border-radius: 2px;
            cursor: pointer;
            float: left;
        }

    .resig_total {
        width: 100%;
        float: left;
        margin: 4px 0px;
    }

    .resig_text {
        width: 100%;
        float: left;
        color: #000;
        font-weight: bold;
    }

    .resig_field {
        width: 61%;
        float: left;
        color: #000;
    }

    .resig_field_off {
        width: 61%;
        float: left;
        color: #000;
    }

        .resig_field_off select {
            width: 49%;
            padding: 3px;
            border: 1px solid #cecece;
            margin: 0px;
            outline: none;
        }

    .resig_field input[type="text"] {
        width: 96%;
        padding: 3px;
        margin: 0px;
    }

    .resig_field input[type="password"] {
        width: 96%;
        padding: 3px;
        margin: 0px;
    }

    .resig_field input[type="submit"] {
        background: #1e64a2;
        color: #fff;
        padding: 5px 10px;
        border: none;
        border-radius: 2px;
        cursor: pointer;
    }

        .resig_field input[type="submit"]:hover {
            background: #de4a4a;
        }

    .resig_field select {
        width: 100%;
        padding: 3px;
        border: 1px solid #cecece;
        margin: 0px;
    }

    .resig_field textarea {
        width: 96.8%;
        padding: 3px;
        margin: 0px;
        border: 1px solid #cecece;
    }

    /*-----------------------------------------Create a new Account-----------------------------------------------------*/

    /*--------------------------------------------Light Box Css--------------------------------------------------------*/
    /* line 184, ../sass/screen.sass */
    .example-image-link {
        display: inline-block;
        margin: 10px 10px 10px 0px;
        width: 161px;
        height: 126px;
        /*-webkit-box-shadow: 0 0 5px rgba(0,0,0, .65);
    -moz-box-shadow: 0 0 5px rgba(0,0,0, .65);
    -ms-box-shadow: 0 0 5px rgba(0,0,0, .65);
    -o-box-shadow: 0 0 5px rgba(0,0,0, .65);
    box-shadow: 0 0 5px rgba(0,0,0, .65);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;*/
        border: 5px solid #c5c5c5;
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }
        /* line 191, ../sass/screen.sass */
        .example-image-link:hover {
            border: 5px solid #DBDBDB;
        }

    /* line 194, ../sass/screen.sass */
    .example-image {
        width: 160px;
        height: 125px;
        box-shadow: 0px 0px 05px #888;
        -moz-box-shadow: 0px 0px 05px #888;
        -webkit-box-shadow: 0px 0px 05px #888;
        -ms-box-shadow: 0px 0px 05px #888;
        -o-box-shadow: 0px 0px 05px #888;
    }
    /*-----------------------------------------------------Light Box Css End-------------------------------------------------------------------*/
    .site_rights {
        background-color: #464444;
        padding: 8px 20px;
        text-align: left;
        color: #d8d8d8;
        font-size: 13px;
    }
    /*-----------------------------------------------------Mobile Menu Prodcts Catagories-----------------------------------------------------*/
    .rmm {
        display: block;
        position: absolute;
        width: 75.5% !important;
        padding-left: 41px;
        margin: 0px !important;
        text-align: center;
        line-height: 19px !important;
        float: none;
        z-index: 9999;
    }

        .rmm.graphite .rmm-toggled ul li a {
            display: block;
            color: #333;
            width: 100%;
            background-color: #fff;
            text-align: left;
            padding: 05px 0px 05px 20px;
            border-bottom: 1px solid #E0E0E0;
            border-top: 1px solid #FFFFFF;
            text-shadow: 0px 0px 0px #333333;
            margin: 0px;
        }

            .rmm.graphite .rmm-toggled ul li a:hover {
                color: #fff;
                background-color: #de4a4a;
                border-bottom: 1px solid #de4a4a;
                border-top: 1px solid #de4a4a;
                text-shadow: 1px 1px 1px #333333;
            }

            .rmm.graphite .rmm-toggled ul li a:active {
                background-color: #444444;
                border-bottom: 1px solid #444444;
                border-top: 1px solid #444444;
            }
    /*----------------------------------------------------------------------------------------------------------------------------------------*/
     .card_left {
        width: 100%;
        float: left;
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .card_right {
        float: left;
        width: 100%;
        padding-bottom: 15px;
    }

    .AddressDetails {
        width: 100%;
        float: left;
        margin-right: 03px;
        padding: 0px;
        color: #333;
        font-size: 13px;
    }

        .AddressDetails span div label {
            width: 100%;
            padding: 0px;
            margin: 0px;
            font-weight: bold;
        }

        .AddressDetails:nth-child(3) p:nth-child(1) {
            display: none;
        }

    .credicard_left {
        width: 100%;
        margin: 0px;
        padding: 0px;
        float: none;
    }

    .credicard_right {
        width: 100%;
        float: none;
        margin: 0px;
        padding: 0px;
    }

    .gateway_div {
        color: #000;
        font-weight: normal;
        font-weight: 600;
        position: relative;
        float: left;
        width: 63%;
        line-height: 22px;
        padding-bottom: 5px;
    }

        .gateway_div select {
            width: 100%;
            font-size: 13px;
            height: 26px;
            border: 1px solid #ccc;
        }

        .gateway_div [type="text"] {
            height: 22px;
            outline: none;
            width: 95%;
            padding: 0 5px;
            border: 1px solid #ccc;
        }
    .gateway_div_full {
        width: 63%;
        float: left;
    }

    .tbldiv {
        overflow-x: auto;
        width: 100%;
    }

    .cart_div {
        overflow-x: auto;
        width: 100%;
    }

    .PagedList-pageCountAndLocation a {
        display: none;
    }

    .Agrdiv_popup_div {
        background-color: #fff;
        margin: 0;
        width: 320px;
        height: 350px;
        overflow: hidden;
        padding: 20px;
        position: absolute;
        top: 20%;
        left: 10%;
    }

    .Agrdiv_inner_div {
        margin-bottom: 02px;
        width: 100%;
        height: 250px;
        padding: 5px 0;
        overflow: auto;
        line-height: 20px;
        border: 1px solid #B2B2B2;
    }

    .appstore_wiki_inner_Addnew ul li {
        color: #de4a4a;
        text-decoration: none;
        font-weight: bold;
        width: auto;
        float: left;
        margin-right: 7px;
    }
    .MyAc_popup_div {
        margin: 10% auto 0px auto;
        width: 100%;
        background: #fff;
        overflow: hidden;
        padding: 10px 20px;
        max-width: 400px;
    }

}
