﻿/*light blue: #00aeef*/
/*dark blue: #010039*/


/*@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 100;
    src: url('ISX/IRANSansXFaNum-thin.woff') format('woff'), url('ISX/IRANSansXFaNum-thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 200;
    src: url('ISX/IRANSansXFaNum-UltraLight.woff') format('woff'), url('ISX/IRANSansXFaNum-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 300;
    src: url('ISX/IRANSansXFaNum-light.woff') format('woff'), url('ISX/IRANSansXFaNum-light.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    src: url('ISX/IRANSansXFaNum-medium.woff') format('woff'), url('ISX/IRANSansXFaNum-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    src: url('ISX/IRANSansXFaNum-demibold.woff') format('woff'), url('ISX/IRANSansXFaNum-demibold.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 800;
    src: url('ISX/IRANSansXFaNum-extrabold.woff') format('woff'), url('ISX/IRANSansXFaNum-extrabold.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 900;
    src: url('ISX/IRANSansXFaNum-black.woff') format('woff'), url('ISX/IRANSansXFaNum-black.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: bold;
    src: url('ISX/IRANSansXFaNum-bold.woff') format('woff'), url('ISX/IRANSansXFaNum-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    src: url('ISX/IRANSansXFaNum-regular.woff') format('woff'), url('ISX/IRANSansXFaNum-regular.woff2') format('woff2');
}*/



@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 100;
    src: url('Pelak/PelakFA-thin.woff') format('woff'), url('Pelak/PelakFA-thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 300;
    src: url('Pelak/PelakFA-light.woff') format('woff'), url('Pelak/PelakFA-light.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    src: url('Pelak/PelakFA-medium.woff') format('woff'), url('Pelak/PelakFA-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    src: url('Pelak/PelakFA-semibold.woff') format('woff'), url('Pelak/PelakFA-semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 800;
    src: url('Pelak/PelakFA-extrabold.woff') format('woff'), url('Pelak/PelakFA-extrabold.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 900;
    src: url('Pelak/PelakFA-black.woff') format('woff'), url('Pelak/PelakFA-black.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: bold;
    src: url('Pelak/PelakFA-bold.woff') format('woff'), url('Pelak/PelakFA-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    src: url('Pelak/PelakFA-regular.woff') format('woff'), url('Pelak/PelakFA-regular.woff2') format('woff2');
}



body {
    font-family: Arial !important;
    background-color: white;
    color: black;
    font-size: 15px;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
}

h3 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
}

h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
}

h5 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
}

h6 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
}

p {
    /* font-size: 13px; */
}

a {
    color: black;
    text-decoration: none;
}


    a:hover, a:focus {
        color: black;
        text-decoration: none;
        outline: none;
    }


.MyNav {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 60px;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 25%);
    z-index: 16;
    background-color: #ffffff;
}

    .MyNav .Brand {
        margin-bottom: 0px;
        padding: 0px 0px;
        float: right;
    }

        .MyNav .Brand img {
            width: 100px;
            height: 58px;
            object-fit: contain;
            margin-top: 0px;
            margin-left: 10px;
            border-radius: 10px;
        }



    .MyNav .MyMenu {
        margin-bottom: 0px;
        padding: 19px 0px;
        float: left;
    }

        .MyNav .MyMenu li {
            display: inline-block;
            margin-left: 20px;
            position: relative;
            margin-right: 20px;
        }

            .MyNav .MyMenu li a {
                color: black;
                /* font-size: 13px; */
                cursor: pointer;
                font-weight: bold;
            }

                .MyNav .MyMenu li a.active {
                    font-weight: bold;
                }

                .MyNav .MyMenu li a:hover {
                    text-decoration: none;
                }


.Brand .MyMenu {
    margin-right: 190px;
}

@media only screen and (max-width: 1200px) {
    .Brand .MyMenu {
        margin-right: 80px;
    }
}

@media only screen and (max-width: 1000px) {
    .Brand .MyMenu {
        margin-right: 10px;
    }

    .MyNav .MyMenu li {
        margin-right: 10px;
    }

        .MyNav .MyMenu li a {
            font-size: 11px;
        }
}



.MUMENU li {
    margin-left: 0px !important;
}


.MyPage {
    padding-top: 60px;
    /* background-color: #f3f3f3; */
}


.MyUserAnchor, .MyLoginBTN {
    color: #ffffff !important;
    border: 1px solid #010039;
    background-color: #010039;
    font-size: 13px !important;
    padding: 10px 20px;
    /* padding-top: 0px; */
    border-radius: 10px 25px 10px 25px;
    z-index: 1001;
    font-weight: bold;
}

    .MyLoginBTN.MyMM_Z {
        color: #010039 !important;
        border: 1px solid #010039;
        background-color: white;
        font-size: 13px !important;
        padding: 10px 20px;
        /* padding-top: 0px; */
        border-radius: 10px 25px 10px 25px;
        z-index: 1001;
        font-weight: bold;
    }

.MyUserAnchor {
    /*color: white !important;
    background-color: #202020;*/
}

    .MyUserAnchor .MyCounter {
        position: absolute;
        background-color: #00aeef;
        width: 16px;
        height: 16px;
        text-align: center;
        color: #202020;
        font-size: 10px;
        padding-top: 0px;
        line-height: 18px;
        border-radius: 3px;
        top: -15px;
        left: -3px;
    }

.MyUserMenu {
    display: none;
    position: absolute;
    top: 32px;
    left: 11px;
    background-color: #ffffff;
    padding: 13px;
    /* border-radius: 1px; */
    color: black;
    z-index: 1000;
    width: 200px;
    font-weight: 300;
    -webkit-box-shadow: 0 0px 1px 0 rgb(0 0 0 / 17%), 0 0px 4px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 17%), 0 0px 4px 0 rgb(0 0 0 / 17%);
    z-index: 1001;
}

    .MyUserMenu a, .MyUserMenu a:hover, .MyUserMenu a:active, .MyUserMenu a:focus, .MyUserMenu a:visited {
        color: #4d4d4d;
    }

    .MyUserMenu:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 10px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #ffffff;
    }


    .MyUserMenu .UN {
        padding: 10px;
        /* border-bottom: 1px solid #eeeeee; */
        font-size: 11px;
        font-weight: normal;
    }

        .MyUserMenu .UN a {
            color: white;
        }

        .MyUserMenu .UN .MyProfileImage {
            width: 34px;
            height: 34px;
            object-fit: cover;
            border-radius: 50%;
            position: absolute;
            left: 10px;
            top: 10px;
        }

        .MyUserMenu .UN .UNL {
            font-size: 13px;
            color: #00aeef !important;
            font-weight: bold;
        }

        .MyUserMenu .UN .UMOC {
            color: white !important;
            font-size: 10px;
            margin-top: 10px;
        }

            .MyUserMenu .UN .UMOC .OCS {
                display: inline-block;
                position: relative;
                top: 1px;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: red;
            }

                .MyUserMenu .UN .UMOC .OCS.green {
                    background-color: #14C500;
                }

                .MyUserMenu .UN .UMOC .OCS.yellow {
                    background-color: #00aeef;
                }

                .MyUserMenu .UN .UMOC .OCS.red {
                    background-color: red;
                }

    .MyUserMenu ul {
        padding: 10px 0px 5px;
        margin-bottom: 0px;
    }

        .MyUserMenu ul li {
            display: block !important;
            margin-bottom: 11px;
        }

            .MyUserMenu ul li a {
                list-style: none;
                padding: 6px 10px;
                font-size: 10px !important;
                color: black !important;
            }

                .MyUserMenu ul li a div.inf {
                    font-size: 8px;
                    color: #a3a3a3;
                    margin: 5px 0px;
                }

                .MyUserMenu ul li a span.MyNTF {
                    background-color: red;
                    color: white;
                    width: 8px;
                    height: 8px;
                    font-size: 6px;
                    display: inline-block;
                    position: relative;
                    top: -5px;
                    left: 1px;
                    text-align: center;
                    border-radius: 50%;
                    padding-top: 0px;
                }

    .MyUserMenu .logout {
        padding: 10px 10px 5px;
        /* border-top: 1px solid #eeeeee; */
        font-size: 10px;
    }

        .MyUserMenu .logout a {
            color: #adadad !important;
            font-size: 10px !important;
            font-weight: normal !important;
        }

