﻿*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

nav {
    position: relative;
    font-family: sans-serif;
    border-bottom: 1px solid #eee;
}

    nav .nav-links {
        /*width: calc(100% - 10px);*/
        margin: 0px auto;
        padding: 10px 0px;
        display: flex;
    }

        nav .nav-links .brand {
            width: 190px;
            text-align: left;
            margin-right: 50px;
            padding: 0px 20px;
        }

            nav .nav-links .brand img {
                height: 32px;
                top: 4px;
                position: relative;
            }

        nav .nav-links ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            nav .nav-links ul#nav-menu-links {
                display: flex;
            }

                nav .nav-links ul#nav-menu-links li {
                    width: auto;
                    padding: 6px 25px 0px 25px;
                }

                    nav .nav-links ul#nav-menu-links li a {
                        color: #000000;
                        font-weight: 600;
                        text-transform: uppercase;
                        font-size: 13px;
                        letter-spacing: .5px;
                    }


                    nav .nav-links ul#nav-menu-links li span {
                        top: 3px;
                        position: relative;
                    }


                        nav .nav-links ul#nav-menu-links li span#kt-menu {
                            color: #000000;
                            font-weight: 600;
                            text-transform: uppercase;
                            font-size: 13px;
                            cursor: pointer;
                            letter-spacing: 1px;
                        }



        nav .nav-links div#nav-kts {
            display: flex;
            justify-content: flex-start;
            position: absolute;
            left: 20px;
            top: 60px;
            z-index: 1;
            /*width: calc(20% - 40px);*/
            width: calc(100% - 40px);
            background-color: #fff;
            padding: 0px 20px;
            border-top: 1px solid #eee;
            box-shadow: 0px 1px 2px 0px #aaa;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
            opacity: 0;
            visibility: hidden;
            /*transform: translate(50%, 0%);
                    transform-origin: center center;*/
            transition: transform 0.3s ease-out, visibility 0.3s ease-out, opacity 0.4s ease-out, width 0.5s ease-out;
        }

            nav .nav-links div#nav-kts.show-kts {
                /*transform: translate(0%, 0%) scale(1);*/
                opacity: 1;
                visibility: visible;
                /*width: calc(100% - 40px);*/
            }

            nav .nav-links div#nav-kts div {
                width: 360px;
                border-right: 1px solid #eee;
                margin-right: 20px;
                padding: 40px 0px;
            }

                nav .nav-links div#nav-kts div:nth-of-type(1) {
                    margin-left: 20px;
                }

                nav .nav-links div#nav-kts div:nth-of-type(3) {
                    border-right: none;
                }


            nav .nav-links div#nav-kts strong {
                display: inline-block;
                text-align: left;
                font-size: 16px;
                color: #252525;
            }

            nav .nav-links div#nav-kts li {
                text-align: left;
                margin: 10px 20px 10px 0px;
                padding: 2px 2px 10px 2px;
                border-bottom: 1px solid #eee;
            }

            nav .nav-links div#nav-kts ul.kt-r {
                margin-top: 20px;
            }

                nav .nav-links div#nav-kts ul.kt-r li {
                    text-align: left;
                    margin: 30px 20px 10px 0px;
                    padding: 2px 2px 10px 2px;
                    border-bottom: 1px solid #eee;
                }

            nav .nav-links div#nav-kts li img {
                width: 36px;
                height: 36px;
                margin-right: 10px;
                border: 1px solid #ddd;
                padding: 3px;
                border-radius: 50px;
            }

            nav .nav-links div#nav-kts li a {
                text-transform: none;
                color: #888;
                font-weight: 600;
                top: -10px;
                position: relative;
            }

                nav .nav-links div#nav-kts li a:hover {
                    color: #444;
                }


        nav .nav-links ul#nav-auth {
            position: absolute;
            right: 20px;
            top: 16px;
            display: flex;
            justify-content: space-between;
        }

            nav .nav-links ul#nav-auth li {
                padding: 0px 6px;
                text-transform: uppercase;
            }

    nav .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        margin-top: -8px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.menu-icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-toggle {
    display: none; /* Show only menu icon on mobile */
    position: absolute;
    top: 10px;
    right: 0px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.menu-toggle {
}

.new-ft {
    position: absolute;
    top: -10px;
    right: -60px;
    background-color: #ff0000;
    color: #f8f9fa;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: bold;
    font-size:11px;
}

a {
    color: #0061D5;
}

p {
    margin: 10px 0px;
}

.btn-default {
    background-color: #fafafa;
    color: #000;
    border-radius: 6px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: 400;
    color: #777;
}

    .btn-default:hover {
        color: #333;
    }

.btn-action {
    background-color: #0061D5;
    color: #fff;
    border-radius: 6px;
    padding: 8px 16px;
    border: 1px solid #0026ff;
    font-size: 18px;
    font-weight: 600;
}

    .btn-action:hover {
        background-color: #005ac0;
        color: #fff;
    }

.btn-sign-up {
    background-color: #0061D5;
    color: #fff;
    border-radius: 6px;
    padding: 8px 16px;
    border: 1px solid #0026ff;
    font-size: 11px;
    font-weight: 400;
}

    .btn-sign-up:hover {
        background-color: #005ac0;
        color: #fff;
    }

.btn-sign-in {
    background-color: #fafafa;
    color: #000;
    border-radius: 6px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    font-size: 11px;
    font-weight: 400;
    color: #777;
}

    .btn-sign-in:hover {
        color: #333;
    }

a.red-button, button.red-button {
    background-color: #f24537;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

    a.red-button:active, button.red-button:active {
        position: relative;
        color: #ffffff;
        top: 1px;
    }

    a.red-button:hover, button.red-button:hover {
        background-color: #c62d1f;
        color: #ffffff;
    }

    a.red-button.disabled, button.red-button:disabled {
        cursor: not-allowed !important;
        background-color: #ccc !important;
        border: 0 !important;
        text-shadow: none;
    }

.container {
    padding: 15px;
}

.text-center {
    text-align: center;
}

.home-header-container {
    text-align: center;
    border-bottom: 1px solid #cde4ff;
    width: 100%;
    background: linear-gradient(to bottom, #d1edff 0%, #ddedf7 50%, #e7f4f9 100%);
}

.home-header-anim {
    height: 360px;
    background-image: url('/images/bg-clouds.png');
    background-size: 100%;
    background-repeat: no-repeat;
    animation: moveUpAndDown 90s ease-in-out infinite;
    z-index: 1;
    padding: 40px 40px 60px 40px;
}


@keyframes moveUpAndDown {
    0% {
        background-position: 0 -280px;
    }

    50% {
        background-position: 0px -100px;
    }

    100% {
        background-position: 0 -280px;
    }
}

@keyframes moveUpAndDown1536 {
    0% {
        background-position: 0 -180px;
    }

    50% {
        background-position: 0px -100px;
    }

    100% {
        background-position: 0 -180px;
    }
}

@keyframes moveUpAndDown1440 {
    0% {
        background-position: 0 -140px;
    }

    50% {
        background-position: 0px -80px;
    }

    100% {
        background-position: 0 -140px;
    }
}

@keyframes moveUpAndDown1366 {
    0% {
        background-position: 0 -120px;
    }

    50% {
        background-position: 0px -60px;
    }

    100% {
        background-position: 0 -120px;
    }
}

@keyframes moveUpAndDown749 {
    0% {
        background-position: 0 -80px;
    }

    50% {
        background-position: 0px 60px;
    }

    100% {
        background-position: 0 -80px;
    }
}



.home-header {
    font-size: 24px;
    color: #777;
    line-height: 36px;
    padding: 0px 20px;
    margin: 20px auto;
    max-width: 720px;
    min-width: 320px;
    text-align: center;
}

    .home-header h1.brand {
        text-align: center;
        text-transform: uppercase;
        font-size: 64px;
        font-weight: 400;
        line-height: 72px;
        letter-spacing: 9px;
        color: #111 !important;
    }

    .home-header p {
        color: #000;
        margin-top: 20px;
    }

    .home-header h1.brand span {
        display: block;
        font-weight: 800;
        font-size: 80px;
        letter-spacing: 10px;
    }



@media (max-width: 727px) {


    .home-header h1.brand {
        font-size: 44px;
        font-weight: 400;
        line-height: 52px;
    }

    .home-header p {
        font-size: 18px;
    }

    .home-header h1.brand span {
        display: block;
        font-weight: 800;
        font-size: 56px;
        letter-spacing: 10px;
    }

    .home-header-anim {
        height: 360px;
    }
}

@media (max-width: 560px) {


    .home-header h1.brand {
        font-size: 28px;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: 6px;
    }

    .home-header p {
        font-size: 18px;
    }

    .home-header h1.brand span {
        display: block;
        font-weight: 800;
        font-size: 44px;
        letter-spacing: 6px;
    }
}

@media (max-width: 400px) {


    .home-header h1.brand {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 6px;
    }

    .home-header p {
        font-size: 18px;
    }

    .home-header h1.brand span {
        display: block;
        font-weight: 800;
        font-size: 36px;
        letter-spacing: 6px;
    }
}



.kt-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: solid 1px #ddd;
    border-radius: 100px;
    padding: 20px;
    width: auto;
    margin: 0px auto;
    background-color: #fff;
    max-width: 1180px;
}

    .kt-list div {
        width: 100px;
        margin: 8px;
    }

        .kt-list div img {
            width: 64px;
            height: 64px;
            padding: 8px;
            border: solid 2px #ddd;
            border-radius: 64px;
            background-color: #fff;
        }

        .kt-list div span {
            display: block;
            color: #888;
            font-size: 12px;
            margin-top: 12px;
            font-weight: 600;
            height: 10px;
            line-height: 10px;
        }

.util-list {
    max-width: 880px;
}

.util-list div span {
    line-height: 14px;
    margin-bottom: 20px;
}

.kt-list div small {
    text-transform: uppercase;
    color: #aaa;
    font-size: 10px;
}

section.a-section, section.b-section {
    padding: 30px;
}

section p.sub-title {
    margin-top: 16px;
    color: #7f7f7f;
    font-weight: 400;
    font-size: 16px;
}

.alt-container {
    /*background: linear-gradient(to bottom, #d9f0ff 0%, #e9f6ff 50%, #ecf7ff 100%);*/
    background-color: #fafcff;
    border-top: 1px solid #c9e7ff;
    border-bottom: 1px solid #c9e7ff;
}

.alt-container2 {
    background-color: #fffbf2;
    border-top: 1px solid #ffaa00;
    border-bottom: 1px solid #ffaa00;
}

.alt-container3 {
    background-color: #f9fff9;
    border-top: 1px solid #33cc33;
    border-bottom: 1px solid #33cc33;
}

section > div.container {
    max-width: 1600px;
    margin: 10px auto;
}

.two-column {
    display: flex;
    justify-content: space-between; /* Evenly distribute columns */
    padding: 20px;
    max-width: 1600px;
    margin: 20px auto;
}

.image-column {
    flex: 1; /* Make image column flexible */
    margin-right: 20px; /* Optional spacing on desktop */
}

    .image-column img {
        max-width: calc(100% - 80px); /* Set maximum width to 100% of its container */
        height: auto;
        margin: -20px 20px -20px 20px;
        padding: 20px;
        /*border: 1px solid #ccc;
        border-radius:10px;
        background-color:#fff;*/
    }

.text-column {
    flex: 2; /* Make text column take more space */
}

    

    .text-column h2,
    .text-column p {
        margin: 0; /* Remove default margins for better layout */
    }

        .text-column h2 span {
            color: #0061D5;
        }

    .text-column p {
        font-size: 24px;
        line-height: 36px;
        margin: 10px 0px;
    }

    .text-column h2 {
        font-size: 32px;
        margin:20px 0px !important;
    }

/* #m-menu {
            display: none;
        }*/

.c-feature {
    color: #333;
}

    .c-feature strong {
        font-size: 32px;
    }

    .c-feature p {
        font-size: 24px;
        margin: 10px;
    }

section h1.title {
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: 0px;
    color: #555;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

    section h1.title img {
        height: 32px;
        width: auto;
        position: relative;
        top: 8px;
    }


section h2.title {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 0px;
    color: #555;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

    section h2.title img {
        height: 24px;
        width: auto;
        position: relative;
        top: 4px;
    }

#overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
    z-index: 2;
    width: 100%;
    height: 100%;
}

#noti-msg {
    display: none;
    position: fixed;
    top: 124px;
    left: 50%;
    height: auto;
    padding: 10px 10px 20px 10px;
    width: 320px;
    margin-left: -160px;
    margin-top: -60px;
    z-index: 2;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #f8f9fa;
    overflow: hidden;
    cursor: pointer;
}

    #noti-msg.success {
        border: 1px solid #72ff0d;
        background-color: #eaffdb;
    }

    #noti-msg.warning {
        border: 1px solid #f90;
        background-color: #fff4ea;
    }

    #noti-msg.error {
        border: 1px solid #ff0000;
        background-color: #ffeded;
    }

