﻿:root {
    --OneColor: rgb(4,140,7);
    --TwoColor: rgb(255,140,0);
}

@font-face {
    font-family: 'BYekan';
    src: url( '../fonts/BYekan.eot?#' ) format( 'eot' ), /* IE6�8 */ url( '../fonts/BYekan.woff' ) format( 'woff' ), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url( '../fonts/BYekan.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/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: 'BKoodak';
}

.Font-Sepahbod {
    font-family: 'sepahbod' !important;
    font-size: 1.5em !important;
}

.Font-IranSans {
    font-family: 'BKoodak' !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: #eff2f9;
    color: black;
    text-align: right;
    scroll-behavior: smooth;
}

footer {
    background: var(--OneColor);
    margin: 5em 0 0 0;
    padding: 1em 2em;
    color: white;
    overflow: hidden;
    position: relative;
}

.footerblog {
    background: var(--TwoColor);
}

footer hr {
    border-color: rgba(255,255,255,0.2) !important;
    padding: 0;
    margin: 0.5em 0;
}

.ulfooter {
    list-style: none;
    color: white;
}

    .ulfooter li {
        padding: 0.2em;
    }

    .ulfooter a {
        color: white;
    }

        .ulfooter a:hover {
            color: var(--TwoColor);
        }

.footerblog .ulfooter a:hover {
    color: var(--OneColor);
}

.Latin {
    font-family: Calibri;
    text-align: left;
    direction: ltr;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration: none;
        color: var(--OneColor);
        -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 {
    /*background-color: var(--OneColor);*/
    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;
    width: 100%;
    -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;
}

.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: absolute;
    height: 100%;
    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;
}

.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);
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5em;
    background-color: var(--OneColor);
    z-index: 999;
    height: 3.5em;
}

.navblog {
    background-color: var(--TwoColor);
}

nav ul {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-right: 10em;
}

nav li {
    display: inline-block;
}

nav a {
    display: inline-block;
    color: white;
    padding: 0.3em 0.5em;
    font-size: 1.2em;
    /* font-size: 0.9em; */
}

    nav a:hover {
        color: white;
    }

nav span {
    display: block;
    color: white;
    padding: 0.3em 0.5em;
    font-size: 1.2em;
    /* font-size: 0.9em; */
}

    nav span:hover {
        color: white;
    }

.logo {
    position: absolute;
    right: 6em;
    background-color: white;
    top: 0;
    padding: 0.5em;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    /*background-color: var(--TwoColor);*/
    /*border: 2px solid #eff2f9;*/
    box-shadow: 0 0 0.3em 0.05em silver;
    /*padding: 0.3em 2em;*/
    /*-moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;*/
    z-index: 999999999999999999999;
}

    .logo img {
        width: 5em;
    }

.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;
}

@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 !important;
        background-color: var(--OneColor);
        z-index: 9999999999999;
        padding-top: 4em
    }

    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: 0.5em;
    color: #eff2f9;
}

    nav div a {
        display: inline-block;
    }

.headtext {
    padding: 7em 1em 1em 1em;
    color: white;
    position: relative;
    text-align: center;
}

    .headtext h1 {
        font-size: 2em;
        color: black;
        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: #eff2f9;
        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;
    }

.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 #eff2f9;
}

    .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: 0em 0em 1.5em 0em;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 12em;
}

.DTittleIPublic {
    position: absolute;
    top: 17em;
}

.SliderI {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center
}

    .SliderI div {
        width: 10em;
        height: 11em;
        /*height: 9em;*/
        text-align: center;
        padding: 0.5em;
    }

.SliderII {
    width: 80% !important;
    margin: auto;
    left: 0;
    right: 0;
}