.MyLoginRegister {
    padding-top: 20px;
}


.MyBackDrop {
    display: none;
    inset: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    visibility: visible;
    position: fixed;
    z-index: 1000;
}

.MyUserAnchor .UPI {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff url(/images/icon/user_Profile.png) center no-repeat;
    background-size: 11px;
    top: 7px;
    margin-right: 5px;
}

.MyUserAnchor .UPICH {
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    /*background: #ffffff url(/images/icon/down-chevron.png) center no-repeat;*/
    background: url(/images/icon/down-chevron_M.png) center no-repeat;
    background-size: 11px;
    top: 1px;
    margin-right: 4px;
}

@media only screen and (max-width: 768px) {
    /*.MyUserAnchor .UPI {
        margin-right: 0px;
    }*/

    .Brand .MyMenu {
        margin-right: 0px;
    }

    .INBLCK {
        display: inline-block !important;
    }

    .Brand {
        margin-right: 55px;
    }
}


/*######################## AP ######################*/



.hasdropdownwidget {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 999999999;
    width: 55px;
    opacity: 1;
}

.dropdownlinks {
    position: absolute;
}

#AP {
    opacity: 1;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffce25 url(/images/icon/edit_B_64.png) center no-repeat;
    background-size: 24px;
    box-shadow: 0 0 3px rgba(0,0,0,.14),0 4px 5px rgba(0,0,0,.28);
    bottom: 0;
    cursor: pointer;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.open #AP {
    background: #ffce25 url(/images/icon/close_64.png) center no-repeat;
    background-size: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 3px rgba(0,0,0,.14),3px 3px 5px rgba(0,0,0,.28);
}


.APEdit {
    position: absolute;
    width: 50px;
    height: 50px;
    /* left: 28px; */
    bottom: 70px;
    z-index: 35;
    border-radius: 50%;
    background: #d01919 url(/images/icon/edit_64.png) center no-repeat;
    background-size: 24px;
    box-shadow: 0 0 3px rgba(0,0,0,.14),0 4px 5px rgba(0,0,0,.28);
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    -webkit-transform: scale(.4) translateY(17px);
    -moz-transform: scale(.4) translateY(17px);
    -ms-transform: scale(.4) translateY(17px);
    -o-transform: scale(.4) translateY(17px);
    transform: scale(.4) translateY(17px);
    opacity: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    visibility: hidden;
}

.DB {
    background: #d01919 url(/images/icon/dashboard_64.png) center no-repeat;
    background-size: 24px;
}

.hasdropdownwidget.open .APEdit {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
    visibility: visible;
}

#dropdownlinks .APEdit:nth-child(1) {
    bottom: 70px;
}

#dropdownlinks .APEdit:nth-child(2) {
    bottom: 130px;
}

#dropdownlinks .APEdit:nth-child(3) {
    bottom: 190px;
}

#dropdownlinks .APEdit:nth-child(4) {
    bottom: 250px;
}

#dropdownlinks .APEdit:nth-child(5) {
    bottom: 310px;
}

#dropdownlinks .APEdit:nth-child(6) {
    bottom: 370px;
}

/* ---------- TOOLTIP ---------- */
a.APtooltip {
    /*position: relative;*/
    display: inline;
}

    a.APtooltip span {
        position: absolute;
        width: 80px;
        top: 10px;
        left: 60px;
        color: #FFF;
        opacity: 0.7;
        padding: 5px;
        background: #000;
        font-size: 11px;
        text-align: center;
        border-radius: 3px;
        /*font-family: Tahoma;*/
    }

        a.APtooltip span:after {
            content: '';
            position: absolute;
            top: 6px;
            left: -6px;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid black;
        }

a:hover.APtooltip span {
    z-index: 100;
}

.open #AP span.main-tooltip {
    opacity: 0;
}


.tooltip-inner {
    font-family: 'Arial' !important;
    font-size: 9px !important;
    margin-bottom: -1px !important;
    padding: 8px;
    color: white;
}

/*##################################################*/

.form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 10px 20px;
    height: 40px;
    border: 1px solid #dbdbdb;
    /* background-color: #f3f3f3; */
    /* font-size: 12px; */
    border-radius: 10px 25px 10px 25px;
    line-height: 24px;
}

    .form-control:focus {
        border-color: #00b0f0;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none;
    }

.btn, .btnO {
    padding: 12px 30px;
    border: none;
    border-radius: 10px 25px 10px 25px;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
    outline: none !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: inline-block;
}

    .btn:focus, .btnO:focus {
        outline: none !important;
    }

    .btn i {
        font-weight: 100;
        position: relative;
        top: 2px;
    }

    .btn.active, .btn:active, .btnO.active, .btnO:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-light {
    background-color: white;
    color: #00aeef;
    /*border-radius: 10px;*/
    border: 1px solid #00aeef;
}

    .btn-light:hover, .btn-light:focus {
        background-color: #00aeef !important;
        color: white;
        outline: none;
    }

    .btn-light:disabled {
        /*background-color: #00aeef;
        color: #fff;*/
    }

.btn-main {
    background-color: white;
    color: #00b0f0;
    /*border-radius: 10px;*/
    border: 1px solid #00b0f0;
}



    .btn-main:hover, .btn-main:focus {
        background-color: #00b0f0 !important;
        color: white;
        outline: none;
    }

    .btn-main:disabled {
        background-color: #010039f2;
        color: #b9b9b9;
        border-color: #010039;
    }

.btn-mainO {
    background-color: white;
    color: #00b0f0;
    /*border-radius: 10px;*/
    border: 1px solid #00b0f0;
}



    .btn-mainO:hover, .btn-mainO:focus {
        background-color: #00b0f0 !important;
        color: white;
        outline: none;
    }

    .btn-mainO:disabled {
        background-color: #202020;
        color: #b9b9b9;
    }

.btn-black {
    background-color: #010039;
    color: white;
}

    .btn-black:hover, .btn-black:focus {
        background-color: #010039;
        color: white;
    }

    .btn-black:disabled {
        background-color: #353535;
    }

.btn-border {
    background-color: white;
    border: 1px solid black;
    color: black;
    padding: 5px 25px;
}

    .btn-border:hover, .btn-border:focus {
        background-color: #F6F6F6;
        color: black;
    }

    .btn-border:disabled {
        background-color: #f3f3f3;
        border: 1px solid #999999;
        color: #999999;
    }

.MyRedStar {
    color: #00aeef !important;
    position: absolute;
    top: 13px;
    right: 5px;
    /* font-weight: bold !important; */
    font-size: 13px;
}



.MyBoxShadow {
    -webkit-box-shadow: 0 0px 1px 0 rgb(0 0 0 / 17%), 0 0px 4px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 17%), 0 0px 4px 0 rgb(0 0 0 / 17%);
    /*box-shadow: 0px 0px 30px -20px #777777;*/
}

.bg-white {
    background-color: white;
    color: black;
}

.MyPanel {
    padding: 20px;
}

img {
    max-width: 100%;
}

.MainContainer {
    padding: 30px 0px;
    min-height: 410px;
}

.bg-grey {
    /*background-color: #F8F8F8;*/
    background-color: #eeeeee;
    color: black;
}

.MarginB0 {
    margin-bottom: 0px;
}


.MyMenuBtn {
    font-size: 27px;
    position: absolute;
    right: 20px;
    top: 7px;
    cursor: pointer;
    padding: 12px 0px;
}

    .MyMenuBtn span {
        display: block;
        width: 25px;
        height: 2px;
        margin: 4px 0;
        background-color: black;
    }