#noti-type {
    position: absolute;
    font-size: 24px;
}

#noti-con {
    min-height: 20px;
    height:auto;
    padding: 10px 16px;
}

#noti-type i {
    font-size: 32px;
    font-style: normal;
}

    #noti-type i.success {
        color: green;
    }

    #noti-type i.warning {
        color: #f90;
    }

    #noti-type i.error {
        color: #ff0000;
    }

#noti-msg-txt {
    margin-left: 40px;
    margin-top: 8px;
    font-size:16px;
}

#noti-msg-time {
    height: 6px;
    border-radius: 6px;
    background-color: #ddd;
    width: 294px;
    margin: 0px 2px 0px 2px;
    position: relative;
}

#noti-msg-time-left {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 4px;
    border-radius: 3px;
    background-color: #4285f4;
    width: 0px;
}

#noti-msg.warning #noti-msg-time-left {
    background-color: #f90;
}

#noti-msg.error #noti-msg-time-left {
    background-color: #ff0000;
}

#noti-msg.success #noti-msg-time-left {
    background-color: green;
}

ul.benefits, ul.features, ol {
    font-size: 24px;
}

ul.benefits, ul.features {
    list-style: square;
}

    ul.benefits li, ul.features li {
        padding: 10px 0px;
    }


ol.instructions li {
    margin-left: 20px;
    padding-left: 25px;
    list-style-type: none;
    padding: 10px 0px;
    line-height: 1.5;
}

