<!doctype html>
<html lang="en-GB">
  <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
 
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0" />	
<link href="https://www.googletagmanager.com/gtag/js?id=G-LRLTVN1YJ9" rel="preload" as="script">
<link rel="dns-prefetch" href="https://www.googletagmanager.com/" >


  <title>Turkey  - Spot Blue</title>
<link rel="preload" as="font" href="https://www.spotblue.com/app/themes/spotblue/resources/assets/fonts/brink_-_br_candor_bold.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.spotblue.com/app/themes/spotblue/resources/assets/fonts/brink_-_br_candor_medium.woff2" crossorigin>
<link rel="preload" as="font" href="https://www.spotblue.com/app/themes/spotblue/resources/assets/fonts/poppins-regular-webfont.woff2" crossorigin><style id="rocket-critical-css">ul{box-sizing:border-box}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.clear:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}@media (min-width:576px){.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}.col-10,.col-2,.col-lg-3,.col-lg-4,.col-lg-8,.col-lg-9,.col-md-12,.col-md-4,.col-md-8,.col-sm-12,.col-sm-2,.col-sm-6{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;box-sizing:border-box}.container,img{max-width:100%}#top{padding-bottom:10px}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.container{width:1240px}input,select{border:1px solid #ddd;border-radius:2px;display:block;font-size:14px;font-weight:400;line-height:initial;padding:10px 15px;background-color:#fff}p{margin:0 0 15px}h2{margin-bottom:12px;line-height:1.3}h2{font-size:26px}a{color:var(--main-color)}a{text-decoration:none}:root{--main-color:#03588a;--secondry-color:#ffa200}@font-face{font-family:poppinsregular;src:url(/app/themes/spotblue/resources/assets/fonts/poppins-regular-webfont.woff2) format('woff2'),url(/app/themes/spotblue/resources/assets/fonts/poppins-regular-webfont.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:br_candorbold;src:url(/app/themes/spotblue/resources/assets/fonts/brink_-_br_candor_bold.woff2) format('woff2'),url(/app/themes/spotblue/resources/assets/fonts/brink_-_br_candor_bold.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:br_candormedium;src:url(/app/themes/spotblue/resources/assets/fonts/brink_-_br_candor_medium.woff2) format('woff2'),url(/app/themes/spotblue/resources/assets/fonts/brink_-_br_candor_medium.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}body{font-family:poppinsregular,Helvetica,sans-serif;line-height:28px;font-size:16px;color:#000}h1,h2{font-family:br_candorbold}@-ms-viewport{width:device-width}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit;box-sizing:border-box;margin:0;padding:0}img{height:auto;display:block}#top a{color:#fff}#siteheader{background-color:snow;position:fixed;width:100%;left:0;z-index:2;box-shadow:0 0 10px rgba(0,0,0,.3)}#top .control-currency>label,.email_h,.phone_head img{display:none}#currency_search,#top a.ct-link-text,.gtranslate_wrapper{display:inline-block;vertical-align:middle}#top{background-color:#000;color:#fff;padding-top:10px}#top a.ct-link-text{color:#fff;padding-top:5px}.ct-link-text+.ct-link-text{margin-left:63px}.text-right{text-align:right}#top .row,.align_center{align-items:center}.control-currency select{-moz-appearance:none;-webkit-appearance:none;border-radius:0;background:var(--wpr-bg-1805679b-b4ba-44b2-8609-1ebec7d999c4) 92% center no-repeat #fff;padding:6px 20px 6px 6px;margin-top:0;font-size:14px;font-family:inherit}.nav_logo img{max-width:176px}.pr-0{padding-right:0!important}@media (min-width:1121px){#menu-responsive-menu{display:none!important}.header_height{height:121px}.mobile_show{display:none}#navigation>ul{list-style:none;margin:0;padding:0;display:flex;justify-content:space-between}#navigation>ul>li{padding:0;list-style:none;position:relative}#navigation>ul>li>a{padding:20px 20px 20px 10px;display:block;color:#000;font-size:16px}#navigation>ul>li>ul.sub-menu{position:absolute;left:0;right:15px;width:100%;min-width:230px;padding:0 15px 8px;text-align:left;z-index:1000;background:snow;display:none;list-style:none}#navigation{display:block}#navigation>ul>li.menu-item-has-children>a{position:relative;padding-right:30px}#navigation>ul>li.menu-item-has-children>a:after{content:"";position:absolute;right:10px;top:49%;border-left:4px solid transparent;border-top:4px solid #000;border-right:4px solid transparent}#navigation>ul>li:last-child a{padding-right:0}#navigation>ul>li>ul.sub-menu li a{color:#ff7e00;position:relative;display:block;line-height:23px;padding:7px;border-bottom:0 solid #ddd}}@media (max-width:1120px){#navigation ul>li,#navigation>ul>li>ul.sub-menu{list-style:none;padding:0}#res_menu_b span,#res_menu_b span::after,#res_menu_b span::before{height:4px}#res_menu_b span::after{width:25px;content:"";position:absolute;top:10px;right:0}#menu-responsive-menu{overflow-y:scroll;height:92vh;width:100%;display:block!important}#navigation>ul{padding-left:0!important;padding-right:0!important;list-style:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:0 0;padding:12px 15px}#navigation ul>li{border-bottom:1px solid #ddd;display:block;position:relative}#navigation ul>li>a{display:inline-block;padding:15px 10px;padding-left:15px!important;font-size:15px;color:#000}#navigation>ul>li>ul.sub-menu>li{padding:10px 12px 10px 15px}#navigation>ul>li:not(.mega_menu)>ul.sub-menu>li>a{color:#333;display:block;margin-bottom:0}body{overflow-x:hidden}#siteheader .menu_sec #r_menu{background:#1e73be;width:300px;position:fixed;right:-300px;height:100vh;top:0;z-index:999999}#res_menu_b{max-width:35px;float:right;height:24px;margin-top:8px;position:absolute;right:10px}#r_menu button{background:0 0;padding-left:15px;border:0;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:6px;display:block}#res_menu_b span{position:relative;margin-top:0;padding:0;display:block}#res_menu_b span::before{content:"";position:absolute;bottom:-20px;right:0}#res_menu_b span,#res_menu_b span:after,#res_menu_b span:before{width:35px;height:5px;background:#000;border-radius:3px}.menu_sec{padding:17px 0}.menu_sec .col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;display:flex}.container{width:100%;max-width:100%}#siteheader{position:static}#navigation{background:#f9f9f9;height:95%;overflow-x:scroll}#navigation ul li.menu-item-has-children::after{content:"";position:absolute;border-top:5px solid #1e73be;border-bottom:5px solid transparent;border-right:5px solid transparent;border-left:5px solid transparent;right:15px;top:28px}#navigation>ul>li>ul.sub-menu li a,#navigation>ul>li>ul.sub-menu>li>a{padding:0}#menu-main-menu{display:none!important}.mobile_show>img{max-width:30px;margin-bottom:4px;border:1px solid #fff;padding:4px;border-radius:50%}}@media (max-width:991px){.ct-link-text+.ct-link-text{margin-left:30px}}@media (min-width:768px){.searchClose,.search_popup{display:none}}@media (max-width:575px){.col-10{-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-2{-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.phone_head>span{display:none}.phone_head img{display:block}}@media (max-width:767px){#top a.email_h{display:none}.search_popup{width:25px;height:25px;position:absolute;left:62%;transform:translateX(-50%);top:9px}.search_popup img{max-width:22px}.menu_sec{height:54px;padding:7px 0}.nav_logo img{max-width:156px}.searchClose{opacity:0}}.pt-20{padding-top:20px}.clear{clear:both}.blog_h{font-size:20px}.mt-40{margin-top:40px}.pb-40{padding-bottom:40px}.blog_h{font-weight:700}.pb-30{padding-bottom:30px}.blog_sidebar .widget-title{text-align:center}.blog_sidebar .widget-title{background-color:#03588a;color:#fff}@media (max-width:1120px){html{overflow-x:hidden}#res_menu_b{right:15px}}.loaderimgfot{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;height:100%}@media (max-width:767px){.popup_sec{background:#fff;padding:15px 15px;animation:none;top:104px;height:calc(100% - 99px);overflow:scroll;position:fixed;left:0;width:100%;z-index:21474836399}.searchClose{font-size:55px;line-height:1;float:right;position:relative;right:0px;top:-3px;opacity:0;z-index:-1;height:34px;margin-right:0;margin-left:auto}.popup_sec{position:fixed;left:0;width:100%;z-index:21474836399}#res_menu_b span::after{width:25px}#top a.ct-link-text{padding-top:0px}#siteheader .menu_sec .nav_logo{position:relative;top:2px}#top .control-currency select{box-sizing:border-box;height:28px;padding-top:2px!important;padding-bottom:2px!important}}@media (max-width:480px){body .container{padding-left:15px!important;padding-right:15px!important;width:100%;max-width:100%}}#top .control-currency select{color:#000;font-family:poppinsregular,Helvetica,sans-serif;height:28px}.popup_sec{display:none}@media (max-width:575px){#top .control-currency select{padding-top:0px!important;box-sizing:border-box;padding-bottom:0px!important;height:29px!important;font-size:13px!important}}@media (min-width:768px){#top .control-currency select{padding-top:0px!important;box-sizing:border-box;padding-bottom:0px!important;height:29px!important}}@media (max-width:1200px){#res_menu_b span::after{width:25px}}.flag{z-index:1!important}.blog_con_box,.grid-img,.property_box .box .thumbnail a.feature-image{position:relative}.blog_sidebar .widget-title{background-color:#03588a;color:#fff}.blog_sidebar .widget-title{padding:10px;font-size:18px;font-weight:700}.blog_con_box{margin-top:0;background:#f7f7f7;margin-left:0;margin-right:0;padding:2em;z-index:1;align-self:stretch}.grid-img time{position:absolute;top:1em;right:1em;font-size:.7em;color:#fff;background-color:rgba(0,0,0,.5);padding:.7em 1em;font-weight:700}.blog_con_box h2{margin-bottom:20px;margin-top:15px;font-size:1.5em;line-height:1.2em;font-weight:400}.gird-post{margin-bottom:4em}.author_sec .author a{display:flex;align-items:center;margin-left:0}.author_sec .author a img{max-width:45px;margin-right:15px;border-radius:50%}.author_sec{font-size:100%;float:left;margin-top:0}.author_sec .author a{color:#03588a}.blog_sidebar .widget-title{text-align:center}.readingtime{padding-left:30px;background:var(--wpr-bg-cffddad8-6595-4fef-8d31-c024b4297bfa) center left/20px no-repeat;margin-right:20px;margin-top:6px}.readingtime{float:right;opacity:.7}.blog-home-list .grid-img img,.p_content .clear{width:100%}.blog-home-list .grid-img img{object-fit:cover;display:block}.testimonial_sidebar .properties{margin:0!important}.testimonial_sidebar .property_box{flex:100%;max-width:100%;padding:0}.blog_con_box h2 a{color:var(--main-color)}@media (max-width:991px){.blog_sidebar{margin-top:40px}}.property_box .thumbnail .flag{position:absolute;z-index:1;text-transform:uppercase;font-size:13px;box-sizing:border-box;padding:7px 20px;top:0;left:0;background:#83d73b;color:#000}.ref-number,.view-details-text{bottom:0;font-size:12px;padding:5px 9px;position:absolute;z-index:1}.view-details-text{background-color:#83d73b;right:0;color:#000}.p_title{line-height:1.4;margin-bottom:5px;font-size:18px;padding:20px 10px 10px;font-family:br_candormedium,sans-serif;color:#03588a;white-space:nowrap;text-overflow:ellipsis;font-weight:400}.p_title a{color:#03588a;box-shadow:none}.ref-number{background:#03588a;color:#fff}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;position:relative}.bathbed,.region{font-size:13px;line-height:23px}.property_box .box .thumbnail a.feature-image{overflow:hidden;display:block}.p_title{overflow:hidden}.property_box{padding-left:5px}.bathbed,.p_content{padding-left:10px;padding-right:10px;display:flex;flex-wrap:wrap;justify-content:space-between}.bathbed{padding-bottom:12px;padding-top:5px}.p_content .price{float:left;width:33%}.region{float:left;color:#000;text-transform:none;padding-left:30px;background:var(--wpr-bg-506e56f1-02ee-4e02-9a70-94c0f595d8ae) 10px 0/16px no-repeat;font-family:br_candormedium}</style>
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://www.spotblue.com/category/turkey/">
<meta property="og:url" content="https://www.spotblue.com/category/turkey/">
<meta property="og:site_name" content="Spot Blue">
<meta property="og:locale" content="en_GB">
<meta property="og:type" content="object">
<meta property="og:title" content="Turkey  - Spot Blue">
<meta property="og:image" content="https://img.spotblue.com/app/uploads/2021/06/favicon.png">
<meta property="og:image:secure_url" content="https://img.spotblue.com/app/uploads/2021/06/favicon.png">
<meta property="og:image:width" content="32">
<meta property="og:image:height" content="32">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Turkey  - Spot Blue">
<meta name="twitter:image" content="https://img.spotblue.com/app/uploads/2022/03/oludeniz-villa-trfetv639-15.jpg">
<link rel='dns-prefetch' href='//www.spotblue.com' />
<link rel='dns-prefetch' href='//img.spotblue.com' />

<link href='https://img.spotblue.com' rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Spot Blue &raquo; Turkey Category Feed" href="https://www.spotblue.com/category/turkey/feed/" />
<style id='wp-emoji-styles-inline-css' 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 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='preload'  href='https://www.spotblue.com/wp/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<style id='wpseopress-local-business-style-inline-css' type='text/css'>
span.wp-block-wpseopress-local-business-field{margin-right:8px}

