html {
    scroll-behavior: smooth
}

.wrapper {
    min-height: 800px !important;
    font-size: 16px;
    background-color: #f6f6f6
}

    .wrapper .top-header {
        background-color: var(--Org-color);
        color: #7c7c7c;
        color: #fff;
        position: relative;
        z-index: 1000002;
        display: flex !important
    }

        .wrapper .top-header a {
            z-index: 999;
            font-size: 1rem;
            cursor: pointer
        }

        .wrapper .top-header .logo-azmoon img {
            position: absolute;
            right: 11%;
            width: 12rem;
            height: auto;
            top: 10px
        }

    .wrapper .top-menu {
        background-color: var(--Org-color);
        color: #fff;
        z-index: 10001 !important;
        height: 60px !important;
        display: flex;
        flex-direction: column
    }

        .wrapper .top-menu .navbar .nav-link {
            font-size: 14px !important;
            color: #ffffffd6;
            padding: .5rem 1rem;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            font-weight: 500;
            opacity: 1 !important
        }

            .wrapper .top-menu .navbar .nav-link:hover {
                color: #fff
            }

        .wrapper .top-menu .navbar .dropdown-menu {
            border-top: 4px solid #3f4a5c
        }

.navbar-brand {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 144px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    position: absolute;
    right: calc(50% - 72px)
}

    .navbar-brand img {
        height: 50px
    }

.btnSearch {
    background: var(--Org-color);
    Color: #fff
}

.wrapper .search-box h3 {
    color: #3f4a5c;
    padding: .8rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem
}

.wrapper .search-box img {
    width: 15rem;
    height: 15rem
}