.instructions {
    margin: 20px 20px;
    padding: 0;
    list-style-type: none;
}


    .instructions li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0061D5;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 10px;
    margin-right: 15px;
    padding: 10px;
}

.keyword-util-list {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(540px,1fr));
}

    .keyword-util-list div.ku {
        margin: 10px;
        padding: 20px;
        background-color: #f8f9fa;
        border: 1px solid #cccccc;
        border-radius: 6px;
        position: relative;
    }

        .keyword-util-list div.ku a {
        }

        .keyword-util-list div.ku img {
            padding: 4px;
            border-radius: 6px;
            background-color: #f0f0f0;
        }

        .keyword-util-list div.ku div.ku-info {
            display: inline !important;
            margin-left: 20px;
            top: -6px;
            position: relative;
            width: calc((100%) - (200px));
        }

            .keyword-util-list div.ku div.ku-info a {
                text-decoration: none;
                font-size: 20px;
                font-weight: 600;
                color: #333;
                position: relative;
                width: calc((100%) - (200px));
                top: -26px;
            }

            .keyword-util-list div.ku div.ku-info span {
                display: block;
                font-size: 12px;
                color: #999;
                margin-left: 80px;
                margin-top: -20px;
                text-transform: uppercase;
            }

            .keyword-util-list div.ku div.ku-info p {
                display: block;
                font-size: 14px;
                color: #999;
                margin-left: 80px;
                margin-top: 12px;
            }

