@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    /* font-weight: 400; */
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

body {
    overflow-x: hidden;
    font-family: Product Sans;
}

.nav {
    background: #fff;
    height: 129px;
    box-shadow: 1px 2px 10px #00000029;
    width: 100%;
}

ul li {
    margin-left: 20%;
    padding-top: 20px;
    display: inline;
}

#Membersgram_img {
    width: 50px;
    height: 50px;
    vertical-align: middle
}

#membersgram_shop {
    font-size: 50px;
    font-weight: 700;
    display: inline;
    vertical-align: middle
}

#perfect {
    margin-left: 15%;
}

#perfect_img {
    width: 300px;
    height: 90px;
}

.container {
    margin-top: 60px;
    position: relative;
}

.main_row {
    margin-left: -50px;
}

.mosht {
    width: 80px;
    height: 80px
}

.img_body {
    text-align: right
}

.margin_20_top {
    padding-top: 10px
}

.border_bottom {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
}

.div1 {
    color: #212121;
    font-size: 19px;
    font-weight: 400;
    margin-top: 10px;
    text-align: left
}

.caption {
    color: #8F8F8F;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
    text-align: left;
    /* letter-spacing: -1px; */
    width: 180%;
}

.bg_color {
    font-size: 16px;
    background: #f3f0f3;
    border-radius: 50px;
    color: #2196F3;
    width: 70%;
    font-weight: 700;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    margin-left: 65px;
    margin-top: 10px;
}

.bg_color:hover {
    background-color: #C3C3C3;
    box-shadow: 0 2px 6px #0034
}

.ghadim {
    color: #8F8F8F;
    text-decoration: line-through;
    font-size: 18px;
    margin-right: -14px;
    font-weight: 400;
}

.footer {
    background: #F9F9F9;
    position: relative;
    width: 140%;
    height: 75px;
    bottom: -20px;
}

#footer {
    color: #8F8F8F;
    font-size: 10px;
    margin-left: 12%;
    display: block;
    /* padding:0px 10px; */
}

#footer2 {
    color: #8F8F8F;
    font-size: 10px;
    margin-left: 12%;
    display: block;
    /* width: 180% */
    /* padding-bottom:10px ; */
}


/* modal */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 10px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.mc {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    border-radius: 10px;
    height: 300px;
}

#paragraph {
    color: #212121;
    font-size: 18px;
    padding: 10px;
    font-weight: 400
}

#m-header {
    font-size: 25px;
    font-weight: 600;
    padding: 10px
}

#confirm-b {
    margin-top: 20px;
    font-size: 18px;
    background-color: #fff;
    color: #2196F3;
    border: #fff !important;
    outline: none !important;
    float: right;
    padding: 0;
    ;
    cursor: pointer;
}

#cancel-b {
    margin-top: 20px;
    font-size: 18px;
    background-color: #fff;
    color: #2196F3;
    border: #fff !important;
    outline: none !important;
    margin-left: 40%;
    padding: 0;
    cursor: pointer;
}

#cancel-bb {
    margin-top: 20px;
    font-size: 18px;
    background-color: #fff;
    color: #2196F3;
    border: #fff !important;
    outline: none !important;
    margin-left: 50%;
}

#failed,
#success {
    margin-top: 8%;
    height: 88px;
    width: 88px
}

#Payment_failed,
#Payment_success {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600;
}

#Payment_failed_caption,
#Payment_failed_success {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 600;
}

.failed-page {
    position: fixed;
    bottom: 0;
    width: 100%
}


/* hide flag input */


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.width_footer {
    width: 152%;
    max-width: 200%;
    margin-left: -30%;
    height: auto
}


/* mobile */

