#ki-q_u240873 {
	display: none;
}
.site-footer {
	padding-top: 30px;
}

#gdpr_text {
	display: none !important;
}

.site-header .site-branding {
	  position: relative;
    top: 10px;
}

#sp-fnupbn {
	display: none;
}

.home .neep-in-action #tabs {
	    flex-wrap: wrap;
}

/* If you want text inside of the container */
.neep-in-action .tabs-iframe-wrapper iframe {
  aspect-ratio: 16 / 9;
  width: 100%; /* change this to a fixed width, or create a container with a width. */
  height: 100%;
}

@media (max-width: 568px) {
	.home .neep-in-action #tabs .tab-button {	
	    flex: 0 0 calc(50% - 30px);
	}
	
	.home .modal-wrapper__left, .home .modal-wrapper__right {
		    flex: 1 0 100%;
	}
}

@media (max-width: 768px) {
	.home .modal-wrapper__left, .home .modal-wrapper__right {
		    flex: 1 0 100%;
	}
	
	.home .neep-in-action .tabs-wrapper {
		padding: 30px;
	}
}

.blog .col-md-4 {
	margin-bottom: 45px;
}

.page-template-blog .blog article .post-category {
    margin-bottom: 15px;
}

.page-template-blog .blog article h2 {
	margin-top: 0 !important;
}

.communication-app-cta .apps {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.communication-app-cta .apps {
		margin-top: 50px;
	}
}

.pricing-yearly__includes,
.pricing-monthly__includes {
	display: none;
}


.page-template-pricing-page .pricing-monthly__items, .page-template-pricing-page .pricing-yearly__items {
	justify-content: center;
}

.page-template-pricing-page .pricing-hero #saving-price {
	display: none;
}

.home .communication-app-cta .app {
	height: 96px !important;
}

.home .communication-app-cta .col-6:nth-child(7) .app img {
    width: 100px;
    height: auto;
}

.home .communication-app-cta .col-6:nth-child(6) .app img,
.home .communication-app-cta .col-6:nth-child(8) .app img,
.home .communication-app-cta .col-6:nth-child(11) .app img {
    width: 150px;
    height: auto;
}

.home .communication-app-cta .col-6:nth-child(9) .app img {
    width: 200px;
    height: auto;
}

@media (min-width: 1200px) {
	.menu-main-menu-container {
	 	flex: 1;
	}
	
	.menu-main-menu-container .sign-in-btn {
			order: 9;
			margin-left: auto;
		margin-right: 30px;
	}
}

.page .sharedaddy {
	display: none;
}

.text-white {
	color: #fff;
}

.site-footer h2 {
	font-size: 38px;
	margin: 0 0 15px;
}

.banner {
	position: relative;
            width: 100%;
            background-color: #0e7eec;
            color: white;
            padding: 8px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            animation: slideDown 0.5s ease-out;
        }
.banner span {
	font-size: 16px;
}
        .close-btn {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }
        .button {
            background-color: white;
            color: #007bff;
            padding: 8px 15px;
            border: none;
            cursor: pointer;
            font-size: 16px;
            border-radius: 5px;
					text-decoration: none;
        }
        .button:hover {
            background-color: #450479;
					color: #fff;
        }
        @keyframes slideDown {
            from {
                transform: translateY(-100%);
            }
            to {
                transform: translateY(0);
            }
        }

 @keyframes slideUp {
            from {
                transform: translateY(0);
                opacity: 1;
            }
            to {
                transform: translateY(-100%);
                opacity: 0;
            }
        }
.mysticky-welcomebar-fixed {
	display: none;
}