.testimonials {
    text-align: center;
    padding: 50px 0;
}

    .testimonials h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

.carousel {
    display: flex;
    overflow: hidden;
    overflow-y: auto;
}

.review {
    flex: 0 0 25%;
    margin: 10px;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.5s ease-in-out;
}

    .review img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .review .info {
        margin-bottom: 10px;
    }

        .review .info h3 {
            margin-bottom: 5px;
            font-size: 18px;
        }

        .review .info p {
            font-size: 16px;
            line-height: 1.5;
        }

    .review .rating {
        display: flex;
    }

        .review .rating i {
            color: #f7d024;
            font-size: 20px;
            margin-right: 5px;
        }

    .review.active {
        /* Styles for the active review, e.g., background color, border, etc. */
        background-color: #ecf7ff; /* Example styling */
    }

.i-star {
    background-image: url('/images/icons/star.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    width: 32px;
}

.i-starh {
    background-image: url('/images/icons/star-h.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    width: 32px;
}

.control {
    background-color: #ddd;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 10px;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

    .control:hover {
        opacity: 1;
    }

    .control.prev {
        margin-right: auto;
    }

    .control.next {
        margin-left: auto;
    }

/* Add media queries for responsive behavior on smaller screens */
@media (max-width: 768px) {
    .review {
        flex: 0 0 100%;
    }
}

.rank-color {
    width: 70px !important;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
}


.rank1 {
    background-color: #571845;
}

.rank2 {
    background-color: #900C3E;
}

.rank3 {
    background-color: #C70039;
}

.rank4 {
    background-color: #FF5733;
}

.rank5 {
    background-color: #FFC300;
}

.rank6 {
    background-color: #0F270E;
}

.rank7 {
    background-color: #1F4E1C;
}

.rank8 {
    background-color: #2E742B;
}

.rank9 {
    background-color: #3E9B39;
}

.rank10 {
    background-color: #4DC247;
}

p.def {
    background-image: linear-gradient(to bottom, #f5faff 0%, #dfeeff 100%);
    background-repeat: repeat-x;
    border-color: #9ecff5;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);
    color: #333333;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-left: 5px solid #0061d5 !important;
    padding: 6px 20px !important;
    min-width: 300px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 18px;
}

#search-con {
    margin-bottom:40px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

article section p {
    font-size: 18px;
    margin: 20px 0px;
    color: #333;
}

article section {
    padding: 20px;
    margin-top: 10px;
}

    article section:nth-child(even) {
        background-color: #fafafa;
        border-radius: 4px;
        box-shadow: 0 1px 3px 0 #bbb;
    }

a.default-button {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 24px;
    text-decoration: none;
}

    a.default-button:active {
        position: relative;
        color: #111;
        top: 1px;
    }

    a.default-button:hover {
        background-color: #fafafa;
        color: #000;
    }

    a.default-button.disabled {
        cursor: not-allowed !important;
        background-color: #ccc !important;
        border: 0 !important;
        text-shadow: none;
    }

footer {
    background: linear-gradient(to bottom, #d9f0ff 0%, #e9f6ff 50%, #ecf7ff 100%);
    padding: 40px;
    color: #232323;
}

.footer-content {
    display: flex;
    justify-content: space-around;
}

.footer-section {
    width: 300px;
    height: 400px;
}

footer p {
    color: #777;
}

footer a {
    color: #555;
}

footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    footer ul li {
        padding: 6px;
        font-size: 17px;
    }

footer h5 {
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cta-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
    z-index: 2;
    width: 100%;    
    height:100%;
}
    .cta-overlay.show {
        opacity: 1;
        height: 100%;
    }

.cta-cnt {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 708px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
    .cta-cnt.show {
        opacity: 1;
    }
.cta-cnt-inner {
    min-width: 360px;
    max-width: 1200px;
    margin: 0px auto;
}
.cta-cloud {
    background-color: transparent;
    background-image: url('/images/ktd-cloud.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 232px;
    z-index:1;
}

.cta {
    background-size: contain;
    background-image: url('/images/ktd-cloud-bg.png');
    position: relative;
    height: auto;
    margin-bottom:-60px;
}
.cta-msg
{
    position:relative;
    top:-80px;
    text-align:center;
}
    .cta-msg strong
    {
        font-size:30px;
        color:#777;
    }
    .cta-msg p {
        font-size: 14px;
        color: #999;
        margin: 0px;
    }
.cta-close {
    position: absolute;
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    text-transform: uppercase;
    top: -10px;
    right: 10px;
    height: 48px;
    width: 48px;
    border-radius: 32px;
    background-color: #777;
    padding-left: 0px;
    padding-top: 0px;
    font-family: Tahoma;
    z-index: 1;
}

.cta-options {
    position: relative;
    top: -80px;
    display: flex;
    justify-content: space-between;
}

    .cta-option
    {
        padding:20px;
        background-color:#fff;
        border-radius:10px;
        margin:20px;
        width: calc(50% - 60px);
        height:340px;
    }

.cta-features {
}
.cta-feature {
    position: relative;
    padding:4px 0px 8px 32px;
    
    
}
    .cta-feature::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 14px;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background-color: #000;
        border: 2px solid #fff;
        color:#fff;
        font-size:13px;
        padding-left:4px;
    }
.cta-feature strong {
   display:block;
   font-size:14px;
   color:#333;
}

    .cta-feature span {
        display: block;
        color: #999;
    }

.cta-button {
    margin:20px 0px 40px 0px;
}
    .cta-button a {
        background-color: #1B4DE4;
        color:#fff;
        font-size:18px;
        border-radius:32px;
        padding:14px 40px;

    }

        .cta-button a:hover {
            color: #fcfcfc;
            background-color: #1B4Dff;
        }
        .cta-heading {
            font-weight: 600;
            color: #000;
            font-size: 32px;
            line-height: 72px;
            position: relative;
        }
.cta-heading sub{
    font-size:16px;
    position:absolute;
    left:280px;
    top:20px;
}
.cta-subheading {
    font-weight: 600;
    color: #000;
}
.two-col {
    display:flex;
    justify-content:start;
}

    .two-col .cta-feature
    {
        width:50%;
    }

.cta-signin {
    text-align: center;
    position: relative;
    top: -80px;
}

.cta-signin a{

    color:#0061D5;
}

@media (max-width: 1536px) {
    .home-header-anim {
        animation: moveUpAndDown1536 90s ease-in-out infinite;
    }
}

@media (max-width: 1440px) {
    .home-header-anim {
        animation: moveUpAndDown1440 90s ease-in-out infinite;
    }
}

@media (max-width: 1366px) {
    .home-header-anim {
        animation: moveUpAndDown1366 90s ease-in-out infinite;
    }
}


@media (max-width: 1070px) {
    nav .nav-links ul#nav-menu-links li {
        padding: 6px 15px 0px 15px;
    }

    .footer-content {
        flex-wrap: wrap; /* Stacks sections on mobile */
    }

    .footer-section {
        width: 50%; /* Allows sections to grow/shrink proportionally */
    }

        .footer-section:nth-of-type(3), .footer-section:nth-of-type(4) {
            height: auto;
        }

    .two-column {
        flex-direction: column; /* Stack elements on mobile */
        margin: 0; /* Remove default margin on mobile */
    }

    .image-column,
    .text-column {
        flex: 1; /* Make both columns equal width on mobile */
        margin: 10px auto; /* Add margin and center on mobile */
    }

    .image-column {
        margin-bottom: 20px; /* Add space between image and text on mobile */
    }

    .cta-options {
      
        top: -40px;
        display: block;
    }

    .cta-option {       
        width: calc(100% - 60px);
    }

    .cta-msg {
       
        top: -40px;
    }

    .cta-signin {
       
        top: -52px;
    }

    .cta-close {
     
        /*top: 120px;*/
    }
}

@media (max-width: 970px) {


    .menu-1-go {
        display: none;
    }

    nav .nav-links div#nav-kts {
        flex-wrap: wrap;
        max-height: 760px;
        overflow-x: auto;
    }

        nav .nav-links div#nav-kts div {
            width: 300px;
            border-right: 1px solid #eee;
            margin-right: 20px;
            padding: 20px 0px;
        }

    .home-header-anim {
        background-size: 130%;
    }
}

@media (max-width: 870px) {


    .menu-2-go {
        display: none;
    }
}


@media (max-width: 800px) {

    .menu-3-go {
        display: none;
    }
}

@media (max-width: 749px) {

    /* #m-menu {
        display: block;
    }*/

    .menu-toggle {
        display: block; /* Show only menu icon on mobile */
    }

    nav .nav-links {
        display: block;
    }

        nav .nav-links ul#nav-menu-links {
            display: none;
            margin-top: 20px;
            margin-left: 20px;
        }

            nav .nav-links ul#nav-menu-links li {
                display: block;
                padding: 6px 0px;
            }

        nav .nav-links ul#nav-auth {
            display: none;
        }

            nav .nav-links ul#nav-auth li {
                display: block;
            }

        nav .nav-links div#nav-kts {
            top: 120px;
        }

            nav .nav-links div#nav-kts li {
                margin: 10px 0px 10px 0px;
                font-size: 14px;
            }

                nav .nav-links div#nav-kts li a span {
                    display: inline-block;
                    width: 180px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            nav .nav-links div#nav-kts div:nth-of-type(1) {
                margin-left: 0px;
            }

        nav .nav-links ul#nav-auth {
            position: relative;
            right: auto;
            top: auto;
            margin-left: 20px;
            margin-top: 6px;
        }

            nav .nav-links ul#nav-auth li {
                padding: 6px 0px;
                display: block;
            }

                nav .nav-links ul#nav-auth li a {
                    width: 100px;
                    display: inline-block;
                    text-align: center;
                }

    .menu-items, .menu-items-auth {
        display: none;
    }


        .menu-items.active, .menu-items-auth.active {
            display: block !important;
        }
    /*

    .nav-links li {
        display: none;
    }

    .nav-links #nav-menu-links li:nth-of-type(1) {
        display: block;
    }*/


    .keyword-util-list {
        grid-template-columns: repeat(auto-fit,minmax(360px,1fr));
    }

        .keyword-util-list div.ku img {
            padding: 4px;
            border-radius: 6px;
            background-color: #f0f0f0;
            width: 40px;
            height: auto;
        }


        .keyword-util-list div.ku div.ku-info a {
            top: -4px;
            margin-left: -8px;
           
        }

        .keyword-util-list div.ku div.ku-info span {           
            margin-left: 60px;
            margin-top: 0px;
        }

        .keyword-util-list div.ku div.ku-info p {
            margin-left: 60px;
            margin-top: 6px;
        }




    .footer-content {
        flex-direction: column; /* Stack sections on mobile */
    }

    .footer-section {
        width: 100%; /* Full width for mobile */
        flex: auto; /* Allows sections to grow/shrink proportionally */
        height: auto;
        margin-bottom: 20px;
    }

    .home-header-anim {
        background-size: 120%;
        animation: moveUpAndDown749 90s ease-in-out infinite;
    }

    .word-counter-grid {
        /*        grid-template-columns: 150px 150px 300px 300px;*/
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }

        .word-counter-grid > div {
            margin-bottom: 20px;
        }

            .word-counter-grid > div:nth-of-type(1) {
                grid-column-start: 1;
                grid-column-end: 2;
                grid-row-start: 1;
                grid-row-end: 2;
            }

            .word-counter-grid > div:nth-of-type(2) {
                grid-column-start: 2;
                grid-column-end: 3;
                grid-row-start: 1;
                grid-row-end: 2;
            }

            .word-counter-grid > div:nth-of-type(4) {
                grid-column-start: 1;
                grid-column-end: 3;
                grid-row-start: 2;
                grid-row-end: 3;
            }

            .word-counter-grid > div:nth-of-type(5) {
                grid-column-start: 1;
                grid-column-end: 3;
                grid-row-start: 3;
                grid-row-end: 4;
            }

    #wc-overlay {
        width: calc(100% - 10px) !important;
    }



    .two-col .cta-feature strong {
        font-size:11px;
    }

    .cta-option {
       
        height: auto;
    }


    .cta-msg {
        top: -30px;
    }

        .cta-msg strong {
            font-size: 26px;
        }
    .cta-heading {      
        font-size: 26px;
    }

        .cta-heading sub {
            font-size: 13px;
            position: absolute;
            line-height:normal;
            left: 240px;
        }
}


@media (max-width: 420px) {
    .keyword-util-list {
        grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    }

        .keyword-util-list div.ku div.ku-info a {
            font-size: 16px;
            top: -8px;
        }

        .keyword-util-list div.ku {
            margin: 6px;
            padding: 6px;
        }
}


@media (max-height: 800px ) and (max-width:1020px) {
    .cta-features {
        display: none;
    }
}