﻿:root {
    --surface-color: var(--Org-color);
    --Org-color-gradient: linear-gradient(180deg, #172d65 0%, #102049 100%);
    --Org-color: #2956cc;
}

@font-face {
    font-family: 'iransansweb(fanum)_medium';
    src: url('../fontsiransans/eot/iransansweb(fanum)_medium.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'iransansweb(fanum)_medium';
    src: url('../fontsiransans/ttf/iransansweb(fanum)_medium.ttf') format('truetype');
}

@font-face {
    font-family: 'iransansweb(fanum)_medium';
    src: url('../fontsiransans/woff/iransansweb(fanum)_medium.woff') format('woff');
}

@font-face {
    font-family: 'iransansweb(fanum)_medium';
    src: url('../fontsiransans/woff2/iransansweb(fanum)_medium.woff2') format('woff2');
}

body {
    font-family: 'iransansweb(fanum)_medium' !important;
}

h1, h2, h3, h4, h5, h6, input, li, p, span, textarea, a, button {
    font-family: 'iransansweb(fanum)_medium' !important;
}

.mt-igm-index {
    margin-top: 0px;
}

.mt-text-index {
    top: 30%;
}

.btn-org {
    background-color: var(--Org-color);
    color: #fff
}

@media(max-width:768px) {
    .mt-igm-index {
        margin-top: 520px !important;
    }

    .mt-text-index {
        top: -500px;
    }
}

.text-Org {
    color: #232965;
}

.btn-Org {
    background-color: var(--Org-color);
    color: #fff
}

.height-nice {
    height: 600px
}

.i-class {
    color: #239c3f;
    background-color: #fff;
    border-radius: 100%;
    font-size: 30px;
    padding: 20px;
    width: 70px;
    height: 70px;
}

.lg-height-scrool {
    height: 382px
}

.lg-height {
    height: 485px
}

.pointer:hover {
    cursor: pointer;
}

.podcast-img {
    z-index: -1;
    margin-top: -153px;
}

.podcast-img-raido {
    top: 511px;
    right: 65px;
    width: 300px;
    height: 300px;
}

.podcast-img-text {
    top: 558px;
    left: 0px;
    background-color: #239c3f;
    border-radius: 0 1rem 1rem 0;
}

    .podcast-img-text p {
        font-size: 20px
    }

@media(max-width:1280px) {
    .img-ipad {
        width: 45% !important;
    }

    .podcast-img-raido {
        top: 290px;
        right: 65px;
        width: 250px;
        height: 250px;
    }

    .lg-height {
        height: 500px
    }

    .podcast-img-text {
        top: 377px;
        left: 0px;
        background-color: #239c3f;
        border-radius: 0 1rem 1rem 0;
    }

    .height-nice {
        height: 510px;
    }
}

.bg-purp-Profile {
    border-radius: 12px;
    color: #232965;
    transition: .4s;
    font-size: .73rem;
    transition: transform 0.3s ease;
}

    .bg-purp-Profile:hover {
        box-shadow: 0px 0px 10px #cfc8c8;
        transform: translateY(-5px);
    }

@media(max-width:992px) {
    .podcast-img-raido {
        top: 154px;
        right: 25px;
        width: 200px;
        height: 200px;
    }

    .podcast-img-text {
        top: 219px;
        left: 0px;
        background-color: #239c3f;
        border-radius: 0 1rem 1rem 0;
    }

    .lg-height {
        height: 1000px;
    }

    .height-nice {
        height: 930px;
    }
}

@media(max-width:768px) {
    .mt-mobile-Podcast {
        margin-top: 4rem !important
    }

    .img-ipad {
        width: 75% !important;
    }

    .height-nice {
        height: 1570px
    }

    .lg-height-scrool {
        height: 320px;
    }

    .lg-height {
        height: auto;
    }

    .podcast-img {
        z-index: -1;
        margin-top: -16px;
    }

    .podcast-img-text {
        top: 147px;
        left: 0px;
        background-color: #239c3f;
        border-radius: 0 1rem 1rem 0;
    }

    .podcast-img-raido {
        top: 119px;
        right: 3px;
        width: 100px;
        height: 100px;
    }

    .podcast-img-text p {
        font-size: 12px
    }
}

.Test-score {
    background-color: var(--Org-color);
    border-radius: 100%;
    width: 120px;
    height: 120px;
    padding-top: 45px;
}

    .Test-score p {
        color: #fff;
        font-size: 40px;
    }

.mobile-title {
    border-radius: 10px;
    color: #484848;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 2;
    width: 100%;
    background-color: #eaeaea;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    display: flex;
    justify-content: right;
    align-items: center;
}

@media (max-width:768px) {
  
    .mobile-title {
        border-radius: 10px;
        color: #484848;
        font-size: 0.9rem;
        font-weight: 800;
        line-height: 2;
        width: 100%;
        background-color: #eaeaea;
        border-radius: 10px 10px 0 0;
        padding: 10px;
        display: flex;
        justify-content: right;
        align-items: center;
    }
}

.mt-Hamahangi {
    margin-top: -77px !important;
}

.video-hight {
    width: 100%;
}

.top-timer {
    top: 168px
}

@media(max-width:768px) {
    .mt-Hamahangi {
        margin-top: 0px !important;
    }

    .video-hight {
        width: 100%;
    }

    .top-timer {
        top: 211px
    }
}

.panel-arzyabi {
    background-color: #24963e;
    font-size: 12px;
    top: 211px;
    right: 33px;
    z-index: 1;
}

.desctop-top {
    margin-top: 70px !important;
}

.img-phone-inputChackPhone {
    top: 17px;
    left: 4%;
    font-size: 25px;
    color: var(--Org-color);
}

.center-box {
    position: absolute;
    top: 10%;
    left: 26%;
    z-index: 1;
}

.Cart-login {
    background-color: #fcfbfc;
    box-shadow: 0px 8px 16px 0px #7ca8b5;
}

.fs-ghavanin {
    color: #000;
    margin: 4px;
    font-size: 13px;
}

.fs-lableGhavanin {
    font-size: 12px;
    color: #000;
    display: inline;
    font-family: 'iransansweb(fanum)_medium' !important;
}

input::placeholder {
    color: gray;
    font-size: 18px;
    font-weight: 500;
}

.img-phone-input {
    top: 25px;
    left: 40px;
    font-size: 40px;
    color: var(--Org-color)
}

.btn-loding {
    text-align: center;
    background-color: transparent;
    border: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fs-harimkhososi {
    font-size: 12px;
}

@media(max-width:1281px) {
    input::placeholder {
        color: gray;
        font-size: 12px;
        font-weight: 500;
    }
}

@media(max-width:768px) {
    .center-box {
        position:relative!important;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .panel-arzyabi {
        background-color: #24963e;
        font-size: 12px;
        top: 211px;
        right: 0;
        z-index: 1;
    }

    .mobile-top {
        margin-top: 217px !important;
    }

    .panel-arzyabi {
        background-color: #24963e;
        font-size: 12px !important;
        top: 211px;
        right: 0 !important;
        z-index: 1;
    }

    .img-phone-inputChackPhone {
        top: 17px;
        left: 4%;
    }

    .fs-harimkhososi {
        font-size: 10px;
    }

    .fs-lableGhavanin {
        font-size: 13px;
        color: #000;
    }

    .fs-ghavanin {
        color: #000;
        margin: 4px;
        font-size: 13px;
    }

    input::placeholder {
        color: gray;
        font-size: 14px;
        font-weight: 500;
    }

    .img-phone-input {
        top: 25px;
        left: 40px;
        font-size: 40px;
        color: var(--Org-color);
    }
}

@media(max-width:821px) {
    .img-phone-input {
        top: 25px;
        left: 16px;
        font-size: 40px;
        color: var(--Org-color);
    }

    .panel-arzyabi {
        background-color: #24963e;
        font-size: 12px;
        top: 211px;
        right: 12px;
        z-index: 1;
    }
}

.bg-ProfileSide {
    background-color: #e4e5e6;
    transition: transform 0.3s ease;
}

    .bg-ProfileSide:hover {
        box-shadow: 0px 0px 10px #cfc8c8;
        transform: translateY(-5px);
    }

.no-bullets {
    list-style: none;
}

.my-item {
    margin: 12px;
    transition: all 0.3s ease;
    padding: 8px;
}

    .my-item:hover {
        background-color: white;
        border-radius: 12px;
        margin-right: 0;
    }

.item-active {
    background-color: white;
    border-radius: 12px;
    margin-right: 0;
}

.sendCode {
    color: #1c7832 !important;
    font-size: 20px;
    padding-right: 40px !important;
    border: none !important;
    border-radius: 2rem !important;
}

.parent {
    position: relative !important;
}

.child {
    position: absolute;
    top: -181px;
    left: 0px;
    z-index: 1;
}

.notification-wrapper {
    position: absolute;
    bottom: 100px;
    right: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row-reverse;
}

.notification-link {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
}

.notification-bell {
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-left: 10px;
}

.notification-count {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dc3545;
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 25px;
    font-weight: bold;
}

.notification-row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 4%;
    right: 4%;
    width: 92%;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
}

@media(max-width:768px) {
    .sendCode {
        color: #1c7832 !important;
        font-size: 20px;
        padding-right: 25px !important;
        border: none !important;
        border-radius: 2rem !important;
    }

    .child {
        position: absolute;
        top: 29px;
        left: 37px;
        z-index: 1;
    }
}

.img-footer {
    width: 25px;
    height: 25px;
}

.border-About {
    border-left: 1px rgb(255 255 255 / 0.30) solid
}

.img-footer-logo {
    width: 100%;
    height: auto;
}

.position-abuot {
    position: absolute;
}

@media(max-width:768px) {
    .position-abuot {
        position: inherit;
    }

    .img-footer-logo {
        width: 115px;
        height: auto;
    }

    .img-footer {
        width: 40px;
        height: 40px;
    }

    .border-About {
        border-left: none;
    }
}

.modal-VideoMoshen {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(71 78 93 / 0.9);
    padding-top: 50px;
}

.modal-content-VideoMoshen {
    margin: 10% auto 15% auto;
    width: 50%;
}

hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
}

    .close:hover, .close:focus {
        color: #f44336;
        cursor: pointer;
    }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 300px) {
    .cancelbtn, .deletebtn {
        width: 100%;
    }
}

.dropIndex {
    position: relative;
    display: block;
}

.dropIndex-mobile {
    position: relative;
    display: block;
}

.dropIndex a {
    transition: 0.5s all ease;
    margin-right: 10px;
}

.marginTests {
    margin-left: -35px !important;
    transition: 0.5s all ease;
    background-color: #1e6f5c !important;
}

.marginTests1 {
    margin-left: -35px !important;
    transition: 0.5s all ease;
    background-color: #233d9b !important;
}

.marginTests2 {
    margin-left: -35px !important;
    transition: 0.5s all ease;
    background-color: #eb7f1f !important;
}

.marginTests3 {
    margin-left: -35px !important;
    transition: 0.5s all ease;
    background-color: #72249a !important;
}

.fs-a {
    font-size: 12px;
    font-weight: 500;
}

.samane {
    font-size: 16px;
    padding: 10% 0;
}

.TestsTitle {
    color: #1e6f5c !important;
}

.bg-TestsTitle {
    background-color: #1e6f5c !important;
}

.b-shadow {
    box-shadow: 0px 8px 16px 0px rgb(32 129 54 / 0.3) !important;
}

.b-shadow1 {
    box-shadow: 0px 8px 16px 0px rgb(32 53 131 / 0.3) !important;
}

.b-shadow2 {
    box-shadow: 0px 8px 16px 0px rgb(208 114 29 / 0.3) !important;
}

.b-shadow3 {
    box-shadow: 0px 8px 16px 0px rgb(94 30 126 / 0.3) !important;
}

.TestsTitle1 {
    color: #233d9b !important;
}

.bg-TestsTitle1 {
    background-color: #233d9b !important;
}

.TestsTitle2 {
    color: #eb7f1f !important;
}

.bg-TestsTitle2 {
    background-color: #eb7f1f !important;
}

.TestsTitle3 {
    color: #72249a !important;
}

.bg-TestsTitle3 {
    background-color: #72249a !important;
}

.TestsD {
    color: #6d6d6d !important;
}

.dropIndex-content {
    display: block;
    position: absolute;
    background-color: #f9f9f9;
    width: 100% !important;
    height: 577px !important;
    box-shadow: 0px 8px 16px 0px rgb(38 164 67 / 0.30) !important;
    z-index: 1;
    top: -42px;
    transition: 0.5s all ease;
}

    .dropIndex-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropIndex-content a:hover {
            background-color: #f1f1f1;
        }

.dropIndex:hover .dropIndex-content {
    display: block;
}

.dropIndex:hover .dropbtn {
    background-color: #3e8e41;
}

.dropIndex-content1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100% !important;
    height: 577px !important;
    box-shadow: 0px 8px 16px 0px rgb(35 61 155 / 0.30) !important;
    z-index: 1;
    top: -174px;
}

    .dropIndex-content1 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropIndex-content1 a:hover {
            background-color: #f1f1f1;
        }