.MobileMenu {
    background-color: #ffffff;
    color: black;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: -100%;
    z-index: 17;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .MobileMenu.active {
        right: 0px;
    }

    .MobileMenu .MyClose {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        top: 25px;
        right: 30px;
    }

    .MobileMenu ul {
        list-style: none;
        margin-top: 45px;
    }

        .MobileMenu ul li {
            margin-bottom: 10px;
        }

            .MobileMenu ul li a {
                color: black;
                padding: 12px;
                display: block;
                font-size: 13px;
                font-weight: bold;
            }

.MobileMenuLogo img {
    width: 130px;
    margin-top: 9px;
}
















.MyMobileMenuBTN {
    position: absolute;
    top: 19px;
    right: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

    .MyMobileMenuBTN span {
        position: absolute;
        display: block;
        width: 35px;
        height: 2px;
        margin: 10px 0;
        background-color: #000000;
        /*transition: all 200ms cubic-bezier(.2,.6,.3,1);*/
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .MyMobileMenuBTN span.S1 {
            top: -9px;
        }

        .MyMobileMenuBTN span.S12 {
            top: 0px;
        }

        .MyMobileMenuBTN span.S2 {
            top: 9px;
        }

    .MyMobileMenuBTN.active span.S1 {
        transform: translatex(0px) rotate(45deg);
        top: 0px;
    }

    .MyMobileMenuBTN.active span.S12 {
        background-color: white;
    }

    .MyMobileMenuBTN.active span.S2 {
        transform: translatex(0px) rotate(-45deg);
        top: 0px;
    }

.MyMobileMenu {
    display: none;
    width: 100%;
    height: 100vh;
    /* background-color: #ffffffe6; */
    background-color: #ffffff;
    z-index: 15;
    padding: 50px;
    position: fixed;
    padding-top: 10vh;
    top: 50px;
}

    .MyMobileMenu ul {
        padding: 0px !important;
    }

    .MyMobileMenu a {
        font-size: 15px;
        font-weight: 700;
        display: block;
        padding: 10px 0px;
        margin-bottom: 18px;
        color: #010039;
    }

.MobileMenuLogo img {
    width: 100px;
    border-radius: 20px;
}


.hdn {
    display: none;
}

#MyRating {
    margin: 0 auto;
    height: 20px;
    display: inline-block;
}

.dinb {
    display: inline-block;
}

.myRateH {
    height: 20px;
}

.MyHonorImg {
    object-fit: cover;
}

.MyNewsImg {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
}

.MyTruncatedText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}


.MyTruncatedText2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    @supports (-webkit-line-clamp: 2) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.jqstooltip {
    min-height: 25px;
    min-width: 49px;
    text-align: right;
}



.SliderParent {
    direction: ltr;
    /* margin-bottom: 30px; */
    /* margin-top: 30px; */
}

    .SliderParent .owl-stage-outer {
        /* border-radius: 30px; */
    }

    .SliderParent .owl-dots {
        position: absolute;
        bottom: 0px;
        width: 100%;
        text-align: center;
    }

@media only screen and (max-width: 768px) {
    .SliderParent .owl-stage-outer {
        /* border-radius: 20px; */
    }
}

.MySliderItem {
    direction: rtl;
    background-color: black;
}

    .MySliderItem img {
        min-height: 240px;
        object-fit: cover;
        /*opacity: 0.6;*/
        opacity: 1;
        /*width: 100%;*/
        /*height: 0.6vw;*/
    }

.SliderOverlay {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: white;
    width: 60%;
}

    .SliderOverlay h2 {
        font-size: 40px;
        font-weight: 900;
        margin-bottom: 25px;
    }

    .SliderOverlay a {
        color: white;
        background-color: #00aeef;
        display: inline-block;
        /* border: 1px solid white; */
        border-radius: 10px 25px 10px 25px;
        padding: 15px 35px;
        margin-top: 10px;
    }


@media only screen and (max-width: 768px) {
    .SliderOverlay h2 {
        font-size: 16px;
    }
}

.MyJustify {
    text-align: justify;
    line-height: 25px;
    /*font-size:*/
}

    .MyJustify img {
        max-width: 100%;
        height: auto !important;
        border-radius: 10px 50px;
        margin: 15px 0px;
    }

@media only screen and (max-width: 768px) {
    .MyJustify img {
        border-radius: 10px 35px;
    }
}


.MyHomeItems {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .MyHomeItems .MHItem {
        margin-bottom: 30px;
        border-radius: 5px;
        position: relative;
        display: inline-block;
    }

        .MyHomeItems .MHItem img {
            border-radius: 5px;
            width: 100%;
            /* height: 180px; */
            /* object-fit: cover; */
            display: block;
        }

        .MyHomeItems .MHItem .MyOvB {
            background: linear-gradient(to top, rgb(0 0 0 / 50%), transparent);
            display: block;
            width: 100%;
            height: 44px;
            position: absolute;
            bottom: 0px;
            border-radius: 5px;
        }


        .MyHomeItems .MHItem .MT {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 14px;
            font-weight: bold;
        }

.Margin30 {
    margin: 30px 0px;
}

.Margin60 {
    margin: 60px 0px;
}

.OC {
    margin-bottom: 50px;
    display: block;
}

.hasNtf:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 50%;
    background-color: #00aeef;
    position: absolute;
    top: 7px;
    right: 0px;
}

.MyFooter {
    background-color: #e7e7e7;
    color: black;
    font-size: 13px;
    padding: 15px 0px;
}


    .MyFooter .MyFInfo img {
        width: 130px;
        display: block;
        margin-bottom: 15px;
    }

    .MyFooter .MyFInfo p {
        margin-bottom: 15px;
    }

    .MyFooter .MyFI {
        padding: 30px 0px
    }

        .MyFooter .MyFI i {
            font-size: 14px;
        }

        .MyFooter .MyFI h6 {
            margin-top: 0px;
        }

        .MyFooter .MyFI p {
            font-size: 12px;
        }

.DeveloperInfo {
    background-color: #d9d9d9;
    font-size: 9px;
    color: black;
    text-align: center;
    padding: 15px 5px;
}

    .DeveloperInfo a, .MyFooter a {
        color: black;
        text-decoration: none;
    }


.MyTrainerItem {
    /* margin-top: 20px; */
    margin-bottom: 30px;
    text-align: center;
}

    .MyTrainerItem img {
        width: 100%;
        /*height: 250px;*/
        /*object-fit: cover;*/
    }





.MyTruncatedText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.MyLeaderItem {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

    .MyLeaderItem img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 50%;
        border: 1px solid silver;
    }

.MyArticleItem {
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

    .MyArticleItem img {
        border-radius: 5px 5px 0px 0px;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .MyArticleItem .AD {
        padding: 5px 20px 20px 20px;
    }


.hdn {
    display: none;
}

#MyRating {
    margin: 0 auto;
    height: 20px;
    display: inline-block;
}

.dinb {
    display: inline-block;
}

.myRateH {
    height: 20px;
    font-size: 9px;
    color: #7d7d7d;
}

.MyGoogleMap {
    width: 100%;
    /*height: 200px;*/
    height: 200px;
    border: 1px solid #dadada;
}

.DFPRate {
    /*text-align: left;*/
    font-size: 11px;
    margin-top: 10px;
}

.MyCHL label {
    padding: 0 5px;
    font-weight: normal;
}

.MyPageHeader {
    position: relative;
    background-color: #0069ad;
    /* background: linear-gradient(197deg, rgba(0, 174, 239, 1) 0%, rgba(0, 0, 57, 1) 85%); */
    color: #ffffff;
    /* background-image: url(/Images/BC_01.jpg); */
    padding: 40px 0;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

    .MyPageHeader h1 {
        font-size: 20px;
        margin-bottom: 25px;
        margin: 0px;
        /* margin-bottom: 15px; */
        line-height: 1.6;
    }

.MyBreadcrumb {
    color: #ffffff;
    font-size: 13px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    /* float: left; */
    margin-top: 20px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
}

    .MyBreadcrumb li {
        display: inline-block;
    }



    .MyBreadcrumb > li + li {
        margin-right: 19px;
    }

        .MyBreadcrumb > li + li:before {
            content: "";
            display: block;
            position: absolute;
            background: #d7d7d7;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            margin-right: -13px;
            margin-top: 5px;
        }

    .MyBreadcrumb li a {
        color: #ffffff;
    }

    /*.MyBreadcrumb li.BCC {
        color: red;
    }*/

    .MyBreadcrumb li.BCC a {
        color: #00aeef;
    }

    .MyBreadcrumb li.BCC:before {
        background: #00aeef;
    }



@media only screen and (max-width: 768px) {
    .MyPageHeader {
        padding: 29px 0;
    }

    /*.MyPageHeader h1 {
            font-size: 20px;
        }*/

    .MyBreadcrumb {
        font-size: 10px;
    }

        .MyBreadcrumb > li + li:before {
            width: 5px;
            height: 5px;
            margin-top: 4px;
        }
}

.PageContent {
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 350px;
}


.MyWhite * {
    color: white !important;
}

.MySmallDate {
    font-size: 12px;
}


.MySM {
    font-size: 11px;
}

.MyMM {
    font-size: 11px;
}

.MyImage {
    text-align: center;
    margin: 20px auto;
}

    .MyImage img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 50%;
        padding: 5px;
    }

.MyCenter {
    text-align: center !important;
}

.UserProfileChart canvas {
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
}

/*.UserProfileChart_2 canvas {
    position: absolute;
    margin-top: -10px;
    margin-right: -10px;
}*/
.UserProfileChart_2 canvas {
    position: absolute;
    margin-top: -5px;
    margin-right: -5px;
}

.UserProfileChart_3 canvas {
    position: absolute;
    margin-top: -10px;
    margin-right: -10px;
}

.UserProfileChart_4 canvas {
    position: absolute;
    margin-top: -15px;
    margin-right: -15px;
}

.UserProfileChart_5 canvas {
    position: absolute;
    margin-top: -20px;
    margin-right: -20px;
}

.UserProfileChart_6 canvas {
    position: absolute;
    margin-top: -25px;
    margin-right: -25px;
}

a {
    cursor: pointer;
}



.Taken {
    background-color: #f3f3f3;
    color: #8b8b8b;
}

    .Taken img {
        -webkit-filter: grayscale(1) blur(2px); /* Safari 6.0 - 9.0 */
        filter: grayscale(1) blur(2px);
    }


.comment-text {
    font-size: 12px;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


.W100 {
    width: 100%;
}

.btnGRP {
    padding: 7px;
    background: #979797;
}


.LoadingSpinnerParent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4000001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    /*background: rgba(255, 255, 255, 0.45);*/
}

div.LoadingSpinner {
    position: fixed;
    top: 45%;
    right: 52%;
    width: 43px;
    height: 43px;
    margin: 20px auto;
    border-radius: 50%;
    border: dashed 3px #60c3aa;
    animation-name: loader-spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 5000002;
}


.TestAnswers {
}

    .TestAnswers table tr td, .TestAnswers table tr th {
        padding: 0px;
        border: none;
    }

    /*.TestAnswers table * {
        padding: 0px;
        border: none;
    }*/

    .TestAnswers label, .TestAnswersCH label {
        padding-right: 10px;
    }

.modal-content {
    padding: 0 !important;
}

.MyModalInner {
    padding: 20px;
}

#AnchorAnswer {
    color: white !important;
}

.MyServiceItem img {
    width: 100%;
    margin-bottom: 10px;
}

.MyST {
    color: #d00000 !important;
    text-decoration: line-through;
    font-size: 12px;
}

.MySSLogo {
    width: 300px;
}

.MyLogo {
    /*width: 70px;*/
    width: 50px;
}

.MyYT * {
    color: #06205d !important;
}

.PageTitle {
    font-size: 25px !important;
}

.MyTDesc {
    padding: 10px;
    font-size: 10px;
    line-height: 18px;
}

.SelectedT {
    border: 1px solid #0F2E6B;
    -webkit-box-shadow: 0 0 10px 0 #0F2E6B;
    box-shadow: 0 0 10px 0 #0F2E6B;
}



.MyDelete {
    color: red !important;
}

.MyMargin10 {
    margin: 10px 0px;
}

.MyMargin20 {
    margin: 20px 0px;
}

.MyMargin30 {
    margin: 30px 0px;
}

.DatilsInfo {
    margin: 20px 0px;
    color: #6c6c6c;
}

.MyPriceItem {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    overflow: hidden;
}

    .MyPriceItem .Title {
        background-color: #202020;
        color: white;
        padding: 20px;
        padding-bottom: 5px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px 5px 0px 0px;
        position: relative;
        width: 100%;
        min-height: 75px;
    }

        .MyPriceItem .Title:after {
            position: absolute;
            top: 100%;
            left: 0;
            content: "";
            height: 0;
            width: 0;
            border-right: 900px solid #202020;
            border-bottom: 80px solid transparent;
            border-top: 0px solid transparent;
            overflow: hidden;
        }

    .MyPriceItem .Price {
        background-color: #00aeef;
        color: #202020;
        padding: 20px;
        padding-top: 40px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

        .MyPriceItem .Price:after {
            content: 'تومان';
            position: relative;
            top: -10px;
            right: 3px;
            font-size: 10px;
        }

    .MyPriceItem .Details {
        padding: 30px;
        color: #767676;
        line-height: 30px;
        font-size: 11px;
    }

    .MyPriceItem .Buy {
        text-align: center;
    }

        .MyPriceItem .Buy a {
            margin-top: 30px;
            background-color: #00aeef;
            color: #202020;
            text-align: center;
            /*font-size: 16px;*/
            padding: 7px 20px;
            border-radius: 2px;
            display: inline-block;
            line-height: normal;
            font-weight: bold;
        }


.MyContentHeight {
    height: 320px;
    overflow-y: hidden;
}



.custom-file-input input[type=file] {
    color: transparent;
}

    .custom-file-input input[type=file]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input input[type=file]::before {
        content: 'تصویر پروفایلتان را انتخاب کنید';
        color: black;
        display: inline-block;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        padding: 10px 20px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        /*font-size: 10pt;*/
        color: #202020;
    }

.custom-file-input2 input[type=file]::before {
    content: 'فایل را انتخاب کنید';
}

.custom-file-input input[type=file]:hover::before {
    /*border-color: black;*/
}

.custom-file-input input[type=file]:active {
    outline: 0;
}

    .custom-file-input input[type=file]:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }

th {
    text-align: right;
}


.comment {
    padding-top: 13px;
}

.comment-avatar {
    border-radius: 999999px;
    display: block;
    float: right;
    height: 32px;
    position: relative;
    width: 32px;
    object-fit: cover;
}

.comment-body {
    float: none;
    margin-right: 45px;
    position: relative;
}

    .comment-body:before {
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        top: 11px;
        width: 0;
        border-color: transparent transparent transparent #202020;
        border-width: 6px 0 6px 6px;
        left: auto;
        right: -6px;
    }

.comment-text {
    border: 1px solid #202020;
    background-color: #202020;
    border-radius: 5px;
    padding: 15px 12px;
    color: white;
}

.comment-heading {
    font-size: 9px;
    padding-bottom: 15px;
}

    .comment-heading a {
        color: #00aeef;
        display: inline-block;
        font-size: 10px;
        margin-right: 0px;
    }

    .comment-heading span {
        color: #e5e5e5;
        display: inline-block;
        font-size: 9px;
        margin-right: 5px;
    }

textarea.form-control {
    min-height: 100px !important;
    resize: vertical;
}

.btnInBubble {
    padding: 7px 15px 6px;
    font-size: 11px;
}

.PaymentSummary {
    line-height: 30px;
}

.MyUL {
    list-style: none;
    padding: 0px !important;
}

.MyPS {
    padding: 20px;
    background-color: #00aeef;
    line-height: 35px;
    border-radius: 5px;
}

.MyDiscountDiv {
    /*display: inline-block;*/
}

    .MyDiscountDiv input {
        display: inline-block;
    }

    .MyDiscountDiv .MyDCbtn {
        display: inline-block;
        position: absolute;
        padding: 4px;
        left: 45px;
    }

.MyCover {
    position: relative;
}

    .MyCover img {
        width: 100%;
    }

    .MyCover .MyOvB {
        /* background: linear-gradient(to top, rgb(0 0 0 / 50%), transparent); */
        display: block;
        width: 100%;
        height: 73px;
        position: absolute;
        bottom: 0px;
        border-radius: 5px;
    }

        .MyCover .MyOvB h1 {
            font-size: 30px;
            color: #202020;
            margin-right: 20px;
        }

@media only screen and (max-width: 768px) {
    .MyCover .MyOvB {
        height: 65px;
    }

        .MyCover .MyOvB h1 {
            font-size: 20px;
        }
}

.MyOCItem {
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .MyOCItem img {
        border-radius: 5px;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .MyOCItem .MyOvB {
        background: linear-gradient(to top, rgb(0 0 0 / 50%), transparent);
        display: block;
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 0px;
        border-radius: 5px;
    }

    .MyOCItem .MT {
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 14px;
        font-weight: bold;
        width: 90%;
        text-align: center;
    }

    .MyOCItem .TR {
        position: absolute;
        bottom: 5px;
        right: 10px;
        color: white;
        font-size: 11px;
        font-weight: normal;
    }

    .MyOCItem .TL {
        position: absolute;
        bottom: 5px;
        left: 10px;
        color: white;
        font-size: 11px;
        font-weight: normal;
    }

.highcharts-credits {
    display: none !important;
}

.MyVSM {
    color: black;
}

.FWImg {
    width: 100%;
}

.MyPagination {
    display: block;
}

    .MyPagination a, .MyPagination span.active {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 7px;
        padding: 0;
        font-size: 13px;
        line-height: 33px;
        font-weight: 400;
        background-color: #fff;
        border: none;
        color: #777777;
        text-align: center;
        transition: .4s;
        border-radius: 50%;
    }

        .MyPagination a:hover {
            color: #fff;
            background-color: #202020;
        }

    .MyPagination span.active {
        color: #202020;
        background-color: #00aeef;
    }

.MyNewItemLABEL {
    display: inline-block;
    background-color: #00aeef;
    color: #202020 !important;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
    color: black;
    border-radius: 5px;
}


select.form-control {
    /* padding-top: 0px; */
}


.modal-title {
    font-size: 13px;
}

.MyCloseCross {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 28px;
    height: 28px;
}

    .MyCloseCross:before, .MyCloseCross:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 28px;
        width: 2px;
        background-color: #000;
    }

    .MyCloseCross:before {
        transform: rotate(45deg);
    }

    .MyCloseCross:after {
        transform: rotate(-45deg);
    }


.imgFS {
    width: 100%;
    margin: 20px 0px;
}

.Margin200 {
    margin: 20px 0px;
}

.I {
    margin-bottom: 15px;
}

.AnchorWA {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10000000;
}

    .AnchorWA img {
        width: 50px;
    }

@media only screen and (max-width: 768px) {

    .AnchorWA {
        right: 20px;
        bottom: 20px;
    }

        .AnchorWA img {
            width: 40px;
        }
}

.MyGymItem {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .MyGymItem a {
        display: block;
    }

    .MyGymItem img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 30px
    }

    .MyGymItem .GD {
        /* background: linear-gradient(to top, rgb(0 0 0 / 50%), transparent); */
        display: block;
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 0px;
        border-radius: 5px;
        padding: 15px;
    }

        .MyGymItem .GD .GymTitle {
            /* margin: 15px; */
            /* margin-top: -49px; */
            background-color: white;
            border-radius: 15px;
            text-align: center;
            padding: 10px;
            /* position: absolute; */
            display: block;
            width: 100%;
        }

            .MyGymItem .GD .GymTitle h3 {
                font-size: 15px;
                margin: 0px;
            }

    .MyGymItem .GymDetail {
        background-color: #202020;
        padding: 15px 15px 5px 15px;
    }

        .MyGymItem .GymDetail h3 {
            font-size: 16px;
            margin: 15px;
            text-align: center;
            color: white;
        }

        .MyGymItem .GymDetail .TA {
            color: #bdbdbd;
            margin-bottom: 15px;
        }

@media only screen and (max-width: 768px) {
    .MyGymItem img {
        border-radius: 20px
    }
}



#QRCode {
    margin: 8px;
    text-align: center;
    margin-bottom: 20px;
}

    #QRCode canvas {
        width: 130px;
    }

