﻿


.se-container {
    background-color: #fff;
}

.imgClass {
    width: 70px;
    height: 70px;
}

.fontsize {
    font-weight: bold;
    font-size: 25px;
}

.kt-login__head {
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/Common/Images/Icons/bg-head.png);
    background-size: cover;
    background-position: center;
}

    .kt-login__head a {
        width: 14%;
    }

        .kt-login__head a img {
            width: 100%;
        }

.se-main {
    padding: 65px 12% 0 12%;
    height: 90vh;
}

.kt-pricing-1__item {
    margin: 0 12%;
    position: relative;
    transition: .2s all !important;
    cursor: pointer;
    min-height: 550px;
}

.se-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-shadow {
    position: relative;
    z-index: 2;
    filter: drop-shadow(1px 1px 5px #ccc);
    /* cursor: pointer; */
}

.se-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background-color: #fff;
    clip-path: polygon(100% 0, 100% 45%, 50% 79%, 0 45%, 0 0);
    z-index: 3;
}

.se-visual-inner {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    /* height: 220px; */
    aspect-ratio: 1.035;
    background-color: #025b86;
    z-index: 5;
    clip-path: polygon(100% 0, 100% 45%, 50% 79%, 0 45%, 0 0);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .se-visual-inner img {
        width: 130px;
    }

.se-content {
    width: calc(100% - 10px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 5px;
    padding-top: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    box-shadow: 2px 2px 10px #ccc;
    z-index: 0;
    /* cursor: pointer; */
}

.kt-pricing-1__item:hover {
    transform: scale(1.1);
}

.se-list-item {
    display: flex;
    align-items: center;
    padding: 3px 0 3px 45px;
    gap: 10px;
    font-size: 13px;
}

    .se-list-item:nth-child(even) {
        background-color: #eee;
    }

    .se-list-item img {
        width: 16px;
    }

.se-footer .language-switch-area {
    background-color: #fff;
    padding-top: 80px;
}

.se-buttons {
    background-color: #025b86;
    color: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
}

    .se-buttons:hover {
        color: #fff;
    }


@media only screen and (max-width: 1520px) {
    .se-list-item {
        padding: 3px 0 3px 30px;
    }
}


@media only screen and (max-width: 1400px) {
    .se-main {
        padding: 65px 7% 0 7%;
    }
}

@media only screen and (max-width: 1375px) {
    .card-check-inner {
        margin-top: 20px !important;
    }

    .container {
        padding: 60px 60px !important;
    }
}

@media only screen and (max-width: 1170px) {
    .se-main {
        padding: 65px 5% 0 5%;
    }
}

@media only screen and (max-width: 1200px) {
    .se-list-item {
        padding: 3px 0 3px 20px;
    }

    .card-check-inner {
        font-size: 14px !important;
    }

    .accordion-header {
        padding: 8px 8px 8px 8px !important;
        font-size: 13px !important;
    }

    .accordion {
        margin: 40px auto 20px auto !important;
    }

    .custom-edition-price {
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 1092px) {
    .kt-pricing-1__item {
        margin: 0 8%;
    }

    .text-content {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1045px) {
    .card {
        width: 48.5% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .se-main {
        height: 100%;
    }

    .kt-pricing-1__item {
        margin: 0 34% 100px 34%;
    }

    .se-list-item {
        padding: 3px 0 3px 45px;
    }
}

@media only screen and (max-width: 892px) {
    .kt-pricing-1__item {
        margin: 0 32% 100px 32%;
    }

    .se-list-item {
        padding: 3px 0 3px 30px;
    }

    .accordion-content ol li {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 768px) {
    .kt-pricing-1__item {
        margin: 0 30% 100px 30%;
    }

    .card {
        width: 47% !important;
    }
}

@media only screen and (max-width: 692px) {
    .kt-pricing-1__item {
        margin: 0 27% 100px 27%;
    }
}

@media only screen and (max-width: 652px) {
    .card {
        width: 90% !important;
    }

    .container {
        justify-content: center;
    }
}

@media only screen and (max-width: 568px) {
    .kt-pricing-1__item {
        margin: 0 24% 100px 24%;
    }
    .se-list-item {
        padding: 3px 0 3px 20px;
    }

    .se-visual-inner img {
        width: 110px;
        margin-top: 30px !important;
    }

    .container {
        padding: 60px 20px !important;
    }
}