

@font-face {
    font-family: roboto;
    src: url('../fonts/Roboto-Regular-webfont.woff')
}

* {
    font-family: roboto;
    outline: none;
}

::placeholder {
    opacity: 0.4;
}

*:active {
    outline: none;
}

*:focus {
    outline: none !important;
}

label.required-field::after {
    content: '*';
    margin-left: 8px;
    color: red;
}

.hidden {
    display: none !important;
}
/*--------------- Header ----------------*/
header {
    background-color: #2483C5;
}

    header a {
        color: white !important;
    }

.header_cerve {
    position: absolute;
}

.header-hamburger-menu {
    color: white;
    font-size: 34px;
    margin-top: 5px;
}

a.header-signup-btn {
    color: black !important;
    background-color: white;
    border-radius: 18px;
    padding: 5px 18px;
    margin-left: 10px;
}

a.header-signin-btn {
    color: white;
}

    a.header-signup-btn:hover, a.header-signin-btn:hover {
        text-decoration: none;
    }

header {
    font-size: 13px;
}

.header-item-div {
    line-height: 45px;
}

@media (max-width: 990.98px) {
    .header-logo {
        width: 100px;
    }
}

/*--------------- ./Header ----------------*/

/*----------------- Contact -------------------*/
@media (min-width: 992px) {
    .contact-sm-shadow {
        box-shadow: none !important;
    }
}

#loading {
    display: none;
}

.contact-mobile-form .g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
}

.Contact-title {
    color: #595959;
}

.contact-message {
    resize: none;
}

.contact-btn-send {
    width: 200px;
    height: 45px;
}

.contact-img {
    font-size: 10px;
}

    .contact-img:hover {
        color: #595959;
    }

.contact-font {
    font-size: 30px;
    color: #efefef;
    margin-bottom: 0px;
}

    .contact-font:hover {
        color: #efefef;
    }

.contact-category-follow {
    margin-bottom: 15px;
}

.Contact-answer {
    color: #000000;
    font-size: 14px;
}

.contact-img {
    width: 50px;
    margin-left: -10px;
    margin-right: -10px;
}

.contact-shadow-box {
    margin-left: 50px;
    margin-top: 105px;
}

.Contact-text {
    color: #797979;
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .contact-sm-shadow {
        box-shadow: none !important;
    }

    .contact-btn-send {
        width: 100%;
        margin-top: 10px;
    }

    .contact-robot {
        width: 100%;
        height: 45px;
    }

    .contact-shadow-box {
        margin-left: 0px;
        margin-top: 0px;
        box-shadow: none !important;
    }

    .contact-font {
        text-align: center !important;
    }

    .contact-xs-font {
        float: right;
        margin-top: -65px;
        font-size: 35px;
        color: #D9D9D9;
    }

    .contact-address {
        padding-right: 70px;
    }

    .contact-border-bottom {
        border-bottom: 1px solid #D9D9D9;
        padding-top: 10px;
    }
    /*----------------- ./Contact -------------------*/





    .about-title {
        margin-top: 10px !important;
    }

    .contact-minus-font {
        margin-top: 30px;
    }

    .contact-btn-collapse {
        border-bottom: 2px solid #e3e3e3;
    }

        .contact-btn-collapse:focus {
            box-shadow: none;
        }

    .contact-no-btn-collapse {
        border-bottom: 0px;
    }

        .contact-no-btn-collapse:focus {
            box-shadow: none;
        }

    .contact-category-address {
        margin-top: 10px;
    }
}

@media (max-width: 990.98px) {
    .contact-shadow-box {
        margin-left: -15px;
        margin-top: 0px;
        margin-right: -15px;
    }

    .about-title {
        margin-top: 40px;
    }
}
/* Contact-us */

.about-title {
    color: #595959;
    font-size: xx-large;
}

.about-row {
    margin-top: 100px;
}

.about-text {
    color: #797979;
    margin-top: 40px;
}


.pic-about {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.main-container {
    /*margin-bottom: 100px;*/
}
/* home_page */

@media (min-width: 1400px) {
    /*Large Displays*/
    .index-category-sign {
        right: 0px !important;
    }

    .header-image-div {
        height: 100vh !important;
        width: 50% !important;
        border-top-left-radius: 520px !important;
        border-bottom-left-radius: 520px !important;
    }

    .image-home-header {
        margin-left: 130px !important;
        margin-top: 216px !important;
        width: 556px !important;
        transition: transform .2s;
        height: auto !important;
    }

    .header-text-div {
        padding-left: 4% !important;
    }

    .index-font-size {
        padding-left: 4% !important;
    }

    .title-search-color {
        font-size: 3vw !important;
    }

    .text-search-style {
        font-size: 1.5vw !important;
    }

    .input-text-search {
        height: 3vw !important;
        border-radius: 10vh !important;
    }

    .button-style {
        width: 55px !important;
        height: 55px !important;
        right: 7px !important;
        bottom: 6px !important;
    }
}


.home-arrow-down {
    position: absolute;
    right: 0;
    bottom: 55px;
    left: 0;
    width: 26px;
    height: 35px;
    margin: 0 auto;
    font-size: 35px;
    color: #e6e6e6;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    animation: godwon 2s infinite;
}

@keyframes godwon {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0px, 20px);
        opacity: 0;
    }
}

