Showing source for: https://cotax.ch/
Duration: 0.845026s
Server: Apache


<!DOCTYPE html>
<html lang="en-US">

<head>
		<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
	<meta name="format-detection" content="telephone=no">
	<meta name="theme-color" content="#3498db">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="https://cotax.ch/xmlrpc.php">
		
	<title>Swiss Tax Returns made easy!</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title=" &raquo; Feed" href="https://cotax.ch/feed/" />
<link rel="alternate" type="application/rss+xml" title=" &raquo; Comments Feed" href="https://cotax.ch/comments/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v8.26.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-NT19NQM420"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '8.26.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/cotax.ch\/"};
				if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-NT19NQM420',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-NT19NQM420', {"forceSSL":"true","link_attribution":"true"} );
															window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
				<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/cotax.ch\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.8.9"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='gtranslate-style-css'  href='https://cotax.ch/wp-content/plugins/gtranslate/gtranslate-style16.css?ver=5.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='ot-google-fonts-css'  href='//fonts.googleapis.com/css?family=Montserrat:100' type='text/css' media='all' />
<link rel='stylesheet' id='wpos-swiper-style-css'  href='https://cotax.ch/wp-content/plugins/app-mockups-carousel/assets/css/swiper.min.css?ver=1.2' type='text/css' media='all' />
<link rel='stylesheet' id='wp-amc-public-css-css'  href='https://cotax.ch/wp-content/plugins/app-mockups-carousel/assets/css/wp-amc-public.css?ver=1.2' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css'  href='https://cotax.ch/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.5.3' type='text/css' media='all' />
<link rel='stylesheet' id='cookie-law-info-css'  href='https://cotax.ch/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-public.css?ver=1.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='cookie-law-info-gdpr-css'  href='https://cotax.ch/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css?ver=1.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='dae-download-css'  href='https://cotax.ch/wp-content/plugins/download-after-email/css/download.css?ver=1629361642' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css'  href='https://cotax.ch/wp-includes/css/dashicons.min.css?ver=5.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='dae-fa-css'  href='https://cotax.ch/wp-content/plugins/download-after-email/css/all.css?ver=5.8.9' type='text/css' media='all' />
<link rel='stylesheet' id='rs-plugin-settings-css'  href='https://cotax.ch/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.2.23' type='text/css' media='all' />
<style id='rs-plugin-settings-inline-css' type='text/css'>
#rs-demo-id {}
</style>
<link rel='stylesheet' id='js_composer_front-css'  href='https://cotax.ch/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='core-extend-css'  href='https://cotax.ch/wp-content/plugins/core-extend/assets/css/core-extend.css?ver=1' type='text/css' media='all' />
<link rel='stylesheet' id='mnky_main-css'  href='https://cotax.ch/wp-content/themes/fintech-wp/style.css?ver=1.2.1' type='text/css' media='all' />
<style id='mnky_main-inline-css' type='text/css'>
input[type='submit'], button, #wp-calendar #today, .pricing-box .plan-badge, .scrollToTop, .widget-area .widget .tagcloud a:hover, blockquote.box-left, blockquote.box-right, blockquote.callout, .article-labels span, .archive-style-2:nth-child(odd) .post-content-bg, .archive-style-2.layout-two-column:nth-child(4n) .post-content-bg, .archive-style-2.layout-two-column:nth-child(4n+1) .post-content-bg, .rating-bar-value, .mp-container .mp-comment, #mobile-site-navigation .mobile-menu-header, #site-navigation-side ul li.menu-button-theme a, #header-container .menu-toggle-wrapper:hover span {background-color:#3498db;}	input[type='submit'], button{border-bottom-color: #1175b8;}input[type=button]:hover, input[type='submit']:hover, button:hover{border-bottom-color: #1175b8; background-color: #1175b8;}.archive-layout.format-video .post-preview:before, .archive-layout.format-gallery .post-preview:before, .archive-layout.format-link .post-preview:before{background-color:rgba(52,152,219,0.70);}.archive-layout.format-video .post-preview:hover:before, .archive-layout.format-gallery .post-preview:hover:before, .archive-layout.format-link .post-preview:hover:before{background-color:rgba(52,152,219,0.80);}::selection{background-color:#f39c12;}::-moz-selection{background-color:#f39c12;}.archive-style-2:nth-child(even) .post-content-bg, .archive-style-2.layout-two-column .post-content-bg{background-color:#f39c12;}		.themecolor_txt, a, a:hover, blockquote.center p, #comments span.required, #comments .comment-reply-link:hover, #comments h3.comment-reply-title #cancel-comment-reply-link:hover, #comments .comment-meta a:hover, .vc_toggle_default .vc_toggle_title .vc_toggle_icon:after, .single-post .entry-header h5 a:hover, .entry-header .entry-meta a:hover, #comments p.comment-notes:before, p.logged-in-as:before, p.must-log-in:before, .sticky .post-preview:after, .pagination a:hover, .page-links a:hover, .format-chat p:nth-child(odd):before, #comments .comment-navigation a:hover, .separator_w_icon i, .mnky_testimonials-slider .flex-control-paging li a.flex-active:after, .mnky-content-slider .flex-control-paging li a.flex-active:after, #site-navigation ul li a:hover, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.megamenu ul li ul li a:hover, #site-navigation ul li.megamenu ul li.current-menu-item > a, .mnky-posts .mp-title a:hover, .mp-author a:hover, .entry-meta-blog .meta-author:hover, .meta-comments a:hover, .archive-layout .entry-category a:hover, .mp-category a:hover, .rating_aspect_value .rating-value, .rating_summary_value, .rating-stars, #mobile-site-navigation ul > li > a:hover, .mnky_team_wrapper .team_member_position, .mnky_team_wrapper .team_content_container i, .mnky_breadcrumbs a:hover span, .site-links .search_button:hover, .site-links .header_cart_link i:hover, .menu-toggle-wrapper:hover, .footer-sidebar .widget a:hover, .site-info .widget a:hover {color:#3498db;}			.archive-layout .entry-category, .archive-layout .entry-category a, .single-post .entry-header h5, .single-post .entry-header h5 a, .mnky_team_wrapper:hover .team_content_container i, .mnky_breadcrumbs span {color:#f39c12;}		input:focus, textarea:focus, blockquote.border p, blockquote.bold:after, .rating-bar-value:after, #site-navigation-side ul li.menu-button-theme a, #site-navigation-side ul li.menu-button-outline-theme a, #sidebar .widget.widget_nav_menu ul li.current-menu-item a, #sidebar.float-right .widget.widget_nav_menu ul li.current-menu-item a {border-color:#3498db;}		.mp-container .mp-comment:after {border-left-color:#3498db; border-top-color:#3498db;}		#main, #site-header #header-container, #top-bar, #mobile-site-header, #container, .inner, .page-header, .header-search, .header-search .search-input {max-width:1200px; }#site-navigation ul li.megamenu > ul{max-width:1200px; left: calc(50% - 600px);}@media only screen and (max-width : 1200px){#site-navigation .menu-container ul li.megamenu > ul{left:0;}}@media only screen and (max-width : 1260px){.searchform-wrapper {padding:0 30px;} .header-search .toggle-header-search {right:30px;}}#mobile-site-header{width:100% !important;}#site-header, #site-header #header-wrapper {height:100px;}#site-header, #site-header #header-wrapper, #mobile-site-header {background-color:#ffffff;}#site-header #header-wrapper {box-shadow:0px 1px 3px rgba(0,0,0,0.12);} #site-header.header-overlay #header-wrapper {box-shadow:none;}#top-bar-wrapper, #top-bar .widget_nav_menu ul li ul{background:#2c343b}#top-bar-wrapper .widget, #top-bar-wrapper .widget a, #top-bar .widget-title, #top-bar .search-input {color:#ffffff}#top-bar-wrapper .widget a:hover{color:#ffffff}#site-navigation ul > li > a, .site-links .menu-toggle-wrapper, .site-links .header_cart_wrapper, .site-links .search_button, #site-logo .site-title, #site-navigation #menu-sidebar {line-height:100px}.header-search .search-input {height:100px}#site-navigation ul li a, .site-links .menu-toggle-wrapper {font-size:16px}#site-navigation ul li a, .site-links .search_button, .site-links .header_cart_link i, .toggle-mobile-menu i, #mobile-site-header #mobile-site-logo h1.site-title a, #mobile-site-header .toggle-mobile-menu i, .header-search .search-input, .menu-toggle-wrapper {color:#777777}.header-search .toggle-header-search span, #header-container .menu-toggle-wrapper span {background-color:#777777}#site-navigation ul li a:hover, .site-links .search_button:hover, .site-links .header_cart_link i:hover, #site-navigation ul li.current-menu-item > a, .menu-toggle-wrapper:hover {color:#333333}#header-container .menu-toggle-wrapper:hover span {background-color:#333333}#site-navigation ul li ul {background-color:#292929}#site-navigation ul li ul li a, #site-navigation ul li ul li a:hover, #site-navigation ul li ul li.current-menu-item > a {color:rgba(255,255,255,0.75)}#site-navigation ul li ul li a:hover, #site-navigation ul li ul li.current-menu-item > a, .single-post #site-navigation ul li ul li.current_page_parent > a, #site-navigation ul li ul li.current-menu-ancestor > a {background-color:#222222}#site-navigation ul li.megamenu ul li ul li a:hover, #site-navigation ul li.megamenu ul li.current-menu-item > a {color:#ffffff;}#site-navigation ul li.megamenu > ul > li > a, #site-navigation ul li.megamenu > ul > li > a:hover{color:#ffffff !important}#site-navigation ul > li.megamenu > ul > li {border-right-color:rgba(255,255,255,0.12)}#mobile-site-header{background:#ffffff}#mobile-site-header .toggle-mobile-menu i, #mobile-site-header #mobile-site-logo h1.site-title a {color:#333333}#site-logo {margin-top:27px}.page-sidebar .widget{color:#666677}.page-sidebar .widget .widget-title:after  {background:#f39c12}body, select, textarea, input, button{font-family: "Montserrat",Arial,Helvetica,sans-serif;}body{color:#666677; font-size:16px}#content h4.wpb_toggle, .mp-author a, .entry-meta-blog .meta-author, .meta-comments a, .entry-header .entry-meta, .entry-header .entry-meta a, .pagination a, .page-links a, #comments .comment-meta a, #comments .comment-reply-link, #comments h3.comment-reply-title #cancel-comment-reply-link, #comments .comment-navigation a, .mnky_breadcrumbs a span, .mnky-content-box, .mnky-accordion.vc_tta-style-classic.vc_tta.vc_general .vc_tta-panel-title > a {color:#666677;}#site-navigation, #site-navigation ul li a, .site-links .menu-toggle-wrapper{font-family: "Montserrat",Arial,Helvetica,sans-serif;;}#site-navigation-side ul li a, #site-navigation-overlay ul li a{font-family: "Montserrat",Arial,Helvetica,sans-serif;;}h1, h2, h3, h4, h5, h6{font-family: "Montserrat",Arial,Helvetica,sans-serif;;}.single-post .entry-content{font-family: "Montserrat",Arial,Helvetica,sans-serif;;}.single-post .entry-content, .single-post .post_lead_content {font-size:16px}.widget .widget-title{font-family: "Montserrat",Arial,Helvetica,sans-serif;;}h1{font-size:30px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#0b3b5b}#site-logo .site-title a:hover, #comments .comment-author .fn, .mnky_counter_wrapper .count_data, .mnky-accordion.vc_tta-style-classic.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a {color:#0b3b5b}.footer-sidebar{background-color:#2f3a60}.footer-sidebar .widget a:hover {color:#ffffff}.site-info{background-color:#2f3a60}.site-info {text-align:left}.site-info .copyright-separator {border-color:#ffffff}.site-info .widget a:hover{color:#ffffff}#site-logo img {width:190px;}#mobile-site-header #mobile-site-logo img{width: 150px;}
</style>
<link rel='stylesheet' id='vc_font_awesome_5_shims-css'  href='https://cotax.ch/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/v4-shims.min.css?ver=6.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='vc_font_awesome_5-css'  href='https://cotax.ch/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/all.min.css?ver=6.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='fancybox-css'  href='https://cotax.ch/wp-content/plugins/easy-fancybox/css/jquery.fancybox.min.css?ver=1.3.24' type='text/css' media='screen' />
<!--n2css--><script type='text/javascript' src='https://cotax.ch/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.26.0' id='monsterinsights-frontend-script-js'></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/cotax.ch","hash_tracking":"false","v4_id":"G-NT19NQM420"};/* ]]> */
</script>
<script type='text/javascript' id='cookie-law-info-js-extra'>
/* <![CDATA[ */
var Cli_Data = {"nn_cookie_ids":[],"cookielist":[],"ccpaEnabled":"","ccpaRegionBased":"","ccpaBarEnabled":"","ccpaType":"gdpr","js_blocking":"1","custom_integration":"","triggerDomRefresh":""};
var cli_cookiebar_settings = {"animate_speed_hide":"500","animate_speed_show":"500","background":"#FFF","border":"#b1a6a6c2","border_on":"","button_1_button_colour":"#00d251","button_1_button_hover":"#00a841","button_1_link_colour":"#fff","button_1_as_button":"1","button_1_new_win":"","button_2_button_colour":"#333","button_2_button_hover":"#292929","button_2_link_colour":"#000000","button_2_as_button":"","button_2_hidebar":"","button_3_button_colour":"#3566bb","button_3_button_hover":"#2a5296","button_3_link_colour":"#fff","button_3_as_button":"1","button_3_new_win":"","button_4_button_colour":"#000","button_4_button_hover":"#000000","button_4_link_colour":"#333333","button_4_as_button":"","font_family":"inherit","header_fix":"","notify_animate_hide":"1","notify_animate_show":"","notify_div_id":"#cookie-law-info-bar","notify_position_horizontal":"right","notify_position_vertical":"bottom","scroll_close":"","scroll_close_reload":"","accept_close_reload":"","reject_close_reload":"","showagain_tab":"","showagain_background":"#fff","showagain_border":"#000","showagain_div_id":"#cookie-law-info-again","showagain_x_position":"100px","text":"#333333","show_once_yn":"","show_once":"10000","logging_on":"","as_popup":"","popup_overlay":"1","bar_heading_text":"","cookie_bar_as":"banner","popup_showagain_position":"bottom-right","widget_position":"left"};
var log_object = {"ajax_url":"https:\/\/cotax.ch\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/cookie-law-info/public/js/cookie-law-info-public.js?ver=1.9.5' id='cookie-law-info-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.2.23' id='tp-tools-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.2.23' id='revmin-js'></script>
<link rel="https://api.w.org/" href="https://cotax.ch/wp-json/" /><link rel="alternate" type="application/json" href="https://cotax.ch/wp-json/wp/v2/pages/5381" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://cotax.ch/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://cotax.ch/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.8.9" />
<link rel="canonical" href="https://cotax.ch/" />
<link rel='shortlink' href='https://cotax.ch/' />
<link rel="alternate" type="application/json+oembed" href="https://cotax.ch/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcotax.ch%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://cotax.ch/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcotax.ch%2F&#038;format=xml" />
<script>var gt_request_uri = '/';</script><!-- Facebook Pixel Code -->
<script>
  !function(f,b,e,v,n,t,s)
  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  n.queue=[];t=b.createElement(e);t.async=!0;
  t.src=v;s=b.getElementsByTagName(e)[0];
  s.parentNode.insertBefore(t,s)}(window, document,'script',
  'https://connect.facebook.net/en_US/fbevents.js');
  fbq('init', '232570541722439');
  fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
  src="https://www.facebook.com/tr?id=232570541722439&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code --><meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/>