.wrapper .main-slider {
    background-color: #2f364a
}

    .wrapper .main-slider .carousel .carousel-caption {
        background-color: rgba(0,0,0,.5);
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

.wrapper .main-articles {
    padding: 0;
    -webkit-border-radius: .6rem;
    border-radius: .6rem
}

    .wrapper .main-articles a {
        color: #5a6268
    }

        .wrapper .main-articles a .card {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            border: 0;
            box-shadow: 0 0 20px #979797
        }

            .wrapper .main-articles a .card .card-img-top {
                position: relative
            }

            .wrapper .main-articles a .card .customCardImage {
                height: 12rem
            }

            .wrapper .main-articles a .card .card-img-top .hover-film {
                color: transparent;
                text-align: center;
                line-height: 2.2;
                position: absolute;
                font-size: 3rem;
                top: 0;
                right: 0;
                border: 1px solid rgba(255,255,255,.2);
                padding: 2.7rem 8.9rem;
                transition: all .6s
            }

            .wrapper .main-articles a .card .card-img-top .hover-film2 {
                color: transparent;
                text-align: center;
                line-height: 2.2;
                position: absolute;
                font-size: 3rem;
                top: 0;
                right: 0;
                border: 1px solid rgba(255,255,255,.2);
                padding: 2.7rem 8.5rem;
                transition: all .6s
            }

.blg:hover .hover-film {
    background-color: rgba(0,0,0,.6);
    color: #fff !important
}

.blg:hover .hover-film2 {
    background-color: rgba(0,0,0,.6);
    color: #fff !important
}

.wrapper .main-articles a .card .card-footer {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .6s;
    background-color: #fff
}

.wrapper .main-articles a:hover {
    text-decoration: none;
    color: #d00000
}

    .wrapper .main-articles a:hover .card {
        box-shadow: 0 0 20px #d6d6d6
    }

        .wrapper .main-articles a:hover .card .card-footer {
            background: var(--Org-color);
            color: #fff
        }

.wrapper .sidebar .nav-tabs .nav-link {
    background-color: #fafafa;
    color: #000;
    border: 1px solid transparent;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 16px;
    margin: auto;
    padding-left: .25rem;
    padding-right: .25rem;
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .wrapper .sidebar .nav-tabs .nav-item.show .nav-link, .wrapper .sidebar .nav-tabs .nav-link.active {
        color: #fff
    }

.wrapper .sidebar .media {
    color: #5a6268
}

    .wrapper .sidebar .media:hover {
        text-decoration: none
    }

    .wrapper .sidebar .media img {
        width: 70%;
        height: auto;
        border-radius: 1rem
    }

.wrapper footer {
    margin-top: 3rem;
    color: #fff
}

    .wrapper footer .container {
        background-color: #fff;
        padding: 4rem;
        border-radius: 1rem;
        box-shadow: 0 0 40px #dedede
    }

.list-unstyled i {
    color: #57bc90;
    font-size: 20px
}

.social-item {
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border-radius: 100%;
    transition: .6s;
    display: inline-block;
    text-decoration: none !important;
    padding: 0
}

    .social-item p {
        color: #1e8032 !important
    }

    .social-item:hover {
        border-radius: .5rem;
        text-decoration: none !important
    }

.footer-btn {
    background: linear-gradient(45deg,#57bc90,#77c9d4) !important;
    border: none !important
}

.wrapper footer h5 {
    color: #000
}

.wrapper .modal .modal-header {
    background-color: var(--Org-color);
    color: #eee
}

    .wrapper .modal .modal-header .close {
        margin-left: 0;
        color: #eee
    }

.wrapper .modal .modal-body {
    padding-bottom: 2rem
}

.wrapper .modal .modal-footer {
    background-color: #3f4a5c
}

.wrapper .custom-control-label {
    cursor: pointer
}

    .wrapper .custom-control-label::after, .wrapper .custom-control-label::before {
        left: auto;
        right: -20px
    }

.test-page .bg-progress {
    padding: 1rem 0;
    background: var(--Org-color);
    border-radius: .8rem
}

    .test-page .bg-progress h5 {
        color: #fff
    }

.test-page #sticker {
    z-index: 999999 !important
}

.test-page .question {
    margin-top: 8rem
}

    .test-page .question .custom-radio {
        margin-top: 1rem;
        font-weight: 300
    }

.test-page .carousel .carousel-caption {
    padding: 1rem;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.7);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.question {
    margin-top: 8rem
}

.Editor p {
    text-align: justify !important
}

.profile .user-account {
    margin-top: 1.5rem;
    text-align: center
}

    .profile .user-account img {
        width: 8rem;
        height: 8rem;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

    .profile .user-account .btn-group {
        opacity: .9
    }

        .profile .user-account .btn-group .btn {
            font-size: .8rem !important;
            border: 1px solid #ccc;
            background-color: #eee;
            color: #686868 !important
        }

            .profile .user-account .btn-group .btn:hover {
                color: #5b5b5b !important
            }

            .profile .user-account .btn-group .btn i {
                font-size: 1.2rem
            }

.profile .management-profile ul {
    padding-right: 0
}

    .profile .management-profile ul li {
        list-style: none;
        display: block;
        padding: 1.2rem 2rem 0 0
    }

        .profile .management-profile ul li a {
            color: #686868;
            font-size: .95rem
        }

        .profile .management-profile ul li i {
            margin-left: .8rem
        }

        .profile .management-profile ul li .badge {
            margin-right: .5rem
        }

    .profile .management-profile ul .head-list {
        color: #999;
        padding-top: .8rem !important;
        padding-bottom: .8rem !important;
        border-bottom: 1px solid #d3d9df
    }

.management-profile {
    background: #fff
}

.user-account {
    background: #fff
}

.profile .card .card-header {
    background-color: #eee;
    color: #3f4a5c;
    font-size: 1.2rem
}

.profile .card .card-body {
    min-height: 620px
}

    .profile .card .card-body .main-dashboard {
        position: relative;
        background-color: #f8f8f8
    }

        .profile .card .card-body .main-dashboard .list-dashboard {
            background-color: #fff;
            text-align: center !important;
            margin: .5rem 0
        }

            .profile .card .card-body .main-dashboard .list-dashboard:hover {
                text-decoration: none;
                -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.2);
                box-shadow: 0 2px 1px rgba(0,0,0,.2);
                background-color: #eee
            }

            .profile .card .card-body .main-dashboard .list-dashboard i {
                margin: .8rem 0;
                font-size: 1.5rem;
                color: #818182
            }

            .profile .card .card-body .main-dashboard .list-dashboard p {
                color: #818182;
                font-size: .9rem
            }

            .profile .card .card-body .main-dashboard .list-dashboard .dashboard-badge {
                position: absolute;
                width: 40px;
                color: #fff;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                height: 30px;
                background-color: #eb2890;
                left: 10px;
                padding-top: 4px;
                top: 5px
            }

    .profile .card .card-body .profile-info .table {
        color: #686868;
        font-size: .95rem;
        font-weight: 300
    }

        .profile .card .card-body .profile-info .table thead th {
            background-color: #eee;
            font-weight: 400
        }

.profile .jumbotron {
    background-color: #eee
}

.profile .media-article .jumbotron {
    padding: 1rem 0;
    background-color: #fff;
    border: 1px solid #eb2890
}

.profile .media-article .media {
    position: relative
}

    .profile .media-article .media .media-img {
        width: 15rem;
        height: 15rem
    }

        .profile .media-article .media .media-img img {
            width: auto;
            max-height: 95%;
            margin-top: 4%
        }

    .profile .media-article .media .media-body {
        margin: 1rem 1.5rem 0 0
    }

        .profile .media-article .media .media-body h5 {
            background-color: #f6f6f6;
            padding: .5rem;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            margin: 0 0 1rem 0 !important;
            color: #686868
        }

        .profile .media-article .media .media-body .price-text {
            font-size: 1.4rem
        }

    .profile .media-article .media .media-property ul.jumbotron {
        padding: 1rem 2rem 1rem 1rem;
        background-color: #eee;
        height: 100%;
        border: 0
    }

        .profile .media-article .media .media-property ul.jumbotron .media-property-title {
            font-weight: 700;
            margin-bottom: 10px;
            font-size: 1rem;
            list-style: none
        }

        .profile .media-article .media .media-property ul.jumbotron li {
            margin-bottom: 5px;
            list-style-type: disc;
            color: #686868;
            font-weight: 300;
            font-size: .9rem
        }

    .profile .media-article .media .danger-close {
        display: none;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 1.2rem;
        opacity: .6
    }

        .profile .media-article .media .danger-close i {
            color: #fff
        }

    .profile .media-article .media:hover .danger-close {
        display: block
    }

.customCardImage .img-fluid {
    height: 100%;
    width: 100%
}

.customQuestion {
    border: 2px solid #59bd93;
    padding: 30px;
    border-radius: 1rem;
    width: fit-content;
    font-size: 1.15rem;
    font-weight: 700
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #f0851d;
    border-radius: 50%
}

li.nav-item {
    text-align: center !important;
    position: relative
}

.customBtn {
    background: var(--Org-color);
    color: #fff;
    transition: 1s
}

    .customBtn:hover {
        box-shadow: 0 0 20px #57bc90;
        color: #fff !important
    }

.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin .7s linear infinite;
    -webkit-animation: spin .7s linear infinite;
    float: right
}

@-webkit-keyframes spin {
    0 {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0 {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.forgotPasswordLink {
    margin-top: 30px;
    margin-bottom: -20px;
    color: #007bff;
    cursor: pointer;
    width: fit-content
}

.cards {
    box-shadow: 0 0 30px #adabab;
    border-radius: 2.5rem !important
}

.cardd {
    position: relative;
    display: block;
    height: 100%;
    border-radius: calc(var(--curve) * 1px);
    overflow: hidden;
    text-decoration: none
}

.card__image {
    width: 100%;
    height: auto;
    border-radius: 40px
}

.card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(var(--curve) * 1px);
    background-color: var(--surface-color);
    transform: translateY(100%);
    transition: .6s ease-in-out
}

.cardd:hover .card__overlay {
    transform: translateY(0);
    color: #d00000
}

.card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2em .5em;
    border-radius: calc(var(--curve) * 1px) 0 0 0;
    background-color: var(--surface-color);
    transform: translateY(-100%);
    transition: .6s ease-in-out
}

.card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 1
}

    .card__arc path {
        fill: var(--surface-color);
        d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z")
    }

.cardd:hover .card__header {
    transform: translateY(0)
}

.card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.card__title {
    font-size: 15px;
    margin: 0 0 .3em;
    color: #fff
}

.card__tagline {
    display: block;
    margin: 1em 0;
    font-family: MockFlowFont;
    font-size: .8em;
    color: #d7bdca
}

.card__status {
    font-size: .8em;
    color: gray
}

.card__description {
    margin: 0;
    color: #696969;
    font-family: MockFlowFont;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.star i {
    font-size: 13px;
    color: gold
}

.strt {
    color: green;
    background-color: #fff;
    padding: .5rem;
    border-radius: 1rem;
    text-align: center;
    transition: .6s
}

    .strt:hover {
        transform: scale(1.1)
    }

.hed-nav li {
    font-weight: 600;
    transition: .2s;
    color: #696969
}

    .hed-nav li .active {
        color: #fff !important;
        background: var(--Org-color)
    }

.nav-tabs a {
    color: #696969;
    display: block;
    text-decoration: none;
    font-size: 1.15rem;
    transition: .2s;
    padding: .5rem 1rem;
    border: 1px solid #e6e6e6
}

@media(max-width:600px) {
    .nav-tabs a {
        font-size: 10px;
        padding: 0 .15rem
    }
}

.nav-tabs {
    padding-bottom: 1rem
}

.hed-nav li:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #ebe5e5;
    transform: scale(1.02)
}

.nav-tabs li:hover a {
    color: var(--Org-color)
}

.btnn {
    padding: .5rem 1rem;
    border: 1px solid green;
    background-color: #baf6c9;
    box-shadow: 0 0 20px #baf6c9;
    border-radius: .4rem;
    transition: 1s
}

    .btnn:hover {
        box-shadow: 0 0 40px #a5f3b8;
        color: green !important
    }

        .btnn:hover a {
            color: green !important
        }

.cu {
    padding: 3rem 2rem;
    background-color: #fff;
    margin-top: 1rem;
    border-radius: .9rem;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.35)
}