</style>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}body { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='preload'  href='https://www.spotblue.com/app/cache/min/1/app/plugins/propertyhive/assets/css/jquery.multiselect.css?ver=1711027763' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<link data-minify="1" rel='preload'  href='https://www.spotblue.com/app/cache/min/1/app/plugins/propertyhive/assets/css/propertyhive.css?ver=1711027763' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<style id='sseo-toc-inline-css' type='text/css'>
#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}body #toc_container{width:auto!Important;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}#toc_container>ul{margin-top:0px!important;padding:10px;overflow: hidden;}#toc_container>ul>li{margin-bottom:15px;}#toc_container>ul>li>ul{padding-top:5px; padding-bottom:0px;}#toc_container>ul>li>ul>li, #toc_container>ul>li>ul>li>ul>li{padding-top:5px; padding-bottom:5px; position:relative;}
</style>
<link data-minify="1" rel='preload'  href='https://www.spotblue.com/app/cache/background-css/www.spotblue.com/app/cache/min/1/app/themes/spotblue/dist/styles/main.css?ver=1711027763&wpr_t=1711028901' data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type='text/css' media='all' />
<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:var(--wpr-bg-3b8a1d34-680c-4835-ade3-95b02af0063d) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.spotblue.com/wp/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.spotblue.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
			<link rel="next" href="https://www.spotblue.com/category/turkey/page/2/">
		<link rel="https://api.w.org/" href="https://www.spotblue.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.spotblue.com/wp-json/wp/v2/categories/16" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.spotblue.com/wp/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.4.3" />
<meta name="generator" content="PropertyHive 2.0.10" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=UA-1154610-1"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-1154610-1');
    gtag('config', 'AW-1067676877');
</script>

<!-- Facebook Pixel Code -->
<script type="rocketlazyloadscript">
!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', '107026589021442'); 
fbq('track', 'PageView');
</script>
<noscript>
 <img height="1" width="1" 
src="https://www.facebook.com/tr?id=107026589021442&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code --><meta name="google-site-verification" content="eo7Mo3Sulpv-1Vqw60xzit4uG00RPzyFOwAAZCvsP2g" />
<meta name="majestic-site-verification" content="MJ12_881dc08e-11b0-423d-9439-f025df80a2a7">
<meta name="p:domain_verify" content="617e85b20db762c299764ca7f1e92ac2"/><style type="text/css">div#toc_container ul li {font-size: 80%;}div#toc_container{margin-top:20px!important;margin-bottom:20px!important;}div#toc_container p.toc_title{ padding:10px; width:225px!important;background:#f5f5f5!important;color:#1e73be!important;}div#toc_container ul{ width:Auto!important; background:#f5f5f5!important; color:#707070;}.toc_list li a{color:#707070!important;}.sidebar #toc_container{margin-top:20px!important; margin-bottom:20px!important;}#toc_container .toc_list>li{padding-bottom:5px!important;}#toc_container .toc_list>li>a{border-bottom:1px solid #e0e0e0;} .sidebar #toc_container .toc_list li a{padding:5px 0px!important; line-height:20px;} #toc_container .toc_title{text-align:left!important;} #toc_container .toc_title, #toc_container .toc_title span, #toc_container .toc_title span a{font-size:16px!important;font-weight:700;color:#1e73be!important;}</style><script type="application/ld+json">{"@context": "http://schema.org","@graph": [{"@type": "WebSite", "name": "Spot Blue International Property", "description": "Spot Blue International Property has already done all the hard work by sourcing the best locations and resorts and enjoying a solid working relationship with the developers we deal with. We are a long established company because we listen, we listen to want you want and as we work with only the very best developers we can deliver the very best real estate to you, our respected clients. ", "url": "https://www.spotblue.com/", "@id": "https://www.spotblue.com/#Website", "isPartOf":"https://www.spotblue.com/#Organization", "additionalType": ["https://www.productontology.org/id/Real_estate_broker", "https://www.productontology.org/id/Real_estate"], "image": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "potentialAction":{ "@type":"SearchAction", "target":"https://www.spotblue.com/?s={searchbox_target}", "query-input":"required name=searchbox_target"}, "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"], "copyrightHolder":{"@type": "Organization", "@id": "https://www.spotblue.com/#Organization_web", "name": "Spot Blue International Property", "alternateName": "Spot Blue", "mainEntityOfPage": "https://www.spotblue.com/about-us/", "legalName": "Spot Blue International Property LTD", "slogan": "International Property experts", "knowsLanguage": "English", "additionalType": ["https://www.productontology.org/id/Real_estate_broker", "https://www.productontology.org/id/Real_estate"], "description": "Spot Blue International Property has already done all the hard work by sourcing the best locations and resorts and enjoying a solid working relationship with the developers we deal with. We are a long established company because we listen, we listen to want you want and as we work with only the very best developers we can deliver the very best real estate to you, our respected clients. ", "url": "https://www.spotblue.com/", "image": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"], "potentialAction":{"@type": "SearchAction","target": "https://www.spotblue.com/?s={searchbox_target}", "query-input":"required name=searchbox_target"}, "address": [{ "@type":"PostalAddress","addressLocality": "Surbiton", "addressRegion":"Surrey", "postalCode":"KT6 7HT", "streetAddress":"Link House, 140 Broadway", "addressCountry": "United Kingdom"}], "location":[{"@type": "Place", "name": "Spot Blue International Property", "alternateName": "Spot Blue", "url": "https://www.spotblue.com/", "hasMap": "https://www.google.com/maps/place/Spot+Blue+International+Property+Ltd/@51.379087,-0.281389,12z/data=!4m5!3m4!1s0x0:0x9a61db7c545fc20!8m2!3d51.3790871!4d-0.2813887?hl=en", "telephone": "+442083396036", "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"], "image":{"@type": "ImageObject","url": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "height":"300","width": "300"}, "logo":{"@type": "ImageObject","url": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "height":"300","width": "300"}, "geo": {"@type": "GeoCoordinates", "latitude": "-0.281389", "longitude": "51.379087"}, "address": { "@type":"PostalAddress","addressLocality": "Surbiton", "addressRegion":"Surrey", "postalCode":"KT6 7HT", "streetAddress":"Link House, 140 Broadway", "addressCountry": "United Kingdom"}}], "foundingDate": "1972", "founders": [], "foundingLocation": "London, UK"}}, {"@type": "Organization", "@id": "https://www.spotblue.com/#Organization", "name": "Spot Blue International Property", "alternateName": "Spot Blue", "mainEntityOfPage": "https://www.spotblue.com/about-us/", "legalName": "Spot Blue International Property LTD", "slogan": "International Property experts", "knowsLanguage": "English", "additionalType": ["https://www.productontology.org/id/Real_estate_broker", "https://www.productontology.org/id/Real_estate"], "brand": [{"@type": "Brand", "@id": "https://www.spotblue.com/#Brand", "mainEntityOfPage": "https://www.spotblue.com/about-us/", "name": "Spot Blue International Property", "slogan": "International Property experts", "url": "https://www.spotblue.com/", "logo": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "alternateName": "Spot Blue", "additionalType": ["https://www.productontology.org/id/Real_estate_broker", "https://www.productontology.org/id/Real_estate"], "description": "Spot Blue International Property has already done all the hard work by sourcing the best locations and resorts and enjoying a solid working relationship with the developers we deal with. We are a long established company because we listen, we listen to want you want and as we work with only the very best developers we can deliver the very best real estate to you, our respected clients. ", "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"]}], "department": [], "contactPoint": [{"@type": "ContactPoint", "telephone": "", "contactType": "bill payment"}], "description": "Spot Blue International Property has already done all the hard work by sourcing the best locations and resorts and enjoying a solid working relationship with the developers we deal with. We are a long established company because we listen, we listen to want you want and as we work with only the very best developers we can deliver the very best real estate to you, our respected clients. ", "url": "https://www.spotblue.com/", "image": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"], "potentialAction":{"@type": "SearchAction","target": "https://www.spotblue.com/?s={searchbox_target}", "query-input":"required name=searchbox_target"}, "address": [{ "@type":"PostalAddress","addressLocality": "Surbiton", "addressRegion":"Surrey", "postalCode":"KT6 7HT", "streetAddress":"Link House, 140 Broadway", "addressCountry": "United Kingdom"}], "location":[{"@type": "Place", "name": "Spot Blue International Property", "alternateName": "Spot Blue", "url": "https://www.spotblue.com/", "hasMap": "https://www.google.com/maps/place/Spot+Blue+International+Property+Ltd/@51.379087,-0.281389,12z/data=!4m5!3m4!1s0x0:0x9a61db7c545fc20!8m2!3d51.3790871!4d-0.2813887?hl=en", "telephone": "+442083396036", "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"], "image":{"@type": "ImageObject","url": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "height":"300","width": "300"}, "logo":{"@type": "ImageObject","url": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "height":"300","width": "300"}, "geo": {"@type": "GeoCoordinates", "latitude": "-0.281389", "longitude": "51.379087"}, "address": { "@type":"PostalAddress","addressLocality": "Surbiton", "addressRegion":"Surrey", "postalCode":"KT6 7HT", "streetAddress":"Link House, 140 Broadway", "addressCountry": "United Kingdom"}}], "foundingDate": "1972", "founders": [], "foundingLocation": "London, UK"}, {"@type": "RealEstateAgent", "@id": "https://www.spotblue.com/#RealEstateAgent", "name": "Spot Blue International Property", "email": "info@spotblue.com", "slogan": "International Property experts", "alternateName": "Spot Blue", "additionalType": ["https://www.productontology.org/id/Real_estate_broker", "https://www.productontology.org/id/Real_estate"], "telephone": "+442083396036", "priceRange": "££", "mainEntityOfPage": "https://www.spotblue.com/about-us/", "description": "Spot Blue International Property has already done all the hard work by sourcing the best locations and resorts and enjoying a solid working relationship with the developers we deal with. We are a long established company because we listen, we listen to want you want and as we work with only the very best developers we can deliver the very best real estate to you, our respected clients. ", "url": "https://www.spotblue.com/", "image": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "knowsLanguage": "English", "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"], "potentialAction":{"@type": "SearchAction","target": "https://www.spotblue.com/?s={searchbox_target}", "query-input":"required name=searchbox_target"}, "address": [{ "@type":"PostalAddress","addressLocality": "Surbiton", "addressRegion":"Surrey", "postalCode":"KT6 7HT", "streetAddress":"Link House, 140 Broadway", "addressCountry": "United Kingdom"}], "location":{"@type": "Place", "name": "Spot Blue International Property", "alternateName": "Spot Blue", "url": "https://www.spotblue.com/", "hasMap": "https://www.google.com/maps/place/Spot+Blue+International+Property+Ltd/@51.379087,-0.281389,12z/data=!4m5!3m4!1s0x0:0x9a61db7c545fc20!8m2!3d51.3790871!4d-0.2813887?hl=en", "telephone": "+442083396036", "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"], "image":{"@type": "ImageObject","url": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "height":"300","width": "300"}, "logo":{"@type": "ImageObject","url": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "height":"300","width": "300"}, "geo": {"@type": "GeoCoordinates", "latitude": "51.379087", "longitude": "-0.281389"}, "address": [{ "@type":"PostalAddress","addressLocality": "Surbiton", "addressRegion":"Surrey", "postalCode":"KT6 7HT", "streetAddress":"Link House, 140 Broadway", "addressCountry": "United Kingdom"}]}, "foundingDate": "1972", "founders": [], "foundingLocation": "London, UK", "brand": [{"@type": "Brand", "@id": "https://www.spotblue.com/#Brand", "mainEntityOfPage": "https://www.spotblue.com/about-us/", "name": "Spot Blue International Property", "slogan": "International Property experts", "url": "https://www.spotblue.com/", "logo": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "alternateName": "Spot Blue", "additionalType": ["https://www.productontology.org/id/Real_estate_broker", "https://www.productontology.org/id/Real_estate"], "description": "Spot Blue International Property has already done all the hard work by sourcing the best locations and resorts and enjoying a solid working relationship with the developers we deal with. We are a long established company because we listen, we listen to want you want and as we work with only the very best developers we can deliver the very best real estate to you, our respected clients. ", "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"]}]}, {"@type": "BlogPosting", "headline": "Istanbul Ranks as Top Global Tourist Spot", "mainEntityOfPage": "https://www.spotblue.com/news/istanbul-ranks-as-top-global-tourist-spot/", "@id": "https://www.spotblue.com/news/istanbul-ranks-as-top-global-tourist-spot/", "image": "https://www.spotblue.com/images/logo.png", "url": "https://www.spotblue.com/news/istanbul-ranks-as-top-global-tourist-spot/", "datePublished": "2021-10-05 07:04:39", "dateCreated": "6 June 2013", "dateModified": "2021-10-05 08:04:39", "isPartOf":"https://www.spotblue.com/#Website", "description": "Istanbul has scored big once again in Mastercard’s Index of Global Destination Cities, securing itself the 6th spot among 132 cities ranked in terms of international visitor arrivals and spending.The survey predicted that Istanbul would welcome 10.", "author": {"@type": "Person", "name":"admin"}, "publisher": {"@type": "Organization", "@id": "https://www.spotblue.com/#Publisher", "name": "Spot Blue International Property", "alternateName": "Spot Blue", "url": "https://www.spotblue.com/", "slogan": "International Property experts", "brand": [{"@type": "Brand", "@id": "https://www.spotblue.com/#Brand", "mainEntityOfPage": "https://www.spotblue.com/about-us/", "name": "Spot Blue International Property", "slogan": "International Property experts", "url": "https://www.spotblue.com/", "logo": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "alternateName": "Spot Blue", "additionalType": ["https://www.productontology.org/id/Real_estate_broker", "https://www.productontology.org/id/Real_estate"], "description": "Spot Blue International Property has already done all the hard work by sourcing the best locations and resorts and enjoying a solid working relationship with the developers we deal with. We are a long established company because we listen, we listen to want you want and as we work with only the very best developers we can deliver the very best real estate to you, our respected clients. ", "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"]}], "department": [], "contactPoint": [{"@type": "ContactPoint", "telephone": "", "contactType": "bill payment"}], "additionalType": ["https://www.productontology.org/id/Real_estate_broker", "https://www.productontology.org/id/Real_estate"], "logo":{"@type": "ImageObject","url": "https://www.spotblue.com/app/uploads/2021/04/spot-blue-logo.png", "height":"300","width": "300"}, "sameAs": ["https://www.facebook.com/SpotBlue", "https://www.instagram.com/spot.blue/", "https://twitter.com/spotblue", "https://www.linkedin.com/company/spot-blue/", "https://www.youtube.com/user/SpotBlueProperty", "https://en.wikipedia.org/wiki/Spot_blue_international_property"], "address": [{ "@type":"PostalAddress","addressLocality": "Surbiton", "addressRegion":"Surrey", "postalCode":"KT6 7HT", "streetAddress":"Link House, 140 Broadway", "addressCountry": "United Kingdom"}]}}]}</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> if (typeof(wp) == "undefined") { window.wp = { i18n: { setLocaleData: (function() { return false; })} }; } </script><link hreflang="x-default" href="https://www.spotblue.com/category/turkey/" />
<link hreflang="en" href="https://www.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="ar-AR" href="https://ar.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="zh-CN" href="https://zh-CN.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="zh-TW" href="https://zh-TW.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="nl-NL" href="https://nl.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="no-NO" href="https://no.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="es-ES" href="https://es.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="sv-SV" href="https://sv.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="tr-TR" href="https://tr.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="fr-FR" href="https://fr.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="de-DE" href="https://de.spotblue.com/category/turkey/" />
<link rel="alternate" hreflang="pl-PL" href="https://pl.spotblue.com/category/turkey/" />
<style type="text/css">.broken_link, a.broken_link {
	text-decoration: line-through;
}</style><link rel="icon" href="https://img.spotblue.com/app/uploads/2021/06/favicon.png" sizes="32x32" />
<link rel="icon" href="https://img.spotblue.com/app/uploads/2021/06/favicon.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://img.spotblue.com/app/uploads/2021/06/favicon.png" />
<meta name="msapplication-TileImage" content="https://img.spotblue.com/app/uploads/2021/06/favicon.png" />
		<style type="text/css" id="wp-custom-css">
			html:not([lang=ar]) {
	direction:ltr!important;
}
.searchContiner .searchLocation{
	text-align:center;
}
.abouThisPage ul,
body .tab_sec .sseo_faqdet ul,
body .tab_sec .tab-paneContent ul{
	margin-bottom:10px;
	font-size: 15px ;
  color: #555;
}

.abouThisPage ul li+li,
body .tab_sec .sseo_faqdet ul li+li,
body .tab_sec .tab-paneContent ul li+li{
	margin-top:5px;
}

body.single-wiki .left_content ul{
	padding-left:15px;
}

body.single-wiki  .sseo_faqs .sseo_faqtitle::after {
  content: "" !important;
  background: var(--main-color) var(--wpr-bg-dca73661-e218-4ec5-878a-e33758af8891) center/16px no-repeat !important;
  box-shadow: none !important;
}

.postpaginationdiv ul{list-style-type:none;margin:0;padding:0;display:block;width:100%;text-align:center}

.postpaginationdiv ul li{display:inline-block;vertical-align: middle;}
.postpaginationdiv ul li a	{
		display: inline-block;
  vertical-align: middle;
	}
.postpaginationdiv ul li button,
.postpaginationdiv ul li button:hover,
.postpaginationdiv ul li a,
.postpaginationdiv ul li.active button,
.postpaginationdiv ul li.disabled,
.postpaginationdiv ul.current{background-color:#03588a;border-radius:3px;cursor:pointer;padding:8px 10px;line-height:1.1;color:#fff;text-decoration:none;border:0px;font-size: 16px;transition:all 0.3s;}


.postpaginationdiv ul li button:hover,
.postpaginationdiv ul li.active button{background-color: #83d73b;color:#fff}

.postpaginationdiv .nextplink a:hover,
.postpaginationdiv .prevplink a:hover{
	padding:8px 10px!important;;
	background-color: #83d73b;
}

		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
</script>  <link data-minify="1" rel="preload" href="https://www.spotblue.com/app/cache/background-css/www.spotblue.com/app/cache/min/1/app/themes/spotblue/resources/inc/css/archive_style.css?ver=1711027809&wpr_t=1711028901" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" onerror="this.removeAttribute('data-rocket-async')"  type="text/css"  />  <!-- Google tag (gtag.js) -->
<script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-LRLTVN1YJ9"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-LRLTVN1YJ9');
</script>

<style id="wpr-lazyload-bg-container"></style><style id="wpr-lazyload-bg-exclusion"></style>
<noscript>
<style id="wpr-lazyload-bg-nostyle">.control-currency select,.gtranslate_wrapper select{--wpr-bg-6d1e34da-f9c7-43d8-a8cc-988fb437df56: url('https://img.spotblue.com/app/uploads/2021/08/dropdown_arrow.png');}.phone_n{--wpr-bg-6c2712e2-82b8-4d24-b066-28a3869a9dd0: url('https://img.spotblue.com/app/uploads/2021/08/phone-icons-1.png');}.email_i{--wpr-bg-e77ddcd5-7f8e-44f1-a80e-d0e2ff59533d: url('https://img.spotblue.com/app/uploads/2021/08/email-icon.png');}.rdlist a{--wpr-bg-e4f77f48-bb05-4cc0-9a30-d83227fb6453: url('https://img.spotblue.com/app/uploads/2023/05/right-chevron.png');}.page_404_sec input[type=submit]{--wpr-bg-f1036b27-6635-4fd1-b2c5-f20a35a67419: url('https://img.spotblue.com/learn/wp-content/uploads/2023/05/search-iconb.png');}body:not(.home) #style-1 ul li{--wpr-bg-00e9819c-4ee7-4d0f-9687-91dcc33ae65e: url('https://img.spotblue.com/app/uploads/2021/03/w-arrow.png');}.readingtime{--wpr-bg-2a35fb58-e85e-46c8-ac66-dc5db9960c14: url('https://img.spotblue.com/app/themes/spotblue/resources/inc/images/s-reading-time.svg');}.region{--wpr-bg-ec746bf5-475f-4dfc-a8be-387e357ec4a6: url('https://img.spotblue.com/app/uploads/2021/06/property-marker-icon.png');}.control-currency select{--wpr-bg-1805679b-b4ba-44b2-8609-1ebec7d999c4: url('https://img.spotblue.com/app/uploads/2021/08/dropdown_arrow.png');}.readingtime{--wpr-bg-cffddad8-6595-4fef-8d31-c024b4297bfa: url('https://img.spotblue.com/app/themes/spotblue/resources/inc/images/s-reading-time.svg');}.region{--wpr-bg-506e56f1-02ee-4e02-9a70-94c0f595d8ae: url('https://img.spotblue.com/app/uploads/2021/06/property-marker-icon.png');}.rll-youtube-player .play{--wpr-bg-3b8a1d34-680c-4835-ade3-95b02af0063d: url('https://img.spotblue.com/app/plugins/wp-rocket/assets/img/youtube.png');}body.single-wiki  .sseo_faqs .sseo_faqtitle::after{--wpr-bg-dca73661-e218-4ec5-878a-e33758af8891: url('https://img.spotblue.com/app/uploads/2021/03/down-arrow1.png');}</style>
</noscript>
<script type="application/javascript">const rocket_pairs = [{"selector":".control-currency select,.gtranslate_wrapper select","style":".control-currency select,.gtranslate_wrapper select{--wpr-bg-6d1e34da-f9c7-43d8-a8cc-988fb437df56: url('https:\/\/img.spotblue.com\/app\/uploads\/2021\/08\/dropdown_arrow.png');}","hash":"6d1e34da-f9c7-43d8-a8cc-988fb437df56","url":"https:\/\/img.spotblue.com\/app\/uploads\/2021\/08\/dropdown_arrow.png"},{"selector":".phone_n","style":".phone_n{--wpr-bg-6c2712e2-82b8-4d24-b066-28a3869a9dd0: url('https:\/\/img.spotblue.com\/app\/uploads\/2021\/08\/phone-icons-1.png');}","hash":"6c2712e2-82b8-4d24-b066-28a3869a9dd0","url":"https:\/\/img.spotblue.com\/app\/uploads\/2021\/08\/phone-icons-1.png"},{"selector":".email_i","style":".email_i{--wpr-bg-e77ddcd5-7f8e-44f1-a80e-d0e2ff59533d: url('https:\/\/img.spotblue.com\/app\/uploads\/2021\/08\/email-icon.png');}","hash":"e77ddcd5-7f8e-44f1-a80e-d0e2ff59533d","url":"https:\/\/img.spotblue.com\/app\/uploads\/2021\/08\/email-icon.png"},{"selector":".rdlist a","style":".rdlist a{--wpr-bg-e4f77f48-bb05-4cc0-9a30-d83227fb6453: url('https:\/\/img.spotblue.com\/app\/uploads\/2023\/05\/right-chevron.png');}","hash":"e4f77f48-bb05-4cc0-9a30-d83227fb6453","url":"https:\/\/img.spotblue.com\/app\/uploads\/2023\/05\/right-chevron.png"},{"selector":".page_404_sec input[type=submit]","style":".page_404_sec input[type=submit]{--wpr-bg-f1036b27-6635-4fd1-b2c5-f20a35a67419: url('https:\/\/img.spotblue.com\/learn\/wp-content\/uploads\/2023\/05\/search-iconb.png');}","hash":"f1036b27-6635-4fd1-b2c5-f20a35a67419","url":"https:\/\/img.spotblue.com\/learn\/wp-content\/uploads\/2023\/05\/search-iconb.png"},{"selector":"body:not(.home) #style-1 ul li","style":"body:not(.home) #style-1 ul li{--wpr-bg-00e9819c-4ee7-4d0f-9687-91dcc33ae65e: url('https:\/\/img.spotblue.com\/app\/uploads\/2021\/03\/w-arrow.png');}","hash":"00e9819c-4ee7-4d0f-9687-91dcc33ae65e","url":"https:\/\/img.spotblue.com\/app\/uploads\/2021\/03\/w-arrow.png"},{"selector":".readingtime","style":".readingtime{--wpr-bg-2a35fb58-e85e-46c8-ac66-dc5db9960c14: url('https:\/\/img.spotblue.com\/app\/themes\/spotblue\/resources\/inc\/images\/s-reading-time.svg');}","hash":"2a35fb58-e85e-46c8-ac66-dc5db9960c14","url":"https:\/\/img.spotblue.com\/app\/themes\/spotblue\/resources\/inc\/images\/s-reading-time.svg"},{"selector":".region","style":".region{--wpr-bg-ec746bf5-475f-4dfc-a8be-387e357ec4a6: url('https:\/\/img.spotblue.com\/app\/uploads\/2021\/06\/property-marker-icon.png');}","hash":"ec746bf5-475f-4dfc-a8be-387e357ec4a6","url":"https:\/\/img.spotblue.com\/app\/uploads\/2021\/06\/property-marker-icon.png"},{"selector":".control-currency select","style":".control-currency select{--wpr-bg-1805679b-b4ba-44b2-8609-1ebec7d999c4: url('https:\/\/img.spotblue.com\/app\/uploads\/2021\/08\/dropdown_arrow.png');}","hash":"1805679b-b4ba-44b2-8609-1ebec7d999c4","url":"https:\/\/img.spotblue.com\/app\/uploads\/2021\/08\/dropdown_arrow.png"},{"selector":".readingtime","style":".readingtime{--wpr-bg-cffddad8-6595-4fef-8d31-c024b4297bfa: url('https:\/\/img.spotblue.com\/app\/themes\/spotblue\/resources\/inc\/images\/s-reading-time.svg');}","hash":"cffddad8-6595-4fef-8d31-c024b4297bfa","url":"https:\/\/img.spotblue.com\/app\/themes\/spotblue\/resources\/inc\/images\/s-reading-time.svg"},{"selector":".region","style":".region{--wpr-bg-506e56f1-02ee-4e02-9a70-94c0f595d8ae: url('https:\/\/img.spotblue.com\/app\/uploads\/2021\/06\/property-marker-icon.png');}","hash":"506e56f1-02ee-4e02-9a70-94c0f595d8ae","url":"https:\/\/img.spotblue.com\/app\/uploads\/2021\/06\/property-marker-icon.png"},{"selector":".rll-youtube-player .play","style":".rll-youtube-player .play{--wpr-bg-3b8a1d34-680c-4835-ade3-95b02af0063d: url('https:\/\/img.spotblue.com\/app\/plugins\/wp-rocket\/assets\/img\/youtube.png');}","hash":"3b8a1d34-680c-4835-ade3-95b02af0063d","url":"https:\/\/img.spotblue.com\/app\/plugins\/wp-rocket\/assets\/img\/youtube.png"},{"selector":"body.single-wiki  .sseo_faqs .sseo_faqtitle","style":"body.single-wiki  .sseo_faqs .sseo_faqtitle::after{--wpr-bg-dca73661-e218-4ec5-878a-e33758af8891: url('https:\/\/img.spotblue.com\/app\/uploads\/2021\/03\/down-arrow1.png');}","hash":"dca73661-e218-4ec5-878a-e33758af8891","url":"https:\/\/img.spotblue.com\/app\/uploads\/2021\/03\/down-arrow1.png"}]; const rocket_excluded_pairs = [];</script></head>
  <body class="archive category category-turkey category-16 en-GB app-data index-data archive-data category-data category-16-data category-turkey-data">
        <header id="siteheader" class="header-wrap">
   <div id="top" >
      <div class="container">
         <div class="row">
            <div class="col-2 col-sm-6 col-md-8 col-lg-8 col-sm-2 pr-0 top_" >
               <a id="link_text-194-59" class="ct-link-text phone_head" href="tel:+44 (0) 208 339 6036" target="_self">
               <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2030%2030'%3E%3C/svg%3E" alt="phone-icon" width="30" height="30" data-lazy-src="https://img.spotblue.com/app/uploads/2021/08/phone_icon.png"><noscript><img src="https://img.spotblue.com/app/uploads/2021/08/phone_icon.png" alt="phone-icon" width="30" height="30"></noscript> <span>Tel: +44 (0) 208 339 6036</span></a>
               <a id="link_text-207-59" class="ct-link-text email_h" href="/cdn-cgi/l/email-protection#9bf2f5fdf4dbe8ebf4eff9f7eefeb5f8f4f6" target="_self">Email: <span class="__cf_email__" data-cfemail="01686f676e4172716e75636d74642f626e6c">[email&#160;protected]</span></a>
            </div>
            <div class="col-10 col-sm-6 col-md-4 col-lg-4 text-right" >
               <form id="currency_search" name="currency_search" class="currency-form " action="" method="post" >
                  <input type="hidden" name="department" value="residential-sales">
                                    <div class="control control-currency"><label for="currency">Currency</label><select name="currency" id="currencies" class="" aria-label="Select Currency" data-blank-option="" onchange="this.form.submit();">
                     <option value="AED"  >AED</option><option value="CHF"  >CHF</option><option value="EUR"  >EUR</option><option value="GBP"  selected="selected" >GBP</option><option value="NOK"  >NOK</option><option value="SEK"  >SEK</option><option value="TRY"  >TRY</option><option value="USD"  >USD</option>                     </select>
                  </div>
               </form>
               <div class="gtranslate_wrapper" id="gt-wrapper-34710961"></div>            </div>
         </div>
      </div>
      <!-- end of container-->
   </div>
   <!-- end of top-->
   <div class="menu_sec">
      <div class="container">
         <div class="row align_center">
            <div class="col-lg-3 ">
               <div class="nav_logo">
                  <a href="https://www.spotblue.com/" rel="home" aria-label="Spot Blue">
                  <img class="img-fluid" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20176%2041'%3E%3C/svg%3E" alt="Spot Blue" width="176" height="41" data-lazy-src="https://img.spotblue.com/app/themes/spotblue/resources/inc/images/spotblue-logo-new-small.svg"><noscript><img class="img-fluid" src="https://img.spotblue.com/app/themes/spotblue/resources/inc/images/spotblue-logo-new-small.svg" alt="Spot Blue" width="176" height="41"></noscript>
                  </a>
               </div>
               <div id="res_menu_b" onclick="mOpen()"><span></span></div>
               <div class="search_popup"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2025%2025'%3E%3C/svg%3E" width="25" height="25" alt="search icon" data-lazy-src="https://img.spotblue.com/app/uploads/2023/04/search-icon.png"><noscript><img src="https://img.spotblue.com/app/uploads/2023/04/search-icon.png" width="25" height="25" alt="search icon"></noscript></div>
               <span class="searchClose">&times;</span>
            </div>
            <div class="col-lg-9 ">
               <div class="menu_secs pull-right" id="r_menu">
                  <button aria-label="Spot Blue" class="mobile_show" onclick="mClose()"><img  width="32" height="32" alt="mobile close" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" data-lazy-src="https://img.spotblue.com/app/themes/spotblue/dist/images/close.png"><noscript><img  width="32" height="32" alt="mobile close" src="https://img.spotblue.com/app/themes/spotblue/dist/images/close.png"></noscript></button>
                  <nav id="navigation" class="site-nav">
                                          <ul id="menu-main-menu" class="nav"><li id="menu-item-182421" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-182421"><a href="https://www.spotblue.com/countries/">Properties By Country</a>
<ul class="sub-menu">
	<li id="menu-item-229483" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-229483"><a href="https://www.spotblue.com/property-for-sale/barbados/">Barbados</a></li>
	<li id="menu-item-576548" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-576548"><a href="https://www.spotblue.com/property-for-sale/cyprus/">Cyprus</a></li>
	<li id="menu-item-526475" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-526475"><a href="https://www.spotblue.com/property-for-sale/north-cyprus/">North Cyprus</a></li>
	<li id="menu-item-229484" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-229484"><a href="https://www.spotblue.com/property-for-sale/portugal/">Portugal</a></li>
	<li id="menu-item-184788" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-184788"><a href="https://www.spotblue.com/property-for-sale/spain/">Spain</a></li>
	<li id="menu-item-184800" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-184800"><a href="https://www.spotblue.com/property-for-sale/turkey/">Turkey</a></li>
	<li id="menu-item-451292" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-451292"><a href="https://www.spotblue.com/property-for-sale/united-arab-emirates/">UAE</a></li>
	<li id="menu-item-184805" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-184805"><a href="https://www.spotblue.com/property-for-sale/united-kingdom/">United Kingdom</a></li>
</ul>
</li>
<li id="menu-item-229486" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-229486"><a href="https://www.spotblue.com/property-search/">Search Properties</a></li>
<li id="menu-item-137920" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137920"><a href="https://www.spotblue.com/guides/">Area Guides</a></li>
<li id="menu-item-137798" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137798"><a href="https://www.spotblue.com/about-us/">About Us</a></li>
<li id="menu-item-137797" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-137797"><a href="https://www.spotblue.com/news/">News</a></li>
<li id="menu-item-480457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-480457"><a href="https://www.spotblue.com/contact/">Contact</a></li>
</ul>
                                                               <ul id="menu-responsive-menu" class="nav"><li id="menu-item-138458" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-138458"><a href="/countries/">Properties by Country</a>
<ul class="sub-menu">
	<li id="menu-item-588253" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-588253"><a href="https://www.spotblue.com/property-for-sale/barbados/">Barbados</a></li>
	<li id="menu-item-588254" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-588254"><a href="https://www.spotblue.com/property-for-sale/cyprus/">Cyprus</a></li>
	<li id="menu-item-588257" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-588257"><a href="https://www.spotblue.com/property-for-sale/north-cyprus/">North Cyprus</a></li>
	<li id="menu-item-588258" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-588258"><a href="https://www.spotblue.com/property-for-sale/portugal/">Portugal</a></li>
	<li id="menu-item-588259" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-588259"><a href="https://www.spotblue.com/property-for-sale/spain/">Spain</a></li>
	<li id="menu-item-588260" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-588260"><a href="https://www.spotblue.com/property-for-sale/turkey/">Turkey</a></li>
	<li id="menu-item-588261" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-588261"><a href="https://www.spotblue.com/property-for-sale/united-arab-emirates/">UAE</a></li>
	<li id="menu-item-588262" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-588262"><a href="https://www.spotblue.com/property-for-sale/united-kingdom/">United Kingdom</a></li>
</ul>
</li>
<li id="menu-item-138459" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138459"><a href="/property-search/">Search Properties</a></li>
<li id="menu-item-138460" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138460"><a href="/guides/">Area Guides</a></li>
<li id="menu-item-138461" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138461"><a href="/about-us/">About Us</a></li>
<li id="menu-item-138462" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138462"><a href="/news/">News</a></li>
<li id="menu-item-138463" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-138463"><a href="/contact/">Contact</a></li>
</ul>
                                       </nav>
               </div>
            </div>
         </div>
      </div>
   </div>
</header>
<div class="header_height"></div>   
          
  
<section id="inner-content" class="content-inner mt-40 pb-40">

    <div id="primary" class="container">
        	<div  class="row">
        	<div  class="col-sm-12 col-md-12 col-lg-8 first">
        	   
        	    
        	    <h1 class="blog_h pb-30">Turkey</h1>        	    
        	    
        		<div class="blog-home-list">
        			<div id="main" class="first row" role="main">
        			       
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2024-03-13T14:21:35+00:00">13 March 2024</time>
    		
		 <a href="https://www.spotblue.com/news/what-is-number-one-tourist-destination-in-turkey/" aria-label="What is the Number One Tourist Destination in Turkey?">
				<img width="1000" height="606" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20606'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="golden horn bay" decoding="async" fetchpriority="high" data-lazy-srcset="https://img.spotblue.com/app/uploads/2013/06/what-is-the-number-one-tourist-destination-in-Turkey.jpg 1000w, https://img.spotblue.com/app/uploads/2013/06/what-is-the-number-one-tourist-destination-in-Turkey-800x485.jpg 800w, https://img.spotblue.com/app/uploads/2013/06/what-is-the-number-one-tourist-destination-in-Turkey-768x465.jpg 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://img.spotblue.com/app/uploads/2013/06/what-is-the-number-one-tourist-destination-in-Turkey.jpg" /><noscript><img width="1000" height="606" src="https://img.spotblue.com/app/uploads/2013/06/what-is-the-number-one-tourist-destination-in-Turkey.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="golden horn bay" decoding="async" fetchpriority="high" srcset="https://img.spotblue.com/app/uploads/2013/06/what-is-the-number-one-tourist-destination-in-Turkey.jpg 1000w, https://img.spotblue.com/app/uploads/2013/06/what-is-the-number-one-tourist-destination-in-Turkey-800x485.jpg 800w, https://img.spotblue.com/app/uploads/2013/06/what-is-the-number-one-tourist-destination-in-Turkey-768x465.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/what-is-number-one-tourist-destination-in-turkey/">What is the Number One Tourist Destination in Turkey?</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 10</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    Istanbul is the number one tourist destination in Turkey, which surprises many people because Istanbul isn&#8217;t the capital city. However, don&#8217;t underestimate Istanbul because the populous city hosts roughly 16 million international tourists yearly despite the lack of sandy beaches. This number doesn&#8217;t include Turkish citizens who flock from other&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-11-12T08:08:44+00:00">12 November 2023</time>
    		
		 <a href="https://www.spotblue.com/news/istanbul-new-airport/" aria-label="Istanbul New Airport: A Triumph of Engineering and Connectivity">
				<img width="690" height="460" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20690%20460'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2019/11/duty-free.jpg 690w, https://img.spotblue.com/app/uploads/2019/11/duty-free-300x200.jpg 300w" data-lazy-sizes="(max-width: 690px) 100vw, 690px" data-lazy-src="https://img.spotblue.com/app/uploads/2019/11/duty-free.jpg" /><noscript><img width="690" height="460" src="https://img.spotblue.com/app/uploads/2019/11/duty-free.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" srcset="https://img.spotblue.com/app/uploads/2019/11/duty-free.jpg 690w, https://img.spotblue.com/app/uploads/2019/11/duty-free-300x200.jpg 300w" sizes="(max-width: 690px) 100vw, 690px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/istanbul-new-airport/">Istanbul New Airport: A Triumph of Engineering and Connectivity</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 10</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    Istanbul New Airport reflects Turkey&#8217;s commitment to progress. Symbolising the country&#8217;s economic and infrastructural prowess, that makes it a top hub for real estate investment, this structure is nothing short of spectacular.  Nestled between Europe and Asia, this architectural marvel is not merely an airport but also illustrates connectivity, seamlessly&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-10-25T06:50:24+00:00">25 October 2023</time>
    		
		 <a href="https://www.spotblue.com/news/what-makes-turkish-airlines-different/" aria-label="What Makes Turkish Airlines Different?">
				<img width="1091" height="583" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201091%20583'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="what makes turkish airlines unique (1)" decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2017/07/what-makes-Turkish-airlines-unique-1.png 1091w, https://img.spotblue.com/app/uploads/2017/07/what-makes-Turkish-airlines-unique-1-800x427.png 800w, https://img.spotblue.com/app/uploads/2017/07/what-makes-Turkish-airlines-unique-1-768x410.png 768w" data-lazy-sizes="(max-width: 1091px) 100vw, 1091px" data-lazy-src="https://img.spotblue.com/app/uploads/2017/07/what-makes-Turkish-airlines-unique-1.png" /><noscript><img width="1091" height="583" src="https://img.spotblue.com/app/uploads/2017/07/what-makes-Turkish-airlines-unique-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="what makes turkish airlines unique (1)" decoding="async" srcset="https://img.spotblue.com/app/uploads/2017/07/what-makes-Turkish-airlines-unique-1.png 1091w, https://img.spotblue.com/app/uploads/2017/07/what-makes-Turkish-airlines-unique-1-800x427.png 800w, https://img.spotblue.com/app/uploads/2017/07/what-makes-Turkish-airlines-unique-1-768x410.png 768w" sizes="(max-width: 1091px) 100vw, 1091px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/what-makes-turkish-airlines-different/">What Makes Turkish Airlines Different?</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 9</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    Given the hype and reputation, many people often ask what makes Turkish Airlines different before booking those flight tickets. Turkish Airlines, as a leading carrier and member of Star Alliance, has garnered a reputation in global aviation industries. With innovative services, impressive growth, and strategic positioning, Turkish Airlines carves unique&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-09-15T09:00:09+00:00">15 September 2023</time>
    		
		 <a href="https://www.spotblue.com/news/dalaman-airport/" aria-label="Welcome to Dalaman Airport &#8211; Gateway to the South of Turkey">
				<img width="1000" height="667" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20667'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="duty free at dalaman airport" decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2018/07/Duty-Free-at-Dalaman-Airport.jpg 1000w, https://img.spotblue.com/app/uploads/2018/07/Duty-Free-at-Dalaman-Airport-800x534.jpg 800w, https://img.spotblue.com/app/uploads/2018/07/Duty-Free-at-Dalaman-Airport-768x512.jpg 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://img.spotblue.com/app/uploads/2018/07/Duty-Free-at-Dalaman-Airport.jpg" /><noscript><img width="1000" height="667" src="https://img.spotblue.com/app/uploads/2018/07/Duty-Free-at-Dalaman-Airport.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="duty free at dalaman airport" decoding="async" srcset="https://img.spotblue.com/app/uploads/2018/07/Duty-Free-at-Dalaman-Airport.jpg 1000w, https://img.spotblue.com/app/uploads/2018/07/Duty-Free-at-Dalaman-Airport-800x534.jpg 800w, https://img.spotblue.com/app/uploads/2018/07/Duty-Free-at-Dalaman-Airport-768x512.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/dalaman-airport/">Welcome to Dalaman Airport &#8211; Gateway to the South of Turkey</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 7</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    Dalaman Airport, one of Turkey&#8217;s top three touristic airports, handles millions of passengers annually. Also called Dalaman International Airport, this air travel hub has wholly transformed since opening in 1976. Along with Antalya and Bodrum major airports, Dalaman airport is responsible for tourism on the southwestern coast, giving travellers easy&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-09-01T08:51:33+00:00">1 September 2023</time>
    		
		 <a href="https://www.spotblue.com/news/turkey-gdp-real-estate-istanbul/" aria-label="How Much of Turkey’s GDP is Real Estate?">
				<img width="1000" height="749" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20749'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="aerial drone view of istanbul uskudar seaside." decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2013/09/How-much-is-Istanbul-GDP.jpg 1000w, https://img.spotblue.com/app/uploads/2013/09/How-much-is-Istanbul-GDP-800x599.jpg 800w, https://img.spotblue.com/app/uploads/2013/09/How-much-is-Istanbul-GDP-768x575.jpg 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://img.spotblue.com/app/uploads/2013/09/How-much-is-Istanbul-GDP.jpg" /><noscript><img width="1000" height="749" src="https://img.spotblue.com/app/uploads/2013/09/How-much-is-Istanbul-GDP.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="aerial drone view of istanbul uskudar seaside." decoding="async" srcset="https://img.spotblue.com/app/uploads/2013/09/How-much-is-Istanbul-GDP.jpg 1000w, https://img.spotblue.com/app/uploads/2013/09/How-much-is-Istanbul-GDP-800x599.jpg 800w, https://img.spotblue.com/app/uploads/2013/09/How-much-is-Istanbul-GDP-768x575.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/turkey-gdp-real-estate-istanbul/">How Much of Turkey’s GDP is Real Estate?</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 9</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    Real estate acquisition in Turkey accounts for 19.5% of the GDP. This figure surprises many, both domestic investors and international. Yet, Turkey&#8217;s real estate market, one of the most attractive in the world, has much going for it. From expected capital growth to the citizenship by investment program, Turkish real&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-08-23T10:30:57+00:00">23 August 2023</time>
    		
		 <a href="https://www.spotblue.com/news/who-buys-the-most-property-in-turkey/" aria-label="Who Buys the Most Property in Turkey">
				<img width="1000" height="666" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20666'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="aerial view of side antique city . side old town amphitheater. s" decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2016/03/Who-buys-the-most-property-in-Turkey.jpg 1000w, https://img.spotblue.com/app/uploads/2016/03/Who-buys-the-most-property-in-Turkey-800x533.jpg 800w, https://img.spotblue.com/app/uploads/2016/03/Who-buys-the-most-property-in-Turkey-768x511.jpg 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://img.spotblue.com/app/uploads/2016/03/Who-buys-the-most-property-in-Turkey.jpg" /><noscript><img width="1000" height="666" src="https://img.spotblue.com/app/uploads/2016/03/Who-buys-the-most-property-in-Turkey.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="aerial view of side antique city . side old town amphitheater. s" decoding="async" srcset="https://img.spotblue.com/app/uploads/2016/03/Who-buys-the-most-property-in-Turkey.jpg 1000w, https://img.spotblue.com/app/uploads/2016/03/Who-buys-the-most-property-in-Turkey-800x533.jpg 800w, https://img.spotblue.com/app/uploads/2016/03/Who-buys-the-most-property-in-Turkey-768x511.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/who-buys-the-most-property-in-turkey/">Who Buys the Most Property in Turkey</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 8</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    When considering who buys the most property in Turkey, expect a global collection of nationalities. Once only aligned with Western governments, the Turkish government is now a global player for foreign investors, who capitalise on real estate and business opportunities. Foreign investors who buy property create separate niches in the&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-07-30T21:04:32+00:00">30 July 2023</time>
    		
		 <a href="https://www.spotblue.com/news/how-to-build-house-turkey/" aria-label="How to Build a House in Turkey That Has Style and Finesse">
				<img width="1000" height="606" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20606'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="3d rendering of modern house by the river" decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2013/08/how-to-build-a-house-in-Turkey.jpg 1000w, https://img.spotblue.com/app/uploads/2013/08/how-to-build-a-house-in-Turkey-800x485.jpg 800w, https://img.spotblue.com/app/uploads/2013/08/how-to-build-a-house-in-Turkey-768x465.jpg 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://img.spotblue.com/app/uploads/2013/08/how-to-build-a-house-in-Turkey.jpg" /><noscript><img width="1000" height="606" src="https://img.spotblue.com/app/uploads/2013/08/how-to-build-a-house-in-Turkey.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="3d rendering of modern house by the river" decoding="async" srcset="https://img.spotblue.com/app/uploads/2013/08/how-to-build-a-house-in-Turkey.jpg 1000w, https://img.spotblue.com/app/uploads/2013/08/how-to-build-a-house-in-Turkey-800x485.jpg 800w, https://img.spotblue.com/app/uploads/2013/08/how-to-build-a-house-in-Turkey-768x465.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/how-to-build-house-turkey/">How to Build a House in Turkey That Has Style and Finesse</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 10</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    Are you dreaming of building your home in Turkey but don&#8217;t know how or where to start? Anyone can build their own house in Turkey with guidance, knowledge, and preparation. In this article, learn the essential steps to undertake when constructing property in Turkey, from looking for land and obtaining&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-07-18T07:51:49+00:00">18 July 2023</time>
    		
		 <a href="https://www.spotblue.com/news/international-airlines-fly-uk-turkey-airports/" aria-label="Which International Airlines fly from the UK to Turkey?">
				<img width="1000" height="651" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20651'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="international airlines flying to Turkey" decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2017/09/international-airlines-that-fly-to-Turkey.jpg 1000w, https://img.spotblue.com/app/uploads/2017/09/international-airlines-that-fly-to-Turkey-800x521.jpg 800w, https://img.spotblue.com/app/uploads/2017/09/international-airlines-that-fly-to-Turkey-768x500.jpg 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://img.spotblue.com/app/uploads/2017/09/international-airlines-that-fly-to-Turkey.jpg" /><noscript><img width="1000" height="651" src="https://img.spotblue.com/app/uploads/2017/09/international-airlines-that-fly-to-Turkey.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="international airlines flying to Turkey" decoding="async" srcset="https://img.spotblue.com/app/uploads/2017/09/international-airlines-that-fly-to-Turkey.jpg 1000w, https://img.spotblue.com/app/uploads/2017/09/international-airlines-that-fly-to-Turkey-800x521.jpg 800w, https://img.spotblue.com/app/uploads/2017/09/international-airlines-that-fly-to-Turkey-768x500.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/international-airlines-fly-uk-turkey-airports/">Which International Airlines fly from the UK to Turkey?</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 10</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    Whether you are planning to live in Turkey or just holiday here, many international airlines fly to Turkey from the UK, so you can find direct or connecting flights no matter what time of the year.   Most major UK airports offer flights to Turkey, including London Heathrow Airport, Manchester Airport&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-06-27T11:36:19+00:00">27 June 2023</time>
    		
		 <a href="https://www.spotblue.com/news/magical-kas-where-lush-mountains-meet-the-turkish-mediterranean/" aria-label="Magical Kas in Turkey- Gateway to the Turkish Mediterranean">
				<img width="999" height="666" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20999%20666'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="beautiful street in the kas old town with boutique shops at sunset, turkey" decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2018/10/Kas-in-Turkey.jpg 999w, https://img.spotblue.com/app/uploads/2018/10/Kas-in-Turkey-800x533.jpg 800w, https://img.spotblue.com/app/uploads/2018/10/Kas-in-Turkey-768x512.jpg 768w" data-lazy-sizes="(max-width: 999px) 100vw, 999px" data-lazy-src="https://img.spotblue.com/app/uploads/2018/10/Kas-in-Turkey.jpg" /><noscript><img width="999" height="666" src="https://img.spotblue.com/app/uploads/2018/10/Kas-in-Turkey.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="beautiful street in the kas old town with boutique shops at sunset, turkey" decoding="async" srcset="https://img.spotblue.com/app/uploads/2018/10/Kas-in-Turkey.jpg 999w, https://img.spotblue.com/app/uploads/2018/10/Kas-in-Turkey-800x533.jpg 800w, https://img.spotblue.com/app/uploads/2018/10/Kas-in-Turkey-768x512.jpg 768w" sizes="(max-width: 999px) 100vw, 999px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/magical-kas-where-lush-mountains-meet-the-turkish-mediterranean/">Magical Kas in Turkey- Gateway to the Turkish Mediterranean</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 8</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    Kas, a charming coastal town nestled along the southwestern coast of Turkey, is a true gem. Kas is one of Turkey&#8217;s best-kept secrets, with breathtaking beauty and a warm Mediterranean ambience. As you arrive in Kas, you are immediately greeted by azure waters sparkling under the golden sun thanks to&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-06-25T06:00:10+00:00">25 June 2023</time>
    		
		 <a href="https://www.spotblue.com/news/exiled-to-the-turquoise-coast-turkey-properties/" aria-label="The Turquoise Coast of Turkey for a Holiday Home Paradise">
				<img width="1000" height="667" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20667'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="aerial sunset view of antalya, turkey" decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2015/08/turquoise-coast-of-Turkey.jpg 1000w, https://img.spotblue.com/app/uploads/2015/08/turquoise-coast-of-Turkey-800x534.jpg 800w, https://img.spotblue.com/app/uploads/2015/08/turquoise-coast-of-Turkey-768x512.jpg 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://img.spotblue.com/app/uploads/2015/08/turquoise-coast-of-Turkey.jpg" /><noscript><img width="1000" height="667" src="https://img.spotblue.com/app/uploads/2015/08/turquoise-coast-of-Turkey.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="aerial sunset view of antalya, turkey" decoding="async" srcset="https://img.spotblue.com/app/uploads/2015/08/turquoise-coast-of-Turkey.jpg 1000w, https://img.spotblue.com/app/uploads/2015/08/turquoise-coast-of-Turkey-800x534.jpg 800w, https://img.spotblue.com/app/uploads/2015/08/turquoise-coast-of-Turkey-768x512.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/exiled-to-the-turquoise-coast-turkey-properties/">The Turquoise Coast of Turkey for a Holiday Home Paradise</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 9</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    When buying holiday homes in the sun, one destination that clients offer favour is the turquoise coast of Turkey. Also called the Turkish Riviera, southwest Turkey boasts ancient ruins and historical sites, sleepy villages, beautiful bays, and many beaches, making the region an ideal destination for anyone investing in homes&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-06-18T11:39:32+00:00">18 June 2023</time>
    		
		 <a href="https://www.spotblue.com/news/is-turkey-a-good-place-to-live-expats/" aria-label="Is Turkey a Good Place to Live?">
				<img width="700" height="388" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20388'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="is Turkey a good place to live" decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2019/11/is-Turkey-a-good-place-to-live.jpg 700w, https://img.spotblue.com/app/uploads/2019/11/is-Turkey-a-good-place-to-live-300x166.jpg 300w" data-lazy-sizes="(max-width: 700px) 100vw, 700px" data-lazy-src="https://img.spotblue.com/app/uploads/2019/11/is-Turkey-a-good-place-to-live.jpg" /><noscript><img width="700" height="388" src="https://img.spotblue.com/app/uploads/2019/11/is-Turkey-a-good-place-to-live.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="is Turkey a good place to live" decoding="async" srcset="https://img.spotblue.com/app/uploads/2019/11/is-Turkey-a-good-place-to-live.jpg 700w, https://img.spotblue.com/app/uploads/2019/11/is-Turkey-a-good-place-to-live-300x166.jpg 300w" sizes="(max-width: 700px) 100vw, 700px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/is-turkey-a-good-place-to-live-expats/">Is Turkey a Good Place to Live?</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 9</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    Many people who come on holiday and contemplate moving across often ask if Turkey is a good place to live? It is a good, realistic question because life away from the beach bars and daily lazy boat cruises is always different. We are biased. Some of our team live in&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		            
                             <section  class="gird-post grid-col col-md-12">
    <div class="inner-grid rows">
    	<div class="grid-img">
    	    <time class="updated" datetime="2023-05-30T12:33:58+00:00">30 May 2023</time>
    		
		 <a href="https://www.spotblue.com/news/bosphorus-yali-mansions-istanbul/" aria-label="Why the Bosphorus Mansions in Istanbul Lead the Real Estate Market">
				<img width="1000" height="667" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20667'%3E%3C/svg%3E" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="zeki pasa yalisi building in istanbul, turkey" decoding="async" data-lazy-srcset="https://img.spotblue.com/app/uploads/2015/04/zeki-pasa-yali-1.jpg 1000w, https://img.spotblue.com/app/uploads/2015/04/zeki-pasa-yali-1-800x534.jpg 800w, https://img.spotblue.com/app/uploads/2015/04/zeki-pasa-yali-1-768x512.jpg 768w" data-lazy-sizes="(max-width: 1000px) 100vw, 1000px" data-lazy-src="https://img.spotblue.com/app/uploads/2015/04/zeki-pasa-yali-1.jpg" /><noscript><img width="1000" height="667" src="https://img.spotblue.com/app/uploads/2015/04/zeki-pasa-yali-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="zeki pasa yalisi building in istanbul, turkey" decoding="async" srcset="https://img.spotblue.com/app/uploads/2015/04/zeki-pasa-yali-1.jpg 1000w, https://img.spotblue.com/app/uploads/2015/04/zeki-pasa-yali-1-800x534.jpg 800w, https://img.spotblue.com/app/uploads/2015/04/zeki-pasa-yali-1-768x512.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript>		   </a>
    	</div><!--end of grid-image-->
    	
        <div class="blog_con_box">	
            <div class="grid-title">
        	     <h2 class="entry-title"><a href="https://www.spotblue.com/news/bosphorus-yali-mansions-istanbul/">Why the Bosphorus Mansions in Istanbul Lead the Real Estate Market</a></h2>
				 <div class="blogMeta">
   <div class="author_sec">  
        	    
          <span class="byline author vcard">
<a href="https://www.spotblue.com/author/natalie/" rel="author" class="fn">
   

	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2045%2045'%3E%3C/svg%3E" width="45" height="45" alt="Author Name" data-lazy-src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" /><noscript><img src="https://secure.gravatar.com/avatar/ab56554804e09c2501d60c9383e0565f?s=100&#038;d=mm&#038;r=g" width="45" height="45" alt="Author Name" /></noscript>
Natalie  </a>
        </span>
              
          </div>

    <div class="readingtime"><span class="span-reading-time rt-reading-time"><span class="rt-label rt-prefix"></span> <span class="rt-time"> 7</span> <span class="rt-label rt-postfix">mins read</span></span></div>  
        <div class="clear"></div>
        </div>   
        	</div><!-- grid-title -->
				<div class="blog_disc pt-20">
        	    Beautiful, luxurious, and steeped in history perfectly describes the Bosphorus mansions in Istanbul. Not only are the most expensive houses in Turkey filled with character, but they also give marvellous insight into Ottoman architecture and craftsmanship. Indeed, Bosphorus Yali mansions are unique Istanbul gems. Nestled along the Bosphorus banks, these&hellip;        	</div>
        	
        	<div class="clear"></div>
    	
    	</div>
    </div><!--inner-grid-->	
 
</section>

  
                             
        		                 		    </div><!-- .site-main -->
        			<div class="text-center pb-50">
    					<div class="navigation"><div>Page 1 of 14 </div><ul>
<li class="active"><a href="https://www.spotblue.com/category/turkey/">1</a></li>
<li><a href="https://www.spotblue.com/category/turkey/page/2/">2</a></li>
<li><a href="https://www.spotblue.com/category/turkey/page/3/">3</a></li>
<li>…</li>
<li><a href="https://www.spotblue.com/category/turkey/page/14/">14</a></li>
<li><a href="https://www.spotblue.com/category/turkey/page/2/" >&raquo;</a></li>
<li><a href="https://www.spotblue.com/category/turkey/page/14/">Last &raquo;</a></li>
</ul></div>
    				</div>	
        		
        		</div>
        	</div><!-- .content-area -->
        		<aside class="col-sm-12 col-md-12 col-lg-4 sidebar blog_sidebar testimonial_sidebar" id="sidebar">
        			  <section class="widget block-2 widget_block"><div class="widget-title">Featured Properties</div>
<br>
<div class="propertyhive propertyhive-featured-properties-shortcode columns-4">
			<div class="properties propertyhive-shortcode-carousel clear ss">
				
					

                 
                
<div class="property_box">
        <div class="box">
    
    	    
        <div class="thumbnail">
        	<a href="https://www.spotblue.com/properties/trboda483/" class="feature-image">
        	    
        	     <span class="ref-number"><strong>Ref:</strong> TRBODA483</span>
                 <div class="flag flag-for-sale">For Sale</div> 
        		<img width="1024" height="768" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20768'%3E%3C/svg%3E" alt="Sea View Apartment For Sale In Iasos" class="" data-lazy-src="https://img.spotblue.com/app/uploads/2023/08/bodrum-apartment-TRBODA483-21.jpg"><noscript><img width="1024" height="768" decoding="async" src="https://img.spotblue.com/app/uploads/2023/08/bodrum-apartment-TRBODA483-21.jpg" alt="Sea View Apartment For Sale In Iasos" class=""></noscript>        		
        			<span class="view-details-text">View Details</span>
            </a>
        
        
     <h2 class="p_title">
       <a href="https://www.spotblue.com/properties/trboda483/">Sea View Apartment For Sale In Iasos</a>
   </h2>
        
        <div class="p_content">
            
        	<div class="price">

	&pound;124,950	
	
</div><div class="property-type">Apartment</div>    	
         
          
           <p class="region" style="float:right;">  Turkey                        
                          </p>
          
           
	    <div class="clear"></div>
	    
                </div>    
                
                 <div class="bathbed">
                                                 <div class="lft_txt"> Bedrooms: <b>2</b></div> 
                                                                          <div class="rt_txt"> Bathrooms: <b>2</b></div>
                        				</div> 
        
    	    	
        </div>
    </div>
</div>	<!-- end of property_box  -->
				
					

                 
                
<div class="property_box">
        <div class="box">
    
    	    
        <div class="thumbnail">
        	<a href="https://www.spotblue.com/properties/esbenv749/" class="feature-image">
        	    
        	     <span class="ref-number"><strong>Ref:</strong> ESBENV749</span>
                 <div class="flag flag-for-sale">For Sale</div> 
        		<img width="400" height="210" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20210'%3E%3C/svg%3E" alt="Modern Villa For Sale In Benijofar" class="" data-lazy-src="https://img.spotblue.com/app/uploads/2024/03/benijofar-villa-esbenv749-1-400x210.jpg"><noscript><img width="400" height="210" decoding="async" src="https://img.spotblue.com/app/uploads/2024/03/benijofar-villa-esbenv749-1-400x210.jpg" alt="Modern Villa For Sale In Benijofar" class=""></noscript>        		
        			<span class="view-details-text">View Details</span>
            </a>
        
        
     <h2 class="p_title">
       <a href="https://www.spotblue.com/properties/esbenv749/">Modern Villa For Sale In Benijofar</a>
   </h2>
        
        <div class="p_content">
            
        	<div class="price">

	&pound;444,212	
	
</div><div class="property-type">Villa</div>    	
         
          
           <p class="region" style="float:right;">  Spain                        
                          </p>
          
           
	    <div class="clear"></div>
	    
                </div>    
                
                 <div class="bathbed">
                                                 <div class="lft_txt"> Bedrooms: <b>3</b></div> 
                                                                          <div class="rt_txt"> Bathrooms: <b>2</b></div>
                        				</div> 
        
    	    	
        </div>
    </div>
</div>	<!-- end of property_box  -->
				
					

                 
                
<div class="property_box">
        <div class="box">
    
    	    
        <div class="thumbnail">
        	<a href="https://www.spotblue.com/properties/ukmana254/" class="feature-image">
        	    
        	     <span class="ref-number"><strong>Ref:</strong> UKMANA254</span>
                 <div class="flag flag-for-sale">For Sale</div> 
        		<img width="1024" height="587" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20587'%3E%3C/svg%3E" alt="Waterfront Flats In Manchester" class="" data-lazy-src="https://img.spotblue.com/app/uploads/2023/12/manchester-apartments-ukmana254-1.jpg"><noscript><img width="1024" height="587" decoding="async" src="https://img.spotblue.com/app/uploads/2023/12/manchester-apartments-ukmana254-1.jpg" alt="Waterfront Flats In Manchester" class=""></noscript>        		
        			<span class="view-details-text">View Details</span>
            </a>
        
        
     <h2 class="p_title">
       <a href="https://www.spotblue.com/properties/ukmana254/">Waterfront Flats In Manchester</a>
   </h2>
        
        <div class="p_content">
            
        	<div class="price">

	&pound;233,678	
	
</div><div class="property-type">Apartment</div>    	
         
          
           <p class="region" style="float:right;">  UK                        
                          </p>
          
           
	    <div class="clear"></div>
	    
                </div>    
                
                 <div class="bathbed">
                                                 <div class="lft_txt"> Bedrooms: <b>1</b></div> 
                                                                          <div class="rt_txt"> Bathrooms: <b>1</b></div>
                        				</div> 
        
    	    	
        </div>
    </div>
</div>	<!-- end of property_box  -->
				
			</div>
		</div></section><section class="widget categories-3 widget_categories"><div class="widget-title">Categories</div>
			<ul>
					<li class="cat-item cat-item-19"><a href="https://www.spotblue.com/category/antalya/">Antalya Region</a>
</li>
	<li class="cat-item cat-item-28"><a href="https://www.spotblue.com/category/barbados/">Barbados</a>
</li>
	<li class="cat-item cat-item-15"><a href="https://www.spotblue.com/category/bodrum/">Bodrum</a>
</li>
	<li class="cat-item cat-item-833"><a href="https://www.spotblue.com/category/cyprus/">Cyprus</a>
</li>
	<li class="cat-item cat-item-311"><a href="https://www.spotblue.com/category/dubai/">Dubai</a>
</li>
	<li class="cat-item cat-item-7"><a href="https://www.spotblue.com/category/economy/">Economy</a>
</li>
	<li class="cat-item cat-item-839"><a href="https://www.spotblue.com/category/expats/">Expats</a>
</li>
	<li class="cat-item cat-item-18"><a href="https://www.spotblue.com/category/france/">France</a>
</li>
	<li class="cat-item cat-item-82"><a href="https://www.spotblue.com/category/golf/">Golf</a>
</li>
	<li class="cat-item cat-item-10"><a href="https://www.spotblue.com/category/investment/">Investment</a>
</li>
	<li class="cat-item cat-item-11"><a href="https://www.spotblue.com/category/istanbul/">Istanbul</a>
</li>
	<li class="cat-item cat-item-83"><a href="https://www.spotblue.com/category/lisbon/">Lisbon</a>
</li>
	<li class="cat-item cat-item-27"><a href="https://www.spotblue.com/category/majorca/">Majorca</a>
</li>
	<li class="cat-item cat-item-12"><a href="https://www.spotblue.com/category/news/">News</a>
</li>
	<li class="cat-item cat-item-349"><a href="https://www.spotblue.com/category/north-cyprus/">North Cyprus</a>
</li>
	<li class="cat-item cat-item-13"><a href="https://www.spotblue.com/category/our-company/">Our Company News</a>
</li>
	<li class="cat-item cat-item-26"><a href="https://www.spotblue.com/category/portugal/">Portugal</a>
</li>
	<li class="cat-item cat-item-6"><a href="https://www.spotblue.com/category/property/">Property</a>
</li>
	<li class="cat-item cat-item-21"><a href="https://www.spotblue.com/category/spain/">Spain</a>
</li>
	<li class="cat-item cat-item-9"><a href="https://www.spotblue.com/category/tourism/">Tourism</a>
</li>
	<li class="cat-item cat-item-16 current-cat"><a aria-current="page" href="https://www.spotblue.com/category/turkey/">Turkey</a>
</li>
	<li class="cat-item cat-item-312"><a href="https://www.spotblue.com/category/uae/">UAE</a>
</li>
	<li class="cat-item cat-item-24"><a href="https://www.spotblue.com/category/uk/">UK</a>
</li>
	<li class="cat-item cat-item-22"><a href="https://www.spotblue.com/category/usa/">USA</a>
</li>
			</ul>

			</section><section class="widget block-3 widget_block"><div class="widget-title">Latest Properties</div>
<br>
<div class="propertyhive propertyhive-recent-properties-shortcode columns-4">
			<div class="properties propertyhive-shortcode-carousel clear ss">
				
					<div class="property_box">
    
    <div class="box">

	
    <div class="thumbnail">
    	<a href="https://www.spotblue.com/properties/esmijv752/"  class="feature-image">
    	    <span class="ref-number">Ref: ESMIJV752</span>
    	    <div class="flag flag-for-sale">For Sale</div> 
    		<img width="400" height="210" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20210'%3E%3C/svg%3E" alt="Luxury Golf Villas For Sale In Mijas" class="" data-lazy-src="https://img.spotblue.com/app/uploads/2024/03/mijas-villas-esmijv752-1-400x210.jpg"><noscript><img width="400" height="210" decoding="async" src="https://img.spotblue.com/app/uploads/2024/03/mijas-villas-esmijv752-1-400x210.jpg" alt="Luxury Golf Villas For Sale In Mijas" class=""></noscript>    		<span class="view-details-text">View Details</span>
        </a>
   
   <h2 class="p_title">
       <a href="https://www.spotblue.com/properties/esmijv752/">Luxury Golf Villas For Sale In Mijas</a>
   </h2>
    
  <div class="p_content">
    	<div class="price">

	&pound;1,277,110	
	
</div><div class="property-type">Villa</div>	   
	    
	     <p class="region" style="float:right;">  Spain                        
                          </p>
                         
	   
	    
	    
	    <div class="clear"></div>
	 
                </div>    
                
                <div class="bathbed">
                                                 <div class="lft_txt"> Bedrooms: <b>3</b></div> 
                                                                          <div class="rt_txt"> Bathrooms: <b>3</b></div>
                        				</div> 
    
		
	 </div>
</div>
</div>	<!-- end of property_box  -->


				
					<div class="property_box">
    
    <div class="box">

	
    <div class="thumbnail">
    	<a href="https://www.spotblue.com/properties/esmara751/"  class="feature-image">
    	    <span class="ref-number">Ref: ESMARA751</span>
    	    <div class="flag flag-for-sale">For Sale</div> 
    		<img width="400" height="210" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20210'%3E%3C/svg%3E" alt="Sea View Apartment in Nueva Andalucia" class="" data-lazy-src="https://img.spotblue.com/app/uploads/2024/03/marbella-apartment-esmara751-0-400x210.jpg"><noscript><img width="400" height="210" decoding="async" src="https://img.spotblue.com/app/uploads/2024/03/marbella-apartment-esmara751-0-400x210.jpg" alt="Sea View Apartment in Nueva Andalucia" class=""></noscript>    		<span class="view-details-text">View Details</span>
        </a>
   
   <h2 class="p_title">
       <a href="https://www.spotblue.com/properties/esmara751/">Sea View Apartment in Nueva Andalucia</a>
   </h2>
    
  <div class="p_content">
    	<div class="price">

	&pound;1,362,536	
	
</div><div class="property-type">Apartment</div>	   
	    
	     <p class="region" style="float:right;">  Spain                        
                          </p>
                         
	   
	    
	    
	    <div class="clear"></div>
	 
                </div>    
                
                <div class="bathbed">
                                                 <div class="lft_txt"> Bedrooms: <b>3</b></div> 
                                                                          <div class="rt_txt"> Bathrooms: <b>3</b></div>
                        				</div> 
    
		
	 </div>
</div>
</div>	<!-- end of property_box  -->


				
					<div class="property_box">
    
    <div class="box">

	
    <div class="thumbnail">
    	<a href="https://www.spotblue.com/properties/ptsanv300/"  class="feature-image">
    	    <span class="ref-number">Ref: PTSANV300</span>
    	    <div class="flag flag-for-sale">For Sale</div> 
    		<img width="400" height="210" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20210'%3E%3C/svg%3E" alt="Luxurious House In Santa Barbara de Nexe" class="" data-lazy-src="https://img.spotblue.com/app/uploads/2024/03/algarve-villa-ptsanv300-1-400x210.jpg"><noscript><img width="400" height="210" decoding="async" src="https://img.spotblue.com/app/uploads/2024/03/algarve-villa-ptsanv300-1-400x210.jpg" alt="Luxurious House In Santa Barbara de Nexe" class=""></noscript>    		<span class="view-details-text">View Details</span>
        </a>
   
   <h2 class="p_title">
       <a href="https://www.spotblue.com/properties/ptsanv300/">Luxurious House In Santa Barbara de Nexe</a>
   </h2>
    
  <div class="p_content">
    	<div class="price">

	&pound;3,032,603	
	
</div><div class="property-type">Villa</div>	   
	    
	     <p class="region" style="float:right;">  Portugal                        
                          </p>
                         
	   
	    
	    
	    <div class="clear"></div>
	 
                </div>    
                
                <div class="bathbed">
                                                 <div class="lft_txt"> Bedrooms: <b>4</b></div> 
                                                                          <div class="rt_txt"> Bathrooms: <b>5</b></div>
                        				</div> 
    
		
	 </div>
</div>
</div>	<!-- end of property_box  -->


				
			</div>
		</div></section><section class="widget block-4 widget_block"><div class="widget-title">Most Viewed Properties</div>
<br>
<div class="propertyhive propertyhive-properties-shortcode columns-2">
			<div class="properties propertyhive-shortcode-carousel clear ss">
				
					


     


<div class="property_box" itemscope="true" itemtype="http://schema.org/Residence">
    	        <meta itemprop="mainEntityOfPage" content="https://www.spotblue.com/properties/brand-new-vacant-exclusive-listing-great-roi/">
        <meta itemprop="identifier" content="BBP-S-1689">
        
            <div class="box">
                 <div class="rows">
                <div class="thumbnail">
                  <a href="https://www.spotblue.com/properties/brand-new-vacant-exclusive-listing-great-roi/" itemprop="url" class="feature-image">
                      <span class="ref-number">Ref: BBP-S-1689</span>
                      <div class="flag flag-for-sale">For Sale</div> 
                    <img decoding="async" itemprop="image" width="400" height="210" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20210'%3E%3C/svg%3E" alt="Brand New | Vacant &amp; Exclusive | Great ROI" title="Brand New | Vacant &amp; Exclusive | Great ROI" data-lazy-src="https://img.spotblue.com/app/uploads/2022/10/watermarkc_id3450l_id1576257631216628aid1493269id16551978196989656wmt1664975562image17_06_2022-09_47_59-3450-166e7339df90349227fc4730c2327362.jpeg" /><noscript><img decoding="async" itemprop="image" width="400" height="210" src="https://img.spotblue.com/app/uploads/2022/10/watermarkc_id3450l_id1576257631216628aid1493269id16551978196989656wmt1664975562image17_06_2022-09_47_59-3450-166e7339df90349227fc4730c2327362.jpeg" alt="Brand New | Vacant &amp; Exclusive | Great ROI" title="Brand New | Vacant &amp; Exclusive | Great ROI" /></noscript>
                    
                        <span  class="view-details-text">View Details</span>
                        
                    </a>
               
               
                  <h3 class="p_title" itemprop="name" ><a href="https://www.spotblue.com/properties/brand-new-vacant-exclusive-listing-great-roi/">Brand New | Vacant &amp; Exclusive | Great ROI</a></h3>
                <div class="p_content">
                      <p class="price">&pound;211,436</p>
                    
                     <p class="region" style="float:right;">  UAE                        
                          </p>
                     <div class="clear"></div>
                </div>    
                
                <div class="bathbed">
                                                 <div class="lft_txt"> Bedrooms: <b>1</b></div> 
                                                				</div> 
                                
          
                            
              <div class="clear"></div>
                 </div>
            </div>
             </div>
             <div itemprop="geo" itemscope itemtype="https://schema.org/GeoCoordinates">
              <meta itemprop="latitude" content="25.059748">                <meta itemprop="longitude" content="55.1996">               </div>
             <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
                  <meta itemprop="streetAddress" content="Belgravia 3">                    <meta itemprop="addressLocality" content="Jumeirah Village Circle">                    <meta itemprop="addressRegion" content="Dubai">                                                      <meta itemprop="addressCountry" content="AE">               </div>    
                    </div>
        
        
        
        
        
				
					


     


<div class="property_box" itemscope="true" itemtype="http://schema.org/Residence">
    	        <meta itemprop="mainEntityOfPage" content="https://www.spotblue.com/properties/trkusa233/">
        <meta itemprop="identifier" content="TRKUSA233">
        
            <div class="box">
                 <div class="rows">
                <div class="thumbnail">
                  <a href="https://www.spotblue.com/properties/trkusa233/" itemprop="url" class="feature-image">
                      <span class="ref-number">Ref: TRKUSA233</span>
                      <div class="flag flag-for-sale">For Sale</div> 
                    <img decoding="async" itemprop="image" width="400" height="210" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20210'%3E%3C/svg%3E" alt="Kusadasi Ramada Resort Hotel Suite" title="Kusadasi Ramada Resort Hotel Suite" data-lazy-src="https://img.spotblue.com/app/uploads/2024/02/kusadasi-suite-trkusa233-7-400x210.jpg" /><noscript><img decoding="async" itemprop="image" width="400" height="210" src="https://img.spotblue.com/app/uploads/2024/02/kusadasi-suite-trkusa233-7-400x210.jpg" alt="Kusadasi Ramada Resort Hotel Suite" title="Kusadasi Ramada Resort Hotel Suite" /></noscript>
                    
                        <span  class="view-details-text">View Details</span>
                        
                    </a>
               
               
                  <h3 class="p_title" itemprop="name" ><a href="https://www.spotblue.com/properties/trkusa233/">Kusadasi Ramada Resort Hotel Suite</a></h3>
                <div class="p_content">
                      <p class="price">&pound;69,000</p>
                    
                     <p class="region" style="float:right;">  Turkey                        
                          </p>
                     <div class="clear"></div>
                </div>    
                
                <div class="bathbed">
                                                                          <div class="rt_txt"> Bathrooms: <b>1</b></div>
                        				</div> 
                                
          
                            
              <div class="clear"></div>
                 </div>
            </div>
             </div>
             <div itemprop="geo" itemscope itemtype="https://schema.org/GeoCoordinates">
              <meta itemprop="latitude" content="37.8821872">                <meta itemprop="longitude" content="27.2671033">               </div>
             <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
                                   <meta itemprop="addressLocality" content="Kusadasi">                    <meta itemprop="addressRegion" content="Aydin">                                                      <meta itemprop="addressCountry" content="TR">               </div>    
                    </div>
        
        
        
        
        
				
					


     


<div class="property_box" itemscope="true" itemtype="http://schema.org/Residence">
    	        <meta itemprop="mainEntityOfPage" content="https://www.spotblue.com/properties/trbodv458/">
        <meta itemprop="identifier" content="TRBODV458">
        
            <div class="box">
                 <div class="rows">
                <div class="thumbnail">
                  <a href="https://www.spotblue.com/properties/trbodv458/" itemprop="url" class="feature-image">
                      <span class="ref-number">Ref: TRBODV458</span>
                      <div class="flag flag-for-sale">For Sale</div> 
                    <img decoding="async" itemprop="image" width="400" height="210" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20210'%3E%3C/svg%3E" alt="Detached Villas For Sale In Gumusluk" title="Detached Villas For Sale In Gumusluk" data-lazy-src="https://img.spotblue.com/app/uploads/2022/08/bodrum-house-trbodv458-30.jpg" /><noscript><img decoding="async" itemprop="image" width="400" height="210" src="https://img.spotblue.com/app/uploads/2022/08/bodrum-house-trbodv458-30.jpg" alt="Detached Villas For Sale In Gumusluk" title="Detached Villas For Sale In Gumusluk" /></noscript>
                    
                        <span  class="view-details-text">View Details</span>
                        
                    </a>
               
               
                  <h3 class="p_title" itemprop="name" ><a href="https://www.spotblue.com/properties/trbodv458/">Detached Villas For Sale In Gumusluk</a></h3>
                <div class="p_content">
                      <p class="price">&pound;1,058,809</p>
                    
                     <p class="region" style="float:right;">  Turkey                        
                          </p>
                     <div class="clear"></div>
                </div>    
                
                <div class="bathbed">
                                                 <div class="lft_txt"> Bedrooms: <b>5</b></div> 
                                                                          <div class="rt_txt"> Bathrooms: <b>5</b></div>
                        				</div> 
                                
          
                            
              <div class="clear"></div>
                 </div>
            </div>
             </div>
             <div itemprop="geo" itemscope itemtype="https://schema.org/GeoCoordinates">
              <meta itemprop="latitude" content="37.0709399">                <meta itemprop="longitude" content="27.2446433">               </div>
             <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
                  <meta itemprop="streetAddress" content="Semi Detached Villas For Sale In Gumusluk">                    <meta itemprop="addressLocality" content="Bodrum">                    <meta itemprop="addressRegion" content="Mugla">                                                      <meta itemprop="addressCountry" content="TR">               </div>    
                    </div>
        
        
        
        
        
				
			</div>
		</div></section>        			
        			<div style="clear:both;"></div>
        		</aside>
        	
        	</div><!-- .row -->
    </div><!-- .content-area -->

</section>
  


    
        <section id="pre-footer-location">
	<div class="container">
		<div class="row">
		  
		   <div class="col-6 col-sm-6 col-md-3 col-lg-4">
			<div class="social-box">
			     <section class="widget nav_menu-5 widget_nav_menu"><div class="widget-title">The Company</div><div class="menu-the-company-container"><ul id="menu-the-company" class="menu"><li id="menu-item-138047" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-138047"><a href="https://www.spotblue.com/about-us/">About Us</a></li>
<li id="menu-item-138048" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-138048"><a href="https://www.spotblue.com/testimonials/">Spot Blue Reviews &#038; Testimonials</a></li>
<li id="menu-item-138049" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-138049"><a href="https://www.spotblue.com/news/">News</a></li>
<li id="menu-item-47" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47"><a href="/contact/">Contact Us</a></li>
<li id="menu-item-582651" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-582651"><a href="https://www.spotblue.com/research/">Research</a></li>
<li id="menu-item-573910" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-573910"><a href="https://www.spotblue.com/wiki/">Property OPedia</a></li>
<li id="menu-item-138051" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-138051"><a href="https://www.spotblue.com/in-the-press/">Spotblue In The Press</a></li>
<li id="menu-item-49" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49"><a href="https://www.spotblue.com/site-map/">Sitemap</a></li>
</ul></div></section>			     
			    <div class="search_ft">
			        <form role="search" method="get" class="search-form" action="https://www.spotblue.com/">
				<label>
					<span class="screen-reader-text">Search for:</span>
					<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
				</label>
				<input type="submit" class="search-submit" value="Search" />
			</form>			    </div>  
			     
			</div>
		  </div>		 
		  <div class="col-6 col-sm-6 col-md-4 col-lg-4">
			<div class="social-box">
			  <section class="widget nav_menu-3 widget_nav_menu"><div class="widget-title">Property Links</div><div class="menu-property-links-container"><ul id="menu-property-links" class="menu"><li id="menu-item-50" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-50"><a href="/most-viewed/">Most Viewed Properties</a></li>
<li id="menu-item-51" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51"><a href="/best-value-properties-for-sale/">Best Value Properties</a></li>
<li id="menu-item-52" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-52"><a href="/directory/">Business Directory</a></li>
<li id="menu-item-53" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-53"><a href="/members-of/">Memberships</a></li>
<li id="menu-item-54" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-54"><a href="/compare-fx-rates/">Compare FX Rates</a></li>
<li id="menu-item-182589" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-182589"><a href="/turkish-mortgages/">Turkish Mortgages</a></li>
</ul></div></section>			</div>
		  </div>  
		<div class="col-sm-12 col-md-5 col-lg-4">
			<div class="social-box">
			    <div class="f_social">
			    <div class="widget-title">STAY IN TOUCH</div>
			     
			      <a class="icon rounded_rectangle" href="https://www.facebook.com/SpotBlue" target="_blank"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" width="32" height="32" alt="facebook" data-lazy-src="https://img.spotblue.com/app/themes/spotblue/dist/images/facebook.png" /><noscript><img src="https://img.spotblue.com/app/themes/spotblue/dist/images/facebook.png" width="32" height="32" alt="facebook" /></noscript></a>        					
				<a class="icon rounded_rectangle" href="https://twitter.com/spotblue" target="_blank"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2034%2033'%3E%3C/svg%3E" width="34" height="33" alt="twitter" data-lazy-src="https://img.spotblue.com/app/uploads/2024/02/Twitter-New-Log.jpg" /><noscript><img src="https://img.spotblue.com/app/uploads/2024/02/Twitter-New-Log.jpg" width="34" height="33" alt="twitter" /></noscript></a>		
				
			
				<a class="icon rounded_rectangle" href="https://www.instagram.com/spot.blue/" target="_blank"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" width="32" height="32" alt="instagram" data-lazy-src="https://img.spotblue.com/app/themes/spotblue/dist/images/instragram.png" /><noscript><img src="https://img.spotblue.com/app/themes/spotblue/dist/images/instragram.png" width="32" height="32" alt="instagram" /></noscript></a>	
				
					<a class="icon rounded_rectangle" href="https://www.linkedin.com/company/spot-blue/" target="_blank"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" width="32" height="32" alt="linkedin" data-lazy-src="https://img.spotblue.com/app/themes/spotblue/dist/images/linkedin.png" /><noscript><img src="https://img.spotblue.com/app/themes/spotblue/dist/images/linkedin.png" width="32" height="32" alt="linkedin" /></noscript></a>	
				
				<a class="icon rounded_rectangle" href="https://www.youtube.com/user/SpotBlueProperty" target="_blank"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" width="32" height="32" alt="youtube" data-lazy-src="https://img.spotblue.com/app/themes/spotblue/dist/images/youtube.png" /><noscript><img src="https://img.spotblue.com/app/themes/spotblue/dist/images/youtube.png" width="32" height="32" alt="youtube" /></noscript></a>				
				<a class="icon rounded_rectangle" href="https://www.tiktok.com/@spot.blue" target="_blank"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2034%2034'%3E%3C/svg%3E" width="34" height="34" alt="tikto" data-lazy-src="https://img.spotblue.com/app/uploads/2024/02/tik-tok-icon.png" /><noscript><img src="https://img.spotblue.com/app/uploads/2024/02/tik-tok-icon.png" width="34" height="34" alt="tikto" /></noscript></a>
					<a class="icon rounded_rectangle" href="https://www.threads.net/@spot.blue" target="_blank"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2034%2034'%3E%3C/svg%3E" width="34" height="34" alt="tikto" data-lazy-src="https://img.spotblue.com/app/uploads/2024/02/threads_icon.png" /><noscript><img src="https://img.spotblue.com/app/uploads/2024/02/threads_icon.png" width="34" height="34" alt="tikto" /></noscript></a>
				</div>
			  <section class="widget text-2 widget_text">			<div class="textwidget"><p class="mobile_center" style="margin: 0; line-height: 28px; "><a id="link-248-59" class="ct-link" href="/members-of/" target="_self" rel="noopener"><img decoding="async" class="ct-image alignnone" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20130%2044'%3E%3C/svg%3E" alt="property-ombudsman" width="130" height="44" data-lazy-src="https://img.spotblue.com/app/uploads/2018/12/property-ombudsman.png" /><noscript><img decoding="async" class="ct-image alignnone" src="https://img.spotblue.com/app/uploads/2018/12/property-ombudsman.png" alt="property-ombudsman" width="130" height="44" /></noscript></a></p>
</div>
		</section>			</div>
		  </div>  		
		
		  
		</div>
	</div>
	
<footer id="footer_copy">
	<section id="as-seen-on">
		<div class="container">
		    <div class="logo-sec">
    		    <div class="row">
    		        <div class="col-md-4">
            		      <a href="/" class="atomic_logo" aria-label="logo">
            		           <img alt="footer-logo" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20306%20174'%3E%3C/svg%3E" width="306" height="174" data-lazy-src="https://img.spotblue.com/app/uploads/2021/04/spotblue.white_.footer.png"><noscript><img alt="footer-logo" src="https://img.spotblue.com/app/uploads/2021/04/spotblue.white_.footer.png" width="306" height="174"></noscript>
            		       </a> 
    		        </div>
    		        
    		         <div class="col-md-8 footer_address">
    		              <section class="widget text-4 widget_text">			<div class="textwidget"><div class="row">
<div class="col-md-4 col-sm-4 text-left">
<div class="add_c">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%3C/svg%3E" alt="location" width="40" height="40" class="alignnone size-full wp-image-138560" data-lazy-src="https://img.spotblue.com/app/uploads/2021/04/pin_g.svg" /><noscript><img decoding="async" src="https://img.spotblue.com/app/uploads/2021/04/pin_g.svg" alt="location" width="40" height="40" class="alignnone size-full wp-image-138560" /></noscript>Link House, 140 The<br />
Broadway, Surbiton,<br />
Surrey, KT6 7HT, UK
</div>
</div>
<div class="col-md-4 col-sm-4">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%3C/svg%3E" alt="location" width="40" height="40" class="alignnone size-full wp-image-138560" data-lazy-src="https://img.spotblue.com/app/uploads/2021/04/phone_g.svg" /><noscript><img decoding="async" src="https://img.spotblue.com/app/uploads/2021/04/phone_g.svg" alt="location" width="40" height="40" class="alignnone size-full wp-image-138560" /></noscript><a class="ct-link" href="tel:+44(0)2083396036" target="_self" rel="noopener">+44 (0) 208 339 6036</a></p>
</div>
<div class="col-md-4 col-sm-4">
<img decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3E%3C/svg%3E" alt="location" width="40" height="40" class="alignnone size-full wp-image-138560" data-lazy-src="https://img.spotblue.com/app/uploads/2021/04/envelope_g.svg" /><noscript><img decoding="async" src="https://img.spotblue.com/app/uploads/2021/04/envelope_g.svg" alt="location" width="40" height="40" class="alignnone size-full wp-image-138560" /></noscript><a class="ct-link-text " href="/cdn-cgi/l/email-protection#d6bfb8b0b996a5a6b9a2b4baa3b3f8b5b9bb" target="_self" rel="noopener"><span class="__cf_email__" data-cfemail="0f666169604f7c7f607b6d637a6a216c6062">[email&#160;protected]</span></a></p>
</div>
</div>
</div>
		</section>    		        </div>
    		        
    		    </div>
		    
		    </div><!-- end of footer logo -->
		    
			<div class="row">
			  <div class="col-md-12">
				<div class="copy_right pull-left">
				     <section class="widget text-3 widget_text">			<div class="textwidget"><p>© Copyright 2024 &#8211; Spot Blue International Property Ltd (4864440) &#8211; All Rights Reserved</p>
</div>
		</section>				</div>
				
				<div class="pull-right " >
					<ul id="menu-footer-links" class="menu_footer"><li id="menu-item-137991" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137991"><a href="https://www.spotblue.com/cookie-policy/">Cookies</a></li>
<li id="menu-item-137990" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137990"><a href="https://www.spotblue.com/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-137989" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-137989"><a href="https://www.spotblue.com/terms-and-conditions/">Terms &#038; Conditions</a></li>
</ul>
				    
				</div>
			  </div>	  
			 
			</div>
		</div>
	</section>
	</footer>
</section>

<input type="hidden" value="0" id="searchcond" name="searchcond"/>

<div id="s_form" class="popup_sec">
<div class="loaderimgfot"><img width="36" height="36" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2036%2036'%3E%3C/svg%3E" alt="Loading..." data-lazy-src="https://img.spotblue.com/app/themes/spotblue/resources/inc/images/loading.svg" /><noscript><img width="36" height="36" src="https://img.spotblue.com/app/themes/spotblue/resources/inc/images/loading.svg" alt="Loading..." /></noscript></div>
</div>


<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="rocketlazyloadscript" data-rocket-type='text/javascript'>window.addEventListener('DOMContentLoaded', function() {

jQuery(document).ready(function() {
    
    
  jQuery("#res_menu_b").click(function(){
        jQuery("#siteheader .menu_sec").addClass("open");
       
        jQuery('.mobile_show').addClass("show");
        jQuery('#res_menu_b span').addClass("mhide");
        jQuery("#siteheader").addClass("hfixed");
        
    });
    
    jQuery(".mobile_show").click(function(){
        jQuery("#siteheader .menu_sec").removeClass("open");
   
        jQuery('.mobile_show').removeClass("show");
        jQuery('#res_menu_b span').removeClass("mhide");
         jQuery("#siteheader").removeClass("hfixed");
        
    });
    
	jQuery('#menu-responsive-menu ul.sub-menu').hide();

	jQuery('#menu-responsive-menu li').click(function(event) {
	event.stopPropagation();
	jQuery('> ul', this).toggle('300');

	});
});


});</script>

    <!-- Google Tag Manager -->
<script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PV8JWPH');</script>
<!-- End Google Tag Manager --><script type="application/ld+json">[{"@context":"http:\/\/schema.org\/","@type":"WPHeader","@id":"https:\/\/www.spotblue.com\/news\/what-is-number-one-tourist-destination-in-turkey\/#header","url":"https:\/\/www.spotblue.com\/news\/what-is-number-one-tourist-destination-in-turkey\/","headline":"What is the Number One Tourist Destination in Turkey?","description":""},{"@context":"http:\/\/schema.org\/","@type":"WPFooter","@id":"https:\/\/www.spotblue.com\/news\/what-is-number-one-tourist-destination-in-turkey\/#footer","headline":"What is the Number One Tourist Destination in Turkey?","description":"","copyrightYear":"2024"}]</script><script type="application/ld+json">{"@context":"http:\/\/schema.org\/","@type":"ItemList","@id":"\/#navigation","itemListElement":[{"@type":"SiteNavigationElement","position":1,"name":"Properties By Country","description":"","url":"https:\/\/www.spotblue.com\/countries\/"},{"@type":"SiteNavigationElement","position":2,"name":"Barbados","description":"","url":"https:\/\/www.spotblue.com\/property-for-sale\/barbados\/"},{"@type":"SiteNavigationElement","position":3,"name":"Cyprus","description":"","url":"https:\/\/www.spotblue.com\/property-for-sale\/cyprus\/"},{"@type":"SiteNavigationElement","position":4,"name":"North Cyprus","description":"","url":"https:\/\/www.spotblue.com\/property-for-sale\/north-cyprus\/"},{"@type":"SiteNavigationElement","position":5,"name":"Portugal","description":"","url":"https:\/\/www.spotblue.com\/property-for-sale\/portugal\/"},{"@type":"SiteNavigationElement","position":6,"name":"Spain","description":"","url":"https:\/\/www.spotblue.com\/property-for-sale\/spain\/"},{"@type":"SiteNavigationElement","position":7,"name":"Turkey","description":"","url":"https:\/\/www.spotblue.com\/property-for-sale\/turkey\/"},{"@type":"SiteNavigationElement","position":8,"name":"UAE","description":"","url":"https:\/\/www.spotblue.com\/property-for-sale\/united-arab-emirates\/"},{"@type":"SiteNavigationElement","position":9,"name":"United Kingdom","description":"","url":"https:\/\/www.spotblue.com\/property-for-sale\/united-kingdom\/"},{"@type":"SiteNavigationElement","position":10,"name":"Search Properties","description":"","url":"https:\/\/www.spotblue.com\/property-search\/"},{"@type":"SiteNavigationElement","position":11,"name":"Area Guides","description":"","url":"https:\/\/www.spotblue.com\/guides\/"},{"@type":"SiteNavigationElement","position":12,"name":"About Us","description":"","url":"https:\/\/www.spotblue.com\/about-us\/"},{"@type":"SiteNavigationElement","position":13,"name":"News","description":"","url":"https:\/\/www.spotblue.com\/news\/"},{"@type":"SiteNavigationElement","position":14,"name":"Contact","description":"","url":"https:\/\/www.spotblue.com\/contact\/"}]}</script><script type="text/javascript" id="propertyhive_search-js-extra">
/* <![CDATA[ */
var propertyhive_search_params = {"custom_departments":[]};
var propertyhive_search_params = {"custom_departments":[]};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.spotblue.com/app/cache/min/1/app/plugins/propertyhive/assets/js/frontend/search.js?ver=1711027763" id="propertyhive_search-js" defer></script>
<script type="text/javascript" id="propertyhive_make_enquiry-js-extra">
/* <![CDATA[ */
var propertyhive_make_property_enquiry_params = {"ajax_url":"\/wp\/wp-admin\/admin-ajax.php"};
var propertyhive_make_property_enquiry_params = {"ajax_url":"\/wp\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.spotblue.com/app/cache/min/1/app/plugins/propertyhive/assets/js/frontend/make-enquiry.js?ver=1711027763" id="propertyhive_make_enquiry-js" defer></script>
<script type="text/javascript" id="toc-front-js-extra">
/* <![CDATA[ */
var tocplus = {"smooth_scroll":"1","visibility_show":"show","visibility_hide":"hide","width":"Auto","smooth_scroll_offset":"140"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.spotblue.com/app/plugins/sseo_schema/inc/js/front.min.js?ver=2020" id="toc-front-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/wiki\/property-survey\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.spotblue.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="text/javascript" id="rocket_lazyload_css-js-extra">
/* <![CDATA[ */
var rocket_lazyload_css_data = {"threshold":"300"};
/* ]]> */
</script>
<script type="text/javascript" id="rocket_lazyload_css-js-after">
/* <![CDATA[ */
!function o(n,c,a){function s(t,e){if(!c[t]){if(!n[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(u)return u(t,!0);throw(r=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",r}r=c[t]={exports:{}},n[t][0].call(r.exports,function(e){return s(n[t][1][e]||e)},r,r.exports,o,n,c,a)}return c[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(e,t,r){"use strict";!function(){const r="undefined"==typeof rocket_pairs?[]:rocket_pairs,e="undefined"==typeof rocket_excluded_pairs?[]:rocket_excluded_pairs;e.map(t=>{var e=t.selector;const r=document.querySelectorAll(e);r.forEach(e=>{e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"excluded")})});const o=document.querySelector("#wpr-lazyload-bg-container");var t=rocket_lazyload_css_data.threshold||300;const n=new IntersectionObserver(e=>{e.forEach(t=>{if(t.isIntersecting){const e=r.filter(e=>t.target.matches(e.selector));e.map(t=>{var e;t&&((e=document.createElement("style")).textContent=t.style,o.insertAdjacentElement("afterend",e),t.elements.forEach(e=>{n.unobserve(e),e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"loaded")}))})}})},{rootMargin:t+"px"});function c(){0<(0<arguments.length&&void 0!==arguments[0]?arguments[0]:[]).length&&r.forEach(t=>{try{const e=document.querySelectorAll(t.selector);e.forEach(e=>{"loaded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&"excluded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&(n.observe(e),(t.elements||(t.elements=[])).push(e))})}catch(e){console.error(e)}})}c();const a=function(){const o=window.MutationObserver;return function(e,t){if(e&&1===e.nodeType){const r=new o(t);return r.observe(e,{attributes:!0,childList:!0,subtree:!0}),r}}}();t=document.querySelector("body"),a(t,c)}()},{}]},{},[1]);
//# sourceMappingURL=lazyload-css.min.js.map
/* ]]> */
</script>
<script type="text/javascript" id="global-js-extra">
/* <![CDATA[ */
var global = {"ajax":"https:\/\/www.spotblue.com\/wp\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.spotblue.com/app/themes/spotblue/resources/inc/js/global.min.js?ver=1.0.0" id="global-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.spotblue.com/app/cache/min/1/app/themes/spotblue/dist/scripts/main.js?ver=1711027763" id="sage/main.js-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="gt_widget_script_34710961-js-before">
/* <![CDATA[ */
window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['34710961'] = {"default_language":"en","languages":["ar","zh-CN","zh-TW","nl","en","fr","de","no","pl","es","sv","tr"],"url_structure":"sub_domain","wrapper_selector":"#gt-wrapper-34710961","select_language_label":"Select Language","custom_css":".control-currency select, .gtranslate_wrapper select {\r\n  -moz-appearance: none;\r\n  -webkit-appearance: none;\r\n  border-radius: 0;\r\n  background: url(\/app\/uploads\/2021\/08\/dropdown_arrow.png) 92% center no-repeat #fff;\r\n  \r\n}","horizontal_position":"inline","flags_location":"https:\/\/www.spotblue.com\/app\/plugins\/gtranslate\/flags\/"};
/* ]]> */
</script><script type="rocketlazyloadscript" data-rocket-src="https://www.spotblue.com/app/plugins/gtranslate/js/dropdown.js?ver=6.4.3" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/category/turkey/" data-gt-orig-domain="www.spotblue.com" data-gt-widget-id="34710961" defer></script><script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.spotblue.com/app/cache/min/1/app/themes/spotblue/resources/inc/js/main-script-custom.js?ver=1711027765" defer></script>
        <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.spotblue.com/app/cache/min/1/app/themes/spotblue/resources/inc/js/modernizr-custom.js?ver=1711027765" defer></script><script type='text/javascript' id='sage/js-js-extra'>
        /* <![CDATA[ */
        var SiteParameters = {"site_url":"https://www.spotblue.com/wp","theme_directory":"https://www.spotblue.com/app/themes/spotblue/resources"};
        /* ]]> */</script>        <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
             jQuery(document).on('click', '.search_popup', function(){ 
			var cond=jQuery("#searchcond").val();
			//
			if(cond==0){
				
				jQuery('#siteheader').addClass('mobileSearch');
				jQuery("#searchcond").val(1);
				jQuery('.searchClose').css('display','block');
				jQuery('#s_form').css('display','block');
			}

		});	

		jQuery(".searchClose").on('click', function() {
			jQuery("#searchcond").val(0);
			jQuery('#s_form').css('display','none');
            jQuery('#siteheader').removeClass('mobileSearch');
			jQuery('.searchClose').css('display','none');
			
		});

	jQuery(document).mouseup(function(e){
    var container = jQuery("#s_form");

        // If the target of the click isn't the container
        if((!container.is(e.target) && container.has(e.target).length === 0) ){
            // container.hide();
            jQuery('#s_form').css('display','none');
			jQuery('#dsearch').addClass('seachd');
			jQuery('#siteheader').removeClass('mobileSearch');
            jQuery('.seachd').val('');
			jQuery('.searchClose').css('display','none');
			jQuery("#searchcond").val(0);
        }
    });
         jQuery(".search_popup").click(function () {
		jQuery.ajax({
			type: "POST",
			url: "/wp/wp-admin/admin-ajax.php",
			data: {
				action: 'form_search_popup',
				
			},
			success: function (output) {
				jQuery('#s_form').html(output);
			}
        });
    });
        });</script>
    <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.spotblue.com/app/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>	    <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function(){
		jQuery('#gform_submit_button_14').click(function(event){
			
			var vallc = jQuery("#gform_14 .selected-flag").attr("title");
			var vals = vallc.split('(');
			var valssecond = vals[0].split(':');
			//alert(vallc);
			jQuery('#input_14_18').val(valssecond[0]);
		});
	});
	});</script>
  <script>"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><noscript><link rel='stylesheet' id='wp-block-library-css' href='https://www.spotblue.com/wp/wp-includes/css/dist/block-library/style.min.css?ver=6.4.3' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='multiselect-css' href='https://www.spotblue.com/app/cache/min/1/app/plugins/propertyhive/assets/css/jquery.multiselect.css?ver=1711027763' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='propertyhive-general-css' href='https://www.spotblue.com/app/cache/min/1/app/plugins/propertyhive/assets/css/propertyhive.css?ver=1711027763' type='text/css' media='all' /><link data-minify="1" rel='stylesheet' id='sage/main.css-css' href='https://www.spotblue.com/app/cache/background-css/www.spotblue.com/app/cache/min/1/app/themes/spotblue/dist/styles/main.css?ver=1711027763&wpr_t=1711028901' type='text/css' media='all' /><link data-minify="1" rel="stylesheet" href="https://www.spotblue.com/app/cache/background-css/www.spotblue.com/app/cache/min/1/app/themes/spotblue/resources/inc/css/archive_style.css?ver=1711027809&wpr_t=1711028901" type="text/css"  /></noscript></body>
</html>

<!-- Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com -->

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->