<meta name="generator" content="Powered by Slider Revolution 6.2.23 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
<link rel="icon" href="https://cotax.ch/wp-content/uploads/2020/11/cropped-cotax_favicon_nocolour-32x32.png" sizes="32x32" />
<link rel="icon" href="https://cotax.ch/wp-content/uploads/2020/11/cropped-cotax_favicon_nocolour-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://cotax.ch/wp-content/uploads/2020/11/cropped-cotax_favicon_nocolour-180x180.png" />
<meta name="msapplication-TileImage" content="https://cotax.ch/wp-content/uploads/2020/11/cropped-cotax_favicon_nocolour-270x270.png" />
<script type="text/javascript">function setREVStartSize(e){
			//window.requestAnimationFrame(function() {				 
				window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;	
				window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;	
				try {								
					var pw = document.getElementById(e.c).parentNode.offsetWidth,
						newh;
					pw = pw===0 || isNaN(pw) ? window.RSIW : pw;
					e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);
					e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);
					e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);
					e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);
					e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);
					e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);
					e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);		
					if(e.layout==="fullscreen" || e.l==="fullscreen") 						
						newh = Math.max(e.mh,window.RSIH);					
					else{					
						e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];
						for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];					
						e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;
						e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];
						for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];
											
						var nl = new Array(e.rl.length),
							ix = 0,						
							sl;					
						e.tabw = e.tabhide>=pw ? 0 : e.tabw;
						e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;
						e.tabh = e.tabhide>=pw ? 0 : e.tabh;
						e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;					
						for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];
						sl = nl[0];									
						for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}															
						var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);					
						newh =  (e.gh[ix] * m) + (e.tabh + e.thumbh);
					}				
					if(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement("style"));					
					document.getElementById(e.c).height = newh+"px";
					window.rs_init_css.innerHTML += "#"+e.c+"_wrapper { height: "+newh+"px }";				
				} catch(e){
					console.log("Failure at Presize of Slider:" + e)
				}					   
			//});
		  };</script>
		<style type="text/css" id="wp-custom-css">
			.site-footer {
	text-align:center;
}
a.glink{color: #f08160 !important;}
#site-navigation ul li a{color: #000000;}

#menu-footer-menu {
	display: inline-flex;
    align-items: flex-end;
}
.footer-sidebar .widget{margin-bottom:30px;}
.footer-sidebar .widget ul li {
    
    margin: 0 10px;
}
.widget ul{
display: inline-flex;
align-items: flex-end;}
#text-13 {
	text-align:center;
}