/*.MyLogoutBTN {
    color: red;
    margin: 20px;
    padding: 10px 15px;
    text-decoration: underline;
    display: inline-block;
}

    .MyLogoutBTN:hover {
        text-decoration: none;
        background-color: red;
        color: white;
    }*/

.MyLogoutBTN {
    margin: 20px;
    padding: 10px 15px;
    /* text-decoration: underline; */
    display: inline-block;
    background-color: #00aeef;
    color: white;
    border-radius: 10px;
}

    .MyLogoutBTN:hover {
        text-decoration: none;
        color: white;
    }


.MyLTRINLB {
    direction: ltr;
    display: inline-block;
}

.text-danger {
    color: red;
}

.text-success {
    color: #00c103;
}

table {
    width: 100%;
}

thead th {
    background-color: #010039;
    color: white;
    border-color: #010039 !important;
    !i;
    !;
    !;
    ! indianred;
    ! indianred;
    ! crimson;
    ! crimson;
    ! indianred;
    ! indianred;
    ! i;
    !;
    !;
}

.MyUPTR td {
    background-color: #bdbdbd30;
}

.MyUPDTR * {
    font-size: 11px;
}

.MyUPDTR td {
    border: none !important;
}

.textLeft {
    text-align: left !important;
}

.MyTableResponsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .MyTableResponsive tfoot {
        background: #ebebeb;
        font-weight: bold;
    }

