* {
    margin: 0;
    padding: 0;
}

.select-level a {
    text-decoration: none;
}

@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekanweb-regular.eot') format("embedded-opentype"), url('../fonts/yekanweb-regular.woff') format("woff"), url('../fonts/yekanweb-regular.ttf') format("truetype"), url('../fonts/yekanweb-regular.svg') format("svg");
}

@font-face {
    font-family: "numberyekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekannumbers-regular.eot') format("embedded-opentype"), url('../fonts/yekannumbers-regular.woff') format("woff"), url('../fonts/yekannumbers-regular.ttf') format("truetype"), url('../fonts/yekannumbers-regular.svg') format("svg");
}

@font-face {
    font-family: 'IRANSans-web';
    src: url("../fonts/IRANSans.eot?#") format('eot'), url("../fonts/IRANSans.woff") format('woff'), url("../fonts/IRANSans.woff") format('woff');
    font-weight: 200;
}

@font-face {
    font-family: 'Iranian Sans';
    src: url('../fonts/SamanBank-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Iranian Sans', 'Tahoma';
    font-size: 20px;
    max-width: 100%;
    padding-bottom: 20px;
}

.contact-us p {
    text-align: right;
}

    .contact-us p i {
        padding-left: 5px;
    }

.overlay2 {
    background-color: rgba(0, 0, 0, .9);
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    display: none;
    width: 100%;
    overflow-x: hidden;
}

.bar {
    height: 50px;
    background-color: #1E9004;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 50px;
}

    .bar h5 {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        margin-top: 14px;
    }

    .bar i {
        font-size: 50px;
        position: absolute;
        top: 0px;
        color: #fff;
        right: 10px;
        cursor: pointer;
    }

        .bar i:hover {
            color: #cecece;
        }

.bar-level {
    height: 50px;
    background-color: #ecb103;
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    opacity: 1;
    display: none;
    line-height: 50px;
    color: #fff;
}

    .bar-level i {
        font-size: 40px;
        color: #fff;
        position: absolute;
        top: 5px;
        left: 10px;
        cursor: pointer;
    }

        .bar-level i:hover {
            color: #e8e8e8;
        }

.bar-level-senior {
    height: 50px;
    background-color: #ecb103;
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    opacity: 1;
    display: none;
    line-height: 50px;
    color: #fff;
}

    .bar-level-senior i {
        font-size: 40px;
        color: #fff;
        position: absolute;
        top: 5px;
        left: 10px;
        cursor: pointer;
    }

        .bar-level-senior i:hover {
            color: #e8e8e8;
        }

.bar-last-level {
    height: 50px;
    background-color: #fb1c1c;
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    opacity: 1;
    display: none;
    line-height: 50px;
    color: #fff;
}

    .bar-last-level i {
        font-size: 30px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

.mgt10 {
    margin-top: 10px;
}

.indicator {
    display: none;
}

.logo {
    margin-top: 2px;
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}

.top {
    background-image: url(../images/top-body.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 50px;
}

.top-links {
    margin-bottom: 0 !important;
}

    .top-links li {
        float: left;
        list-style-type: none;
        font-size: 16px;
        padding: 18px 15px 0 0;
    }

        .top-links li a:hover {
            text-decoration: none;
        }

        .top-links li i {
            padding-left: 3px;
        }

.last-news {
    direction: rtl;
    /*    border-right: 4px solid #f90000;*/
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .last-news li {
        list-style-type: none;
        font-size: 18px;
        padding-top: 10px;
        margin-right: 20px;
    }

        .last-news li a:hover {
            text-decoration: none;
        }

.date {
    border-left: 1px solid #c6c6c6;
    padding-left: 10px;
    font-size: 18px;
    margin-left: 5px;
}

    .date a {
        color: #fd1f1f;
    }

#ctrl-camp {
    position: absolute;
    left: 20px;
    top: 8px;
}

    #ctrl-camp span {
        display: block;
        cursor: pointer;
        color: #E23E3E;
        font-size: 20px;
    }

/*.container {
    overflow-x: hidden;
}*/

.last-news-title {
    font-size: 18px;
    margin-top: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    line-height: 24px;
    border-left: 2px solid #E23E3E;
    padding-left: 13px;
}

.border {
    border-top: 1px dotted #878787;
    border-bottom: 1px dotted #878787;
}

.select-level {
    height: 160px;
    width: 160px;
    background-color: #EFEFEF;
    border-radius: 100%;
    margin: auto;
    text-align: center;
    color: #7B7B7B;
    -webkit-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.6);
    position: relative;
}

    .select-level i {
        font-size: 60px;
        display: block;
        padding: 10px;
    }

    .select-level a {
        font-size: 30px;
        color: #808080;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        display: block;
        height: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
    }

        .select-level a:hover {
            text-decoration: none;
            color: #900000;
        }

.relative-row {
    position: relative;
    top: -5px;
    z-index: 1;
}

.z-index2 {
    z-index: 120;
    position: relative;
}

.circle {
    height: 150px;
    width: 150px;
    position: relative;
    background-color: #65a303;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.6);
}

    .circle i {
        font-size: 70px;
        display: block;
        padding: 10px;
    }

    .circle a {
        font-size: 30px;
        color: #fff;
        transition: all 2s;
        display: block;
        height: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
    }

        .circle a:hover {
            text-decoration: none;
            color: #fff;
        }

#left1 {
    background-color: #f3ce00;
}

    #left1:hover {
        background-color: #e3c000;
        cursor: pointer;
    }

