#appContent * {
    font-family: var(--font-new);
}

#hero-product {
    padding: 100px 12px 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #F8F9FC 39%, #FCFDFE 66.5%, #FFF 100%);
    position: relative;
    overflow: auto;
}

#hero-product .bg-hero {
    background-image: url(../images/productbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-hero-1 {
    background-image: url(../images/productbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    z-index: 2;
}

.hero-search h1 {
    font-weight: 700;
    font-size: 1.8rem;
}

.hero-search h1 img {
    width: 75px;
}

.hero-search input[type="text"] {
    display: flex;
    background-image: url(../images/icons/search-normal.svg);
    padding: 17px 50px 17px 17px;
    font-family: inherit;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    max-width: 600px;
    margin: 0 auto 0.7rem;
}

.search-wrapper {
    width: 100%;
}

.link-box>h3 {
    margin-bottom: 48px;
    font-weight: 700;
    font-size: 24px;
    color: var(--amoot-color);
}

.link-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.link-item p {
    color: #000;
    font-weight: 450;
    font-size: 20px;
}

#product-details {
    padding: 100px 12px 40px 12px;
}

.link-item a {
    color: var(--amoot-color, #2166AE);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2px;
    display: flex;
    align-items: center;
}

.link-box .link-wrapper ul li {
    color: var(--Neutral-Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.link-item a.with-icon:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/icons/arrow-line-left.svg);
    display: inline-block;
    background-size: 100%;
    margin-right: 4px;
}

#resource-product {
    padding: 100px 12px;
    background: #F5F8FE;
}

#resource-product h2 {
    color: var(--amoot-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 63px;
}

.icon-list-resourse .icon-list-style {
    width: 50%;
    margin-bottom: 50px;
}

.icon-list-resourse .content-style h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #131313;
}

.icon-list-resourse img {
    margin-left: 15px;
    width:36px;
}

.icon-list-resourse .content-style {
    padding-right: 15px;
    align-items: flex-start;
    justify-content: flex-start;
}

.icon-list-resourse .content-style p {
    color: #5B5B5B;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

#faq-product {
    padding: 10px 12px;
}

    #faq-product > h2 {
        color: var(--Neutral-Black, #000);
        font-style: normal;
        font-weight: 600;
        font-size: 20px
    }


.tab-faq-subject {
    width: 100%;
    margin-top: 32px;
}

.tab-content-wrapper {
    margin-top: 32px;
}

.tab-faq-subject>* {
    width: 100%;
    justify-content: center !important;
    display: flex;
}

button.accordion-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: transparent;
    border: none;
    font-size: 14px;
    color: var(--0-secondary, rgba(29, 36, 51, 0.80));
    font-weight: 600;
    box-shadow: none !important;
}

    .accordion {
        width: 100%;
    }

.accordion-item {
    /* padding: 16px 24px; */
    padding: 0 !important;
    border: 1px solid #F1F3F9 !important;
    margin-bottom: 16px;

}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:after{
    display:none !important;
}

.accordion-body {
    margin: 10px 20px 20px 20px;
    border-radius: 4px;
    background: #F8F9FC;
    padding: 16px;
    color: #4F4F4F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

button.accordion-button:not(.collapsed) img {
    transform: rotate(45deg);
}

button.child-category:not(.active) {
    background-color: white;
    border-color: #bdbdbd;
    color: #bdbdbd;
}

button.child-category{
    width:160px !important;
    padding:10px 0 !important;
}

button.child-category:not(.active):hover {
    border-color: #fff;
    color: #fff;
}

.tab-faq-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.tab-faq-switch .amoot-btn {
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width:200px;
}

.tab-faq-switch .amoot-btn.collapsed {
    border: 0.5px solid var(--main-blue, #2166AE);
    background: transparent;
    color: #2166AE;
    border-radius: 8px;
}

.accordion:not(.show) {
    display: none;
}

#tabwrapperParent button:after {
    display: none ;
}


/* Support End */
section#end-support-action .icon-box {
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
    width: 48%;
}