@media screen and (min-width: 319px) and (max-width :339px) {
    body {
        overflow-x: hidden;
    }
    .hidden {
        display: none
    }
    .nav {
        background: #fff;
        height: 69px;
        box-shadow: 1px 2px 10px #00000029;
        width: 100%;
        position: fixed;
        background: #fff !important;
        z-index: 100;
    }
    ul li {
        margin-left: 10px;
        padding-top: 10px;
        display: inline;
    }
    #Membersgram_img {
        width: 38px;
        height: 38px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 12px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: 0;
        position: relative
    }
    #perfect_img {
        width: 70px;
        height: 30px
    }
    .container {
        margin-top: 100px;
        position: absolute;
    }
    .main_row {
        margin-left: 15px
    }
    .main_row2 {
        margin-left: 15px;
        margin-top: 40px;
    }
    .mosht {
        width: 53px;
        height: 53px
    }
    .img_body {
        text-align: center;
        padding-top: 10px
    }
    .margin_20_top {
        padding-top: 40px
    }
    .border_bottom {
        border-bottom: 1px solid #E0E0E0;
    }
    .div1 {
        color: #212121;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
    }
    .caption {
        color: #8F8F8F;
        font-size: 14px;
        /* padding: 10px 0; */
        width: 100%;
    }
    .col {
        margin-top: -20px;
        margin-left: -50px
    }
    .bg_color {
        font-size: 14px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 50%;
        font-weight: 600;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 40px;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 14px;
        margin-left: -65%;
        width: 140%;
    }
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    .mc {
        background-color: #fefefe;
        margin-right: 200px;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 10px;
        height: 320px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        float: right;
        margin-left: -30px
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        margin-left: 40%
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    #failed,
    #success {
        margin-top: 20%;
        height: 58px;
        width: 58px
    }
    #Payment_failed,
    #Payment_success {
        margin-top: 20px;
        font-size: 22px;
        font-weight: 600;
    }
    #Payment_failed_caption,
    #Payment_failed_success {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 600;
    }
    .failed-page {
        position: relative;
        ;
        bottom: 36%;
        width: 100%
    }
}

@media screen and (min-width: 340px) and (max-width :400px) {
    body {
        overflow-x: hidden;
    }
    .hidden {
        display: none
    }
    .nav {
        background: #fff;
        height: 69px;
        box-shadow: 1px 2px 10px #00000029;
        width: 100%;
        margin-right: -20px
    }
    ul li {
        margin-left: 5px;
        padding-top: 10px;
        display: inline;
    }
    #Membersgram_img {
        width: 44px;
        height: 44px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 17px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: -1%
    }
    #perfect_img {
        width: 100px;
        height: 40px
    }
    .container {
        margin-top: 10px;
    }
    .main_row {
        margin-left: -10px
    }
    .main_row2 {
        margin-top: 30px;
        margin-left: -10px
    }
    .mosht {
        width: 58px;
        height: 58px
    }
    .img_body {
        text-align: center
    }
    .margin_20_top {
        padding-top: 5px
    }
    .border_bottom {
        border-bottom: 1px solid #E0E0E0;
    }
    .border_bottom1 {
        border-bottom: 1px solid #E0E0E0;
    }
    .div1 {
        color: #212121;
        font-size: 16px;
        font-weight: 400;
        width: 180%
    }
    .caption {
        color: #8F8F8F;
        font-size: 14px;
        padding: 10px 0;
        width: 180%;
        letter-spacing: -1px
    }
    .bg_color {
        font-size: 14px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 100%;
        font-weight: 600;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 5%;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 14px;
        margin-left: -20%;
        width: 100%;
    }
    .yek_do {
        text-align: right
    }
    /* modal */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
    .mc {
        background-color: #fefefe;
        margin-right: 200px;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 10px;
        height: 320px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        float: right;
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        margin-left: 50%
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    #failed,
    #success {
        margin-top: 20%;
        height: 58px;
        width: 58px
    }
    #Payment_failed,
    #Payment_success {
        margin-top: 20px;
        font-size: 22px;
        font-weight: 600;
    }
    #Payment_failed_caption,
    #Payment_failed_success {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 600;
    }
    .failed-page {
        position: relative;
        ;
        bottom: 0;
        width: 100%
    }
}

