/*!
Theme Name: website-v1
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: website-v1
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

website-v1 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 :root{
	--brand-color: #2e69b5;
 }

 .layout-l{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 100%;
 }

 *{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
 }

 html{
	margin: 0;
	padding: 0;
 }

 body{
	margin: 0;
	padding: 0;
 }

 body.admin-bar .site-header{
	top: 32px;
 }


 /***DISPLAY NONE *******************/
 .entry-title, .edit-link{
	display: none !important;
 }

 .menu-toggle{
	display: none;
 }

 /****FLEX-BOX *********************/
 .flex-box{
	display: flex;
 }

 .ai-c{
	align-items: center;
 }

 .ai-fs{
	align-items: flex-start;
 }

 .jc-sb{
	justify-content: space-between;
 }

 .gap-normal{
	gap: 10px;
 }

 .gap-l{
	gap: 25px;
 }
 /****HEADER ***********************/
.site-header{
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}

.site-header .site-branding{
	height: 35px;
	margin: 0;
	padding: 0;
}

.site-header .site-branding.hidden{
	display: none;
}

.site-header .site-branding img{
	width: 100%;
	height: 100%;
}

.site-header.sticky {
	position: fixed;
	top: 0;
	width: 100%
}

.site-header.sticky .layout-l{
	background-color: #fff;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, .1);
	padding: 0 15px 0 15px;
	border-radius: 10px;
}

.site-header .main-navigation{
	margin: 0;
	padding: 0;
}

.site-header .main-navigation ul{
	margin: 0;
	padding: 0;
}

.site-header .main-navigation ul li{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-header .main-navigation ul li a{
	padding: 0 10px 0 10px;
	margin: 0;
	height: 45px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
}

.site-header.sticky .layout-l .main-navigation ul li a{
	color: #2e69b5;
}

.site-header.sticky .layout-l .main-navigation ul li a.active{
	background-color: #707070;
}

.back-to-top{
	width: 45px;
	height: 45px;
	background-color: #fff;
	border-radius: 22.5px;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, .1);
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #2e69b5;
	position: fixed;
	bottom: 25px;
	right: 15px;
	z-index: 999;
}

.back-to-top.active{
	display: flex;
}

.site-header .scroll-brand{
	display: none;
	height: 35px;
	margin: 0;
	padding: 0;
}

.site-header .scroll-brand.active{
	display: block;
}

.site-header .scroll-brand img{
	width: 100%;
	height: 100%;
}
/****CONTENT **************/

	.button-normal a{
		width: 66px !important;
		height: 66px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 !important;
		margin: 0 !important;
		border-radius: 33px !important;
	}


	.button-full-width a{
		width: 100% !important;
	}