@media(max-width:600px) {
    .cu {
        padding: 1rem 0 !important
    }

    .res-w {
        width: 49% !important
    }

    .res-m {
        margin-top: 1rem !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .First-Page {
        background: url(../../Content/img/home-page.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%
    }
}

.nav-tabs .nav-link.active {
    background-color: var(--Org-color) !important;
    color: #fff !important
}

#side-bar {
    background-color: #fff;
    border-radius: .5rem
}

.social {
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #f2f2f273;
    padding-bottom: 1rem
}

@media(min-width:600px) {
    .First-Page {
        background: url(../../Content/img/TstSho.jpg);
        background-size: cover;
        position: center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%
    }

    .couple-back {
        background: url("../../Content/img/TalentsImg/Shiny Overlay.svg");
        background-repeat: repeat;
        background-size: cover;
        width: 100%
    }
}

.fw-1 {
    font-weight: 100 !important
}

.fw-2 {
    font-weight: 200 !important
}

.fw-3 {
    font-weight: 300 !important
}

.fw-4 {
    font-weight: 400 !important
}

.fw-5 {
    font-weight: 500 !important
}

.fw-6 {
    font-weight: 600 !important
}

.fw-7 {
    font-weight: 700 !important
}

.fw-8 {
    font-weight: 800 !important
}

.fw-9 {
    font-weight: 900 !important
}

.Ex-Img {
    height: 100%;
    width: 100%;
    border-radius: 1.3rem;
    transition: transform .3s cubic-bezier(.2,0,.2,1);
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    transition: transform .3s cubic-bezier(.2,0,.2,1)
}

.gallery-grid__image-wrap {
    border-radius: 14px;
    height: 11.25rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    z-index: 1;
    transition: .4s
}

.gallery-grid__item:hover {
    transform: scale3d(1.1,1.1,1)
}

.blg-ph {
    border-radius: 8px;
    margin: auto;
    transition: all .6s;
    overflow: hidden
}

    .blg-ph p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        height: 2rem
    }

.more {
    width: 90%;
    height: 55px;
    right: 15px;
    top: -1px;
    background: url(../../Content/img/more.svg) no-repeat right top;
    z-index: 100;
    background-size: contain;
    position: absolute;
    opacity: .6;
    transition: .3s
}

.blg-ph:hover .more {
    opacity: 1
}

.blg-img {
    z-index: 1;
    z-index: 1;
    overflow: hidden;
    height: 10rem
}

.blg-date {
    background-color: #ff965d;
    color: #fff;
    border-radius: 0 20px 0 20px;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.3;
    padding: .625rem 1.25rem;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 3
}

    .blg-date .ch-1 {
        font-size: 14px
    }

.blg-ph:hover {
    box-shadow: 0 0 20px #e5e5e594
}

.blg-date span {
    text-align: center
}

.title__separate {
    margin-bottom: 2.3125rem;
    position: relative
}

    .title__separate::after, .title__separate::before {
        content: '';
        background-color: var(--Org-color);
        border-radius: .5rem;
        height: 5px;
        position: absolute;
        bottom: -18px;
        right: 0;
        width: 3.125rem;
        z-index: 1
    }

    .title__separate::after {
        background-color: #ff965d;
        width: 1rem
    }

.timeline-item {
    border-left-width: 0;
    border-right-width: 1px;
    padding-left: 0;
    padding-right: 1.375rem;
    border-right: 1px solid #ebf0f2
}

