#template html, #template body, #template H1, #template h2, #template h3, #template h4, #template h5, #template h6, #template span, #template label, #template button, #template input, #template p, #template small, #template strong, #template table, #template th, #template td, #template div, #template textarea, #template select, #template option , #template div , #template section ,#template aside,#template footer,#template text {
    font-family: yekanBakh;
    outline: none;
    font-size: 20px;
}
#template{
    overflow: hidden;
    max-width: 100%;
    background: white;
    padding: 0;
}
/*body{*/
/*    background: #f1f1f1;*/
/*}*/

/* Statics */

#template .text-justify {
    text-align: justify;
}
#template .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#template .content ul li{
    margin-bottom: 15px;
    padding-right: 30px;
    position: relative;
}
#template .content ul li::before{
    content: url("../icons/checked-g.svg");
    position: absolute;
    right: -3px;
}
#template .content ul.slick-dots li::before{
    display: none;
}
#template a{
    text-decoration: none;
}

#template .bg-red{
    background: red;
}

#template .close{
    position: relative;
    background: url("../icons/close.svg");
    width: 20px;
    height: 20px;
}
#template .close.w{
    position: relative;
    background: url("../icons/close-w.svg");
    width: 20px;
    height: 20px;
}

#template h2{
    font-size: 28px;
    font-weight: 900;
    color: #334155;
    border-bottom:2px solid #D7D7D7 ;
    margin: 10px 0 20px 0;
    line-height: 56px;
}
#template h3{
    font-size: 26px;
    font-weight: 900;
    color: #334155;
    margin: 10px 0 20px 0;
    padding-right: 8px;
    line-height: 52px;
    border-right: 4px solid #FF8917;
}
#template h4{
    font-size: 24px;
    font-weight: 900;
    color: #334155;

    margin: 10px 0 20px 0;
    line-height: 48px;
}
#template h5 {
    font-size: 22px;
    font-weight: 900;
    color: #334155;
    margin: 10px 0 20px 0;
    line-height: 44px;
    display: inline-block;
    background: #FFF3E8;
    padding: 2px 12px;
    border-radius: 5px;
}
#template h6 {
    font-size: 22px;
    font-weight: 900;
    color: #334155;
    margin: 8px 0;
    line-height: 44px;
}
#template p, #template p > span, #template ul > li > span{
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #505050 ;
    margin: 10px 0;
    /*text-align: justify;*/
}

#template .card-shadow{
    /*border: 1px solid rgba(51, 65, 85, 0.08);*/
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
}
#template .card-gray {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
}
#template .card-green {
    background: rgba(42, 187, 156, 0.1);
    border-radius: 10px;
    padding: 10px;
}
#template .card-white {
    background: white;
    border-radius: 10px;
    padding: 10px;
}
#template .card-gray p{
    font-size: 18px;
}

#template .cursor-pointer{
cursor: pointer;
}
#template .cursor-pointer:hover{
    opacity: .8;
}

#template > .header{
    background: #FFFFFF;
    box-shadow: 0px 6px 25px rgba(187, 187, 187, 0.25);
    border-radius: 10px;
    margin-bottom: 30px;
}

#template > .header > .image img{
    background: #334155;
    border: 3px solid #f3f4f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    width: 125px;
    height: 125px;
    margin-left: 30px;
    display: inline-block;
}
#template > .header .information-test {
    height: 100px;
    justify-content: space-between;
}
#template > .header .information-test  .top-section{
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.6);
}
#template > .header .information-test  .top-section .title{
    font-size: 18px;
    font-weight: 700;
}
#template > .header .information-test  .top-section .info-tag > .tag {
    background: #F3F4F6;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 5px;
    padding: 5px 10px 0;
    display: flex;
}
#template > .header .information-test  .bottom-section .div-tool {
    background: #F3F4F6;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
#template > .header .information-test  .bottom-section .div-tool:hover{
    opacity: .8;
}
#template > .header .information-test  .bottom-section .div-tool .icon{
    margin-left: 5px;
    padding: 0 5px;
}
#template > .header .information-test  .bottom-section .div-tool .icon img{
    width: 25px;
}
#template > .header .information-test  .bottom-section .div-tool .title{
font-size:    16px;
    padding: 0 10px;
    color: #333;
}
#template > .header .information-test  .bottom-section .advance-box {
    background: #f3f4f6;
    border: 1px solid rgba(51,65,85,.2);
    border-radius: 5px;
    padding: 4px;
    min-width: 300px;
}
#template > .header .information-test  .bottom-section .advance-box > button {
    background: 0 0;
    border-radius: 5px;
    padding: 5px;
    width: 50%;
    margin: 1px;
    text-align: center;
    border: none;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}
