CINXE.COM

340 Medicine & Science One Page Templates | Nicepage

<!DOCTYPE html> <html lang="en"> <head> <title>340 Medicine & Science One Page Templates | Nicepage</title> <link rel="shortcut icon" href="https://csite.nicepage.com/favicon.ico" type="image/x-icon"> <meta charset="utf-8" /> <meta name="Keywords" content=""> <meta name="Description" content="Medicine & Science One Page Templates. Free Download the biggest collection of One Page Templates. Free One Page Designs, Templates."> <meta property="og:type" content="website"> <meta property="og:url" content="https://nicepage.com/c/medicine-science-one-page-template"> <meta property="og:title" content="340 Medicine & Science One Page Templates | Nicepage"> <meta property="og:image" content="https://images01.nicepagecdn.com/page/19/94/html-template-1994848.jpg?version=e124307d-f08e-4e0c-85a7-6b9485e04a45"> <meta property="og:description" content="Medicine & Science One Page Templates. Free Download the biggest collection of One Page Templates. Free One Page Designs, Templates."> <meta property="og:site_name" content="Nicepage.com" /> <link rel="alternate" hreflang="en" href="https://nicepage.com/c/medicine-science-one-page-template"> <link rel="alternate" hreflang="de" href="https://nicepage.com/de/c/medizin-wissenschaft-einseitige-vorlage"> <link rel="alternate" hreflang="nl" href="https://nicepage.com/nl/c/geneeskunde-wetenschap-sjabloon-een-pagina"> <link rel="alternate" hreflang="fr" href="https://nicepage.com/fr/c/medecine-et-sciences-modele-une-page"> <link rel="alternate" hreflang="it" href="https://nicepage.com/it/c/medicina-e-scienza-modello-una-pagina"> <link rel="alternate" hreflang="es" href="https://nicepage.com/es/c/medicina-y-ciencia-plantilla-una-pagina"> <link rel="alternate" hreflang="pl" href="https://nicepage.com/pl/c/medycyna-i-nauka-szablon-jednostronicowy"> <link rel="alternate" hreflang="pt" href="https://nicepage.com/pt/c/medicina-e-ciencia-modelo-uma-pagina"> <link rel="alternate" hreflang="tr" href="https://nicepage.com/tr/c/tip-ve-bilim-tek-sayfalik-sablon"> <link rel="alternate" hreflang="ru" href="https://nicepage.com/ru/c/meditsina-i-nauka-odnostranichnyy-shablon"> <meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0,user-scalable=no,width=device-width"> <script src="//capp.nicepage.com/c35dc56788d00fcdce55c17da8b80bc9340f8bd7/templates-page-libs.js" defer></script> <link href="//capp.nicepage.com/c35dc56788d00fcdce55c17da8b80bc9340f8bd7/templates-page-libs.css" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Roboto|Open+Sans:200,300,400,700,800,900&amp;subset=latin" rel="preload" as="font" /> <script> window.isAuthenticated = 0; window.useExternalGtmCode = 0; window.clientUserId = 0; window.clientUserName = ''; window.userCountryCode = ''; window.logPageEvent = 1; window.userHasAdsParams = 0; window.utmSourceFromReferrer = 0; window.currentLang = ''; window.baseUrl = 'one-page-template'; window.currentUrl = 'one-page-template'; window.np_userId = ''; window.isAmplitudeInitialized = false; window.sha256Email = ''; function getCookieOrLocalStorage(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) { return c.substring(nameEQ.length, c.length); } } var lsValue = localStorage.getItem(name); return !!lsValue; } function sendAnalyticsData(eventType, props, cb) { var json = { data: {} }; json.userToken = np_userId; json.data.adsParams = $.cookie('AdsParameters'); json.data.ga = $.cookie('_ga'); json.data.gac = $.cookie('_gac_UA-88868916-2'); json.data.userAgent = navigator.userAgent; json.data.eventType = eventType; json.data.props = props; $.ajax({ 'type': 'POST', 'url': '/Feedback/SendAdsLog', 'contentType': 'application/json; charset=utf-8', 'data': JSON.stringify(json), 'dataType': 'json', 'complete': cb || function() {} }); } function initializeAmplitudeUser() { if (isAmplitudeInitialized) { return; } isAmplitudeInitialized = true; if (clientUserId > 0) { identifyAmplitudeUser(clientUserId, clientUserName); } else { identifyAmplitudeUser(null); } } function sendAmplitudeAnalyticsData(eventName, eventProperties, userProperties, callback_function) { initializeAmplitudeUser(); if (userProperties) { if(userProperties.utm_source || userProperties.utm_campaign) { var identify = new amplitude.Identify(); identify.setOnce("utm_campaign", userProperties.utm_campaign); identify.setOnce("utm_source", userProperties.utm_source); identify.setOnce("utm_content", userProperties.utm_content); identify.setOnce("utm_group", userProperties.utm_group); identify.setOnce("utm_term", userProperties.utm_term); identify.setOnce("utm_page", userProperties.utm_page); identify.setOnce("utm_page2", userProperties.utm_page); identify.setOnce("referrer", userProperties.referrer); amplitude.getInstance().identify(identify); userProperties.utm_source_last = userProperties.utm_source; userProperties.utm_campaign_last = userProperties.utm_campaign; userProperties.utm_content_last = userProperties.utm_content; userProperties.utm_group_last = userProperties.utm_group; userProperties.utm_term_last = userProperties.utm_term; userProperties.utm_page_last = userProperties.utm_page; } var userProps = objectWithoutProperties(userProperties, ["utm_campaign", "utm_source","utm_content", "utm_term", "utm_page", "utm_group", "referrer"]); amplitude.getInstance().setUserProperties(userProps); } if (!eventProperties) { eventProperties = {}; } eventProperties.WebSite = 'true'; eventProperties.IsAuthenticated = window.isAuthenticated; eventProperties.country_code = getCountryCode(); eventProperties.lang = window.currentLang || ''; var fullPageUrl = window.location.pathname.split('?')[0]; eventProperties.full_page_url = fullPageUrl; eventProperties.page_url = clearPageUrl(fullPageUrl); if (typeof callback_function === 'function') { amplitude.getInstance().logEvent(eventName, eventProperties, callback_function); } else { amplitude.getInstance().logEvent(eventName, eventProperties); } } function identifyAmplitudeUser(userId, token) { if (userId) { amplitude.getInstance().setUserProperties({ "Token": token, "UserId": userId }); } var identify = new amplitude.Identify(); amplitude.getInstance().identify(identify); if (userId) { amplitude.getInstance().setUserId(userId); } } function getUtmParamsFromUrl() { var hash = window.location.hash; var url = new URL(window.location.href); if (hash && hash.indexOf('utm_') >= 0) { url = new URL(window.location.origin + window.location.pathname + hash.replace('#', '?')); } if (!url.searchParams) { return ''; } return getUtmParams(url); } function hasGoogleIdFromUrl() { var url = new URL(window.location.href); if (!url.searchParams) { return false; } return !!url.searchParams.get('gclid'); } function sendAnalyticsFromUrl(referrer, pageType) { var urlIsAvailable = typeof URL === "function" || (navigator.userAgent.indexOf('MSIE') !== -1 && typeof URL === 'object'); if (!urlIsAvailable) { return; } var utmParams = getUtmParamsFromUrl(); if (!utmParams) { return; } var gclidFromUrl = utmParams.gclid; var utmParamsFromUrl = !!utmParams.utmSource || !!utmParams.utmCampaign || !!utmParams.gclid; if (!utmParamsFromUrl && userHasAdsParams) { utmParams = getUtmParamsFromCookie(); } var canLog = canLogToAmplitude(pageType); if (utmParamsFromUrl || utmSourceFromReferrer) { var fullPageUrl = window.location.pathname.split('?')[0]; var pageUrl = clearPageUrl(fullPageUrl); var userProps = { "utm_source": utmParams.utmSource, "utm_campaign": utmParams.utmCampaign, "utm_content": utmParams.utmContent, "utm_group": utmParams.utmGroup, "utm_term": utmParams.utmTerm, "utm_page": getUtmPageValue(pageUrl), "utm_lang": window.currentLang || '', "referrer": referrer }; if (gclidFromUrl) { var landingUrl = pageUrl.startsWith('/') && pageUrl !== '/' ? pageUrl.substr(1) : pageUrl; userProps.landing_page = landingUrl; var event = { 'Page': landingUrl, 'Url': window.location.href, 'utm_campaign_event': utmParams.utmCampaign, 'utm_group_event': utmParams.utmGroup } sendAmplitudeAnalyticsData('Landing Page', event, userProps); } else { var eventProps = { "utm_source": utmParams.utmSource, "utm_campaign": utmParams.utmCampaign, "utm_content": utmParams.utmContent, "utm_group": utmParams.utmGroup, "utm_term": utmParams.utmTerm }; if (utmParams.utmSource === "elastic") { sendAmplitudeAnalyticsData('Email Click', eventProps); } if (canLog) { sendAmplitudeAnalyticsData('Campaign', eventProps, userProps); } } } if (logPageEvent && canLog || (pageType === 'Pricing Page' && window.isValidCountry(true))) { var pageEventProps = { 'type': pageType, 'accepted_country': isValidCountry(), 'force_log': !canLog }; if (utmParams.gclid) { pageEventProps.googleClickId = utmParams.gclid; } sendAmplitudeAnalyticsData('Page View', pageEventProps); } } document.addEventListener('DOMContentLoaded', function () { if (location.href.indexOf('/frame/') === -1 && window.location.href.indexOf('skipCookie') === -1) { PureCookie.initCookieConsent(); } setCountryCode('https://location.nicepagesrv.com/country'); setUserIdCookie(); var referrer = ''; var pageType = 'Templates Page'; sendAnalyticsFromUrl(referrer, pageType); }); </script> <script> // Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } var consentDefaultValue = 'granted'; gtag('consent', 'default', { 'ad_storage': consentDefaultValue, 'ad_user_data': consentDefaultValue, 'ad_personalization': consentDefaultValue, 'analytics_storage': consentDefaultValue }); if (hasGoogleIdFromUrl()) { useExternalGtmCode = 1; } </script> <!-- Google Tag Manager --> <script> if (useExternalGtmCode) { (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://load.api9.nicepage.com/nldlswob.js?st='+i+dl+'';f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','W76XGFR'); } else { (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-W76XGFR'); } </script> <!-- End Google Tag Manager --> <!-- Amplitude Code --> <script type="text/javascript"> (function(e,t){var n=e.amplitude||{_q:[],_iq:{}};var r=t.createElement("script") ;r.type="text/javascript" ;r.integrity="sha384-d/yhnowERvm+7eCU79T/bYjOiMmq4F11ElWYLmt0ktvYEVgqLDazh4+gW9CKMpYW" ;r.crossOrigin="anonymous";r.async=true ;r.src="https://cdn.amplitude.com/libs/amplitude-5.2.2-min.gz.js" ;r.onload=function(){if(!e.amplitude.runQueuedFunctions){ console.log("[Amplitude] Error: could not load SDK")}} ;var i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i) ;function s(e,t){e.prototype[t]=function(){ this._q.push([t].concat(Array.prototype.slice.call(arguments,0)));return this}} var o=function(){this._q=[];return this} ;var a=["add","append","clearAll","prepend","set","setOnce","unset"] ;for(var u=0;u<a.length;u++){s(o,a[u])}n.Identify=o;var c=function(){this._q=[] ;return this} ;var l=["setProductId","setQuantity","setPrice","setRevenueType","setEventProperties"] ;for(var p=0;p<l.length;p++){s(c,l[p])}n.Revenue=c ;var d=["init","logEvent","logRevenue","setUserId","setUserProperties","setOptOut","setVersionName","setDomain","setDeviceId","setGlobalUserProperties","identify","clearUserProperties","setGroup","logRevenueV2","regenerateDeviceId","groupIdentify","onInit","logEventWithTimestamp","logEventWithGroups","setSessionId","resetSessionId"] ;function v(e){function t(t){e[t]=function(){ e._q.push([t].concat(Array.prototype.slice.call(arguments,0)))}} for(var n=0;n<d.length;n++){t(d[n])}}v(n);n.getInstance=function(e){ e=(!e||e.length===0?"$default_instance":e).toLowerCase() ;if(!n._iq.hasOwnProperty(e)){n._iq[e]={_q:[]};v(n._iq[e])}return n._iq[e]} ;e.amplitude=n})(window,document); amplitude.getInstance().init("878f4709123a5451aff838c1f870b849"); </script> <script> var shareasaleSSCID=shareasaleGetParameterByName("sscid");function shareasaleSetCookie(e,a,r,s,t){if(e&&a){var o,n=s?"; path="+s:"",i=t?"; domain="+t:"",S="";r&&((o=new Date).setTime(o.getTime()+r),S="; expires="+o.toUTCString()),document.cookie=e+"="+a+S+n+i+"; SameSite=None;Secure"}}function shareasaleGetParameterByName(e,a){a||(a=window.location.href),e=e.replace(/[\[\]]/g,"\\$&");var r=new RegExp("[?&]"+e+"(=([^&#]*)|&|#|$)").exec(a);return r?r[2]?decodeURIComponent(r[2].replace(/\+/g," ")):"":null}shareasaleSSCID&&shareasaleSetCookie("shareasaleSSCID",shareasaleSSCID,94670778e4,"/"); </script> <link rel="preconnect" href="https://images01.nicepagecdn.com" /> <link rel="preconnect" href="https://csite.nicepage.com" /> <!--[if lt IE 9]> <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script> window.serverSettings = { fbAppId: '290410448063109', googleAppId: '13150095650-mo8psu2colep6uv90a2mu6r87u87s35a.apps.googleusercontent.com' }; </script> <script src="https://accounts.google.com/gsi/client?hl=en" async></script> <script src="//csite.nicepage.com/Scripts/Site/auth-common.js?version=c35dc56788d00fcdce55c17da8b80bc9340f8bd7" defer></script> <meta itemprop="datePublished" content="2025-02-25"> <meta itemprop="dateModified" content="2025-02-25"> <link rel="canonical" href="https://nicepage.com/c/medicine-science-one-page-template"/> <link rel="next" href="https://nicepage.com:3443/c/medicine-science-one-page-template?page=2"> <style> h1 { text-transform: capitalize; font-weight: bold; margin: 0 0 40px 0; } h2 { font-size: 32px; } h2 { font-size: 28px; } h2, h3 { text-transform: capitalize; margin: 40px 0 20px; text-align: center; font-weight: 600; } h1:first-letter, h2:first-letter, h3:first-letter { text-transform: capitalize; } h2.lang, h3.lang { text-transform: lowercase; } h2 > a, h2 > a:hover, h2 > a:focus { color: #333; } h2 > a:hover { text-decoration: none; } #main { margin-left: 0; margin-right: 0; } .navbar { margin-bottom: 0; } #top-navbar { position: sticky; top: 0; z-index: 200; } @media (min-width: 768px) { .search-input { width: 500px !important; } } .pages-content { max-width: 1920px; padding: 35px; margin: 0 auto; } .thumbnails-grid { margin-top: 30px } .thumbnails-grid h3 { margin: 0; font-size: 13px; line-height: 1.4; font-family: "Roboto", "Arial", "sans-serif"; } .thumbnails-grid .one-row h3 { overflow: hidden; text-overflow: ellipsis; } .thumbnail:hover:after { cursor: zoom-in; } @media (max-width: 768px) { .templates-block { padding: 0 20px; } } .block-slider .thumbnail-slider-list a[data-title] { padding: 31px 0 0; } .block-slider .thumbnail-slider-list a[data-title]:before { font-size: 18px; margin: -32px 0 0; } .gray-block { background-color: #f7f7f7; margin: 40px -35px 0 -35px; padding: 1px 35px 20px 35px; } .custom-block.gray-block { margin: 0 -35px; } .auto-suggest-keyword .auto-suggest-link { margin-left: 12px; } .ui-autocomplete-category { background-color:rgb(247, 247, 247); margin: 5px 0 !important; padding: 5px 20px 5px 5px !important; font-size: 14px; text-transform: uppercase; } .custom-download-section p, .templates-block p { max-width: 700px; margin: 20px auto; text-align: center; line-height: 1.6; font-size: 16px; } .custom-download-section.gray-block { margin-bottom: -40px; } .templates-block.gray-block p { margin: 0 auto; padding: 30px; } .keywords-slider-container .thumbnail-slider.keyword-slider { max-width: 100%; width: 100%; margin: 20px 0 0; } </style> <style> .templates-heading-container { background-color: #8ad5e8; } @media (min-width: 576px) and (max-width: 1281px) { .templates-heading-container { background-image: url('https://images04.nicepage.com/category/1365/medicine-science-html-template-1200.jpg'); } } @media (min-width: 1281px) and (max-width: 1700px) { .templates-heading-container { background-image: url('https://images04.nicepage.com/category/1365/medicine-science-html-template-1600.jpg'); } } @media (min-width: 1700px) { .templates-heading-container { background-image: url('https://images04.nicepage.com/category/1365/medicine-science-html-template-1920.jpg'); } } </style> <script type="text/javascript"> var submitSearchTimer = false; document.addEventListener("DOMContentLoaded", function() { var thumbSlider = $('.thumbnail-slider'); thumbSlider.thumbnailSlider(); $('#search-button').on('click', function (e) { e.preventDefault(); var searchTerm = $('#search').val(); if (canLogToAmplitude()) { sendAmplitudeAnalyticsData('Page Search', { "Type": "Page", "Term": searchTerm }); } setTimeout(function() { $('#search-form').submit(); }, 200); return false; }); SearchController.init('https://np-index.nicepagesrv.com/api/'); $("#key").catcomplete({ source: function (request, response) { SearchController.search({ q: request.term, lang: 'en'}, function (err, result) { if (err) { alert(err); return; } result = result.filter(r => r.items && r.items.length > 0); response(result); }); }, minLength: 1, select: function(event, ui) { if (!ui.item) { return; } if (canLogToAmplitude()) { sendAmplitudeAnalyticsData('Page Search', { "Type": "Page", "Term": ui.item.value }); } setTimeout(function() { location.href = location.origin + ui.item.url; }, 200); } }); $(window).resize(function() { $("#search").autocomplete("close"); }); }); function submitSearchForm(e) { e.preventDefault(); clearTimeout(submitSearchTimer); submitSearchTimer = setTimeout(function() { $('#term').val($('#key').val().trim().replace(/\s+/g, ' ')); $('#key').attr('disabled', true); $('#search-form').submit(); }, 0); return true; } window.onpageshow = function(event) { setTimeout(function () { search = document.getElementById('key'); if (!search) { return; } search.removeAttribute('disabled'); if(!search.classList.contains('disableFocus')) search.focus(); }); }; </script> <!--meta name="google-site-verification" content="91O3bL1ryXysP925e_KKodKSsrpDCHTmgGeH0IA-NbA" /--> <!— Pinterest Tag —> <!-- <script> !function(e){if(!window.pintrk){window.pintrk = function () { window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var n=window.pintrk;n.queue=[],n.version="3.0";var t=document.createElement("script");t.async=!0,t.src=e;var r=document.getElementsByTagName("script")[0]; r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js"); pintrk('load', '2619058937406', {em: '<user_email_address>'}); pintrk('page'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=2619058937406&pd[em]=<hashed_email_address>&noscript=1" /> </noscript> --> <!— end Pinterest Tag —> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function () { if (typeof IOlazy === 'function') { var lazy = new IOlazy(); } }); </script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W76XGFR" height="0" width="0" style="display: none; visibility: hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="wrap wrap-fluid"> <div id="top-navbar" class="navbar navbar-inverse"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand clearfix" href="https://nicepage.com"><img class="pull-left" width="123" height="40" alt="Nicepage.com" src="https://csite.nicepage.com/Images/logo-w.png" /></a> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="navbar-collapse collapse"> <ul class="logon-block nav navbar-nav nav-list navbar-left u-unstyled" style="font-size: 14px;"> <li class="dropdown"> <a href="/download">Download</a> </li> <li class="dropdown"> <a href="/features">400+ Features</a> </li> <li class="dropdown"> <a aria-expanded="false" role="button" data-toggle="dropdown" class="dropdown-toggle template-menu-item" href="/html-templates">15,000+ Templates <span class="caret"></span></a> <ul role="menu" class="dropdown-menu dropdown-menu-hover u-unstyled"> <li><a href="/website-templates" class="templates-url" data-urls="website-templates;templates">Website Templates</a></li> <li><a href="/website-design" class="templates-url">Website Designs</a></li> <li><a href="/wordpress-themes">WordPress Themes</a></li> <li><a href="/joomla-templates">Joomla Templates</a></li> <li><a href="/html-templates" class="templates-url" data-urls="html-templates;html5-template;css-templates">HTML Templates</a></li> </ul> </a> </li> <li class="dropdown"> <a aria-expanded="false" role="button" data-toggle="dropdown" class="dropdown-toggle" href="#"> Website Builders <span class="caret"></span> </a> <ul role="menu" class="dropdown-menu dropdown-menu-hover u-unstyled"> <li><a class="builder-link" href="/html-website-builder">HTML Website Builder</a></li> <li><a class="builder-link" href="/wordpress-website-builder">WordPress Website Builder</a></li> <li><a class="builder-link" href="/joomla-page-builder">Joomla Page Builder</a></li> </ul> </li> <li class="dropdown"> <a href="/premium">Pricing</a> </li> <li><a href="/forum">Forums</a></li> <li class="dropdown"> <a href="/blog">Blog</a> </li> <li class="dropdown"> <a aria-expanded="false" role="button" data-toggle="dropdown" class="dropdown-toggle" href="#">Help<span class="caret"></span></a> <ul role="menu" class="dropdown-menu dropdown-menu-hover u-unstyled"> <li><a href="/doc/1318/video-lessons">Video Tutorials</a></li> <li><a href="/doc">Documentation</a></li> <li><a href="/Forum/Topic/Create">Contact Support</a></li> </ul> </li> </ul> <ul class="logon-block nav navbar-nav nav-list navbar-right u-unstyled"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">EN <span class="caret"></span></a> <ul class="dropdown-menu u-unstyled" role="menu"> <li><a href="/c/medicine-science-one-page-template">EN</a></li> <li><a href="/de/c/medizin-wissenschaft-einseitige-vorlage">DE</a></li> <li><a href="/nl/c/geneeskunde-wetenschap-sjabloon-een-pagina">NL</a></li> <li><a href="/fr/c/medecine-et-sciences-modele-une-page">FR</a></li> <li><a href="/it/c/medicina-e-scienza-modello-una-pagina">IT</a></li> <li><a href="/es/c/medicina-y-ciencia-plantilla-una-pagina">ES</a></li> <li><a href="/pl/c/medycyna-i-nauka-szablon-jednostronicowy">PL</a></li> <li><a href="/pt/c/medicina-e-ciencia-modelo-uma-pagina">PT</a></li> <li><a href="/tr/c/tip-ve-bilim-tek-sayfalik-sablon">TR</a></li> <li><a href="/ru/c/meditsina-i-nauka-odnostranichnyy-shablon">RU</a></li> </ul> </li> <li><a href="/Editor/Account/LogOn">Sign In</a></li><li class="divider-vertical"></li><li><a href="https://nicepage.com/Editor/Account/Register">Register</a></li><li class="divider-vertical"></li> </ul> </div> </div> </div> <section id="main" class="container-fluid"> <div class="pages-content"> <div class="row"> <div class="col-md-12"> <style> .breadcrumb { padding: 0; background-color: transparent; } .breadcrumb > .active { color: #666; } </style> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li> <a href="https://nicepage.com" title="Home">Home</a> </li> <li> <a href="/one-page-template" title="One Page Templates">One Page Templates</a> </li> <li> Medicine &amp; Science </li> </ol> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="templates-heading-container"> <div class="heading-block "> <h1 class="">340 Medicine &amp; Science One Page Templates</h1> <form action="/one-page-template" id="search-form" method="get" novalidate="novalidate"> <input type="hidden" name="term" id="term"> <input aria-label="Enter Search Keywords" class="form-control search-input" id="key" name="key" placeholder="Enter Keywords" type="text" value="" /> <input type="submit" value="" aria-label="Search One Page Templates" class="btn search-btn" onclick="return submitSearchForm(event)" /> </form> <div class="heading-description ">You found the perfect place for great templates for doctors, dentists, hospitals, scientific centers, and anyone involved in the healthcare, pharmaceutical, and scientific industries. Choose from the best templates that are ready to use for any medicine or science website. </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="keywords-slider-container"> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { var thumbSlider = $('.thumbnail-slider'); thumbSlider.thumbnailSlider(); }); </script> <style> @media (min-width: 767px) { .thumbnail-slider.keyword-slider { max-width: 1200px; width: calc(100vw - 400px); } } </style> <div class="thumbnail-slider keyword-slider"> <div class="thumbnail-slider-viewport-wrapper"> <div class="thumbnail-slider-viewport"> <div class="thumbnail-slider-list"> <a href="/k/health-one-page-template" data-title=""><div>health</div></a> <a href="/k/medical-one-page-template" data-title=""><div>medical</div></a> <a href="/k/hospital-one-page-template" data-title=""><div>hospital</div></a> <a href="/k/doctor-one-page-template" data-title=""><div>doctor</div></a> <a href="/k/medicine-one-page-template" data-title=""><div>medicine</div></a> <a href="/k/pharmacy-one-page-template" data-title=""><div>pharmacy</div></a> <a href="/k/science-one-page-template" data-title=""><div>science</div></a> <a href="/k/covid-one-page-template" data-title=""><div>covid</div></a> <a href="/k/dental-one-page-template" data-title=""><div>dental</div></a> <a href="/k/dentist-one-page-template" data-title=""><div>dentist</div></a> <a href="/k/healthcare-one-page-template" data-title=""><div>healthcare</div></a> <a href="/k/healthcare-medicine-one-page-template" data-title=""><div>healthcare medicine</div></a> <a href="/k/research-one-page-template" data-title=""><div>research</div></a> <a href="/k/clinic-one-page-template" data-title=""><div>clinic</div></a> <a href="/k/therapy-one-page-template" data-title=""><div>therapy</div></a> <a href="/k/chemistry-one-page-template" data-title=""><div>chemistry</div></a> <a href="/k/biology-one-page-template" data-title=""><div>biology</div></a> <a href="/k/laboratory-one-page-template" data-title=""><div>laboratory</div></a> <a href="/k/pharmaceutical-one-page-template" data-title=""><div>pharmaceutical</div></a> <a href="/k/test-one-page-template" data-title=""><div>test</div></a> <a href="/k/mental-health-one-page-template" data-title=""><div>mental health</div></a> <a href="/k/heart-one-page-template" data-title=""><div>heart</div></a> <a href="/k/lab-one-page-template" data-title=""><div>lab</div></a> <a href="/k/covid-19-one-page-template" data-title=""><div>covid 19</div></a> <a href="/k/vet-one-page-template" data-title=""><div>vet</div></a> <a href="/k/chemical-one-page-template" data-title=""><div>chemical</div></a> <a href="/k/veterinary-one-page-template" data-title=""><div>veterinary</div></a> <a href="/k/drug-one-page-template" data-title=""><div>drug</div></a> <a href="/k/nurse-one-page-template" data-title=""><div>nurse</div></a> <a href="/k/medical-equipment-one-page-template" data-title=""><div>medical equipment</div></a> </div> </div> </div> <a class="thumbnail-slider-control left off" href="#" rel="noopener" aria-label="thumbnail slider show more"> <span class="thumbnail-slider-control-btn"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> <path fill="currentColor" d="M9.53 11.71L5.99 8.18a.25.25 0 0 1 0-.36L9.53 4.3a.75.75 0 1 0-1.06-1.06L4.93 6.76c-.68.69-.68 1.8 0 2.48l3.54 3.53a.75.75 0 0 0 1.06-1.06z"></path> </svg> </span> </a> <a class="thumbnail-slider-control right" href="#" rel="noopener" aria-label="thumbnail slider show more"> <span class="thumbnail-slider-control-btn"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> <path fill="currentColor" d="M6.47 4.29l3.54 3.53c.1.1.1.26 0 .36L6.47 11.7a.75.75 0 1 0 1.06 1.06l3.54-3.53c.68-.69.68-1.8 0-2.48L7.53 3.23a.75.75 0 0 0-1.06 1.06z"></path> </svg> </span> </a> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="templates-block"> <div class="thumbnails-grid"> <ul class="thumbnails thumbnails-loading list-unstyled"> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 276px;" data-like = 8 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/1994848/prenatal-yoga-one-page-template" style="width:260px; height: 226px;" title="Prenatal Yoga"><img alt="Prenatal Yoga" class="media-image noversion" src="https://images01.nicepagecdn.com/page/19/94/one-page-template-1994848.jpg" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/1994848/prenatal-yoga-one-page-template" title="Prenatal Yoga">Prenatal Yoga</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 612px;" data-like = 1041 > <div class="page-image"> <a class="thumbnail" href="/op/2076157/new-medicine-center-one-page-template" style="width:260px; height: 562px;" title="New Medicine Center"><img alt="New Medicine Center" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/20/76/one-page-template-2076157.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/20/76/one-page-template-full-2076157.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/2076157/new-medicine-center-one-page-template" title="New Medicine Center">New Medicine Center</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 165px;" data-like = 13 > <div class="page-image"> <a class="thumbnail" href="/op/56826/kids-dental-care-one-page-template" style="width:260px; height: 115px;" title="Kids Dental Care"><img alt="Kids Dental Care" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/56/82/one-page-template-56826.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/56826/kids-dental-care-one-page-template" title="Kids Dental Care">Kids Dental Care</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 666px;" data-like = 459 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/5596686/we-provide-a-full-suite-of-dental-care-one-page-template" style="width:260px; height: 616px;" title="We Provide A Full Suite Of Dental Care"><img alt="We Provide A Full Suite Of Dental Care" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/55/96/one-page-template-5596686.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/55/96/one-page-template-full-5596686.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/5596686/we-provide-a-full-suite-of-dental-care-one-page-template" title="We Provide A Full Suite Of Dental Care">We Provide A Full Suite Of Dental Care</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 190px;" data-like = 10 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/324354/tooth-whitening-one-page-template" style="width:260px; height: 140px;" title="Tooth Whitening"><img alt="Tooth Whitening" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/32/43/one-page-template-324354.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/324354/tooth-whitening-one-page-template" title="Tooth Whitening">Tooth Whitening</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 176px;" data-like = 15 > <div class="page-image"> <a class="thumbnail" href="/op/81848/keep-calm-and-be-healthy-one-page-template" style="width:260px; height: 126px;" title="Keep Calm And Be Healthy"><img alt="Keep Calm And Be Healthy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/81/84/one-page-template-81848.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/81848/keep-calm-and-be-healthy-one-page-template" title="Keep Calm And Be Healthy">Keep Calm And Be Healthy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 249px;" data-like = 6 > <div class="page-image"> <a class="thumbnail" href="/op/1626106/guide-to-healthy-pregnancy-one-page-template" style="width:260px; height: 199px;" title="Guide To Healthy Pregnancy"><img alt="Guide To Healthy Pregnancy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/16/26/one-page-template-1626106.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/1626106/guide-to-healthy-pregnancy-one-page-template" title="Guide To Healthy Pregnancy">Guide To Healthy Pregnancy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 158px;" data-like = 15 > <div class="page-image"> <a class="thumbnail" href="/op/48381/monitor-your-health-one-page-template" style="width:260px; height: 108px;" title="Monitor Your Health"><img alt="Monitor Your Health" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/48/38/one-page-template-48381.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/48381/monitor-your-health-one-page-template" title="Monitor Your Health">Monitor Your Health</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 245px;" data-like = 7 > <div class="page-image"> <a class="thumbnail" href="/op/343769/organization-of-the-necessary-assistance-one-page-template" style="width:260px; height: 195px;" title="Organization Of The Necessary Assistance"><img alt="Organization Of The Necessary Assistance" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/34/37/one-page-template-343769.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/343769/organization-of-the-necessary-assistance-one-page-template" title="Organization Of The Necessary Assistance">Organization Of The Necessary Assistance</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 881px;" data-like = 284 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/6216596/highly-qualified-dentists-one-page-template" style="width:260px; height: 831px;" title="Highly-Qualified Dentists One Page Template"><img alt="Highly-Qualified Dentists One Page Template" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/62/16/one-page-template-6216596.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/62/16/one-page-template-full-6216596.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/6216596/highly-qualified-dentists-one-page-template" title="Highly-Qualified Dentists One Page Template">Highly-Qualified Dentists One Page Template</a> </div> </li> <li class="thumbnail-item" style="width: 260px; height: 280px;"> <div class="download-block " style="background-color: #363636; "> <div style="color: #ffffff;" class="download-title">Customize Any Template</div> <a class="btn btn-lg download-btn" href="/download" type="button" style="background-color: #cd30c0;">Download</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 174px;" data-like = 13 > <div class="page-image"> <a class="thumbnail" href="/op/58637/health-and-yummy-one-page-template" style="width:260px; height: 124px;" title="Health And Yummy"><img alt="Health And Yummy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/58/63/one-page-template-58637.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/58637/health-and-yummy-one-page-template" title="Health And Yummy">Health And Yummy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 181px;" data-like = 18 > <div class="page-image"> <a class="thumbnail" href="/op/58491/weight-management-one-page-template" style="width:260px; height: 131px;" title="Weight Management"><img alt="Weight Management" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/58/49/one-page-template-58491.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/58491/weight-management-one-page-template" title="Weight Management">Weight Management</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 517px;" data-like = 1559 > <div class="page-image"> <a class="thumbnail" href="/op/3381161/the-new-hospital-one-page-template" style="width:260px; height: 467px;" title="The New Hospital"><img alt="The New Hospital" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/33/81/one-page-template-3381161.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/33/81/one-page-template-full-3381161.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/3381161/the-new-hospital-one-page-template" title="The New Hospital">The New Hospital</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 213px;" data-like = 1654 > <div class="page-image"> <a class="thumbnail" href="/op/76644/stop-covid-19-one-page-template" style="width:260px; height: 163px;" title="Stop Covid-19"><img alt="Stop Covid-19" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/76/64/one-page-template-76644.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/76644/stop-covid-19-one-page-template" title="Stop Covid-19">Stop Covid-19</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 149px;" data-like = 387 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/6152847/group-therapy-and-workshops-one-page-template" style="width:260px; height: 99px;" title="Group Therapy And Workshops"><img alt="Group Therapy And Workshops" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/61/52/one-page-template-6152847.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6152847/group-therapy-and-workshops-one-page-template" title="Group Therapy And Workshops">Group Therapy And Workshops</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 678px;" data-like = 3592 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/2774251/dental-practice-in-nyc-one-page-template" style="width:260px; height: 628px;" title="Dental Practice In NYC"><img alt="Dental Practice In NYC" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/27/74/one-page-template-2774251.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/27/74/one-page-template-full-2774251.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/2774251/dental-practice-in-nyc-one-page-template" title="Dental Practice In NYC">Dental Practice In NYC</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 199px;" data-like = 17 > <div class="page-image"> <a class="thumbnail" href="/op/67235/child-care-one-page-template" style="width:260px; height: 149px;" title="Child Care"><img alt="Child Care" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/67/23/one-page-template-67235.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/67235/child-care-one-page-template" title="Child Care">Child Care</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 215px;" data-like = 9 > <div class="page-image"> <a class="thumbnail" href="/op/1586175/get-pregnancy-help-one-page-template" style="width:260px; height: 165px;" title="Get Pregnancy Help"><img alt="Get Pregnancy Help" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/15/86/one-page-template-1586175.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/1586175/get-pregnancy-help-one-page-template" title="Get Pregnancy Help">Get Pregnancy Help</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 265px;" data-like = 11 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/308697/keys-to-group-therapy-one-page-template" style="width:260px; height: 215px;" title="Keys To Group Therapy"><img alt="Keys To Group Therapy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/30/86/one-page-template-308697.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/308697/keys-to-group-therapy-one-page-template" title="Keys To Group Therapy">Keys To Group Therapy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 835px;" data-like = 292 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/6152200/our-professional-team-of-therapists-one-page-template" style="width:260px; height: 785px;" title="Our Professional Team Of Therapists One Page Template"><img alt="Our Professional Team Of Therapists One Page Template" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/61/52/one-page-template-6152200.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/61/52/one-page-template-full-6152200.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/6152200/our-professional-team-of-therapists-one-page-template" title="Our Professional Team Of Therapists One Page Template">Our Professional Team Of Therapists One Page Template</a> </div> </li> <li class="thumbnail-item" style="width: 260px; height: 420px;"> <div class="download-block white-block" style="background-color: #ffffff; "> <img class="lazyload" data-src="//images01.nicepage.com/thumbs/a122014e1e8cdf24af08f98c/e6ffb5aa3b3d5186a6c26da0/html-wordpress-small-animation-color_150.gif" alt="Export to HTML and WordPress" /> <div style="color: #3c3c3c;" class="download-title">Export to HTML and WordPress</div> <a class="btn btn-lg download-btn" href="/download" type="button" style="background-color: #ec311e;">Download</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 582px;" data-like = 924 data-set = 18> <div class="page-image"> <a class="thumbnail" href="/op/6225099/school-of-psychology-one-page-template" style="width:260px; height: 532px;" title="School Of Psychology"><img alt="School Of Psychology" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/62/25/one-page-template-6225099.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/62/25/one-page-template-full-6225099.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/6225099/school-of-psychology-one-page-template" title="School Of Psychology">School Of Psychology</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 152px;" data-like = 19 > <div class="page-image"> <a class="thumbnail" href="/op/42368/care-heart-one-page-template" style="width:260px; height: 102px;" title="Care Heart"><img alt="Care Heart" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/42/36/one-page-template-42368.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/42368/care-heart-one-page-template" title="Care Heart">Care Heart</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 187px;" data-like = 265 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/6108637/psychotherapy-one-page-template" style="width:260px; height: 137px;" title="Psychotherapy"><img alt="Psychotherapy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/61/08/one-page-template-6108637.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6108637/psychotherapy-one-page-template" title="Psychotherapy">Psychotherapy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 156px;" data-like = 7 > <div class="page-image"> <a class="thumbnail" href="/op/73902/please-stay-home-one-page-template" style="width:260px; height: 106px;" title="Please Stay Home"><img alt="Please Stay Home" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/73/90/one-page-template-73902.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/73902/please-stay-home-one-page-template" title="Please Stay Home">Please Stay Home</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 614px;" data-like = 4545 > <div class="page-image"> <a class="thumbnail" href="/op/121618/quality-medical-care-one-page-template" style="width:260px; height: 564px;" title="Quality Medical Care"><img alt="Quality Medical Care" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/12/16/one-page-template-121618.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/12/16/one-page-template-full-121618.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/121618/quality-medical-care-one-page-template" title="Quality Medical Care">Quality Medical Care</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 223px;" data-like = 442 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/6216517/quality-and-modern-dentistry-one-page-template" style="width:260px; height: 173px;" title="Quality And Modern Dentistry"><img alt="Quality And Modern Dentistry" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/62/16/one-page-template-6216517.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6216517/quality-and-modern-dentistry-one-page-template" title="Quality And Modern Dentistry">Quality And Modern Dentistry</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 257px;" data-like = 791 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/2774249/contact-our-clinic-one-page-template" style="width:260px; height: 207px;" title="Contact Our Clinic"><img alt="Contact Our Clinic" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/27/74/one-page-template-2774249.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/2774249/contact-our-clinic-one-page-template" title="Contact Our Clinic">Contact Our Clinic</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 546px;" data-like = 4832 > <div class="page-image"> <a class="thumbnail" href="/op/22907/center-of-quality-medicine-one-page-template" style="width:260px; height: 496px;" title="Center Of Quality Medicine"><img alt="Center Of Quality Medicine" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/22/90/one-page-template-22907.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/22/90/one-page-template-full-22907.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/22907/center-of-quality-medicine-one-page-template" title="Center Of Quality Medicine">Center Of Quality Medicine</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 230px;" data-like = 320 data-set = 18> <div class="page-image"> <a class="thumbnail" href="/op/6225908/most-frequently-asked-questions-one-page-template" style="width:260px; height: 180px;" title="Most Frequently Asked Questions"><img alt="Most Frequently Asked Questions" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/62/25/one-page-template-6225908.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6225908/most-frequently-asked-questions-one-page-template" title="Most Frequently Asked Questions">Most Frequently Asked Questions</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 580px;" data-like = 1411 > <div class="page-image"> <a class="thumbnail" href="/op/1428794/qualified-psychologist-help-one-page-template" style="width:260px; height: 530px;" title="Qualified Psychologist Help One Page Template"><img alt="Qualified Psychologist Help One Page Template" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/14/28/one-page-template-1428794.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/14/28/one-page-template-full-1428794.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/1428794/qualified-psychologist-help-one-page-template" title="Qualified Psychologist Help One Page Template">Qualified Psychologist Help One Page Template</a> </div> </li> <li class="thumbnail-item" style="width: 260px; height: 280px;"> <div class="download-block " style="background-color: #363636; "> <div style="color: #ffffff;" class="download-title">Build Website with no Coding</div> <a class="btn btn-lg download-btn" href="/download" type="button" style="background-color: #cd30c0;">Download</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 606px;" data-like = 607 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/5588853/welcome-to-dental-clinic-one-page-template" style="width:260px; height: 556px;" title="Welcome To Dental Clinic"><img alt="Welcome To Dental Clinic" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/55/88/one-page-template-5588853.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/55/88/one-page-template-full-5588853.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/5588853/welcome-to-dental-clinic-one-page-template" title="Welcome To Dental Clinic">Welcome To Dental Clinic</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 649px;" data-like = 1389 > <div class="page-image"> <a class="thumbnail" href="/op/1097414/evidence-based-medicine-one-page-template" style="width:260px; height: 599px;" title="Evidence-Based Medicine"><img alt="Evidence-Based Medicine" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/10/97/one-page-template-1097414.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/10/97/one-page-template-full-1097414.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/1097414/evidence-based-medicine-one-page-template" title="Evidence-Based Medicine">Evidence-Based Medicine</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 638px;" data-like = 1182 > <div class="page-image"> <a class="thumbnail" href="/op/1081836/modern-medicine-one-page-template" style="width:260px; height: 588px;" title="Modern Medicine"><img alt="Modern Medicine" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/10/81/one-page-template-1081836.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/10/81/one-page-template-full-1081836.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/1081836/modern-medicine-one-page-template" title="Modern Medicine">Modern Medicine</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 910px;" data-like = 396 data-set = 20> <div class="page-image"> <a class="thumbnail" href="/op/6009366/modern-therapy-one-page-template" style="width:260px; height: 860px;" title="Modern Therapy"><img alt="Modern Therapy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/60/09/one-page-template-6009366.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/60/09/one-page-template-full-6009366.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/6009366/modern-therapy-one-page-template" title="Modern Therapy">Modern Therapy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 541px;" data-like = 1949 > <div class="page-image"> <a class="thumbnail" href="/op/79580/stay-at-home-medicine-one-page-template" style="width:260px; height: 491px;" title="Stay-At-Home Medicine"><img alt="Stay-At-Home Medicine" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/79/58/one-page-template-79580.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/79/58/one-page-template-full-79580.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/79580/stay-at-home-medicine-one-page-template" title="Stay-At-Home Medicine">Stay-At-Home Medicine</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 464px;" data-like = 2607 > <div class="page-image"> <a class="thumbnail" href="/op/29778/dental-care-and-medicine-one-page-template" style="width:260px; height: 414px;" title="Dental Care And Medicine"><img alt="Dental Care And Medicine" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/29/77/one-page-template-29778.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/29/77/one-page-template-full-29778.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/29778/dental-care-and-medicine-one-page-template" title="Dental Care And Medicine">Dental Care And Medicine</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 729px;" data-like = 1392 > <div class="page-image"> <a class="thumbnail" href="/op/326416/hight-quality-dental-services-one-page-template" style="width:260px; height: 679px;" title="Hight Quality Dental Services"><img alt="Hight Quality Dental Services" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/32/64/one-page-template-326416.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/32/64/one-page-template-full-326416.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/326416/hight-quality-dental-services-one-page-template" title="Hight Quality Dental Services">Hight Quality Dental Services</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 692px;" data-like = 1187 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/6152165/therapy-center-one-page-template" style="width:260px; height: 642px;" title="Therapy Center"><img alt="Therapy Center" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/61/52/one-page-template-6152165.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/61/52/one-page-template-full-6152165.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/6152165/therapy-center-one-page-template" title="Therapy Center">Therapy Center</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 206px;" data-like = 224 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/6215727/transforming-smiles-one-page-template" style="width:260px; height: 156px;" title="Transforming Smiles"><img alt="Transforming Smiles" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/62/15/one-page-template-6215727.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6215727/transforming-smiles-one-page-template" title="Transforming Smiles">Transforming Smiles</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 599px;" data-like = 2353 > <div class="page-image"> <a class="thumbnail" href="/op/16719/pro-health-and-medicine-one-page-template" style="width:260px; height: 549px;" title="Pro Health And Medicine One Page Template"><img alt="Pro Health And Medicine One Page Template" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/16/71/one-page-template-16719.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/16/71/one-page-template-full-16719.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/16719/pro-health-and-medicine-one-page-template" title="Pro Health And Medicine One Page Template">Pro Health And Medicine One Page Template</a> </div> </li> <li class="thumbnail-item" style="width: 260px; height: 320px;"> <div class="download-block white-block" style="background-color: #ffffff; "> <div style="color: #3c3c3c;" class="download-title">Free Website Builder Software</div> <a class="btn btn-lg download-btn" href="/download" type="button" style="background-color: #ec311e;">Download</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 799px;" data-like = 1337 data-set = 20> <div class="page-image"> <a class="thumbnail" href="/op/310398/undividual-and-group-therapy-one-page-template" style="width:260px; height: 749px;" title="Undividual And Group Therapy"><img alt="Undividual And Group Therapy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/31/03/one-page-template-310398.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/31/03/one-page-template-full-310398.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/310398/undividual-and-group-therapy-one-page-template" title="Undividual And Group Therapy">Undividual And Group Therapy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 213px;" data-like = 1591 > <div class="page-image"> <a class="thumbnail" href="/op/76679/coronavirus-information-one-page-template" style="width:260px; height: 163px;" title="Coronavirus Information"><img alt="Coronavirus Information" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/76/67/one-page-template-76679.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/76679/coronavirus-information-one-page-template" title="Coronavirus Information">Coronavirus Information</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 331px;" data-like = 380 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/5596821/dental-team-members-one-page-template" style="width:260px; height: 281px;" title="Dental Team Members"><img alt="Dental Team Members" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/55/96/one-page-template-5596821.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/5596821/dental-team-members-one-page-template" title="Dental Team Members">Dental Team Members</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 763px;" data-like = 269 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/6108680/counseling-and-psychotherapy-one-page-template" style="width:260px; height: 713px;" title="Counseling And Psychotherapy"><img alt="Counseling And Psychotherapy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/61/08/one-page-template-6108680.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/61/08/one-page-template-full-6108680.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/6108680/counseling-and-psychotherapy-one-page-template" title="Counseling And Psychotherapy">Counseling And Psychotherapy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 190px;" data-like = 906 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/6215911/new-patients-welcome-one-page-template" style="width:260px; height: 140px;" title="New Patients Welcome"><img alt="New Patients Welcome" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/62/15/one-page-template-6215911.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6215911/new-patients-welcome-one-page-template" title="New Patients Welcome">New Patients Welcome</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 546px;" data-like = 1860 > <div class="page-image"> <a class="thumbnail" href="/op/16713/pharmacy-and-medicine-one-page-template" style="width:260px; height: 496px;" title="Pharmacy And Medicine"><img alt="Pharmacy And Medicine" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/16/71/one-page-template-16713.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/16/71/one-page-template-full-16713.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/16713/pharmacy-and-medicine-one-page-template" title="Pharmacy And Medicine">Pharmacy And Medicine</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 618px;" data-like = 1459 > <div class="page-image"> <a class="thumbnail" href="/op/16852/clinic-of-dental-medicine-one-page-template" style="width:260px; height: 568px;" title="Clinic Of Dental Medicine"><img alt="Clinic Of Dental Medicine" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/16/85/one-page-template-16852.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/16/85/one-page-template-full-16852.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/16852/clinic-of-dental-medicine-one-page-template" title="Clinic Of Dental Medicine">Clinic Of Dental Medicine</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 535px;" data-like = 1405 > <div class="page-image"> <a class="thumbnail" href="/op/29405/oral-care-and-dental-medicine-one-page-template" style="width:260px; height: 485px;" title="Oral Care And Dental Medicine"><img alt="Oral Care And Dental Medicine" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/29/40/one-page-template-29405.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/29/40/one-page-template-full-29405.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/29405/oral-care-and-dental-medicine-one-page-template" title="Oral Care And Dental Medicine">Oral Care And Dental Medicine</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 242px;" data-like = 579 > <div class="page-image"> <a class="thumbnail" href="/op/1563964/a-full-term-pregnancy-one-page-template" style="width:260px; height: 192px;" title="A Full-Term Pregnancy"><img alt="A Full-Term Pregnancy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/15/63/one-page-template-1563964.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/1563964/a-full-term-pregnancy-one-page-template" title="A Full-Term Pregnancy">A Full-Term Pregnancy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 268px;" data-like = 456 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/2773344/pediatric-dental-clinic-one-page-template" style="width:260px; height: 218px;" title="Pediatric Dental Clinic One Page Template"><img alt="Pediatric Dental Clinic One Page Template" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/27/73/one-page-template-2773344.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/2773344/pediatric-dental-clinic-one-page-template" title="Pediatric Dental Clinic One Page Template">Pediatric Dental Clinic One Page Template</a> </div> </li> <li class="thumbnail-item" style="width: 260px; height: 420px;"> <div class="download-block " style="background-color: #363636; "> <img class="lazyload" data-src="//images01.nicepage.com/a122014e1e8cdf24af08f98c/20a096fad2aa5e36b4b599e4/drag-n-drop-small-animation-dark.gif" alt="Easy Drag and Drop Editor" /> <div style="color: #ffffff;" class="download-title">Easy Drag and Drop Editor</div> <a class="btn btn-lg download-btn" href="/download" type="button" style="background-color: #cd30c0;">Download</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 240px;" data-like = 759 data-set = 20> <div class="page-image"> <a class="thumbnail" href="/op/310390/path-to-psychotherapy-one-page-template" style="width:260px; height: 190px;" title="Path To Psychotherapy"><img alt="Path To Psychotherapy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/31/03/one-page-template-310390.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/310390/path-to-psychotherapy-one-page-template" title="Path To Psychotherapy">Path To Psychotherapy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 674px;" data-like = 145 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/6215852/dental-excellence-one-page-template" style="width:260px; height: 624px;" title="Dental Excellence"><img alt="Dental Excellence" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/62/15/one-page-template-6215852.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/62/15/one-page-template-full-6215852.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/6215852/dental-excellence-one-page-template" title="Dental Excellence">Dental Excellence</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 698px;" data-like = 158 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/6108688/the-psychology-center-one-page-template" style="width:260px; height: 648px;" title="The Psychology Center"><img alt="The Psychology Center" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/61/08/one-page-template-6108688.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/61/08/one-page-template-full-6108688.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/6108688/the-psychology-center-one-page-template" title="The Psychology Center">The Psychology Center</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 398px;" data-like = 399 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/2774028/dental-clinic-team-one-page-template" style="width:260px; height: 348px;" title="Dental Clinic Team"><img alt="Dental Clinic Team" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/27/74/one-page-template-2774028.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/2774028/dental-clinic-team-one-page-template" title="Dental Clinic Team">Dental Clinic Team</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 236px;" data-like = 654 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/326186/our-highest-quality-services-one-page-template" style="width:260px; height: 186px;" title="Our Highest Quality Services"><img alt="Our Highest Quality Services" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/32/61/one-page-template-326186.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/326186/our-highest-quality-services-one-page-template" title="Our Highest Quality Services">Our Highest Quality Services</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 635px;" data-like = 216 data-set = 17> <div class="page-image"> <a class="thumbnail" href="/op/5550958/treatment-under-insurance-one-page-template" style="width:260px; height: 585px;" title="Treatment Under Insurance"><img alt="Treatment Under Insurance" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/55/50/one-page-template-5550958.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/55/50/one-page-template-full-5550958.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/5550958/treatment-under-insurance-one-page-template" title="Treatment Under Insurance">Treatment Under Insurance</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 593px;" data-like = 111 data-set = 18> <div class="page-image"> <a class="thumbnail" href="/op/6225910/our-psychologists-one-page-template" style="width:260px; height: 543px;" title="Our Psychologists"><img alt="Our Psychologists" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/62/25/one-page-template-6225910.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/62/25/one-page-template-full-6225910.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/6225910/our-psychologists-one-page-template" title="Our Psychologists">Our Psychologists</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 802px;" data-like = 639 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/308686/different-types-of-group-therapy-one-page-template" style="width:260px; height: 752px;" title="Different Types Of Group Therapy"><img alt="Different Types Of Group Therapy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/30/86/one-page-template-308686.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/30/86/one-page-template-full-308686.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/308686/different-types-of-group-therapy-one-page-template" title="Different Types Of Group Therapy">Different Types Of Group Therapy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 935px;" data-like = 613 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/310800/licensed-professional-counselors-one-page-template" style="width:260px; height: 885px;" title="Licensed Professional Counselors"><img alt="Licensed Professional Counselors" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/31/08/one-page-template-310800.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/31/08/one-page-template-full-310800.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/310800/licensed-professional-counselors-one-page-template" title="Licensed Professional Counselors">Licensed Professional Counselors</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 272px;" data-like = 828 > <div class="page-image"> <a class="thumbnail" href="/op/71847/clean-your-hands-often-one-page-template" style="width:260px; height: 222px;" title="Clean Your Hands Often One Page Template"><img alt="Clean Your Hands Often One Page Template" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/71/84/one-page-template-71847.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/71847/clean-your-hands-often-one-page-template" title="Clean Your Hands Often One Page Template">Clean Your Hands Often One Page Template</a> </div> </li> <li class="thumbnail-item" style="width: 260px; height: 460px;"> <div class="download-block white-block" style="background-color: #ffffff; "> <img class="lazyload" data-src="//images01.nicepage.com/thumbs/a122014e1e8cdf24af08f98c/66c81b94d04f55a2aa46a8bd/responsive-small-animation-color_150.gif" alt="Fully Responsive Templates" /> <div style="color: #3c3c3c;" class="download-title">Fully Responsive Templates</div> <a class="btn btn-lg download-btn" href="/download" type="button" style="background-color: #ec311e;">Download</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 192px;" data-like = 778 > <div class="page-image"> <a class="thumbnail" href="/op/71427/changing-lives-one-page-template" style="width:260px; height: 142px;" title="Changing Lives"><img alt="Changing Lives" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/71/42/one-page-template-71427.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/71427/changing-lives-one-page-template" title="Changing Lives">Changing Lives</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 286px;" data-like = 583 > <div class="page-image"> <a class="thumbnail" href="/op/391371/quality-dental-care-one-page-template" style="width:260px; height: 236px;" title="Quality Dental Care"><img alt="Quality Dental Care" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/39/13/one-page-template-391371.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/391371/quality-dental-care-one-page-template" title="Quality Dental Care">Quality Dental Care</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 166px;" data-like = 743 > <div class="page-image"> <a class="thumbnail" href="/op/79531/healthy-at-home-one-page-template" style="width:260px; height: 116px;" title="Healthy At Home"><img alt="Healthy At Home" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/79/53/one-page-template-79531.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/79531/healthy-at-home-one-page-template" title="Healthy At Home">Healthy At Home</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 185px;" data-like = 419 > <div class="page-image"> <a class="thumbnail" href="/op/1267872/emergency-medicine-one-page-template" style="width:260px; height: 135px;" title="Emergency Medicine"><img alt="Emergency Medicine" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/12/67/one-page-template-1267872.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/1267872/emergency-medicine-one-page-template" title="Emergency Medicine">Emergency Medicine</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 180px;" data-like = 180 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/5592534/the-highest-quality-dental-care-one-page-template" style="width:260px; height: 130px;" title="The Highest Quality Dental Care"><img alt="The Highest Quality Dental Care" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/55/92/one-page-template-5592534.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/5592534/the-highest-quality-dental-care-one-page-template" title="The Highest Quality Dental Care">The Highest Quality Dental Care</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 732px;" data-like = 342 > <div class="page-image"> <a class="thumbnail" href="/op/1562327/prenatal-health-and-nutrition-one-page-template" style="width:260px; height: 682px;" title="Prenatal Health And Nutrition"><img alt="Prenatal Health And Nutrition" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/15/62/one-page-template-1562327.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/15/62/one-page-template-full-1562327.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/1562327/prenatal-health-and-nutrition-one-page-template" title="Prenatal Health And Nutrition">Prenatal Health And Nutrition</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 533px;" data-like = 896 > <div class="page-image"> <a class="thumbnail" href="/op/29804/impacting-lives-with-medicine-one-page-template" style="width:260px; height: 483px;" title="Impacting Lives With Medicine"><img alt="Impacting Lives With Medicine" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/29/80/one-page-template-29804.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/29/80/one-page-template-full-29804.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/29804/impacting-lives-with-medicine-one-page-template" title="Impacting Lives With Medicine">Impacting Lives With Medicine</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 169px;" data-like = 171 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/5595116/download-dental-guide-one-page-template" style="width:260px; height: 119px;" title="Download Dental Guide"><img alt="Download Dental Guide" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/55/95/one-page-template-5595116.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/5595116/download-dental-guide-one-page-template" title="Download Dental Guide">Download Dental Guide</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 257px;" data-like = 490 > <div class="page-image"> <a class="thumbnail" href="/op/228568/leading-primary-care-one-page-template" style="width:260px; height: 207px;" title="Leading Primary Care"><img alt="Leading Primary Care" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/22/85/one-page-template-228568.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/228568/leading-primary-care-one-page-template" title="Leading Primary Care">Leading Primary Care</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 190px;" data-like = 321 > <div class="page-image"> <a class="thumbnail" href="/op/50947/medical-support-one-page-template" style="width:260px; height: 140px;" title="Medical Support One Page Template"><img alt="Medical Support One Page Template" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/50/94/one-page-template-50947.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/50947/medical-support-one-page-template" title="Medical Support One Page Template">Medical Support One Page Template</a> </div> </li> <li class="thumbnail-item" style="width: 260px; height: 280px;"> <div class="download-block " style="background-color: #363636; "> <div style="color: #ffffff;" class="download-title">Create your own Website</div> <a class="btn btn-lg download-btn" href="/download" type="button" style="background-color: #cd30c0;">Download</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 604px;" data-like = 149 data-set = 17> <div class="page-image"> <a class="thumbnail" href="/op/5552185/the-best-medical-workers-one-page-template" style="width:260px; height: 554px;" title="The Best Medical Workers"><img alt="The Best Medical Workers" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/55/52/one-page-template-5552185.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/55/52/one-page-template-full-5552185.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/5552185/the-best-medical-workers-one-page-template" title="The Best Medical Workers">The Best Medical Workers</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 653px;" data-like = 298 > <div class="page-image"> <a class="thumbnail" href="/op/1585658/the-pregnancy-center-one-page-template" style="width:260px; height: 603px;" title="The Pregnancy Center"><img alt="The Pregnancy Center" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/15/85/one-page-template-1585658.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/15/85/one-page-template-full-1585658.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/1585658/the-pregnancy-center-one-page-template" title="The Pregnancy Center">The Pregnancy Center</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 203px;" data-like = 578 > <div class="page-image"> <a class="thumbnail" href="/op/76450/coronavirus-desease-one-page-template" style="width:260px; height: 153px;" title="Coronavirus Desease"><img alt="Coronavirus Desease" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/76/45/one-page-template-76450.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/76450/coronavirus-desease-one-page-template" title="Coronavirus Desease">Coronavirus Desease</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 212px;" data-like = 391 > <div class="page-image"> <a class="thumbnail" href="/op/343705/the-victories-of-our-hospice-one-page-template" style="width:260px; height: 162px;" title="The Victories Of Our Hospice"><img alt="The Victories Of Our Hospice" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/34/37/one-page-template-343705.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/343705/the-victories-of-our-hospice-one-page-template" title="The Victories Of Our Hospice">The Victories Of Our Hospice</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 179px;" data-like = 455 > <div class="page-image"> <a class="thumbnail" href="/op/121715/our-medicine-services-one-page-template" style="width:260px; height: 129px;" title="Our Medicine Services"><img alt="Our Medicine Services" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/12/17/one-page-template-121715.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/121715/our-medicine-services-one-page-template" title="Our Medicine Services">Our Medicine Services</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 417px;" data-like = 131 data-set = 17> <div class="page-image"> <a class="thumbnail" href="/op/5551782/the-best-doctors-one-page-template" style="width:260px; height: 367px;" title="The Best Doctors"><img alt="The Best Doctors" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/55/51/one-page-template-5551782.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/55/51/one-page-template-full-5551782.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/5551782/the-best-doctors-one-page-template" title="The Best Doctors">The Best Doctors</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 249px;" data-like = 107 data-set = 20> <div class="page-image"> <a class="thumbnail" href="/op/6009813/couples-and-individual-therapy-one-page-template" style="width:260px; height: 199px;" title="Couples And Individual Therapy"><img alt="Couples And Individual Therapy" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/60/09/one-page-template-6009813.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6009813/couples-and-individual-therapy-one-page-template" title="Couples And Individual Therapy">Couples And Individual Therapy</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 946px;" data-like = 87 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/6108561/the-psyhology-center-one-page-template" style="width:260px; height: 896px;" title="The Psyhology Center"><img alt="The Psyhology Center" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/61/08/one-page-template-6108561.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> <a class="btn btn-default btn-sm expand-page-button pull-right page-more" href="#" data-url="https://images01.nicepagecdn.com/page/61/08/one-page-template-full-6108561.jpg">More ↓</a> </div> <div class="page-title one-row "> <a href="/op/6108561/the-psyhology-center-one-page-template" title="The Psyhology Center">The Psyhology Center</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 179px;" data-like = 379 > <div class="page-image"> <a class="thumbnail" href="/op/210497/services-of-our-medical-center-one-page-template" style="width:260px; height: 129px;" title="Services Of Our Medical Center"><img alt="Services Of Our Medical Center" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/21/04/one-page-template-210497.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/210497/services-of-our-medical-center-one-page-template" title="Services Of Our Medical Center">Services Of Our Medical Center</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 172px;" data-like = 62 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/6215726/highly-qualified-dental-services-one-page-template" style="width:260px; height: 122px;" title="Highly-Qualified Dental Services One Page Template"><img alt="Highly-Qualified Dental Services One Page Template" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/62/15/one-page-template-6215726.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6215726/highly-qualified-dental-services-one-page-template" title="Highly-Qualified Dental Services One Page Template">Highly-Qualified Dental Services One Page Template</a> </div> </li> <li class="thumbnail-item" style="width: 260px; height: 460px;"> <div class="download-block white-block" style="background-color: #ffffff; "> <img class="lazyload" data-src="//images01.nicepage.com/thumbs/a122014e1e8cdf24af08f98c/de4b91b424635284ad7ea46f/templates-small-animation-color_150.gif" alt="The Biggest Template Collection" /> <div style="color: #3c3c3c;" class="download-title">The Biggest Template Collection</div> <a class="btn btn-lg download-btn" href="/download" type="button" style="background-color: #ec311e;">Download</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 211px;" data-like = 319 data-set = 20> <div class="page-image"> <a class="thumbnail" href="/op/409169/explore-our-medical-services-one-page-template" style="width:260px; height: 161px;" title="Explore Our Medical Services"><img alt="Explore Our Medical Services" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/40/91/one-page-template-409169.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/409169/explore-our-medical-services-one-page-template" title="Explore Our Medical Services">Explore Our Medical Services</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 218px;" data-like = 228 data-set = 18> <div class="page-image"> <a class="thumbnail" href="/op/1966553/virtual-care-one-page-template" style="width:260px; height: 168px;" title="Virtual Care"><img alt="Virtual Care" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/19/66/one-page-template-1966553.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/1966553/virtual-care-one-page-template" title="Virtual Care">Virtual Care</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 190px;" data-like = 93 data-set = 20> <div class="page-image"> <a class="thumbnail" href="/op/6009425/psychology-services-one-page-template" style="width:260px; height: 140px;" title="Psychology Services"><img alt="Psychology Services" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/60/09/one-page-template-6009425.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6009425/psychology-services-one-page-template" title="Psychology Services">Psychology Services</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 261px;" data-like = 215 data-set = 17> <div class="page-image"> <a class="thumbnail" href="/op/2057440/select-clinic-service-one-page-template" style="width:260px; height: 211px;" title="Select Clinic Service"><img alt="Select Clinic Service" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/20/57/one-page-template-2057440.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/2057440/select-clinic-service-one-page-template" title="Select Clinic Service">Select Clinic Service</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 184px;" data-like = 471 > <div class="page-image"> <a class="thumbnail" href="/op/42389/quick-medical-assistance-one-page-template" style="width:260px; height: 134px;" title="Quick Medical Assistance"><img alt="Quick Medical Assistance" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/42/38/one-page-template-42389.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/42389/quick-medical-assistance-one-page-template" title="Quick Medical Assistance">Quick Medical Assistance</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 281px;" data-like = 303 > <div class="page-image"> <a class="thumbnail" href="/op/326414/general-dentistry-services-one-page-template" style="width:260px; height: 231px;" title="General Dentistry Services"><img alt="General Dentistry Services" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/32/64/one-page-template-326414.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/326414/general-dentistry-services-one-page-template" title="General Dentistry Services">General Dentistry Services</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 188px;" data-like = 293 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/326049/complete-and-painless-treatment-one-page-template" style="width:260px; height: 138px;" title="Complete And Painless Treatment"><img alt="Complete And Painless Treatment" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/32/60/one-page-template-326049.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/326049/complete-and-painless-treatment-one-page-template" title="Complete And Painless Treatment">Complete And Painless Treatment</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 219px;" data-like = 285 data-set = 25> <div class="page-image"> <a class="thumbnail" href="/op/411497/health-center-one-page-template" style="width:260px; height: 169px;" title="Health Center"><img alt="Health Center" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/41/14/one-page-template-411497.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/411497/health-center-one-page-template" title="Health Center">Health Center</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 231px;" data-like = 281 > <div class="page-image"> <a class="thumbnail" href="/op/391418/healthcare-team-one-page-template" style="width:260px; height: 181px;" title="Healthcare Team"><img alt="Healthcare Team" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/39/14/one-page-template-391418.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/391418/healthcare-team-one-page-template" title="Healthcare Team">Healthcare Team</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 200px;" data-like = 190 data-set = 17> <div class="page-image"> <a class="thumbnail" href="/op/2057451/the-hospital-future-one-page-template" style="width:260px; height: 150px;" title="The Hospital Future One Page Template"><img alt="The Hospital Future One Page Template" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/20/57/one-page-template-2057451.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/2057451/the-hospital-future-one-page-template" title="The Hospital Future One Page Template">The Hospital Future One Page Template</a> </div> </li> <li class="thumbnail-item" style="width: 260px; height: 420px;"> <div class="download-block " style="background-color: #363636; "> <img class="lazyload" data-src="//images01.nicepage.com/thumbs/a122014e1e8cdf24af08f98c/856e5d129c4a51379c1f87c3/template-builder-dark_150.gif" alt="Easy Template Builder" /> <div style="color: #ffffff;" class="download-title">Easy Template Builder</div> <a class="btn btn-lg download-btn" href="/download" type="button" style="background-color: #cd30c0;">Download</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 278px;" data-like = 166 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/2773232/professional-teeth-treatment-one-page-template" style="width:260px; height: 228px;" title="Professional Teeth Treatment"><img alt="Professional Teeth Treatment" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/27/73/one-page-template-2773232.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/2773232/professional-teeth-treatment-one-page-template" title="Professional Teeth Treatment">Professional Teeth Treatment</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 216px;" data-like = 248 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/324084/how-we-care-for-you-one-page-template" style="width:260px; height: 166px;" title="How We Care For You"><img alt="How We Care For You" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/32/40/one-page-template-324084.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/324084/how-we-care-for-you-one-page-template" title="How We Care For You">How We Care For You</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 212px;" data-like = 299 > <div class="page-image"> <a class="thumbnail" href="/op/194381/find-a-doctor-one-page-template" style="width:260px; height: 162px;" title="Find A Doctor"><img alt="Find A Doctor" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/19/43/one-page-template-194381.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/194381/find-a-doctor-one-page-template" title="Find A Doctor">Find A Doctor</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 243px;" data-like = 70 data-set = 20> <div class="page-image"> <a class="thumbnail" href="/op/6009193/flexible-support-that-fits-around-your-lifestyle-one-page-template" style="width:260px; height: 193px;" title="Flexible Support That Fits Around Your Lifestyle"><img alt="Flexible Support That Fits Around Your Lifestyle" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/60/09/one-page-template-6009193.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6009193/flexible-support-that-fits-around-your-lifestyle-one-page-template" title="Flexible Support That Fits Around Your Lifestyle">Flexible Support That Fits Around Your Lifestyle</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 286px;" data-like = 70 data-set = 20> <div class="page-image"> <a class="thumbnail" href="/op/6009263/our-therapists-one-page-template" style="width:260px; height: 236px;" title="Our Therapists"><img alt="Our Therapists" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/60/09/one-page-template-6009263.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6009263/our-therapists-one-page-template" title="Our Therapists">Our Therapists</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 203px;" data-like = 275 > <div class="page-image"> <a class="thumbnail" href="/op/142722/accredited-pathology-laboratory-one-page-template" style="width:260px; height: 153px;" title="Accredited Pathology Laboratory"><img alt="Accredited Pathology Laboratory" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/14/27/one-page-template-142722.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/142722/accredited-pathology-laboratory-one-page-template" title="Accredited Pathology Laboratory">Accredited Pathology Laboratory</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 231px;" data-like = 54 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/6150771/group-therapy-center-one-page-template" style="width:260px; height: 181px;" title="Group Therapy Center"><img alt="Group Therapy Center" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/61/50/one-page-template-6150771.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6150771/group-therapy-center-one-page-template" title="Group Therapy Center">Group Therapy Center</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 371px;" data-like = 59 data-set = 19> <div class="page-image"> <a class="thumbnail" href="/op/6107262/how-psychotherapy-works-one-page-template" style="width:260px; height: 321px;" title="How Psychotherapy Works"><img alt="How Psychotherapy Works" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/61/07/one-page-template-6107262.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6107262/how-psychotherapy-works-one-page-template" title="How Psychotherapy Works">How Psychotherapy Works</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 173px;" data-like = 41 data-set = 24> <div class="page-image"> <a class="thumbnail" href="/op/6215717/list-of-dental-services-one-page-template" style="width:260px; height: 123px;" title="List Of Dental Services"><img alt="List Of Dental Services" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/62/15/one-page-template-6215717.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/6215717/list-of-dental-services-one-page-template" title="List Of Dental Services">List Of Dental Services</a> </div> </li> <li class="thumbnail-item title-one-row" data-height="0" style="width: 260px; height: 307px;" data-like = 206 data-set = 13> <div class="page-image"> <a class="thumbnail" href="/op/779037/survery-medical-center-one-page-template" style="width:260px; height: 257px;" title="Survery Medical Center One Page Template"><img alt="Survery Medical Center One Page Template" class="media-image lazyload noversion" data-src="https://images01.nicepagecdn.com/page/77/90/one-page-template-779037.jpg" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" style="max-width:100%;" /></a> </div> <div class="page-title one-row "> <a href="/op/779037/survery-medical-center-one-page-template" title="Survery Medical Center One Page Template">Survery Medical Center One Page Template</a> </div> </li> </ul> <div class="nav-buttons"> <a class="btn btn-lg btn-default" href="https://nicepage.com/c/medicine-science-one-page-template?page=2" type="button">Next >></a> </div> </div> </div> </div> </div> <br/> <div class="row"> <div class="col-md-12"> <div class="templates-block"> <h2 class="">One Page Template Categories</h2> <div class="thumbnail-slider"> <div class="thumbnail-slider-viewport-wrapper"> <div class="thumbnail-slider-viewport"> <div class="thumbnail-slider-list"> <a href="/c/art-design-one-page-template" data-title="Art &amp; Design" title="Art &amp; Design One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Art &amp; Design One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/23/07/one-page-template-23071.jpg" class="lazyload" /> </span> </a> <a href="/c/business-law-one-page-template" data-title="Business &amp; Law" title="Business &amp; Law One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Business &amp; Law One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/82/54/one-page-template-82540.jpg" class="lazyload" /> </span> </a> <a href="/c/technology-one-page-template" data-title="Technology" title="Technology One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Technology One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/66/14/one-page-template-66149.jpg" class="lazyload" /> </span> </a> <a href="/c/food-restaurant-one-page-template" data-title="Food &amp; Restaurant" title="Food &amp; Restaurant One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Food &amp; Restaurant One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/87/43/one-page-template-87432.jpg" class="lazyload" /> </span> </a> <a href="/c/architecture-building-one-page-template" data-title="Architecture &amp; Building" title="Architecture &amp; Building One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Architecture &amp; Building One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/66/95/one-page-template-66953.jpg" class="lazyload" /> </span> </a> <a href="/c/fashion-beauty-one-page-template" data-title="Fashion &amp; Beauty" title="Fashion &amp; Beauty One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Fashion &amp; Beauty One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/25/12/one-page-template-25122.jpg" class="lazyload" /> </span> </a> <a href="/c/education-one-page-template" data-title="Education" title="Education One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Education One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/29/37/one-page-template-29376.jpg" class="lazyload" /> </span> </a> <a href="/c/industrial-one-page-template" data-title="Industrial" title="Industrial One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Industrial One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/60/52/one-page-template-60525.jpg" class="lazyload" /> </span> </a> <a href="/c/interior-one-page-template" data-title="Interior" title="Interior One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Interior One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/35/41/one-page-template-35411.jpg" class="lazyload" /> </span> </a> <a href="/c/cars-transportation-one-page-template" data-title="Cars &amp; Transportation" title="Cars &amp; Transportation One Page Templates"> <span style="width: 150px; height: 272px;"> <img alt="Cars &amp; Transportation One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/19/50/one-page-template-19500.jpg" class="lazyload" /> </span> </a> <a href="/c/travel-hotels-one-page-template" data-title="Travel &amp; Hotels" title="Travel &amp; Hotels One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Travel &amp; Hotels One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/28/88/one-page-template-28885.jpg" class="lazyload" /> </span> </a> <a href="/c/sports-one-page-template" data-title="Sports" title="Sports One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Sports One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/60/21/one-page-template-60211.jpg" class="lazyload" /> </span> </a> <a href="/c/music-entertainment-one-page-template" data-title="Music &amp; Entertainment" title="Music &amp; Entertainment One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Music &amp; Entertainment One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/19/53/one-page-template-19530.jpg" class="lazyload" /> </span> </a> <a href="/c/sale-one-page-template" data-title="Sale" title="Sale One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Sale One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/83/73/one-page-template-83730.jpg" class="lazyload" /> </span> </a> <a href="/c/nature-one-page-template" data-title="Nature" title="Nature One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Nature One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/17/05/one-page-template-17055.jpg" class="lazyload" /> </span> </a> <a href="/c/medicine-science-one-page-template" data-title="Medicine &amp; Science" title="Medicine &amp; Science One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Medicine &amp; Science One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/16/75/one-page-template-16755.jpg" class="lazyload" /> </span> </a> <a href="/c/wedding-one-page-template" data-title="Wedding" title="Wedding One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Wedding One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/31/32/one-page-template-31323.jpg" class="lazyload" /> </span> </a> <a href="/c/real-estate-one-page-template" data-title="Real Estate" title="Real Estate One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Real Estate One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/29/64/one-page-template-29649.jpg" class="lazyload" /> </span> </a> <a href="/c/pets-animals-one-page-template" data-title="Pets &amp; Animals" title="Pets &amp; Animals One Page Templates"> <span style="width: 150px; height: 275px;"> <img alt="Pets &amp; Animals One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/66/64/one-page-template-66646.jpg" class="lazyload" /> </span> </a> </div> </div> </div> <a class="thumbnail-slider-control left off" href="#" rel="noopener" aria-label="thumbnail slider show more"> <span class="thumbnail-slider-control-btn"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> <path fill="currentColor" d="M9.53 11.71L5.99 8.18a.25.25 0 0 1 0-.36L9.53 4.3a.75.75 0 1 0-1.06-1.06L4.93 6.76c-.68.69-.68 1.8 0 2.48l3.54 3.53a.75.75 0 0 0 1.06-1.06z"></path> </svg> </span> </a> <a class="thumbnail-slider-control right" href="#" rel="noopener" aria-label="thumbnail slider show more"> <span class="thumbnail-slider-control-btn"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> <path fill="currentColor" d="M6.47 4.29l3.54 3.53c.1.1.1.26 0 .36L6.47 11.7a.75.75 0 1 0 1.06 1.06l3.54-3.53c.68-.69.68-1.8 0-2.48L7.53 3.23a.75.75 0 0 0-1.06 1.06z"></path> </svg> </span> </a> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="templates-block block-slider"> <h2 class="">One Page Template Designs</h2> <div class="thumbnail-slider"> <div class="thumbnail-slider-viewport-wrapper"> <div class="thumbnail-slider-viewport"> <div class="thumbnail-slider-list"> <a href="/c/text-on-image-one-page-template" data-title="Text On Image" title="Text On Image One Page Templates"> <span style="width: 262px; height: 149px;"> <img alt="Text On Image One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/44/54/one-page-template-44542.jpg" class="lazyload" /> </span> </a> <a href="/c/full-width-slider-one-page-template" data-title="Full Width Slider" title="Full Width Slider One Page Templates"> <span style="width: 262px; height: 169px;"> <img alt="Full Width Slider One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/79/34/one-page-template-79343.jpg" class="lazyload" /> </span> </a> <a href="/c/features-one-page-template" data-title="Features" title="Features One Page Templates"> <span style="width: 262px; height: 186px;"> <img alt="Features One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/71/13/one-page-template-71130.jpg" class="lazyload" /> </span> </a> <a href="/c/contacts-one-page-template" data-title="Contacts" title="Contacts One Page Templates"> <span style="width: 262px; height: 196px;"> <img alt="Contacts One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/67/19/one-page-template-67195.jpg" class="lazyload" /> </span> </a> <a href="/c/about-us-one-page-template" data-title="About Us" title="About Us One Page Templates"> <span style="width: 262px; height: 144px;"> <img alt="About Us One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/70/88/one-page-template-70880.jpg" class="lazyload" /> </span> </a> <a href="/c/wide-one-page-template" data-title="Wide" title="Wide One Page Templates"> <span style="width: 262px; height: 164px;"> <img alt="Wide One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/48/71/one-page-template-48719.jpg" class="lazyload" /> </span> </a> <a href="/c/shapes-one-page-template" data-title="Shapes" title="Shapes One Page Templates"> <span style="width: 262px; height: 201px;"> <img alt="Shapes One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/12/54/one-page-template-125443.jpg" class="lazyload" /> </span> </a> <a href="/c/split-one-page-template" data-title="Split" title="Split One Page Templates"> <span style="width: 262px; height: 142px;"> <img alt="Split One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/98/06/one-page-template-98067.jpg" class="lazyload" /> </span> </a> <a href="/c/over-grid-one-page-template" data-title="Over Grid" title="Over Grid One Page Templates"> <span style="width: 262px; height: 160px;"> <img alt="Over Grid One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/42/64/one-page-template-42649.jpg" class="lazyload" /> </span> </a> <a href="/c/group-one-page-template" data-title="Group" title="Group One Page Templates"> <span style="width: 262px; height: 166px;"> <img alt="Group One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/10/07/one-page-template-100761.jpg" class="lazyload" /> </span> </a> <a href="/c/layered-images-one-page-template" data-title="Layered Images" title="Layered Images One Page Templates"> <span style="width: 206px; height: 180px;"> <img alt="Layered Images One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/67/57/one-page-template-67575.jpg" class="lazyload" /> </span> </a> <a href="/c/gallery-one-page-template" data-title="Gallery" title="Gallery One Page Templates"> <span style="width: 262px; height: 159px;"> <img alt="Gallery One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/76/40/one-page-template-76408.jpg" class="lazyload" /> </span> </a> <a href="/c/tiles-one-page-template" data-title="Tiles" title="Tiles One Page Templates"> <span style="width: 262px; height: 180px;"> <img alt="Tiles One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/11/17/one-page-template-111713.jpg" class="lazyload" /> </span> </a> <a href="/c/grid-one-page-template" data-title="Grid" title="Grid One Page Templates"> <span style="width: 232px; height: 180px;"> <img alt="Grid One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/70/46/one-page-template-70461.jpg" class="lazyload" /> </span> </a> <a href="/c/grid-repeater-one-page-template" data-title="Grid Repeater" title="Grid Repeater One Page Templates"> <span style="width: 262px; height: 180px;"> <img alt="Grid Repeater One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/85/97/one-page-template-85970.jpg" class="lazyload" /> </span> </a> <a href="/c/overlap-block-one-page-template" data-title="Overlap Block" title="Overlap Block One Page Templates"> <span style="width: 229px; height: 180px;"> <img alt="Overlap Block One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/69/14/one-page-template-69144.jpg" class="lazyload" /> </span> </a> <a href="/c/modal-popup-one-page-template" data-title="Modal Popup" title="Modal Popup One Page Templates"> <span style="width: 230px; height: 180px;"> <img alt="Modal Popup One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/12/37/one-page-template-123701.jpg" class="lazyload" /> </span> </a> <a href="/c/slider-one-page-template" data-title="Slider" title="Slider One Page Templates"> <span style="width: 262px; height: 148px;"> <img alt="Slider One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/96/54/one-page-template-96542.jpg" class="lazyload" /> </span> </a> <a href="/c/thirds-one-page-template" data-title="Thirds" title="Thirds One Page Templates"> <span style="width: 262px; height: 161px;"> <img alt="Thirds One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/44/83/one-page-template-44833.jpg" class="lazyload" /> </span> </a> <a href="/c/product-list-one-page-template" data-title="Product List" title="Product List One Page Templates"> <span style="width: 262px; height: 123px;"> <img alt="Product List One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/86/25/one-page-template-86258.jpg" class="lazyload" /> </span> </a> <a href="/c/product-details-one-page-template" data-title="Product Details" title="Product Details One Page Templates"> <span style="width: 262px; height: 111px;"> <img alt="Product Details One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/11/51/one-page-template-115128.jpg" class="lazyload" /> </span> </a> <a href="/c/blog-posts-one-page-template" data-title="Blog Posts" title="Blog Posts One Page Templates"> <span style="width: 262px; height: 183px;"> <img alt="Blog Posts One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/92/45/one-page-template-92455.jpg" class="lazyload" /> </span> </a> <a href="/c/brands-one-page-template" data-title="Brands" title="Brands One Page Templates"> <span style="width: 262px; height: 120px;"> <img alt="Brands One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/83/93/one-page-template-83936.jpg" class="lazyload" /> </span> </a> <a href="/c/testimonials-one-page-template" data-title="Testimonials" title="Testimonials One Page Templates"> <span style="width: 262px; height: 108px;"> <img alt="Testimonials One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/66/41/one-page-template-66411.jpg" class="lazyload" /> </span> </a> <a href="/c/video-one-page-template" data-title="Video" title="Video One Page Templates"> <span style="width: 262px; height: 112px;"> <img alt="Video One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/42/68/one-page-template-42685.jpg" class="lazyload" /> </span> </a> <a href="/c/counter-one-page-template" data-title="Counter" title="Counter One Page Templates"> <span style="width: 262px; height: 111px;"> <img alt="Counter One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/41/10/one-page-template-41107.jpg" class="lazyload" /> </span> </a> <a href="/c/contact-form-one-page-template" data-title="Contact Form" title="Contact Form One Page Templates"> <span style="width: 262px; height: 139px;"> <img alt="Contact Form One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/10/87/one-page-template-108738.jpg" class="lazyload" /> </span> </a> <a href="/c/text-one-page-template" data-title="Text" title="Text One Page Templates"> <span style="width: 262px; height: 129px;"> <img alt="Text One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/95/49/one-page-template-95498.jpg" class="lazyload" /> </span> </a> <a href="/c/text-button-one-page-template" data-title="Text &amp; Button" title="Text &amp; Button One Page Templates"> <span style="width: 262px; height: 105px;"> <img alt="Text &amp; Button One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/58/98/one-page-template-58981.jpg" class="lazyload" /> </span> </a> <a href="/c/pricing-one-page-template" data-title="Pricing" title="Pricing One Page Templates"> <span style="width: 262px; height: 154px;"> <img alt="Pricing One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/90/66/one-page-template-90665.jpg" class="lazyload" /> </span> </a> <a href="/c/team-one-page-template" data-title="Team" title="Team One Page Templates"> <span style="width: 262px; height: 186px;"> <img alt="Team One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/10/83/one-page-template-108329.jpg" class="lazyload" /> </span> </a> <a href="/c/table-one-page-template" data-title="Table" title="Table One Page Templates"> <span style="width: 262px; height: 148px;"> <img alt="Table One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/87/39/one-page-template-87393.jpg" class="lazyload" /> </span> </a> <a href="/c/tabs-one-page-template" data-title="Tabs" title="Tabs One Page Templates"> <span style="width: 262px; height: 109px;"> <img alt="Tabs One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/92/92/one-page-template-92929.jpg" class="lazyload" /> </span> </a> <a href="/c/accordion-one-page-template" data-title="Accordion" title="Accordion One Page Templates"> <span style="width: 262px; height: 142px;"> <img alt="Accordion One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/23/06/one-page-template-230672.jpg" class="lazyload" /> </span> </a> <a href="/c/faq-one-page-template" data-title="FAQ" title="FAQ One Page Templates"> <span style="width: 262px; height: 166px;"> <img alt="FAQ One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/27/28/one-page-template-272899.jpg" class="lazyload" /> </span> </a> <a href="/c/social-one-page-template" data-title="Social" title="Social One Page Templates"> <span style="width: 262px; height: 144px;"> <img alt="Social One Page Templates" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" data-src="https://images01.nicepagecdn.com/page/66/07/one-page-template-66078.jpg" class="lazyload" /> </span> </a> </div> </div> </div> <a class="thumbnail-slider-control left off" href="#" rel="noopener" aria-label="thumbnail slider show more"> <span class="thumbnail-slider-control-btn"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> <path fill="currentColor" d="M9.53 11.71L5.99 8.18a.25.25 0 0 1 0-.36L9.53 4.3a.75.75 0 1 0-1.06-1.06L4.93 6.76c-.68.69-.68 1.8 0 2.48l3.54 3.53a.75.75 0 0 0 1.06-1.06z"></path> </svg> </span> </a> <a class="thumbnail-slider-control right" href="#" rel="noopener" aria-label="thumbnail slider show more"> <span class="thumbnail-slider-control-btn"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> <path fill="currentColor" d="M6.47 4.29l3.54 3.53c.1.1.1.26 0 .36L6.47 11.7a.75.75 0 1 0 1.06 1.06l3.54-3.53c.68-.69.68-1.8 0-2.48L7.53 3.23a.75.75 0 0 0-1.06 1.06z"></path> </svg> </span> </a> </div> </div> </div> </div> </div> <div class="last-custom-block"> <div class="row"> <div class="col-md-12"> <div class="seo-text-block"> <h2>Medicine &amp; Science Website Templates</h2> <p>Use <strong>Medicine &amp; Science Website Templates</strong> to build a health care website, built on a fully responsive html5 and css3 science web template, spreads vital information on the internet and attracts more customers without the use of a global community of web designers and developers. 100% responsive design of free HTML templates in bootstrap framework provides responsive layout for a dental clinic, a science lab, and creates similar to Clariwell medical laboratory research template, which will help you build a medical responsive website template for your excellent medical website HTML templates. Responsive Medical &amp; Health template with business WordPress themes is based on template kits similar to such site templates as bio science HTML template, Envato market web themes templates, laboratory &amp; science research template, Novalab science research laboratory template, and Medicalpro scientific research HTML template. Free website responsive bootstrap photos web templates and admin templates equip your dental clinic hospital lab centers and healthcare website with a technology PSD template to design this lab science home page of a template health website more attractive on social media. Responsive Medical WordPress Theme allows free download medical research html5 template for science research template without its content blocks any custom elements.</p> <p>Health &amp; Medical HTML5 Template creates science website theme free of free website templates limitation. HTML5 website is SEO optimized valid web wpbakery page builder based on retina ready bootstrap templates. HTML5 CSS templates free WordPress themes utilize the best laboratory research PSD template for its unlimited photos, graphic assets, header and footer, grid system, and booking form. Health and medical HTML website must-have WordPress plugins create the web design video assets for your dental care or medical care centers, forensic labs, chemistry labs, or a medical center's food restaurant. It has automatically applied the parallax effect for full-width photo gallery, sign up button, google maps to contact information and google web email address to fill the appointment form. First, your medical hospital requires a medical logo maker to attract attention without the need to use adobe photoshop cc and other outside sound effects templates and Toyou on Envato studio design video assets. Bootstrap 5 responsive RTL web elements and Envato elements mixed to create laboratory medical health HTML template with free video stock footage of care medical apple motion templates. 4 demo Bootstrap 5 web templates graphic provide projects faster web design that allows science laboratory research user template to be more exquisite. Science medical WordPress themes are great for responsive website HTML5 themes templates and can be amplified by PSD template and science research HTML responsive website template. Use drag &amp; drop demo import to explore popular categories for medical health template, health care lab, laboratory visual page builder, and the best royalty free music. Similar to Osaka lab science laboratory and medicare health HTML template, our tools give the possibility for selling royalty free music.</p> <p>Medical laboratory pharmaceutical WordPress theme and laboratory research WordPress theme both use science lab responsive PSD template for science lab responsive web template to make specialty pages more unique. 2 sided responsive website template and business logo maker make your business medical hospital WordPress theme for landing page health one page laboratory template a stand-out example. Science company website template help center provides template free demo download of laboratory and science research HTML5 template, which you can add to cart as well as email templates and various free website templates. Free templates for agency health medical science website mobile templates take care of medical health websites using a real estate logo maker and modern design responsive template. WordPress website landing page templates with modern design and responsive medical science lab website templates allow creating Unbounce landing pages with immediate choice of most popular medical and health hospital services цшер background music. Even last year, a maxi health medical fully responsive template with unlimited downloads of landing page design templates can help you start selling your products and services.</p> </div> </div> </div> </div> </section> <div id="push"></div> </div> <div class="footer"> <div class="footer-top"> <div class="container"> <style> .footer-top a { color: #ddd !important; font-size: 16px; } </style> <div class="row"> <div class="col-md-2 col-sm-6 col-xs-12"> <h6>Company</h6> <ul> <li><a href="/Terms">Terms of Use</a></li> <li><a href="/Privacy">Privacy Policy</a></li> <li><a href="/Agreement">License Agreement</a></li> <li><a href="/About">About Us</a></li> <li><a href="/partners">Partners</a></li> <li><a href="/Abuse">Abuse</a></li> <li><a href="/Forum/Topic/Create">Contact Support</a></li> </ul> </div> <div class="col-md-2 col-sm-6 col-xs-12"> <h6>Product</h6> <ul> <li><a href="/doc/frequently-asked-questions-16656">FAQ</a></li> <li><a href="/download">Download</a></li> <li><a href="/features">400+ Features</a></li> <li><a href="/affiliates">Affiliates</a></li> <li><a href="/doc">Documentation</a></li> <li><a href="/forum">Forum</a></li> <li><a href="/blog">Blog</a></li> </ul> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <h6><a href="/templates">Themes & Templates</a></h6> <ul> <li><a href="/website-templates">Website Templates</a></li> <li><a href="/wordpress-themes">WordPress Themes</a></li> <li><a href="/html-templates">HTML Templates</a></li> <li><a href="/css-templates">CSS Templates</a></li> <li><a href="/joomla-templates">Joomla Templates</a></li> <li><a href="/html5-template">HTML5 Templates</a></li> <li><a href="/one-page-template">One Page Templates</a></li> </ul> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <h6>Nicepage</h6> <ul> <li><a href="/website-builder">Website Builder</a></li> <li><a href="/html-website-builder">HTML Website Builder</a></li> <li><a href="/wordpress-website-builder">WordPress Website Builder</a></li> <li><a href="/joomla-page-builder">Joomla Page Builder</a></li> <li><a href="/wysiwyg-html-editor">WYSIWYG HTML Editor</a></li> <li><a href="/static-site-generator">Static Site Generator</a></li> <li><a href="/html-code">HTML Code Generator</a></li> </ul> </div> <div class="col-md-2 col-sm-6 col-xs-12"> <h6>Web Design</h6> <ul> <li><a href="/website-design">Website Designs</a></li> <li><a href="/web-page-design">Web Page Designs</a></li> <li><a href="/ecommerce-templates">eCommerce Designs</a></li> <li><a href="/landing-page">Landing Pages</a></li> <li><a href="/homepage-design">Homepage Designs</a></li> <li><a href="/website-mockup">Website Mockup</a></li> </ul> </div> </div> </div> </div> <div class="footer-bottom"> <div class="container"> <div class="row"> <div id="footer-links" class="footer-inline col-sm-12 pull-right"> <div style="white-space: nowrap; float: left; text-align: left;"> <div class="row"> <div class="col-sm-3"> <a href="https://facebook.com/nicepageapp" rel="noreferrer" target="_blank" style="margin-right: 10px;"> <svg x="0px" y="0px" viewBox="0 0 112.2 112.2" style="width: 24px;"> <circle fill="#3B5998" cx="56.1" cy="56.1" r="55"></circle> <path fill="#FFFFFF" d="M73.5,31.6h-9.1c-1.4,0-3.6,0.8-3.6,3.9v8.5h12.6L72,58.3H60.8v40.8H43.9V58.3h-8V43.9h8v-9.2 c0-6.7,3.1-17,17-17h12.5v13.9H73.5z"></path> </svg><span style="position: relative;top: -7px;margin-left: 5px;">Facebook</span></a> </div> <div class="col-sm-3"> <a href="https://twitter.com/NicepageApp" rel="noreferrer" target="_blank" style="margin-right: 10px;"> <svg x="0px" y="0px" viewBox="0 0 112.2 112.2" style="width: 24px;"> <circle fill="#55ACEE" class="st0" cx="56.1" cy="56.1" r="55"/> <path fill="#FFFFFF" d="M83.8,47.3c0,0.6,0,1.2,0,1.7c0,17.7-13.5,38.2-38.2,38.2C38,87.2,31,85,25,81.2c1,0.1,2.1,0.2,3.2,0.2 c6.3,0,12.1-2.1,16.7-5.7c-5.9-0.1-10.8-4-12.5-9.3c0.8,0.2,1.7,0.2,2.5,0.2c1.2,0,2.4-0.2,3.5-0.5c-6.1-1.2-10.8-6.7-10.8-13.1 c0-0.1,0-0.1,0-0.2c1.8,1,3.9,1.6,6.1,1.7c-3.6-2.4-6-6.5-6-11.2c0-2.5,0.7-4.8,1.8-6.7c6.6,8.1,16.5,13.5,27.6,14 c-0.2-1-0.3-2-0.3-3.1c0-7.4,6-13.4,13.4-13.4c3.9,0,7.3,1.6,9.8,4.2c3.1-0.6,5.9-1.7,8.5-3.3c-1,3.1-3.1,5.8-5.9,7.4 c2.7-0.3,5.3-1,7.7-2.1C88.7,43,86.4,45.4,83.8,47.3z"/> </svg><span style="position: relative;top: -7px;margin-left: 5px;">Twitter</span></a> </div> <div class="col-sm-3"> <a href="https://youtube.com/nicepage?sub_confirmation=1" rel="noreferrer" target="_blank" style="margin-right: 10px;"> <svg x="0px" y="0px" viewBox="0 0 112.2 112.2" style="width: 24px;"> <circle fill="#D22215" cx="56.1" cy="56.1" r="55"></circle> <path fill="#FFFFFF" d="M74.9,33.3H37.3c-7.4,0-13.4,6-13.4,13.4v18.8c0,7.4,6,13.4,13.4,13.4h37.6c7.4,0,13.4-6,13.4-13.4V46.7 C88.3,39.3,82.3,33.3,74.9,33.3L74.9,33.3z M65.9,57l-17.6,8.4c-0.5,0.2-1-0.1-1-0.6V47.5c0-0.5,0.6-0.9,1-0.6l17.6,8.9 C66.4,56,66.4,56.8,65.9,57L65.9,57z"></path> </svg><span style="position: relative;top: -7px;margin-left: 5px;">YouTube</span></a> </div> <div class="col-sm-3"> <a href="https://www.pinterest.com/nicepagecom/pins" rel="noreferrer" target="_blank" style="margin-right: 10px;"> <svg x="0px" y="0px" viewBox="0 0 112.2 112.2" style="width: 24px;"> <circle fill="#CB2027" cx="56.1" cy="56.1" r="55"></circle> <path fill="#FFFFFF" d="M61.1,76.9c-4.7-0.3-6.7-2.7-10.3-5c-2,10.7-4.6,20.9-11.9,26.2c-2.2-16.1,3.3-28.2,5.9-41 c-4.4-7.5,0.6-22.5,9.9-18.8c11.6,4.6-10,27.8,4.4,30.7C74.2,72,80.3,42.8,71,33.4C57.5,19.6,31.7,33,34.9,52.6 c0.8,4.8,5.8,6.2,2,12.9c-8.7-1.9-11.2-8.8-10.9-17.8C26.5,32.8,39.3,22.5,52.2,21c16.3-1.9,31.6,5.9,33.7,21.2 C88.2,59.5,78.6,78.2,61.1,76.9z"></path> </svg><span style="position: relative;top: -7px;margin-left: 5px;">Pinterest</span></a> </div> </div> </div> <!-- <ul class="u-unstyled"> <li><a href="/pricing">Premium</a></li> <li>|</li> <li><a href="/affiliates">Affiliates</a></li> <li>|</li> <li><a href="/Forum/Topic/Create?private=1">Contact Support</a></li> <li>|</li> <li><a href="/About">About</a></li> <li>|</li> <li><a href="/Terms">Terms</a></li> <li>|</li> <li><a href="/Privacy">Privacy</a></li> <li>|</li> <li><a href="/Agreement">License</a></li> </ul> --> <div class="copy">&copy; 2025 Nicepage Free Website Builder Software - All Rights Reserved</div> </div> </div> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10