.title-icon {
    margin-right: .5rem;
    margin-top: -.25rem;
    height: 1.875rem;
    width: 1.875rem
}

.case-item {
    border: 2px solid #ebf0f2;
    border-radius: calc(20px+10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 24px);
    margin-bottom: 1.5rem;
    padding: 1.875rem 1.875rem 1.5rem;
    position: relative;
    text-align: center
}

.case-item__icon {
    height: 2.5rem;
    width: 2.5rem;
    margin-bottom: 1rem
}

.case-item div {
    flex: 1
}

.case-item__caption {
    line-height: 1.5;
    margin: 0
}

.prof-ph {
    background: url(../../Content/img/headr-ph.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    position: absolute;
    z-index: 0;
    box-shadow: none;
    background-attachment: fixed
}

.social-ph i {
    font-size: 20px
}

Testsho-Color {
    color: var(--Org-color)
}

.drp {
    transition: all .3s
}

    .drp:hover {
        transition: all .3s;
        font-weight: 600
    }

.drp-min-w {
    min-width: 1050px
}

@media(max-width:901px) {
    .dsmal {
        position: relative;
        display: none
    }
}

@media(min-width:902px) {
    .dlarg {
        display: none
    }
}

.a-st a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    margin-bottom: .5rem;
    font-weight: 400;
    border-radius: 5px;
    padding: 3px
}

.a-st p {
    text-decoration: none;
    color: #000
}

.accord-st div {
    text-align: center;
    color: #fff;
    text-decoration: none !important
}

.accord-st a {
    text-align: center;
    color: #fff;
    text-decoration: none !important
}

    .accord-st a:hover {
        text-align: center;
        color: #fff !important;
        text-decoration: none !important
    }

.a-st a:hover {
    color: var(--Org-color) !important;
    background-color: #e9fbe4
}

.news {
    transition: .4s
}

    .news:hover {
        transition: .4s;
        box-shadow: 0 0 20px #dedede73
    }

        .news:hover .link-news {
            margin-left: -4rem
        }

.link-news {
    margin-left: -170%;
    background-color: var(--Org-color);
    border-radius: 1rem;
    transition: .5s
}

.time {
    font-size: 30px;
    background-color: #fff;
    padding: 1rem;
    color: #000;
    width: 50px
}

@media(max-width:1000px) {
    .time {
        font-size: 20px;
        background-color: #df0000;
        padding: 0;
        color: #fff;
        width: 34px
    }

    .link-news {
        margin-left: 0;
        background-color: var(--Org-color);
        border-radius: .1rem;
        transition: .5s;
        text-align: center
    }
}