@media screen and (min-width: 401px) and (max-width :500px) {
    body {
        overflow-x: hidden;
    }
    .hidden {
        display: none
    }
    .nav {
        background: #fff;
        height: 69px;
        box-shadow: 1px 2px 10px #00000029;
        width: 100%;
        margin-right: -20px
    }
    ul li {
        margin-left: 5px;
        padding-top: 10px;
        display: inline;
    }
    #Membersgram_img {
        width: 44px;
        height: 44px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 18px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: -1%
    }
    #perfect_img {
        width: 100px;
        height: 40px
    }
    .container {
        margin-top: 10px;
    }
    .main_row {
        margin-left: -10px
    }
    .main_row2 {
        margin-top: 30px;
        margin-left: -10px
    }
    .mosht {
        width: 58px;
        height: 58px
    }
    .img_body {
        text-align: center
    }
    .margin_20_top {
        padding-top: 5px
    }
    .border_bottom {
        border-bottom: 1px solid #E0E0E0;
    }
    .border_bottom1 {
        border-bottom: 1px solid #E0E0E0;
    }
    .div1 {
        color: #212121;
        font-size: 16px;
        font-weight: 400;
        width: 180%
    }
    .caption {
        color: #8F8F8F;
        font-size: 14px;
        padding: 10px 0;
        width: 180%
    }
    .bg_color {
        font-size: 14px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 100%;
        font-weight: 600;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 5%;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 14px;
        margin-left: -30%;
        width: 100%;
    }
    .yek_do {
        text-align: right
    }
    /* modal */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
    .mc {
        background-color: #fefefe;
        margin-right: 200px;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 10px;
        height: 320px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        float: right;
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        margin-left: 55%
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    #failed,
    #success {
        margin-top: 20%;
        height: 58px;
        width: 58px
    }
    #Payment_failed,
    #Payment_success {
        margin-top: 20px;
        font-size: 22px;
        font-weight: 600;
    }
    #Payment_failed_caption,
    #Payment_failed_success {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 600;
    }
    .failed-page {
        position: relative;
        ;
        bottom: 0;
        width: 100%
    }
}


/* فبلت */

@media screen and (min-width: 501px) and (max-width :575px) {
    body {
        overflow-x: hidden;
    }
    .hidden {
        display: none
    }
    .nav {
        background: #fff;
        height: 69px;
        box-shadow: 1px 2px 10px #00000029;
        width: 100%;
        margin-right: -20px
    }
    ul li {
        margin-left: 5px;
        padding-top: 10px;
        display: inline;
    }
    #Membersgram_img {
        width: 44px;
        height: 44px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 18px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: -1%
    }
    #perfect_img {
        width: 100px;
        height: 40px
    }
    .container {
        margin-top: 10px;
    }
    .main_row {
        margin-left: -10px
    }
    .main_row2 {
        margin-top: 30px;
        margin-left: -10px
    }
    .mosht {
        width: 58px;
        height: 58px
    }
    .img_body {
        text-align: center
    }
    .margin_20_top {
        padding-top: 5px
    }
    .border_bottom {
        border-bottom: 1px solid #E0E0E0;
    }
    .border_bottom1 {
        border-bottom: 1px solid #E0E0E0;
    }
    .div1 {
        color: #212121;
        font-size: 16px;
        font-weight: 400;
        width: 180%
    }
    .caption {
        color: #8F8F8F;
        font-size: 14px;
        padding: 10px 0;
        width: 180%
    }
    .bg_color {
        font-size: 14px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 100%;
        font-weight: 600;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 5%;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 14px;
        margin-left: -30%;
        width: 100%;
    }
    .yek_do {
        text-align: right
    }
    /* modal */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
    .mc {
        background-color: #fefefe;
        margin-right: 200px;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        border-radius: 10px;
        height: 320px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #paragraph2 {
        color: #212121;
        font-size: 16px;
        padding: 10px;
        margin: 0 10px;
        font-weight: 200
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        float: right;
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        margin-left: 60%
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    .failed-page {
        margin-top: 25%;
    }
    .failed-page {
        position: fixed;
        bottom: 0;
        width: 100%
    }
}

