* {
    padding: 0px 0px;
    margin: 0px 0px;
}

body {
    direction: rtl;
    font-family: 'IRANSansWeb(FaNum)' !important
}

@font-face {
    font-family: 'IRANSansWeb(FaNum)';
    src: url('/Content/fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

.col-md-12 {
    text-align: right
}

.my {
    position: absolute;
    top: 13%;
    left: 13%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.circle {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    /* padding: 10px; */
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    /* font: 32px Arial, sans-serif;*/
}

.ulDesc {
    list-style: none;
    padding-right: 1em;
    text-indent: -1em;
    margin-right: 0;
}

header.siteheader {
    margin-bottom: 10px;
}

.nomargin {
    margin: 0;
}

#header_area {
    background: #fff url(/img/CourseSelect/header.jpg) no-repeat 50% 20%;
    background-size: cover;
    min-height: 120px;
    height: 120px;
}

#banner_area {
    background: #fff url(/img/CourseSelect/111.png) no-repeat 62% 20%;
    background-size: cover;
    min-height: 230px;
    height: 230px;
}

.Payment_banner_area {
    background: #fff url(/img/CourseSelect/111.png) no-repeat 62% 20%;
    background-size: cover;
    min-height: 230px;
    height: 230px;
}

.Payment_banner_area_xs {
    background: #fff url(/img/CourseSelect/111.png) no-repeat;
    background-size: cover;
    height: 6rem;
}

.CallMoshaverbanner_area {
    background: #fff url(/img/CourseSelect/ShortCallBanner.jpg) no-repeat 50% 20%;
    background-size: contain;
    min-height: 230px;
}

.CallMoshaverbanner_area_xs {
    background: #fff url(/img/CourseSelect/ShortCallBanner1.jpg) no-repeat;
    background-size: contain;
    min-height: 110px;
}

.kanoonlogo {
    width: 70px;
    margin: 5px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: gray;
}

.card_animate {
    transition: all .2s ease-in-out;
}

    .card_animate:hover {
        transform: scale(1.1);
    }

table thead tr, table tbody tr {
    text-align: right
}
