﻿:root {
    --OneColor: rgb(4,140,7);
    --TwoColor: rgb(255,140,0);
    --TreeColor: rgb(214,214,0);
}

@font-face {
    font-family: 'BYekan';
    src: url( '../fonts/IRANYEKANREGULAR(FANUM).TTF' ) format( 'truetype' ); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'BKoodakNULL';
    src: url( '../fonts/Koodak/BKoodakBold.eot?#' ) format( 'eot' ), /* IE6�8 */ url( '../fonts/Koodak/BKoodakBold.woff' ) format( 'woff' ), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url( '../fonts/Koodak/BKoodakBold.ttf' ) format( 'truetype' ); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'BKoodak';
    src: url( '../fonts/IRANSansWeb.woff2' ) format( 'woff2' );
}

@font-face {
    font-family: 'Sarbaz';
    src: url( '../fonts/IRANSansWeb.woff2' ) format( 'woff2' );
    /*src: url( '../fonts/Sarbaz-Black.otf' ) format( 'opentype' );*/
}

@font-face {
    font-family: 'sepahbod';
    src: url( '../fonts/sepahbod.otf?#' ) format( 'opentype' );
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: 'BYekan';
}

.Font-Sepahbod {
    font-family: 'sepahbod' !important;
    font-size: 1.5em !important;
}

.Font-IranSans {
    font-family: 'BYekan' !important;
    font-size: 2em !important;
    font-weight: bold;
}

.Font-Sarbaz {
    font-family: 'Sarbaz' !important;
    font-size: 1.2em !important;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-color: white;
    color: black;
    text-align: right;
    scroll-behavior: smooth;
}

footer {
    background: var(--OneColor);
    margin: 5em 0 0 0;
    padding: 2em 0em 2em 0em;
    color: white;
    overflow: hidden;
    position: relative;
}

.footerblog {
    background: var(--TwoColor);
}

footer hr {
    border-color: rgba(200,200,200,0.5) !important;
    padding: 0;
    margin: 0.5em 0;
}

.ulfooter {
    padding-right: 2em;
    list-style: none;
    color: white;
}

    .ulfooter li {
        padding: 0.2em;
        color: #6D6D6D;
    }

    .ulfooter a {
        color: #6D6D6D;
    }

        .ulfooter a:hover {
            color: var(--OneColor);
        }

.FooterIranRad h4 {
    padding-right: 2em;
    color: var(--OneColor);
}

.footerblog .ulfooter a:hover {
    color: var(--TwoColor);
}