@media only screen and (max-width: 800px) {
    .MyTableResponsive {
        font-size: 11px !important;
    }

        .MyTableResponsive .table-header .table-caption {
            font-size: 13px !important;
        }

        .MyTableResponsive .label {
            font-size: 9px !important;
        }
}

.UserPrifileIcon {
    width: 19px;
    margin-left: 7px;
    margin-top: -2px;
}

.imgGym {
    width: 100%;
    margin-bottom: 30px;
    height: 500px;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .imgGym {
        height: auto;
    }
}






/*.ContactUsGymItem img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
}*/

#googleMap, .googleMap {
    height: 300px !important;
    margin-bottom: 0px;
    margin-top: 0px !important;
    border-radius: 10px !important;
}

/*.MyContactUsMap {
    width: 100%;
    height: 200px !important;
    margin-bottom: 0px;
    margin-top: 0px !important;
    border-radius: 30px !important;
}*/

@media only screen and (max-width: 768px) {
    /*#googleMap, .googleMap, .MyContactUsMap {
        border-radius: 20px !important;
    }*/

    /*.ContactUsGymItem img {
        border-radius: 20px;
    }*/
}


.btnCall {
    display: inline-block;
    color: #00aeef;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 10px;
    /* margin-bottom: 30px; */
}

.MySVGTitle {
    margin-top: 10px;
    margin-bottom: 25px;
    background-color: #d1d1d1;
    border-radius: 30px;
    padding: 25px;
}

.MySportItem {
    margin-bottom: 30px;
}

    .MySportItem img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 30px;
    }

    .MySportItem h6 {
        text-align: center;
        margin-top: 15px;
        color: white;
        margin-bottom: 10px;
        padding-bottom: 14px;
    }

@media only screen and (max-width: 768px) {
    .MySportItem img {
        border-radius: 20px;
    }
}