.Blog-Banner {
    background: url(../../Content/Vectors/blog-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none !important;
    padding: 4rem 0 !important;
    color: #fff !important;
    border-radius: 1rem;
    font-weight: 900
}

.card-text {
    font-size: 14px
}

.card-body > p.card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

:root {
    --surface-color: var(--Org-color);
    --curve: 40;
    --testsho-color: #26a443
}

.p {
    padding: 12.5rem 2rem
}

.back-count {
    background: url(../../Content/img/Count.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0
}

.count {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    color: var(--Org-color);
    margin-bottom: 1rem
}

@media(max-width:900px) {
    .dis-non {
        display: block !important
    }
}

@media(min-width:901px) {
    .dis-non {
        display: none !important
    }
}

.myopacity {
    opacity: .8
}

footer .container {
    max-width: 1280px;
    font-size: larger
}

#AboutUs {
    line-height: 35px;
    text-align: justify
}

.successPassword {
    color: #000;
    text-align: center;
    padding-top: 20px
}

.input-group-text {
    background-color: transparent;
    font-size: 20px;
    border: 0
}

.nav-link {
    text-align: center;
    cursor: pointer !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 5s !important;
    height: 65px;
    opacity: 1 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 0px 12px 0 12px !important
}

.menu-arrow {
    margin-right: 5px;
    position: relative;
    transition: .3s
}

.side {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background-color: #f6f6f6;
    padding: .1rem
}

.profile-dashboard {
    padding-right: 0 !important;
    padding-left: 0 !important
}

    .profile-dashboard i {
        margin-left: .5rem;
        color: var(--Org-color);
        font-size: .9rem;
        transition: .3s
    }

    .profile-dashboard a {
        color: #666;
        text-decoration: none;
        transition: .4s
    }

.bg-testsho {
    background-color: var(--Org-color);
}

.profile-dashboard a:hover {
    color: var(--Org-color);
    text-decoration: none
}

    .profile-dashboard a:hover i {
        transform: rotate(20deg)
    }

.testsho-c {
    color: var(--Org-color) !important
}

@media(max-width:901px) {
    .dis-flx {
        display: flex
    }

    .sm-size-text {
        font-size: 20px !important
    }

    .extra-sm-text {
        font-size: 14px !important
    }
}

.bg-color1 {
    background-color: #26a443;
    color: #fff
}

.bg-color2 {
    background-color: #2da845;
    color: #fff
}

.bg-color3 {
    background-color: #34a945;
    color: #fff
}

.bg-color4 {
    background-color: #38aa44;
    color: #fff
}

.bg-color5 {
    background-color: #45ad44;
    color: #fff
}

.bg-color6 {
    background-color: #4eb043;
    color: #fff
}

.bg-color7 {
    background-color: #59b342;
    color: #fff
}

.bg-color8 {
    background-color: #65b741;
    color: #fff
}

.bg-color9 {
    background-color: #6eba40;
    color: #fff
}

.bg-color10 {
    background-color: #7abf3e;
    color: #fff
}

.bg-color11 {
    background-color: #83c23c;
    color: #fff
}

.bg-color12 {
    background-color: #8ac53c;
    color: #fff
}

.bg-color13 {
    background-color: #92c739;
    color: #fff
}

.bg-color14 {
    background-color: #9ccb37;
    color: #fff
}

.bg-color15 {
    background-color: #a3cd35;
    color: #fff
}

.bg-color16 {
    background-color: #add031;
    color: #fff
}

.bg-color17 {
    background-color: #c2d429;
    color: #fff
}

.bg-color18 {
    background-color: #d1d421;
    color: #fff
}

.bg-color19 {
    background-color: #d9d21b;
    color: #fff
}

.bg-color20 {
    background-color: #decf18;
    color: #fff
}

.bg-color21 {
    background-color: #e3cb13;
    color: #fff
}

.bg-color22 {
    background-color: #eac20d;
    color: #fff
}

.bg-color23 {
    background-color: #eeb908;
    color: #fff
}

.bg-color24 {
    background-color: #f0b306;
    color: #fff
}

.bg-color25 {
    background-color: #f1ae04;
    color: #fff
}

.bg-color26 {
    background-color: #f2a803;
    color: #fff
}

.bg-color27 {
    background-color: #f49d02;
    color: #fff
}

.bg-color28 {
    background-color: #f49401;
    color: #fff
}

.bg-color29 {
    background-color: #f58901;
    color: #fff
}

.bg-color30 {
    background-color: #f47801;
    color: #fff
}

.bg-color31 {
    background-color: #f36801;
    color: #fff
}

.bg-color32 {
    background-color: #f15201;
    color: #fff
}

.bg-color33 {
    background-color: #ee3302;
    color: #fff
}

.bg-color34 {
    background-color: #ec0801;
    color: #fff
}

.Ads-top a {
    font-size: 14px;
    margin: 0 .6rem;
    color: #1e8032
}

.Entr a {
    color: #1e8032 !important;
    cursor: pointer !important;
    font-weight: 600
}

.buy-box h4 {
    color: var(--Org-color);
    text-align: center;
    margin-bottom: 1rem
}

.buy-box h5 {
    color: #6c757d;
    text-align: center
}

.buy-box {
    border-left: 1px solid #e7e7e7
}

.pakage-banner {
    background: url(../../Content/img/pak-banner.jpg);
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0
}

.pakage-banner {
    color: #000
}

    .pakage-banner h4 {
        font-weight: 300
    }

    .pakage-banner h2 {
        font-size: 2.5rem
    }

.Event-card {
    margin: auto;
    background-color: #fff;
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 0;
    height: 395px;
    box-shadow: 0 0 20px #dedede
}

.Event-img {
    padding: 0;
    height: 200px
}

.Event-label {
    position: absolute;
    z-index: 9;
    top: 0;
    padding: .5rem 1rem;
    border-radius: 2rem 0 0 2rem;
    background-color: var(--Org-color);
    color: #fff
}

    .Event-label p {
        font-weight: 900;
        text-align: center;
        margin: 0
    }

.Event-body {
    padding: 1rem
}

.Event-name {
    font-size: 17px;
    font-weight: 900;
    margin: 0
}

.Event-dis {
    font-size: 13px;
    font-weight: 400;
    color: gray;
    overflow: hidden;
    text-align: justify
}

.Event-link {
    text-align: left;
    color: var(--Org-color);
    font-weight: 900;
    font-size: 12px;
    text-decoration: none
}

    .Event-link:hover {
        text-decoration: none;
        color: #218b39
    }

.ally-card {
    border-radius: 0 0 0 4rem;
    border: 1px solid #dedede;
    transition: .5s ease-in
}

    .ally-card:hover {
        border: 1px solid var(--Org-color)
    }

.ally-img {
    padding: 0;
    height: 150px;
    padding: .5rem
}

    .ally-img img {
        border-radius: 1rem
    }

.ally-label {
    position: absolute;
    z-index: 9;
    height: 60px;
    width: 25px;
    border-radius: 0 0 0 4rem;
    background-color: var(--Org-color);
    color: #fff;
    top: 0
}

    .ally-label i {
        position: absolute
    }

.ally-body {
    padding: .5rem 1rem;
    text-align: center;
    overflow: hidden
}

    .ally-body p {
        overflow: hidden;
        text-align: center;
        margin: 0
    }

footer {
    margin-top: 0 !important
}

.Pakages {
    border-radius: 1rem;
    transition: .6s
}

    .Pakages:hover {
        box-shadow: 0 0 10px #fefefe
    }

        .Pakages:hover .Pakages-Pay {
            background: url(../../Content/img/P-PayHover.png) !important;
            color: white !important;
            background-position: center !important;
            background-size: contain !important;
            background-repeat: no-repeat !important
        }

.Pakages-Pay h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 185px;
    font-size: 30px
}

.Pakages-Pay {
    background: url(../../Content/img/P-Pay.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .6s;
    color: #24a745
}

.Pakage-dis i {
    color: #24a745
}

.Pakage-dis div {
    margin: 0
}

.Pakage-dis p {
    font-size: 14px;
    font-weight: 300
}

.TestSho_color {
    color: #24a745 !important
}

.List-Back {
    background: url(../../Content/img/An_list.svg);
    background-repeat: no-repeat
}

.List-Attr {
    padding: 1rem;
    border-radius: .5rem;
    background-color: #fff;
    height: 220px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%),0 2px 2px 0 rgb(0 0 0 / 14%),0 3px 1px -2px rgb(0 0 0 / 12%)
}

    .List-Attr i {
        font-size: 35px
    }

    .List-Attr p {
        font-size: 12px;
        color: dimgrey;
        line-height: 1.2rem
    }

    .List-Attr .List-hed i {
        color: var(--Org-color)
    }

.text-testsho {
    color: var(--Org-color) !important;
    font-weight: 900 !important
}

.Ent-Phon {
    border-radius: 1rem;
    border: 1px solid #dede;
    padding: 1rem
}

.typed-cursor {
    display: none !important
}

.bb-de {
    border-bottom: 1px solid #dede;
    padding-bottom: .5rem
}