.site-footer .inner {
    margin: 0 auto;
    padding: 40px 30px !important;
}

.footer-sidebar {
    background-color: #2a3e63;
}
.site-info {
    background-color: #2a3e63;
}

.site-info .inner{
	padding:0px !important;
}		</style>
		<style type="text/css" data-type="vc_custom-css">#site-navigation .menu-container{
    margin-left:20%;
}

#btnrow img {
    width:160px !important;
}

#main {
    background: #fff;
    margin: 0 auto;
    padding: 00px 30px;
}

#how-works p {
    color:#fff !important;
    font-size:13px !important;
}

#features p {
    color:#000 !important;
    font-size:13px !important;
}

#overlaprow {
    margin-bottom:-500px !important;
    position:absolute;
}

.mnky_custom-list-item{
    font-family: 'Montserrat';
    font-weight: 500;
}

.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat{
    padding: 15px 35px;
    border-radius: 50px;
    margin-top: 15px;
    font-size:15px;
}

#videosec {
    background-size:100%;
    background-repeat:no-repeat;
}

#guide p {
    color:#fff !important;
}

.wpcf7 input[type="email"]{
    padding: 17px;
}
input[type=button]:hover, input[type='submit']:hover, button:hover {
    border-bottom-color: #2f3a60;
    background-color: #2f3a60;
}


input[type='submit'] {
    border-bottom-color: #ee7354;
    background-color: #ee7354;
    width:100% !important;
}

#guide-wrap {
    width: 90%;
    float: left;
    display: inline-flex;
    margin: 1% 5% 0%;
}

.first-col {
width:65%;
float:left;
}

.second-col {
width:35%;
float:left;
}

#banner img{
    width:450px;
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
background:#f9f9f9 !important;
color:#2f3a60 !important;
border:0px !important;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 0px;
}

.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
    font-size: 50px;
    height: 16px;
    line-height: 16px;
}

#youtube-link .vc_btn3.vc_btn3-size-lg {
    font-size: 18px;
    padding-left: 70px !important;
    font-weight: 600;
    }
    
    #portlogo img {
        filter: grayscale(100%) !important;
        width:230px !important;
    }
    
    .mobilepart {display:none !important;}
    
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 767px) {
  
 #banner h2 {
     font-size:37px !important;
     text-align:center !important;
 } 
 
 #textp {
     font-size:16px !important;
     text-align:center !important;
 }
 
 #banner h3 {
      font-size:34px !important;
     text-align:center !important;
 }
 
 #btnrow .vc_col-sm-4 {
     width: 50% !important;
    float: left !important;
    text-align: center !important;
 }
  
  #banner .vc_btn3-container.vc_btn3-left {
    text-align: center;
}
#banner {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
}
#mob-pic {
    margin-top:30px;
    margin-bottom:30px;
}
.desktoppart{
    display:none !important;
}
.mobilepart{display:block !important;}
#guide-wrap {
    width: 90%;
    display: block;
}
.first-col{width: 100%;}
.second-col {width: 100%;}
#menu-footer-menu {
    display: block;
}
.site-info .inner {
    padding: 0px 25px !important;
}
}</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1635725418030{padding-top: 60px !important;padding-bottom: 80px !important;background-color: #f9f9f9 !important;}.vc_custom_1635540949459{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1637425888658{padding-top: 80px !important;padding-bottom: 80px !important;background-color: #54629d !important;}.vc_custom_1637425878186{padding-top: 80px !important;padding-bottom: 80px !important;background-color: #54629d !important;}.vc_custom_1635541283682{padding-top: 80px !important;padding-bottom: 80px !important;}.vc_custom_1636324218946{padding-top: 60px !important;padding-bottom: 80px !important;background-color: #f9f9f9 !important;}.vc_custom_1635544221464{margin-bottom: 40px !important;}.vc_custom_1637796782987{padding-top: 80px !important;padding-bottom: 80px !important;background: #54629d url(https://cotax.ch/wp-content/uploads/2021/11/Screenshot-2021-11-25-at-00.32.04.png?id=38080) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1637205683152{padding-top: 80px !important;padding-bottom: 80px !important;background-color: #f9f9f9 !important;}.vc_custom_1636321291650{margin-top: 15px !important;margin-bottom: 25px !important;}.vc_custom_1637795144833{margin-bottom: 10px !important;}.vc_custom_1635541333560{margin-bottom: 20px !important;padding-top: 5px !important;}.vc_custom_1636125018264{margin-bottom: 0px !important;}.vc_custom_1636125034524{margin-bottom: 0px !important;}.vc_custom_1636125062686{margin-bottom: 0px !important;}.vc_custom_1636125069765{margin-bottom: 0px !important;}.vc_custom_1636125076891{margin-bottom: 0px !important;}.vc_custom_1636125084789{margin-bottom: 0px !important;}.vc_custom_1635538452910{margin-bottom: 20px !important;}.vc_custom_1635543108766{margin-bottom: 20px !important;}.vc_custom_1635540882776{margin-bottom: 20px !important;}.vc_custom_1635543121211{margin-bottom: 20px !important;}.vc_custom_1635540868918{margin-bottom: 20px !important;}.vc_custom_1635543115087{margin-bottom: 20px !important;}.vc_custom_1635540915014{margin-bottom: 20px !important;}.vc_custom_1635543127256{margin-bottom: 20px !important;}.vc_custom_1635536143037{padding-top: 80px !important;padding-bottom: 30px !important;}.vc_custom_1637795186211{margin-bottom: 10px !important;}.vc_custom_1635541133433{margin-bottom: 20px !important;padding-top: 5px !important;}.vc_custom_1635536583118{margin-bottom: 15px !important;}.vc_custom_1635536608682{margin-bottom: 20px !important;}.vc_custom_1635536402725{margin-bottom: 15px !important;}.vc_custom_1635536593723{margin-bottom: 15px !important;}.vc_custom_1635536602228{margin-bottom: 20px !important;}.vc_custom_1635536402725{margin-bottom: 15px !important;}.vc_custom_1635536635556{margin-bottom: 15px !important;}.vc_custom_1635536620018{margin-bottom: 20px !important;}.vc_custom_1635536402725{margin-bottom: 15px !important;}.vc_custom_1635536143037{padding-top: 80px !important;padding-bottom: 30px !important;}.vc_custom_1637795224906{margin-bottom: 10px !important;}.vc_custom_1635541133433{margin-bottom: 20px !important;padding-top: 5px !important;}.vc_custom_1641290108145{margin-bottom: 30px !important;}.vc_custom_1635536583118{margin-bottom: 15px !important;}.vc_custom_1635536608682{margin-bottom: 20px !important;}.vc_custom_1635536402725{margin-bottom: 15px !important;}.vc_custom_1641290134439{margin-top: 35px !important;margin-bottom: 30px !important;}.vc_custom_1635536593723{margin-bottom: 15px !important;}.vc_custom_1635536602228{margin-bottom: 20px !important;}.vc_custom_1635536402725{margin-bottom: 15px !important;}.vc_custom_1637430399970{margin-bottom: 30px !important;}.vc_custom_1641290147860{margin-bottom: 30px !important;}.vc_custom_1635536635556{margin-bottom: 15px !important;}.vc_custom_1635536620018{margin-bottom: 20px !important;}.vc_custom_1635536402725{margin-bottom: 15px !important;}.vc_custom_1635541404321{padding-top: 50px !important;}.vc_custom_1637795252464{margin-bottom: 10px !important;}.vc_custom_1635541333560{margin-bottom: 20px !important;padding-top: 5px !important;}.vc_custom_1635543564610{margin-top: 50px !important;}.vc_custom_1637795265784{margin-bottom: 10px !important;}.vc_custom_1635541333560{margin-bottom: 20px !important;padding-top: 5px !important;}.vc_custom_1635543332469{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ffffff !important;}.vc_custom_1635543511874{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ffffff !important;}.vc_custom_1635543521221{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ffffff !important;}.vc_custom_1635543529199{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;background-color: #ffffff !important;}.vc_custom_1636971386823{margin-bottom: 25px !important;}.vc_custom_1635543241160{margin-bottom: 20px !important;}.vc_custom_1636971391067{margin-bottom: 25px !important;}.vc_custom_1635721458052{margin-bottom: 20px !important;}.vc_custom_1636971395163{margin-bottom: 25px !important;}.vc_custom_1635721526004{margin-bottom: 20px !important;}.vc_custom_1636971398858{margin-bottom: 25px !important;}.vc_custom_1635721510074{margin-bottom: 20px !important;}.vc_custom_1637795072447{margin-bottom: 10px !important;}.vc_custom_1635543887378{margin-bottom: 20px !important;padding-top: 5px !important;}.vc_custom_1637795286324{margin-bottom: 15px !important;}.vc_custom_1635722201383{margin-bottom: 30px !important;}.vc_custom_1635545224226{padding-top: 50px !important;}.vc_custom_1635546588638{padding-top: 40px !important;}.vc_custom_1637795376134{margin-bottom: 10px !important;}.vc_custom_1635541333560{margin-bottom: 20px !important;padding-top: 5px !important;}.vc_custom_1635545382061{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;}.vc_custom_1635545387984{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;}.vc_custom_1635545395019{padding-top: 30px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: #ffffff !important;}.vc_custom_1637795300627{margin-bottom: 10px !important;}.vc_custom_1635545765947{padding-top: 20px !important;padding-bottom: 10px !important;}.vc_custom_1635545359084{margin-bottom: 20px !important;}.vc_custom_1637795310563{margin-bottom: 10px !important;}.vc_custom_1635545769605{padding-top: 20px !important;padding-bottom: 10px !important;}.vc_custom_1635545364553{margin-bottom: 20px !important;}.vc_custom_1637795320250{margin-bottom: 10px !important;}.vc_custom_1635545773426{padding-top: 20px !important;padding-bottom: 10px !important;}.vc_custom_1635545340279{margin-bottom: 20px !important;}.vc_custom_1635546615247{padding-top: 20px !important;padding-bottom: 20px !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head>
	
<body class="home page-template-default page page-id-5381 sticky-sidebar wpb-js-composer js-comp-ver-6.4.1 vc_responsive" id="site-body" itemscope itemtype="http://schema.org/WebPage">
		
	<div id="wrapper">
		
	
		
			


	
<header id="mobile-site-header" class="mobile-header">
	<div id="mobile-site-logo">
		<a href="https://cotax.ch/"><img src="https://cotax.ch/wp-content/uploads/2020/11/Final-Logo-for-Mobile-2.png" alt="" /></a>	</div>	
	
	<div id="mobile-header-sidebar" class="clearfix">
		<div id="text-15" class="widget widget_text">			<div class="textwidget"></div>
		</div><div id="gtranslate-4" class="widget widget_gtranslate"><!-- GTranslate: https://gtranslate.io/ -->
<a href="https://cotax.ch" onclick="doGTranslate('en|en');return false;" title="English" class="glink nturl notranslate">EN</a> <a href="https://cotax.ch/de/" onclick="doGTranslate('en|de');return false;" title="German" class="glink nturl notranslate">DE</a> 

<script>
function doGTranslate(lang_pair) {if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];var plang=location.pathname.split('/')[1];if(plang.length !=2 && plang != 'zh-CN' && plang != 'zh-TW' && plang != 'hmn' && plang != 'haw' && plang != 'ceb')plang='en';if(lang == 'en')location.href=location.protocol+'//'+location.host+gt_request_uri;else location.href=location.protocol+'//'+location.host+'/'+lang+gt_request_uri;}
</script>
</div>	</div>
	
	
	<a href="#mobile-site-navigation" class="toggle-mobile-menu"><i class="fa fa-bars"></i></a>	
