* {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "IRANSansBold";
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansMedium";
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansLight";
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSansUltraLight";
    font-style: normal;
    font-weight: 200;
    font-display: auto;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), url('../fonts/woff/IRANSansWeb.woff') format('woff'), url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

body {
    font-family: "IRANSansLight";
}

a {
    transition: all 0.5s;
}

.top-nav {
    padding: 0;
    padding-top: 10px;
}

.top-nav li {
    display: inline-block;
    margin-left: 10px;
}

.top-nav li a {
    color: #7d7d7d;
    text-decoration: none;
    font-size: 13px;
}

.top-nav li a:hover {
    color: #000;
}

.top-social {
    padding-top: 10px;
    margin-top: 10px;
}

.top-social li {
    display: inline-block;
    margin-right: 5px;
}

.top-social li a {
    color: #2f2f2f;
    font-size: 19px;
}

.bgGray {
    background-color: #f7f7f7;
}


.icon-box {
    text-align: center;
    color: #323232;
}

.home-service {
    margin-top: 30px;
    padding: 70px 0;
}

.blog-post {
    padding: 30px 0;
    background-color: #f6f7fa;
}

.top-menu > li {
    display: inline-block;
}

.top-menu li {
    position: relative;
}

.top-menu li a {
    color: #323232;
    text-decoration: none;
    padding: 10px 11px;
    display: block;
}

.top-menu li ul {
    position: absolute;
    min-width: 200px;
    background-color: #000;
}

.top-menu li ul {
    list-style-type: none;
    border-radius: 3px;
    display: none;
    transition: all 0.2s;
}

.top-menu li ul li a {
    color: #fff;
    display: block;
    padding: 7px 8px;
    border-bottom: 1px solid #252525;
}

.top-menu li:hover > ul {
    display: block;
    animation: slideInUp;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 0.1s;
    /* don't forget to set a duration! */
}

.top-menu > li:first-child > a {
    padding-right: 0;
}

ul.top-menu {
    padding-top: 30px;
    margin-top: 15px;
}

.top-menu li ul {
    right: 0;
    top: 44px;
    z-index: 99;
}

.top-menu li ul li ul {
    right: 100%;
    top: 0;
}

.top-menu li ul li:hover > a {
    background-color: #1f1f1f;
    padding-right: 15px;
}

.top-menu > li > a:before {
    content: '\f078';
    color: #c6c6c6;
    padding-left: 3px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -5px;
    font-size: 10px;
    top: 15px;
}

.top-menu > li > ul > li a:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    color: #c6c6c6;
    padding-left: 3px;
    position: absolute;
    left: 10px;
    top: 13px;
}

.top-menu > li > a:only-child:before,
.top-menu > li > ul > li a:only-child:before {
    content: ''
}

.carousel-item img {
    min-width: 100%;
}

.bg-instagram {
    margin: 15px auto;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    width: 100%;
    color: #fff;
    padding: 26px 0;
    text-align: center;
}

.bg-instagram a {
    color: #fff;
    font-size: 50px;
    display: block;
}

#customer-logo img {
    width: auto !important;
    display: block;
    margin: 15px auto;
    width: 170px !important;
}

.top-phone {
    text-align: left;
    color: #fff;
    padding-top: 55px;
}

.top-phone a i {
    padding-right: 10px;
}

.top-phone a {
    color: #323232;
    text-decoration: none;
}


.info-box h2 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.info-box i {
    text-align: center;
    display: block;
    font-size: 37px;
    margin: 10px auto;
}

.info-box {
    background: linear-gradient(183deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    padding: 15px;
    margin: 10px auto;
}

.info-box p {
    text-align: center;
    font-size: 14px;
}

section#info-box {
    background: #f6f7fa;
    margin: 0px auto;
    padding: 50px 0;
    background: url(../images/bg-dots.png) #f6f7fa;
}

.title-dsc {
    text-align: center;
    font-size: 20px;
}

.bg-customer-logo {
    background: #fff;
    border-radius: 5px;
}

.customer-logo {
    z-index: 99;
    position: relative;
    top: -40px;
}

#about {
    background-image: url(../images/banner-bg-3.jpg);
    min-height: 300px;
    margin: 50px auto;
}

.about-dsc {
    text-align: justify;
    line-height: 29px;
    font-size: #fff;
    color: #fff;
    font-size: 13px;
    padding: 30px 0;
}

/*comments*/
.lst-comment > li ul {
    padding-right: 120px;
    list-style-type: none;
    position: relative;
    border-top: 2px solid rgba(51, 193, 93, .2);
    margin-top: 12px;
    min-height: 100px;
}

.lst-comment > li {
    min-height: 100px;
    position: relative;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid #e5ebf1;
    padding: 6px;
    padding-right: 162px;
    margin-bottom: 10px;
}