.border-factor {
    border-radius: .7rem;
    border: 1px solid #e0e0e2
}

    .border-factor p {
        font-size: 14px
    }

@media(max-width:900px) {
    .border-factor .border-right {
        border: none !important
    }

    .answer-img-box {
        max-width: 70px !important
    }

    .answer-text-box {
        font-size: 15px !important
    }
}

.answer-img-box {
    border-radius: 100%;
    max-width: 100px
}

.answer-text-box {
    font-size: 15px !important;
    color: var(--Org-color) !important
}

.Analyze_Box {
    border-radius: 4rem 0 4rem 4rem;
    background-color: #fff
}

.border-testsho {
    border: 1px solid var(--Org-color);
    border-radius: 1rem
}

.enco-child .border-testsho {
    border: 0;
    transition: .3s ease-in
}

    .enco-child .border-testsho:hover {
        box-shadow: 0 0 20PX var(--Org-color)52;
        margin-top: -.5rem
    }

.Nojavan {
    background: url("../../Content/img/TalentsImg/cover-min0.jpg");
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    background-attachment: fixed
}

.couples {
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    background-attachment: fixed;
    background-image: url('../img/TalentsImg/cover-min02.jpg')
}

.BR-1 {
    border-radius: 1rem !important
}

.import-talent {
    background: url("../../Content/img/TalentsImg/Rect Light.svg");
    background-repeat: repeat;
    background-size: cover;
    width: 100%
}

.couples-gls {
    background: rgb(255 255 255 / 99%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18)
}

.couple-back ul li {
    line-height: 27px
}

.bg-lightP {
    background-color: #c3dfc9 !important
}

.bg-Daron {
    background-color: #f1d0ff !important
}

.bg-Beyn {
    background-color: #ffe7ed !important
}

.bg-Sazgar {
    background-color: #fff4b5 !important
}

.bg-Kholq {
    background-color: #ebf7ff !important
}

.bg-strs2 {
    background-color: #ccf5cc !important
}

.bg-All {
    background-color: var(--Org-color);
    color: #fff
}

.bg-DaroonFardi {
    background-color: #8806ce;
    color: white
}

.bg-BeynFardi {
    background-color: #ac1e44;
    color: white
}

.bg-Sazgari {
    background-color: #ffd700;
    color: #000
}

.bg-Kholgh {
    background-color: #72bdf3;
    color: #000
}

.bg-takanesh {
    background-color: #008000;
    color: #fff
}

.BR-50 {
    border-radius: .5rem !important
}

.pak-hed {
    background-color: var(--Org-color)
}

.focus-none:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important
}

.share a {
    width: 35px;
    height: 35px;
    text-decoration: none;
    border-radius: 100%;
    border: 1px solid #dee2e6
}

    .share a:hover {
        border: 1px solid #007bff
    }

.share i {
    font-size: 16px
}

.our-team {
    padding: 10px 5px 40px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: .5rem;
    border: 1px solid #dee2e6
}

    .our-team .picture {
        display: inline-block;
        height: 130px;
        width: 130px;
        margin-bottom: 1rem;
        z-index: 1;
        position: relative
    }

        .our-team .picture::before {
            content: "";
            width: 100%;
            height: 0;
            border-radius: 40%;
            background-color: var(--Org-color);
            position: absolute;
            bottom: 135%;
            right: 0;
            left: 0;
            opacity: .9;
            transform: scale(3);
            transition: all .3s linear 0
        }

    .our-team:hover .picture::before {
        height: 100%
    }

    .our-team .picture::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #767676;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

    .our-team .picture img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        transform: scale(1);
        transition: all .9s ease 0
    }

    .our-team:hover .picture img {
        box-shadow: 0 0 0 14px #f7f5ec;
        transform: scale(0.7)
    }

    .our-team .title {
        display: block;
        font-size: 15px;
        color: #4e5052;
        text-transform: capitalize
    }

    .our-team .social {
        width: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: -100px;
        left: 0;
        transition: all .5s ease 0
    }

    .our-team:hover .social {
        bottom: 0
    }

    .our-team .social li {
        display: inline-block
    }

        .our-team .social li a {
            display: block;
            padding: 10px;
            font-size: 17px;
            color: white;
            transition: all .3s ease 0;
            text-decoration: none
        }

            .our-team .social li a:hover {
                color: #1369ce;
                background-color: #f7f5ec
            }

.title-person {
    margin-top: -.6rem
}

.team-content {
    display: flex;
    justify-content: space-between
}

    .team-content a {
        width: 40px;
        height: 40px;
        border: 1px solid #dededede;
        border-radius: 100%
    }

.row-m {
    margin-right: -2px;
    margin-left: -2px
}

.social .p-0:hover a {
    color: var(--Org-color) !important
}

.social .p-0 a i {
    color: var(--Org-color) !important
}

.logo-office {
    width: 85px;
    height: 80px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 .5rem;
    border-radius: .5rem;
    margin-top: -12px
}

.name-office {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 .5rem;
    border-radius: .5rem
}

.OfficeCard {
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden
}

.menu-bar-indv {
    width: 100%;
    overflow-x: scroll;
    background: #fff;
    border: 1px solid #e0e0e2;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative
}

.more {
    right: 8px
}

.couch-curse {
    border-radius: 100%;
    position: relative;
    margin-top: -40px;
    width: 66px;
    height: 66px
}

.img-coaching img {
    border-radius: .5rem;
    transition: .5s;
    width: 100%
}

.img-coaching {
    transition: .5s;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 1.5rem
}

    .img-coaching:hover img {
        transform: scale(1.1)
    }

.list-partner-img {
    width: 85px;
    height: 85px;
    padding: 2px;
    border-radius: 100%;
    background-color: var(--Org-color)
}

.list-check-partner {
    position: relative;
    margin-top: -23px;
    z-index: 1;
    font-size: 18px
}

    .list-check-partner i {
        border-radius: 100%
    }