.home-search-result {
    display: none;
    position: absolute;
    top: 57px;
    right: 0;
    left: 0;
    z-index: 3;
    padding: 49px 0px 0px;
    background-color: #fff;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 20%);
    border-radius: 13px 13px 5px 5px;
}

    .home-search-result.is-active {
        display: block;
    }

.home-search-result-item {
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 12px 9px;
    color: #636363;
}

    .home-search-result-item .lblkeyword {
        color: #3b9cff;
        font-weight: bold;
    }

.bg-header {
    background-color: #2476CC;
    height: 100vh;
}

.basic-package {
    color: #595959;
}

.category-price {
    color: #3397FF;
}

.page-6-header {
    color: #595959;
    margin-top: -60px;
}

.page-6-category-header {
    color: #595959;
    margin-top: 30px;
}

.page-6-paragraph {
    color: #a6a6a6;
    font-size: small;
    margin-bottom: 50px;
}

@media (max-width: 575.98px) {
    .page-6-btn-free {
        background-color: #F5F5F5 !important;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block !important;
    }

    .page-6-btn-p {
        margin-bottom: 0px !important;
        margin-top: 4px;
        color: #a6a6a6;
    }

    .page-6-category-p {
        color: #7A7A7A !important;
        margin-bottom: 0px;
        margin-top: 2px;
    }

    .page6-btn {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block !important;
    }

    .page-6-height {
        height: 46px;
    }

    .page6-category-h {
        margin-bottom: 0px !important;
        margin-top: 4px;
    }

    .page6-category-price {
        margin-bottom: 0px !important;
        margin-top: 2px;
    }
}

.color-text-disable {
    color: #BFBFBF;
}

.color-text-enable {
    color: #8C8C8C;
}

.home-category-icon {
    height: 70px;
    width: 70px;
}

.home-category-title {
    font-size: 18px;
}

.home-category-link:hover {
    text-decoration: none;
}

.subcategory-div {
    background-color: #F4FAFF;
    display: none;
}

    .subcategory-div .closebtn {
        right: 19px;
        top: 12px;
        cursor: pointer;
    }

    .subcategory-div ul li {
        margin-top: 8px;
        color: #737373;
        font-size: 14px;
    }

    .subcategory-div ul {
        list-style: none;
        margin-top: 50px;
        margin-bottom: 50px;
        text-indent: -10px;
        margin-left: 20px;
    }

        .subcategory-div ul li i {
            color: #4DA4FF;
            margin-right: 5px;
            font-size: 8px;
        }

.home-category-link i {
    transition: 0.5s;
    color: #CACCCC;
}

.active i {
    color: #659DD4;
    transform: rotate(90deg);
}

.subcategory-link:hover {
    text-decoration: none;
}

.subcategory-link {
    color: #737373;
}
/* menu */

.menu-index {
    color: white;
}

    .menu-index:hover {
        color: #CACCCC;
    }