section#end-support-action {
    padding: 50px 12px;
}

section#end-support-action .icon-box span:nth-child(1) {
    color: #131313;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 13px;
}

section#end-support-action .icon-box span:nth-child(2) {
    color: #131313;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 18px;
}

section#end-support-action .icon-box a {
    color: #2166AE;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
}

section#end-support-action .icon-box a.amoot-btn {
    color: #fff;
    font-size: 14px;
    padding: 12px 18px;
    display: inline-block;
    margin: 0 auto;
    font-weight: 500;
}

#topLinks .title-section {
    display: flex;
    flex-direction: row;
}

#topLinks .title-section h2 {
    color: var(--text-color, #131313);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    align-items: center;
}

#topLinks .title-section svg {
    width: 30px;
    height: 100%;
    display: block;
}

#topLinks .title-section svg * {
    stroke: currentColor;
}

#topLinks .link-group {
    margin-top: 51px;
}

.dot-link:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50px;
    display: inline-block;
    background: currentColor;
    margin-left: 12px;
}

#topLinks .btn-link {
    font-size: 14px;
    text-decoration: none;
}

#topLinks .item-link {
    width: 30%;
    margin-bottom: 17px;
}

#topLinks .link-group {
    justify-content: space-evenly;
    width: 100%;
}

#topLinks {
    padding: 50px 12px;
}

#product-details hr {
    background: var(--gray-main, #9B9999);
    width: 1px;
}

@media screen and (max-width:640px) {
    #end-support-action .icon-box {
        width: 100%;
        padding: 40px 40px;
        margin-bottom: 1rem;
    }

    #hero-product {
        padding: 100px 12px 50px;
    }

    .hero-search {
        width: 100%;
    }

    .icon-list-resourse .icon-list-style {
        width: 100%;
    }

    .icon-list-resourse .icon-list-style img {
        width: 47px;
    }

    #topLinks .item-link {
        width: 100%;
    }

    #end-support-action .d-flex .icon-box {
        width: 98%;
        margin: 0 auto 1rem;
    }

    section#product-details hr {
        display: none;
    }

    .link-box.quick-access-links {
        width: 100%;
        margin-bottom: 2rem;
    }

    section#product-details {
        padding: 30px 12px;
    }

    section#resource-product {
        padding: 70px 12px;
    }

    #courseLanding .tab-cards-switch {
        display: flex;
        flex-wrap: wrap;
        gap: 14px 2px;
        align-items: center;
        overflow: auto;
        justify-content: center;
    }

    #courseLanding .tab-cards-switch a {
        padding: 10px;
        display: flex;
        align-items: center;
        margin: 0;
    }

}

#faq-product .accordion-body img{
    width:100%;
}

#faq-product .tab-faq-btn{
    font-size:12px;
    min-width:220px;
    max-width:fit-content;
}

.courses-page-container {
    margin-top: 5rem;
}

.hero-search p,
.hero-search ul {
    font-size: 16px;
    text-align: justify;
}

.hero-search ul {
    margin-top: 20px;
}


    .hero-search ul li {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 14px;
    }

.hero-search h1 {
    font-size: 24px !important;
    color: var(--amoot-color);
}

.hero-search h1.owj-color {
    color: var(--owj-primary-color);
}

.hero-search h1.sms-color {
    color: var(--payamak-primary-color);
}

.hero-search h1.avanak-color {
    color: var(--avanak-primary-color);
}

.hero-search h1.alavan-color {
    color: var(--alavan-primary-color);
}


.hero-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

    .hero-search h1 {
        margin-bottom: 1.3rem;
        color: #131313;
        font-weight: 600;
        font-size: 2rem;
    }

::placeholder {
    color: black;
    opacity: 1;
}

::-ms-input-placeholder {
    color: black;
}