@media screen and (min-width: 576px) and (max-width :700px) {
    .nav {
        background: #fff;
        height: 69px;
        box-shadow: 1px 2px 10px #00000029;
        width: 120%;
        margin-right: -20px
    }
    ul li {
        margin-left: 40px;
        padding-top: 10px;
        display: inline;
    }
    #Membersgram_img {
        width: 48px;
        height: 48px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 22px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: 20%
    }
    #perfect_img {
        width: 100px;
        height: 40px
    }
    .container {
        margin-top: 70px;
    }
    .main_row {
        margin-left: -10px
    }
    .main_row2 {
        /* margin-top:30px; */
        margin-left: 10px
    }
    .mosht {
        width: 68px;
        height: 68px
    }
    .img_body {
        text-align: center
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 14px;
    }
    .margin_20_top {
        padding-top: 40px
    }
    .border_bottom {
        border-bottom: 1px solid #E0E0E0;
    }
    .div1 {
        color: #212121;
        font-size: 14px;
        font-weight: 400;
        width: 180%
    }
    .caption {
        color: #8F8F8F;
        font-size: 14px;
        padding: 10px 0;
        width: 180%
    }
    .bg_color {
        font-size: 14px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 100%;
        font-weight: 600;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 25px;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 16px;
        margin-left: 10px;
        width: 100%;
    }
    .yek_do {
        text-align: right
    }
    /* modal */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
    .mc {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 55%;
        border-radius: 10px;
        height: 315px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        float: right;
        margin-left: -20px;
        padding: 7px 0
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        margin-left: 55%;
        padding: 7px 0
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    .failed-page {
        position: fixed;
        bottom: 0;
        width: 100%
    }
}

@media screen and (min-width: 701px) and (max-width :800px) {
    .nav {
        background: #fff;
        height: 69px;
        box-shadow: 1px 2px 10px #00000029;
        width: 120%;
        margin-right: -20px
    }
    ul li {
        margin-left: 40px;
        padding-top: 10px;
        display: inline;
    }
    #Membersgram_img {
        width: 48px;
        height: 48px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 22px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: 20%
    }
    #perfect_img {
        width: 100px;
        height: 40px
    }
    .container {
        margin-top: 70px;
    }
    .main_row {
        margin-left: -10px
    }
    .main_row2 {
        /* margin-top:30px; */
        margin-left: 10px
    }
    .mosht {
        width: 68px;
        height: 68px
    }
    .img_body {
        text-align: center
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 14px;
    }
    .margin_20_top {
        padding-top: 40px
    }
    .border_bottom {
        border-bottom: 1px solid #E0E0E0;
    }
    .div1 {
        color: #212121;
        font-size: 14px;
        font-weight: 400;
        width: 180%
    }
    .caption {
        color: #8F8F8F;
        font-size: 14px;
        padding: 10px 0;
        width: 180%
    }
    .bg_color {
        font-size: 14px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 100%;
        font-weight: 600;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 25px;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 16px;
        margin-left: 10px;
        width: 100%;
    }
    .yek_do {
        text-align: right
    }
    /* modal */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
    .mc {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 45%;
        border-radius: 10px;
        height: 305px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        float: right;
        margin-left: -20px;
        padding: 7px 0
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        margin-left: 55%;
        padding: 7px 0
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    .failed-page {
        position: fixed;
        bottom: 0;
        width: 100%
    }
}


/* medium */