#left2 {
    background-color: #1dbe07;
}

    #left2:hover {
        background-color: #119100;
        cursor: pointer;
    }

#right1 {
    background-color: #d80606;
}

    #right1:hover {
        background-color: #a40000;
        cursor: pointer;
    }

#right2 {
    background-color: #1369c9;
}

    #right2:hover {
        background-color: #004a9d;
    }

.right-left:hover {
    background-color: #004da4;
}
/*--------------------------Animation-------------*/

.hideCircleLeft {
    animation-name: l-hide;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.showCircleleft {
    animation-name: r-show;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes l-hide {
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes r-show {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*-----------------------------------Right Effect----------------*/

.hideCircleright {
    animation-name: r-hide2;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.showCircleRight {
    animation-name: r-show2;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes r-hide2 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes r-show2 {
    0% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/*-------------Media screen-----------*/

@media (max-width: 688px) and (min-width: 0px) {
    .flip-clock-wrapper ul {
        position: relative;
        float: left;
        margin: 2px;
        width: 15px !important;
        height: 20px !important;
        font-size: 80px;
        font-weight: bold;
        line-height: 23px !important;
        border-radius: 6px;
        background: #000;
    }

    .flip-clock-divider .flip-clock-label {
        position: absolute;
        top: -1.5em;
        right: -32px !important;
        color: black;
        text-shadow: none;
    }

    .s-timer {
        position: absolute;
        top: 15px !important;
        right: 10px;
    }

    .flip-clock-wrapper ul li a div div.inn {
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 200%;
        color: #ccc;
        text-shadow: 0 1px 2px #000;
        text-align: center;
        background-color: #333;
        border-radius: 6px;
        font-size: 15px !important;
    }

    .flip-clock-wrapper ul li {
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: 21px !important;
        text-decoration: none !important;
    }

    .flip-clock-dot {
        display: block;
        background: #323434;
        width: 4px !important;
        height: 4px !important;
        position: absolute;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        left: 5px;
    }

        .flip-clock-dot.bottom {
            bottom: 67px !important;
        }

        .flip-clock-dot.top {
            top: 8px !important;
        }
}

@media (max-width: 768px) and (min-width: 0px) {
    .search-bar {
        position: static !important;
    }

    .hidden-search {
        visibility: hidden !important;
    }

    .select-level {
        height: 110px;
        width: 110px;
    }

        .select-level i {
            font-size: 40px;
            display: block;
            padding: 10px;
        }

        .select-level a {
            font-size: 20px;
            color: #808080;
            transition: all 2s;
        }

    .circle {
        height: 100px;
        width: 100px;
        margin-bottom: 20px;
    }

        .circle i {
            font-size: 30px;
            display: block;
            padding: 10px;
        }

        .circle a {
            font-size: 20px;
            color: #fff;
            transition: all 2s;
        }

    .footer-list li {
        padding-left: 5px;
        list-style-type: none;
        font-size: 16px;
    }

    .copy-right {
        display: block;
    }

    .footer-list {
        display: block;
    }

    .top-links li {
        width: 100%;
        text-align: center;
    }
}
/*---------------Button------------------*/

.hoverbtn {
    color: #fff;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.hoverbtn-4 {
    border: 1px solid;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .hoverbtn-4 span {
        z-index: 20000;
    }

    .hoverbtn-4:after {
        background: #fff;
        z-index: 5000;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .2;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10;
    }

    .hoverbtn-4:hover:after {
        left: 120%;
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }

.select-level a {
    min-width: 100px;
}

.doctor {
    margin-left: 10px;
    display: inline-block;
}

.senior a {
    margin: 22px;
}

.list-course {
    margin-top: 10px;
}

    .list-course a {
        min-width: 200px;
        margin-top: 10px;
    }

    .list-course li {
        text-align: center;
        list-style-type: none;
    }

.level-list {
    display: block;
    margin: auto;
    text-align: center;
}

.level-list-hide {
    display: none;
}

.level-list a {
    width: 110px;
}

.row-list {
    display: none;
}

.row-list-show {
    display: block;
    z-index: 2000;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}
/*--------------------------------------CoruseList----*/

#id-list-senior,
#id-list-doctor li:first-child {
    color: #fff;
}

#id-list-senior,
#id-list-doctor,
#id-it-trend {
    display: none;
}

.select-course-list {
    display: none;
}

.footer {
    margin-top: 10px;
    border-top: 1px dotted #d3d3d3;
    padding-top: 10px;
}

    .footer p {
        font-size: 15px;
        font-weight: bold;
        color: #565656;
        margin-bottom: 3px;
    }

@media (min-width: 768px) {
    .footer-list li {
        float: right;
        padding-left: 20px;
        list-style-type: none;
    }

    .search-bar {
        position: absolute !important;
        left: 5px;
    }
}

.footer-list li a:hover {
    text-decoration: none;
    color: #f02828;
}

.copy-right {
    text-align: right;
}

.ss {
    left: 17px;
    z-index: 100;
    margin-right: 17px;
    top: 59px;
}

.search-h {
    height: 39px !important;
    text-align: right;
}

#search-input {
    width: 40px;
    float: right;
    transition: all .4s;
    padding-right: 30px;
}

    #search-input:focus {
        width: 100%;
    }

.width100 {
    width: 100% !important;
}

.search-section {
    width: 220px;
    overflow: hidden;
    height: 30px;
    z-index: 100;
}

.s1 {
    position: absolute;
    right: 15px;
    top: 56px;
    z-index: 100;
    cursor: pointer;
    color: #dddddd;
    font-size: 21px;
    padding: 11px;
}

#search-hide {
    display: none;
}

.amazing-offer {
    background-color: #fff;
    padding: 10px 0px;
}

.box-head {
    text-align: right;
    padding: 5px;
    border-bottom: solid 1px #ebedf2;
    margin-bottom: 15px;
}

    .box-head h3 {
        margin: 0;
        color: #375193;
        font-weight: bold;
    }

.news-box {
    direction: rtl;
    text-align: right;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    min-height: 120px;
}

aside {
    direction: rtl;
    text-align: right;
    padding: 10px 0px;
}

.news-image img {
    margin-left: 5px;
}

.news-details h5 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.news-info ul li {
    display: inline;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    color: #2a3553;
}

    .news-info ul li i {
        padding-left: 3px;
        opacity: .9;
    }

.sidebar-box-head h3 {
    font-weight: bold;
    color: #375193;
    margin: 0;
}

.sidebar-box-head {
    padding: 5px;
    border-bottom: solid 1px #ebedf2;
    margin-bottom: 15px;
}

.sidebar-box-body ul {
    margin-right: 20px;
}

.sidebar-box-body .nav {
    margin-right: 0px !important;
}

.sidebar-box-body ul li {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 5px;
}

    .sidebar-box-body ul li a:hover {
        color: #f02828;
        text-decoration: none;
    }

.sidebar-box {
    margin-bottom: 20px;
}

.sidebar-box-body img {
    margin-bottom: 5px;
}

.sidebar-box-body ul i {
    padding-left: 7px;
}

.link-logo li a {
    line-height: 35px;
    padding-right: 10px;
}

.s-timer {
    position: absolute;
    top: 30px;
    right: 10px;
}

.gallery {
    padding: 10px 0px;
}

.gg {
    width: 170px;
    height: 200px;
    background-color: #2888f0;
}

.gallery-item {
    width: 170px;
    height: 200px;
    background-color: #eaeaea;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 33px -10px rgba(0, 0, 0, 0.75);
    border: 1px solid #cbcbcb;
}

.gallery ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 30px;
    margin-top: 30px;
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -webkit-transform: rotate(7deg);
    /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

    .gallery ul li:nth-child(odd) {
        -ms-transform: rotate(-7deg);
        /* IE 9 */
        -webkit-transform: rotate(-7deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-7deg);
    }

.overflow-scroll {
    height: 300px;
    overflow: auto;
    direction: ltr !important;
    margin-right: 0 !important;
}
.overflow-Tabscroll {
    height: 400px;
    overflow: auto;
    direction: ltr !important;
    margin-right: 0 !important;
}

.single-news {
    text-align: right;
    direction: rtl;
}

.single-news-head h2 {
    font-weight: bold;
    font-size: 25px;
    color: #03A392;
}

.single-news {
    padding: 22px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    .single-news:hover {
        background-color: #F3F7F7;
    }

.single-news-body p {
    line-height: 32px;
    font-size: 18px;
}

.single-news-info ul li {
    display: inline-block;
    margin-right: 10px;
    color: #ABABAB;
}

    .single-news-info ul li i {
        padding-left: 7px;
    }

.showOverly {
    visibility: visible;
    -webkit-transition: all .5s;
    opacity: 1;
    display: block;
}

.list-course1 {
    display: block;
    z-index: 2000;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    /*    margin: 10px auto;*/
}

    .social-nav li {
        display: inline-block;
    }

    .social-nav a {
        display: inline-block;
        float: left;
        width: 30px;
        height: 30px;
        font-size: 15px;
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        line-height: 33px;
        background: #FFF;
        position: relative;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.model-2 {
    margin-bottom: 0 !important;
}

    .model-2 a {
        overflow: hidden;
        font-size: 15px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin: 0 1px;
    }

        .model-2 a:hover {
            background: #efefef;
            text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
        }

    .model-2 .twitter {
        background: #00ACED;
        text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
    }

        .model-2 .twitter:hover {
            color: #00ACED;
        }

    .model-2 .facebook {
        background: #3B579D;
        text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
    }

        .model-2 .facebook:hover {
            color: #3B579D;
        }

    .model-2 .google-plus {
        background: #DD4A3A;
        text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
    }

        .model-2 .google-plus:hover {
            color: #DD4A3A;
        }

    .model-2 .linkedin {
        background: #007BB6;
        text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
    }

        .model-2 .linkedin:hover {
            color: #007BB6;
        }

    .model-2 .pinterest {
        background: #CB2026;
        text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
    }

        .model-2 .pinterest:hover {
            color: #CB2026;
        }
/*-----------------------------------------------Material---*/

.ripplelink {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
}

    .ripplelink:hover {
        z-index: 1000;
        box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    }

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.cyan {
    background: #00bcd4;
}

.lightgreen {
    background: #8bc34a;
}

.amber {
    background: #ffc107;
}

.orange {
    background: #ff9800;
}

#links a {
    text-decoration: none !important;
}

    #links a:active {
        text-decoration: none !important;
    }

    #links a:visited {
        text-decoration: none !important;
    }

    #links a:focus {
        text-decoration: none !important;
    }

#tiles-s a {
    color: #fff !important;
}