.tahsili {
    background: url(../../Content/img/pattern.png);
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    background-attachment: fixed
}

.tooltip {
    z-index: 0 !important
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

    .sticky + .content {
        padding-top: 100px
    }

header a {
    width: 100% !important
}

.a-link {
    display: inline-block
}

.nav-link:hover i {
    transform: rotate(180deg)
}

.nav-link:hover .modal-menu {
    visibility: visible;
    opacity: 1
}

.modal-menu {
    width: calc(100vw - 20px);
    height: 100vh;
    top: 0px;
    position: relative;
    z-index: 1000;
    background-color: rgba(0,0,0,.4);
    transition: .3s;
    right: 0;
    margin: 0 !important;
    visibility: hidden;
    opacity: 0
}

.dropdownMenoTest {
    position: relative;
    display: inline-block;
}

.dropdown-contentMenoTest {
    display: none;
    position: absolute;
    right: -78%;
    background-color: none;
    width: 618% !important;
    z-index: 1;
    border-radius: 1rem;
    top: 35px;
    padding: 20px 0;
}

    .dropdown-contentMenoTest a {
        color: black;
        text-decoration: none;
        font-size: 12px;
        display: block;
    }

    .dropdown-contentMenoTest span:hover {
        background-color: #d3ebd9;
    }

.dropdownMenoTest:hover .dropdown-contentMenoTest {
    display: block;
}

.dropdown-contentMenoTest1 {
    display: none;
    position: absolute;
    right: -148%;
    background-color: none;
    width: 555% !important;
    z-index: 1;
    border-radius: 1rem;
    top: 35px;
    padding: 20px 0;
}

    .dropdown-contentMenoTest1 a {
        color: black;
        text-decoration: none;
        font-size: 12px;
        display: block;
    }

    .dropdown-contentMenoTest1 span:hover {
        background-color: #d3ebd9;
    }

.dropdownMenoTest:hover .dropdown-contentMenoTest1 {
    display: block;
}

.dropdown-contentMenoTest2 {
    display: none;
    position: absolute;
    right: -271%;
    background-color: none;
    width: 538% !important;
    z-index: 1;
    border-radius: 1rem;
    top: 35px;
    padding: 20px 0;
}

    .dropdown-contentMenoTest2 a {
        color: black;
        text-decoration: none;
        font-size: 12px;
        display: block;
    }

    .dropdown-contentMenoTest2 span:hover {
        background-color: #d3ebd9;
    }

.dropdownMenoTest:hover .dropdown-contentMenoTest2 {
    display: block;
}

.dropdown-contentMenoTest3 {
    display: none;
    position: absolute;
    right: -368%;
    background-color: none;
    width: 524% !important;
    z-index: 1;
    border-radius: 1rem;
    top: 35px;
    padding: 20px 0;
}

    .dropdown-contentMenoTest3 a {
        color: black;
        text-decoration: none;
        font-size: 12px;
        display: block;
    }

    .dropdown-contentMenoTest3 span:hover {
        background-color: #d3ebd9;
    }

.dropdownMenoTest:hover .dropdown-contentMenoTest3 {
    display: block;
}

.dropdownMenoTest:hover .dropbtnMenoTest {
    background-color: #3e8e41;
}

#test-menu-link1:hover {
    background-color: #d3ebd9;
    border-radius: 1rem;
}

#test-menu-link2:hover {
    background-color: #d3ebd9;
    border-radius: 1rem;
}

#test-menu-link3:hover {
    background-color: #d3ebd9;
    border-radius: 1rem;
}

#test-menu-link4:hover {
    background-color: #d3ebd9;
    border-radius: 1rem;
}

.test-menu {
    position: absolute;
    right: 20%;
    width: 800px !important;
    height: auto !important;
    background-color: none;
    z-index: 1000 !important;
    display: none;
}

.bg-Menu-Tests {
    width: 800px !important;
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0px 8px 16px 0px rgb(32 164 75 / 0.40);
    padding: 5px 0px 9px 0px !important;
    text-align: center;
    margin-top: 0px;
}

.test-menu:hover {
    display: block
}

#test-link:hover + .test-menu {
    display: block
}

.test-menu-right {
    position: absolute;
    right: 0;
    width: 235px;
    height: 100%;
    background-color: none;
    transition: .5s all ease;
    border-radius: 0 0 10px 0;
    top: 0
}

.test-menu-left {
    position: absolute;
    right: 235px;
    width: 595px;
    height: 100%;
    background-color: none;
    border-radius: 0 0 0 10px;
    top: 0
}

.Testing {
    width: 812px !important;
    height: auto !important;
    background-color: #fff;
    padding: 9px 0px 9px 0px;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0px 8px 16px 0px rgb(32 164 75 / 0.40);
}

.test-menu-cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    right: -40px;
    width: 235px;
    height: 40px
}

.test-menu-item.active {
    display: block
}

.test-menu-link {
    position: absolute;
    padding: 15px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5a5a5a;
    text-decoration: none;
    font-size: 14px;
    z-index: 10000 !important;
    transition: .5s;
    font-weight: 500 !important
}

    .test-menu-link:hover {
        background-color: #fff;
        color: #000;
        text-decoration: none;
        color: #1c8033
    }

.test-item-title {
    display: inline-block;
    color: #5a5a5a;
    font-size: 12px !important;
    font-weight: 500;
}

.test-menu-items {
    visibility: hidden;
    position: absolute;
    right: 235px;
    width: 595px;
    display: flex;
    align-items: flex-start;
    border-radius: 0 0 0 10px;
    flex-wrap: wrap;
    height: 500px;
    padding: 5px 5px 5px 0;
    list-style-type: none;
    background-color: #fff
}