.menu-divider {
    background: white;
    display: inline-block;
    width: 1px;
    height: 15px;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

.title-search-position {
    margin-top: 100px;
    margin-left: 0px;
}

.title-search-color {
    color: white;
}

.text-search-style {
    color: #D3E3F5;
    margin-top: 30px;
}

.button-style {
    position: absolute;
    background-color: #007DFF;
    border-radius: 30px;
    outline-style: none;
    border: none;
    width: 40px;
    height: 40px;
    right: 6px;
    bottom: 5px;
    color: white;
    margin-bottom: 15px;
}

.input-text-search {
    margin-bottom: 15px;
    margin-top: 50px;
    height: 50px;
    width: 100%;
    border-radius: 23px;
    border: none;
    padding-left: 17px;
    outline-style: none;
}

.header-image-div {
    height: 600px;
    width: 100%;
    position: absolute;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 435px;
    border-bottom-right-radius: 435px;
    background-color: white;
    right: 0px;
}

.image-home-header {
    margin-left: 130px;
    margin-top: 175px;
    height: 275px;
    width: 310px;
    transition: transform .2s; /* Animation */
}

    .image-home-header:hover {
        transform: scale(1.2);
    }

.div-search-homepage {
    margin-bottom: 100px;
}

    .div-search-homepage .searchbox-div {
        z-index: 4;
    }

.index-category-sign {
    position: absolute;
    right: 0px;
    z-index: 1000;
}

.index-signup {
    background-color: #2476CC;
    color: white;
    height: 40px;
    text-align: center;
    width: 100px;
    border-radius: 20px;
    margin-top: -8px;
    line-height: 35px;
}

    .index-signup:hover {
        color: #8c8c9a;
    }

.index-signin {
    color: #595959;
}

.index-category-img {
    margin-right: 45px;
    margin-left: 30px;
    margin-top: 30px;
}

.index-category-pages {
    margin-top: 45px;
}

.index-font-size {
    font-size: 13px;
    padding-left: 5vw;
}

.menu-divider {
    background-color: #ffffff;
}
/* -------------------------sidebar-------------------- */

.index-category-side-farsi {
    margin-top: 40px;
}

.index-side-farsi {
    color: white;
}

.index-category-side-img {
    margin-top: 24px;
    text-align: center;
}

.index-category-side-font {
    margin-top: 40px;
    text-align: right;
}

.index-side-font {
    color: white;
    font-size: 25px;
    cursor: pointer;
}

.index-side-login {
    color: #595959;
    background-color: white;
    width: 100%;
    display: block;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #595959;
    margin-top: 30px;
    text-align: center;
    line-height: 44px;
}

.index-side-signup {
    background-color: #007bff;
    color: white;
    display: block;
    margin-top: 20px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
}

.index-side-chart-font {
    font-size: 20px;
}

.index-data-category {
    color: #595959;
    display: block;
    margin-top: 35px;
    font-size: 21px;
}

    .index-data-category:hover {
        text-decoration: none;
    }

.index-side-header {
    margin-top: 40px;
    color: #4D4D4D;
    margin-bottom: 15px;
}

.index-sidebar-link-menu {
    color: #595959;
    font-size: 21px;
}

.index-side-border-bottom {
    border-bottom: 1px solid #858282;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* -------------------------sidebar-------------------- */

.index-side-menu {
    width: 0;
    height: 100%;
    background-color: white;
    z-index: 20000;
    position: fixed;
    right: 0px;
    top: 0px;
    transition: 500ms;
    overflow: hidden;
}

    .index-side-menu.show {
        width: 100%;
    }

@media(max-width: 991.99px) {
    .header-text-div {
        margin-top: 480px;
        max-width: 100%;
    }

    .header-image-div {
        height: 400px;
        width: 100%;
        position: relative;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 500px;
        border-bottom-right-radius: 500px;
        background-color: white;
        right: 0px;
    }
}

@media (max-width: 990.98px) {
    .image-home-header {
        margin-top: 40px;
        margin-left: 0px;
    }

    .index-category-header {
        background-color: white;
    }

    .menu-index {
        color: #595959;
    }

    .index-font {
        color: #595959;
        position: absolute;
        right: 40px;
    }

    .header-text-div {
        margin-top: 20px;
    }

    .main-container {
        max-width: unset;
        width: 100%;
    }

    .bg-header {
        background-color: #2476CC;
        height: 1100px;
    }

    .index-png {
        width: 100px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 35px;
        z-index: 00000;
    }

    .index-category-sign {
        right: -35px;
    }

    .index-font-size {
        font-size: 11px;
    }

    .index-category-pages {
        margin-top: 42px;
    }
}

@media (max-width: 575.98px) {
    .index-category-images {
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 1000;
    }

    .title-search-color {
        text-align: center;
    }

    .text-search-style {
        text-align: center;
    }

    .menu-index {
        color: #595959;
        margin-right: 40px !important;
        font-size: 17px;
        position: absolute;
        z-index: 10000;
    }

    .index-font {
        color: #595959;
        margin-top: 40px;
        font-size: 14px;
        cursor: pointer;
        z-index: 10000;
        font-size: 33px;
    }

    .index-category-header {
        background-color: white;
    }

    .header-text-div {
        margin-top: 0px;
    }

    .image-home-header {
        margin-top: 110px;
        margin-left: 0px;
        width: 250px;
        height: 220px;
    }

    .bg-header {
        background-color: #2476CC;
        height: 1000px;
    }
}

@media(min-width: 992px) {
    .header-image-div {
        height: 694px;
        width: 540px;
        position: absolute;
        border-top-left-radius: 350px;
        border-bottom-left-radius: 350px;
        border-bottom-right-radius: 0px;
        background-color: white;
        right: 0px;
    }

    .header-text-div {
        margin-left: 0px !important;
        padding-left: 5vw;
    }
}
/* ----------------------------------------- */

.header {
    background-color: #2584c6;
    height: 100px;
}


/* ------------------------- About------------------- */

.about-category-paragraph {
    color: #7A7A7A;
}

.about {
    padding-top: 63px;
    padding-bottom: 63px;
}

.about-img img {
    width: 300px;
}
/* ------------------------- ./About------------------- */
/* ----------------------------search------------------------ */
.search-img img {
    height: 318px;
}

.search-page-title {
    color: #3397ff;
    margin-top: 44px;
}

.search-page-paragraph,
.details-page-paragraph {
    color: #9a8c8c;
}

.search-all {
    margin-top: -170px;
}

#ip2 {
    text-align: left;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 210px;
    width: 100%;
    height: 55px;
    margin-top: 60px;
}

.btn-search {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #2584c6;
    color: white;
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
    margin-top: 60px;
}

.btn-adv-search {
    border-radius: 30px;
    background-color: white;
    height: 47px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #e3e3e3;
    position: absolute;
    top: 4px;
    right: 60px;
    outline: none;
    color: #858282;
    margin-top: 60px;
    background: #669ACC;
    color: white;
    border: none;
}

    .btn-adv-search:hover {
        background-color: #e3e3e3;
    }

.search-img {
    margin-top: 80px;
}

.icondown {
    position: absolute;
    right: 35px;
    bottom: 14px;
    color: #bfbfbf;
    pointer-events: none;
}

.select-assortmen {
    margin-top: 30px;
    font-size: small;
    color: #a6a6a6;
    margin-bottom: 2px;
    margin-left: 25px;
}

.search-category {
    appearance: none;
    border-radius: 30px;
    border: 1px solid #efefef;
    width: 100%;
    /* margin-top: 35px; */
    height: 45px;
    padding-left: 20px;
    padding-right: 39px;
}

.search-line {
    /*margin-top: 5rem;*/
}

.search-paragraph {
    font-size: small;
    color: #8c8c9a;
}

.border-bottom {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.header-footer {
    color: #8c8c8c;
}

.search-category-border {
    padding: 50px;
}

.search-category-items a {
    color: #595959;
}

.icon-footer {
    position: absolute;
    margin-left: 220px;
    margin-top: -27px;
}

.all-footer {
    margin-top: 50px;
}

.end-a-footer {
    color: #8c8c8c;
}

@media (max-width: 575.98px) {
    .search-page-title {
        font-size: 24px;
        margin-top: 60px;
    }

    .search-page-paragraph {
        font-size: 14px;
    }

    .btn-adv-search {
        font-size: 12px;
    }

    .search-line {
        display: none;
    }

    .search-all {
        margin-top: 0px;
    }

    .search-category-border {
        box-shadow: none !important;
        padding-left: 0px;
        padding-top: 30px;
    }
}

@media (max-width: 990.98px) {
    .search-all {
        margin-top: 0px;
    }

    .search-img img {
        width: 250px;
    }
}
/* ----------------------------search------------------------ */
/* --------------------------------login------------------------ */
.login-captcha .g-recaptcha div {
    margin-right: auto;
    margin-left: auto;
}



@media (min-width: 991px) {
    .login-captcha .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}

.login-border {
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    margin-top: 100px;
}

.login-category-header,
.signup-category-header {
    text-align: center;
    color: #595959;
    margin-top: 25px;
}

.login-category-paragraph,
.signup-category-paragraph {
    text-align: center;
    color: #737373;
    margin-bottom: 2rem;
}

.login-box,
.signup-box {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 50px;
    padding-left: 15px;
}

.login-lbl,
.signup-lbl {
    font-size: small;
    color: #848282;
}

.login-category-link {
    font-size: 14px;
    color: #4DA4FF;
}

.login-account-paragraph,
.signup-account-paragraph {
    font-size: 14px;
    color: #737373;
}

.login-account-link {
    font-size: 14px;
    color: #4DA4FF;
    padding-left: 10px;
}

.login-robot-border,
.signup-robot-border {
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    height: 50px;
    text-align: center;
}

.login-btn {
    background-color: #3397FF;
    border: none;
    border-radius: 5px;
    color: white;
    width: 120px;
    height: 50px;
}

@media (max-width: 575.98px) {
    .login-border,
    .signup-border {
        border: none !important;
    }

    .login-btn {
        width: 100%;
    }

    .login-account-link {
        font-size: small;
    }

    .login-account-paragraph {
        font-size: small;
    }
}

@media (max-width: 990.98px) {
    .login-btn {
        width: 100%;
    }
}
/* -------------------------------login------------------------ */
/* -----------------------------sign up -------------------------- */

.signup-border {
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    margin-top: 100px;
}

.signup-select-country {
    appearance: none;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 50px;
}

.signup-btn {
    background-color: #3397FF;
    border: none;
    border-radius: 5px;
    color: white;
    width: 100%;
    height: 50px;
}
/* -----------------------------sign up -------------------------- */
/* --------------------------------details--------------------------- */
.details-page-chartbox .highcharts-data-table {
    display: none;
    direction: ltr;
}

    .details-page-chartbox .highcharts-data-table #highcharts-data-table-0 {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact;
    }

    .details-page-chartbox .highcharts-data-table table {
        border-collapse: collapse;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

        .details-page-chartbox .highcharts-data-table table .highcharts-table-caption {
            padding: 10px;
            background-color: #007dff;
            color: #fff;
            border-bottom: 1px solid;
        }

        .details-page-chartbox .highcharts-data-table table td {
            text-align: center;
            padding: 5px;
        }

        .details-page-chartbox .highcharts-data-table table thead tr {
            background-color: #0b62aa;
        }

        .details-page-chartbox .highcharts-data-table table thead th {
            color: #fff;
            padding: 10px 5px;
        }

        .details-page-chartbox .highcharts-data-table table tbody tr {
            background-color: #fff;
        }

            .details-page-chartbox .highcharts-data-table table tbody tr:nth-child(2n) {
                background-color: rgba(32, 171, 186, 0.2);
            }

            .details-page-chartbox .highcharts-data-table table tbody tr:last-child td {
                border-bottom: none;
            }

        .details-page-chartbox .highcharts-data-table table tbody td,
        .details-page-chartbox .highcharts-data-table table tbody th {
            border: 1px solid rgba(214, 214, 214, 0.5);
        }

            .details-page-chartbox .highcharts-data-table table tbody td:last-child,
            .details-page-chartbox .highcharts-data-table table tbody th:last-child {
                border-left: none;
            }


.details-page-chartbox .chart {
    width: 100%;
    height: 400px;
    display: block;
    background: url(/content/images/loading-blocks.gif) no-repeat center center;
}

    .details-page-chartbox .chart.no-active {
        display: none;
    }

.details-page-chartbox .highcharts-data-table {
    display: none;
    direction: ltr;
}

    .details-page-chartbox .highcharts-data-table.is-active {
        display: block;
    }

.details-page-title {
    color: #595959;
    margin-top: 100px;
}

.details-shadow {
    border-radius: 5px;
}

.details-shadow-header {
    background-color: #F5FAFF;
    height: 70px;
    border-radius: 5px;
}

.details-icondown {
    color: #3196FF;
    position: absolute;
    font-size: 30px;
    margin-top: -2px;
    /* margin-left: -30px; */
    pointer-events: none;
    left: 140px;
}

.details-category {
    appearance: none;
    background-color: transparent;
    width: 100%;
    border: none;
    color: #595959;
    cursor: pointer;
}

.details-category-icon {
    font-size: 25px;
    color: #C6C6C7;
    cursor: pointer;
}

.details-icons-chart.is-active {
    color: #007DFF;
}

.dropdown-menu {
    color: #858282;
}

.dropdown-item:not(:last-child) {
    border-bottom: 1px solid #efefef;
}

.dropdown-item {
    color: #858282;
    font-size: 14px;
    padding:2px 8px;
}

    .dropdown-item.disable {
        color: #d6d6d6;
    }

.details-measure {
    color: #595959;
    font-size: 14px;
}

.details-person {
    color: #858282;
    font-size: small;
}

.details-year {
    color: #C0BFBF;
    font-size: small;
}

.details-category-header {
    color: #007DFF;
}

.details-category-paragraph {
    font-size: small;
    color: #737373;
    line-height: 25px;
}

@media (max-width: 990.98px) {
    .details-shadow-header {
        font-size: 12px;
    }

    .details-icondown {
        margin-left: -10px;
        font-size: 23px;
    }

    .details-category-icon,
    .details-year {
        margin-left: 10px !important;
    }

    .details-measure {
        font-size: 12px;
    }

    .details-person {
        font-size: 10px;
    }
}

@media (max-width: 575.98px) {
    .details-page-title {
        text-align: center;
        font-size: 40px;
    }

    .details-page-paragraph {
        text-align: center;
    }

    .details-category-download {
        padding-left: 40px;
    }

    .details-category-drop-menu {
        text-align: center;
        padding-right: 10px;
    }

    .details-category-chart {
        padding-left: 40px;
        padding-right: 40px;
    }

    .details-icondown {
        left: 155px;
        position: absolute;
    }

    .details-shadow {
        margin-right: 10px;
        margin-left: 10px;
    }

    .details-category-month {
        padding-right: 25px;
    }

    .details-category-year {
        padding-left: 50px;
    }
}
/* --------------------------------details--------------------------- */

/*----------------------------------- Categories Index ---------------------*/
.category-group-item .inner-div {
    border: 1px solid #e5e5e5;
    border-left: 2px solid #92beff;
    line-height: 39px;
}

    .category-group-item .inner-div img {
        width: 40px;
        height: 40px;
        margin-right: 11px;
    }

.category-group-item a:hover {
    text-decoration: none;
}
/*----------------------------------- Categories Index ---------------------*/
/*--------------------------------- Footer -----------------------------*/
/*Footer*/
.footer-div {
    background: url("Images/Desktop-footer.jpg");
    min-height: 223px;
    background-size: 100% 100%;
}

.footer-svg {
    width: 100%;
}

    .footer-svg .top-svg path {
        fill: rgb(208, 235, 236);
    }

    .footer-svg .bottom-svg path {
        fill: #2584c6;
        stroke: #2584c6;
        stroke-width: 2px;
    }

.socials-title {
    /*width: 135px;*/
    text-align: left !important;
}

    .socials-title span.footer-titr-separator {
        width: 68px;
        margin-right: auto;
    }

ul.footer-social-icons {
    list-style: none;
    margin-top: 14px;
}

    ul.footer-social-icons li {
        display: inline-block;
    }

        ul.footer-social-icons li a {
            color: white;
            margin-left: 12px;
            font-size: 28px;
        }

            ul.footer-social-icons li a:hover {
                text-decoration: none;
            }

.fa-aparat {
    background: url(images/aparat.png);
    background-size: 89%;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    width: 26px;
    height: 33px;
}

.footer-copyright {
    text-align: center;
    color: #d6d6d6;
    font-size: 13px;
    line-height: 73px;
}

    .footer-copyright a {
        text-decoration: none;
        color: #d6d6d6;
    }

.footer-logo {
    width: 180px;
}

.footer-menu-title {
    color: white;
    margin-bottom: 17px;
}

.footer-ul-menu {
    list-style: none;
    padding: 0px;
}

    .footer-ul-menu li {
        margin-bottom: 4px;
    }

        .footer-ul-menu li a {
            color: #d6d6d6;
            font-size: 14px;
        }

            .footer-ul-menu li a:hover {
                text-decoration: none;
            }
/*./Footer*/

/*--------------------------------- ./Footer -----------------------------*/
/* --------------------------------Irda account dashboard--------------------------- */

.dashboard-person-font {
    font-size: 60px;
    color: #D9D9D9;
    margin-right: 20px;
    margin-left: 50px;
    margin-top: -15px;
}

.dashboard-shadow {
    margin-top: 100px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 12px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -8px rgba(0, 0, 0, 0.75);
}

.dashboard-logout-category {
    margin-left: -15px;
}

    .dashboard-logout-category a {
        line-height: 29px;
    }

.dashboard-category-name {
    color: #595959;
    font-weight: bold;
    font-size: 23px;
}

.dashboard-category {
    color: #797979;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 30px;
}

.dashboard-category-information {
    color: #8C8C8C;
    font-size: 15px;
    margin-top: 20px;
    padding-left: 0px;
}

.dashboard-btn-edit {
    background-color: white;
    border: 1px solid #C0BFBF;
    border-radius: 5px;
    width: 235px;
    height: 45px;
    color: #858282;
    line-height: 30px;
}

    .dashboard-btn-edit:hover {
        background-color: #3397ff;
        color: white;
    }

.dashboard-category-btn {
    width: 95%;
    height: 45px;
    background-color: white;
    border: 1px solid #C6C6C7;
    margin-top: 12px;
    border-radius: 5px;
    color: #858282;
}

    .dashboard-category-btn:hover {
        background-color: #3397ff;
        color: white;
    }

.dashboard-buy-btn {
    background-color: #3397ff;
    color: white;
    height: 40px;
    width: 150px;
    border: none;
    border-radius: 5px;
    margin-top: -8px;
}

.dashboard-package-info {
    color: #a6a6a6;
    font-size: 15px;
}

.dashboard-package-text {
    color: #8c8c8c;
    font-weight: bold;
}

.dashboard-package-img {
    width: 45px;
    margin-top: -6px;
}

.dashboard-package-png {
    margin-top: -6px;
}

.dashboard-img-btn {
    background-color: white;
    width: 43%;
    border: none;
    color: #8C8C8C;
}

.dashboard-png-btn {
    background-color: white;
    width: 36%;
    border: none;
    color: #8C8C8C;
}

.btn-margin {
    margin-right: 100px;
}

.dashboard-img-btn:hover {
    color: #3397FF;
}

.dashboard-png-btn:hover {
    color: #3397FF;
}

.dashboard-png-btn.is-active, .dashboard-img-btn.is-active {
    color: #3397FF;
    font-weight: bold;
}

.dashboard-shadow-package {
    border: 1px solid #CACCCC;
    border-radius: 7px;
    padding: 0px;
}

.dashboard-cursor {
    cursor: pointer;
}

.dashboard-vartical-line {
    border-left: 1px solid #D9D9D9;
    float: right;
    height: 150px;
    margin-right: -10px;
}

.dashboard-package-line {
    border-left: 1px solid #D9D9D9;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dashboard-btm-line {
    border-bottom: 1px solid #D9D9D9;
}

.dashboard-share-name {
    font-weight: bold;
    color: #595959;
}

.dashboard-date-info {
    color: #8c8c8c;
    margin-top: 15px;
    font-size: 15px;
}

.dashboard-date-category {
    color: #8C8C8C;
    font-weight: bold;
    margin-top: 15px;
    font-size: 15px;
}

.dashboard-table th {
    border-top: none;
    font-weight: bold;
    color: #8C8C8C;
    text-align: center;
}

.dashboard-table td {
    text-align: center;
    color: #B3B3B3;
}

.dashboard-check-table {
    padding-right: 1.75rem !important;
    color: #32ee97 !important;
}

.dashboard-table-link {
    color: #8c8c8c;
    font-weight: bold;
}

.dashboard-row-color {
    background-color: #fafafa;
}

.dashboard-remove-package {
    display: none !important;
}

.dashboard-info-pad {
    padding-right: 0px;
}

@media (max-width: 990.98px) {
    .dashboard-category-logout {
        margin-left: 32px;
        width: 90% !important;
    }

    .dashboard-vartical-line {
        height: 170px;
        margin-right: -1px;
    }

    .dashboard-person-font {
        margin-right: 5px;
        margin-left: 15px;
        font-size: 45px;
    }

    .dashboard-info-pad {
        margin-left: -50px;
    }

    .dashboard-btn-edit {
        margin-left: 0px;
        width: 100px;
        height: 40px;
        margin-top: 15px;
    }

        .dashboard-btn-edit span {
            display: none;
        }

        .dashboard-btn-edit:after {
            content: 'Edit Info';
        }

    .dashboard-category-btn {
        width: 97%;
        height: 40px;
    }

    .dashboard-png-btn {
        width: 82%;
    }

    .dashboard-img-btn {
        width: 98%;
        margin-left: -60px;
        margin-right: 10px;
    }
    /* .dashboard-info-pad {
                            margin-left: -70px !important;
                        } */
    .dashboard-category-person {
        font-size: 14px;
    }

    .dashboard-package-margin {
        margin-left: -30px;
        margin-right: 0px;
    }

    .dashboard-category-name {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .dashboard-category-logout {
        width: 97% !important;
        margin-left: 0px;
    }

    .dashboard-package-margin {
        margin-left: -15px;
        margin-right: -15px;
    }

    .dashboard-category {
        padding-left: 70px;
    }

    .dashboard-btn-edit span {
        display: none;
    }

    .dashboard-btn-edit:after {
        content: 'Edit Personal Information';
    }

    .dashboard-shadow {
        box-shadow: none;
        border: 1px solid #cacccc;
    }

    .dashboard-logout-category {
        margin-left: 0px;
        padding-left: 15px !important;
    }

    .dashboard-header-name {
        margin-left: -40px;
    }

    .dashboard-person-font {
        font-size: 65px;
        margin-right: 20px;
        margin-left: 45px;
    }

    .dashboard-category-name {
        font-size: 25px;
    }

    .dashboard-vartical {
        border-bottom: 1px solid #bfbfbf;
        margin-top: 40px;
        margin-right: 0px;
        margin-bottom: 25px;
        margin-left: 30px;
    }

    .dashboard-btn-edit {
        margin-left: 0px;
        width: 95%;
        margin-top: 45px;
    }

    .dashboard-info-category {
        padding-right: 0px;
        padding-left: 27px;
        color: #8c8c8c;
        margin-top: 15px;
        font-size: 15px;
        font-weight: bold;
    }

    .dashboard-person-info {
        padding-left: 0px;
        color: #8c8c8c;
        margin-top: 15px;
        font-size: 15px;
    }

    .dashboard-png-btn {
        width: 72%;
    }

    .btn-margin {
        margin-right: 0px;
    }

    .dashboard-img-btn {
        width: 69%;
        margin-left: 0px;
    }

    .dashboard-buy-btn {
        height: 45px;
        width: 100%;
    }

    .dashboard-row-color th {
        white-space: nowrap;
    }
}
/* --------------------------------Irda account dashboard--------------------------- */
/* --------------------------------------Purchase----------------------------------- */

.offcode-result {
    display: none;
}

label.old-price {
    text-decoration: line-through red;
}

.Purchase-border {
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    margin-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    /* width: 630px; */
    margin-bottom: 100px;
}

.Purchase-font-info {
    color: #3397ff;
    font-size: 22px;
    font-weight: bold;
}

.purchase-hr {
    width: 93%;
    font-weight: bold;
}

.purchase-date-header {
    color: #4D4D4D;
    font-weight: bold;
}

.purchase-date-category {
    color: #8C8C8C;
    font-weight: bold;
    margin-top: 15px;
}

.purchase-date-info {
    color: #8c8c8c;
    margin-top: 15px;
}

.purchase-cost-header {
    color: #595959;
    font-weight: bold;
    font-size: 18px;
}

.purchase-1300 {
    color: #3397ff;
    font-weight: bold;
    font-size: 18px;
}

.purchase-cost-info {
    color: #B3B3B3;
    margin-top: 15px;
}

.purchase-btn-pre {
    background-color: white;
    border: 1px solid #C6C6C7;
    border-radius: 5px;
    color: #737373;
    width: 26%;
    height: 40px;
    font-size: 14px;
}

.purchase-btn-pay {
    background-color: #3397ff;
    border: none;
    border-radius: 5px;
    color: white;
    width: 26%;
    height: 40px;
    font-size: 14px;
}

.purchase-box {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    width: 53%;
    height: 40px;
    text-align: center;
    margin-top: 7px;
}

.purchase-btn-confrim {
    background: white;
    border: 1px solid #D9D9D9;
    height: 40px;
    width: 15%;
    border-radius: 5px;
}

.purchase-font-confrim {
    color: #737373;
}

.purchase-btn-spinner {
    color: #737373;
}

@media (max-width: 575.98px) {
    .Purchase-border {
        padding-right: 0px;
        padding-left: 0px;
    }

    .purchase-date-info {
        text-align: right;
    }

    .purchase-1300 {
        text-align: right;
    }

    .purchase-cost-info {
        text-align: right;
    }
}

@media (max-width: 990.98px) {
    .Purchase-border {
        padding-right: 10px;
        padding-left: 10px;
    }

    .purchase-btn-pay {
        height: 45px;
        width: 100%;
    }
}
/* --------------------------------------Purchase----------------------------------- */
.blog-statistics {
    margin-top: 5rem;
    text-align: right;
    direction: rtl;
}

    .blog-statistics h2 {
        color: #007cff;
    }


.blog-innersection {
    /*box-shadow: 0px 1px 17px 4px #C1C1C1;*/
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    min-height: 310px;
}

    .blog-innersection img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .blog-innersection .blogTitle {
        margin-top: 10px;
        font-weight: bold;
        min-height: 50px;
        display: inline-block;
        font-size: 13px;
        text-align: justify;
        padding: 10px;
    }

    .blog-innersection .blogPublishDate {
        font-size: small;
        color: darkgray;
        margin-bottom: 10px;
        display: block;
        padding: 10px;
    }

.blog-statistics h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog-statistics hr {
    width: 80%;
}

.mainpage-statistics-section {
    box-shadow: 0px 1px 17px 4px #C1C1C1;
    margin-top: 50px;
}

.homepage-statisticsList {
    direction: rtl;
    text-align: right;
}

.homepage-statisticsList {
    border-right: 1px solid #D9D9D9;
    border-width: 70%;
}

    .homepage-statisticsList p {
        padding: 1rem 2rem 1rem 1rem;
        min-height: 80px;
    }

    .homepage-statisticsList hr {
        width: 90%;
    }

.footer-contact-section {
    text-align: right;
    direction: rtl;
    color: #ffffff;
}

    .footer-contact-section hr {
        display: block;
        height: 4px;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top: 2px solid #ffffff;
        margin: 1em 0;
        padding: 0px;
        width: 20%;
    }

.innerpageTitle {
    text-align: right;
    direction: rtl;
}

innerpagesubTitle {
    text-align: right;
    direction: rtl;
}

.main-container {
    /*text-align: right !important;
    direction: rtl !important;*/
    /*margin-top: 50px !important;*/
}

    .main-container h1 {
        color: rgb(255, 255, 255);
    }

    .main-container h2 {
        font-size: 16px;
        color: #959595;
    }

.result-div {
    direction: rtl;
    text-align: right;
}

#myModal {
    direction: rtl;
    text-align: right;
}

.blog-list {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    min-height: 250px;
}

    .blog-list img {
        height: auto;
        margin-top: 20px;
        max-width: 100%;
        max-height: 285px;
        padding: 5px;
        min-height: 285px;
    }

    .blog-list .blogTitle {
        margin-top: 10px;
        font-weight: bold;
        font-size: 24px;
        display: block;
        padding: 10px;
        color: rgb(0, 123, 255);
    }

    .blog-list .LeftSideSection {
        float: left;
        display: inline-block;
        margin-top: -40px;
    }

    .blog-list .blog-summery {
        margin-top: 20px;
        padding: 10px;
        min-height: 70px;
    }

.like-action {
    font-size: 30px !important;
    color: red;
    text-decoration: none;
}

    .like-action:hover {
        text-decoration: none;
    }

.comment-action {
    font-size: 30px !important;
    text-decoration: none;
}

    .comment-action:hover {
        text-decoration: none;
    }



.blog-detail {
}

    .blog-detail img {
        margin-top: 20px;
        width: 100%;
        height: 250px;
    }

    .blog-detail .blogTitle {
        margin-top: 20px;
        font-weight: bold;
        min-height: 50px;
        font-size: 25px;
        display: block;
    }

    .blog-detail .LeftSideSection {
        float: right;
        display: block;
        margin-top: 20px;
    }

    .blog-detail .blog-body {
        margin-top: 100px;
        font-size: 20px;
    }

.commentSection {
    box-shadow: 0px 1px 17px 4px #C1C1C1;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    min-height: 250px;
    margin-top: 1rem;
    padding: 10px;
}

#infographic_search_btn {
    text-align: left;
    border-radius: 30px;
    border: 1px solid #e3e3e3;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 210px;
    padding-left: 20px;
    height: 55px;
    display: inline-block;
    width: 55%;
}

.pagination li {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

    .pagination li.active {
        background-color: #2584c6;
        color: white;
        border: 1px solid #2584c6;
    }

    .pagination li:hover:not(.active) {
        background-color: #ddd;
    }

.btninfographic {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #2584c6;
    color: white;
    border: none;
    text-align: center;
    display: inline-block;
    padding-top: 2px;
    margin-left: -55px;
    z-index: 100;
    position: relative;
}

.sortsection {
    display: inline-block;
    text-align: left;
    margin-right: 60px;
}

.serach-caption {
    display: block;
    margin-top: 60px;
    margin-bottom: 5px;
}

.btnsort {
    padding: 5px;
    color: silver;
    text-decoration: none;
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

    .btnsort:hover {
        color: silver;
        text-decoration: none;
    }

.btnblogtype {
    padding: 10px;
    color: silver;
    text-decoration: none;
    background: none;
    color: inherit;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    display: inline-block;
    margin: -3px;
    width: 140px;
}

.blogtype-section {
    text-align: center;
}

.blogprivate {
    border-top-left-radius: 0px 0px !important;
    border-bottom-left-radius: 0px 0px !important;
}

.blogpublic {
    border-top-right-radius: 0px 0px !important;
    border-bottom-right-radius: 0px 0px !important;
}

.btnblogtype:hover {
    color: silver;
    text-decoration: none;
}


.active-filter {
    background-color: #3397ff;
    color: #ffffff;
    border-radius: 10px;
}

.active-blogcategory {
    background-color: #3397ff;
    color: #ffffff;
    border-radius: 10px;
}

.blogDetail {
    float: right;
    margin-bottom: 20px;
}

.commentList {
    margin-top: 10px;
}

    .commentList > .card {
        margin-top: 5px;
    }

.no-comment {
    color: red;
}

.comment-item {
    margin-bottom: 10px;
}

.comemntsubmit {
    margin-top: 10px;
}

    .comemntsubmit > button {
        margin-right: 10px;
    }

@media screen and (min-width: 874px) {
    .sortsection {
        right: 70px;
        position: absolute;
    }
}



@media screen and (max-width: 874px) {
    #infographic_search_btn {
        width: 85%;
        margin-bottom: 20px;
    }
}

.action-bar
{
    padding:10px;
}

.share-menu .fa-telegram {
    color: #229ED9;
}

.share-menu .fa-whatsapp {
    color: #25D366;
}

.share-menu .fa-twitter {
    color: #1DA1F2;
}

.share-menu .fa-facebook {
    color: #4267B2;
}

.share-menu .fa-linkedin {
    color: #0e76a8;
}
.share-menu .fab {
    font-size: 16px;
    margin-right: 2px;
}