.DTittleI h2 {
    color: var(--OneColor);
    cursor: pointer;
    font-size: 1em;
    width: 100%;
    height: 100%;
    padding: 0;
    /*padding: 2.5em 0;*/
    /*background-color: white;*/
    /*-moz-border-radius: 2em;
    -webkit-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);*/
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

    .DTittleI h2 img {
        width: 100%;
    }

    .DTittleI h2 span {
        background-color: var(--OneColor);
        color: white;
        padding: 0.2em;
        width: 100%;
        display: block;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        margin-top: 0.5em;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .DTittleI h2:hover {
        /*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);*/
        /*border: 2px solid var(--TwoColor);*/
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

@media screen and (max-width: 1240px) {
    .DTittleI {
        width: 80%;
    }
}

@media screen and (max-width: 1085px) {
    .DTittleI {
        width: 90%;
    }
}

@media screen and (max-width: 965px) {
    .SliderI div {
        width: 11em;
        height: 12em;
        padding: 1em;
    }
}

@media screen and (max-width: 888px) {
    .DTittleI {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .DTittleI {
        width: 90%;
        top: 10em;
    }

    .SliderI div {
        width: 10em;
        height: 13em;
        padding: 0.5em;
    }

    .SliderI h2 {
        padding: 2em 0;
    }
}

@media screen and (max-width: 735px) {
    .DTittleI {
        width: 70%;
        top: 12em;
    }
}

@media screen and (max-width: 580px) {
    .DTittleI {
        width: 80%;
    }
}

@media screen and (max-width: 510px) {
    .DTittleI {
        width: 90%;
    }
}

@media screen and (max-width: 452px) {
    .Font-IranSans {
        font-size: 1.8em !important;
    }

    .headtext h1 {
        margin-top: 0;
    }

    nav div {
        left: 1em;
    }

    .DTittleI {
        width: 90%;
    }

    .SliderI div {
        width: 10em;
        /*height: 8.5em;*/
        padding: 0.5em;
    }

    .SliderI h2 {
        padding: 0;
    }

    /*.DTittleI i {
        margin: 0em 1em 1.2em 1em;
    }*/
}

@media screen and (max-width: 406px) {
    .DTittleI {
        width: 100%;
        top: 13em;
    }

    .SliderI div {
        height: 9em;
    }

    .Font-IranSans {
        font-size: 1.8em !important;
    }

    .SliderI div {
        padding: 0.5em;
    }

    .headtext h1 {
        margin: 0.2em 0 0.5em 0;
        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;
    }

    .headtext {
        padding: 7em 1em 1em 1em;
    }

    .SliderI div {
        width: 8em;
        /*height: 7em;*/
        padding: 0.2em;
    }

    .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: var(--TwoColor);
    }

    .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(--TwoColor);
}

.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;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
    -moz-box-shadow: 0 0.3em 0.5em 0.1em black;
    -webkit-box-shadow: 0 0.3em 0.5em 0.1em black;
    box-shadow: 0 0.3em 0.5em 0.1em black;
    z-index: 1 !important;
    display: none;
}

    .LogTitleList li {
        display: block;
    }

        .LogTitleList li a {
            color: var(--OneColor) !important;
        }

            .LogTitleList li a:hover {
                color: var(--TwoColor) !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(--TwoColor);
    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(--TwoColor);
    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 {
    width: 30%;
    /*background-color: rgba(4,140,7,0.8);*/
    /*background-image: url('../Pic/third-party-insurance.jpg');*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    height: 100%;
    position: absolute;
    left: 0;
    /*-webkit-border-bottom-right-radius: 100%;
    border-bottom-right-radius: 100%;*/
    /*-webkit-border-top-right-radius: 30%;
    border-top-right-radius: 30%;*/
}

.PopBody {
    width: 70%;
}

    .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) {
    .PopBodyL {
        display: none;
    }

    .PopBody {
        width: 100%;
    }

    .mobrow {
        margin: 0 !important;
    }

        .mobrow .form-group {
            width: 100% !important;
        }

    .SDN {
        left: 5%;
        width: 8em;
    }

    .SDL {
        right: 5%;
        right: inherit;
        width: 8em;
    }

    header {
        height: 100% !important;
    }

    .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: white;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    overflow: hidden;
    top: 2em;
}

.Slid2SHOW {
    -moz-box-shadow: 0 0 1em 0.5em rgb(230,230,230);
    -webkit-box-shadow: 0 0 1em 0.5em rgb(230,230,230);
    box-shadow: 0 0 1em 0.5em rgb(230,230,230);
    border: 1px solid silver;
    min-height: 34em;
}

.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 #eff2f9;
    }

        .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: 14.5em;
    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: 0px 0px 10px 0px silver;
    -webkit-box-shadow: 0px 0px 10px 0px silver;
    box-shadow: 0px 0px 10px 0px silver;
    padding: 0.5em;
    display: none;
    z-index: 99;
}