.MyTrainerItem {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

    .MyTrainerItem img {
        width: 100%;
        /* height: 350px; */
        object-fit: cover;
        border-radius: 30px 30px 0px 0px;
    }


@media only screen and (max-width: 768px) {
    .MyTrainerItem img {
        border-radius: 20px 20px 0px 0px;
    }
}


.MyTrainerItem h6 {
    text-align: center;
    margin-top: 15px;
}

/*.MyTrainerItem .Desc {
    height: 36px;
    overflow-y: hidden;
    padding: 0px 10px;
}*/

.MyTrainerItem .Desc {
    height: 36px;
    overflow-y: hidden;
    padding: 0px 10px;
}


@media only screen and (max-width: 768px) {
    .MyTrainerItem img {
        height: 220px;
    }
}


.PlanItem {
    padding: 30px;
    background-color: #eeeeee;
    margin-bottom: 30px;
}

    .PlanItem .Sport {
        margin-bottom: 5px;
    }

    .PlanItem .Title {
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0px;
    }

    .PlanItem .Trainers {
        margin-bottom: 15px;
    }

    .PlanItem .Prices {
        line-height: 23px;
    }

@media only screen and (max-width: 768px) {
    .PlanItem .Prices {
        margin-right: 30px;
    }
}

.AnchorAllClasses {
    margin: 15px 0px 30px;
    color: #00aeef;
    text-decoration: underline;
    display: inline-block;
}

.imgSport {
    width: 100%;
    /*height: 350px;
    object-fit: cover;*/
    border-radius: 20px;
}

/*@media only screen and (max-width: 768px) {
    .imgSport {
        height: auto;
        border-radius: 20px;
    }
}*/


.PlanDet {
    margin: 20px 0px;
    line-height: 25px;
}

.MyPaymentBTNs {
    margin: 50px 0px;
}

    .MyPaymentBTNs .MyPrc {
        padding: 25px;
        /*background-color: #eeeeee;*/
        margin-bottom: 30px;
        border-radius: 15px;
    }

        .MyPaymentBTNs .MyPrc.FILLED {
            background-color: #ebebeb;
        }

        .MyPaymentBTNs .MyPrc h6 {
            margin-top: 0px;
            margin-bottom: 15px;
        }

        .MyPaymentBTNs .MyPrc div {
            margin-bottom: 10px;
        }

            .MyPaymentBTNs .MyPrc div.text-left {
                margin-bottom: 0px;
                margin-top: 20px;
            }

        .MyPaymentBTNs .MyPrc .lb_Payment {
            padding: 10px 15px;
            background-color: #00aeef;
            color: white;
            /*text-decoration: underline;*/
            display: inline-block;
            /*font-weight: bold;*/
            border-radius: 10px;
        }

            .MyPaymentBTNs .MyPrc .lb_Payment:hover {
                text-decoration: none;
            }


.MyExImg img {
    border-radius: 10px 50px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .MyExImg img {
        border-radius: 10px 35px;
    }
}

.MyNewPageHeader {
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 30px;
    background-color: white;
}

    .MyNewPageHeader h1 {
        font-size: 20px;
        margin: 5px 0px 20px;
        color: #202020;
        display: inline-block;
    }



.MyBox {
    /* padding: 20px; */
    /* margin: 20px 0px; */
    /* border-radius: 30px; */
    /* background-color: white; */
}

@media only screen and (max-width: 768px) {

    .MyNewPageHeader {
        border-radius: 20px;
    }

        .MyNewPageHeader h1 {
            display: block;
        }

    .MyBreadcrumb {
        float: none;
        display: block;
    }

    .MyBox {
        /* border-radius: 20px; */
        /* padding: 15px; */
    }
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    background-size: 1em;
}

.GymGallery {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .GymGallery {
        border-radius: 20px;
    }
}





table.rounded-corners {
    border-radius: 12px 26px;
    border-spacing: 0;
    border-collapse: separate;
    overflow: hidden;
}

th, td {
    /* padding: 9px 8px 15px !important; */
    line-height: 24px !important;
}

.MyNewsItem {
    background-color: white;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    margin-bottom: 30px;
}

    .MyNewsItem img {
        /* width: 100%;
        height: 250px;
        object-fit: cover;*/
        border-radius: 15px;
    }

    .MyNewsItem h5 {
        font-size: 14px;
        font-weight: bold;
        color: black;
        margin: 20px 0px;
        line-height: 20px;
    }

    .MyNewsItem p {
        font-size: 12px;
        padding-bottom: 15px;
    }


.MyFooterItem {
    text-align: center;
    line-height: 20px;
}

.FooterAddress {
    line-height: 28px;
}


.MyFooterItem.SMs {
    padding: 20px 0px;
}

    .MyFooterItem.SMs a {
        padding: 9px 11px;
        font-size: 27px;
        background-color: white;
        border-radius: 15px;
        display: inline-block;
        margin: 4px;
    }

.FooterLogo, .FooterEnamad {
    width: 140px;
    height: 80px;
    object-fit: contain;
}

.ContactUsForm {
}

    .ContactUsForm h5 {
        margin-top: 0px;
    }

.MyQuichAccess {
    padding: 20px;
}

    .MyQuichAccess.MySearch {
        border-left: 1px solid #e7e7e7;
        border-bottom: none;
    }

@media only screen and (max-width: 991px) {
    .MyQuichAccess.MySearch {
        border-bottom: 1px solid #e7e7e7;
        border-left: none;
    }
}

.MyFooterPhones {
    margin: 20px 0px;
}

    .MyFooterPhones div {
        margin: 8px;
    }

        .MyFooterPhones div a {
            font-size: 12px !important;
            padding: 4px !important;
        }

.aparat {
    padding: 12px !important;
}

    .aparat svg {
        margin-bottom: -1px;
    }


.imgTrainerSingle {
    width: 300px;
    border-radius: 30px;
    margin-bottom: 30px;
}



.MySportItem {
    background-color: #202020;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    margin-bottom: 30px;
}

    .MySportItem img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 30px 30px 0px 0px;
    }

    .MySportItem h5 {
        font-size: 14px;
        font-weight: bold;
        color: white;
        margin: 20px 0px;
    }

    .MySportItem p {
        font-size: 12px;
        padding-bottom: 15px;
    }

@media only screen and (max-width: 768px) {

    .MySportItem {
        border-radius: 20px;
    }

        .MySportItem img {
            border-radius: 20px 20px 0px 0px;
        }
}



.MyTrainerItem {
    background-color: #202020;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

    .MyTrainerItem img {
        width: 100%;
        /* height: 220px; */
        object-fit: cover;
        border-radius: 30px 30px 0px 0px;
    }

    .MyTrainerItem h6 {
        font-size: 14px;
        font-weight: bold;
        color: white;
        margin: 20px 0px;
    }

    /*.MyTrainerItem .Desc {
        color: white;
        height: 36px;
        overflow-y: hidden;
        padding: 0px 10px;
        margin-bottom: 15px;
        display: inline-block;
    }*/


    .MyTrainerItem .Desc {
        color: white;
        height: 36px;
        overflow-y: hidden;
        padding: 0px 10px;
        margin-bottom: 15px;
        display: inline-block;
    }

    .MyTrainerItem .MyD {
        color: white;
        padding: 0px 10px;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 22px;
        height: 70px;
        /* padding-bottom: 5px; */
    }

@media only screen and (max-width: 768px) {
    .MyTrainerItem {
        border-radius: 20px;
    }

        .MyTrainerItem img {
            border-radius: 20px 20px 0px 0px;
        }

    .imgTrainerSingle {
        border-radius: 20px;
    }
}

.MyOfflineClassItem {
}

    .MyOfflineClassItem p {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .MyOfflineClassItem .MyPrice {
        color: green;
        font-weight: bold;
        padding-bottom: 15px;
    }

.OfflinePaymentBTN {
    padding: 10px 15px;
    background-color: #00aeef;
    color: white;
    display: inline-block;
    border-radius: 10px;
}

    .OfflinePaymentBTN:hover {
        text-decoration: none;
        color: white;
    }


.alert {
    border-radius: 20px !important;
}

#alert4User {
    margin-bottom: 0px !important;
}


.MyOfflineVideoItem {
    border: 1px solid #d1d1d1;
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .MyOfflineVideoItem {
        border-radius: 20px;
    }
}

.MyOfflineVideoItem i.fa-play-circle {
    font-size: 40px;
}

.MyOfflineVideoItem i.fa-lock {
    position: absolute;
    top: -6px;
    right: 6px;
    color: #727272;
    font-size: 17px;
}

.MyOfflineVideoItem i.fa-check {
    position: absolute;
    top: -6px;
    right: 6px;
    font-size: 17px;
}

.MyOfflineVideoItem .VDsc {
    position: absolute;
    top: 32px;
    right: 76px;
}

.MyOfflineVideoItem.TEMP, .MyOfflineVideoItem.Locked {
    color: silver;
    background-color: #f9f9f9;
}

.MyOfflineVideoItem.Done {
    color: #00b100;
    background-color: #00b10014;
}

/*.video-js {
    border-radius: 30px!important;
}*/
.aU {
    text-decoration: underline;
}


@media only screen and (max-width: 768px) {
    .MyMobileInProfile {
        margin-top: 10px;
        display: inline-block;
    }
}

.BirthDay select {
    display: inline-block !important;
    width: 98px;
    margin-bottom: 10px;
    font-size: 12px;
}


.MySex a {
    font-size: 18px;
    width: 43px;
    margin-left: 5px;
    padding: 7px !important;
    border-radius: 10px;
    border: 1px solid white;
}

    .MySex a:hover {
        font-size: 18px;
        width: 43px;
    }

    .MySex a.MyActive {
        /*-webkit-box-shadow: 0 0 5px 0 #9b006c;
        box-shadow: 0 0 5px 0 #9b006c;*/
        background-color: #e6e6e6 !important;
        border-color: #00aeef !important;
        border: 1px solid #00aeef;
    }


.form-group .col-sm-2 {
    margin-bottom: 5px;
}

.label {
    /* padding: 0px 5px 5px !important; */
}

.MySection {
    padding: 60px 0px;
}

.bg-grey {
    background-color: #ededed;
}

.MarginB0 {
    margin-bottom: 0px !important;
}


.ImageSquare {
    display: block;
    position: relative;
    padding-top: 100%;
}

    .ImageSquare img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.Image169 {
    display: block;
    position: relative;
    padding-top: 56.25%;
}

    .Image169 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.Image43 {
    display: block;
    position: relative;
    padding-top: 75%;
}

    .Image43 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


.Image34 {
    display: block;
    position: relative;
    padding-top: 133%;
}

    .Image34 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


.MyPlanTypeItem {
    padding: 10px;
    /* margin-bottom: 30px; */
    text-align: center;
}

    .MyPlanTypeItem img {
        border-radius: 15px;
    }

    .MyPlanTypeItem h6 {
        margin-top: 11px;
        margin-bottom: 0px;
        padding-bottom: 8px;
        line-height: 19px;
    }

    .MyPlanTypeItem p {
        padding-bottom: 10px;
    }

.MyCHL label {
    padding: 0px 5px;
    font-weight: normal;
}

.MyCHL td {
    padding: 0px !important;
}



.MyClassSearchBox {
    width: 100%;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

    .MyClassSearchBox h5 {
        margin-top: 0px;
    }


    .MyClassSearchBox .SearchHeader {
        font-size: 15px;
        border-bottom: 1px solid silver;
        padding-bottom: 10px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

.MyEmptyClass {
    padding: 30px 0px 40px;
    border-radius: 15px;
    text-align: center;
}

.MyClassItem {
    padding: 20px 20px 13px;
    border-radius: 15px;
    /*text-align: center;*/
    margin-bottom: 30px;
}


    .MyClassItem .Sport {
        margin-bottom: 5px;
    }

    .MyClassItem .Title {
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0px;
    }

    .MyClassItem .Trainers {
        margin-bottom: 5px;
    }

    .MyClassItem .SubTitle {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .MyClassItem .Prices {
        line-height: 30px;
        padding-right: 20px;
    }

.owl-nav {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00aeef;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
}

.MySearchAnchor {
    font-size: 14px !important;
}

#divSearch {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background-color: #0172d1;*/
    background-color: white;
    z-index: 1000000;
    padding-top: 25vh;
    color: white;
}

    #divSearch .MyClose {
        position: fixed;
        top: 20px;
        left: 28px;
        color: #000000;
        font-size: 30px;
    }

    /*#divSearch .form-control {
        margin-bottom: 10px;
        padding: 20px;
    }

    #divSearch .MySearchBtn {
        background-color: #3ca6ff;
        min-width: 100px;
    }*/

    #divSearch .MyRedStar {
        display: none;
    }

.MyInputGroup .form-control {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    height: 40px;
    padding: 10px 20px;
    border-left: none;
}

.MyInputGroup .btn {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: -2px;
    height: 40px;
    padding: 9px 20px;
    font-size: 12px;
}


.MyInputGroup .C {
    margin: 0 auto;
    float: none !important;
}

    .MyInputGroup .C #txtSearchQuery {
        width: 70%;
    }