.Latin {
    font-family: Calibri;
    text-align: left;
    direction: ltr;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: none;
        color: var(--TwoColor);
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

header {
    /*    min-height: 67em;
*/ background-color: white;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 9em;
    -moz-box-shadow: 0 0 1em 0.5em silver;
    /* -webkit-box-shadow: 0 0 1em 0.5em silver; */
    /* box-shadow: 0 0 1em 0.5em silver;*/
    text-align: center;
}

.PubHeader {
    /*background-color: var(--OneColor);
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;*/
    background-color: #c0f4df;
    background-image: -moz-linear-gradient(top, #c0f4df, #fbf5de);
    background-image: -o-linear-gradient(top, #c0f4df, #fbf1de);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c0f4df), to(#fbf5de));
    background-image: -webkit-linear-gradient(top, #c0f4df, #fbf5de);
    background-image: linear-gradient(to top, #c0f4df, #fbf5de);
    overflow: hidden;
    position: relative;
    height: 20em;
    -moz-box-shadow: 0 0 1em 0.5em silver;
    -webkit-box-shadow: 0 0 1em 0.5em silver;
    box-shadow: 0 0 1em 0.5em silver;
}

.PubNoHeader {
    position: relative;
    margin-bottom: 1em;
    height: 3.3em;
    -moz-box-shadow: 0 0 1em 0.5em silver;
    -webkit-box-shadow: 0 0 1em 0.5em silver;
    box-shadow: 0 0 1em 0.5em silver;
}

.headimg {
    position: relative;
    height: auto;
    width: 100%;
    /*    background-image: url('../Pic/BackKol.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
*/ animation: headimg 1s ease-in-out;
}

.HeaderBack1 {
    width: 100%;
    max-width: 1800px;
    margin: 16em auto 0;
}

.HeaderBack2 {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 29.7em;
    max-width: 1800px;
    margin: auto;
}

.Pubheadimg {
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-image: url('../Pic/Back.png');
    background-attachment: fixed;
    background-position: bottom center;
    background-position-y: -15em;
    background-repeat: no-repeat;
    background-size: cover;*/
    opacity: 0.02;
    animation: headimg 1s ease-in-out;
}

@keyframes headimg {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        bottom: -5em;
    }

    100% {
        opacity: 0.05;
        bottom: 0;
    }
}

.dback1 {
    background-color: rgba(5, 155, 5, 0.1);
    height: 100%;
    width: 30%;
    left: -10em;
    position: absolute;
    transform: rotate(10deg) scale(1.3);
}

.dback2 {
    background-color: rgba(5, 155, 5, 0.2);
    height: 100%;
    width: 30%;
    right: -5em;
    position: absolute;
    transform: rotate(10deg) scale(1.3);
}

.PreNav {
    background-image: url(/media/BannerTop.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0.9em;
    background-color: var(--OneColor);
    z-index: 999;
    color: white;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}

nav {
    position: relative;
    padding: 0.5em 1em 1em 1em;
    z-index: 999;
    width: 100%;
    margin: auto;
    max-width: 1400px;
}

/* nav:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: white;
        left: 0;
        right: 0;
        top: 1em;
    }

    nav:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: white;
        left: 0;
        right: 0;
        bottom: 1em;
    }*/

.navblog {
    background-color: var(--TwoColor);
}

nav ul {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-right: 10em;
    padding-top: 0.5em;
    text-align: right;
}

nav li {
    display: inline-block;
}

nav a {
    display: inline-block;
    color: #6D6D6D;
    padding: 0.3em 1em;
    font-size: 1.1em;
}

    nav a:hover {
        color: var(--OneColor);
    }

nav span {
    display: block;
    color: #6D6D6D;
    padding: 0.3em 0.5em;
    font-size: 1.2em;
    padding-bottom: 2.5em;
}

    nav span:hover {
        color: var(--OneColor);
    }

.logo {
    position: absolute;
    right: 5em;
    top: 1em;
    padding: 0 0.5em;
    z-index: 999999999999999999999;
}

    .logo img {
        height: 2em;
    }

.Bar {
    position: absolute;
    padding: 0.3em 1em 0em 1em;
    font-size: 1.2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    display: none;
    top: -2.7em
}

@media screen and (max-width: 900px) {
    .Bar {
        display: block;
        z-index: 9999999999;
    }

    nav ul {
        display: none;
        list-style: none;
        width: 100%;
        margin: 0 auto;
        top: 0;
        bottom: 0;
        right: 0;
        position: fixed;
        padding-right: 0;
        background-color: var(--OneColor);
        z-index: 9999999999999;
        padding-top: 5em
    }

    nav li {
        display: block;
        /*padding:0.2em 1em;
        margin:0.5em 0;*/
        border-bottom: 2px solid rgba(255,255,255,0.2);
    }
}

.btn {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    padding: 0.5em 1em;
}

.BTL {
    left: 5%;
    position: absolute;
}

nav div {
    position: absolute;
    left: 5em;
    top: 1em;
    color: #f1f1f1;
}

    nav div a {
        display: inline-block;
    }

.headtext {
    padding: 1em;
    color: var(--OneColor);
    position: relative;
    text-align: center;
    margin-top: -4em;
    z-index: 99;
}

    .headtext h1 {
        font-weight: unset;
        font-size: 1.7em !important;
        /*font-weight: normal;*/
        /*font-size: 2.7em !important;*/
        color: var(--OneColor);
        animation: centerh1 1s linear;
    }

    .headtext ul {
        list-style: none;
        animation: centertext 1s linear;
    }

    .headtext i {
        margin-left: 0.5em;
        padding: 0.5em 0.4em 0.3em 0.3em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        color: var(--OneColor);
        background-color: #f1f1f1;
        width: 2em;
        height: 2em;
    }

    .headtext li {
        color: var(--OneColor);
        margin: 0.5em;
        padding: 0.5em 1em;
        font-size: 1.1em;
        display: inline-block;
        background-color: white;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        -o-border-radius: 2em;
        border-radius: 2em;
        -moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
        -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
        box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    }


@keyframes centertext {
    0% {
        opacity: 0;
        margin-left: -10em;
    }

    50% {
        opacity: 0;
        margin-left: -10em;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes centerh1 {
    0% {
        opacity: 0;
        margin-left: +10em;
    }

    50% {
        opacity: 0;
        margin-left: +10em;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

.slide {
    bottom: 4em;
    right: 0;
    left: 0;
    position: absolute;
}

    .slide div {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 30em;
        opacity: 0;
        right: 0;
        margin: auto;
        animation: slideimg 30s linear infinite;
    }

    .slide .carousel-caption {
        background-color: rgba(0,0,0,0.6);
        font-size: 2em;
        padding: 0.5em 0.5em 1.5em 0.5em;
        font-weight: bold;
    }

.headtext h3 {
    color: dimgray;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 1.3em;
}

.DTittle {
    width: 90%;
    background-color: white;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    padding: 0em 1em 1.5em 1em;
    margin: auto;
    margin-top: -5em;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    border: 0.2em solid #f1f1f1;
}

    .DTittle h2 {
        font-size: 1em;
        padding: 0em 1em 1em 1em;
    }

    .DTittle i {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        display: block;
        margin: 0em 1em 1em 1em;
        color: var(--TwoColor);
    }

.DTittleI i {
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    display: block;
    margin: 0em 1em 2em 1em;
    color: var(--TwoColor);
}

.Slid2 i {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-block;
    margin: 0em 1em 0 0;
    color: white;
}

.DTittleI {
    width: 100%;
    padding: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    /*top: 16em;*/
    top: 9em;
}

.DTittleIPublic {
    position: absolute;
    top: 17em;
}

.SliderI {
    padding: 1em;
    background-color: var(--OneColor);
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

#IconsTop .SliderI {
    /*display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: white;*/
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    text-align: center;
    color: white;
    -moz-box-shadow: 0 0.2em 0.5em 0.2em rgba(127,127,127,0.3);
    -webkit-box-shadow: 0 0.2em 0.5em 0.2em rgba(127,127,127,0.3);
    box-shadow: 0 0.2em 0.5em 0.2em rgba(127,127,127,0.3);
    background-color: white;
    padding-top: 3em;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    padding-bottom: 0.5em;
}

    #IconsTop .SliderI div {
        cursor: pointer;
        /*        flex: 1;
        margin: 0.5em 0.8em;
        letter-spacing: -1px;
*/
        position: relative;
        flex: 15%;
        margin: 1.1em 1.1em;
        letter-spacing: 0;
        -moz-box-shadow: 0 0.2em 0.5em 0.2em rgba(127,127,127,0.3);
        -webkit-box-shadow: 0 0.2em 0.5em 0.2em rgba(127,127,127,0.3);
        box-shadow: 0 0.2em 0.5em 0.2em rgba(127,127,127,0.3);
        -moz-border-radius: 1.5em;
        -webkit-border-radius: 1.5em;
        border-radius: 1.5em;
        overflow: hidden;
    }

        #IconsTop .SliderI div span {
            color: var(--OneColor);
            position: absolute;
            top: 30%;
            width: 70%;
            text-align: center;
            left: 0;
            font-size: 1.2em;
        }

        #IconsTop .SliderI div p {
            color: gray;
            position: absolute;
            top: 60%;
            width: 70%;
            text-align: center;
            left: 0;
            font-size: 0.8em;
        }

        #IconsTop .SliderI div:nth-child(7) span {
            letter-spacing: -0.02em;
            font-size: 1.05em;
        }

        #IconsTop .SliderI div:nth-child(9) p {
            font-size: 0.75em;
            letter-spacing: -0.05em;
            padding-right: 1em;
        }

.OtherBTN span {
    line-height: 2.4em;
}

.ScrollIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.SliderI .ScrollIcon div {
    width: 10em;
    height: 10em;
    text-align: center;
    position: relative;
    padding: 0.5em
}

.SliderII {
    width: 100% !important;
    margin: auto;
    left: 0;
    right: 0;
}

.DTittleI h2 {
    /* margin: 0 0 0.5em 0;
    position: relative;
    color: var(--OneColor);
    cursor: pointer;
    font-size: 1em;
    width: 100%;
    min-height: 7em;
    padding: 1em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background-color: white;*/
    margin: 0 0 0.5em 0;
    position: relative;
    color: var(--OneColor);
    cursor: pointer;
    font-size: 1em;
    width: 100%;
    padding: 3.5em 3em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    background-color: white;
    height: 100%;
}

    .DTittleI h2 img {
        width: 100%;
    }

    .DTittleI h2:hover {
        display: block;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }



@media screen and (max-width: 452px) {
    .Font-IranSans {
        font-size: 1.8em !important;
    }

    .headtext h1 {
        margin-top: 0;
    }

    nav div {
        left: 1em;
        top: 1.4em;
    }

    .DTittleI {
        width: 90%;
    }
}

@media screen and (max-width: 406px) {
    .DTittleI {
        width: 100%;
        top: 13em;
    }

    .Font-IranSans {
        font-size: 1.8em !important;
    }

    .SliderI div {
        padding: 0.5em;
    }

    .headtext h1 {
        margin: 0 0 0.5em;
        font-size: 1.4em !important;
    }
}

@media screen and (max-width: 365px) {
    .Font-IranSans {
        font-size: 1.6em !important;
    }

    .headtext h1 {
        margin-top: 0 !important;
        font-size: 1.4em !important;
    }

    .SliderI h2 {
        font-size: 0.9em;
    }

    .SliderI i {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@media screen and (max-width: 325px) {
    .SliderI div {
        width: 7em;
        /*height: 6em;*/
        padding: 0.1em;
    }

    .SliderI h2 {
        font-size: 0.8em;
    }

    .SliderI i {
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}


.MySlickArm {
    direction: ltr !important;
    text-align: center;
}

.Gap {
    margin-top: 6em;
}

.LGap {
    margin-top: 3em;
}

.HGap {
    position: relative;
    height: 15em;
}

@media screen and (max-width: 900px) {

    .HGap {
        height: 22em;
    }

    .DivCompareKol div {
        width: 100%;
    }

    .DivCompareKol {
        right: 1em;
    }
}

@media screen and (max-width: 700px) {
    .DivCompareKol {
        top: 1.5em !important;
    }
}

.DContent {
    margin: 1em 0;
    background-color: white;
    padding: 1em 2em 2em 2em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.7em;
}

    .DContent h2 {
        color: #6D6D6D;
    }

    .DContent p {
        text-align: justify;
    }

    .DContent ul {
        padding-right: 2em;
    }

    .DContent h6 {
        color: var(--TwoColor);
        font-size: 1em;
    }

    .DContent h5 {
        color: var(--OneColor);
        font-size: 1.2em;
    }

.DContentNew {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.5em;
    margin-right: -0.5em;
    text-align: center;
}

    .DContentNew a {
        display: block;
        margin: 0.1em;
    }

    .DContentNew table {
        /*margin: 0 -0.4em 0 0;*/
    }

.DContentNewADD {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.5em;
    margin-right: -0.5em;
    text-align: right !important;
}

    .DContentNewADD span {
        color: var(--TwoColor);
    }

    .DContentNewADD td {
        text-align: right !important;
    }

.errstar {
    color: red;
    font-weight: bold;
}


.modal-title {
    color: var(--OneColor);
}

.modal-header {
    /*display: -webkit-box;*/
}

#LogSection2, #LogSection3 {
    display: none;
}

.MSG {
    width: 100%;
    padding: 0.5em;
    color: white;
    display: none;
    text-align: center;
}

.Err {
    background-color: rgba(255,0,0,0.6);
}

.Suc {
    background-color: rgba(4, 140, 7, 0.6);
}


.loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.lc {
    position: absolute;
    right: 0px;
    font-size: 1.000em;
    font-family: Yekan;
    color: white;
    background-color: red;
    -moz-border-radius: 0.188em;
    -webkit-border-radius: 0.188em;
    border-radius: 0.188em;
    border: 0px solid white;
    padding: 0.625em;
    margin: auto;
}

.LogTitleList {
    position: absolute;
    top: 3em;
    left: 0.5em;
    width: 12em;
    padding: 0.5em;
    bottom: auto;
    right: auto;
    background-color: white;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -moz-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
    -webkit-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
    box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
    z-index: 1 !important;
    display: none;
}

    .LogTitleList li {
        display: block;
    }

        .LogTitleList li a {
            color: black !important;
        }

            .LogTitleList li a:hover {
                color: var(--OneColor) !important;
            }

.LogTitle {
    cursor: pointer;
}

.DLeft {
    text-align: left;
}

.NumberMakoos {
    position: absolute;
    left: 1.1em;
    top: 4.2em;
    padding: 0.5em 2em;
    background-color: var(--OneColor);
    color: white;
    font-weight: bold;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.select2-container {
    z-index: 99;
    width: 100% !important;
}

.datepicker-container {
    z-index: 99999999999999999999999999999999999 !important;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999999999999999999999999999999999;
    overflow-y: scroll;
}

.PopClose {
    color: white;
    top: 11%;
    right: 12%;
    z-index: 999999999999999999999999;
    font-size: 2em;
    position: absolute;
}

    .PopClose:hover {
        color: var(--TwoColor);
    }

.SectionDirect {
}

.SDL {
    text-align: center;
    background-color: var(--OneColor);
    color: white;
    position: absolute;
    right: 5%;
    padding: 0.5em 1em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
}

.SDN {
    text-align: center;
    background-color: var(--OneColor);
    color: white;
    position: absolute;
    left: 5%;
    padding: 0.5em 1em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
}

.PopShow {
    position: absolute;
    margin: auto;
    left: -100%;
    top: 10%;
    margin-bottom: 10%;
    width: 80%;
    background-color: white;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    border: 0.3em solid var(--TwoColor);
    overflow: hidden;
}

    .PopShow a {
        color: white;
    }

        .PopShow a:hover {
            color: aquamarine;
        }

.PopTitle {
    background-color: var(--OneColor);
    text-align: center;
    color: white;
    padding: 1em;
}

.PopBodyL {
    display: none;
    width: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    background-position: left top;
    height: 100%;
    position: absolute;
    left: 2em;
}

.PopBody {
    width: 80%;
    margin: auto;
}

    .PopBody .minh {
        width: 90%;
        height: 15em;
        font-size: 1.5em !important;
        text-align: center;
        line-height: 15em;
        background-color: rgb(250,250,250);
    }

.thirdpartyinsurance {
    background-image: url('../Pic/third-party-insurance.jpg');
}

.fireinsurance {
    background-image: url('../Pic/fire-insurance.jpg');
}

.elevatorinsurance {
    background-image: url('../Pic/ElevatorPic.png');
}

.carbodyinsurance {
    background-image: url('../Pic/car-body-insurance.jpg');
}

.healthinsurance {
    background-image: url('../Pic/health-insurance.jpg');
}

.coronainsurance {
    background-image: url('../Pic/corona-insurance.png');
}

.earthquakeinsurance {
    background-image: url('../Pic/earthquake-insurance.jpg');
}

.lifeinsurance {
    background-image: url('../Pic/life-insurance.jpg');
}

.physicianliabilityinsurance {
    background-image: url('../Pic/physician-liability-insurance.jpg');
}

.otherinsurance {
    background-image: url('../Pic/other-insurance.png');
}

.shookainsurance {
    background-image: url('../Pic/shooka-insurance.png');
}

.travelinsurance {
    background-image: url('../Pic/travel-insurance.jpg');
}

.motorcycleinsurance {
    background-image: url('../Pic/motorcycle.png');
}

@media screen and (max-width: 800px) {

    .TopBody .btnCls {
        top: 3em !important;
    }

    .PopBodyL {
        width: 0;
        left: 0;
        right: 0;
        margin: auto;
        top: -3em
    }

    .PopBody {
        width: 100%;
    }

    .Slid2SHOW .PopBody {
        padding-top: 5em;
    }

    .Slid2SHOW:before {
        height: 18.5em !important;
    }

    .Slid2 {
        top: -4em !important;
    }

    .mobrow {
        margin: 0 !important;
    }

        .mobrow .form-group {
            width: 100% !important;
        }

    .SDN {
        left: 5%;
        width: 8em;
    }

    .SDL {
        right: 5%;
        right: inherit;
        width: 8em;
    }

    .BTL {
        left: 5% !important;
        position: absolute;
        left: inherit;
    }
}

@media screen and (max-width: 700px) {
    .DContent {
        padding: 1em 0.5em;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
    }
}

.mobhide hr {
    padding: 0;
    margin: 0.2em 0;
}

@media screen and (max-width: 500px) {
    .mobhide {
        display: none;
    }

    .DivFloatNoMob {
        float: none !important;
        padding-left: 0;
    }

    .rslides span {
        padding: 0 0.3em;
        font-size: 0.8em !important;
    }
}

@media screen and (min-width: 501px) {
    .mobshow {
        display: none;
    }
}

.PopBody select {
    height: 3em !important;
}

.PopBody h1 {
    text-align: center;
}

.PopFooter {
}

.Slid2 {
    position: absolute;
    width: 100%;
    background-color: #f1f1f1;
    overflow: hidden;
    top: 2em;
}

.Slid2SHOW {
    box-shadow: none;
    border: 1px solid silver;
    z-index: 9999;
    padding: 1em;
    min-height: 35em;
}

    /* .Slid2SHOW:before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url(../media/background-buyprocessing.png);
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }*/

    .Slid2SHOW p {
        color: var(--OneColor) !important;
    }

    .Slid2SHOW h4 span {
        color: var(--TwoColor) !important;
    }

    .Slid2SHOW h4 {
        color: var(--OneColor) !important;
    }

    .Slid2SHOW h5 {
        color: var(--OneColor) !important;
    }

    .Slid2SHOW form {
        min-height: 30em;
    }

    .Slid2SHOW hr {
        border-color: var(--TwoColor);
    }

.select2-container {
    z-index: 999999999;
}


.DTittleIPublic .Slid2 {
    position: relative;
}

th, td {
    text-align: center;
    vertical-align: middle !important;
}

.orangecolor {
    color: var(--TwoColor);
}


#S1 .col-sm-6 {
    float: right !important;
}

.AddOrderSales .col-md-6 {
    float: right !important;
}

.myradio {
    font-size: 0.85em !important;
    text-align: right;
    padding: 0.2em 0.3em 0.2em 0.2em !important;
}

.DivCompareTop {
    padding-right: 0;
    position: relative;
    direction: rtl;
}

    .DivCompareTop h6 {
        cursor: pointer;
        margin-bottom: -2em;
        border-bottom: 1px solid #f1f1f1;
    }

        .DivCompareTop h6 span i {
            /*content: " \2771 ";*/
        }

.h6spani {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.h6spaniA {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.DivCompareKol {
    direction: rtl;
    position: relative;
    top: 2.5em;
    width: 100%;
    height: 5em;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: white;
    /*-moz-box-shadow: 0 10px 15px 0px silver;
    -webkit-box-shadow: 0 10px 15px 0px silver;
    box-shadow: 0 10px 15px 0px silver;*/
    z-index: 99;
    /*display: none;*/
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.DivCompareKolShow {
    /*position: absolute;*/
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: auto;
    overflow: visible;
    -moz-box-shadow: 0 10px 15px 0px silver;
    -webkit-box-shadow: 0 10px 15px 0px silver;
    box-shadow: 0 10px 15px 0px silver;
    display: block !important;
}

.DivCompareKol .col-sm-6 {
    float: right !important;
}

.DivYes {
    display: none;
}

.DivRefresh {
    position: fixed;
    left: 0;
    top: 45%;
    background-color: white;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-box-shadow: 10px 0px 15px 0px silver;
    -webkit-box-shadow: 10px 0px 15px 0px silver;
    box-shadow: 10px 0px 15px 0px silver;
    padding: 0.5em;
}

    .DivRefresh input {
        width: 4em;
    }

.DivPooshesh {
    position: fixed;
    left: 0;
    top: 4em;
    cursor: pointer;
    background-color: white;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-box-shadow: 10px 0px 15px 0px silver;
    -webkit-box-shadow: 10px 0px 15px 0px silver;
    box-shadow: 10px 0px 15px 0px silver;
    padding: 0.5em;
    display: none;
    z-index: 999;
}


.backgroundchange {
    background-color: var(--TwoColor);
    color: white;
}

@media screen and (max-width: 1199px) {
    .DivPooshesh {
        display: block;
    }

    .DContentNew {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
        right: 0;
        z-index: 99999999999999999999999999999999999999;
        background-color: white;
        margin: 0;
        -moz-box-shadow: 0px 0px 15px 0px silver;
        -webkit-box-shadow: 0px 0px 15px 0px silver;
        box-shadow: 0px 0px 15px 0px silver;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .DContentNewFix {
        display: block;
        position: relative;
        z-index: 9;
    }
}

.spantop {
    text-align: center;
}

.spanbot {
    text-align: center;
}

    .spanbot span {
        padding: 0.1em 0.5em;
        background-color: var(--OneColor);
        color: white;
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
        border-radius: 0.5em;
    }

.NumberSVG {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 3.1em;
    padding: 0 2em;
    left: 0em;
}

    .NumberSVG line {
        stroke: var(--OneColor);
        stroke-dasharray: 5;
    }

.spanAct span {
    background-color: var(--TwoColor);
}

.Taahod tr, .Taahod td, .Taahod h6 {
    padding: 0.2em !important;
}

.Taahod tr, .Taahod td {
    text-align: right;
}

.Taahod h6 {
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}

.AddOrderSales .NumberSVG {
    top: 3.1em;
}

#Tab2, #Tab1, #Tab3 {
    cursor: pointer;
}

.TextSenter {
    text-align: center;
}



.NoMarginB {
    margin-bottom: 0;
    margin-top: 0.3em;
    padding: 0.5em 1em 1em 1em;
}

.table {
    margin-bottom: 0;
}

.Gaptop {
    margin-top: 1em;
}

.spT2 {
    color: silver;
    padding-right: 0.5em;
    font-size: 0.7em !important;
}

.ImgGift {
    width: 50px;
}

.tooltip-inner {
    font-family: 'BYekan' !important;
    font-size: 1.1em !important;
    background-color: var(--TwoColor);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--TwoColor);
}

.bgsuc {
    background-color: #c0f4df;
    border: 2px solid var(--TwoColor);
}

.DivMoshakasat {
    position: relative;
    /*height: 8em;*/
    padding-bottom: 4em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 800px) {
    .DivMoshakasat {
        position: relative;
        height: 5em;
    }

    .DivCompareKol {
        display: none;
    }

    .DivCompareTop {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        margin: 0 0 15px 0;
    }
}

@media screen and (max-width: 770px) {
    .DivMoshakasat {
        position: relative;
        height: auto;
        margin-bottom: 0.5em;
        padding: 0;
    }

    .DivCompareKol {
        margin-top: 1em;
        position: relative;
        height: auto;
    }

        .DivCompareKol div {
            width: 50%;
            float: right;
        }

    .DivCompareTop {
        width: 100% !important;
        margin: 0em 0 3em 0;
        padding: 0;
    }

    .DFRight {
        float: left;
        width: 33.33%;
        padding: 0;
    }

    .spT2 {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .DivCompareKol div {
        width: 100%;
        float: right;
    }
}

.JarimehDirkard {
    font-size: 0.8em;
    position: absolute;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 2.75em;
    left: -2em;
    background-color: var(--TwoColor);
    padding: 0.2em 0.5em;
    color: white;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;
}

input.invalid, textarea.invalid {
    border: 2px solid red;
}

input.valid, textarea.valid {
    border: 2px solid var(--OneColor);
}

.error {
    display: none;
    margin-left: 10px;
}

.error_show {
    color: red;
    margin-left: 10px;
}

.DirRight .form-group {
    float: right !important;
}

    .DirRight .form-group span {
        color: var(--TwoColor);
        font-weight: bold !important;
    }


.errstarshow {
    display: none;
}

.NoWork, .NoWork i {
    /*color: silver !important;*/
}

    .NoWork span {
        background-color: silver !important;
    }
/*.NoWork img {
        filter: grayscale(100%);
    }*/


.FPage {
    text-align: center;
}

.WarpIcon {
    padding: 1em;
    max-width: 1400px;
    margin: auto;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
}

    .WarpIcon div {
        text-align: center !important;
        padding: 0.1em 0.5em;
        box-shadow: none !important;
        margin: 0 !important;
        align-content: space-evenly;
    }

        .WarpIcon div img {
            width: auto;
            margin: 0 auto;
            height: 5em;
        }

.BIParent {
    /*    width: max-content !important;
*/
}

.WarpIcon a:focus {
    outline: 0;
    outline-offset: -2px;
}

.BimehsIcon .slick-track {
    margin: auto !important;
}


.Advert h2 {
    text-align: right;
    color: #6D6D6D;
    font-size: 2.2em;
    max-width: 1150px;
    margin: auto;
    padding-bottom: 0.1em;
    letter-spacing: -1px;
}

.Advert h1 {
    text-align: center;
    color: var(--OneColor);
}

.Advert h4 {
    font-size: 1.5em;
    color: #908c8c;
    line-height: 2em;
    text-align: right;
    max-width: 1150px;
    margin: 0 auto 0.5em;
}

.Advert img {
    width: 100%;
}

.Advert .col-sm-4, .Advert .col-md-3, .Advert .col-md-1, .Advert .col-md-7, .Advert .col-md-4 {
    float: right;
}

.rslides {
    margin: 0;
    padding: 0 !important;
}

    .rslides img {
        width: 100%;
    }

    .rslides span {
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        padding: 1em;
        font-size: 1.3em !important;
    }

.CircleImg {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 15em;
    height: 15em;
    border: 5px solid #e6e7e8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .CircleImg img {
        width: 100%;
    }

.detailB {
    text-align: center;
    color: #05478f;
}

.DetailUl li {
    text-align: right;
    padding: 0.1em 0;
    display: inline-block;
    font-size: 80%;
}

.DetailUl .btn {
    padding: 0em 0.4em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.DetailUl {
    list-style: none;
    padding: 0 !important;
}

@media screen and (max-width: 500px) {
    .No500 {
        display: none;
    }
}

.pJust {
    text-align: justify !important;
    font-size: 1.1em;
    line-height: 2em;
    font-family: 'BYekan' !important;
}

    .pJust p {
        text-align: justify !important;
        font-family: 'BYekan' !important;
    }

    .pJust li {
        text-align: justify !important;
        font-family: 'BYekan' !important;
    }

    .pJust span {
        text-align: justify !important;
        font-family: 'BYekan' !important;
    }

    .pJust td p {
        text-align: center !important;
    }

    .pJust table {
        direction: ltr !important;
        width: 100%;
    }

    .pJust td {
        border: 1px solid var(--OneColor);
    }

.MenuDrop {
    position: relative;
}

    .MenuDrop i {
        padding-right: 0.3em;
    }

.menudiv {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: white;
    padding: 0.5em;
    width: 15em;
    top: 2em;
    right: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -moz-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
    -webkit-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
    box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
}

.navblog .menudiv {
    background-color: var(--TwoColor);
}

.popmenu a {
    color: #6D6D6D !important;
}

    .popmenu a:hover {
        color: var(--OneColor) !important;
    }

.popmenu {
    position: relative;
    right: 0;
    left: 0;
    display: block;
}

.MenuDrop:hover .menudiv {
    display: block;
    opacity: 1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.block {
    width: 100% !important;
}

#PuProduct .DTittleIPublic {
    position: relative !important;
    top: 0 !important;
}

#PuProduct .DTittleI {
    position: relative !important;
    top: 0 !important;
}

#PuProduct .Slid2 {
    top: 0 !important;
    min-height: 35em;
}

#PuProduct .SliderII {
    width: 100% !important;
}


.LogoShow {
    background-color: white;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    display: flex;
    flex-wrap: wrap;
}

    .LogoShow div {
        width: 25%;
        padding: 0.5em;
    }

    .LogoShow img {
        width: 100%;
    }


.NetworkLogo {
    text-align: center;
}

    .NetworkLogo img {
        width: 2em;
    }

.footNetworkImg img {
    width: 2em;
    margin: 0 0.5em;
}

.nav-tabs > li {
    float: right;
}

.TableQuis {
    margin: 0.5em 0;
    text-align: right;
    border: 1px solid rgb(230,230,230);
}

.MyTq {
    text-align: right !important;
    font-weight: bold;
    color: var(--OneColor);
}

.MyTP {
    text-align: right !important;
    padding-right: 2em !important;
    font-weight: normal;
}

.MyPayam {
    position: fixed;
    bottom: 1em;
    right: -100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 1em;
}


.StarDiv i {
    cursor: pointer;
    color: rgba(0,0,0,0.3);
}

.HoverStar {
    color: var(--TwoColor) !important;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.TableStar {
    width: 100%;
}

    .TableStar td {
        width: 50%;
    }

        .TableStar td:nth-child(1) {
            text-align: right;
        }

        .TableStar td:nth-child(2) {
            text-align: left;
            position: relative;
        }

.showStar {
    position: relative;
}

/*.showStarG i {
    color:var(--OneColor);
}*/

.BlBack {
    height: 17em;
}

.showStarG {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--OneColor);
    height: 20px;
    mix-blend-mode: color;
}


/*img Loading attribute*/

.fail img {
    display: none;
}

.tab-pane {
    position: relative;
}


.dl-horizontal {
    padding: 0.5em;
    margin: 0;
}

    .dl-horizontal dt {
        float: right;
        padding: 0.5em 0;
    }

    .dl-horizontal dd {
        color: var(--OneColor);
        padding: 0.5em 0;
        border-bottom: 0.1em solid #f1f1f1;
        width: 100%;
    }

.DetailSub .col-md-6, .DetailSub .col-md-4, .DetailSub .col-md-8, .DetailSub .col-md-3 {
    float: right !important;
}


.reminderBase {
    /*    background-image: url(/media/ReminderBase.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 8em;
}

.IndexPicCenter {
    /*    background-image: url(/media/buy.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 600px;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4em 1em 5em;
    margin: auto;
}

    .IndexPicCenter h2 {
        font-family: sans-serif;
        font-size: 4em;
        font-weight: bold;
        color: var(--OneColor);
        margin: 0;
    }

    .IndexPicCenter h3 {
        font-size: 15px;
    }

.IPC2 {
    display: none;
}

.MainIPC div {
    background-color: white;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.IndexPicCenter img {
    max-height: 6em;
    padding: 0.5em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: auto;
}

.IndexPicCenter div {
    width: 25%;
    padding: 0;
    /*border-radius: 2em;*/
    border-radius: 0;
}

.IndexPicCenter .LineHight {
    width: 0.1em;
    height: 100%;
    background-color: #f1f1f1;
    margin: auto;
}

.MainIPC {
    position: relative;
    width: 100% !important;
}

.IndexPicCenter h3 {
    /*    color: #6D6D6D;*/
    color: var(--OneColor);
    margin: 0 0 1em 0;
}

@media screen and (max-width: 500px) {
    .BimehModel div {
        width: 50%;
        float: right;
    }
}


/*Comments*/
.showPayam div {
    text-align: right !important;
}

.UCom {
    padding-right: 5em;
}

b {
    color: var(--TwoColor);
    display: block;
    text-align: right;
    padding: 1em 0 0 0;
    margin-bottom: 0;
}



/*Cheshmak*/
.Cheshmak {
    animation-name: Cheshmak;
    animation-duration: 0.3s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes Cheshmak {
    from {
        color: var(--OneColor);
    }

    to {
        color: var(--TwoColor);
    }
}

@-moz-keyframes Cheshmak {
    from {
        color: var(--OneColor);
    }

    to {
        color: var(--TwoColor);
    }
}

@-webkit-keyframes Cheshmak {
    from {
        color: var(--OneColor);
    }

    to {
        color: var(--TwoColor);
    }
}


.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 500ms;
}

.Divbreadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    font-size: 0.9em;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: white;
    border-radius: 4px;
    direction: rtl;
}

    .breadcrumb > li {
        display: inline-block;
        font-size: 0.8em;
    }

    .breadcrumb > .active {
        color: var(--TwoColor);
    }

.Divbreadcrumb nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 0.5em;
    background-color: transparent;
    z-index: 0;
    height: auto;
}

    .Divbreadcrumb nav a {
        color: var(--OneColor);
    }


.DivMojavez {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Mojavez {
    background-color: white;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    margin: 0 0.5em;
    height: 5em;
    width: 5em;
    text-align: center;
}

    .Mojavez img {
        height: 100% !important;
    }

.divLogo {
    text-align: center;
}

.MyLogo {
    padding-top: 6em;
    display: block;
    z-index: 99;
    position: relative;
    text-align: right;
    margin-bottom: 2em;
    padding-right: 2em;
}

    .MyLogo img {
        width: 10em;
        padding: 0.5em;
        margin: -1em 0 0.5em 0;
        margin-bottom: 0;
    }

    .MyLogo span {
        color: var(--OneColor);
        font-size: 1.2em;
        margin-right: -0.3em;
    }

    .MyLogo .logoLT:nth-child(3) {
        width: 20em;
        padding: 0.5em;
    }

.logoLT {
    width: 5em;
}

label {
    width: 100%;
}

.h1Title {
    text-align: center !important;
    font-family: 'sepahbod';
    font-size: 1.3em;
    color: var(--TwoColor);
    display: none;
}

.thumbnail {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.BlogHeader {
    padding: 0 !important;
    overflow: hidden !important;
}

.flexDiv {
    display: flex;
    flex-wrap: wrap;
}

.flexA {
    flex: 25%;
}


.headerMob {
    height: 850px !important;
}


[itemscope] {
    display: none;
}

@media (min-width: 768px) {
    .floatright {
        float: right !important;
    }
}


.IAlert {
    color: var(--TwoColor) !important;
}


.BlogIMG {
    width: 35em !important;
    max-width: 100% !important;
    height: auto !important;
}


.BlogTable th {
    color: var(--TwoColor) !important;
}

@media screen and (max-width: 600px) {

    .Slid2SHOW .PopBody {
        padding-top: 10em;
    }

    .Slid2SHOW form {
        min-height: 0;
    }

    #IconsTop .SliderI {
        z-index: 9;
        padding-left: 0;
        padding-right: 0;
    }

    .IndexPicCenter div {
        margin-bottom: 0em;
    }

    .MainIPC div {
        width: 10em !important;
        height: 10em !important;
    }

    .MainIPC {
        height: 10em !important;
    }

    nav div {
        top: 1em;
        left: 0;
    }

        nav div a {
            padding: 0 0.4em;
        }

    .NoPadMobile .col-md-9 {
        padding: 0.5em !important;
    }

    .container {
        padding: 0.5em !important;
    }

    .btn-group, .btn-group-vertical {
        position: relative;
        display: flex;
        vertical-align: middle;
        flex-wrap: wrap;
    }

        .btn-group > .btn, .btn-group-vertical > .btn {
            position: relative;
            float: none;
            flex: 1;
            border-radius: 0;
        }

    .logo {
        right: 0.5em;
        top: 0.7em;
    }

        .logo img {
            height: 2em;
            width: auto;
        }

    nav {
        padding: 2.5em 0.5em;
    }

    #IconsTop .SliderI div:nth-child(9) img {
        height: 2.5em !important;
    }

    #IconsTop .SliderI div:nth-child(7) span {
        font-size: 0.9em;
    }

    .Slid2 i {
        display: none;
    }
}

#bar1 span, #bar2 span {
    background-color: white !important;
}

.btnShare {
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 0.1em 1em;
    background-color: var(--TwoColor);
}

    .btnShare i {
        color: white;
    }

.pJust .PicSenter {
    text-align: center !important;
}

.TopOver img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .TopOver img:hover {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.pJust a img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .pJust a img:hover {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.MobileBtn {
    padding: 0.25em 1em;
}

.form-group label {
    color: #6D6D6D;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form-group:hover label {
    color: var(--OneColor) !important;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-right: 0.5em;
}

.GreenColor {
    font-weight: bold;
    position: relative;
    text-align: center;
    padding: 1em;
}

@media screen and (max-width: 705px) {
    .widget-icon {
        width: 50px !important;
        height: 50px !important;
    }

    #box-widget-icon {
        width: 50px !important;
        height: 50px !important;
        padding-top: 30px !important;
    }

    .headtext {
        margin-top: 1em !important;
    }
}


@media screen and (max-width: 650px) {

    footer h4 {
        padding-top: 2em;
    }
}


.btn-success {
    background-color: var(--OneColor);
}

.btn-warning {
    background-color: #fe2049;
}


.footNetworkImg {
    text-align: center !important;
}


.PopBody a, .PopBody h5 i {
    color: #6D6D6D !important;
}

.SectionDirect a {
    color: white !important;
}

.SecCarousel {
    position: relative;
    width: 100%;
    background-color: var(--OneColor);
    padding: 2em;
    margin-top: 4em
}

    .SecCarousel .carousel-indicators {
        background-color: var(--OneColor);
        width: 10em !important;
        left: 0 !important;
        right: 0;
        padding: 0.5em 1em !important;
        margin: auto;
        position: absolute;
        -webkit-border-top-left-radius: 1em;
        border-top-left-radius: 1em;
        -webkit-border-top-right-radius: 1em;
        border-top-right-radius: 1em;
    }

    .SecCarousel .carousel-indicators {
        bottom: -10px;
    }

        .SecCarousel .carousel-indicators li {
            background-color: white;
        }

        .SecCarousel .carousel-indicators .active {
            background-color: var(--TwoColor);
        }

    .SecCarousel .slide {
        position: relative !important;
        bottom: 0;
        -moz-border-radius: 3em !important;
        -webkit-border-radius: 3em !important;
        border-radius: 3em !important;
        overflow: hidden;
    }

    .SecCarousel .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .SecCarousel div {
        opacity: 1;
        width: 100%;
    }

        .SecCarousel div .item {
            height: auto;
        }

    .SecCarousel .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    }

        .carousel-item-next, .carousel-item-prev, .SecCarousel .carousel-item.active {
            display: block;
        }


.SecWhat {
    background-color: transparent;
    padding: 3em 0 10em;
}

    .SecWhat .TitleH4Rad {
        background-color: #bfbfbf !important;
    }

.BlogIRad .TitleH4Rad {
    background-color: #bfbfbf !important;
}

.SecWhat .TitleH4Rad i {
    background-color: var(--OneColor);
}

.SecWhat hr {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid var(--OneColor);
}

.SecWhat p {
    padding: 1em 6em;
}

.SecYadAvar {
    max-width: 1000px;
    margin: auto;
    background-color: transparent;
    padding-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.TitleH4Rad {
    text-align: center;
    font-weight: bold;
    background-color: var(--OneColor);
    color: white !important;
    margin: auto;
    font-size: 1.3em !important;
    position: relative;
    padding: 2em 0;
    overflow: hidden
}

    .TitleH4Rad img {
        background-color: var(--OneColor);
        position: absolute;
        left: 3em;
        top: 0;
    }

.SecYadAvar .TitleH4Rad img {
    background-color: #bfbfbf !important;
}

.TitleH4Rad i {
    background-color: silver;
    position: absolute;
    left: 1.3em;
    top: 0;
    padding: 0.6em;
    font-size: 2.5em;
    width: 2em;
}

.SecYadAvar .btn-success {
    background-color: var(--OneColor);
}

.SecYadAvar .row {
    margin-right: 0;
    margin-left: 0;
}

.SecYadAvar .Rimind {
    color: white;
    -moz-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
    -webkit-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
    box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
    padding: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.SecYadAvar .col-md-5, .SecYadAvar .col-md-1 {
    float: right;
    padding: 1em;
}

    .SecYadAvar .col-md-5 img {
        width: 80%;
        padding-top: 2em;
    }

.SecYadAvar .col-sm-12 {
    width: 100%;
    padding: 0.5em 0 0;
}

.SecYadAvar .col-md-6:nth-child(2) {
    padding: 4em 2em 5em 2em;
}

/*.SecYadAvar:before {
        content: " ";
        position: absolute;
        width: 50%;
        right: 0;
        top: 0.1em;
        bottom: 0;
        background-color: #f4eb91;
        -webkit-border-top-left-radius: 3em;
        border-top-left-radius: 3em;
        -webkit-border-bottom-left-radius: 3em;
        border-bottom-left-radius: 3em;
    }*/

.SecYadAvar .form-control {
    background-color: white;
    -moz-box-shadow: 0 0.1em 0.5em 0.1em rgba(127, 127, 127, 0.3);
    -webkit-box-shadow: 0 0.1em 0.5em 0.1em rgba(127, 127, 127, 0.3);
    box-shadow: 0 0.1em 0.5em 0.1em rgba(127, 127, 127, 0.3);
    color: #6D6D6D;
    border: 0;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    height: 3em;
    font-size: 1em;
    margin-bottom: 1em;
}

    .SecYadAvar .form-control::placeholder {
        color: #6D6D6D;
    }

    .SecYadAvar .form-control > button {
        color: #6D6D6D;
    }

.SecYadAvar select {
    background-image: url(/media/AroowB.png);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.SecYadAvar #yd {
    background-image: url(/media/Calender.png);
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 1350px) {
    .RadCity img {
        max-width: 40em !important;
        margin-top: 10em;
    }
}

.LeftCar {
    position: absolute;
    width: 40em;
    left: -228px;
    bottom: -180px;
    z-index: 2;
}

.LeftCarB {
    position: absolute;
    width: 40em;
    left: -16em;
    bottom: -180px;
    z-index: 2;
}

.RightCar {
    position: absolute;
    width: 38em;
    left: 170px;
    bottom: 30px;
    z-index: 1;
    /*    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
*/
}

.Effect {
    position: absolute;
    width: 15em;
    left: 180px;
    margin-top: 160px;
    z-index: 3;
    animation: LocationAnim 1s ease-in-out infinite;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    display: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.TopIcon-7, .TopIcon-4, .TopIcon-13 {
    right: 1.5em !important;
}

@media screen and (max-width: 1200px) {

    .TopIcon {
        height: 3em !important;
        right: 0.5em !important;
    }

    .TopIcon-8, .TopIcon-02 {
        height: 2.3em !important;
    }

    .SecYadAvar img {
        width: 100%;
    }

    .SliderI {
        max-width: 90%;
    }

    .SecKhesarat .CarCrash {
        max-width: 40em !important;
    }

    .SecKhesarat h2 {
        font-size: 3em !important;
    }

    .SecKhesarat {
        padding: 16em 5em 0 2em !important;
    }

    .Advert h2 {
        max-width: 90% !important;
    }

    .Advert h4 {
        max-width: 90% !important;
    }

    .BlogIRad .SliderI {
        max-width: 90% !important;
    }
}

@media screen and (max-width: 1000px) {
    .RadCity .BoxCity {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        max-width: 100% !important;
        width: 90% !important;
        top: 0 !important;
        margin: auto auto 2em auto !important;
        text-align: right;
    }

    .RadCity {
        text-align: center;
        margin-top: 2em;
    }

        .RadCity img {
            max-width: 30em !important;
            margin-top: -10em !important;
            margin: -10em auto 0 !important;
        }

    .SecKhesarat {
        padding: 16em 3em 0 2em !important;
    }

    .reminder img {
        right: 7em !important;
    }

    .BlogIRad .MinHeightH4 h4 {
        font-size: 1.1em !important;
    }

    .RadCity {
        margin-top: 20em !important;
    }
}

@media screen and (max-width: 900px) {

    .MenuDrop {
        display: block !important;
        padding-right: 1.6em;
        padding-bottom: 0.5em;
    }

        .MenuDrop span {
            display: inline !important;
        }

            .MenuDrop span:hover {
                color: white !important;
            }

        .MenuDrop:hover .menudiv {
            position: relative;
            background-color: transparent;
            width: 100%;
            top: 0;
            box-shadow: none;
        }

    .popmenu {
        padding-right: 0 !important;
        border: 0 !important;
    }

    .MenuDrop .BeforMenuA, .BeforMenuA {
        display: none !important;
    }

    .MenuUl a {
        color: white !important;
    }

    nav span {
        color: white;
    }

    .SecKhesarat {
        padding: 30em 3em 0 2em !important;
    }

    .reminder img {
        right: 2em !important;
    }

    .MenuUl a:hover {
        color: white;
    }
}

@media screen and (max-width: 700px) {
    .SecYadAvar img {
        -moz-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -o-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    .SecYadAvar .col-md-6 {
        float: none;
        padding: 1em;
    }

    .DTittleI {
        width: 100%;
        top: 8.5em;
    }

    .SecCarousel {
        padding: 1em;
        margin-top: 2em;
    }

    .IndexPicCenter h3 {
        font-size: 1em;
    }

    .SecYadAvar img {
        width: 80%;
    }

    .SecYadAvar:before {
        bottom: 55%;
    }

    .SecYadAvar .row {
        margin-right: 0;
        margin-left: 0;
    }

    .SecCarousel div .item {
        height: fit-content;
    }
}

@media screen and (max-width: 600px) {
    .SecKhesarat h2 {
        font-size: 2em !important;
        text-align: center;
    }

    .SecKhesarat {
        padding: 25em 1em 0 1em !important;
    }

        .SecKhesarat h4 {
            font-size: 1.2em !important;
            line-height: 1.5em !important;
            padding-right: 2.6em;
            width: 16em !important;
            padding-top: 0 !important;
        }

    .btn {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .reminder img {
        width: 8em !important;
        top: 1em !important;
    }

    .SecYadAvar .col-md-6:nth-child(2) {
        padding: 4em 0em 0em 0em;
    }

    .SecYadAvar {
        margin: 8em 0 0 0 !important;
    }

    .Advert h2 {
        font-size: 2em !important;
    }

    .SecDell h4 {
        font-size: 1.8em !important;
    }

    .SecDell .rowIcons {
        flex-wrap: wrap;
    }

        .SecDell .rowIcons div {
            flex: 20% !important;
        }

        .SecDell .rowIcons img {
            height: 4em !important;
        }

        .SecDell .rowIcons h5 {
            font-size: 0.9em !important;
            padding-top: 0em !important;
        }

        .SecDell .rowIcons h6 {
            font-size: 0.9em !important;
        }
}

@media screen and (max-width: 500px) {
    .SecWhat p {
        padding: 1em 3em;
    }

    .slide .carousel-indicators {
        display: none;
    }

    .slide .carousel-caption {
        font-size: 0.9em;
        padding: 0.5em 0.5em 0.5em 0.5em;
    }

    .DTittleI h2 span {
        font-size: 0.85em;
        margin-top: -1.8em !important;
    }

    .DTittleI {
        width: 100%;
        bottom: 18em;
    }
}

.BlackBack {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}


.btnCls {
    position: absolute;
    font-size: 2em;
    display: none;
    right: 1em;
}

.Slid2SHOW .btnCls {
    display: block;
}

.PopBody span {
    color: #6D6D6D !important;
}

    .PopBody span.btn.btn-info {
        color: white !important;
    }


.SecCarousel {
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    border-radius: 3em;
    position: relative;
    width: 100%;
    max-width: 1100px;
    background-color: var(--OneColor) !important;
    margin: auto;
    margin-top: 0em !important;
    padding: 0 !important;
}

    .SecCarousel .carousel-indicators {
        background-color: transparent !important;
        bottom: 0 !important;
        display: none;
    }

        .SecCarousel .carousel-indicators .active {
            background-color: var(--OneColor) !important;
        }

.BlogIRad {
    margin-top: 0 !important;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.TitleH4Rad img {
    width: auto !important;
}

@media screen and (max-width: 1050px) {
    .SecYadAvar .col-md-5 img {
        width: 80%;
        padding-top: 5em;
    }

    .SliderI {
        width: 90%;
    }

    .SecCarousel {
        width: 90% !important;
    }

    .SecWhat {
        background-color: transparent;
        padding-bottom: 3em;
    }

    .Advert h4 {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    .Slid2SHOW:before {
        background-position: bottom;
        height: 11.5em !important;
    }
}

@media screen and (max-width: 600px) {
    .TitleH4Rad img {
        width: 4em !important;
        left: 1em;
    }

    .TitleH4Rad {
        padding: 1.4em 0;
        font-size: 0.9em !important;
    }

        .TitleH4Rad i {
            background-color: silver;
            position: absolute;
            left: 0.5em;
            top: 0;
            padding: 0.5em;
            font-size: 2em;
            width: 2em;
        }

    .col-md-5 {
        width: 100%;
    }

    footer .col-sm-3 {
        width: 90%;
        margin: auto;
    }

    .MyLogo {
        margin-bottom: 0;
        padding-top: 3em;
        padding-right: 0;
    }

        .MyLogo img {
            width: 10em;
            padding: 0.5em;
            margin: auto;
        }

        .MyLogo span {
            margin: auto;
            text-align: center;
            margin-bottom: 1em;
            margin-right: -0.3em;
        }

    .IndexPicCenter h3 {
        font-size: 0.7em;
        margin: 0;
    }

    .IndexPicCenter {
        padding: 3em 1.5em 3em 1.5em;
    }

        .IndexPicCenter img {
            padding: 0.5em;
        }
}


.select2-container--default .select2-selection--single {
    background-color: #f1f1f1;
    border: 1px solid #aaa;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.form-control {
    background-color: #f1f1f1;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    height: 3em;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 35px;
    height: 35px;
    margin-top: -10px;
    font-size: 29px;
    background-color: transparent;
    border-radius: 50%;
    padding-top: 0.1em;
}


a:hover {
    opacity: 0.9;
}

/*.centerSlick .slick-center {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    z-index: 9999;
}
*/
.BlogIRad .slick-slide {
    background-color: transparent;
    color: var(--OneColor);
    margin: 0.5em 0;
    margin-top: 1em;
    float: left;
    text-align: center;
    min-height: 1px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden;
    /*direction: rtl !important;*/
}

.BlogIRad .SliderI {
    background-color: transparent;
    padding: 0;
    max-width: 1200px;
}

    .BlogIRad .SliderI div {
        flex: 1;
        text-align: center;
        position: relative;
        padding: 0;
        height: auto;
    }

.BlogIRad .slick-slide {
    -moz-box-shadow: 0 0 0.5em 0em silver;
    -webkit-box-shadow: 0 0 0.5em 0em silver;
    box-shadow: 0 0 0.5em 0em silver;
    overflow: hidden !important;
    -moz-border-radius: 2em !important;
    -webkit-border-radius: 2em !important;
    border-radius: 2em !important;
}

.BlogIRad img {
    width: 100%;
    background-color: var(--OneColor);
}

.BlogIRad .MinHeightH4 {
    padding: 1em 1.5em !important;
}

    .BlogIRad .MinHeightH4 h4 {
        color: var(--OneColor);
        text-align: right;
        padding: 0;
        margin: 0;
        font-size: 1.2em;
    }

    .BlogIRad .MinHeightH4 p {
        color: #6D6D6D;
        text-align: justify;
        line-height: 1.3em;
        font-size: 0.8em;
        min-height: 8em;
    }

    .BlogIRad .MinHeightH4 .btn {
        padding: 0.5em 1em;
    }

.BlogIRad .slick-prev, .BlogIRad .slick-next {
    top: 50%;
    background: transparent;
}

    .BlogIRad .slick-prev:before, .BlogIRad .slick-next:before {
        font-size: 16px;
        color: #6D6D6D;
    }


.LineSub {
    border-bottom: 5px solid var(--OneColor);
    position: absolute;
    bottom: 3em;
    left: 1em;
    right: 0;
    width: 25em;
    margin: auto;
}

.LineSubN {
    border-bottom: 1px solid var(--OneColor);
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    margin: auto;
}

.RadCity {
    position: relative;
    max-width: 1400px;
    margin: 18em auto 0;
}

    .RadCity img {
        max-width: 50em;
    }

    .RadCity .BoxCity {
        -moz-box-shadow: 0 0 0.5em 0em silver;
        -webkit-box-shadow: 0 0 0.5em 0em silver;
        box-shadow: 0 0 0.5em 0em silver;
        position: absolute;
        left: 7%;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        width: 40%;
        padding: 0em 1em 3.5em 0em;
    }

    .RadCity .BCity1 {
        left: 6%;
        top: 5%;
    }

    .RadCity .BCity2 {
        left: 6%;
        top: 0;
        bottom: 0;
        height: fit-content;
        margin: auto;
    }

    .RadCity .BCity3 {
        left: 6%;
        bottom: 5%;
    }

    .RadCity h2 {
        color: var(--OneColor);
        font-size: 1.6em;
    }

    .RadCity p {
        color: #6D6D6D;
        line-height: 1.5em;
        padding-bottom: 0.5em;
    }

    .RadCity .btn {
        padding: 0.5em 1em;
        left: 2em;
        position: absolute;
        right: auto;
        margin-top: -0.5em;
    }


@media screen and (max-width: 600px) {
    .LineSub {
        left: 0em;
        width: 15em !important;
    }

    .heightSlider {
        min-height: 20em !important;
    }

    .BlogIRad .centerSlick h4 {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 500px) {
    .LineSub {
        left: 0em !important;
        width: 35% !important;
    }
}


.Slid1 .slick-slide {
    margin: 0.5em 1em;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    border-radius: 3em;
    overflow: visible;
    position: relative;
    background-color: transparent;
    border: 0;
}

.BackOn {
    position: absolute;
    bottom: 1em;
    margin: auto;
    left: 0;
    right: 0;
    width: 80% !important;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none !important;
}

.BackOff {
    position: absolute;
    bottom: 1em;
    margin: auto;
    left: 0;
    right: 0;
    width: 80% !important;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.Slid1 div:hover .BackOff {
    display: none !important;
}

.Slid1 div:hover .BackOn {
    display: block !important;
}

.Slid1 div:hover h2 {
    background-color: rgb(191 217 255);
}

.Slid1 div:hover {
    box-shadow: none !important;
}

.TopIcon {
    /* z-index: 1;
    position: relative;
    width: auto !important;
    height: 4.5em;
    margin: 1em auto 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;*/
    z-index: 1;
    position: absolute;
    width: auto !important;
    height: 3.5em;
    margin: auto 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    right: 1em;
    top: 0;
    bottom: 0;
}


.Slid1 div:hover .TopIcon {
    margin-bottom: 3em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}


.Slid1 .slick-slide span {
    position: relative;
    color: white;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999999;
    font-size: 0.9em;
}

.Slid1 .slick-prev, .Slid1 .slick-next {
    top: 50%;
    width: 30px;
    height: 30px;
}

#Charecter {
    position: absolute;
    width: 20em !important;
    z-index: 9;
    right: -8em;
    bottom: -2em;
}

.btn-primary {
    color: #fff;
    background-color: var(--OneColor);
    border-color: var(--OneColor);
}

.SecKhesarat {
    width: 100%;
    position: relative;
    padding: 10em 10em 0 2em;
    max-width: 1400px;
    overflow-x: clip;
    margin: auto;
    z-index: -1;
}

    .SecKhesarat h2 {
        color: #6D6D6D;
        font-size: 2.8em;
        letter-spacing: -1px;
        text-align: right;
    }

    .SecKhesarat h4 {
        font-size: 1.8em;
        color: #908c8c;
        line-height: 1.5em;
        width: 13em;
        padding-top: 0.5em;
    }

    .SecKhesarat .CarCrash {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        max-width: 50em;
    }


.btn {
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -o-border-radius: 1.5em;
    border-radius: 1.5em;
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
    z-index: 9999999;
    padding: 0.5em 1em 0.8em;
    font-size: 1.2em;
    width: max-content !important;
}

.SecKhesarat .btn {
    position: absolute;
}

.reminder img {
    width: 8em;
    position: absolute;
    right: 9em;
    top: -3em;
    animation: ReminderAnim 1s ease-in-out infinite;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
}

@keyframes ReminderAnim {
    0% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes ReminderAnim {
    0% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes ReminderAnim {
    0% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

.SecDell {
    padding: 3em 1em 4em;
}

    .SecDell h4 {
        color: #6D6D6D;
        font-size: 2.5em;
        max-width: 1000px;
        margin: auto;
        text-align: center;
        margin-bottom: 1em;
    }

    .SecDell .rowIcons {
        display: flex;
        max-width: 600px;
        margin: auto;
    }

        .SecDell .rowIcons div {
            flex: 1;
            text-align: center
        }

        .SecDell .rowIcons img {
            height: 5em;
        }

        .SecDell .rowIcons h5 {
            color: var(--OneColor);
            font-size: 15px;
            padding-top: 1em;
        }

        .SecDell .rowIcons h6 {
            color: var(--OneColor);
            font-size: 14px;
        }

.LeftBorder {
    border-left: 1px solid #6D6D6D;
}

.BimehsIcon img {
    background-color: transparent !important;
    box-shadow: none !important;
    width: fit-content !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.BimehsIcon {
    position: relative;
    min-height: 12em;
    max-width: 1300px;
    margin: auto;
    z-index: 9;
    margin-top: 5em !important;
}

    .BimehsIcon .slick-slide {
        /*        float: none !important;
        display: inline-block !important;
*/ -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }

.BimehsIconKamarBand {
    width: 100%;
    max-width: 1800px;
    margin: auto;
}


@media (min-width: 992px) {
    .SecKhesarat .col-md-5, .SecKhesarat .col-md-7 {
        float: right;
    }
}

@media screen and (max-width: 800px) {
    #Charecter {
        width: 12em !important;
        right: -4em;
    }
}

@media screen and (max-width: 600px) {

    #IconsTop .SliderI div span {
        top: 25%;
    }

    .DTittleI {
        top: 10em !important;
    }

    .Slid1 .slick-slide {
        margin: 0.5em;
    }

    .headtext {
        margin-top: -1em !important;
    }

    #Charecter {
        width: 8em !important;
        right: -3em;
    }

    .IndexPicCenter img {
        max-height: 4em;
    }

    .TopIcon {
        height: 3em;
    }
}


@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -60px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -60px;
    }
}

.glyphicon-chevron-right:before {
    content: " ";
    background-image: url(/media/arrow.png);
    position: absolute;
    top: -3px;
    right: 0px;
    z-index: 99999;
    width: 1.5em;
    height: 1.5em;
    background-size: contain;
}

.glyphicon-chevron-left:before {
    content: " ";
    background-image: url(/media/arrow.png);
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 99999;
    width: 1.5em;
    height: 1.5em;
    background-size: contain;
    transform: rotate(180deg);
}


.slick-next:before {
    content: " ";
    background-image: url(/media/Barrow.png);
    position: absolute;
    top: 3px;
    right: -20px;
    z-index: 99999;
    width: 1.5em;
    height: 1.5em;
    background-size: contain;
}

.slick-prev:before {
    content: " ";
    background-image: url(/media/Barrow.png);
    position: absolute;
    top: 3px;
    left: -20px;
    z-index: 99999;
    width: 1.5em;
    height: 1.5em;
    background-size: contain;
    transform: rotate(180deg);
}

.FooterIranRad {
    width: 90%;
    margin: -4em auto 5em;
    border-bottom-left-radius: 5em;
    border-bottom-right-radius: 5em;
    background-color: transparent;
    max-width: 1400px;
}

    .FooterIranRad .logoLT span {
        color: var(--OneColor);
    }

.locationLogo {
    position: absolute;
    top: -5em;
    right: 20%;
    width: 8em;
    animation: LocationAnim 2s ease-in-out infinite;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

@keyframes LocationAnim {
    0% {
        top: -6em;
        /*-moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);*/
    }

    50% {
        top: -5em;
        /*        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
*/
    }

    100% {
        top: -6em;
        /*        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
*/
    }
}

@-moz-keyframes LocationAnim {
    0% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes LocationAnim {
    0% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

.OtherBTN {
    background-color: transparent;
    width: 96.5%;
    flex: none !important;
    display: block;
    box-shadow: none !important;
    text-align: left;
    text-align: -webkit-left;
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}

    .OtherBTN div {
        margin: 0 !important;
        background-color: var(--OneColor);
        min-height: 3em;
        width: 17%;
        flex: none !important;
        display: block;
        line-height: 2.5em;
    }

    .OtherBTN span {
        display: block;
        position: relative !important;
        color: white !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
    }

@media screen and (max-width: 1255px) {
    .LeftCar {
        width: 20em;
    }

    .LeftBack img {
        width: 32em !important;
    }

    .LeftBack img {
        width: 35em !important;
    }

    .RightCar {
        width: 35em;
        left: 140px;
    }

    .Effect {
        width: 10em;
        left: 170px;
        margin-top: 330px;
    }

    .locationLogo {
        width: 6em;
    }
}

@media screen and (max-width: 1155px) {


    .Advert h4 {
        padding-right: 2em;
    }

    #IconsTop .SliderI {
        justify-content: center;
    }

    .SecYadAvar .col-md-6:nth-child(2) {
        padding: 6em 2em 5em 2em;
    }
}

@media screen and (max-width: 1005px) {

    .SecYadAvar .col-md-6:nth-child(2) {
        padding: 6em 1em 5em 1em;
        font-size: 0.9em;
    }

    .RightCar {
        width: 30em;
        left: 120px;
    }

    .locationLogo {
        left: 0;
        right: 0;
        width: 5em;
    }
}

@media screen and (max-width: 905px) {

    .headtext {
        margin-top: 2em;
        font-size: 0.9em;
    }

    #IconsTop .SliderI div {
        flex: 20%;
        width: 20%;
        max-width: 22%;
        margin: 0.8em;
    }

    .OtherBTN {
        max-width: 100% !important;
        width: 100% !important;
        position: absolute !important;
        bottom: 0;
        left: 0;
    }

    .HeaderBack1 {
        margin-top: 30em;
    }

    .HeaderBack2 {
        top: 43.5em;
    }
}

@media screen and (max-width: 805px) {

    .LeftCar {
        bottom: 50px;
    }

    .RightCar {
        left: 150px;
        bottom: 250px;
    }

    .Effect {
        bottom: 250px;
    }

    .reminderBase {
        margin: auto;
    }

    .RadCity {
        margin-top: 3em;
    }
}

@media screen and (max-width: 705px) {
    .headimg {
        display: none;
    }

    .SecCarousel {
        width: 90% !important;
        margin-top: -7em !important;
    }

    .SecKhesarat {
        padding: 40em 3em 0 2em !important;
    }

    .LeftCar {
        bottom: 150px;
    }

    .RightCar {
        bottom: 250px;
    }

    .Effect {
        bottom: 350px;
    }

    .reminderBase {
        padding: 6em 2em 2em 2em;
    }

    .SecYadAvar h2 {
        font-size: 28px;
    }
}


#BlogIRad {
    margin-top: 18em !important;
}

@media screen and (max-width: 605px) {

    .SecKhesarat {
        padding: 40em 1em 0 1em !important;
    }

    .headtext {
        text-align: center;
    }

    .SecCarousel {
        margin-top: -6em !important;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
    }

        .SecCarousel .slide {
            -moz-border-radius: 2em !important;
            -webkit-border-radius: 2em !important;
            border-radius: 2em !important;
        }

    .IndexPicCenter {
        background-size: 90%;
    }

    .SecYadAvar .col-md-6:nth-child(2) {
        padding: 6em 0em 5em 0em;
        font-size: 0.9em;
    }

    .headtext {
        font-size: 0.8em;
    }

    .slick-next {
        right: 20px;
    }

    .slick-prev {
        left: 20px;
    }

    #IconsTop .SliderI div {
        padding: 0;
        margin: 0.5em;
        flex: 50%;
        width: 50%;
        max-width: 45%;
    }

    .DTittleI h2 {
        padding: 2.5em 3em;
    }

    .IndexPicCenter h2 {
        font-size: 1.5em;
    }

    .IndexPicCenter div {
        margin-bottom: 0em;
    }

    .MainIPC {
        height: 4em !important;
    }

    .Effect {
        margin-top: 289px;
    }

    #BlogIRad {
        margin-top: 5em !important;
    }
}

@media screen and (max-width: 505px) {

    .BlogIRad .slick-prev:before, .BlogIRad .slick-next:before {
        font-size: 12px !important;
    }

    .slick-next:before {
        right: -40px;
    }

    .slick-prev:before {
        left: -40px;
    }

    .RadCity .BoxCity {
        width: 85% !important;
        padding: 0.1em 1em 3em 0em !important;
        margin-top: 1.5em !important;
    }

    .RadCity p {
        padding-bottom: 0.5em;
        overflow: hidden;
        margin-bottom: 1em;
    }

    .RadCity h2 {
        font-size: 1.3em;
        text-align: center;
    }

    .BlogIRad .SliderI {
        max-width: 75% !important;
    }

    .SecWhat {
        margin-top: -2em;
    }

    .SecYadAvar .col-md-6:nth-child(2) {
        width: 90%;
        margin: auto;
        padding: 4em 0em 5em 0em;
    }

    .SecYadAvar h2 {
        font-size: 17px;
    }

    .SecYadAvar .form-control {
        height: 3em;
        font-size: 1em;
    }

    .Advert h2 {
        font-size: 1.35em !important;
        text-align: center;
    }

    .Advert h4 {
        font-size: 1em;
        padding-right: 2.9em;
    }

    .RadCity {
        margin-top: 25em;
    }

        .RadCity img {
            max-width: 25em !important;
        }

    .locationLogo {
        width: 4em;
    }

    .SecDell h4 {
        font-size: 3em;
    }
}

.LeftBack {
    width: 100%;
    position: relative;
    overflow-x: clip;
}

    .LeftBack img {
        width: 40em;
        left: -178px;
        margin-bottom: 10px;
    }

@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .LeftBack img {
        left: calc((100% - 1500px) - 14%);
    }
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
    .LeftBack img {
        left: calc((100% - 1500px) - 16%);
    }
}

@media screen and (min-width: 1700px) and (max-width: 1800px) {
    .LeftBack img {
        left: calc((100% - 1500px) - 18%);
    }
}

@media screen and (min-width: 1800px) and (max-width: 1900px) {
    .LeftBack img {
        left: calc((100% - 1500px) - 20%);
    }
}

@media screen and (min-width: 1900px) and (max-width: 2000px) {
    .LeftBack img {
        left: calc((100% - 1500px) - 21%);
    }
}

@media screen and (min-width: 2000px) {
    .LeftBack {
        width: 2000px;
        margin: auto;
    }

        .LeftBack img {
            width: 40em;
            left: 80px;
        }
}

@media screen and (min-width: 1700px) {
    .WarpIcon {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


@media screen and (max-width: 700px) {

    header {
        margin-bottom: 32em;
        min-height: 30em;
    }

    .HeaderBack1 {
        display: none;
    }

    .HeaderBack2 {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {

    header {
        margin-bottom: 38em;
    }

    .OtherBTN div {
        width: 100% !important;
        max-width: 100% !important;
        right: 1.5em;
        min-height: 2em;
        padding-left: 1.5em !important;
    }

    .TopIcon-1 {
        height: 3em !important;
    }

    .TopIcon-16 {
        height: 2em !important;
    }

    .TopIcon-8, .TopIcon-02, .TopIcon-2 {
        height: 2em !important;
    }

    .OtherBTN {
        position: relative !important;
        left: 1em !important;
    }

    .alert-warning .btn {
        display: block;
        width: fit-content;
        margin: auto;
    }
}

@media screen and (max-width: 450px) {

    .DTittleI {
        top: 8.5em !important;
    }

    .TopIcon {
        height: 2.5em;
        right: 0.5em;
    }

    #IconsTop .SliderI div span {
        font-size: 1em;
    }

    #IconsTop .SliderI div p {
        top: 55%;
    }

    .SecKhesarat {
        padding: 16em 1em 0 1em !important;
    }

    .LeftBack img {
        width: 32em !important;
    }

    .Effect {
        margin-top: 120px;
        width: 6em;
        left: 190px;
    }

    #BlogIRad {
        margin-top: 5em !important;
    }
}

.TopBody {
    border: 0;
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    padding-top: 5em;
    display: none;
    overflow-y: scroll;
}

    .TopBody .btnCls {
        top: 1em;
    }

.btnfinal {
    left: 3em;
    right: auto;
}

.TopRadLandModal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999999999;
    overflow-y: scroll;
}

    .TopRadLandModal .TRLMClose {
        color: white;
        font-size: 3em;
        position: absolute;
        top: 5%;
        right: 5%;
        cursor: pointer;
    }

    .TopRadLandModal .TRLMMain {
        background-color: white;
        width: 80%;
        margin: auto;
        padding: 1em 2em;
        border-radius: 3em;
        top: 10%;
        position: absolute;
        left: 0;
        right: 0;
        margin-bottom: 5em;
    }

    .TopRadLandModal p {
        text-align: justify;
    }


#RadCity1 {
    position: absolute;
    right: 0px;
    display: none;
}


.TextTopMenu {
    position: absolute;
    bottom: 0.9em;
    left: 18.5em;
    color: var(--OneColor);
    font-size: 0.93em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    background-color: white;
    padding: 1em 1em 1.1em;
    -moz-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
    -webkit-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
    box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
}

@media screen and (max-width: 1000px) {
    .TextTopMenu {
        left: 15.5em;
    }
}

@media screen and (max-width: 850px) {
    .OtherBTN {
        position: relative !important;
        left: 1em !important;
    }
}

.SlideMob {
    display: none !important;
}

@media screen and (max-width: 600px) {
    .SlideDesk {
        display: none !important;
    }

    .SlideMob {
        display: block !important;
    }

    .TextTopMenu {
        left: 1em;
        position: relative;
        margin-top: 1em;
    }
}

.btn {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    border-radius: 1em;
}

@media screen and (max-width: 500px) {
    .TextTopMenu {
        left: 1em;
        position: relative;
        right: 1em;
        width: 100%;
        margin: 1em -0.5em 0 2em;
        font-size: 0.7em;
        padding: 0.9em 0.5em;
        -moz-border-radius: 1.2em !important;
        -webkit-border-radius: 1.2em !important;
        border-radius: 1.2em !important;
    }

    #IconsTop .SliderI div {
        -moz-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
        -webkit-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
        box-shadow: 0 0.1em 0.2em 0.1em rgba(127, 127, 127, 0.3);
    }

    .OtherBTN {
        -moz-border-radius: 1em !important;
        -webkit-border-radius: 1em !important;
        border-radius: 1em !important;
    }

        .OtherBTN div {
            -moz-border-radius: 1em !important;
            -webkit-border-radius: 1em !important;
            border-radius: 1em !important;
            width: 100% !important;
            max-width: 100% !important;
            right: 1.5em;
            min-height: 2em;
            padding-left: 1.5em !important;
        }

    #IconsTop .SliderI div p {
        font-size: 0.65em;
    }

    .TopIcon-7, .TopIcon-13 {
        right: 1.1em !important;
    }

    .TopIcon-4 {
        right: 1em !important;
    }

    .logo img {
        height: 1.5em;
    }

    nav div {
        top: 1em;
        left: 1em;
        font-size: 0.85em;
    }

        nav div a {
            padding: 0 0.7em;
        }

    #IconsTop .SliderI {
        -moz-box-shadow: 0 0.1em 0.3em 0.1em rgba(127, 127, 127, 0.3);
        -webkit-box-shadow: 0 0.1em 0.3em 0.1em rgba(127, 127, 127, 0.3);
        box-shadow: 0 0.1em 0.3em 0.1em rgba(127, 127, 127, 0.3);
    }

    header {
        margin-bottom: 30em;
    }

    .SecWhat {
        margin-top: -3em;
    }

    .IndexPicCenter h3 {
        font-size: 0.6em;
    }

    .RightCar {
        width: 15em;
        bottom: 14em !important;
        left: 161px !important;
    }

    .LeftBack img {
        width: 17em !important;
        left: 1em;
        margin-bottom: -20px;
    }

    .SecKhesarat h2 {
        font-size: 1.7em !important;
        text-align: center !important;
        padding-right: 0.5em;
    }

    .BlogIRad .MinHeightH4 p {
        font-size: 0.75em;
    }

    .BlogIRad .MinHeightH4 {
        padding: 0.5em 1.5em !important;
    }

    .reminder img {
        width: 6em !important;
        top: 3em !important;
        right: 3em !important;
    }

    .SecYadAvar .form-control {
        height: 3em;
        font-size: 0.8em;
    }

    .SecYadAvar .row {
        padding: 1.5em;
    }

    .SecYadAvar h2 {
        font-size: 15px;
    }

    .SecYadAvar {
        margin: 5em 0 0 0 !important;
    }

        .SecYadAvar .form-control {
            font-size: 0.75em;
        }

    .reminderBase .btn {
        margin: -1em auto;
    }

    .SecYadAvar .Rimind {
        -moz-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
        -webkit-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
        box-shadow: 0 0.1em 0.3em 0.1em rgba(127, 127, 127, 0.3);
    }

    .BlogIRad .slick-slide {
        -moz-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
        -webkit-box-shadow: 0 0.2em 0.5em 0.2em rgba(127, 127, 127, 0.3);
        box-shadow: 0 0.1em 0.3em 0.1em rgba(127, 127, 127, 0.3);
    }

    .RadCity {
        margin-top: 15em !important;
    }

        .RadCity img {
            margin: -9em auto 0 !important;
        }

    #RadCity1 {
        right: auto;
    }

    .locationLogo {
        margin-top: -12em !important;
    }

    .RadCity h2 {
        font-size: 1.2em;
    }

    .RadCity p {
        font-size: 0.9em;
        padding-left: 1em;
    }

    .RadCity .btn {
        margin: auto;
        right: 2em;
    }

    .SecDell h4 {
        font-size: 1.4em !important;
    }

    .SecDell .rowIcons img {
        height: 3em !important;
    }

    .btn {
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        -o-border-radius: 1em;
        border-radius: 1em;
    }

    #IconsTop .SliderI {
        box-shadow: none !important;
    }

    .SecCarousel {
        width: 80% !important;
    }

    .MyLogo img {
        width: 7em;
    }

    .MyLogo span {
        font-size: 1em;
    }

    footer h4 {
        text-align: center;
    }

    .hoverSocial {
        text-align: right;
        padding-right: 0.5em;
    }

    .MyLogo {
        text-align: center;
    }

        .MyLogo img {
            margin-bottom: 0.6em;
        }

    .AddFooter {
        padding-right: 2em;
    }

    .FooterIranRad h4 {
        text-align: right;
        padding-right: 0.7em !important;
    }

    .AddFooter {
        padding-right: 0.5em;
    }

    .ulfooter {
        padding-right: 0.5em;
    }
}

.ICCB-moallem-insurance, .ICCB-kosar-insurance, .ICCB-dana-insurance, .ICCB-pasargad-insurance, .ICCB-razi-insurance, .ICCB-alborz-insurance, .ICCB-iran-insurance {
    width: auto !important;
}

.ICC-moallem-insurance, .ICC-kosar-insurance, .ICC-dana-insurance, .ICC-pasargad-insurance, .ICC-razi-insurance, .ICC-alborz-insurance, .ICC-iran-insurance {
    width: 85% !important;
    margin-top: 0 !important;
}

.BimehsIconKamarBandMob {
    display: none;
}

.BimehsIcon .slick-prev, .BimehsIcon .slick-next {
    top: 60%;
}

@media screen and (max-width: 720px) {
    .PreNav {
        background-size: 200%;
    }

    .BimehsIconKamarBandNoMob {
        display: none;
    }

    .BimehsIconKamarBandMob {
        display: block;
    }
}

@media screen and (max-width: 1320px) {

    .ICC-iran-insurance {
        width: 75% !important;
    }
}

@media screen and (max-width: 1220px) {
    .ICC-iran-insurance {
        width: 70% !important;
        margin-top: 0.5em !important;
    }
}

@media screen and (max-width: 1120px) {

    .ICC-moallem-insurance {
        width: 75% !important;
        margin-top: 0.9em !important;
    }

    .ICC-iran-insurance {
        width: 70% !important;
        margin-top: 0.9em !important;
    }
}

@media screen and (max-width: 1020px) {

    .ICC-moallem-insurance {
        width: 70% !important;
        margin-top: 1.5em !important;
    }

    .ICC-iran-insurance {
        width: 60% !important;
        margin-top: 1.8em !important;
    }

    .WarpIcon .ICCB-moallem-insurance, .WarpIcon .ICCB-kosar-insurance, .WarpIcon .ICCB-dana-insurance, .WarpIcon .ICCB-pasargad-insurance, .WarpIcon .ICCB-razi-insurance, .WarpIcon .ICCB-alborz-insurance, .WarpIcon .ICCB-iran-insurance {
        margin: 0 -2em 0 0 !important;
    }
}

@media screen and (max-width: 920px) {

    .ICC-saman-insurance, .ICC-mellat-insurance {
        width: 75% !important;
        margin-top: 0.2em !important;
    }

    .ICC-moallem-insurance {
        margin-top: 2em !important;
    }

    .ICC-iran-insurance {
        margin-top: 2.2em !important;
    }
}

@media screen and (max-width: 820px) {

    .ICC-saman-insurance, .ICC-mellat-insurance {
        width: 75% !important;
        margin-top: 1.2em !important;
    }

    .ICC-iran-insurance {
        margin-top: 3em !important;
        width: 50% !important;
    }

    .WarpIcon .ICCB-moallem-insurance, .WarpIcon .ICCB-kosar-insurance, .WarpIcon .ICCB-dana-insurance, .WarpIcon .ICCB-pasargad-insurance, .WarpIcon .ICCB-razi-insurance, .WarpIcon .ICCB-alborz-insurance, .WarpIcon .ICCB-iran-insurance {
        margin: 0 -3em 0 0 !important;
    }

    .ICC-moallem-insurance {
        margin-top: 2.7em !important;
        width: 60% !important;
    }

    .ICC-saman-insurance, .ICC-mellat-insurance {
        margin-top: 0.8em !important;
    }

    .WarpIcon div img {
        height: 4.5em;
    }
}

@media screen and (max-width: 720px) {
    .ICC-saman-insurance, .ICC-mellat-insurance {
        margin-top: -0.2em !important;
    }

    .ICC-iran-insurance {
        margin-top: 1.8em !important;
    }

    .ICC-moallem-insurance {
        margin-top: 1.7em !important;
    }

    .FooterIranRad {
        margin: -4em auto 5em;
    }
}

@media screen and (max-width: 620px) {

    .FooterIranRad {
        margin: 0em auto 5em;
    }

    .ICC-saman-insurance, .ICC-mellat-insurance {
        width: 70% !important;
        margin-top: -0em !important;
    }

    .ICC-iran-insurance {
        margin-top: 2.3em !important;
    }

    .ICC-karafarin-insurance {
        width: 90% !important;
    }

    .ICC-moallem-insurance {
        margin-top: 2.1em !important;
    }

    .WarpIcon div img {
        height: 4em;
    }

    .SecDell {
        padding: 1em 1em 8em;
    }
}


@media screen and (max-width: 420px) {


    .FooterIranRad {
        margin: -3em auto 5em;
    }

    .WarpIcon .ICCB-saman-insurance, .WarpIcon .ICCB-mellat-insurance {
        margin-right: -2em !important;
    }

    .ICC-saman-insurance, .ICC-mellat-insurance {
        margin-top: -0.1em !important;
    }

    .ICC-moallem-insurance {
        margin-top: 1em !important;
        width: 50% !important;
    }

    .ICC-moallem-insurance {
        margin-top: 1em !important;
        width: 45% !important;
    }

    .WarpIcon .ICCB-karafarin-insurance {
        margin-right: -1em !important;
    }

    .ICC-iran-insurance {
        margin-top: 1em !important;
        width: 40% !important;
    }

    .BlogIRad {
        margin-top: 3em !important;
    }

    .SecDell {
        padding: 0em 1em 5em;
    }

    .BimehsIcon {
        min-height: 9em;
    }
}

@media screen and (max-width: 370px) {
    .WarpIcon div img {
        height: 3em;
    }

    header {
        margin-bottom: 28em;
    }
}



@media screen and (min-width: 700px) and (max-width: 900px) {
    .LeftCar {
        bottom: 80px;
    }

    .RightCar {
        bottom: 210px !important;
    }

    #BlogIRad {
        margin-top: 10em !important;
    }

    .Effect {
        margin-top: 260px;
    }
}


.BoxCity {
    pointer-events: none !important;
    z-index: 9999999999;
}