#template > .header .information-test  .bottom-section .advance-box .active {
    background: #334155;
    color: #fff;
}



#template .catalog-interpretation {
    position: fixed;
    right: -350px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #334155;
    z-index: 1001;
}
#template .catalog-interpretation .menu > .header {
    color: white;
    padding: 15px;
    border-bottom: 1px solid #6982a5;
    margin-bottom: 5px;
}
#template .catalog-interpretation .menu > .header .close {
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
}
#template .catalog-interpretation .menu > .content {
    list-style: none;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin: 0;
}
#template .catalog-interpretation .menu > ul li{
    margin-bottom: 8px;
}
#template .catalog-interpretation .menu > ul a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
}
#template .catalog-interpretation .menu > ul a:hover{
    color: rgba(255,255,255);
}
#template .catalog-interpretation .menu > ul a span{
    font-size: 18px;
}
#template .catalog-interpretation.active{
    right: 0;
}

#template .catalog-interpretation-background {
    position: fixed;
    left: -100%;
    width: calc(100% - 300px);
    height: 100%;
    top: 0;
    backdrop-filter: blur(6px);
    background: #3a3a3a3b;
    z-index: 1001;
}
#template .catalog-interpretation-background.active{
    left: 0;
}

#template .toggle-catalog {
    position: fixed;
    right: -58px;
    top: 50%;
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    background: #334155;
    border-radius: 10px 10px 0 0;
    padding: 7px 25px;
    cursor: pointer;
    color: white;
    z-index: 0;
}
#template .tools-box-mobile , .advance-box-mobile {
    display: none;
}

#template > .content {
    max-width: 1000px !important;
    margin: 0 auto;
}

#template text.highcharts-credits {
    display: none;
}

#template .book-suggest{
    background: rgba(255, 162, 0, 0.3);
    border-radius: 10px;
}
#template .book-suggest a.box-discount {
    background: #FF2A51;
    color: white;
    padding: 5px 5px 0;
    width: 100%;
    display: block;
    border-radius: 5px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 10px;
}
#template .book-suggest a.box-buy {
    background: #2A7FFF;
    color: white;
    padding: 5px 5px 0;
    width: 100%;
    display: block;
    border-radius: 5px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

#template audio {
    height: 35px;
    margin-top: 15px;
}
/********************************************************************************/
/********************************************************************************/
/*************************** Special Test Style *********************************/
/********************************************************************************/
/********************************************************************************/

#template h4 .score{
    color: #2EBB9D;
    margin-right: 20px;
}
#template .card-download strong {
    color: #444;
}
/*   .card-with-icon   */
#template .card-with-icon {
    background: #FFFFFF;
    box-shadow: 0px 6px 25px rgb(0 0 0 / 25%);
    border-radius: 10px;
    overflow: hidden;
    height: 90px;
    display: flex;
    max-width: 800px;
    align-items: center;
    margin: 0 auto;
}
#template .card-with-icon.w-100{
    max-width: 100%;
}
#template .card-with-icon span.icon {
    background: #2ABB9C;
    height: 110px;
    display: flex;
    width: 100px;
    justify-content: center;
}
#template .card-with-icon > span.title {
    width: calc(100% - 100px);
    text-align: center;
    font-size: 26px;
    font-weight: 900;
}
#template .card-with-icon.light > span.title {
    font-weight: 400;
}

/* Tags */
#template .color-primary{
    color: #2ABB9C;
}
#template .tags {
    display: flex;
    flex-wrap: wrap;
}
#template .tags > .tag {
    color: #222;
    background: #F5F5F5;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 5px;
}

/* Slider */
#template .slider .slide strong{
    font-size: 16px;
    margin-top:20px;
    display: inline-block;
    position: relative;
}
#template .slider .slick-slide{
    margin: 8px;
}
#template .slick-dots{
    position: relative;
}


#template .progress-bar-two > .value {
    position: relative;
    top: 0;
}



@media only screen and (min-width: 768px) {
    #template .w-75-md{
        width: 75% !important;
    }  #template .w-50-md{
        width: 50% !important;
    }
}