.btn-dark, .btn-dark:hover, .btn-dark:focus {
    color: white;
    background-color: #000039;
    border: 1px solid #000039;
}

.btn-dark-hover:hover {
    background-color: #00aeef;
    border: 1px solid #00aeef;
}


.NewSlider {
    background-color: #00aeef;
    padding: 40px 0px;
    background: #00AEEF;
    /*background: linear-gradient(197deg, rgba(0, 174, 239, 1) 0%, rgba(0, 0, 57, 1) 100%);*/
    background: linear-gradient(197deg, rgba(0, 174, 239, 1) 30%, rgba(0, 0, 57, 1) 100%);
}

.MyHeader {
    /*margin-bottom: 60px;*/
}

    .MyHeader img {
        /*max-height: 300px;*/
        margin: 0px auto;
        display: block;
    }

.MyHeaderText {
    margin: 70px 0px 30px 0px;
    height: 500px;
    margin: 0px;
    /* align-items: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    align-items: flex-start;
}

    .MyHeaderText a:hover {
        /*background-color: white !important;*/
        /*color: #000039;*/
        /*border-color: white;*/
        background-color: #000039 !important;
    }

    .MyHeaderText h2 {
        margin-bottom: 20px;
        line-height: 60px;
        font-size: 40px;
        font-weight: 1000;
        /*color: #000039;*/
        color: white;
    }

    /*.MyHeaderText h5 {
        margin-bottom: 15px;
    }*/

    .MyHeaderText p.P01 {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 800;
        color: #000039;
    }

    .MyHeaderText p {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 700;
        color: white;
    }

@media (max-width: 1200px) {
    .MyHeaderText {
        margin: 50px 0px 5px 0px;
        height: 390px;
    }

        .MyHeaderText h2 {
            line-height: 38px;
            font-size: 28px;
        }

    .MyHeader img {
        /*max-height: 220px;*/
    }
}

@media (max-width: 768px) {
    .MyHeaderText {
        margin: 10px 0px 5px 0px;
        height: 220px;
        align-items: center;
        text-align: center;
    }

        .MyHeaderText h2 {
            line-height: 38px;
            font-size: 28px;
        }

    .MyHeader img {
        /*max-height: 220px;*/
    }
}


.MyEnamad {
    display: inline-block;
    padding: 22px;
    background-color: white;
    border-radius: 25px;
    margin: 10px;
}

    .MyEnamad img {
        width: 90px;
    }



.MyMapSpinner {
    margin-top: 230px;
}

.MyWindow {
    width: 140px;
    height: 80px;
    /*font-family: IRANSans;*/
    font-family: 'Arial';
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    padding-right: 10px;
}

.MyFR {
    float: right;
}

.IWImg {
    /* width: 60px; */
}

    .IWImg img {
        width: 125px;
        height: 125px;
        object-fit: cover;
        border: 1px solid #a1a1a1;
        border-radius: 8px 29px;
        padding: 0px;
    }

.IWTxt {
    width: 113px;
    margin-right: 6px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

    .IWTxt span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        font-weight: bold;
    }

.IWInf {
    width: 125px;
    position: absolute;
    bottom: 5px;
}

    .IWInf a {
        /* float: left; */
        font-size: 10px;
    }

#searchInput {
    /*font-size: 12px;*/
    /*width: 380px;*/
    width: 100%;
    padding: 8px 11px;
    /*right: 4px !important;*/
    /*top: 4px !important;*/
    border-radius: 10px;
    border: 1px solid silver;
    margin-bottom: 10px;
}

/*@media (max-width: 768px) {
    #searchInput {
        width: 280px;
    }
}*/


.MySellerItem {
    margin-bottom: 30px;
    border-radius: 10px 35px;
    padding: 0px 0 0px 0px;
    text-align: center;
}

    .MySellerItem img {
        border-radius: 10px 35px 0 0;
    }

    .MySellerItem h4 {
        color: #010039;
        font-size: 14px;
        margin: 0px;
    }