@media screen and (min-width: 801px) and (max-width :990px) {
    .nav {
        background: #fff;
        height: 69px;
        box-shadow: 1px 2px 10px #00000029;
        width: 120%;
        margin-right: -20px
    }
    ul li {
        margin-left: 40px;
        padding-top: 10px;
        display: inline;
    }
    #Membersgram_img {
        width: 48px;
        height: 48px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 22px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: 20%
    }
    #perfect_img {
        width: 100px;
        height: 40px
    }
    .container {
        margin-top: 70px;
    }
    .main_row {
        margin-left: -10px
    }
    .main_row2 {
        /* margin-top:30px; */
        margin-left: 10px
    }
    .mosht {
        width: 68px;
        height: 68px
    }
    .img_body {
        text-align: center
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 14px;
    }
    .margin_20_top {
        padding-top: 40px
    }
    .border_bottom {
        border-bottom: 1px solid #E0E0E0;
    }
    .div1 {
        color: #212121;
        font-size: 14px;
        font-weight: 400;
        width: 180%
    }
    .caption {
        color: #8F8F8F;
        font-size: 14px;
        padding: 10px 0;
        width: 180%
    }
    .bg_color {
        font-size: 14px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 100%;
        font-weight: 600;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 25px;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 16px;
        margin-left: 10px;
        width: 100%;
    }
    .yek_do {
        text-align: right
    }
    /* modal */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
    .mc {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 40%;
        border-radius: 10px;
        height: 305px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        float: right;
        margin-left: -20px;
        padding: 7px 0
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff;
        outline: none;
        margin-left: 49%;
        padding: 7px 0
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    .failed-page {
        position: fixed;
        bottom: 0;
        width: 100%
    }
}


/* monitor */

@media screen and (min-width: 991px) and (max-width :1090px) {
    body {
        overflow: hidden;
    }
    .nav {
        background: #fff;
        height: 129px;
        box-shadow: 1px 2px 10px #00000029;
        width: 120%;
    }
    ul li {
        margin-left: 70px;
        padding-top: 20px;
        display: inline;
    }
    #Membersgram_img {
        width: 58px;
        height: 58px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 50px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: 10%
    }
    #perfect_img {
        width: 230px;
        height: 100px
    }
    .div1 {
        color: #212121;
        font-size: 19px;
        font-weight: 400;
        margin-top: 10px;
        text-align: left;
        width: 150%;
    }
    .bg_color {
        font-size: 16px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 70%;
        font-weight: 700;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 70px;
        margin-top: 10px;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 18px;
        margin-right: -20px;
        font-weight: 400
    }
    /* modal */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
    .mc {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 32%;
        border-radius: 10px;
        height: 300px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 1%;
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    .width_footer {
        width: 180%;
        max-width: 200%;
        margin-left: -16%;
    }
    .footer {
        width: 120%;
    }
    .content-main1 {
        padding-bottom: 100px;
    }
    .failed-page {
        position: fixed;
        bottom: 0;
        width: 100%
    }
}


/* monitor2 */

@media screen and (min-width: 1091px) and (max-width :1190px) {
    body {
        overflow: hidden;
    }
    .nav {
        background: #fff;
        height: 129px;
        box-shadow: 1px 2px 10px #00000029;
        width: 120%;
    }
    ul li {
        margin-left: 70px;
        padding-top: 20px;
        display: inline;
    }
    #Membersgram_img {
        width: 58px;
        height: 58px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 50px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: 10%
    }
    #perfect_img {
        width: 230px;
        height: 100px
    }
    .div1 {
        color: #212121;
        font-size: 19px;
        font-weight: 400;
        margin-top: 10px;
        text-align: left;
        width: 150%;
    }
    .bg_color {
        font-size: 16px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 70%;
        font-weight: 700;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 70px;
        margin-top: 10px;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 18px;
        margin-right: -20px;
        font-weight: 400
    }
    /* modal */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
    .mc {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 32%;
        border-radius: 10px;
        height: 300px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 1%;
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    .width_footer {
        width: 180%;
        max-width: 200%;
        margin-left: -16%;
    }
    .footer {
        width: 120%;
    }
    .content-main1 {
        padding-bottom: 100px;
    }
    .failed-page {
        position: fixed;
        bottom: 0;
        width: 100%
    }
}


