﻿@media only screen and (max-width:360px) {
    body {
        /*padding:0 20px;*/
    }



    .ipod_inner {
        padding: 0 10px;
    }

    h2 {
        font-family: "Segoe UI Light", "Segoe UI", Arial, Sans-Serif;
        font-size: 19px;
        color: #D83D3D;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
        float: left;
    }

    /*-------------------------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;
            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: 33px;
    }

    .site-caption {
        font-size: 16px;
    }

    .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 35px;
            font-size: 12px;
            margin-left: 5px;
        }

            .before_login li a:hover {
                background-color: #818181;
            }


    .web-search {
        border: #1e64a2 solid 1px;
        height: 37px;
        width: 230px;
        float: none;
    }

    .chat_btn {
        float: none;
        margin-top: 5px;
        margin-left: 0px;
    }

        .chat_btn a {
            float: none;
            background-image: url(../content/images/live_chat.jpg);
            height: 39px;
            width: 112px;
            display: inline-block;
        }

    .search_chat {
        clear: both;
        float: none;
        display: inline-block;
        width: auto;
    }

    /*-------------------------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-----------------------*/


    /*-------------------------Home Page Content---------------------------*/

    .appstore_div {
        padding: 15px 15px 0 15px;
        overflow: hidden;
    }

    .product_box {
        border: #e3e3e3 solid 1px;
        border-bottom: #d9d9d9 solid 5px;
        width: 280px;
        float: left;
        margin-right: 14px;
        margin-bottom: 14px;
        cursor: pointer;
        background-color: #fff;
        overflow: hidden;
    }

        .product_box:hover {
            border: #2a7daa solid 1px;
            border-bottom: #2a7daa solid 5px;
            width: 279px;
            float: left;
            margin-right: 14px;
            margin-bottom: 14px;
            cursor: pointer;
            background-color: #fff;
        }

    .product_box_selected {
        border: #1e64a2 solid 1px;
        border-bottom: #1e64a2 solid 5px;
        width: 279px;
        float: left;
        /*margin-right: 14px;
         margin-bottom: 14px;*/
        margin: 0 7px 14px 7px;
        cursor: pointer;
        background-color: #fff;
    }

    /*.product_box_mask
{
    width:290px;
    height: 238px;
    position: absolute;
    background-color: rgba(0255,255,255,0.7);
    display: none;
    z-index: 10000;
    box-shadow: 0 0px 5px rgba(150, 150, 150, 0.3), 0 0 10px 5px rgba(208, 221, 226, 0.4) inset;
}*/
    .appstore_bc_inner {
        float: left;
        margin: 0px;
        padding: 0px 15px 15px 15px;
        border: #ccc solid 1px;
        border-top: 0px;
        width: 90%;
    }

    /*-------------------------------Home(index) styles-----------------------------*/
    .welcome_img_left {
        float: left;
        padding: 10px;
        width: 100%;
        max-width: 300px;
        height: 315px;
    }

    .welcome_img_right {
        float: right;
        width: 100%;
        max-width: 299px;
        height: 319px;
        padding: 0px;
        margin-right: 0px;
    }

    .welcome_text {
        padding: 0px 10px;
        width: 90%;
        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;
        }

    .community_div h2 {
        font-size: 20px;
        margin: 0px;
        padding: 0px;
    }

    .blog_box {
        background-color: #fff;
        border: 1px solid #DFDFDF;
        float: left;
        width: 99%;
        margin-bottom: 20px;
    }

    .Pro_categories ul li {
        margin: 0 6px 06px 0;
        float: left;
        list-style: none;
        /*border:#e98300 solid 1px;
    box-sizing:border-box;*/
    }

    .Pro_categories span {
        float: left;
        width: 67%;
        margin-top: 05px;
    }

    .community_div h2.title_com {
        font-family: "Segoe UI Light", "Segoe UI", Arial, Sans-Serif;
        font-size: 19px;
        color: #155e87;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
    }

    .cls_Category {
        padding: 03px 10px 05px 10px;
        list-style: none;
        text-decoration: none;
        border: #D5D5D5 solid 1px;
        box-sizing: border-box;
        background-color: #DFDFDF;
        color: #5A5A5A;
        cursor: pointer;
        margin: 02px 6px 02px 0px;
        float: left;
    }

        .cls_Category:hover {
            padding: 03px 10px 05px 10px;
            list-style: none;
            text-decoration: none;
            border: #de4a4a solid 1px;
            box-sizing: border-box;
            background-color: #de4a4a;
            color: #FFFFFF;
            cursor: pointer;
            margin: 02px 6px 02px 0px;
        }

    .cls_Category_Selected {
        padding: 03px 10px 05px 10px;
        list-style: none;
        text-decoration: none;
        border: #1e64a2 solid 1px;
        box-sizing: border-box;
        background-color: #1e64a2;
        color: #fff;
        cursor: pointer;
        margin: 02px 6px 02px 0px;
    }

    /*-------------------------------Home(index) styles Close-----------------------------*/
    /*-------------------------------Footer-----------------------------------------------*/
    .footer {
        background-color: #E2E2E2;
        padding: 30px 0 0px 0;
        clear: both;
    }
    /*--------------------------------Footer---------------------------------------------*/
    /*-----------------------------------Blog Page Star-----------------------------------*/
    .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%;
    }

    .right_panel_content {
        padding: 10px 15px;
        color: #9d9d9d;
    }

    .left_panel_left {
        float: left;
        width: 131px;
        display: none;
    }

    .left_panel {
        float: left;
        background: none;
    }

    .middle_panel {
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 10px;
        width: 93%;
        /*max-width: 298px;*/
        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: 74%;
    }

    .search {
        color: #fff;
        height: 31px;
        width: 61px;
        font-size: 14px;
        cursor: pointer;
        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;
    }
    /*------------------------------------------------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: 10px;
        width: 96%;
        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 auto;
        width: 140px;
        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-left: -1px;
        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;
            }

    .appstore_wiki_inner img {
        float: none;
        width: 250px;
        margin: 10px;
    }

    .appstore_wiki_inner_Addnew input[type="text"] {
        width: 90%;
        padding: 3px;
        margin: 03px 0px;
        float: left;
    }

    .community_currently div p {
        width: 100%;
        margin: 05px 0px;
        float: left;
        line-height: 17px;
    }

    .appstore_ss_inner_Addnew input[type="text"] {
        width: 88%;
        padding: 03px 0px;
        margin: 02px 05px 04px 0px;
        float: left;
        outline: none;
        border: 1px solid #cecece;
    }
    /*---------------------------------------------------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: 88%;
        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;
    }

    .total_about_content img {
        margin: 10px;
        width: 95%;
    }


    /*---------------------------------------------------About Page End-------------------------------------------------*/

    /*-------------------------------------Create a new Account & Login and also Forgot Pages---------------------------*/
    .register_wrapper {
        width: 99.6%;
        margin: 0px;
        padding: 0px;
        border: 1px solid #dcdcdc;
    }

        .register_wrapper h2 {
            font-size: 24px;
            color: #155e87;
            background: #f1f1f1;
            width: 87.6%;
            padding: 15px 20px;
            border-bottom: 1px solid #dcdcdc;
        }

            .register_wrapper h2 img {
                float: left;
            }

    .register_content_left {
        width: 94%;
        margin: 0px;
        padding: 0px 10px 20px 10px;
        overflow: hidden;
        border-bottom: 1px solid #dcdcdc;
    }

    .register_content_right {
        width: 92%;
        float: left;
        padding: 0px;
    }

        .register_content_right button {
            margin: 30px 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: 86%;
        float: left;
        color: #000;
    }

    .resig_field_off {
        width: 86%;
        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-------------------------------------------------------------------*/
    /*-----------------------------------------------------Mobile Menu Prodcts Catagories-----------------------------------------------------*/
    .rmm {
        display: block;
        position: absolute;
        width: 67% !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 {
                color: #fff;
                background-color: #444444;
                border-bottom: 1px solid #444444;
                border-top: 1px solid #444444;
            }

    /*----------------------------------------------------------------------------------------------------------------------------------------*/

    .payment_process {
        margin-right: 0;
        font-size: 13px;
        font-weight: bold;
        width: 100%;
        display: inline-block;
        margin-top: 3px;
    }

    .AddressDetails:nth-child(3) p:nth-child(1) {
        display: none;
    }

    .gateway_div {
        color: #000;
        font-weight: normal;
        font-weight: 600;
        position: relative;
        float: left;
        width: 100%;
        line-height: 22px;
        padding-bottom: 5px;
    }

    #BillingDetails .register_div:last-child label:nth-child(1) {
        display: none;
    }

    .gateway_div textarea {
        font-size: 13px;
        width: 274px;
        min-height: 80px;
        border: 1px solid #ccc;
    }

    .tbldiv {
        overflow-x: auto;
        width: 100%;
    }

    .cart_div {
        overflow-x: auto;
        width: 100%;
    }

    .CaseType span {
        width: 110px;
        padding: 3px 12px;
        margin: 0px 0px 10px 0px;
        border: 1px solid #476cb3;
        float: left;
    }

    .PagedList-ellipses a {
        display: none;
    }

    .pagination ul li a {
        display: none;
    }

    .PagedList-skipToFirst a {
        display: block !important;
    }

    .PagedList-skipToPrevious a {
        display: block !important;
    }

    .PagedList-skipToNext a {
        display: block !important;
    }

    .PagedList-skipToLast a {
        display: block !important;
    }

    .Agrdiv_popup_div {
        background-color: #fff;
        margin: 0;
        width: 280px;
        height: 350px;
        overflow: hidden;
        padding: 20px;
        position: absolute;
        top: 20%;
        left: 3%;
    }
     .MyAc_popup_div {
        margin: 10% auto 0px auto;
        width: 100%;
        background: #fff;
        overflow: hidden;
        padding: 10px 20px;
        max-width: 300px;
    }
}