.lst-comment {
    margin-bottom: 500px;
    /*    background: #f1f1f1;*/
    padding: 10px;
    list-style: none;
    margin-top: 15px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 10px 0 #d2d7e0;
}

span.send-date {
    font-size: 12px;
    font-style: italic;
    color: #828282;
    padding: 0px 5px;
    letter-spacing: 1px;
}


span.sender-name {
    font-weight: 200;
    color: #c4161c;
}

.reply-comment i {
    padding-left: 5px;
    vertical-align: middle;
}

.reply-comment {
    color: #828282;
    border: 1px solid #33c15d;
    padding: 1px 10px;
    border-radius: 3px;
    margin: 0px 3px;
}

.reply-comment:hover {
    color: #323232;
    background: #f3f3f3;
    text-decoration: none;
}

.lst-comment li p {
    font-size: 13px;
    padding-top: 10px;
}

.comment-user img {
    max-width: 50px;
    display: block;
    margin: auto;
    border-radius: 100%;
}

.comment-user {
    display: block;
    width: 118px;
    float: right;
    text-align: center;
    color: #808080;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 13px;
}

.comment-user i {
    font-size: 30px;
    display: block;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.comment-user span {
    display: block;
    margin-top: 10px;
}

.lst-comment li p {
    font-size: 13px;
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    text-align: right;
    margin: 0;
}

.comment-rate {
    color: #323232;
    margin: 0 10px;
    font-size: 14px;
}

.comment-rate:hover {
    text-decoration: none;
    color: #000;
}

.comment-rate i {
    padding-left: 3px;
    vertical-align: middle;
}

.comment-like {
    color: #1db12f;
}

.comment-dislike {
    color: #b11d1d;
}

.commnet-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

@media (min-width: 0px) and (max-width:768px) {
    .comment-user {
        display: block;
        width: 118px;
        float: none;
        text-align: center;
        color: #808080;
        font-size: 12px;
        position: static;
        right: 0;
        top: 13px;
        margin: 10px auto;
    }

    .lst-comment > li {
        min-height: 100px;
        position: relative;
        line-height: 1;
        border-radius: 4px;
        border: 1px solid #e5ebf1;
        padding: 6px;
        padding-right: 11px;
        margin-bottom: 10px;
    }

    .commnet-tools {
        display: block;
    }

    .commnet-tools {
        text-align: center !important;
    }

    .lst-comment > li ul {
        padding-right: 0;
    }
}

.page-title {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: 15px auto;
}

.bg-footer {
    background: #f6f7fa;
    padding: 30px 0;
}

.footer-box span.title {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.footer-box span.title:after {
    width: 41px;
    height: 2px;
    background-color: #5d5d5d;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    bottom: -4px;
    content: '';
    border-radius: 0;
}

.footer-box ul.links li a:after {
    position: absolute;
    content: "\f053";
    right: 0px;
    bottom: 5px;
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-weight: bold;
}

.footer-box ul.links li a {
    color: #323232;
    font-size: 13px;
    position: relative;
    padding-right: 10px;
}

.footer-box ul {
    list-style-type: none;
    padding: 0;
}

.contact-info li {
    margin-top: 10px;
}

.contact-info {
    font-size: 13px;
}

.copyright {
    font-size: 12px;
}

.my-table,
.my-table a {
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}

.my-table td {
    vertical-align: middle;
}

.page-header-title {
    margin: auto;
    text-align: right;
    z-index: 4;
    color: #fff;
}

.page-header {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #7b7b7b;
    height: 200px;
    padding-top: 70px;
}



.page-content {
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
    padding: 20px;
    background-color: #fff;
    position: relative;
    top: -50px;
}


.sidebarbox span.title {
    font-weight: bold;
    display: block;
    padding: 1px;
    border-bottom: 1px solid #777;
    max-width: 94%;
    margin: 15px auto auto auto;
    color: #777;
}

.sidebarbox {
    background-color: #fff;
    min-height: 300px;
    position: relative;
    top: -50px;
    padding: 15px 0;
}

.sidebarbox ul {
    padding: 0;
    list-style-type: none;
    padding-top: 10px;
}

.sidebarbox ul li a {
    font-size: 14px;
    display: block;
    padding: 0px 20px;
    color: #323232;
    margin-top: 7px;
    position: relative;
    transition: all 0.2s;
}

.sidebarbox ul li a:after {
    content: '';
    position: absolute;
    right: 9px;
    bottom: 4px;
    content: "\f100";
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
}

.sidebarbox ul li a:hover {
    margin-right: 10px;
    text-decoration: none !important;
}

.sidebarbox span.title i {
    padding-left: 5px;
    vertical-align: middle;
}

.bg-header {
    /*background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(246, 247, 250, 1) 100%);
    border-bottom: 1px solid #ededf3;*/
    background:#fff;
}

.header-logo {
    padding: 30px 0;
}

.header-logo img {
    max-width: 140px;
    margin: auto;
    display: block;
}

.blog-info {
    padding: 0;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.blog-info li i {
    padding-left: 5px;
}

.blog-info li {
    display: inline-block;
    color: #696969;
}

.contact-page {
    max-width: 760px;
    margin: auto;
}


.contact-form {
    padding: 15px 0;
}

#staticPage {
    padding: 50px 0;
}

span.value {
    display: block;
    letter-spacing: 0px;
    font-weight: normal;
    margin: 15px 0;
    color: #6f6f6f;
    font-weight: bold;
    color: #323232;
}

span.value i {
    vertical-align: middle;
    padding-left: 5px;
}

.contact-info-block span.title {
    color: #ec5959;
    display: block;
    margin: 15px auto;
}

.contact-info-block {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 40em) {
    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }
}

.slicknav_nav ul {
    padding-right: 15px;
}


/*placement*/

.class-day {
    text-align: center;
    font-size: 20px;
}

.class-date {
    text-align: center;
}

.bg-light {
    background-color: #f5f5f6 !important;
}

.MuiSkeleton-animate {
    animation: MuiSkeleton-animate 1.5s ease-in-out infinite;
}

.bg-light {
    background-color: #f5f5f6 !important;
}

.class-time-expire {
    border-color: #ddd !important;
    text-decoration-color: #c41b1c !important;
    text-decoration: line-through;
    color: #999 !important;
    cursor: not-allowed;
    background-color: #fff !important;
}

.class-time {
    border: 1px solid #333;
    padding: 12px 6px;
    text-align: center;
    border-radius: 5px;
    font-size: 17px;
    margin-bottom: 6px;
    color: #515050;
    cursor: pointer;
    position: relative;
}

.border-vertical-class {
    content: "";
    width: 1px;
    height: 46px;
    background-color: #bcbaba;
    margin-right: -1px;
}

.bg-red {
    background: #c4161c;
    border: #c4161c;
}

.hide {
    display: none;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.class-time.active {
    color: #f8f9fa;
    border: 1px solid #c41b1c;
    background-color: #c41b1c;
}


/*mock*/
.my-factor {
    padding: 15px;
    max-width: 500px;
    margin: auto;
}

.lst-price {
    padding: 0px;
}

.my-factor ul.lst-price li p,
.total-price li p {
    padding: 0px 27px;
    font-weight: bold;
}

.my-factor ul.lst-price li p,
.total-price li p {
    padding: 0px 27px;
    font-weight: bold;
}

.mock-chk {
    top: 2px;
    position: relative;
    right: 25px;
    font-size: 14px;
}

.page-content ol,
.page-content ul {
    margin-right: 30px;
    line-height: 25px;
}


span.question {
    display: block;
    font-weight: bold;
    padding: 15px 5px;
    background: #f4f4f7 !important;
    border-radius: 3px;
    color: #6f6f6f;
    margin-bottom: 12px;
    border-radius: 2px;
}

.answer {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 5px;
    display: block;
    border-radius: 45px;
    padding: 6px;
}

.faq-list {
    list-style-type: none;
    padding: 0;
}

.faq-card:after {
    content: '+';
    position: absolute;
    left: 7px;
    top: 18px;
    font-size: 19px;
    font-weight: bold;
    /* background: #d4d4d4; */
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 100%;
    padding: 0px;
    line-height: 27px;
    color: #ceceea;
}

.faq-card.open:after {
    content: '-';
}

.faq-card {
    margin-bottom: 5px;
    position: relative;
}

    .faq-card .question {
        font-size: 17px;
        cursor: pointer;
        padding-right: 9px;
    }

    .faq-card .answer {
        display: none;
    }

.bg-orange {
    background: rgb(191,54,0);
    background: linear-gradient(237deg, rgba(191,54,0,1) 0%, rgba(244,126,36,1) 100%);
    box-shadow: 0px 0px 18px -8px rgba(0,0,0,0.75);
}

a.btn-sign-up.btn-mobile-login {
    color: #323232;
    display: block;
    padding-top: 10px;
}
    a.btn-sign-up.btn-mobile-login:hover {
        text-decoration: none;
        color: #f58128;
    }

div#divLogin {
    padding-top: 15px;
}

a.btn-panel.btn-mobile-login {
    color: #323232;
    font-weight: bold;
    padding-left: 10px;
}
@media screen and (max-width:576px) {
    .page-header {
        padding-top: 50px;
    }
    .page-header-title {
        font-size: 1.5rem;
    }
}