/* monitor3 */

@media screen and (min-width: 1191px) and (max-width :1525px) {
    body {
        overflow: hidden;
    }
    .nav {
        background: #fff;
        height: 129px;
        box-shadow: 1px 2px 10px #00000029;
        width: 120%;
    }
    ul li {
        margin-left: 70px;
        padding-top: 20px;
        display: inline;
    }
    #Membersgram_img {
        width: 58px;
        height: 58px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 50px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: 15%
    }
    #perfect_img {
        width: 320px;
        height: 90px
    }
    .div1 {
        color: #212121;
        font-size: 19px;
        font-weight: 400;
        margin-top: 10px;
        text-align: left;
        width: 150%;
    }
    .bg_color {
        font-size: 16px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 70%;
        font-weight: 700;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 70px;
        margin-top: 10px;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 18px;
        margin-right: -20px;
        font-weight: 400
    }
    /* modal */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
    .mc {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 30%;
        border-radius: 10px;
        height: 300px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        float: right
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    .width_footer {
        width: 180%;
        max-width: 200%;
        margin-left: -16%;
    }
    .footer {
        width: 120%;
    }
    .content-main1 {
        padding-bottom: 100px;
    }
    .failed-page {
        position: fixed;
        bottom: 0;
        width: 100%
    }
}


/* monitor3 */

@media screen and (min-width: 1526px) and (max-width :2000px) {
    body {
        overflow: hidden;
    }
    .nav {
        background: #fff;
        height: 129px;
        box-shadow: 1px 2px 10px #00000029;
        width: 120%;
    }
    ul li {
        margin-left: 70px;
        padding-top: 20px;
        display: inline;
    }
    #Membersgram_img {
        width: 58px;
        height: 58px;
        vertical-align: middle
    }
    #membersgram_shop {
        font-size: 50px;
        font-weight: 800;
        display: inline;
        vertical-align: middle
    }
    #perfect {
        margin-left: 15%
    }
    #perfect_img {
        width: 320px;
        height: 90px
    }
    .div1 {
        color: #212121;
        font-size: 19px;
        font-weight: 400;
        margin-top: 10px;
        text-align: left;
        width: 150%;
    }
    .bg_color {
        font-size: 16px;
        background: #f3f0f3;
        border-radius: 50px;
        color: #2196F3;
        width: 70%;
        font-weight: 700;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        margin-left: 70px;
        margin-top: 10px;
    }
    .bg_color:hover {
        background-color: #C3C3C3;
        box-shadow: 0 2px 6px #0034
    }
    .ghadim {
        color: #8F8F8F;
        text-decoration: line-through;
        font-size: 18px;
        margin-right: -20px;
        font-weight: 400
    }
    /* modal */
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 10px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    /* Modal Content */
    .mc {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 25%;
        border-radius: 10px;
        height: 300px
    }
    #paragraph {
        color: #212121;
        font-size: 18px;
        padding: 10px;
        font-weight: 400
    }
    #m-header {
        font-size: 25px;
        font-weight: 600;
        padding: 10px
    }
    #confirm-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        float: right;
        margin-left: -1%;
    }
    #cancel-b {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 65%;
    }
    #cancel-bb {
        margin-top: 20px;
        font-size: 18px;
        background-color: #fff;
        color: #2196F3;
        border: #fff !important;
        outline: none !important;
        margin-left: 50%;
    }
    .width_footer {
        width: 250%;
        max-width: 250%;
        margin-left: -26%;
        height: auto
    }
    /* .footer{
         width:140%;
     } */
    .content-main1 {
        padding-bottom: 100px;
    }
    .failed-page {
        position: fixed;
        bottom: 0;
        width: 100%
    }
}