</header>	
	
	

	<header id="site-header" class="header-style-default" itemscope itemtype="http://schema.org/WPHeader">
		<div id="header-wrapper">
			<div id="header-container" class="clearfix">
				<div id="site-logo">
					<a href="https://cotax.ch/">
				<img src="https://cotax.ch/wp-content/uploads/2020/11/Logo-cotax-01.svg" width="" height="" alt="" class="default-logo" />
				<img src="https://cotax.ch/wp-content/uploads/2020/11/Logo-cotax-01.svg" width="" height="" alt="" class="retina-logo" />
			</a>				</div>			
				
				<div id="site-navigation" class="" itemscope itemtype="http://schema.org/SiteNavigationElement">
					<nav id="primary-navigation" class="menu-container"><ul id="menu-cotax-menu" class="menu"><li id="menu-item-1328" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1328"><a href="#how-it-works">How It Works</a></li>
<li id="menu-item-1330" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1330"><a href="#prices">Prices</a></li>
<li id="menu-item-1321" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1321"><a href="https://cotax.ch/incometaxcalculator/">Tax Calculator</a></li>
</ul></nav>					
						
	<div id="menu-sidebar">
		<div id="gtranslate-5" class="widget-container widget_gtranslate"><!-- GTranslate: https://gtranslate.io/ -->
<a href="https://cotax.ch" onclick="doGTranslate('en|en');return false;" title="English" class="glink nturl notranslate">EN</a> <a href="https://cotax.ch/de/" onclick="doGTranslate('en|de');return false;" title="German" class="glink nturl notranslate">DE</a> 

<script>
function doGTranslate(lang_pair) {if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];var plang=location.pathname.split('/')[1];if(plang.length !=2 && plang != 'zh-CN' && plang != 'zh-TW' && plang != 'hmn' && plang != 'haw' && plang != 'ceb')plang='en';if(lang == 'en')location.href=location.protocol+'//'+location.host+gt_request_uri;else location.href=location.protocol+'//'+location.host+'/'+lang+gt_request_uri;}
</script>
</div>	</div>
	
					<div class="site-links menu-float-right">
																					
													<button class="toggle-header-search search_button" type="button">
								<i class="fa fa-search"></i>
							</button>
																
					</div>
				
									</div><!-- #site-navigation -->
												
									<div class="header-search">
							<div class="searchform-wrapper">
		<form method="get" class="searchform" action="https://cotax.ch/">
			<input onfocus="this.value=''" onblur="this.value='Type and hit enter to search ...'" type="text" value="Search..." name="s" class="search-input" />
		</form>
	</div>						<div class="toggle-header-search">
							<span></span>
							<span></span>
						</div>
					</div>
				
			</div><!-- #header-container -->
		</div><!-- #header-wrapper -->	
	</header><!-- #site-header -->
	
	
		
	
		
		
		

		
		
		<div id="main" class="clearfix">

		<div id="container">
					<div id="content">
			
				
				<article id="post-5381" class="clearfix post-5381 page type-page status-publish" >
					<div class="entry-content clearfix">
					<section id="banner" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section vc_custom_1635725418030 vc_section-has-fill"><div class="vc_row wpb_row vc_row-fluid vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 54px;color: #2f3a60;text-align: left;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading" >Swiss Tax Returns made easy!</h2><h3 style="font-size: 30px;color: #ee7354;text-align: left;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading" >Simple, fast, and stress-free</h3><h4 style="font-size: 24px;color: #000000;line-height: 1.5;text-align: left;font-family:Montserrat;font-weight:400;font-style:normal" class="vc_custom_heading" id="textp">Get an optimized tax return without<br />
any tax knowledge.</h4><div id="btnrow" class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1636321291650"><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://apps.apple.com/us/app/cotax/id1552891219" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img width="128" height="41" src="https://cotax.ch/wp-content/uploads/2021/11/app-store-badge_app-store-badge.svg" class="vc_single_image-img attachment-full" alt="" loading="lazy" /></a>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left">
		
		<figure class="wpb_wrapper vc_figure">
			<a href="https://play.google.com/store/apps/details?id=com.ripenapps.cotax" target="_self" class="vc_single_image-wrapper   vc_box_border_grey"><img width="128" height="40" src="https://cotax.ch/wp-content/uploads/2021/11/google-play-badge_google-play-badge.svg" class="vc_single_image-img attachment-full" alt="" loading="lazy" /></a>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_btn3-container vc_btn3-left" id="youtube-link" ><a class="vc_general vc_btn3 vc_btn3-size-lg vc_btn3-shape-square vc_btn3-style-flat vc_btn3-icon-left vc_btn3-color-white" href="https://www.youtube.com/watch?v=dJxP8hHoI_M" title=""><i class="vc_btn3-icon fas fa-play-circle"></i> Watch the video</a></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="669" height="858" src="https://cotax.ch/wp-content/uploads/2021/11/vector-final-01.svg" class="vc_single_image-img attachment-full" alt="" loading="lazy" /></div>
		</figure>
	</div>