.dropIndex:hover .dropIndex-content1 {
    display: block;
}

.dropIndex-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100% !important;
    height: 577px !important;
    box-shadow: 0px 8px 16px 0px rgb(235 127 31 / 0.30) !important;
    z-index: 1;
    top: -306px;
}

    .dropIndex-content2 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropIndex-content2 a:hover {
            background-color: #f1f1f1;
        }

.dropIndex:hover .dropIndex-content2 {
    display: block;
}

.dropIndex-content3 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100% !important;
    height: 577px !important;
    box-shadow: 0px 8px 16px 0px rgb(114 36 154 / 0.30) !important;
    z-index: 1;
    top: -403px;
}

    .dropIndex-content3 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropIndex-content3 a:hover {
            background-color: #f1f1f1;
        }

.dropIndex:hover .dropIndex-content3 {
    display: block;
}

.fs-30-20 {
    font-size: 24px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35-25 {
    font-size: 35px;
}

.h-img-slider {
    height: auto !important;
}

.mt-sazmani {
    margin-top: 65px;
}

.pm-samaneha {
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 300px;
}

.mt-10 {
    margin-top: -10%;
}

.mt-15 {
    margin-top: -15%;
}

.mt-img {
    margin-top: -10%;
}

.bg-green-silder {
    width: 120px;
    height: 156px;
    background-color: #258c3d;
    right: 1px;
    top: 42px;
    z-index: 1;
}

.mb-sliderline {
    bottom: -10%;
}

.color-p {
    color: #066b56 !important;
    font-size: 20px
}

.partners {
    bottom: -30%;
}

.h-partner {
    z-index: 2;
    height: 380px !important;
}

.pos-family {
    top: 72%;
    z-index: 0;
}

.b-sliderBaner {
    bottom: 0;
}

.mb-dropdown {
    margin-bottom: 10%;
}

.bg-mobile-cart p {
    padding: 2px;
    margin: 2px;
}

.pos-bg-section1 {
    top: 78%;
    z-index: 0;
}

@media(max-width:1180px) {
    .pos-family {
        top: 44%;
        z-index: 0;
    }

    .h-partner {
        z-index: 2;
        height: 800px !important;
    }

    .partners {
        bottom: -320px;
    }

    .color-p {
        color: #dde7e5 !important;
        font-size: 20px
    }

    .bg-partnerCooment {
        background-color: #056450;
    }

    .bg-mobile-cart {
        background-color: #b5c4eb;
        border-radius: 1rem;
        margin: 15px 0;
    }

    .bg-slidePartner {
        background-color: #056450;
        padding: 5px 0 20px 0;
        margin: 60px 0;
        margin-bottom: 40%;
    }

    .p-description {
        font-size: 12px;
    }

    .bg-samane {
        background-color: #1c2c84;
        padding: 5px 0 20px 0;
        margin: 60px 0;
    }

    .h-img-slider {
        height: 300px !important;
    }

    .mb-contentIndex {
        margin-bottom: 953px;
    }

    .mb-contentIndex1 {
        margin-bottom: 953px;
    }

    .mb-contentIndex2 {
        margin-bottom: 1072px;
    }

    .mb-contentIndex3 {
        margin-bottom: 845px;
    }

    .w-img {
        width: 350px !important;
        height: 350px !important;
    }

    .pos-bg-section1 {
        top: 85%;
        z-index: 0;
    }

    .dropIndex-content-mobile {
        position: absolute;
        background-color: var(--Org-color);
        width: 100% !important;
        height: 943px !important;
        box-shadow: 0px 8px 16px 0px rgb(38 164 67 / 0.30) !important;
        z-index: 0;
        right: 0px;
        top: -33px;
        margin-top: 35px !important;
    }

        .dropIndex-content-mobile a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

    .dropIndex-content-mobile1 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropIndex-content-mobile2 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropIndex-content-mobile3 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropIndex-content-mobile1 {
        position: absolute;
        background-color: #233d9b;
        width: 100% !important;
        height: 943px !important;
        box-shadow: 0px 8px 16px 0px rgb(35 61 155 / 0.30) !important;
        z-index: 1;
        right: 0px;
        top: -33px;
        margin-top: 35px !important;
    }

    .dropIndex-content-mobile2 {
        position: absolute;
        background-color: #eb7f1f;
        width: 100% !important;
        height: 1051px !important;
        box-shadow: 0px 8px 16px 0px rgb(35 61 155 / 0.30) !important;
        z-index: 1;
        right: 0px;
        top: -33px;
        margin-top: 35px !important;
        border-radius: 1rem !important
    }

    .dropIndex-content-mobile3 {
        position: absolute;
        background-color: #72249a;
        width: 100% !important;
        height: 939px !important;
        box-shadow: 0px 8px 16px 0px rgb(35 61 155 / 0.30) !important;
        z-index: 1;
        right: 0px;
        top: -33px;
        margin-top: 35px !important;
        border-radius: 1rem !important
    }
}

.bg-menu {
    
    background-color: #f0f0f103;
    color: #fff;
    box-shadow: 0px 8px 16px 0px #f0f0f1;
    color: #7ca8b5;
    padding-bottom: 13px;
}
.mt-img-index {
    margin-top: -87px;
}
.w-testshoLogo {
    width: 40%;
    float: left;
}

.BR-1 {
    border-radius: 12px;
}

.shodow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width :768px) {
    .mt-img-index {
        margin-top: 0px;
    }
    .bg-menu {
        background-color: #f0f0f1;
        color: #fff;
        box-shadow: 0px 8px 16px 0px #f0f0f1;
        color: #7ca8b5
    }
    .mb-contentIndex {
        margin-bottom: 1330px;
    }

    .mb-contentIndex1 {
        margin-bottom: 1330px;
    }

    .mb-contentIndex2 {
        margin-bottom: 1467px;
    }

    .mb-contentIndex3 {
        margin-bottom: 1375px;
    }

    .fs-35-25 {
        font-size: 25px;
    }

    .pos-bg-section1 {
        top: 90%;
        z-index: 0;
    }

    .modal-content-VideoMoshen {
        margin: 50% auto 15% auto;
        width: 99%;
    }

    .mb-dropdown {
        margin-bottom: 351%;
    }

    .b-sliderBaner {
        bottom: -24%;
    }

    .pos-family {
        top: 32%;
        z-index: 0;
    }

    .h-partner {
        z-index: 2;
        height: 800px !important;
    }

    .partners {
        right: -20%;
        bottom: -320px;
    }

    .color-p {
        color: #dde7e5 !important;
        font-size: 20px
    }

    .bg-partnerCooment {
        background-color: #056450;
    }

    .bg-mobile-cart {
        background-color: #dde7e5;
        border-radius: 1rem;
        margin: 15px 0;
    }

    .bg-slidePartner {
        background-color: #056450;
        padding: 5px 0 20px 0;
        margin: 60px 0;
        margin-bottom: 75%;
    }

    .mb-sliderline {
        bottom: 0%;
    }

    .bg-green-silder {
        width: 120px;
        height: 156px;
        background-color: #258c3d;
        right: 1px;
        top: -2px;
        z-index: 1;
    }

    .mt-img {
        margin-top: 0%;
    }

    .mt-10-mobile {
        margin-top: 5%;
    }

    .mt-10 {
        margin-top: 5%;
    }

    .mt-15 {
        margin-top: 5%;
    }

    .pt-TestLayout {
        padding-top: -10px !important
    }

    .pm-samaneha {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mt-sazmani {
        margin-top: -30px;
        margin-bottom: 50px;
    }

    .w-img {
        width: 250px !important;
        height: 250px !important;
    }

    .bg-samane {
        background-color: #1c2c84;
        padding: 5px 0 20px 0;
        margin: 60px 0;
    }

    .bg-Blog {
        background-color: #d6e8da;
        border-radius: 1rem;
        padding: 5px 0 30px 0;
    }

    .h-img-slider {
        height: 150px !important;
    }

    .mt-slider {
        margin-top: 0% !important;
    }

    .fs-30-20 {
        font-size: 20px;
    }

    .dropIndex-content-mobile {
        position: absolute;
        background-color: var(--Org-color);
        width: 100% !important;
        height: 1320px !important;
        box-shadow: 0px 8px 16px 0px rgb(38 164 67 / 0.30) !important;
        z-index: 0;
        right: 0px;
        top: -33px;
        margin-top: 35px !important;
    }

        .dropIndex-content-mobile a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

    .dropIndex-content-mobile1 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropIndex-content-mobile2 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropIndex-content-mobile3 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropIndex-content-mobile1 {
        position: absolute;
        background-color: #233d9b;
        width: 100% !important;
        height: 1320px !important;
        box-shadow: 0px 8px 16px 0px rgb(35 61 155 / 0.30) !important;
        z-index: 1;
        right: 0px;
        top: -33px;
        margin-top: 35px !important;
    }

    .dropIndex-content-mobile2 {
        position: absolute;
        background-color: #eb7f1f;
        width: 100% !important;
        height: 1459px !important;
        box-shadow: 0px 8px 16px 0px rgb(35 61 155 / 0.30) !important;
        z-index: 1;
        right: 0px;
        top: -33px;
        margin-top: 35px !important;
        border-radius: 1rem !important
    }

    .dropIndex-content-mobile3 {
        position: absolute;
        background-color: #72249a;
        width: 100% !important;
        height: 1357px !important;
        box-shadow: 0px 8px 16px 0px rgb(35 61 155 / 0.30) !important;
        z-index: 1;
        right: 0px;
        top: -33px;
        margin-top: 35px !important;
        border-radius: 1rem !important
    }

    .marginTests {
        margin-left: 0px !important;
        transition: 0.5s all ease;
        background-color: #1e6f5c !important;
    }

    .marginTests1 {
        margin-left: 0px !important;
        transition: 0.5s all ease;
        background-color: #233d9b !important;
    }

    .marginTests2 {
        margin-left: 0px !important;
        transition: 0.5s all ease;
        background-color: #eb7f1f !important;
    }

    .marginTests3 {
        margin-left: 0px !important;
        transition: 0.5s all ease;
        background-color: #72249a !important;
    }
}

@media (min-width :1281px) {
    .pos-partners {
        top: -8% !important;
        z-index: 0;
        width: 99% !important
    }
}

.timer-position-Cooperation {
    top: 140px;
    left: 50px;
}

.min-height {
    min-height: 1000px
}

@media(max-width:768px) {
    .min-height {
        min-height: auto
    }

    .mt-Services {
        margin-top: 185px !important;
    }
}

.Subscribe-Hamkari {
    display: flex;
    width: 220px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 0.54513rem;
    background: #24a745;
    box-shadow: 0px 24px 65px 0px rgb(14 49 11 / 50%);
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

.Testsho-Color {
    color: var(--Org-color);
}

.bg-cart-circle {
    width: 180Px;
    height: 180px;
    border-radius: 50%;
    background: #CFE7D4;
    box-shadow: 0px 8.00893px 27.23034px 0px rgba(57, 169, 82, 0.20);
}

.bg-vector {
    position: absolute;
    background: rgba(255, 255, 255, 0.50);
    width: 20%;
    height: 75%;
    border-radius: 24px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    top: 10%;
    left: 0;
    right: 0;
    z-index: 2;
}

h1 {
    font-size: 40px;
    font-weight: 900;
}

.size-image-About {
    width: 900px;
    height: auto;
}

.img-size-icon {
    width: 45px;
    height: 45px;
}

.p-size {
    font-size: 25px;
}

.fs-Academic {
    font-size: 5px;
    color: #fbbc88;
}

.bg-Academic {
    position: relative;
    border: 1px solid #CFE7D4;
    border-radius: 15.145px;
    background: #CFE7D4;
    box-shadow: 0px 8.00893px 27.23034px 0px rgba(57, 169, 82, 0.20);
    width: 330px;
    height: 545px;
}

.bg-description {
    font-size: 14px !important;
    font-weight: 600;
}

    .bg-description p {
        line-height: 25px;
        margin: 0px;
        padding: 0px;
    }

.Subscribe-details {
    display: flex;
    width: 180px;
    padding: 6px 38px;
    justify-content: center;
    align-items: center;
    border-radius: 0.54513rem;
    background: var(--Org-color);
    box-shadow: 0px 8.00893px 27.23034px 0px rgba(57, 169, 82, 0.20);
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    margin-right: 50px;
    margin-top: 5px;
    position: absolute;
    bottom: 1px;
}

.fs-Cooperation {
    font-size: 12px;
    color: black;
}

.img-icon {
    margin-right: 25%;
    margin-top: 8%;
    width: 50%;
    text-align: center;
}

.text-partners {
    position: absolute;
    top: 42.5%;
    right: 44%;
}

.d-monitor-none {
    display: none;
}

.background {
    display: block;
    background-image: url('../../Content/img/serive-bg-1.png');
    background-size: cover;
    max-width: 100% !important;
}

.web-service {
    margin-top: -3%;
}

.s-m-s-pic {
    width: 200%;
}

.fs-service {
    font-size: 18px;
}

.user-Only {
    width: 90%;
    position: relative;
}

.video-position {
    position: relative;
    margin-bottom: 100px;
    margin-top: -3.8% !important;
}

.img-mobile {
    width: 90%;
}

.p-mobile-1 {
    position: absolute;
    top: 73% !important;
    right: 23%;
}

.p-mobile-2 {
    position: absolute;
    top: 56%;
    right: 21.5%;
}

.p-mobile-3 {
    position: absolute;
    top: 64%;
    right: 23%;
}

.p-Hamrahan {
    font-size: 25px;
    margin-right: 18% !important;
    margin-top: 53% !important;
}

.position-service {
    position: absolute;
    margin-right: 10%;
    top: 0%;
    z-index: 1;
}

@media (max-width:1920px) {
    .p-Hamrahan {
        font-size: 25px;
        margin-right: 35%;
        margin-top: 62%;
    }
}

@media (max-width:992px) {
    .position-service {
        position: absolute;
        margin-right: 0%;
        top: 0%;
        z-index: 1;
    }

    .m-top {
        margin-top: 370%;
    }

    .bg-mobile {
        display: block;
        background-color: #b5c4eb;
        border-radius: 18px;
        width: 100%;
        height: 600px;
    }

    .bg-vector {
        position: absolute;
        background: rgba(255, 255, 255, 0.50);
        width: 100%;
        height: 110%;
        border-radius: 24px;
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        top: 10%;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .p-mobile-1 {
        position: absolute;
        top: 73% !important;
        right: 32%;
    }

    .p-mobile-2 {
        position: absolute;
        top: 64%;
        right: 29%;
        font-size: 14px;
    }

    .p-mobile-3 {
        position: absolute;
        top: 67%;
        right: 32%;
    }

    .img-mobile {
        width: 90%;
        margin-right: 6%;
    }

    .user-Only {
        width: 100%;
        z-index: 2;
    }

    .fs-service {
        font-size: 14px;
    }

    .web-service {
        margin-top: 90%;
    }

    .s-m-s-pic {
        width: 100%;
    }

    .background {
        display: block;
        background-image: url('../../Content/img/serive-bg1.svg');
        background-size: cover;
    }

    .bg-video {
        margin-top: 2% !important;
        border-radius: 15.145px;
        background: #CFE7D4;
        box-shadow: 0px 8.00893px 27.23034px 0px rgba(57, 169, 82, 0.20);
    }

    .d-mobile-none {
        display: none;
    }

    .d-monitor-none {
        display: block;
    }

    .bg-Academic {
        border: 1px solid #CFE7D4;
        border-radius: 15.145px;
        background: #cee7d4;
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
        width: 300px;
        height: 560px;
        margin-right: -20px;
    }

    .Subscribe-details {
        display: flex;
        width: 180px;
        padding: 6px 38px;
        justify-content: center;
        align-items: center;
        border-radius: 0.54513rem;
        background: var(--Org-color);
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
        font-weight: 600;
        color: #fff;
        font-size: 14px;
        margin-right: 50px;
        margin-top: 5px;
    }

    .title-packages2 {
        font-size: 18px;
        margin-bottom: 50px;
        padding: 0px;
    }

    h1 {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

    p {
        font-size: 11px !important;
        font-weight: 400;
        text-align: center;
    }

    .size-image-About {
        width: 400px;
        height: auto;
    }
}

@media (max-width:768px) {
    .web-service {
        margin-top: 170%
    }

    .bg-web-mobile {
        background-color: #d7e9db;
        border-radius: 18px;
        height: 800px;
    }

    .size-image-About {
        width: 280px;
        height: auto;
        padding: 0px;
        margin-right: -20px;
    }
}

.btn-Account {
    display: none;
}

.item-title {
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.item-p {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
}

.icon {
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.hr-bw {
    background-color: rgb(255 255 255 / 0.38);
}

.fs-1 {
    font-size: 15px;
    color: white;
}

#TicketsCount {
    position: absolute;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 50px;
    left: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .7;
    padding: 0 5px;
}

.Subscribe {
    display: flex;
    width: 160px;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    background: var(--Org-color);
    box-shadow: 0px 24px 75px 0px rgba(239, 127, 26, 0.50);
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.btn-Support {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 12px;
    z-index: 1200;
    width: 45px;
    height: auto;
}

.form-container {
    border-radius: 24px;
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

    .form-container textarea {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
        min-height: 200px;
    }

        .form-container textarea:focus {
            background-color: #ddd;
            outline: none;
        }

    .form-container .btn {
        background-color: #04AA6D;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        opacity: 0.8;
    }

.chat-popup {
    display: block;
    position: fixed;
    bottom: -413px;
    left: 15px;
    border: 3px solid #f1f1f1;
    z-index: 1;
    transition: all 0.8s ease;
}

.bg-popup {
    width: 235px;
    height: auto !important;
    background-color: white;
    box-shadow: 1px 3px 12px #000;
    border-radius: 24px;
    padding: 0;
    z-index: 1;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 992px) {
    .btn-Support {
        display: block;
        position: fixed;
        bottom: 10px;
        left: 25px;
        z-index: 1200;
        width: 45px;
        height: auto;
    }

    .btn-Account {
        display: block;
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 1000;
    }

    .side {
        display: none;
    }

    .text-p p {
        text-align: center;
    }

    .text-p {
        text-align: center;
    }

    .c-wr p {
        font-size: 6px;
    }
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

.form__field {
    width: 90%;
    border: 12px;
    border: 1px solid #d2d2d2;
    border-radius: 16px;
    outline: 0;
    font-size: 16px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.5s;
}

    .form__field::placeholder {
        color: #888;
        padding-left: 5px;
    }

    .form__field:placeholder-shown ~ .form__label {
        font-size: 16px;
        cursor: text;
        top: 20px;
        right: 10px;
    }

    .label-PhoneNumber, .form__field:focus ~ .form__label {
        position: absolute;
        top: 0;
        right: 10px;
        display: block;
        transition: 0.4s;
        font-size: 12px;
        color: #9b9b9b;
    }

    .form__field:focus ~ .form__label {
        color: #000;
        background-color: #ebf4ed;
        font-weight: 500;
        border-radius: 12px;
    }

    .form__field:focus {
        padding: 6px;
        border: 2px solid #888;
    }

.border-radius {
    border-radius: 2rem 0rem 0 6rem;
}

.detail-card {
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0px 0px 20px #dedede;
}

    .detail-card i {
        font-size: 80px;
        color: gray;
        transition: .4s;
    }

.bg-img {
    background: url(../../Content/img/cover-min.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    height: auto;
}

footer {
    margin-top: 0px !important;
}

.card-detail {
    position: relative;
    cursor: pointer;
}

    .card-detail .detail-card {
        position: relative;
        justify-content: center;
        align-items: center;
        z-index: 1;
        transition: .4s;
    }

    .card-detail .detail-card2 {
        position: relative;
        justify-content: center;
        align-items: center;
        z-index: 0;
        transform: translateY(-200px);
        transition: .4s;
        background-color: #fff;
    }

    .card-detail:hover .detail-card {
        transform: translateY(0);
        box-shadow: 0px -20px 20px #dedede;
    }

        .card-detail:hover .detail-card i {
            color: var(--Org-color);
        }

    .card-detail:hover .detail-card2 {
        transform: translateY(0);
        z-index: 0;
        border-radius: 0 0 2rem 2rem;
        box-shadow: 0px 20px 20px #dedede;
    }

.Asis {
    transition: all .3s;
}

    .Asis h4 {
        font-size: 20px;
    }

    .Asis p {
        font-size: 14px;
    }

    .Asis:hover {
        box-shadow: 0 0 10px #dedede;
    }

    .Asis i {
        font-size: 50px;
        color: #24a745;
    }

.word-back {
    background: url('../../Content/img/World Map.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}

.navbar-toggler i {
    color: #fff !important;
}

h2 {
    color: #000;
}

.group-none {
    display: block;
}

.sazmani-title {
    font-size: 180%;
}

.Subscribe {
    display: flex;
    width: 220px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 0.54513rem;
    background: #24a745;
    box-shadow: 0px 24px 65px 0px rgb(14 49 11 / 50%);
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

.bg-blur {
    filter: blur(8px);
    -webkit-filter: blur(20px);
}

.bg-vector {
    position: absolute;
    background: rgba(255, 255, 255, 0.50);
    width: 80%;
    height: 75%;
    border-radius: 24px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    top: 10%;
    left: 0;
    right: 0;
    z-index: 2;
}

.m-darsad {
    max-width: 100%;
    height: 100%;
}

.m-charkhdande {
    width: 100%;
    height: 100%;
}

.bg-cart-panel-sazmani {
    border-radius: 32px;
    background: #F6F6F6;
    box-shadow: 0px 24px 75px 0px rgba(15, 62, 25, 0.50);
    width: 280px;
    height: 460px;
    margin-top: 15% !important;
}

.sazmani-title-panel {
    z-index: 4;
    font-size: 150%;
    color: #000;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
}

.title-levels {
    font-size: 150%;
    color: #000;
    top: 10%;
    max-width: 100%;
    height: 100%;
}

.div-container-panel {
    position: absolute;
    z-index: 3;
    top: 5%;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
}

.m-b-section {
    margin-bottom: 0%;
}

.bg-cart-panel-Property-1 {
    border-radius: 32px;
    background: #b5c4eb;
    box-shadow: 0px 2.92881px 20.50169px 0px rgba(0, 0, 0, 0.25);
    width: 100px;
    height: 250px;
    margin-top: 10% !important;
}

.bg-cart-panel-Property-2 {
    border-radius: 32px;
    background: #b5c4eb;
    box-shadow: 0px 2.92881px 20.50169px 0px rgba(0, 0, 0, 0.25);
    width: 100px;
    height: 250px;
    margin-top: 35% !important;
}

.bg-cart-panel-Property-3 {
    border-radius: 32px;
    background: #b5c4eb;
    box-shadow: 0px 2.92881px 20.50169px 0px rgba(0, 0, 0, 0.25);
    width: 100px;
    height: 250px;
    margin-top: 60% !important;
}

.bg-cart-panel-Property-top {
    border-radius: 32px;
    background: #b5c4eb;
    box-shadow: 0px 2.92881px 20.50169px 0px rgba(0, 0, 0, 0.25);
    width: 100px;
    height: 250px;
    margin-top: 0% !important;
}

.bg-cart-panel-Property-bottom {
    border-radius: 32px;
    background: #b5c4eb;
    box-shadow: 0px 2.92881px 20.50169px 0px rgba(0, 0, 0, 0.25);
    width: 100px;
    height: 250px;
    margin-top: 70% !important;
}

.bg-cart-panel-proprty-mobile {
    display: none;
}

.w-mobile {
    max-width: 120%;
}

.m-b-section-1 {
    margin-bottom: 0px;
}

.mt-cart {
    margin-top: 12% !important;
}

.d-desctop-none {
    display: none;
}

@media(max-width:992px) {
    .mt-sm-10 {
        margin-top: 700px !important
    }

    .d-desctop-none {
        display: none;
    }

    .form__field:focus ~ .form__label {
        color: #000;
        background-color: #b5c4eb;
        font-weight: 500;
        border-radius: 12px;
    }

    .bg-cart-panel-sazmani {
        border-radius: 32px;
        background: #F6F6F6;
        box-shadow: 0px 24px 75px 0px rgba(15, 62, 25, 0.50);
        width: 280px;
        height: 460px;
        margin-top: -20% !important;
    }

    .bg-cart-panel-sazmani-2 {
        border-radius: 32px;
        background: #F6F6F6;
        box-shadow: 0px 24px 75px 0px rgba(15, 62, 25, 0.50);
        width: 280px;
        height: 460px;
        margin-top: 144px !important;
    }

    .bg-cart-panel-sazmani-3 {
        border-radius: 32px;
        background: #F6F6F6;
        box-shadow: 0px 24px 75px 0px rgba(15, 62, 25, 0.50);
        width: 280px;
        height: 460px;
        margin-top: 15% !important;
    }

    .group-none {
        background-color: #d6e9db;
        width: 100%;
        height: 900px;
    }

    .bg-mobile-video {
        display: block;
        background-color: #b5c4eb;
        border-radius: 18px;
        width: 100%;
        height: 820px;
        margin-top: 10%;
    }

    .bg-cart-panel-proprty-mobile {
        display: block;
        border-radius: 32px;
        background: #b5c4eb;
        box-shadow: 0px 2.92881px 20.50169px 0px rgba(0, 0, 0, 0.25);
        width: 75%;
        height: 280px;
        margin-right: 12%;
    }

    .d-none-moblie {
        display: none;
    }

    .sazmani-title {
        font-size: 130%;
        font-weight: 900;
        margin-right: 6%;
        padding-bottom: 5%;
    }

    .sazmani-text {
        font-size: 110%;
        margin-right: 6%;
        padding-bottom: 5%;
    }

    .m-darsad {
        max-width: 60%;
        height: 100%;
        margin-right: 33%;
        margin-top: 5%;
    }

    .bg-vector {
        position: absolute;
        background: rgba(255, 255, 255, 0.50);
        width: 100%;
        height: 120%;
        border-radius: 24px;
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        top: 10%;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .m-charkhdande {
        width: 100%;
        height: 100%;
        margin-top: 40%;
    }

    .bg-manager {
        display: none;
    }

    .bg-mobile {
        display: block;
        background-color: #b5c4eb;
        border-radius: 18px;
        width: 100%;
        height: 600px;
    }

    .bg-mobile-2 {
        display: block;
        background-color: #b5c4eb;
        border-radius: 18px;
        width: 100%;
        height: 600px;
    }

    .bg-mobile-panel {
        display: block;
        background-color: #b5c4eb;
        border-radius: 18px;
        width: 100%;
        height: 1450px;
        margin-bottom: -100px !important;
    }

    .sazmani-title-panel {
        z-index: 3;
        font-size: 150%;
        color: #000;
        position: absolute;
        top: 3%;
        left: 0;
        right: 0;
        max-width: 100%;
        height: 100%;
    }

    .m-b-section {
        margin-bottom: 45%;
    }

    .m-b-section-1 {
        margin-bottom: 15%;
    }

    .w-mobile {
        max-width: 100%;
    }

    .d-desctop-none {
        display: block;
    }
}

body {
    background: #f6f6f6;
}

.group-none {
    display: block;
}

.Number-user {
    position: absolute;
    z-index: 3;
    top: 20%;
    left: 0;
    right: 0;
    height: auto;
    background-color: #fbfbfb;
}
.Number-user1 {
    position: absolute;
    z-index: 3;
    top: 20%;
    left: 0;
    right: 0;
    height: auto;
}

.sazghari-title {
    font-size: 36px;
    text-align: right;
    font-weight: 800;
}

.sazghari-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.vector-title {
    font-size: 25px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 5%;
    margin-top: -3%;
}

.vector-title-2 {
    font-size: 25px;
    text-align: center;
    font-weight: 900;
    margin-top: 0%;
    margin-top: -3%;
}

.vector-title-3 {
    font-size: 25px;
    text-align: center;
    font-weight: 900;
    margin-top: 5%;
    margin-bottom: -5%;
}

.sazghari-levels {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 280px;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.sazghari-arrow {
    width: 5%;
    position: relative;
}

    .sazghari-arrow img {
        width: 100%;
        position: absolute;
        top: 25%;
    }

.sazghari-Direction {
    display: flex;
}

.img-size {
    max-width: 300px;
    height: auto;
}

.bottom-img {
    bottom: 130px;
}

.top-img {
    top: 60px;
}

.title-img-sazgari {
    max-width: 320px;
    height: auto;
}

.color-p {
    color: rgb(0 0 0 / 0.5);
}

.size-mobile {
    font-size: 20px;
    margin-right: 5px;
}

.m-b-pakage-img {
    margin-bottom: -32%;
}

.btn-couples {
    width: 201px;
    padding: 13.083px 30.526px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--Org-color);
    color: #fff;
    font-weight: 600;
}

.btn-couples-2 {
    width: 200px;
    padding: 13.083px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid var(--Org-color);
    background: #FFF;
    color: var(--Org-color);
    font-weight: 600;
}

.img-sazgari {
    margin-right: -30%;
    width: 150% !important;
}

.bg-card-sazgari {
    width: 90%;
    height: 380px;
    border-radius: 24px;
    background: #CFE7D4;
    box-shadow: 0px 10px 34px 0px rgba(57, 169, 82, 0.20);
    margin-bottom: 5%;
}

.m-sazgari-card {
    margin-top: 16%;
}

.menu-bar-indv {
    width: 100%;
    overflow-x: scroll;
    background: #fff;
    border: 1px solid #e0e0e2;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.hed-nav li:hover {
    background-color: #fff;
    box-shadow: none;
    transform: none;
}

.nav-tabs a {
    border: none;
    font-size: 1rem;
}

.nav {
    width: max-content;
}

.more {
    right: 8px;
}

.couch-curse {
    border-radius: 100%;
    position: relative;
    margin-top: -40px;
    width: 66px;
    height: 66px;
}

.Subscribe-esteadad {
    display: flex;
    width: 220px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 0.54513rem;
    background: #2956cc;
    box-shadow: 0px 24px 65px 0px rgb(14 49 11 / 50%);
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}

.bg-cart-panel-Shoghli {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 24px 75px 0px rgba(15, 62, 25, 0.50);
    width: 330px;
    height: auto;
    margin-top: 25% !important;
}

.bg-cart-vizhegi {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 24px 75px 0px rgba(15, 62, 25, 0.50);
    width: 200px;
    height: 200px;
}

.bg-cart-vizhegi-tahsili {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 24px 75px 0px rgba(15, 62, 25, 0.50);
    width: 200px;
    height: 200px;
}

.bg-Pakage {
    background: rgba(255, 255, 255, 0.50);
    width: 300px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.shoghli-title {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
}

.shoghli-text {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.mr-mt-khadamat-1 {
    position: absolute;
    z-index: 1;
    margin-right: 6% !important;
    margin-top: 20% !important;
}

.mr-mt-khadamat-2 {
    position: absolute;
    z-index: 1;
    margin-right: 38% !important;
    margin-top: 15% !important;
}

.mr-mt-khadamat-3 {
    position: absolute;
    z-index: 1;
    margin-right: 70% !important;
    margin-top: 20% !important;
}

.position-vizhegi {
    position: absolute;
}

.mt-mr-vizhegi-1 {
    margin-top: 30%;
    margin-right: 150%;
}

.mt-mr-vizhegi-2 {
    margin-top: 30%;
    margin-right: 170%;
}

.mt-mr-vizhegi-3 {
    margin-top: -50%;
    margin-right: 290%;
}

.mt-mr-vizhegi-4 {
    margin-top: -100%;
    margin-right: 410%;
}

.mt-mr-vizhegi-5 {
    margin-top: -155%;
    margin-right: 530%;
}

.mt-mr-vizhegi-6 {
    margin-top: -225%;
    margin-right: 545%;
}

.mt-video {
    margin-top: -20%;
}

.mb-marahel {
    margin-bottom: 200%;
}

@media (max-width:992px) {
    .bg-video-shoghli {
        background: #cfe7d4;
        border-radius: 12px;
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    }

    .mb-marahel {
        margin-bottom: 200%;
        margin-top: 200%;
    }

    .mt-video {
        margin-top: -40%;
    }

    .mb-vizhegi {
        margin-bottom: 50%;
    }

    .mt-mr-vizhegi-1 {
        margin-top: -40% !important;
        margin-right: 15%;
    }

    .mt-mr-vizhegi-2 {
        margin-top: 10%;
        margin-right: 15%;
    }

    .mt-mr-vizhegi-3 {
        margin-top: 10%;
        margin-right: 15%;
    }

    .mt-mr-vizhegi-4 {
        margin-top: 10%;
        margin-right: 15%;
    }

    .mt-mr-vizhegi-5 {
        margin-top: 10%;
        margin-right: 15%;
    }

    .mt-mr-vizhegi-6 {
        margin-top: 10%;
        margin-right: 15%;
    }

    .position-vizhegi {
        position: relative;
    }

    .mr-mt-khadamat-1 {
        position: relative;
        z-index: 1;
        margin-right: 11% !important;
        margin-top: 10% !important;
    }

    .mr-mt-khadamat-2 {
        position: relative;
        z-index: 1;
        margin-right: 11% !important;
        margin-top: 50% !important;
    }

    .mr-mt-khadamat-3 {
        position: relative;
        z-index: 1;
        margin-right: 11% !important;
        margin-top: 60% !important;
    }

    .d-mobile-none {
        display: none;
    }

    .shoghli-title {
        font-size: 22px;
        text-align: center;
        font-weight: 800;
    }

    .shoghli-text {
        font-size: 14px;
        text-align: center;
        font-weight: 800;
    }

    .mb-shoghli {
        margin-bottom: 30%;
    }

    .bg-cart-panel-Shoghli {
        border-radius: 12px;
        background: #fff;
        box-shadow: 0px 24px 75px 0px rgba(15, 62, 25, 0.50);
        width: 260px;
        height: auto;
        margin-top: 25% !important;
    }

    .bg-Services {
        background-color: #cfe7d4;
        border-radius: 20px;
    }
}

@media (max-width:992px) {
    .vector-title-3 {
        font-size: 25px;
        text-align: center;
        font-weight: 900;
        margin-top: -10%;
        margin-bottom: 10%;
    }

    .vector-title-2 {
        font-size: 25px;
        text-align: center;
        font-weight: 900;
        margin-top: 0%;
    }

    .bg-mobile {
        display: block;
        background-color: #b5c4eb;
        border-radius: 18px;
        width: 100%;
        height: 600px;
    }

    .bg-vector {
        position: absolute;
        background: rgba(255, 255, 255, 0.50);
        width: 100%;
        height: 110%;
        border-radius: 24px;
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        top: 10%;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .vector-title {
        font-size: 25px;
        text-align: center;
        font-weight: 900;
        margin-top: 8%;
        margin-bottom: 10%;
    }

    .bg-card-sazgari {
        width: 100%;
        height: 500px;
        border-radius: 24px;
        background: #CFE7D4;
        box-shadow: 0px 10px 34px 0px rgba(57, 169, 82, 0.20);
        margin-bottom: 30%;
        margin-top: 30%;
    }

    .bg-mobile-levels {
        display: block;
        background-color: #b5c4eb;
        border-radius: 18px;
        width: 100%;
        height: 1700px;
        margin-top: 10%;
        margin-top: -2%;
    }

    .bg-pakages {
        background-color: #b5c4eb;
    }

    .sazghari-title {
        font-size: 24px;
        text-align: center;
        font-weight: 800;
    }

    .d-mobile-none {
        display: none;
    }

    .m-b-pakage-img {
        margin-bottom: 0%;
    }

    .sazghari-Direction {
        flex-direction: column;
    }

    .sazghari-arrow {
        display: none;
    }

    .sazghari-levels {
        width: 100%;
        margin-bottom: 15px;
    }

    .bottom-img {
        bottom: auto;
    }

    .top-img {
        top: auto;
        margin-right: 15px;
    }

    .title-img-sazgari {
        max-width: 290px;
        height: auto;
    }

    .img-size {
        max-width: 240px;
        height: auto;
    }
}
.div-box {
    background-color: #2956cc;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    color:#fff
}

.pos-div-box-1 {
    position: absolute;
    top: -600%;
    right: 40%;
}

.pos-div-box-2 {
    position: absolute;
    top: -15%;
    right: 14%;
}

.pos-div-box-3 {
    position: absolute;
    top: 68%;
    right: 6%;
}

.pos-div-box-4 {
    position: absolute;
    top: 152%;
    right: 14%;
}

.pos-div-box-5 {
    position: absolute;
    top: 190%;
    right: 39%;
}

.pos-div-box-6 {
    position: absolute;
    top: 152%;
    left: 14%;
    
}

.pos-div-box-7 {
    position: absolute;
    top: 68%;
    left: 6%;
}

.pos-div-box-8 {
    position: absolute;
    top: -15%;
    left: 14%;
}


.fs-12-10 {
    font-size: 12px !important;
    line-height: 2;
}
.w-imgindex {
    width:40%
}
@media(max-width:768px) {
    .fs-12-10 {
        font-size: 10px !important;
        line-height: 2;
    }
    .Number-user1 {
        position: inherit;
    }
    .pos-div-box-1 {
        position: initial;
    }

    .pos-div-box-2 {
        position: initial;
    }

    .pos-div-box-3 {
        position: initial;
    }

    .pos-div-box-4 {
        position: initial;
    }

    .pos-div-box-5 {
        position: initial;
    }

    .pos-div-box-6 {
        position: initial;
    }

    .pos-div-box-7 {
        position: initial;
    }

    .pos-div-box-8 {
        position: initial;
    }

    .pos-div-box-9 {
        position: initial;
    }

    .pos-div-box-10 {
        position: initial;
    }

    .bg-mobile-panel {
        display: block;
        background-color: #b5c4eb;
        border-radius: 18px;
        width: 100%;
        height: 1600px;
        margin-bottom: -100px !important;
    }

    .bg-cart-panel-sazmani-3 {
        border-radius: 32px;
        background: #F6F6F6;
        box-shadow: 0px 24px 75px 0px rgba(15, 62, 25, 0.50);
        width: 280px;
        height: 460px;
        margin-top: 20px !important;
    }

    .bg-cart-panel-sazmani-2 {
        border-radius: 32px;
        background: #F6F6F6;
        box-shadow: 0px 24px 75px 0px rgba(15, 62, 25, 0.50);
        width: 280px;
        height: 440px;
        margin-top: -50px !important;
    }

    .d-mobile-none {
        display: none;
    }

    .d-desctop-none {
        display: block;
    }
}

.img-size-Contactus {
    width: 500px;
    height: 400px;
    margin-top: 30px;
}

.Support-number {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-weight: 500;
    color: #616161;
}

    .Support-number:hover {
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
        transition: 0.5s all ease;
    }

    .Support-number p {
        padding: 5px;
    }

    .Support-number span {
        padding: 5px;
        margin-left: 5px;
    }

.div-location {
    width: 900px !important;
    height: 270px !important;
    box-shadow: 0px 2px 8px 5px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.img-size-icon {
    width: 45px;
    height: 45px;
}

@media (max-width:992px) {
    .Support-number p {
        text-align: center;
    }

    .img-size-Contactus {
        width: 270px;
        height: 170px;
        margin-top: 25px;
    }

    .Support-number img {
        width: 20px;
        height: 20px;
    }

    .div-location {
        width: 600px !important;
        height: 200px !important;
        box-shadow: 0px 2px 8px 5px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
    }

    .img-size-icon {
        width: 45px !important;
        height: 45px !important;
    }
}

.fs-title-ContactUs {
    font-size: 26px
}

@media (max-width:768px) {
    .fs-title-ContactUs {
        font-size: 18px
    }

    .Number-user {
        position: absolute;
        z-index: 3;
        top: 6%;
        left: 0;
        right: 0;
        max-width: 85%;
        height: 760px;
        background-color: #fbfbfb;
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .div-location {
        width: 100% !important;
        height: 250px !important;
        box-shadow: 0px 2px 8px 5px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
    }
}

.size-image-About {
    width: 700px;
    height: auto;
}

.img-size-icon {
    width: 45px;
    height: 45px;
}

.p-size {
    font-size: 25px;
}

.bg-cart2 {
    background: rgba(255, 255, 255, 0.80);
    border-radius: 18px;
    box-shadow: 0 4px 8px 0 #000000;
    width: 220px;
    height: 230px;
}

.title-packages2 {
    font-size: 24px;
    margin-bottom: 50px;
    padding: 0px;
}

@media (max-width:992px) {
    .title-packages2 {
        font-size: 18px;
        margin-bottom: 50px;
        padding: 0px;
    }

    h1 {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

    p {
        font-size: 10px;
        font-weight: 400;
        text-align: right;
    }

    .size-image-About {
        width: 400px;
        height: auto;
    }
}

@media (max-width:768px) {
    .size-image-About {
        width: 280px;
        height: auto;
        padding: 0px;
        margin-right: -20px;
    }
}

@media(max-width:1242px) {
    .mt-Comments {
        margin-top: 210px !important;
    }
}

.search-btn {
    position: absolute;
    top: 3px;
    margin-right: -25px !important;
    border: none;
    color: white;
    background-color: var(--Org-color);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 23px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.border-search {
    border: none;
    border-radius: 30px !important;
    padding: 25px;
}

.bg-card-members {
    background: #fff;
    box-shadow: 0px 10px 34px 0px #000000;
    margin-bottom: 5%;
}

.btn-Close {
    border: solid 1px #888;
    padding: 0px 0px;
    font-weight: 500;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    height: 30px;
    width: 80px;
}

@media(max-width:1260px) {
    #TicketsCount {
        left: 200px !important;
    }
}

@media(max-width:1440px) {
    #TicketsCount {
        left: 210px;
    }
}

.timer {
    font-weight: bold;
    font-size: 30px;
    font-style: italic;
}

.timer-position {
    top: 195px;
    left: 40px;
}

@media(max-width:768px) {
    .timer-position {
        top: 195px;
        left: 20px;
    }
}

.height-div {
    min-height: 600px;
}

.prev-slider, .next-slider {
    cursor: pointer;
    position: absolute;
    top: 57%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next-slider {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev-slider {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.img-slider {
    border-radius: 50%;
    width: 120px;
    height: 120px
}

.fs-slider-title {
    font-size: 18px;
}

.fs-slider {
    font-size: 14px;
}

@media (max-width:768px) {
    .img-slider {
        border-radius: 50%;
        width: 120px;
        height: 120px
    }

    .fs-slider-title {
        font-size: 18px;
    }

    .fs-slider {
        font-size: 14px;
    }
}

.bg-slider {
    background-color: #d6e9db;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
    width: 95%;
    height: auto;
}

.bg-pakage-estedadyabi {
    margin-top: -7%;
    margin-top: 0%;
    margin-bottom: 150px;
}

.p-description {
    font-size: 13px;
}

@media (max-width:768px) {
    .bg-pakage-estedadyabi {
        background-color: #d6e9db;
        width: 100%;
        height: 1100px;
        margin-right: 0%;
        margin-top: -100px;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.eyesPules {
    animation: pulse 1s infinite;
}
.pt-TestLayout {
    padding-top: -10px !important;
}

.colorPlaceholder::placeholder {
    color: #fff !important;
}

@media (max-width:992px) {
    .btn-position-menu {
        width: 60px;
        color: #fff !important;
        background-color: var(--reseller-color) !important;
    }
}

@media (max-width:768px) {
    .btn-position-menu {
        cursor: pointer;
        padding: 0px;
        margin-right: -3%;
        width: 55px;
    }

    .btn-position-Register {
        position: relative;
        top: 8px;
        font-size: 12px;
        width: 90px;
        margin-left: -8px !important;
    }
}

@media (max-width:576px) {
    .btn-position-menu {
        cursor: pointer;
        padding: 0px;
        margin-right: -6%;
        width: 55px;
    }

    .btn-position-Register {
        position: relative;
        top: 8px;
        font-size: 12px;
        width: 90px;
        margin-left: -8px !important;
    }
}

.sidebar {
    position: absolute;
    z-index: 200;
    background-color: #e4e5e6;
    margin-right: -400px;
    width: 300px;
    height: 100vh;
    transition: margin-right 0.3s ease-in-out;
}

    .sidebar.open {
        margin-right: 0;
    }

.toggle-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    z-index: 3000;
}