/***FOOTER ***************/
	.site-footer{
		width: 100%;
		margin: 0;
		padding: 45px 0 45px 0;
		background-color: #fff;
		border-top: 2px solid var(--brand-color);
	}

	.site-footer .footer-column{
		width: 25%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin: 0;
		padding: 0 15px;
		flex-direction: column;
		height: 100%;
	}

	.site-footer .footer-column .inner-column{
		width: 80%;
		margin: 0;
		padding: 0;
	}

	.site-footer .footer-column .inner-column-full{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin: 0;
		padding: 0;
		gap: 15px;
	}

	.site-footer .footer-column p{
		margin: 15px 0 15px 0;
		padding: 0;
		font-size: 14px;
		font-family: 'Inter', sans-serif;
		color: #707070;
	}

	.site-footer h3{
		font-family: 'Poppins', sans-serif;
		color: var(--brand-color);
		font-size: 18px;
		font-weight: 600;
		margin: 0;
		padding: 0;
	}

	.site-footer .footer-nav{
		margin: 0;
		padding: 0;
	}

	.site-footer .footer-nav ul{
		margin: 0;
		padding: 0;
		width: 70%;
		display: block;
	}

	.site-footer .footer-nav ul li{
		height: 35px;
		margin: 0;
		padding: 0;
		width: 100%;
		list-style: none;
	}

	.site-footer .footer-nav ul li a{
		display: block;
		margin: 0;
		padding: 0;
		height: 35px;
		width: 100%;
		line-height: 35px;
		text-decoration: none;
		font-family: 'Inter', sans-serif;
		color: #707070;
	}

	.site-info{
		width: 100%;
		height: 45px;
		background-color: var(--brand-color);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.site-info p{
		font-size: 14px;
		font-weight: 400;
		font-family: 'Inter', sans-serif;
		color: #fff;
	}

	.site-info a{
		font-size: 14px;
		font-weight: 400;
		font-family: 'Inter', sans-serif;
		color: #fff;
	}


	.site-footer .partner-links{
		margin: 0;
		padding: 0;
	}

	.site-footer .partner{
		margin: 0 0 0 0;
		padding: 0;
		height: auto;
		width: 100%;
	}

	.site-footer .partner h3{
		margin: 0 0 15px 0;
		padding: 0;
	}

	.site-footer .partner ul{
		margin: 0 0 15px 0;
		padding: 0;
	}

	.site-footer .partner ul li{
		float: left;
		list-style: none;
		margin: 0;
		padding: 0 10px 0 10px;
		width: 100px;
		height: 120px;
	}

	.site-footer .partner ul li img{
		margin: 0 0 0 0;
		padding: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

 	.payments{
		border-top: 2px solid var(--brand-color);
		width: 100%;
		margin: 10px 0 10px 0;
		padding: 0;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 10px;
	}

	.payments h3{
		font-family: 'Poppins', sans-serif;
		color: var(--brand-color);
		font-size: 18px;
		font-weight: 600;
		margin: 0;
		padding: 0;
	}

	.payments ul{
		margin: 15px 0 0 0;
	}

	.payments ul li{
		float: left;
		list-style: none;
		width: 70px !important;
		height: 40px !important;
		margin: 0 10px 10px 0;
		padding: 10px;
		border-radius: 5px;
		box-shadow: 3px 3px 4px rgba(0, 0, 0, .1);
	}

	.payments ul li img{
		width: 100% !important;
		height: 100% !important;
		margin: 0;
		padding: 0;
		object-fit: contain;
	}
	
	.site-footer .social-nav{
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.site-footer .social-nav ul{
		margin: 0;
		padding: 0;
	}

	.site-footer .social-nav ul li{
		float: left;
		margin: 0 15px 0 0;
		padding: 0;
		list-style: none;
		
	}

	.site-footer .social-nav ul li a{
		font-size: 32px;
		color: #2e69b5;
	}

	.site-footer .social-nav ul li a:hover{
		color: #F6FAFF;
		transition: all 600ms;
	}

	.footer-branding{
		height: 35px;
		margin: 0;
		padding: 0;
	}

	.footer-branding img{
		height: 100%;
		margin: 0;
		padding: 0;
	}
	

	.ssl-disclaimer{
		width: 100%;
		padding: 0;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		gap: 15px;

	}

	.ssl-disclaimer ion-icon{
		font-size: 28px;
		color: #009432;
		margin: 0;
		padding: 0;
	}

	.ssl-disclaimer .info{
		text-align: left;
		margin: 0;
		padding: 0;
	}

	.ssl-disclaimer .info h3{
		font-size: 18px;
		color: #2e69b5;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
	}

	.ssl-disclaimer .info p{
		font-size: 14px;
	}

/***FORM ***************/
.wpcf7{
	width: 100%;
	margin: 0;
	padding: 0;
}

.wpcf7 p{
	margin: 0 0 10px 0;
	padding: 0;
}

.wpcf7 p:last-child{
	margin: 0 0 0 0;
	padding: 0;
}

.wpcf7 p input[type="text"]{
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	background-color: #F6FAFF;
	font-family: 'Inter', sans-serif;
	outline: none;
}

.wpcf7 p input[type="email"]{
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	background-color: #F6FAFF;
	font-family: 'Inter', sans-serif;
	outline: none;
}

.wpcf7 p textarea{
	width: 100%;
	height: 100px;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	resize: none;
	margin: 0;
	border: none;
	background-color: #F6FAFF;
	font-family: 'Inter', sans-serif;
	outline: none;
}

.wpcf7 p input[type="submit"]{
	padding: 10px 35px 10px 35px;
	margin: 0;
	background-color: #2e69b5;
	border: none;
	outline: none;
	font-size: 16px;
	color: #fff;
	float: right;
	cursor: pointer;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
}


@media(max-width: 1480px){
	.site-footer .footer-branding{
		height: 35px;
	}

	.site-footer .footer-column{
		align-items: flex-start;
	}
	
	.single-post{
		padding: 0 15px 0 15px !important;
	}

}


@media(max-width: 1180px){
	.site-header .site-branding{
		height: 25px !important;
	}

	.site-header .scroll-brand{
		height: 25px !important;
	}

	.site-header .layout-l {
		padding: 0 15px 0 15px;
	}

	.site-footer .footer-branding{
		height: 30px;
	}

	.site-footer .footer-column{
		align-items: flex-start;
	}

	.site-footer .layout-l {
		padding: 0 15px 0 15px;
	}
}

@media(max-width: 980px){
	.menu-toggle{
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		cursor: pointer;
		font-size: 25px;
		color: #fff;
	}

	.menu-toggle ion-icon[name="close-outline"]{
		display: none;
	}

	.main-navigation.toggled .menu-toggle ion-icon[name="close-outline"]{
		display: block;
	}

	.main-navigation.toggled .menu-toggle ion-icon[name="menu-outline"]{
		display: none;
	}

	.site-header.sticky .menu-toggle{
		color: #2e69b5;
	}

	.main-navigation.toggled .menu-toggle{
		color: #2e69b5;
	}

	

	.main-navigation ul{
		display: none;
		width: 100%;
	}

	.main-navigation ul li{
		width: 100%;
		height: 45px;
		margin: 0;
		padding: 0;
	}

	.main-navigation ul li.focus{
		background-color: #2e69b5;
	}

	.main-navigation ul li.focus a{
		color: #fff !important;
	}

	.main-navigation ul li a{
		color: #2e69b5 !important;
		display: block;
		height: 100%;
		width: 100%;
		line-height: 45px;
	}

	.admin-bar .main-navigation.toggled ul{
		top: 32px;
		height: calc(100% - 32px);
	}

	.main-navigation.toggled ul{
		display: block;
		position: fixed;
		width: 60%;
		height: calc(100%);
		z-index: -1;
		right: 0;
		top: 0;
		background-color: #fff;
		box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
		padding:  75px 15px 0 15px;
	}

	.layout-l{
		width: 100% !important;
		padding: 0 15px 0 15px !important;

	}
	
	.footer-branding{
		height: 30px ;
	}

	.footer-branding img{
		width: 100% !important;
	}

	.footer-column{
		align-items: flex-start !important;
	}

	.site-footer .partner ul li{
		width: 70px !important;
		height: 90px !important;
	}

	.site-footer .footer-column p {
		font-size: 12px;
		max-width: 320px !important;
	}

	.gap-l{
		gap: 15px;
	}
}

@media(max-width: 780px){
	.site-footer .flex-box{
		flex-direction: column !important;
	}

	.site-footer .flex-box .footer-column{
		width: 100% !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.site-footer .footer-column p {
		text-align: center !important;
	}

	.site-footer .footer-column h3{
		text-align: center !important;
	}

	.site-footer .footer-column .footer-nav ul{
		width: 100% !important;
	}

	.site-footer .footer-column .footer-nav li{
		width: 100% !important;
	}

	.site-footer .footer-column a{
		text-align: center !important;
	}

	.site-footer .social-nav{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.site-footer .partner{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-branding{
		height: 40px !important;
	}
}


@media(max-width: 580px){
	.site-footer .flex-box{
		flex-direction: column !important;
	}
	
	.ssl-disclaimer{
		align-items: center !important;
	}

	.site-footer .flex-box .footer-column{
		width: 100% !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.site-header .site-branding{
		height: 25px !important;
	}

	.site-header .scroll-brand{
		height: 25px !important;
	}

	.site-footer .footer-column p {
		text-align: center !important;
	}

	.site-footer .footer-column h3{
		text-align: center !important;
	}

	.site-footer .footer-column .footer-nav ul{
		width: 100% !important;
	}

	.site-footer .footer-column .footer-nav li{
		width: 100% !important;
	}

	.site-footer .footer-column a{
		text-align: center !important;
	}

	.swiper .swiper-wrapper{
		padding: 10px 0 10px 0 !important;
	}

	.site-footer .social-nav{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.site-footer .partner{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-branding{
		height: 40px !important;
	}
}

.cky-consent-bar .cky-title{
	font-family: 'Poppins', sans-serif;	
}

.cky-notice-group .cky-notice-des p{
	font-family: 'Inter', sans-serif;
}

.cky-notice-group .cky-btn{
	font-family: 'Inter', sans-serif;
}


.cky-modal .cky-preference-title{
	font-family: 'Poppins', sans-serif;	
}

.cky-modal .cky-preference-content-wrapper{
	font-family: 'Inter', sans-serif;
}

.cky-modal .cky-accordion p{
	font-family: 'Inter', sans-serif;
}

.cky-modal .cky-accordion .cky-accordion-btn{
	font-family: 'Poppins', sans-serif;	
}

.cky-modal .cky-accordion .cky-always-active{
	font-family: 'Poppins', sans-serif;	
}

.cky-modal .cky-btn{
	font-family: 'Inter', sans-serif;
}

.fixed-contact-box{
	position: fixed;
	bottom: 50%;
	transform: translateY(-50%);
	right: 0;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	z-index: 999;
	width: 50px;
	background-color: #2e69b5;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
}

.fixed-contact-box a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 28px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.fixed-contact-box a:last-child{
	border: none !important;
}

.fixed-contact-box a:hover{
	background-color: #fff;
	color: #2e69b5;
	transition: all 600ms;
}

/*****KONTAKT ***************/

.page-id-1181 .wpcf7-form{
    width: 100%;
    margin: 0;
    padding: 0;  
} 
.page-id-1181 .wpcf7-form br{
	display: none;
}

.page-id-1181 .wpcf7-form span{
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #707070;
	display: block;
	margin: 0 0 5px 0;
}

.page-id-1181 .wpcf7-form label select{
	width: 100%;
	height: 40px;
	cursor: pointer;
	margin: 0;
	padding: 0 10px 0 10px;
	border: none;
	background: #F6FAFF;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #707070;
	outline: none;
}

.page-id-1181 .wpcf7-form label{
    margin: 0 0 15px 0;
    padding: 0;
}

.page-id-1181 .wpcf7-form input[type="file"]{
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	background-color: #F6FAFF;
	font-family: 'Inter', sans-serif;
	outline: none;
	line-height: 40px;
}

/******BLOG*****************/

.single-post .entry-title{
	display: block !important;
	font-size: 38px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.single-post .entry-meta{
	display: none;
}

.single-post .wp-block-post-featured-image{
	width: 100% !important;
	height: 450px !important;
	margin: 25px 0 25px 0;
	padding: 0;
}

.single-post .wp-block-post-featured-image img{
	width: 100%;
	height: 100%;
}

.single-post p{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	margin: 0;
	line-height: 1.5em;
}

.single-post .max-p{
	font-size: 18px;
	font-weight: 500;
}
.single-post h3{
	font-size: 21px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 10px 0;
}

.single-post .wp-block-column.left-column{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.single-post .entry-header{
	margin: 0 0 35px 0 !important;
}

.single-post .post-thumbnail{
	display: none !important;
}

.single-post .site-header{
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0,0,0,.3);
}

.single-post .site-header .site-branding{
	display: none !important;
}

.single-post .site-header .scroll-brand{
	display: block !important;
}

.single-post ul{
	margin: 20px 0 20px 25px;
	padding: 0;
}

.single-post ul li{
	font-size: 16px;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	margin: 0 0 10px 0;
}

.single-post ul li:last-child{
	margin: 0;
}

.single-post .site-header .main-navigation ul li a{
	color: #2e69b5;
}

.single-post .site-header.sticky .layout-l{
	box-shadow: none !important;
	padding: 0 !important;
}

.single-post .site-main{
	padding: 100px 0 100px 0 !important;
}

.single-post .site-main .type-post{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 0 auto;
}

.single-post .wp-block-tag-cloud{
	width: 80%;
	margin: 25px 0 25px 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.single-post .wp-block-tag-cloud a{
	display: flex;
	background: #f5f5f5;
	height: 30px;
	padding: 0 10px 0 10px;
	align-items: center;
	justify-content: center;
	line-height: 30px;
	text-decoration: none;
	color: #707070;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	border-radius: 5px;
}

.single-post .posted-on{
	color: #707070;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
}

.single-post .updated{
	display: none !important;
}

.single-post .byline{
	display: none !important;
}

.single-post .comments-area{
	display: none !important;
}

.single-post .entry-footer{
	display: none !important;
	color: #2e69b5;
}

.single-post .wp-block-latest-posts__list li{
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.single-post .wp-block-latest-posts__list li:last-child{
	margin: 0;
}

.single-post .wp-block-latest-posts__list li a{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
	text-decoration: none;
}

.single-post .end-box{
	padding: 15px !important;
}

.single-post .wp-block-button__link {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.category .site-main{
	padding: 100px 0 100px 0 !important;
}

.category .wp-block-group{
	display: none !important;
}

.category .page-header{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 20px auto;
	font-size: 21px;
	color: #2e69b5;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.category  .site-main .type-post{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 0 auto;
}

.category .entry-meta{
	display: none !important;
}

.category .post-thumbnail img{
	width: 380px;
	height: 280px;
	object-fit: cover;
}

.category .entry-content{
	margin: 25px 0 25px 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}

.category .cat-links{
	display: none !important;
}

.category .comments-link{
	display: none !important;
}

.category .site-header{
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0,0,0,.3);
}

.category .site-header .site-branding{
	display: none !important;
}

.category .site-header .scroll-brand{
	display: block !important;
}

.category .site-header .main-navigation ul li a{
	color: #2e69b5;
}

.category .site-header.sticky .layout-l{
	box-shadow: none !important;
	padding: 0 !important;
}


/************SUPPORT FORM 2 *************************/
.form-container-sup2 form{
	width: 100%;
	padding: 25px 15px 25px 15px;
	background-color: #fff;
	border-radius: 15px;
}

.form-container-sup2 form label{
	width: 100%;
	font-family: 'Inter', sans-serif;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: 500;
	display: block;
}

.form-container-sup2 form input[type="text"]{
	width: 100%;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin: 5px 0 0 0 !important;
	padding: 0 0 0 10px !important;
	font-weight: 500;
	background-color: #F6FAFF;
	height: 45px;
	display: block;
	border: none;
	outline: none;
}

.form-container-sup2 form input[type="tel"]{
	width: 100%;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin: 5px 0 0 0 !important;
	padding: 0 0 0 10px !important;
	font-weight: 500;
	background-color: #F6FAFF;
	height: 45px;
	display: block;
	border: none;
	outline: none;
}

.form-container-sup2 form input[type="email"]{
	width: 100%;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin: 5px 0 0 0 !important;
	padding: 0 0 0 10px !important;
	font-weight: 500;
	background-color: #F6FAFF;
	height: 45px;
	display: block;
	border: none;
	outline: none;
}

.form-container-sup2 form input[type="file"]{
	width: 100%;
	height: 100px;
	border: 1px dashed #707070;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 100px;
	margin: 5px 0 0 0 !important;
	margin: 0;
	padding: 0 10px;
}

.form-container-sup2 form textarea{
	margin: 5px 0 0 0 !important;
}

.form-container-sup2 form select{
	width: 100%;
	height: 40px;
	border: none;
	background-color: #F6FAFF;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin: 5px 0 0 0 !important;
	padding: 0 0 0 10px !important;
	font-weight: 500;
	display: block;
	outline: none;
	cursor: pointer;
}

.form-container-sup2 form h4{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #F6FAFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #707070;
}

.form-container-sup2 .input-flex-harness p{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.post-navigation{
	display: none !important;
}


/****HOSTING TABLE******************/

.hosting-feature-table{
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

.hosting-feature-table .headline-tr{
	text-align: center;
	background-color: #f5f5f5;
	width: 100%;
	height: 45px;
	line-height: 45px;
}


.hosting-feature-table td{
	text-align: center;
	height: 42px;
	line-height: 42px;
}

/***BLOG TITLE ******/
.xpro-post-grid-title{
display: -webkit-box !important;
overflow : hidden !important;
text-overflow: ellipsis !important;
-webkit-line-clamp: 2 !important;
-webkit-box-orient: vertical !important; 
}