</div></div></div></div></section><div class="vc_row-full-width vc_clearfix"></div><section data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;color: #2f3a60;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795144833" >Serving Expats across</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_border_width_2 vc_sep_pos_align_center vc_separator_no_text vc_custom_1635541333560  vc_custom_1635541333560" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#ee7354;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#ee7354;" class="vc_sep_line"></span></span>
</div><div class="vc_empty_space"   style="height: 30px"><span class="vc_empty_space_inner"></span></div><div id="portlogo" class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1636125018264">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="625" height="313" src="https://cotax.ch/wp-content/uploads/2021/11/Google-01.png" class="vc_single_image-img attachment-full" alt="" loading="lazy" srcset="https://cotax.ch/wp-content/uploads/2021/11/Google-01.png 625w, https://cotax.ch/wp-content/uploads/2021/11/Google-01-300x150.png 300w" sizes="(max-width: 625px) 100vw, 625px" /></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1636125034524">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="625" height="313" src="https://cotax.ch/wp-content/uploads/2021/11/ABB-01.png" class="vc_single_image-img attachment-full" alt="" loading="lazy" srcset="https://cotax.ch/wp-content/uploads/2021/11/ABB-01.png 625w, https://cotax.ch/wp-content/uploads/2021/11/ABB-01-300x150.png 300w" sizes="(max-width: 625px) 100vw, 625px" /></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1636125062686">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="625" height="313" src="https://cotax.ch/wp-content/uploads/2021/11/P-and-G-01.png" class="vc_single_image-img attachment-full" alt="" loading="lazy" srcset="https://cotax.ch/wp-content/uploads/2021/11/P-and-G-01.png 625w, https://cotax.ch/wp-content/uploads/2021/11/P-and-G-01-300x150.png 300w" sizes="(max-width: 625px) 100vw, 625px" /></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1636125069765">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="625" height="313" src="https://cotax.ch/wp-content/uploads/2021/11/unilever-01.png" class="vc_single_image-img attachment-full" alt="" loading="lazy" srcset="https://cotax.ch/wp-content/uploads/2021/11/unilever-01.png 625w, https://cotax.ch/wp-content/uploads/2021/11/unilever-01-300x150.png 300w" sizes="(max-width: 625px) 100vw, 625px" /></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1636125076891">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="625" height="313" src="https://cotax.ch/wp-content/uploads/2021/11/Roche-01.png" class="vc_single_image-img attachment-full" alt="" loading="lazy" srcset="https://cotax.ch/wp-content/uploads/2021/11/Roche-01.png 625w, https://cotax.ch/wp-content/uploads/2021/11/Roche-01-300x150.png 300w" sizes="(max-width: 625px) 100vw, 625px" /></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1636125084789">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="625" height="313" src="https://cotax.ch/wp-content/uploads/2021/11/Novartis-01.png" class="vc_single_image-img attachment-full" alt="" loading="lazy" srcset="https://cotax.ch/wp-content/uploads/2021/11/Novartis-01.png 625w, https://cotax.ch/wp-content/uploads/2021/11/Novartis-01-300x150.png 300w" sizes="(max-width: 625px) 100vw, 625px" /></div>
		</figure>
	</div>
</div></div></div></div><div class="vc_empty_space"   style="height: 50px"><span class="vc_empty_space_inner"></span></div></div></div></div></div></section><div class="vc_row-full-width vc_clearfix"></div><section class="vc_section vc_custom_1635540949459"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1635538452910">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/02/1-4-80x80.png" width="80" height="80" alt="1" title="1" /></div>
		</figure>
	</div>
<h2 style="font-size: 22px;color: #ee7354;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635543108766" >Easy to navigate &amp; straightforward</h2>
	<div class="wpb_text_column wpb_content_element " id="features">
		<div class="wpb_wrapper">
			<p style="text-align: center;">Download our app for free and submit all info whenever you want. We will guide you through all steps in a survey-like form, using simplified questions and with examples of required documents.</p>

		</div>
	</div>
<div class="vc_empty_space"   style="height: 80px"><span class="vc_empty_space_inner"></span></div>
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1635540882776">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/02/3-3-80x80.png" width="80" height="80" alt="3" title="3" /></div>
		</figure>
	</div>
<h2 style="font-size: 22px;color: #ee7354;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635543121211" >Support for various tax situations</h2>
	<div class="wpb_text_column wpb_content_element " id="features">
		<div class="wpb_wrapper">
			<p style="text-align: center;">The latest generation of A.I. is charged with our Swiss tax specialists human expertise to handle different situations, from regular to more complex cases. With us, there is no such thing as a too complicated case.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div id="mob-pic" class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="1100" height="1252" src="https://cotax.ch/wp-content/uploads/2021/10/test-features.png" class="vc_single_image-img attachment-full" alt="" loading="lazy" srcset="https://cotax.ch/wp-content/uploads/2021/10/test-features.png 1100w, https://cotax.ch/wp-content/uploads/2021/10/test-features-264x300.png 264w, https://cotax.ch/wp-content/uploads/2021/10/test-features-900x1024.png 900w, https://cotax.ch/wp-content/uploads/2021/10/test-features-768x874.png 768w" sizes="(max-width: 1100px) 100vw, 1100px" /></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1635540868918">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/02/2-3-80x80.png" width="80" height="80" alt="2" title="2" /></div>
		</figure>
	</div>
<h2 style="font-size: 22px;color: #ee7354;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635543115087" >Save time by relying on our experts</h2>
	<div class="wpb_text_column wpb_content_element " id="features">
		<div class="wpb_wrapper">
			<p style="text-align: center;">All you have to do is provide the details and documents, and we will take care of the rest. It takes only 7 minutes to fill it out, we checked. <span style="color: #ffffff;">Yes we did check, it could take evne less.</span></p>

		</div>
	</div>
<div class="vc_empty_space"   style="height: 80px"><span class="vc_empty_space_inner"></span></div>
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1635540915014">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/02/4-3-80x80.png" width="80" height="80" alt="4" title="4" /></div>
		</figure>
	</div>
<h2 style="font-size: 22px;color: #ee7354;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635543127256" >No tax knowledge needed</h2>
	<div class="wpb_text_column wpb_content_element " id="features">
		<div class="wpb_wrapper">
			<p style="text-align: center;">Forget about tax vocabulary and confusing terms.We promise that it’s far less painful than dealing with the official tax forms.</p>

		</div>
	</div>
</div></div></div></div></section><section id="how-it-works" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section desktoppart vc_custom_1637425888658 vc_section-has-fill"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;color: #ffffff;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795186211" >How It Works</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_border_width_2 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_white vc_custom_1635541133433  vc_custom_1635541133433" ><span class="vc_sep_holder vc_sep_holder_l"><span  class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  class="vc_sep_line"></span></span>
</div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1635536143037 vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2022/01/2-3-271x530.png" width="271" height="530" alt="2" title="2" /></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2022/01/4-1-335x673.png" width="335" height="673" alt="4" title="4" /></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2022/01/5-3-271x530.png" width="271" height="530" alt="5" title="5" /></div>
		</figure>
	</div>
</div></div></div></div><div id="how-works" class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536583118" >01</h2><h2 style="font-size: 22px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536608682" >File details and documents</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_pos_align_center vc_separator_no_text vc_custom_1635536402725  vc_custom_1635536402725" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span>
</div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center;">Tell us about yourself and submit required documents by taking quick snaps or uploading them straight to the cotax app. We will guide you through a list of relevant questions using simple language.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536593723" >02</h2><h2 style="font-size: 22px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536602228" >We optimize for deductions</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_pos_align_center vc_separator_no_text vc_custom_1635536402725  vc_custom_1635536402725" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span>
</div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center;">cotax gathers only documents and the information necessary to uncover opportunities for more deductions and process your case. Your tax return is completed by A.I &amp; the experienced team of tax experts, looking at each detail to ensure you receive the most out of your tax return.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536635556" >03</h2><h2 style="font-size: 22px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536620018" >Review and confirm</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_pos_align_center vc_separator_no_text vc_custom_1635536402725  vc_custom_1635536402725" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span>
</div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center;">Get the completed tax return within 48 hours. If in doubt, we will address any concerns you may have. Approve your tax return in a single tap. You will receive the hard copy of your tax return via post. All you need to do is sign and submit to tax authorities.</p>

		</div>
	</div>
</div></div></div></div></section><div class="vc_row-full-width vc_clearfix"></div><section id="how-it-works" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section mobilepart vc_custom_1637425878186 vc_section-has-fill"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;color: #ffffff;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795224906" >How It Works</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_border_width_2 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_white vc_custom_1635541133433  vc_custom_1635541133433" ><span class="vc_sep_holder vc_sep_holder_l"><span  class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  class="vc_sep_line"></span></span>
</div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1635536143037 vc_row-o-equal-height vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1641290108145">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2022/01/2-3-271x530.png" width="271" height="530" alt="2" title="2" /></div>
		</figure>
	</div>
<h2 style="font-size: 36px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536583118" >01</h2><h2 style="font-size: 22px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536608682" >File details and documents</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_pos_align_center vc_separator_no_text vc_custom_1635536402725  vc_custom_1635536402725" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span>
</div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center; color: #fff;">Tell us about yourself and submit required documents by taking quick snaps or uploading them straight to the cotax app. We will guide you through a list of relevant questions using simple language.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1641290134439">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2022/01/4-1-271x544.png" width="271" height="544" alt="4" title="4" /></div>
		</figure>
	</div>