.MyProductItem {
    margin-bottom: 30px;
    border-radius: 10px 35px;
    padding: 0px;
    text-align: center;
    background-color: white;
}

    .MyProductItem .MPID {
        padding: 15px;
    }

    .MyProductItem img {
        border-radius: 10px 35px 0 0;
    }

    .MyProductItem h2 {
        font-size: 16px;
        /*margin: 10px;*/
        line-height: 24px;
        height: 45px;
        margin: 0px;
    }

    .MyProductItem h2 {
        font-size: 14px;
        /*margin: 10px 0px;*/
    }

    .MyProductItem p.MyPrice {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .MyProductItem .btn {
        margin-top: 10px;
        padding: 8px;
        font-size: 13px;
        font-weight: 500;
    }

@media (max-width: 768px) {
    .MyProductItem h2 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .MyProductItem p.MyPrice {
        font-size: 13px;
    }
}


.MyTitle {
    text-align: center;
    font-size: 18px;
}


.basketCounter {
    background-color: #00aeef;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: -10px;
    font-size: 10px;
    color: white;
    padding-top: 3px;
    text-align: center;
    border-radius: 50%;
}



/* ########################## LOADING ########################## */

.spinner {
    margin: 10px auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #FFC107;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* ########################## LOADING ### END ########################## */

.MyGalItem img {
    margin-top: 10px;
}


.demo-gallery ul {
    padding: 0px !important;
    margin-bottom: 25px;
}


table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: right;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

td p {
    margin: 0px;
}





.MyMPUSidebar {
    background-color: #F3F3F3;
    border: 1px solid #DFDFDF;
    padding: 30px;
    border-radius: 10px 35px;
    text-align: center;
    margin-bottom: 50px;
}


    .MyMPUSidebar .imgUser {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 1px solid #DFDFDF;
    }

    .MyMPUSidebar h3 {
        font-weight: 800;
        color: #000039;
        font-size: 20px;
    }

    .MyMPUSidebar .UserMenu {
        margin: 20px 0px 0px;
        padding: 20px 0px 0px;
    }

        .MyMPUSidebar .UserMenu .MU {
            background-color: white;
            color: black;
            border-radius: 5px 15px;
            padding: 10px 10px;
            text-align: left;
            height: 40px;
            margin-bottom: 15px;
            position: relative;
        }

            .MyMPUSidebar .UserMenu .MU a {
                display: block;
            }

                .MyMPUSidebar .UserMenu .MU a.active {
                    font-weight: bold;
                    color: #000039;
                }

                .MyMPUSidebar .UserMenu .MU a svg {
                    position: absolute;
                    top: 2px;
                    width: 35px;
                    height: 35px;
                    fill: #00aeef;
                }

                /*.MyMPUSidebar .UserMenu .MU a svg path {
                        stroke: #00aeef;
                        fill: #00aeef;
                    }*/

                .MyMPUSidebar .UserMenu .MU a span {
                    position: relative;
                    top: -6px;
                    margin-left: 10px;
                    top: 0px;
                    left: 29px;
                    font-size: 13px;
                }

            .MyMPUSidebar .UserMenu .MU.active {
                padding-left: 30px;
            }

                .MyMPUSidebar .UserMenu .MU.active:before {
                    content: '';
                    width: 10px;
                    height: 10px;
                    background-color: #583f99;
                    border-radius: 50%;
                    position: absolute;
                    top: 15px;
                    left: 15px;
                }

                .MyMPUSidebar .UserMenu .MU.active a {
                }

                    .MyMPUSidebar .UserMenu .MU.active a span {
                        font-weight: 800;
                        color: #583f99;
                    }



        .MyMPUSidebar .UserMenu .MU {
            text-align: right;
        }

            .MyMPUSidebar .UserMenu .MU a span {
                margin-left: 0px;
                margin-right: 10px;
                /* position: relative; */
                top: 0px;
                right: 29px;
                left: unset;
            }

            .MyMPUSidebar .UserMenu .MU.active {
                padding-left: 10px;
                padding-right: 30px;
            }

                .MyMPUSidebar .UserMenu .MU.active:before {
                    left: unset;
                    right: 15px;
                }

@media (max-width: 768px) {
    .MyMPUSidebar .UserMenu {
        margin: 0px 0px 0px;
        padding: 10px 0px 0px;
    }

    .MyMPUSidebar {
        border: 1px solid #DFDFDF;
        /*padding: 30px 30px 15px 30px;*/
        padding: 20px 20px 5px 20px;
        border-radius: 10px 35px;
        text-align: center;
        margin-bottom: 30px;
    }

        .MyMPUSidebar h3 {
            margin: 0px 0px 15px;
        }

        .MyMPUSidebar .UserMenu .MU {
            margin-bottom: 10px;
        }
}



html, body {
    overflow-x: hidden;
}


#img_Seller, #img_Product {
    border-radius: 10px 45px;
}


*::selection {
    background: #000039;
    color: #00aeef;
}

*::-moz-selection {
    background: #000039;
    color: #00aeef;
}

*::-webkit-selection {
    background: #000039;
    color: #00aeef;
}

.MyHeadingDV {
}

    .MyHeadingDV:before {
        /*content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 92px;
        height: 2px;
        fill: #FFC107;
        background: #FFC107;
        background: -moz-linear-gradient(90deg, #FFC107 0%, #6ac3bf 100%);
        background: -webkit-linear-gradient(90deg, #FFC107 0%, #6ac3bf 100%);
        background: -o-linear-gradient(90deg, #FFC107 0%, #6ac3bf 100%);
        background: -ms-linear-gradient(90deg, #FFC107 0%, #6ac3bf 100%);
        background: linear-gradient(90deg, #FFC107 0%, #6ac3bf 100%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);*/
    }

p {
    line-height: 31px;
}



@media screen and (max-width: 768px) {
    thead {
        display: none;
    }

    tr:nth-child(even) td {
        /*background-color: lightgrey;*/
    }

    td {
        display: block;
        text-align: right !important;
    }

    tbody td:before {
        display: block;
        font-weight: bold;
    }

    /*tbody td:nth-child(1):before {
        content: 'Model:';
    }

    tbody td:nth-child(2):before {
        content: 'Year:';
    }

    tbody td:nth-child(3):before {
        content: 'Screen Size:';
    }

    tbody td:nth-child(4):before {
        content: 'Resolution:';
    }

    tbody td:nth-child(5):before {
        content: 'OS:';
    }*/
}

.MyBlogItem {
    margin-bottom: 30px;
    border-radius: 15px 55px;
}

    .MyBlogItem img {
        border-radius: 15px 55px 0px 0px;
    }

    .MyBlogItem .BlogDetails {
        padding: 15px 25px;
    }

    .MyBlogItem h4 {
        font-size: 15px;
        color: #010039;
        margin: 5px 0px 15px;
    }

    .MyBlogItem span {
        color: #00aeef;
        font-size: 13px;
        font-weight: bold;
    }





.MyAccordion {
}

    .MyAccordion .panel {
        border-radius: 10px 35px;
        margin-bottom: 30px;
        background-color: #ffffff14;
        border: 1px solid #00aeef;
    }

        .MyAccordion .panel .panel-heading {
            border-radius: 10px 35px;
            padding: 15px 40px;
            background-color: #f3f3f300;
            position: relative;
        }

            .MyAccordion .panel .panel-heading .panel-title {
                font-size: 16px;
                font-weight: 800;
                color: #ffffff;
                margin: 0px 0px;
                padding-right: 30px;
            }

                .MyAccordion .panel .panel-heading .panel-title a {
                    display: block;
                    width: 100%;
                    line-height: 35px;
                }

                    .MyAccordion .panel .panel-heading .panel-title a:hover, .MyAccordion .panel .panel-heading .panel-title a:focus {
                        color: #ffffff;
                    }

                    .MyAccordion .panel .panel-heading .panel-title a .fa {
                        -webkit-transition: all 200ms ease;
                        -moz-transition: all 200ms ease;
                        -ms-transition: all 200ms ease;
                        -o-transition: all 5200ms ease;
                        transition: all 200ms ease;
                    }

                    .MyAccordion .panel .panel-heading .panel-title a .fa-question-circle-o {
                        color: #583f99;
                        font-size: 40px;
                        margin: 10px;
                        color: black;
                        position: relative;
                        top: 7px;
                    }

                    .MyAccordion .panel .panel-heading .panel-title a .fa-chevron-up {
                        font-size: 13px;
                        margin: 0px;
                        color: #ffffff;
                        position: absolute;
                        top: 28px;
                        right: 35px;
                    }

                    .MyAccordion .panel .panel-heading .panel-title a.collapsed .fa-chevron-up {
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .MyAccordion .panel .panel-body {
            border-radius: 45px !important;
            padding: 15px 40px;
            background-color: #f3f3f300;
            border-top: none !important;
            text-align: justify;
            line-height: 30px;
            font-size: 14px;
        }

        .MyAccordion .panel .panel-collapse {
            border-radius: 45px !important;
        }

@media (max-width: 768px) {
    .MyAccordion .panel .panel-heading .panel-title {
        font-size: 14px;
    }
}


.nbdrTbl {
}

    .nbdrTbl, .nbdrTbl * {
        border: none;
    }