.bg-label {
    background: rgba(70, 70, 70, 0.7);
}

/*---------------------Style Contact Css-------*/
.indigo {
    background: #3F51B5;
}

.header-full {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-intro {
    font-family: 'Roboto', 'Noto Sans', 'Arial', sans-serif;
    font-size: 30pt;
    font-weight: 400;
    color: #fff;
}

    .header-intro[tagged-to=indigoHeader] {
        margin-left: 150px;
        width: 50%;
    }

.intro-card {
    width: 800px;
    height: 600px;
    background: #eee;
    position: relative;
    margin: 0 auto;
    top: 23vh;
    opacity: 0;
    border-radius: 0.15em;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(220px);
    transform: translateY(220px);
    -webkit-transition: transform .95s cubic-bezier(.55, 0, .1, 1), opacity .5s cubic-bezier(.55, 0, .1, 1), box-shadow .5s cubic-bezier(.55, 0, .1, 1);
    transition: transform .95s cubic-bezier(.55, 0, .1, 1), opacity .5s cubic-bezier(.55, 0, .1, 1), box-shadow .5s cubic-bezier(.55, 0, .1, 1);
}

    .intro-card.loaded {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

.material-form {
    height: 100%;
    padding: 5px;
}

.material-control-group,
.form-member,
.material-input {
    position: relative;
}

.material-name {
    top: 40px;
}

.form-member {
    width: 100%;
    height: 77px;
    margin-left: 100px;
}

.form-member-e {
    top: 225px;
}

.form-member-e-bm {
    top: 185px;
}

.form-member-m {
    top: 140px;
}

.form-member-p-bm {
    top: 340px;
}

.form-member-cp-bm {
    top: 440px;
}

.form-member-m label {
    top: -90px;
}

.floating-action-member {
    /*		position: absolute;*/
}

.wipe {
    position: relative;
    display: block;
    width: 100%;
    top: 57px;
}

    .wipe:before,
    .wipe:after {
        content: '';
        height: 3px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #0c70b4;
        transition: 0.2s ease all;
    }

    .wipe:before {
        left: 50%;
    }

    .wipe:after {
        right: 50%;
    }
/* active state */
input:focus ~ .wipe:before,
input:focus ~ .wipe:after {
    width: 50%;
}

input:valid ~ .wipe:before,
input:valid ~ .wipe:after {
    background: #0c70b4;
}

.m--header {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 25px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    font-weight: bold;
    direction:rtl;
}
/* active state */
.material-input:focus ~ .m--header,
.material-input:valid ~ .m--header {
    top: 10px;
    font-size: 14px;
    color: #0c70b4;
}

/*.material-input:valid ~ .m--header {
    color: #4CAF50;
}*/
/********** MATERIAL MEMBERS ***********/
.material-form > p {
    position: absolute;
    margin: 20px 0 0 0;
}

.material-input {
    border: none;
    position: absolute;
    border-bottom: 1px solid #BDBDBD;
    border-radius: 0.1em;
    color: #000;
    padding-right: 40px;
    background: none;
    outline: none;
    width: 100%;
    line-height: 30px;
    top: 23px;
    left: 0;
    font-size: 15pt;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.material-input-m {
    left: -87px;
    resize: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

    .material-input-m::-webkit-input-placeholder {
        font-size: 15px;
    }

.material-popup {
    width: 300px;
    height: 23px;
    position: absolute;
    margin: 60px 0 0 1px;
    color: #F50057;
    display: none;
}

    .material-popup.active {
        display: block;
    }

.material-button {
    position: absolute;
    width: 80px;
    height: 45px;
    text-align: center;
    line-height: 3;
    border-radius: 3px;
    box-shadow: none;
    transition: all .85s ease;
    -webkit-transition: all .85s ease;
}

    .material-button:hover {
        cursor: pointer;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .material-button p {
        color: #0c70b4;
        margin: 0;
        transition: all .45s ease;
        -webkit-transition: all .45s ease;
    }

.material-form-button {
    top: 380px;
}

.material-button,
.material-button p {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.form-break {
    position: absolute;
    top: 445px;
    width: 525px;
    height: 2px;
    background: rgba(0, 0, 0, 0.4);
}

.material-button-lg {
    width: 100px;
    height: 40px;
    line-height: 2.5;
}

.material-login-rg {
    height: 800px;
}

.material-create-account {
    top: 600px;
}

.material-register,
.material-login-account {
    top: 525px;
    left: 0;
}

.material-login-account {
    left: -100px;
    top: 750px;
}

.registration {
    position: absolute;
    top: 445px;
    color: #000;
    font-weight: 400;
}

.f-bm {
    top: 650px;
}

.rg-bm {
    top: 665px;
    font-size: 20pt;
}

.reg--log {
    font-size: 17pt;
    margin-top: 10px;
}

/*----------------NewContactUS-----------------*/

.contact-us-section {
    direction: rtl;
    text-align: right;
}

.contact-head h4 {
    font-size: 24px;
    font-weight: bold;
    color: #EF0505;
    margin: 0;
    padding: 15px;
    border-bottom: 2px solid #8C2116;
}

#ContentCenter_txtMessage {
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: 200px;
}

.contact-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin-top: 5px;
    width: 150px;
    border-radius: 0;
    -webkit-transform: translate(0px, 0) !important;
    -ms-transform: translate(0px, 0) !important;
    transform: translate(0px, 0) !important;
}
/*Table*/
        .wide {
            background-color: #fff;
        }

        .host tr > td:first-child {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #0061ab;
    font-size: 16px;
    max-width: 175px;
}
        .host thead th {
    background: none repeat scroll 0 0 #f8f8f8;
    line-height: 30px !important;
}

        .host tr > td {
    color: #777777;
    font-size: 16px;
    text-align: center;
}

.host .green {
    background: none repeat scroll 0 0 #f0fff6;
}
.host th {
    color: #777777;
    font-size: 16px;
    font-weight: normal;
    text-align: center !important;
}

.tab-pane table {
    margin-top: 20px;
}

.table-curved {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e1e1 #e1e1e1 #e1e1e1 -moz-use-text-color;
    border-image: none;
    border-radius: 3px;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
}
.table-curved {
    border-collapse: separate;
}
.table-curved {
    direction: rtl;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
    text-align:center;
}

        .table > thead > tr > th {
            border-bottom:none;
        }

        .edit {
            margin:auto !important;
        }
/* Individual Controls
 ------------------------------------------------------------- */

.radio {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  line-height: 49px;
  cursor: pointer;
}

.radio:hover .inner {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}

.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.radio input:checked + .outer { border: 3px solid #f08b3b; }

.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #e67012;
}

.radio .outer {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  margin: 10px 9px 10px 10px;
  border: 3px solid #0c70b4;
  border-radius: 50%;
  background-color: #fff;
}

.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #f08b3b;
  opacity: 0;
}


.GroupSelect a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.GroupSelect {
    position: relative;
}

#LevelSelectGroup {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: center;
    background: #1E9004;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

#LevelSelectGroup:hover {
    text-decoration: none;
    background-color: #166903;
}

.SeniorDoctor {
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    display:none;
}

.ShowDiv {
        opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 900;
    display:block !important;
}

.SeniorDoctor a {
   width: 49%;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    background-color: #ef7109;
    border-radius: 2px;
    margin-left: 3px;
    color: #fff;
    margin-top: 10px;
}

.SeniorDoctor {
    position: relative;
    top: 0;
    width: 100%;
}

.SeniorDoctor a:hover {
    text-decoration: none;
    background: #ef5109;
}

.sGroupList ul li {
    list-style-type: none;
    width: 50%;
    text-align: center;
    margin:auto;
    margin-top: 5px;
    
}

#sDoctor,
#sSenior {
    text-decoration: none;
}

.sGroupList ul li a {
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    display: block;
    background: rgba(50, 50, 50, 0.78);
    color: #fff;
    text-decoration: none;
}

.sGroupList ul li a:hover {
    background-color: #3a3a3a;
}

.sGroupList ul {
    /*position: absolute;*/
    /*top: 90px;*/
    display: none;
    width: 100%;
    visibility: hidden;
    opacity: 0;
        background: #fff;
}

.CloseAll {
    height: 48px;
    position: absolute;
    background-color: #af0404;
    z-index: 9001;
    display: block;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
}

.CloseAll i {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    cursor: pointer
}

.CloseAll {
    color: #fff;
    font-size: 12px;
}



		.p-contact{
            font-size: 13px;color: #af0404;font-weight: 600; margin-top:30px;
		}
        .ModalOverlay {
            width: 100%;
            background-color: rgba(0, 0, 0, 0.95);
            height: 1000px;
            z-index: 90000;
            position: absolute;
            display: block;
        }
        
        .ModalOverlay img {
            max-width: 100%;
            position: absolute;
            min-width: 100%;
            top: 25px;
        }
        
        .ImageOverlayBox {
            position: relative;
            width: 50%;
            height: 400px;
            margin: 0 auto;
        }
        
        .ImageOverlayBox i {
            width: 50px;
            height: 50px;
            text-align: center;
            background-color: #fff;
            color: #ef4848;
            line-height: 50px;
            font-size: 30px;
            border-radius: 100%;
            position: absolute;
            top: 7px;
            right: -18px;
            cursor: pointer;
        }