.test-menu-item {
    width: calc(50% - 5px);
    margin: 0 0 0 5px !important;
    height: 30px;
    text-decoration: none;
    font-size: 13px !important;
    color: #5a5a5a;
    font-weight: 400;
    border-radius: 5px;
    padding: 5px
}

    .test-menu-item a, .test-menu-item2 a {
        padding-right: 7px;
        text-decoration: none;
        display: block;
        border-radius: 5px
    }

        .test-menu-item a:hover, .test-menu-item2 a:hover {
            text-decoration: none;
            background-color: #e3fee4;
            color: #00ff3b
        }

.test-menu-item2 {
    width: calc(100% - 20px);
    margin: 0 0 0 10px !important;
    height: 30px;
    text-decoration: none;
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 400;
    border-radius: 5px;
    display: inline-block;
    padding: 10px
}

.test-menu-items:hover {
    visibility: visible
}

#test-menu-items1 {
    top: 0;
    visibility: visible !important
}

#test-menu-items2 {
    top: -40px
}

#test-menu-items3 {
    top: -80px
}

#test-menu-items4 {
    top: -120px
}

.test-menu-link:hover + .test-menu-items {
    visibility: visible
}

.profile-top {
    position: relative;
}

    .profile-top > i {
        width: 40px !important;
        height: 40px !important
    }

.profile-top-item {
    display: flex;
    display: none;
    position: absolute;
    min-width: 150px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
    border-radius: 10px;
    z-index: 100000;
    left: 36%;
    margin-top: -10%;
    border: 2px #fff solid !important;
    background-color: var(--Org-color);
    margin-left: -81px;
    margin-top: 0.5px;
    min-width: 225px;
}

    .profile-top-item > a, .profile-top-item button[type=submit] {
        display: block !important;
        color: #ffffff;
        border-bottom: 1px #fff solid !important;
        padding: 7px;
        margin: 0;
        font-size: 14px !important;
        border: 0;
        width: 50px;
        outline: 0;
        z-index: 1000000;
        width: 100%
    }

        .profile-top-item > a:hover, .profile-top-item button[type=submit]:hover {
            background-color: #5a5a5a
        }

    .profile-top-item > i {
        margin: 5px !important
    }

.btn-NewTestsho {
    font-size: 11px;
    color: #fff;
    background-color: #304eb5;
    border-color: #2a4397;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1);
    border-radius: 6px;
}

    .btn-NewTestsho:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

.aaa {
    margin-left: 5px;
    height: 100% !important;
    display: flex;
    align-items: center
}

.profile-top:hover .profile-top-item {
    display: block
}

.profile-top-icon {
    color: #fff;
    background-color: #52b669;
    text-decoration: none;
    border-radius: 10px;
    transition: .5s;
    cursor: pointer;
    height: 40px;
    width: 80% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 13px !important;
}

.profile-top-login {
    color: #fff;
    background-color: #52b669;
    text-decoration: none;
    border-radius: 10px;
    transition: .5s;
    cursor: pointer;
    height: 40px;
    width: 80% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 13px !important;
}

@media(max-width:768px) {
    .profile-top-item {
        display: flex;
        display: none;
        position: absolute;
        min-width: 150px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
        border-radius: 10px;
        z-index: 100000;
        left: 36%;
        margin-top: -10%;
        border: 2px #fff solid !important;
        background-color: var(--Org-color);
        margin-left: -34px;
        margin-top: 0.5px;
        min-width: 155px;
    }

    .profile-top-icon {
        color: #fff;
        background-color: #52b669;
        text-decoration: none;
        border-radius: 10px;
        transition: .5s;
        cursor: pointer;
        height: 40px;
        width: 100px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 12px !important;
        margin-top: 12%;
        margin-right: 155%;
    }
}

@media(max-width:391px) {
    .profile-top-icon {
        color: #fff;
        background-color: #52b669;
        text-decoration: none;
        border-radius: 10px;
        transition: .5s;
        cursor: pointer;
        height: 40px;
        width: 100px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 12px !important;
        margin-top: 12%;
        margin-right: 126%;
    }
}

.profile-top-login:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5)
}

.profile-top-icon:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    text-decoration: none
}

.search-top {
    width: 350px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    padding-right: 25px;
    height: 40px;
    z-index: 10001 !important
}

.search-icon {
    position: absolute;
    width: 25px;
    height: 32px;
    border-radius: 0 10px 10px 0;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 2.3 !important;
    height: 40px;
    z-index: 10001
}

.search-top-text {
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    z-index: 10001
}

.search-text {
    width: 313px;
    height: 44px;
    font-size: 14px;
    border-radius: 0 0 15px 0;
    text-align: center
}

.icon-search {
    background-color: var(--Org-color);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0 0 0 15px;
    line-height: 1.4
}

    .icon-search:hover {
        background-color: #fff;
        color: var(--Org-color);
        border: 1px solid var(--Org-color)
    }

.menu-container {
    justify-content: center !important;
    z-index: 10000;
    padding-bottom: 20px !important;
    display: flex;
    flex-direction: row !important;
    height: 60px !important;
    position: relative
}

.top-container {
    width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    padding: 0 10px;
    position: relative;
    height: 50px
}

.login-container {
    left: 0 !important;
    position: absolute
}

.MarriageShowresult {
    width: 100%;
    margin: 15px 0 0 0;
    border-radius: 10px;
    border: 1px solid #26a443;
    padding: 10px;
    background-color: #d2fecc;
}

.MarriageShowresultPrint {
    width: 100%;
    margin: 15px 0 0 0;
    border-radius: 10px;
    border: 1px solid #26a443;
    padding: 10px;
    background-color: #d2fecc;
    position: absolute;
    width: 205%;
    z-index: 1000;
    height: 70px;
    text-align: center;
    font-size: 17px;
    top: 100%;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
}

    button:hover {
        opacity: 0.8;
    }

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 35% auto 15% auto;
    border: 1px solid #888;
    width: 90%;
}

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: red;
        cursor: pointer;
    }

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}