.hero-search input[type="text"] {
    display: flex;
    background-image: url(../images/icons/search-normal.svg);
    padding: 17px 50px 17px 17px;
    font-family: inherit;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    max-width: 600px;
    margin: 0 auto 0.7rem;
}


.search-wrapper {
    width: 100%;
   
}

    .search-wrapper .loading {
        text-align: center;
        padding: 10px;
        display: none;
        font-size: 12px;
        font-weight: 600;
    }

.search-wrapper-input {
    position: relative;
    width: 100%;
    height: 100%;
}


#guidePage{
    padding:10px 12px 30px 12px;
}

.product-alert{
    padding:42px 60px;
    margin:30px 0;
    border-radius:4px;
}

.product-alert h3 {
    font-weight:600;
    font-size:20px;
    color:#000;
    margin-bottom:24px;
}

    .product-alert p {
        font-weight: 400;
        font-size: 14px;
        color: #333;
        width:100%;
    }

    .product-alert .product-btn-site , 
    .product-alert .product-btn-portal{
        border-radius:4px;
        padding:12px 8px;
        font-size:14px;
        display:block;
        margin:0 auto;
        width:186px;
        text-align:center;
    }

    .product-alert .product-btn-portal {
        transition: all 0.5s;
        border: 1px solid transparent; 
    }

    .product-alert .product-btn-site {
        margin-bottom: 16px;
        transition: all 0.5s;
        border: 1px solid transparent;
    }
        .product-alert .product-btn-site.payamak {
            background-color: #ff6136;
            color: #fff;
        }

            .product-alert .product-btn-site.payamak:hover {
                background-color: transparent;
                border: 1px solid #ff6136;
                color: #ff6136;
            }

        .product-alert .product-btn-portal.payamak {
            border: 1px solid #ff6136;
            color: #ff6136;
        }

            .product-alert .product-btn-portal.payamak:hover {
                border: 1px solid #ff6136;
                background-color: #ff6136;
                color: #fff;
            }

    .product-alert .product-btn-site.avanak {
        background-color: #42bfb9;
        color: #fff;
    }

        .product-alert .product-btn-site.avanak:hover {
            background-color: transparent;
            border: 1px solid #42bfb9;
            color: #42bfb9;
        }

    .product-alert .product-btn-portal.avanak {
        border: 1px solid #42bfb9;
        color: #42bfb9;
    }

        .product-alert .product-btn-portal.avanak:hover {
            background-color: #42bfb9;
            color: #fff;
        }

    .product-alert .product-btn-site.owjCloud {
        background-color: #582f87;
        color: #fff;
    }

        .product-alert .product-btn-site.owjCloud:hover {
            background-color: transparent;
            border: 1px solid #582f87;
            color: #582f87;
        }

    .product-alert .product-btn-portal.owjCloud {
        border: 1px solid #582f87;
        color: #582f87;
    }

        .product-alert .product-btn-portal.owjCloud:hover {
            border: 1px solid #582f87;
            background-color: #ed1944;
            color: #fff;
        }

    .product-alert .product-btn-site.alavan {
        background-color: #ed1944;
        color: #fff;
    }

        .product-alert .product-btn-site.alavan:hover {
            background-color: transparent;
            border: 1px solid #ed1944;
            color: #ed1944;
        }

    .product-alert .product-btn-portal.alavan {
        border: 1px solid #ed1944;
        color: #ed1944;
    }

        .product-alert .product-btn-portal.alavan:hover {
            border: 1px solid #ed1944;
            background-color: #ed1944;
            color: #fff;
        }



    .product-alert.payamak {
        background-color: #fef6f3;
    }

    .product-alert.avanak {
        background-color: #d4f1f0;
    }

    .product-alert.owjCloud {
        background-color: #e5e2eb;
    }

    .product-alert.alavan {
        background-color: #ffdfe1;
    }

    .product-alert.payamak span,
    .product-alert.avanak span,
    .product-alert.owjCloud span,
    .product-alert.alavan span {
        color: #fff;
    }

    .product-alert img{
        position:absolute;
        left:-48px;
        top:-43px;
    }

    @media screen and (max-width:1040px) {
        .product-alert {
            padding: 40px 10px;
        }

            .product-alert img {
                display: none;
                left: 10px !important;
                top: 0;
            }
}
/* ----- About Us ----- */
#AboutUs .about-us-top-banner {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#AboutUs img.owner-img {
    max-width: 300px;
}