<h2 style="font-size: 36px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536593723" >02</h2><h2 style="font-size: 22px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536602228" >We optimize for deductions</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_pos_align_center vc_separator_no_text vc_custom_1635536402725  vc_custom_1635536402725" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span>
</div>
	<div class="wpb_text_column wpb_content_element  vc_custom_1637430399970" >
		<div class="wpb_wrapper">
			<p style="text-align: center; color: #fff;">cotax gathers only documents and the information necessary to uncover opportunities for more deductions and process your case. Your tax return is completed by A.I &amp; the experienced team of tax experts, looking at each detail to ensure you receive the most out of your tax return.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1641290147860">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2022/01/5-3-271x530.png" width="271" height="530" alt="5" title="5" /></div>
		</figure>
	</div>
<h2 style="font-size: 36px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536635556" >03</h2><h2 style="font-size: 22px;color: #f6f6f6;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635536620018" >Review and confirm</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_pos_align_center vc_separator_no_text vc_custom_1635536402725  vc_custom_1635536402725" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#f6f6f6;" class="vc_sep_line"></span></span>
</div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center; color: #fff;">Get the completed tax return within 48 hours. If in doubt, we will address any concerns you may have. Approve your tax return in a single tap. You will receive the hard copy of your tax return via post. All you need to do is sign and submit to tax authorities.</p>

		</div>
	</div>
</div></div></div></div></section><div class="vc_row-full-width vc_clearfix"></div><section class="vc_section vc_custom_1635541283682"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795252464" >Join Many Happy Customers!</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_border_width_2 vc_sep_pos_align_center vc_separator_no_text vc_custom_1635541333560  vc_custom_1635541333560" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#ee7354;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#ee7354;" class="vc_sep_line"></span></span>
</div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1635541404321"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!-- Begin widget code -->
<div data-rw-masonry="21663"></div>
<script>var script = document.createElement("script");script.type = "module";script.src = "https://widgets.thereviewsplace.com/2.0/rw-widget-masonry.js";document.getElementsByTagName("head")[0].appendChild(script);</script>
<!-- End widget code -->
		</div>
	</div>
</div></div></div></div></section><section data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section vc_custom_1636324218946 vc_section-has-fill"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795265784" >Data Protection is Our Priority</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_border_width_2 vc_sep_pos_align_center vc_separator_no_text vc_custom_1635541333560  vc_custom_1635541333560" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#ee7354;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#ee7354;" class="vc_sep_line"></span></span>
</div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1635543564610 vc_column-gap-10 vc_row-o-equal-height vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-3 vc_col-has-fill"><div class="vc_column-inner vc_custom_1635543332469"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1636971386823">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/02/1-2-100x100.png" width="100" height="100" alt="1" title="1" /></div>
		</figure>
	</div>
<h2 style="font-size: 22px;color: #ee7354;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635543241160" >Data encryption</h2>
	<div class="wpb_text_column wpb_content_element " id="features">
		<div class="wpb_wrapper">
			<p style="text-align: center;">That means that all data is encrypted at any given moment, securing that the information you enter is protected.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3 vc_col-has-fill"><div class="vc_column-inner vc_custom_1635543511874"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1636971391067">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/02/2-1-100x100.png" width="100" height="100" alt="2" title="2" /></div>
		</figure>
	</div>
<h2 style="font-size: 22px;color: #ee7354;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635721458052" >Privacy is Priority</h2>
	<div class="wpb_text_column wpb_content_element " id="features">
		<div class="wpb_wrapper">
			<p style="text-align: center;">Our data protection complies with Swiss data protection laws, cotax has implemented all necessary measures for security and privacy. Also we take extra steps to ensure you are protected all the time.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3 vc_col-has-fill"><div class="vc_column-inner vc_custom_1635543521221"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1636971395163">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/02/4-2-100x100.png" width="100" height="100" alt="4" title="4" /></div>
		</figure>
	</div>
<h2 style="font-size: 22px;color: #ee7354;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635721526004" >All Data within Switzerland</h2>
	<div class="wpb_text_column wpb_content_element " id="features">
		<div class="wpb_wrapper">
			<p style="text-align: center;">Our servers are located in secure data center in Switzerland, with latest technology for security and environmentally friendly. Servers are under strict access control all the time.</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-3 vc_col-has-fill"><div class="vc_column-inner vc_custom_1635543529199"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1636971398858">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/02/3-1-100x100.png" width="100" height="100" alt="3" title="3" /></div>
		</figure>
	</div>
<h2 style="font-size: 22px;color: #ee7354;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635721510074" >Extra Protection</h2>
	<div class="wpb_text_column wpb_content_element " id="features">
		<div class="wpb_wrapper">
			<p style="text-align: center;">We use 2-step verification to help ensure better protection to your account, PIN and OTP over registered phone number, which is similar method banks use for their online service.</p>

		</div>
	</div>
</div></div></div></div></section><div class="vc_row-full-width vc_clearfix"></div><section class="vc_section vc_custom_1635544221464"><div class="vc_row wpb_row vc_row-fluid vc_row-o-content-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div  class="wpb_single_image wpb_content_element vc_align_left">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="1013" height="960" src="https://cotax.ch/wp-content/uploads/2021/10/Three-Screens-get.jpg" class="vc_single_image-img attachment-full" alt="" loading="lazy" srcset="https://cotax.ch/wp-content/uploads/2021/10/Three-Screens-get.jpg 1013w, https://cotax.ch/wp-content/uploads/2021/10/Three-Screens-get-300x284.jpg 300w, https://cotax.ch/wp-content/uploads/2021/10/Three-Screens-get-768x728.jpg 768w" sizes="(max-width: 1013px) 100vw, 1013px" /></div>
		</figure>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;text-align: left;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795072447" >What You Get With cotax</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_border_width_2 vc_sep_pos_align_left vc_separator_no_text vc_custom_1635543887378  vc_custom_1635543887378" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#ee7354;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#ee7354;" class="vc_sep_line"></span></span>
</div><div class="clearfix mnky_custom-list-item li_small"><i class="fas fa-check" style="color:#ee7354"></i>You can provide your tax details &amp; documents in less than 7 minutes.</div><div class="clearfix mnky_custom-list-item li_small"><i class="fas fa-check" style="color:#ee7354"></i>An intuitive design that makes our app user-friendly.</div><div class="clearfix mnky_custom-list-item li_small"><i class="fas fa-check" style="color:#ee7354"></i>Your Tax Return will be ready within 48 hours.</div><div class="clearfix mnky_custom-list-item li_small"><i class="fas fa-check" style="color:#ee7354"></i>Your taxes are optimized by an unbeatable duo – tax experts and artificial intelligence.<br />
</div><div class="clearfix mnky_custom-list-item li_small"><i class="fas fa-check" style="color:#ee7354"></i>No tax expertise necessary from your side.<br />
</div><div class="clearfix mnky_custom-list-item li_small"><i class="fas fa-check" style="color:#ee7354"></i>More time to do the things you want.</div></div></div></div></div></section><section data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section vc_custom_1637796782987 vc_section-has-fill"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;color: #ffffff;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795286324" >Want to learn more about Income Taxes and Deductions in Switzerland?</h2>
	<div class="wpb_text_column wpb_content_element  vc_custom_1635722201383" id="guide">
		<div class="wpb_wrapper">
			<p style="text-align: center;">Below you can download the guide for free:</p>

		</div>
	</div>
<div role="form" class="wpcf7" id="wpcf7-f5557-p5381-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/#wpcf7-f5557-p5381-o1" method="post" class="wpcf7-form init" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="5557" />
<input type="hidden" name="_wpcf7_version" value="5.5.3" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f5557-p5381-o1" />
<input type="hidden" name="_wpcf7_container_post" value="5381" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
</div>
<div id="guide-wrap">
<div class="first-col"><span class="wpcf7-form-control-wrap email-270"><input type="email" name="email-270" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Email Address" /></span></div>
<div class="second-col"><input type="submit" value="Download Guide" class="wpcf7-form-control has-spinner wpcf7-submit" /></div>
</div>
<div class="wpcf7-response-output" aria-hidden="true"></div></form></div><div class="vc_empty_space"   style="height: 350px"><span class="vc_empty_space_inner"></span></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></section><div class="vc_row-full-width vc_clearfix"></div><section id="prices" data-vc-full-width="true" data-vc-full-width-init="false" class="vc_section vc_custom_1637205683152 vc_section-has-fill"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner"><div class="wpb_wrapper"><h2 style="font-size: 36px;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795376134" >Three Simple Packages</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_10 vc_sep_border_width_2 vc_sep_pos_align_center vc_separator_no_text vc_custom_1635541333560  vc_custom_1635541333560" ><span class="vc_sep_holder vc_sep_holder_l"><span  style="border-color:#ee7354;" class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  style="border-color:#ee7354;" class="vc_sep_line"></span></span>
</div>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center; color: #000; font-family: Montserrat;">Transparent Pricing based on your situation, nothing more!</p>

		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1635545224226 vc_column-gap-15 vc_row-o-equal-height vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-4 vc_col-has-fill"><div class="vc_column-inner vc_custom_1635545382061"><div class="wpb_wrapper"><h2 style="font-size: 28px;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795300627" >LITE</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span  class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  class="vc_sep_line"></span></span>