.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: 'BKoodak' !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;
}

    .FPage h4 {
        text-align: center;
        font-weight: bold;
        color: var(--OneColor);
    }

.WarpIcon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .WarpIcon div {
        align-items: center;
    }

        .WarpIcon div img {
            width: 3.5em;
        }



.Advert h2 {
    font-size: 1.5em;
    min-height: 2.5em;
    text-align: center;
}

.Advert h1 {
    text-align: center;
    color: var(--OneColor);
}

.Advert h4 {
    min-height: 2.1em;
}

.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: 'BKoodak' !important;
}

    .pJust p {
        text-align: justify !important;
        font-family: 'BKoodak' !important;
    }

    .pJust li {
        text-align: justify !important;
        font-family: 'BKoodak' !important;
    }

    .pJust span {
        text-align: justify !important;
        font-family: 'BKoodak' !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: transparent;
    padding: 0.5em;
    width: 15em;
    top: 2em;
    right: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.navblog .menudiv {
    background-color: var(--TwoColor);
}

.popmenu {
    background-color: var(--OneColor);
    position: relative;
    right: 0;
    left: 0;
    display: block;
    padding: 0.3em 0.2em;
    margin-bottom: 0.1em;
}

.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 #eff2f9;
        width: 100%;
    }

.DetailSub .col-md-6, .DetailSub .col-md-4, .DetailSub .col-md-8, .DetailSub .col-md-3 {
    float: right !important;
}


.IndexPicCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .IndexPicCenter img {
        width: 70%;
    }

    .IndexPicCenter div {
        width: 33.33%;
    }

    .IndexPicCenter .LineHight {
        width: 0.1em;
        height: 100%;
        background-color: #eff2f9;
        margin: auto;
    }


    .IndexPicCenter h3 {
        color: var(--TwoColor)
    }

@media screen and (max-width: 500px) {
    .IndexPicCenter div {
        width: 100%;
    }

    .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: 10em;
    width: 10em;
    text-align: center;
}

    .Mojavez img {
        height: 100% !important;
    }

.divLogo {
    text-align: center;
}

.MyLogo {
    display: block;
}

    .MyLogo img {
        background-color: white;
        -webkit-border-bottom-left-radius: 1em;
        border-bottom-left-radius: 1em;
        -webkit-border-bottom-right-radius: 1em;
        border-bottom-right-radius: 1em;
        margin: -1em 0 0.5em 0;
        width: 7em;
        padding: 0.5em;
    }

.logoLT {
    width: 5em;
}

label {
    width: 100%;
}

.h1Title {
    text-align: center !important;
    font-family: 'sepahbod';
    font-size: 1.3em;
    color: var(--OneColor);
}

.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) {
    .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;
        }
}

.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;
}


.DTittleI h2:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

    .DTittleI h2:hover span {
        background-color: var(--TwoColor) !important;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }


.form-group label {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form-group:hover label {
    color: var(--TwoColor) !important;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-right: 0.5em;
}

.GreenColor {
    color: var(--OneColor);
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .widget-icon {
        width: 50px !important;
        height: 50px !important;
    }

    #box-widget-icon {
        width: 50px !important;
        height: 50px !important;
        padding-top: 30px !important;
    }
}


.btn-success {
    background-color: rgba(4,140,7,.95) !important;
}

.btn-warning {
    background-color: rgb(255,140,0) !important;
}

@media screen and (max-width: 600px) {

    .alert-warning .btn {
        display: block;
        width: fit-content;
        margin: auto;
    }

    .DContentNewADD {
        padding-left: 1em !important;
        padding-right: 1em !important;
        text-align: right !important;
        width: 92%;
        margin: auto;
    }
}