#AboutUs .about-us-top-banner .bottom-circle {
    margin-top: auto;
    left: -25%;
    position: relative;
}

#AboutUs .about-us-top-banner .dots-top-owner {
    position: relative;
    right: -20%;
    z-index: -1;
    top: 29%;
}

#AboutUs .video-about-dark-info {
    background-color: #161C2D;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

#AboutUs div#about-hero {
    width: 100%;
}

#AboutUs div#about-hero h1 {
    color: #131313;
    font-weight: 900;
    font-size: 24px !important;
    margin-bottom: 12px !important;
}

#AboutUs .content-about-1{
    padding:40px;
}

#AboutUs .content-about-1 ul.list-with-disc {
    list-style: disc;
    padding-right: 20px !important;
    margin-top: 30px !important;
}

#AboutUs .content-about-1 ul.list-with-disc li {
    margin-bottom: 8px;
    font-size: 14px;
}

#AboutUs .content-about-1 h2 {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    font-size: 20px !important;
    font-weight: bold;
}

#AboutUs .thumbnail-achivments {
    max-width: 100%;
    overflow: hidden;
}

#AboutUs .mySwiper {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

#AboutUs .mySwiper .swiper-slide {
    height: auto;
    opacity: 0.4;
}

#AboutUs .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

#AboutUs .thumbnail-achivments {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#AboutUs .thumbnail-achivments > .mySwiper2 {
    width: 40% !important;
}

#AboutUs .mySwiper .swiper-slide img {
    width: 60px;
    height: 60px;
    aspect-ratio: 1;
    object-fit: contain;
    cursor:pointer;
}

#AboutUs .mySwiper {
    height: 100%;
    width: 95%;
}

#AboutUs .mySwiper2 img {
    width: 200px;
    display: block;
    margin: 0 auto 12px;
}

#AboutUs .mySwiper .swiper-wrapper {
    align-items: center;
}

#AboutUs .mySwiper .swiper-wrapper {
    display: flex;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 1fr;
}

#AboutUs .mySwiper2 .swiper-wrapper {
    align-items: center;
}

#AboutUs .mySwiper2 .swiper-slide {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#AboutUs .thumbnail-achivments {
    margin: 64px 0 40px 0;
}

#AboutUs .thumbnail-achivments > .mySwiper2 {
    width: 50% !important;
}

    #AboutUs [class^=swiper-button-] {
        border: 1px solid #3f7ebf00;
        background: #3f7ebf21;
        padding: 8px !important;
        font-size: 14px !important;
        border-radius: 200px;
        width: 35px;
        height: 35px;
    }

        #AboutUs [class^=swiper-button-]:after {
            font-size: 18px;
            color: var(--amoot-color);
        }

#AboutUs .about-us-top-content *{
    line-height:32px;
}

@media screen and (max-width:1040px) {
    #AboutUs .about-us-top-content {
        margin-bottom: 64px;
    }

        #AboutUs .about-us-top-content * {
            line-height: 40px !important;
        }
}