</div>
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1635545765947">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/10/1p-60x60.png" width="60" height="60" alt="1p" title="1p" /></div>
		</figure>
	</div>
<h2 style="font-size: 20px;text-align: center;font-family:Roboto;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635545359084" >Single</h2>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center; font-size: 30px;"><span style="color: #2f3a60;">CHF <strong>99</strong></span></p>

		</div>
	</div>
<div class="vc_btn3-container vc_btn3-center" ><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-primary" href="#" title="">Get Started</a></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4 vc_col-has-fill"><div class="vc_column-inner vc_custom_1635545387984"><div class="wpb_wrapper"><h2 style="font-size: 28px;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795310563" >PRO</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span  class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  class="vc_sep_line"></span></span>
</div>
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1635545769605">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/10/2p-60x60.png" width="60" height="60" alt="2p" title="2p" /></div>
		</figure>
	</div>
<h2 style="font-size: 20px;text-align: center;font-family:Roboto;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635545364553" >Family</h2>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center; font-size: 30px;"><span style="color: #2f3a60;">CHF <strong>159</strong></span></p>

		</div>
	</div>
<div class="vc_btn3-container vc_btn3-center" ><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-primary" href="#" title="">Get Started</a></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-4 vc_col-has-fill"><div class="vc_column-inner vc_custom_1635545395019"><div class="wpb_wrapper"><h2 style="font-size: 28px;text-align: center;font-family:Montserrat;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1637795320250" >MAX</h2><div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_100 vc_sep_pos_align_center vc_separator_no_text vc_sep_color_grey" ><span class="vc_sep_holder vc_sep_holder_l"><span  class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span  class="vc_sep_line"></span></span>
</div>
	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1635545773426">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/10/3p-60x60.png" width="60" height="60" alt="3p" title="3p" /></div>
		</figure>
	</div>
<h2 style="font-size: 20px;text-align: center;font-family:Roboto;font-weight:700;font-style:normal" class="vc_custom_heading vc_custom_1635545340279" >Property in CH &amp; abroad</h2>
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center; font-size: 30px;"><span style="color: #2f3a60;">CHF <strong>199</strong></span></p>

		</div>
	</div>
<div class="vc_btn3-container vc_btn3-center" ><a class="vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-primary" href="#" title="">Get Started</a></div></div></div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1635546588638"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="text-align: center;"><strong><span style="color: #2f3a60;">Payment Options:</span></strong></p>

		</div>
	</div>

	<div  class="wpb_single_image wpb_content_element vc_align_center  vc_custom_1635546615247">
		
		<figure class="wpb_wrapper vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img class="vc_single_image-img " src="https://cotax.ch/wp-content/uploads/2021/10/payment-options-450x55.png" width="450" height="55" alt="payment options" title="payment options" /></div>
		</figure>
	</div>

	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p style="font-size: 12px;">Disclaimer: Prices are set based on your situation and condition. Additions to Lite and Pro packages: Cash Inheritance CHF 49, Shares CHF 69 and Property CHF 69. Additions to Max Package: Cash Inheritance CHF 49, Stock Options CHF 69 and Property CHF 69. If the information that you provide is not complete nor accurate then there will be additional costs added to your case based on the amount of time needed to complete your tax return. The correction fee will be by hourly rate of CHF 90, you would be notified for the charge and it will be included in the total price. In case there is other additional work then the hourly rate applies.</p>

		</div>
	</div>
</div></div></div></div></section><div class="vc_row-full-width vc_clearfix"></div>
					</div><!-- .entry-content -->
				</article>

												
						</div><!-- #content -->
				</div><!-- #container -->
		
	</div><!-- #main  -->

	
<footer class="site-footer" id="site-footer" itemscope itemtype="http://schema.org/WPFooter">

					<div class="footer-sidebar clearfix" itemscope itemtype="http://schema.org/WPSideBar">
							<div class="inner">
				<div class="vc_row">
											<div class="vc_col-sm-12">
							<div class="widget-area">
								<div id="block-2" class="widget widget_block widget_media_image">
<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img loading="lazy" src="https://cotax.ch/wp-content/uploads/2021/10/footer-logo.png" alt="" class="wp-image-5586" width="249" height="83" srcset="https://cotax.ch/wp-content/uploads/2021/10/footer-logo.png 498w, https://cotax.ch/wp-content/uploads/2021/10/footer-logo-300x100.png 300w" sizes="(max-width: 249px) 100vw, 249px" /></figure></div>
</div><div id="nav_menu-3" class="widget widget_nav_menu"><div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-5565" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5565"><a href="https://cotax.ch/about-cotax/">About Us</a></li>
<li id="menu-item-5566" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5566"><a href="https://cotax.ch/cotax-privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-5567" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5567"><a href="https://cotax.ch/legal-center/terms-and-conditions-2/">Terms and Conditions</a></li>
<li id="menu-item-5568" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5568"><a href="https://cotax.ch/contact-cotax/">Contact Us</a></li>
<li id="menu-item-39064" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39064"><a href="https://cotax.ch/faq/">FAQ</a></li>
</ul></div></div><div id="block-5" class="widget widget_block"><ul class="socialfooter">
<li><a href="https://www.facebook.com/partnercotax/?view_public_for=101737021907285" style="font-size: 30px;" class="fa fa-facebook" target="_blank"></a></li>
<li><a href="https://www.instagram.com/cotax_official" style="font-size: 30px;" class="fa fa-instagram" target="_blank"></a></li>
<li><a href="https://www.linkedin.com/company/ch-cotax" style="font-size: 30px;" class="fa fa-linkedin" target="_blank"></a></li>
</ul></div>							</div>
						</div>
					
					
					
									</div><!-- .vc_row -->
				</div><!-- .inner -->
						</div><!-- .footer-sidebar -->
			
		
			
			<div class="site-info" itemscope itemtype="http://schema.org/WPSideBar"> 
				<div class="inner">
				<div class="copyright-separator"></div>
					<div id="text-13" class="widget widget_text">			<div class="textwidget"><p>Company registration number  CHE-492.701.331<br />
© Copyright 2022 All Rights Reserved SN Cooperation GmbH</p>
</div>
		</div>				</div>
						</div>	
			
		
</footer><!-- .site-footer -->	
	<div id="mobile-menu-bg"></div>
</div><!-- #wrapper -->
	
<nav id="mobile-site-navigation">
	<span class="mobile-menu-header"><span class="mobile-menu-heading">Menu</span><i class="fa fa-times toggle-mobile-menu"></i></span>
	<ul id="menu-cotax-menu-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1328"><a href="#how-it-works">How It Works</a><span></span></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1330"><a href="#prices">Prices</a><span></span></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1321"><a href="https://cotax.ch/incometaxcalculator/">Tax Calculator</a><span></span></li>
<!-- GTranslate: https://gtranslate.io/ -->
<li style="position:relative;" class="menu-item menu-item-gtranslate"><a href="https://cotax.ch" onclick="doGTranslate('en|en');return false;" title="English" class="glink nturl notranslate">EN</a></li> <li style="position:relative;" class="menu-item menu-item-gtranslate"><a href="https://cotax.ch/de/" onclick="doGTranslate('en|de');return false;" title="German" class="glink nturl notranslate">DE</a></li> 

<script>
function doGTranslate(lang_pair) {if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair=='')return;var lang=lang_pair.split('|')[1];var plang=location.pathname.split('/')[1];if(plang.length !=2 && plang != 'zh-CN' && plang != 'zh-TW' && plang != 'hmn' && plang != 'haw' && plang != 'ceb')plang='en';if(lang == 'en')location.href=location.protocol+'//'+location.host+gt_request_uri;else location.href=location.protocol+'//'+location.host+'/'+lang+gt_request_uri;}
</script>
</ul>	
	
	
</nav><!-- #mobile-site-navigation -->

