@media(min-width:768px) {
    .col-ps {
        padding-left: 50px;
    }

    .col-pe {
        padding-right: 50px;
    }
}

@media(min-width:768px) and (max-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .po-3 .pps-image {
        height: calc(100% - 306px);
    }
}

@media(min-width:1200px) and (max-width:1400px) {}

@media(min-width:992px) and (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 992px;
    }
}

@media(min-width:992px) {
    .custom-row-item {
        min-height: 195px;
    }

    .dft-2-card {
        min-height: 200px;
    }

    .po-3 .pps-image {
        height: calc(100% - 242px);
    }
}

@media(min-width:1200px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1180px;
    }

    .custom-row-item {
        min-height: 168px;
    }

    .dft-2-card {
        min-height: 180px;
    }

    .po-3 .pps-image {
        height: calc(100% - 252px);
    }
}

@media(min-width:1320px) {}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }

    .po-3 .pps-image {
        height: calc(100% - 252px);
    }
}

@media(max-width:1400px) {}

@media(max-width:1200px) {}

@media(max-width:1024px) {}

@media(max-width:992px) {
    .menu-item a {
        font-size: 60px;
    }

    .menu-item .menu-counter-left,
    .menu-item .menu-counter-right {
        font-size: 40px;
    }

    .submenu-item a {
        font-size: 36px;
    }

    .submenu-item .menu-counter-left,
    .submenu-item .menu-counter-right {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 40px;
    }

    .hero.home-hero h1 {
        font-size: 40px;
        position: static;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 20px;
    }

    .logo {
        width: 130px;
    }

    header.header {
        padding: 0px 12px;
    }

    .fullscreen-menu {
        padding-top: 77.34px;
    }

    .menu-container {
        flex-direction: column;
    }

    .submenu {
        top: 77.34px;
        height: calc(100% - 77.34px);
    }

    .menu-item {
        width: 100%;
        height: 25%;
    }

    .menu-item a {
        font-size: 22px;
    }

    .menu-item .menu-counter-left,
    .menu-item .menu-counter-right {
        font-size: 20px;
    }

    .submenu-item {
        width: 100%;
        height: 25%;
    }

    .submenu-item a {
        font-size: 22px;
    }

    .submenu-item .menu-counter-left,
    .submenu-item .menu-counter-right {
        font-size: 16px;
    }

    .back-button {
        height: 40px;
    }

    .center-diamond {
        display: none;
    }

    .hero.home-hero {
        padding-bottom: 200px;
    }

    .sub-hero {
        padding-bottom: 120px;
    }

    .hero-link {
        top: auto;
        bottom: -150px;
    }

    .hero-content .line-1 {
        top: auto;
        bottom: -100px;
    }

    .custom-row-item {
        flex-direction: column;
        gap: 15px;
        padding: 30px;
        text-align: center;
    }

    .custom-row-item-title h3 {
        font-size: 24px;
        text-align: center;
    }

    .custom-row-item-title {
        width: 100%;
        flex: 0 0 100%;
    }

    .custom-row-item-content {
        width: 100%;
        flex: 0 0 100%;
    }

    .custom-row-item-btn {
        justify-content: center;
    }

    .home-6-cover {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        padding: 30px 0px;
    }

    .home-p-item {
        font-size: 16px;
        gap: 12px;
    }

    .home-p-item img {
        width: 16px;
        flex: 0 0 16px;
        margin-top: 3px;
    }

    .cta-section {
        background-image: url(../images/cta-mobile.png);
        padding-bottom: 300px;
        background-position: bottom center;
        background-size: 100%;
        background-origin: border-box;
        background-repeat: no-repeat;
    }

    .cta-gr {
        position: absolute;
        top: 0px;
        left: -16%;
        width: 70%;
        height: 41%;
        background: radial-gradient(circle at top left, #00D7F0 30%, transparent 70%);
        filter: blur(50px);
        z-index: 0;
    }

    ul.footer-links {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 10px;
    }

    .sub-hero-image-padding-right {
        padding-right: 12px;
    }

    .sub-hero-image-cover {
        position: static;
        margin: 0 auto;
        margin-top: 65px;
    }

    .sub-hero-image {
        width: 260px;
        height: 260px;
        margin: 0 auto;

    }

    .hero-icon-cover p {
        padding-left: 0px;
        width: 100% !important;
    }

    .hero-icon-cover h2 {
        padding-left:0px;
    }

    .hero-icon-cover img {
        position: relative;
        width: 20px;
        margin-right: 20px;
        top: -2px;
    }

    .hero-icon-cover {
        margin-top: 16px;
    }

    .lines-top-left {
        width: 100%;
    }

    .lines-bottom-right {
        width: 100%;
    }

    .dft-2-card {
        height: auto;
    }

    .dft-2-card-1 {
        min-height: 250px;
    }

    .p-have-icon img {
        position: static;
        margin-top: 0px;
    }

    .p-have-icon {
        padding-left: 0px;
    }

    .pa-1 .home-p-item {
        width: 100%;
    }

    .process-box-1 {
        padding-right: 0px;
    }

    .process-box-1 .rings-icon {
        width: 60px;
        right: 0px;
        top: -60px;
    }

    .ws-3 .po-item-info {
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }

    .contact-cover {
        justify-content: start;
        align-items: start;
        gap: 15px;
    }

    #captchaContainer {
        max-width: 460px;
        margin: 0 auto;
    }

    .captcha-grid {
        height: 250px;
    }

    .recaptch-cover .recaptch-cover-header {
        padding: 12px 10px;
    }

    .form-control {
        padding: 12px 10px;
    }

    .recaptch-cover .recaptch-cover-header button {
        padding: 6px 10px 5px;
        font-size: 14px;
    }

    .recaptch-cover .recaptch-cover-header button i {
        margin-right: 2px;
    }

    .recaptch-cover-body {
        padding: 20px;
    }

    .captcha-grid-item {
        border-radius: 12px;
    }

    .emoji-option {
        border-radius: 12px;
    }

    .btn-default {
        padding: 16px 24px;
    }

    .menu-item a span.span-1::before {
        left: -30px;
        width: 5px;
        height: 5px;
    }

    .menu-item a span.span-1::after {
        left: -20px;
    }

    .menu-item a:hover span.span-1::after {
        width: 14px;
    }

    .menu-item a.active span.span-1::after {
        width: 14px;
    }

    .submenu-item a span.span-1::before {
        left: -30px;
        width: 5px;
        height: 5px;
    }

    .submenu-item a span.span-1::after {
        left: -20px;
    }

    .submenu-item a:hover span.span-1::after {
        width: 14px;
    }

    .submenu-item a.active span.span-1::after {
        width: 14px;
    }
}

@media(max-width:460px) {
    .emoji-options {
        gap: 5px;
    }

    .emoji-option {
        font-size: 30px;
        min-width: 42px;
        border-radius: 5px;
    }
}