@media screen and (max-width:640px) {


   

    #AboutUs .thumbnail-achivments {
        flex-direction: column;
    }

        #AboutUs .thumbnail-achivments > .mySwiper2 {
            width: 100% !important;
        }

    #AboutUs .thumbnail-achivments {
        flex-wrap: nowrap;
    }

        #AboutUs .thumbnail-achivments > div {
            width: 100%;
        }

    #AboutUs div#about-hero .hero-search {
        padding: 6px 14px;
        overflow: hidden;
    }

    #AboutUs div#about-hero .hero-search p {
        max-width: 420px;
    }

    #AboutUs div#about-hero .hero-search .row {
        margin: 0 auto;
        width: 100%;
    }

    #AboutUs .about-us-top-banner {
        justify-content: center;
        overflow-x:hidden;
    }
}

#AboutUs #aboutUsStrategy {
    background-color: #f6f7fa;
    padding:60px 0;
}

    #AboutUs #aboutUsStrategy h3 {
        font-size: 24px;
        font-weight: 800;
        color: #000;
        margin:0;
        margin-bottom:16px;
        margin-top:30px;
    }

    #AboutUs #aboutUsStrategy h3 span {
        font-size: 28px !important;
        font-weight:800 !important;
        color: #2166AE !important;
        margin-bottom:10px;
        display:block;
    }

    #AboutUs #aboutUsStrategy p {
        color: #333333;
        font-size:14px;
    }

    #AboutUs #aboutUsStrategy h4 {
        font-size: 20px;
        color: #000;
        font-weight: 800;
        margin: 0;
    }

#AboutUs #aboutUsStrategy img{
    height:330px;
    width:220px;
    margin-left:40px;
    transform:scale(1.33)
}

#AboutUs #aboutUsCustomerValue{
    padding:120px 0 60px 0 !important; 
}


    #AboutUs #aboutUsCustomerValue h4{
        font-size:22px;
        font-weight:800;
        margin-top:10px;
        margin-bottom:30px;
    }

    #AboutUs #aboutUsCustomerValue p{
        font-weight:600;
        font-size:18px;
        line-height:40px;
    }

    #AboutUs #aboutUsCustomerValue .card {
        border: 0;
        background-color: #f6f7fa;
        font-size: 14px;
        text-align: center;
        margin: 4px 0;
        padding: 12px 0;
        border-radius:4px;
    }


@media screen and (max-width:990px) {

    #AboutUs #aboutUsCustomerValue{
        padding:60px 0 !important;
    }

    #AboutUs #aboutUsCustomerValue h4 {
        margin-top: 0 !important;
    }

        #AboutUs #aboutUsCustomerValue p{
            margin-bottom:40px;
        }
}

@media screen and (max-width:440px){
    #AboutUs #aboutUsCustomerValue p {
        margin-bottom: 20px;
    }

    #AboutUs #aboutUsCustomerValue .card {
        font-size: 16px;
    }
}

#AboutUs #aboutUsDepartments{
    padding:40px 0;
}

#AboutUs #aboutUsDepartments .header h3 {
    text-align: center;
    font-size:22px;
    font-weight:800;
    margin-bottom:20px;
}

    #AboutUs #aboutUsDepartments .header p{
        text-align:center;
        width:50%;
        margin:0 auto;
        font-size:14px;
    }

.mySwiper3 {
    width: 100%;
    min-height:420px;
}

.swiper-slide.card {
    display: flex;
    align-items: center;
    border-radius: 12px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ededed;
    padding: 60px 40px 40px 40px;
    padding-top: 60px;
    background-color: #f8f9fc;
}


    .swiper-slide.card img{
        margin-bottom:20px;
    }

    .swiper-slide.card h4 {
        margin-bottom:24px;
    }

        .swiper-slide.card h4.payamak {
            color: #ff6136 !important;
        }

        .swiper-slide.card h4.avanak {
            color: #42bfb9 !important;
        }

        .swiper-slide.card h4.owjCloud {
            color: #582f87 !important;
        }

        .swiper-slide.card h4.alavan {
            color: #ed1944 !important;
        }

    .swiper-slide.card p {
        text-align: justify;
    }

/* ----- End About Us ----- */