<a href="#top" class="scrollToTop"><i class="fa fa-angle-up"></i></a>
<!--googleoff: all--><div id="cookie-law-info-bar" data-nosnippet="true"><span><div class="cli-bar-container cli-style-v2"><div class="cli-bar-message">We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.</div><div class="cli-bar-btn_container"><a role='button' tabindex='0' class="cli_settings_button" style="margin:0px 10px 0px 5px;" >Cookie settings</a><a href='https://cotax.ch/1411-2/' id="CONSTANT_OPEN_URL" target="_blank"  class="cli-plugin-main-link"  style="display:inline-block;" >Read More</a><a role='button' tabindex='0' data-cli_action="accept" id="cookie_action_close_header"  class="medium cli-plugin-button cli-plugin-main-button cookie_action_close_header cli_action_button" style="display:inline-block; ">ACCEPT</a></div></div></span></div><div id="cookie-law-info-again" style="display:none;" data-nosnippet="true"><span id="cookie_hdr_showagain">Manage consent</span></div><div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true">
  <div class="cli-modal-dialog" role="document">
    <div class="cli-modal-content cli-bar-popup">
      <button type="button" class="cli-modal-close" id="cliModalClose">
        <svg class="" viewBox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg>
        <span class="wt-cli-sr-only">Close</span>
      </button>
      <div class="cli-modal-body">
        <div class="cli-container-fluid cli-tab-container">
    <div class="cli-row">
        <div class="cli-col-12 cli-align-items-stretch cli-px-0">
            <div class="cli-privacy-overview">
                <h4>Privacy Overview</h4>                <div class="cli-privacy-content">
                    <div class="cli-privacy-content-text">This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.</div>
                </div>
                <a class="cli-privacy-readmore" data-readmore-text="Show more" data-readless-text="Show less"></a>            </div>
        </div>
        <div class="cli-col-12 cli-align-items-stretch cli-px-0 cli-tab-section-container">
              
                                    <div class="cli-tab-section">
                        <div class="cli-tab-header">
                            <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="necessary" data-toggle="cli-toggle-tab">
                                Necessary                            </a>
                            <div class="wt-cli-necessary-checkbox">
                        <input type="checkbox" class="cli-user-preference-checkbox"  id="wt-cli-checkbox-necessary" data-id="checkbox-necessary" checked="checked"  />
                        <label class="form-check-label" for="wt-cli-checkbox-necessary">Necessary</label>
                    </div>
                    <span class="cli-necessary-caption">Always Enabled</span>                         </div>
                        <div class="cli-tab-content">
                            <div class="cli-tab-pane cli-fade" data-id="necessary">
                                <p>Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.</p>
                            </div>
                        </div>
                    </div>
                              
                                    <div class="cli-tab-section">
                        <div class="cli-tab-header">
                            <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="non-necessary" data-toggle="cli-toggle-tab">
                                Non-necessary                            </a>
                            <div class="cli-switch">
                        <input type="checkbox" id="wt-cli-checkbox-non-necessary" class="cli-user-preference-checkbox"  data-id="checkbox-non-necessary"  checked='checked' />
                        <label for="wt-cli-checkbox-non-necessary" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Non-necessary</span></label>
                    </div>                        </div>
                        <div class="cli-tab-content">
                            <div class="cli-tab-pane cli-fade" data-id="non-necessary">
                                <p>Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.</p>
                            </div>
                        </div>
                    </div>
                            
        </div>
    </div>
</div>
      </div>
    </div>
  </div>
</div>
<div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div>
<div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div>
<!--googleon: all--><script type="text/html" id="wpb-modifications"></script><link rel='stylesheet' id='vc_google_fonts_montserratregular700-css'  href='https://fonts.googleapis.com/css?family=Montserrat%3Aregular%2C700&#038;subset=latin&#038;ver=6.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='vc_google_fonts_roboto100100italic300300italicregularitalic500500italic700700italic900900italic-css'  href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic&#038;subset=latin&#038;ver=6.4.1' type='text/css' media='all' />
<script type='text/javascript' src='https://cotax.ch/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.7' id='regenerator-runtime-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script>
<script type='text/javascript' id='contact-form-7-js-extra'>
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/cotax.ch\/wp-json\/","namespace":"contact-form-7\/v1"}};
/* ]]> */
</script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.5.3' id='contact-form-7-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/download-after-email/js/media-query.js?ver=1629361642' id='dae-media-query-js'></script>
<script type='text/javascript' id='dae-download-js-extra'>
/* <![CDATA[ */
var objDaeDownload = {"ajaxUrl":"https:\/\/cotax.ch\/wp-admin\/admin-ajax.php","nonce":"0679738756"};
/* ]]> */
</script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/download-after-email/js/download.js?ver=1629361642' id='dae-download-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-content/themes/fintech-wp/js/init.js?ver=5.8.9' id='mnky_main-js-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-content/themes/fintech-wp/js/sticky-header-smart.js?ver=5.8.9' id='mnky_sticky-header-smart-js-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-content/themes/fintech-wp/js/theia-sticky-sidebar.js?ver=5.8.9' id='theia_sticky-sidebar-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/easy-fancybox/js/jquery.fancybox.min.js?ver=1.3.24' id='jquery-fancybox-js'></script>
<script type='text/javascript' id='jquery-fancybox-js-after'>
var fb_timeout, fb_opts={'overlayShow':true,'hideOnOverlayClick':true,'showCloseButton':true,'margin':20,'centerOnScroll':false,'enableEscapeButton':true,'autoScale':true };
if(typeof easy_fancybox_handler==='undefined'){
var easy_fancybox_handler=function(){
jQuery('.nofancybox,a.wp-block-file__button,a.pin-it-button,a[href*="pinterest.com/pin/create"],a[href*="facebook.com/share"],a[href*="twitter.com/share"]').addClass('nolightbox');
/* IMG */
var fb_IMG_select='a[href*=".jpg"]:not(.nolightbox,li.nolightbox>a),area[href*=".jpg"]:not(.nolightbox),a[href*=".jpeg"]:not(.nolightbox,li.nolightbox>a),area[href*=".jpeg"]:not(.nolightbox),a[href*=".png"]:not(.nolightbox,li.nolightbox>a),area[href*=".png"]:not(.nolightbox),a[href*=".webp"]:not(.nolightbox,li.nolightbox>a),area[href*=".webp"]:not(.nolightbox)';
jQuery(fb_IMG_select).addClass('fancybox image');
var fb_IMG_sections=jQuery('.gallery,.wp-block-gallery,.tiled-gallery,.wp-block-jetpack-tiled-gallery');
fb_IMG_sections.each(function(){jQuery(this).find(fb_IMG_select).attr('rel','gallery-'+fb_IMG_sections.index(this));});
jQuery('a.fancybox,area.fancybox,li.fancybox a').each(function(){jQuery(this).fancybox(jQuery.extend({},fb_opts,{'transitionIn':'elastic','easingIn':'easeOutBack','transitionOut':'elastic','easingOut':'easeInBack','opacity':false,'hideOnContentClick':false,'titleShow':true,'titlePosition':'over','titleFromAlt':true,'showNavArrows':true,'enableKeyboardNav':true,'cyclic':false}))});};
jQuery('a.fancybox-close').on('click',function(e){e.preventDefault();jQuery.fancybox.close()});
};
var easy_fancybox_auto=function(){setTimeout(function(){jQuery('#fancybox-auto').trigger('click')},1000);};
jQuery(easy_fancybox_handler);jQuery(document).on('post-load',easy_fancybox_handler);
jQuery(easy_fancybox_auto);
</script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/easy-fancybox/js/jquery.easing.min.js?ver=1.4.1' id='jquery-easing-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/easy-fancybox/js/jquery.mousewheel.min.js?ver=3.1.13' id='jquery-mousewheel-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-includes/js/wp-embed.min.js?ver=5.8.9' id='wp-embed-js'></script>
<script type='text/javascript' src='https://cotax.ch/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=6.4.1' id='wpb_composer_front_js-js'></script>
<script>
jQuery(document).ready(function(){
	//alert('hh');
	//var url = window.location.href; 
	var url=window.location.href;
	console.log(url);
	if(document.location.pathname !='/de/'){
		console.log('kkkkghggh');
	}
	else{
		//console.log('dfggffg');
		jQuery("#youtube-link a").attr("href", "https://www.youtube.com/watch?v=795QEyczc64")
	}
	//console.log(url);
})</script>
</body>
</html>

Latest requests

# Url Url Source Date
1 https://cotax.ch/ 2024-05-23 19:58:21
2 https://thebolditalic.com/?gi=c0b2… 2024-05-23 19:58:20
3 https://thebolditalic.com/?gi=d269… 2024-05-23 19:58:19
4 https://thebolditalic.com/?gi=97cd… 2024-05-23 19:58:19
5 https://thebolditalic.com/?gi=389e… 2024-05-23 19:58:18
6 https://thebolditalic.com/?gi=b6fd… 2024-05-23 19:58:18
7 https://thebolditalic.com/?gi=e9cb… 2024-05-23 19:58:17
8 https://thebolditalic.com/?gi=a7ca… 2024-05-23 19:58:14
9 https://www.faksoftware.com/ 2024-05-23 19:58:08
10 https://accounting012.netlify.app/… 2024-05-23 19:58:07
11 https://thebolditalic.com/?gi=bd2e… 2024-05-23 19:58:06
12 https://thebolditalic.com/?gi=2cd0… 2024-05-23 19:58:05
13 https://accounting12.research.au-s… 2024-05-23 19:57:59
14 http://digimarketing23.s3-website.… 2024-05-23 19:57:58
15 https://thebolditalic.com/?gi=2f94… 2024-05-23 19:57:58
16 https://bogin2.sfo2.digitaloceansp… 2024-05-23 19:57:56
17 https://thebolditalic.com/?gi=2fbf… 2024-05-23 19:57:55
18 https://thebolditalic.com/?gi=8188… 2024-05-23 19:57:54
19 https://thebolditalic.com/?gi=53f2… 2024-05-23 19:57:49
20 https://thebolditalic.com/?gi=068d… 2024-05-23 19:57:48