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

		
   
		 <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/ajax/libs/jquery/3.7.1/jquery.min.js?ver=1724245980" defer></script> 
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/jquery.js?ver=1724245980" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/bootstrap/3.0.2/js/bootstrap.min.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/vr235d1.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/js_injector_535d1.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/js_injector_735d1.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/js_injector_2535d1.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/js_injector_2735d1.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/jquery.cookie.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/adobetracking.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/js_injector_9.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/validator.js?ver=1724245981" defer></script>
<!-- 		<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://cdn.jsdelivr.net/jquery.validation/1.13.1/jquery.validate.js"></script> -->
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/npm/jquery-validation@1.19.3/dist/jquery.validate.min.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/parallax.js/js/parallax.min.js?ver=1724245981" defer></script>
		<script type="rocketlazyloadscript" data-rocket-src="https://verticalresponse.com/wp-content/themes/verticalresponse/js/wow.min.js" defer></script>
		<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/pay-as-you-go.js?ver=1724245981" defer></script>
		<style type="text/css">
			h1, h2, h3, h4, h5, h6, p, a, footer {font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;}
		</style>

	<script data-cfasync="false" data-no-defer="1" data-no-minify="1" data-no-optimize="1">var ewww_webp_supported=!1;function check_webp_feature(A,e){var w;e=void 0!==e?e:function(){},ewww_webp_supported?e(ewww_webp_supported):((w=new Image).onload=function(){ewww_webp_supported=0<w.width&&0<w.height,e&&e(ewww_webp_supported)},w.onerror=function(){e&&e(!1)},w.src="data:image/webp;base64,"+{alpha:"UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA=="}[A])}check_webp_feature("alpha");</script><script data-cfasync="false" data-no-defer="1" data-no-minify="1" data-no-optimize="1">var Arrive=function(c,w){"use strict";if(c.MutationObserver&&"undefined"!=typeof HTMLElement){var r,a=0,u=(r=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector,{matchesSelector:function(e,t){return e instanceof HTMLElement&&r.call(e,t)},addMethod:function(e,t,r){var a=e[t];e[t]=function(){return r.length==arguments.length?r.apply(this,arguments):"function"==typeof a?a.apply(this,arguments):void 0}},callCallbacks:function(e,t){t&&t.options.onceOnly&&1==t.firedElems.length&&(e=[e[0]]);for(var r,a=0;r=e[a];a++)r&&r.callback&&r.callback.call(r.elem,r.elem);t&&t.options.onceOnly&&1==t.firedElems.length&&t.me.unbindEventWithSelectorAndCallback.call(t.target,t.selector,t.callback)},checkChildNodesRecursively:function(e,t,r,a){for(var i,n=0;i=e[n];n++)r(i,t,a)&&a.push({callback:t.callback,elem:i}),0<i.childNodes.length&&u.checkChildNodesRecursively(i.childNodes,t,r,a)},mergeArrays:function(e,t){var r,a={};for(r in e)e.hasOwnProperty(r)&&(a[r]=e[r]);for(r in t)t.hasOwnProperty(r)&&(a[r]=t[r]);return a},toElementsArray:function(e){return e=void 0!==e&&("number"!=typeof e.length||e===c)?[e]:e}}),e=(l.prototype.addEvent=function(e,t,r,a){a={target:e,selector:t,options:r,callback:a,firedElems:[]};return this._beforeAdding&&this._beforeAdding(a),this._eventsBucket.push(a),a},l.prototype.removeEvent=function(e){for(var t,r=this._eventsBucket.length-1;t=this._eventsBucket[r];r--)e(t)&&(this._beforeRemoving&&this._beforeRemoving(t),(t=this._eventsBucket.splice(r,1))&&t.length&&(t[0].callback=null))},l.prototype.beforeAdding=function(e){this._beforeAdding=e},l.prototype.beforeRemoving=function(e){this._beforeRemoving=e},l),t=function(i,n){var o=new e,l=this,s={fireOnAttributesModification:!1};return o.beforeAdding(function(t){var e=t.target;e!==c.document&&e!==c||(e=document.getElementsByTagName("html")[0]);var r=new MutationObserver(function(e){n.call(this,e,t)}),a=i(t.options);r.observe(e,a),t.observer=r,t.me=l}),o.beforeRemoving(function(e){e.observer.disconnect()}),this.bindEvent=function(e,t,r){t=u.mergeArrays(s,t);for(var a=u.toElementsArray(this),i=0;i<a.length;i++)o.addEvent(a[i],e,t,r)},this.unbindEvent=function(){var r=u.toElementsArray(this);o.removeEvent(function(e){for(var t=0;t<r.length;t++)if(this===w||e.target===r[t])return!0;return!1})},this.unbindEventWithSelectorOrCallback=function(r){var a=u.toElementsArray(this),i=r,e="function"==typeof r?function(e){for(var t=0;t<a.length;t++)if((this===w||e.target===a[t])&&e.callback===i)return!0;return!1}:function(e){for(var t=0;t<a.length;t++)if((this===w||e.target===a[t])&&e.selector===r)return!0;return!1};o.removeEvent(e)},this.unbindEventWithSelectorAndCallback=function(r,a){var i=u.toElementsArray(this);o.removeEvent(function(e){for(var t=0;t<i.length;t++)if((this===w||e.target===i[t])&&e.selector===r&&e.callback===a)return!0;return!1})},this},i=new function(){var s={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};function n(e,t,r){return!(!u.matchesSelector(e,t.selector)||(e._id===w&&(e._id=a++),-1!=t.firedElems.indexOf(e._id)))&&(t.firedElems.push(e._id),!0)}var c=(i=new t(function(e){var t={attributes:!1,childList:!0,subtree:!0};return e.fireOnAttributesModification&&(t.attributes=!0),t},function(e,i){e.forEach(function(e){var t=e.addedNodes,r=e.target,a=[];null!==t&&0<t.length?u.checkChildNodesRecursively(t,i,n,a):"attributes"===e.type&&n(r,i)&&a.push({callback:i.callback,elem:r}),u.callCallbacks(a,i)})})).bindEvent;return i.bindEvent=function(e,t,r){t=void 0===r?(r=t,s):u.mergeArrays(s,t);var a=u.toElementsArray(this);if(t.existing){for(var i=[],n=0;n<a.length;n++)for(var o=a[n].querySelectorAll(e),l=0;l<o.length;l++)i.push({callback:r,elem:o[l]});if(t.onceOnly&&i.length)return r.call(i[0].elem,i[0].elem);setTimeout(u.callCallbacks,1,i)}c.call(this,e,t,r)},i},o=new function(){var a={};function i(e,t){return u.matchesSelector(e,t.selector)}var n=(o=new t(function(){return{childList:!0,subtree:!0}},function(e,r){e.forEach(function(e){var t=e.removedNodes,e=[];null!==t&&0<t.length&&u.checkChildNodesRecursively(t,r,i,e),u.callCallbacks(e,r)})})).bindEvent;return o.bindEvent=function(e,t,r){t=void 0===r?(r=t,a):u.mergeArrays(a,t),n.call(this,e,t,r)},o};d(HTMLElement.prototype),d(NodeList.prototype),d(HTMLCollection.prototype),d(HTMLDocument.prototype),d(Window.prototype);var n={};return s(i,n,"unbindAllArrive"),s(o,n,"unbindAllLeave"),n}function l(){this._eventsBucket=[],this._beforeAdding=null,this._beforeRemoving=null}function s(e,t,r){u.addMethod(t,r,e.unbindEvent),u.addMethod(t,r,e.unbindEventWithSelectorOrCallback),u.addMethod(t,r,e.unbindEventWithSelectorAndCallback)}function d(e){e.arrive=i.bindEvent,s(i,e,"unbindArrive"),e.leave=o.bindEvent,s(o,e,"unbindLeave")}}(window,void 0),ewww_webp_supported=!1;function check_webp_feature(e,t){var r;ewww_webp_supported?t(ewww_webp_supported):((r=new Image).onload=function(){ewww_webp_supported=0<r.width&&0<r.height,t(ewww_webp_supported)},r.onerror=function(){t(!1)},r.src="data:image/webp;base64,"+{alpha:"UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==",animation:"UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA"}[e])}function ewwwLoadImages(e){if(e){for(var t=document.querySelectorAll(".batch-image img, .image-wrapper a, .ngg-pro-masonry-item a, .ngg-galleria-offscreen-seo-wrapper a"),r=0,a=t.length;r<a;r++)ewwwAttr(t[r],"data-src",t[r].getAttribute("data-webp")),ewwwAttr(t[r],"data-thumbnail",t[r].getAttribute("data-webp-thumbnail"));for(var i=document.querySelectorAll("div.woocommerce-product-gallery__image"),r=0,a=i.length;r<a;r++)ewwwAttr(i[r],"data-thumb",i[r].getAttribute("data-webp-thumb"))}for(var n=document.querySelectorAll("video"),r=0,a=n.length;r<a;r++)ewwwAttr(n[r],"poster",e?n[r].getAttribute("data-poster-webp"):n[r].getAttribute("data-poster-image"));for(var o,l=document.querySelectorAll("img.ewww_webp_lazy_load"),r=0,a=l.length;r<a;r++)e&&(ewwwAttr(l[r],"data-lazy-srcset",l[r].getAttribute("data-lazy-srcset-webp")),ewwwAttr(l[r],"data-srcset",l[r].getAttribute("data-srcset-webp")),ewwwAttr(l[r],"data-lazy-src",l[r].getAttribute("data-lazy-src-webp")),ewwwAttr(l[r],"data-src",l[r].getAttribute("data-src-webp")),ewwwAttr(l[r],"data-orig-file",l[r].getAttribute("data-webp-orig-file")),ewwwAttr(l[r],"data-medium-file",l[r].getAttribute("data-webp-medium-file")),ewwwAttr(l[r],"data-large-file",l[r].getAttribute("data-webp-large-file")),null!=(o=l[r].getAttribute("srcset"))&&!1!==o&&o.includes("R0lGOD")&&ewwwAttr(l[r],"src",l[r].getAttribute("data-lazy-src-webp"))),l[r].className=l[r].className.replace(/\bewww_webp_lazy_load\b/,"");for(var s=document.querySelectorAll(".ewww_webp"),r=0,a=s.length;r<a;r++)e?(ewwwAttr(s[r],"srcset",s[r].getAttribute("data-srcset-webp")),ewwwAttr(s[r],"src",s[r].getAttribute("data-src-webp")),ewwwAttr(s[r],"data-orig-file",s[r].getAttribute("data-webp-orig-file")),ewwwAttr(s[r],"data-medium-file",s[r].getAttribute("data-webp-medium-file")),ewwwAttr(s[r],"data-large-file",s[r].getAttribute("data-webp-large-file")),ewwwAttr(s[r],"data-large_image",s[r].getAttribute("data-webp-large_image")),ewwwAttr(s[r],"data-src",s[r].getAttribute("data-webp-src"))):(ewwwAttr(s[r],"srcset",s[r].getAttribute("data-srcset-img")),ewwwAttr(s[r],"src",s[r].getAttribute("data-src-img"))),s[r].className=s[r].className.replace(/\bewww_webp\b/,"ewww_webp_loaded");window.jQuery&&jQuery.fn.isotope&&jQuery.fn.imagesLoaded&&(jQuery(".fusion-posts-container-infinite").imagesLoaded(function(){jQuery(".fusion-posts-container-infinite").hasClass("isotope")&&jQuery(".fusion-posts-container-infinite").isotope()}),jQuery(".fusion-portfolio:not(.fusion-recent-works) .fusion-portfolio-wrapper").imagesLoaded(function(){jQuery(".fusion-portfolio:not(.fusion-recent-works) .fusion-portfolio-wrapper").isotope()}))}function ewwwWebPInit(e){ewwwLoadImages(e),ewwwNggLoadGalleries(e),document.arrive(".ewww_webp",function(){ewwwLoadImages(e)}),document.arrive(".ewww_webp_lazy_load",function(){ewwwLoadImages(e)}),document.arrive("videos",function(){ewwwLoadImages(e)}),"loading"==document.readyState?document.addEventListener("DOMContentLoaded",ewwwJSONParserInit):("undefined"!=typeof galleries&&ewwwNggParseGalleries(e),ewwwWooParseVariations(e))}function ewwwAttr(e,t,r){null!=r&&!1!==r&&e.setAttribute(t,r)}function ewwwJSONParserInit(){"undefined"!=typeof galleries&&check_webp_feature("alpha",ewwwNggParseGalleries),check_webp_feature("alpha",ewwwWooParseVariations)}function ewwwWooParseVariations(e){if(e)for(var t=document.querySelectorAll("form.variations_form"),r=0,a=t.length;r<a;r++){var i=t[r].getAttribute("data-product_variations"),n=!1;try{for(var o in i=JSON.parse(i))void 0!==i[o]&&void 0!==i[o].image&&(void 0!==i[o].image.src_webp&&(i[o].image.src=i[o].image.src_webp,n=!0),void 0!==i[o].image.srcset_webp&&(i[o].image.srcset=i[o].image.srcset_webp,n=!0),void 0!==i[o].image.full_src_webp&&(i[o].image.full_src=i[o].image.full_src_webp,n=!0),void 0!==i[o].image.gallery_thumbnail_src_webp&&(i[o].image.gallery_thumbnail_src=i[o].image.gallery_thumbnail_src_webp,n=!0),void 0!==i[o].image.thumb_src_webp&&(i[o].image.thumb_src=i[o].image.thumb_src_webp,n=!0));n&&ewwwAttr(t[r],"data-product_variations",JSON.stringify(i))}catch(e){}}}function ewwwNggParseGalleries(e){if(e)for(var t in galleries){var r=galleries[t];galleries[t].images_list=ewwwNggParseImageList(r.images_list)}}function ewwwNggLoadGalleries(e){e&&document.addEventListener("ngg.galleria.themeadded",function(e,t){window.ngg_galleria._create_backup=window.ngg_galleria.create,window.ngg_galleria.create=function(e,t){var r=$(e).data("id");return galleries["gallery_"+r].images_list=ewwwNggParseImageList(galleries["gallery_"+r].images_list),window.ngg_galleria._create_backup(e,t)}})}function ewwwNggParseImageList(e){for(var t in e){var r=e[t];if(void 0!==r["image-webp"]&&(e[t].image=r["image-webp"],delete e[t]["image-webp"]),void 0!==r["thumb-webp"]&&(e[t].thumb=r["thumb-webp"],delete e[t]["thumb-webp"]),void 0!==r.full_image_webp&&(e[t].full_image=r.full_image_webp,delete e[t].full_image_webp),void 0!==r.srcsets)for(var a in r.srcsets)nggSrcset=r.srcsets[a],void 0!==r.srcsets[a+"-webp"]&&(e[t].srcsets[a]=r.srcsets[a+"-webp"],delete e[t].srcsets[a+"-webp"]);if(void 0!==r.full_srcsets)for(var i in r.full_srcsets)nggFSrcset=r.full_srcsets[i],void 0!==r.full_srcsets[i+"-webp"]&&(e[t].full_srcsets[i]=r.full_srcsets[i+"-webp"],delete e[t].full_srcsets[i+"-webp"])}return e}check_webp_feature("alpha",ewwwWebPInit);</script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var gtm4wp_datalayer_name = "dataLayer";
	var dataLayer = dataLayer || [];
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com -->
	<!-- This site is optimized with the Yoast SEO Premium plugin v23.3 (Yoast SEO v23.3) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Vertical Response | Email Marketing Software | Marketing Automation Tool</title><link rel="preload" href="https://verticalresponse.com/wp-content/uploads/2023/10/Group-1000004162.svg" as="image" /><link rel="stylesheet" href="https://verticalresponse.com/wp-content/cache/min/1/5c7a33c61dae652d811b3031e59347e5.css" media="all" data-minify="1" />
	<meta name="description" content="Vertical Response is the Best Platform providing services for Email Marketing, Online Surveys, and Direct Mail for Marketing Campaigns." />
	<link rel="canonical" href="https://verticalresponse.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Home" />
	<meta property="og:description" content="Vertical Response is the Best Platform providing services for Email Marketing, Online Surveys, and Direct Mail for Marketing Campaigns." />
	<meta property="og:url" content="https://verticalresponse.com/" />
	<meta property="og:site_name" content="VerticalResponse" />
	<meta property="article:publisher" content="https://www.facebook.com/VerticalResponse/" />
	<meta property="article:modified_time" content="2024-06-10T12:42:13+00:00" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@VR4SmallBiz" />
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//code.jquery.com' />
<link rel='dns-prefetch' href='//a.omappapi.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />

<link rel="alternate" type="application/rss+xml" title="VerticalResponse &raquo; Feed" href="https://verticalresponse.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="VerticalResponse &raquo; Comments Feed" href="https://verticalresponse.com/comments/feed/" />
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='cf7_add_password_field_style-css' href='https://verticalresponse.com/wp-content/plugins/cf7-add-password-field/css/all.css?ver=6.6.1' type='text/css' media='all' />










<link rel='stylesheet' id='elementor-frontend-css' href='https://verticalresponse.com/wp-content/uploads/elementor/css/custom-frontend-lite.min.css?ver=1725281531' type='text/css' media='all' />

<link rel='stylesheet' id='elementor-post-15146-css' href='https://verticalresponse.com/wp-content/uploads/elementor/css/post-15146.css?ver=1725281532' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-pro-css' href='https://verticalresponse.com/wp-content/uploads/elementor/css/custom-pro-frontend-lite.min.css?ver=1725281532' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-global-css' href='https://verticalresponse.com/wp-content/uploads/elementor/css/global.css?ver=1725281533' type='text/css' media='all' />


<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/jquery-3.6.0.min.js?ver=1724245981" id="jquery-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.15.13" id="ppress-flatpickr-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.15.13" id="ppress-select2-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/jquery-migrate-3.3.0.min.js?ver=1724245981" id="jquery-migrate-js" defer></script>
<link rel="https://api.w.org/" href="https://verticalresponse.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://verticalresponse.com/wp-json/wp/v2/pages/6" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://verticalresponse.com/xmlrpc.php?rsd" />
<link rel='shortlink' href='https://verticalresponse.com/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://verticalresponse.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fverticalresponse.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://verticalresponse.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fverticalresponse.com%2F&#038;format=xml" />
<meta name="generator" content="Site Kit by Google 1.134.0" />

<!-- This site is optimized with the Schema plugin v1.7.9.6 - https://schema.press -->
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Organization","@id":"https:\/\/verticalresponse.com\/#organization","name":"Vertical Response","url":"https:\/\/verticalresponse.com\/","logo":{"@type":"ImageObject","url":"https:\/\/verticalresponse.com\/wp-content\/uploads\/2021\/03\/VRLogoTag.2C.png","width":234,"height":49,"@id":"https:\/\/verticalresponse.com\/#logo"},"contactPoint":{"@type":"ContactPoint","telephone":"+1-866-683-7842","url":"https:\/\/verticalresponse.com\/about\/#contact","contactType":"customer support"},"sameAs":["https:\/\/www.facebook.com\/VerticalResponse\/","https:\/\/twitter.com\/VR4SmallBiz","https:\/\/www.instagram.com\/verticalresponse\/","https:\/\/www.youtube.com\/user\/vrtube","https:\/\/www.linkedin.com\/company\/verticalresponse"]}</script>


<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "@id": "#website",
  "name": "VerticalResponse",
  "alternateName": "Email Marketing Software | Marketing Automation Tool",
  "url": "https://verticalresponse.com/",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://verticalresponse.com/?s={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}
</script>


<!--BEGIN: TRACKING CODE MANAGER (v2.3.0) BY INTELLYWP.COM IN HEAD//-->
<!-- Meta Pixel Code -->
<script type="rocketlazyloadscript">
  !function(f,b,e,v,n,t,s)
  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  n.queue=[];t=b.createElement(e);t.async=!0;
  t.src=v;s=b.getElementsByTagName(e)[0];
  s.parentNode.insertBefore(t,s)}(window, document,'script',
  'https://connect.facebook.net/en_US/fbevents.js');
  fbq('init', '490156379416009');
  fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=490156379416009&ev=PageView&noscript=1" /></noscript>
<!-- End Meta Pixel Code -->
<!--END: https://wordpress.org/plugins/tracking-code-manager IN HEAD//-->
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<!-- GTM Container placement set to footer -->
<script data-cfasync="false" data-pagespeed-no-defer type="text/javascript">
	var dataLayer_content = {"pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"VerticalResponse"};
	dataLayer.push( dataLayer_content );
</script>
<script type="rocketlazyloadscript" data-cfasync="false">
(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=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NQXFX8');
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com --><meta name="generator" content="Elementor 3.23.4; features: e_optimized_css_loading, additional_custom_breakpoints, e_lazyload, e_element_cache; settings: css_print_method-external, google_font-enabled, font_display-swap">

			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="icon" href="https://verticalresponse.com/wp-content/uploads/2020/12/favicon-1.ico" sizes="32x32" />
<link rel="icon" href="https://verticalresponse.com/wp-content/uploads/2020/12/favicon-1.ico" sizes="192x192" />
<link rel="apple-touch-icon" href="https://verticalresponse.com/wp-content/uploads/2020/12/favicon-1.ico" />
<meta name="msapplication-TileImage" content="https://verticalresponse.com/wp-content/uploads/2020/12/favicon-1.ico" />
		<style type="text/css" id="wp-custom-css">
			*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.parent-pageid-30870 .pageNodeRow.row .col-sm-9 {
	width: 100%;
}

body.parent-pageid-30870 .pageNodeRow.row .col-sm-3 {
	display: none;
}


/* new about us page */
.main_section_we,
.sec_main_section_we {
    z-index: 1;
    position: relative;
}
.main_section_we:after {
    content: "";
    position: absolute;
    width: 65%;
    height: 380px;
    background-color: #F2F0F5;
    z-index: -1;
    top: 112px;
    left: 0;
        border-radius: 0px 8px 8px 0px;
}
.sec_main_section_we:after {
	 content: "";
    position: absolute;
    width: 65%;
    height: 380px;
    background-color: #F2F0F5;
    z-index: -1;
    top: 40px;
    right: 0;
    border-radius: 8px;
}



@media screen and (max-width: 1030px) {
	.main_section_we:after,
	.sec_main_section_we:after {
        height: 420px;
	}
}


@media screen and (max-width: 770px) {
	.main_section_we:after {
		    top: 80px;
	} 
}


@media screen and (max-width: 500px) {
	.main_section_we:after {
		    top: 50px;
	}
	.sec_main_section_we:after {
		    top: -5px;
	}
}


#home_login_form li.signup.signup-wrapper a {
    text-transform: unset;
    font-size: 14px !important;
}

#home_login_form .footersignup .signup input.email-submit::placeholder {
    font-size: 14px !important;
    color: #787272 !important;
    text-transform: unset !important;
}




.main_heor_section_col .elementor-widget-image {
    width: 100%;
}




@media screen and (max-width: 500px) {
	.cards_listing .elementor-heading-title br {
    display: none;
}
}


body .home3-second-section .for-myimg-hover img:hover {
	    transform: scale(1) !important;
}

.main_row_hover:hover {
	transform: scale(1.1) !important;
}





body .image_slider_carcousle .swiper-slide {
    opacity: 1 !important;
    padding: 0 10px !important;
}

.vhstars {
    position: relative;
    padding: 1rem 0px;
    white-space: nowrap;
    width: 129px;
}

.vhstars svg {
    width: 25px;
    fill: #FFC700;
}

.vhstarcover {
    background: white;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    right: 0;
}

.vhfill-ratings span {
    color: #FFC700;
    z-index: 1;
    position: relative;
}

.post-info .post-title {
    min-height: 110px;
}

/* .blog-slider p.post-excerpt {
    min-height: 85px;
} */

.vhstar-ratings span {
    font-size: 30px;
}

.vhempty-ratings span {
    color: #c5bfbfdd;

}

.vhempty-ratings span {
    color: #c5bfbfdd;
}

.vhempty-ratings {
    position: absolute;
    top: 0;
}

.testi-slider .item .hu-forstar-images {
    position: relative;
}

body .wf-cta-container.femailgroup .femailbtngroup input#wf-email::placeholder {
    font-weight: 400;
    font-size: 11px;
    color: #777 !important;
}

.footer-details ul li a:hover,
.footer-details a:hover {
    color: #777;
}

body ul.wf-dropdown-menu.dropdown-menu li a {
    line-height: 20px !important;
    font-size: 12px !important;
    border-left: 8px solid transparent;
    padding: 10px !important;
    border-right: 8px solid transparent;
}

#new-head ul li ul.sub-menu li a {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

body ul.wf-dropdown-menu.dropdown-menu li a.has-submenu.active-item3 {
    color: #fff !important;
    background-color: #802d73;
}

body ul.wf-dropdown-menu.dropdown-menu li a.has-submenu span.sub-arrow i {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    align-items: center;
    font-size: 8px;
    margin-left: 0px !important;
}

body .wf-exp .wf-cta-container .wf-email::placeholder {
    position: relative;
    top: 1px !important;
}

.footersignup .signup input.email-submit:focus-visible {
    border: none;
    outline: none;
}

ul.wf-dropdown-menu.dropdown-menu a:hover {
    transition: all 0.3s ease-in-out !important;
}

ul.wf-dropdown-menu.dropdown-menu a {
    transition: all 0.3s ease-in-out !important;
}

body .wf-cta-container.femailgroup .femailbtngroup input#wf-email {
    padding-left: 20px !important;
    text-transform: unset !important;
}

.signup input.email-submit:focus-visible:placeholder {
    font-weight: 400 !important;
}

body .footersignup li input::placeholder {
    font-weight: 300 !important;
}

.footersignup .signup input.email-submit {
    padding-left: 20px !important;
}

body .wf-exp .wf-cta-container .wf-email {
    font-size: 12px !important;
}

body.logged-in .filter-bar {
    margin-top: 30px !important;
}

body .filter-bar {
    margin-top: 0px !important;
}

body .fot-list ul li a,
body .fot-list ul li a span,
body .guide_list ul li a,
body .guide_list ul li a span {
    font-family: "Arial", Sans-serif !important;
}

.hide-this-row {
    display: none;
}

body.logged-in.admin-bar {
    margin-top: 32px;
}

body.page-template-elementor_header_footer.logged-in.admin-bar {
    margin-top: 0px;
}

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

body.logged-in.admin-bar {
    margin-top: 0px !important;
}

@media screen and (min-width:766px) and (max-width:800px) {
    header .navbar-collapse.collapse {
        display: none !important;
    }
}

@media screen and (max-width:800px) {
    #wpadminbar {
        position: fixed;
    }

    body.logged-in.admin-bar header {
        top: 46px;
    }
}

.wbold.pp-calc-get-started {
    font-weight: 600;
}

body.page-id-19526 a:hover,
a:focus {
    text-decoration: none !important;
}

.pro_plan_popular h2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

#myhtmltable .showrangerror {
    text-align: left;
    color: #828282;
        font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;
    font-weight: 400 !important;
    margin-top: 5px;
}

.container.pop-container {
    display: flex;
    align-items: center;
    height: 100%;
}

@media screen and (min-width: 1200px) {
    .container.pop-container {
        width: 1270px;
    }
}

.price_temp_marketing.pp-popup-model.pp-plans.js_pp-plans {
    height: 100%;
}

.email-basic-pkg-popup-model.show,
.email-pro-pkg-popup-model.show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #00000075;
}

.bussinesssection1 {
    height: 50px;
}

.bussinesssection2 {
    height: 80px;
}

.bussiness-section p {
    transition: font-size 0.2s ease-in-out;
}

.free-section-basic:hover .bussiness-section p {
    font-size: 21px !important;
    transition: all .2s ease-in-out;
}

.main-basic:hover .bussiness-section p {
    font-size: 21px !important;
    transition: all .2s ease-in-out;
}

.cards-sectiom-main ul li:nth-child(1) span.elementor-icon-list-text {
    border-bottom: 3px dotted #642F63;
}

.cards-main-section ul li:nth-child(1) span.elementor-icon-list-text {
    border-bottom: 3px dotted #fff;
}

.cards-main-section ul li:nth-child(3):hover .cards-main-section ul li:nth-child(4) {
    display: block !important;
}

.cards-main-section ul li:nth-child(4) {
    position: absolute;
    background: #000c;
    z-index: 1;
    top: -62px;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    min-height: 130px;
}

.cards-main-section ul li:nth-child(4) .elementor-icon-list-icon {
    top: 18px;
    left: 15px;
    padding-right: 10px;
    position: absolute;
}


.cards-main-section ul li:nth-child(4) .elementor-icon-list-text {
    padding-left: 10px;
}

.cards-sectiom-main ul li:nth-child(4) .elementor-icon-list-text {
    padding-left: 10px;
}

.cards-sectiom-main ul li:nth-child(4) .elementor-icon-list-icon {
    position: absolute;
    top: 16px;
    left: 13px;
    padding-right: 10px;
}

.cards-sectiom-main ul li:nth-child(4) .elementor-icon-list-icon svg {
    width: 20px;
}

.cards-main-section ul li:nth-child(4) .elementor-icon-list-icon svg {
    width: 20px;
}

.cards-main-section ul li:nth-child(4) .elementor-icon-list-text {
    color: #fff !important;
    font-size: 18px !important;
    margin-left: 10px;
}

.cards-main-section .elementor-icon-list-items li:nth-child(3):hover+li:nth-child(4) {
    display: block !important;
}

.cards-sectiom-main .elementor-icon-list-items li:nth-child(3):hover+li:nth-child(4) {
    display: block !important;

}

.cards-sectiom-main ul li:nth-child(4) {
    position: absolute;
    background: #000c;
    z-index: 1;
    top: -62px;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    min-height: 130px;
    padding: 18px;
}

.cards-sectiom-main ul li:nth-child(4) span.elementor-icon-list-text {
    color: #fff !important;
    font-size: 18px !important;
    margin-left: 10px;
}

.cards-main-section ul li:nth-child(4) {
    display: none;
}

.cards-sectiom-main ul li:nth-child(4) {
    display: none;
}

.cards-sectiom-main ul li:nth-child(3) {
    display: inline-flex;
}

.cards-sectiom-main ul li:nth-child(3):after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(" /wp-content/uploads/2024/02/bi_exclamation-circle.svg") no-repeat;
    position: absolute;
    left: unset !important;
    right: -25px !important;
    top: 7px;
}

.cards-main-section ul li:nth-child(3) {
    display: inline-flex;
}

.cards-main-section ul li:nth-child(3):after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/wp-content/uploads/2024/02/bi_exclamation-circle-1.svg") no-repeat;
    position: absolute;
    left: unset !important;
    right: -27px !important;
    top: 7px;
}

.explores-section-main p {
    transition: font-size 0.2s ease-in-out;
    min-height: 40px;
}

.free-section-main:hover .explores-section-main p {
    font-size: 21px !important;
    transition: all .2s ease-in-out;

}

.popular-section-main:hover .explores-section-main p {
    font-size: 21px !important;
    transition: all .2s ease-in-out;

}

body .start-free-section a:hover {
    transform: translateY(-5px);
    box-shadow: 5px 5px 30px 0px #7CB453 !important;
    transition: all .2s ease-in-out !important;
}

body .pp-pay-go-container #total-email-price .btn.pp-calc-get-started:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 30px 0px #7CB453 !important;
    transition: all .2s ease-in-out !important;
}

#non-profit-form form input[type="submit"]:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 30px 0px #7CB453 !important;
    transition: all .2s ease-in-out !important;
}

#mypricingform form input[type="submit"]:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 30px 0px #7CB453 !important;
    transition: all .2s ease-in-out !important;
}

#button-hover-section a:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 30px 0px #653064 !important;
    transition: all .2s ease-in-out !important;
}

.button-hover-section a:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 30px 0px #653064 !important;
    transition: all .2s ease-in-out;
}

body .free-section-basic:hover {
    transition: all .2s ease-in-out;
    box-shadow: 5px 7px 30px 0px #653064 !important;
    transform: translateY(-10px);
}

body .main-basic:hover {
    transition: all .2s ease-in-out;
    box-shadow: 5px 7px 30px 0px #653064 !important;
    transform: translateY(-10px);
}

body .free-section-main:hover {
    transition: all .2s ease-in-out;
    box-shadow: 5px 7px 30px 0px #653064 !important;
    transform: translateY(-10px);
}

body .popular-section-main:hover {
    transition: all .2s ease-in-out;
    box-shadow: 5px 7px 30px 0px #653064 !important;
    transform: translateY(-10px);
}

body .pro-section-main:hover {
    transition: all .2s ease-in-out;
    box-shadow: 5px 7px 30px 0px #653064 !important;
    transform: translateY(-10px);
}

.caluclate-page-section .noUi-base.main_rang_slider .noUi-connect {
    display: none;
}

body .comming-button {
    margin-top: auto;
}

body .current-plan-button {
    margin-top: auto;
}

body .caluclate-page-button {
    margin-top: auto;
}

body .caluclate-section-button {
    margin-top: auto;
}

body #caluclate-section-button {
    margin-top: auto;
}

#non-profit-form form input[type="submit"]:hover {
    cursor: pointer !important;
}

.pro_plan_popular span {
    font-size: 16px;
    border: 1px solid #fff;
    padding: 8px 10px;
    font-weight: 400;
    border-radius: 8px;
    background-color: #ffffff26;
    line-height: 1.3;
}

#sticky-header {
    background: #fff !important;
}

#e-n-tabs-title-2632 {
    padding: 0px 40px;
}

.according_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover span.e-n-tab-icon svg path {
    fill: #fff;
}

.according_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading {
    border-radius: 14px;
    border: 1px solid #E7E7E7;
    background: #FBFBFB;
    box-shadow: 0px 1px 5px 0px rgba(86, 110, 232, 0.10) inset;
    width: fit-content;
    margin: auto;
    padding: 8px;
}

.according_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] span.e-n-tab-icon svg path {
    fill: #fff;
}

.according_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title span.e-n-tab-icon svg path {
    fill: #797878;
}

.according_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    border-radius: 12px;
    border: 1px solid #E7EBFF;
    background: #7CB453;
    box-shadow: 0px 6px 36px 0px rgba(181, 194, 251, 0.10);

}

.according_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
    padding: 10px 20px;
    border-radius: 12px;
}

.according_tabs .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
    border-radius: 12px;
}

.cards_icon_list {
    min-height: 732px;
}

.main_pricing_tabs .e-n-tabs .e-n-tabs-heading {
    border-bottom: 1px solid #803D97;
}




body.home.logged-in #pageNodeWrap {
    margin-top: 32px;
}

.image-box-content h3.elementor-icon-box-title {
    margin-top: 0px;
}

@media screen and (min-width: 1050px) {
    #first_box h3.elementor-icon-box-title {
        margin-top: 16px;
    }
}

@media screen and (max-width: 378px) {
    body.search-results .pagination-wrap {
        padding: 20px;
    }
}

body .cover-center-title h2,
body .cover-center-title h1 {
    font-size: 40px !important;
}

body.archive .cover.cover-category .category-name,
body.category .cover.cover-category .category-name {
    font-size: 40px !important;
}

.serivces_icon_box figure.elementor-image-box-img {
    min-height: 280px;
}

#navcomments ul {
    list-style: none;
}

.comments-title {
    font-size: 22px;
    color: #642F63;
}

.comment-respond p.form-submit .submit {
    background-color: #7CB453;
    text-transform: none;
    font-size: 12px !important;
    padding: 12px 20px !important;
}

.comment-form label {
    font-weight: 400;
    margin-bottom: 0px;
}

.comment-respond p.form-submit {
    padding-top: 15px;
}

.comment-respond .comment-reply-title {
    font-size: 20px;
}

.comment-respond p.form-submit:before {
    content: none;
}

#navcomments {
    background-color: #fff;
    padding: 20px 40px;
    margin-top: 30px;
}

#navcomments ul li {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(128, 61, 151, 0.28);

    ;
    cursor: auto !important;
}

#navcomments footer.comment-meta .comment-metadata time,
.comment-content p {
    color: #939393;
}

.comment-content p {
    line-height: 1.5em;
    margin-top: 10px;
}

#navcomments footer.comment-meta {
    display: flex;
}

#navcomments footer.comment-meta .vcard img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

@media screen and (max-width:480px) {
    .footer .wf-cta-container {
        text-align: center;
    }

    .footer .wf-cta-container input {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .serivces_icon_box figure.elementor-image-box-img {
        min-height: 100%;
    }

    .conter_desgin {
        top: -35px;
        position: relative;
    }

    #e-n-tabs-title-2632 {
        padding: 10px 40px;
    }
}


@media screen and (max-width: 380px) {
    .conter_desgin {
        top: -40px;
        position: relative;
    }
}

@media screen and (max-width: 322px) {
    .conter_desgin {
        top: -49px;
        position: relative;
    }

    .conter_desgin .elementor-counter-number-wrapper {
        font-size: 26px !important;
    }
}

@media(max-width:800px) {
    .navbar-toggle {
        margin-top: 15px
    }

    #navbar>div>div.navbar-header>a {
        margin-left: 5px
    }

    .hpHero {
        padding-top: 0
    }

    .navbar-collapse {
        background-color: #f8f8f8;
        padding-bottom: 15px
    }

    .dark .tempnav a,
    .tempnav a.btn,
    .tempnav a.btn:hover,
    .dark.scrolled .tempnav a.btn,
    .dark.scrolled .tempnav a.btn:hover {
        margin-left: 0 !important
    }

    .navbar-collapse .nav-pills>li {
        float: none
    }

    .navbar-collapse .nav-pills>li a {
        color: #8430a6
    }

    .navbar-collapse ul.vrutility {
        float: none !important
    }

    .navbar-collapse ul.vrutility li {
        margin: 0 0 5px
    }

    .navbar-collapse ul.vrutility.nav-pills>li a {
        color: #fff
    }

    .navbar-collapse ul.vrutility.nav-pills>li a {
        color: #fff
    }

    .navbar-toggle {
        display: block !important;
    }

    body .collapse {
        display: none;
    }
}





.exprience2 .elementor-container {
    background-color: #642F63;
    border-radius: 10px;
}

body {
    overflow-x: visible !important;
}

.survay-cta .elementor-container {
    background-color: #642F63;
    border-radius: 10px;
}

.left-colrs,
.left-colrs1,
.right-colrs,
.right-colrs1 {
    position: relative;
}

.left-colrs::before,
.left-colrs1::before,
.right-colrs::after,
.right-colrs1::after {
    content: '';
    width: 1000%;
    height: 100%;
    position: absolute;
}

.left-colrs::before {
    right: 0;
}

.left-colrs1::before {
    right: 100%;
}

.right-colrs::after,
.right-colrs1::after {
    left: 100%;
}

.left-colrs::before {
    background-color: #642F63;
}

.left-colrs1::before {
    background-color: #803D9736;
}

.right-colrs::after {
    background-color: #803D9736;
}

.right-colrs1::after {
    background-color: #642F63;
}

.featurepagecta .elementor-container {
    background-color: #642F63;
    border-radius: 10px;
}

.box-card .elementor-container {
    border-radius: 25px;
    border: 2px solid #803D97;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width:1200px) {
    .exprience2 .elementor-container {
        padding: 50px 100px;
    }

    .carrows {
        position: relative;
    }

    .carrows::before {
        position: absolute;
        content: url('https://verticalresponse.com/wp-content/uploads/2023/11/maki_arrow.svg');
        left: -30px;
        top: -10px;
    }

    .carrows::after {
        position: absolute;
        content: url('https://verticalresponse.com/wp-content/uploads/2023/11/maki_arrow.svg');
        top: -10px;
        right: -30px;
    }
}

.signup.signup-wrapper input::placeholder {
    color: #444;
    opacity: 1;
    /* Firefox */
    -webkit-text-fill-color: #444;
    /* Safari */
    -ms-input-placeholder: #444;

    /* Internet Explorer/Edge */
    ::-webkit-input-placeholder {
        /* Older versions of Safari */
        color: #444;
    }
}


@media screen and (max-width: 800px) {
    .guess_work h2 br {
        display: none;
    }
}


#sticky-header {
    transition: all 0.3s ease;
    /* Add a smooth transition effect */
    transform: translateY(0);
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    transform: translateY(-100%);
}


.integrtions {}

.integrtions .integrtions_btn {
    visibility: hidden;

    transform: translate(0px, 0px);
    /* overflow: hidden; */
}

.integrtions:hover .integrtions_btn {
    visibility: visible;

    transform: translate(0px, 0px);
}

@media screen and (max-width: 800px) {
    .main_card_section_container .elementor-container .elementor-column {
        width: 50%;
    }

    .main_card_section_container .elementor-container .elementor-column:nth-child(3) {
        margin-top: 100px;
    }
}

@media screen and (max-width: 500px) {
    .main_card_section_container .elementor-container .elementor-column {
        width: 100%;
    }

    .main_card_section_container .elementor-container .elementor-column:nth-child(3) {
        margin-top: unset;
    }

    .main_about {
        display: flex;
        justify-content: center;
    }

    .contact_about_section {
        background-size: 220% 220% !important;
    }

}

.integrtions_btn a {
    visibility: hidden;
}


body {
    margin: 0px;
}

.talksupportsec {
    max-width: 1180px;
    margin: auto;
    border-radius: 10px;
}

#foooter .elementor-element-populated h2 {
    font-family: gotham-book, Arial, sans-serif !important;
}

/* #foooter .elementor-element-populated ul li a {
    font-family: gotham-book, Arial, sans-serif !important;
} */

#heading h2 {
    font-family: gotham !important;
}


.page-id-15229 h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
footer,
input,
textarea,
span,
strong,
button {
    font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ul {
    box-sizing: border-box;
}

ul {
    font-weight: 300 !important;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul.wf-nav-secondary {
    margin-top: -2px;
    min-width: 380px;
}


.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-pills>li {
    float: left;
}

.login {
    display: inline-block;
    margin-top: -8px !important;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    background: none;
    border-radius: 0;
    margin-right: 5px;
    font-family: "Gotham", Sans-serif;
}

.nav-pills>li+li {
    margin-left: 2px;
}

li.signup.signup-wrapper {
    display: block;
    position: relative;
    height: 32px;
    margin-top: 4px;
    font-family: "Gotham", Sans-serif;
}



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: "Gotham", Sans-serif;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-family: "Gotham", Sans-serif;
}

.btn-success {
    color: #fff;
    background-color: #538b23;
    border: none;
    font-family: "Gotham", Sans-serif;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li>a {
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Gotham", Sans-serif;
}

a.btn {
    color: #fff;
    font-size: 1em;
    margin-left: 0;
    font-family: "Gotham", Sans-serif;
}

a.btn.btn-success {
    margin-left: 10px !important;
}

a.btn.btn-success.vre-cta.wf-login {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #85b44c !important;
    background: none;
    border-radius: 0;
    margin-left: 0 !important;
    margin-right: 5px;
    font-family: "Gotham", Sans-serif;
}

a.btn.btn-success.vre-cta.wf-login {
    color: #008ea7 !important;
    display: inline-block;
    margin-top: -8px !important;
    font-family: "Gotham", Sans-serif;
}



.btn-success:hover,
.btn-success:active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:hover,
.btn-success:active {
    color: #fff;
    background-color: #3fae29 !important;
}

.tempnav a:hover {
    color: #4e1042;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav>li>a:hover,
.nav>li>a:focus {
    color: #85b44c !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

a.btn,
.tempnav a.btn:hover {
    color: #fff;
    font-size: 1em;
    margin-left: 0;
}

a.btn.btn-success.vre-cta.wf-login:hover {
    background: none !important;
}

.login-divider {
    display: inline-block;
    border-right: 1px solid lightgrey;
    margin-right: 13px;
    position: relative;
    right: 0px;
    top: 8px;
    height: 40px;
    font-family: "Gotham", Sans-serif;
}

input {
    /*     margin: 0;  */
    /*         font-family: "Gotham", Sans-serif; */
    font-size: 100%;
}

input {
    line-height: normal;
}

input {}

.signup input.email-submit {
    width: 175px;
    padding: 10px;
    height: 100%;
    display: inline-block;
    font-size: 12px;
    font-weight: light;
    border: 2px solid #008ea7;
    border-radius: 4px;
    margin-right: -9px;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Gotham A", Sans-serif;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary {
    font-family: "Gotham", Sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border: none;
    background-color: #008ea7;
}

.dark .tempnav a,
.tempnav a.btn,
.tempnav a.btn:hover,
.dark.scrolled .tempnav a.btn,
.dark.scrolled .tempnav a.btn:hover {
    color: #fff;
    font-size: 1em;
    margin-left: 0;
    font-family: "Gotham A", Sans-serif;
}

li.signup.signup-wrapper a {
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: .03em;
    font-weight: inherit;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    /*     position: absolute;  */
    padding-top: 8px;
    font-family: "Gotham A", Sans-serif;
}

a.btn.btn-primary.vre-cta.pricing-cta {
    color: #fff !important;
}

a.btn.btn-primary.vre-cta.pricing-cta {
    font-size: 15.4px;
}

.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #00aabf !important;
}

.tempnav a:hover,
.dark.scrolled .tempnav a:hover {
    color: #4e1042;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.hide {
    display: none !important;
}

.hide {
    visibility: hidden;
}

.signup-wrapper .email-error-message {
    display: block;
    height: 5px;
    color: #ff5644;
    font-size: 10px;
    position: absolute;
    bottom: -5px;
    margin-top: 2px;
    width: 280px;
}































.startbtn {
    display: block;
    position: relative;
    height: 32px;
    margin-top: 4px;
}

.startbtn .email-error-message {
    display: block;
    height: 5px;
    color: #ff5644;
    font-size: 10px;
    font-family: Gotham A, Gotham B, Arial, sans-serif;
    margin-top: 2px;
    width: 280px;
}

.startbtn {
    width: 175px;
    height: 100%;
    display: inline-block;
    font-size: 12px;
    font-weight: light;
    border: 2px solid #008ea7;
    border-radius: 4px;
    margin-right: -9px;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.startbtn a {
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: .03em;
    font-weight: inherit;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    padding-top: 8px;
}

.hide {
    visibility: hidden;
}

.hide {
    display: none !important;
}








#videoo img {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.90));
}


#foooter .elementor-container.elementor-column-gap-default {
    background: #fff;
    padding: 15px 20px 40px 20px;
    border-radius: 10px;
}

#exprience .elementor-container.elementor-column-gap-default {
    border-radius: 25px;
    background: #642F63;
    padding: 50px 80px;
}

body.page-id-15229 {
    margin: 0px;
}

div#videoo svg {
    border-radius: 420px;
    background: linear-gradient(18deg, rgba(128, 61, 151, 0.60) 0%, rgba(128, 61, 151, 0.10) 100.38%);
    backdrop-filter: blur(25px);

}

#videoo i.eicon-play {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.30));
}

#footer-nv ul li a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #7CB453;
    padding: 10px 14px;
    border-radius: 7px;
}

#footer-nv ul li a {
    padding: 10px 14px;
    border-radius: 7px;
}

.fot-list ul li a:hover {
    text-decoration: underline #000;
}




body.page-template-temmplate-integrations .panel {
    min-height: 254px !important;
}

.page-template-feature .pagejumbo .wp-block-buttons {
    justify-content: center
}

.wf-exp .wf-dropdown.open>a:after,
.wf-dropdown.open>a::after {
    content: '';
    border-bottom: 4px solid #802d73;
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0;
    z-index: 1001;
}

.tnp-subscription {
    margin-left: 0
}

footer .tnp-subscription,
.flex-row .tnp-subscription {
    margin: initial;
    max-width: 600px;
    display: flex;
}

footer .tnp-subscription .tnp-field-email,
.flex-row .tnp-subscription .tnp-field-email {
    width: 100%
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription select {
    font-size: 18px;
    height: 45px;
    padding: 0 15px;
    color: #b2b2b2;
    border-radius: 6px;
    background: #fff;
    text-transform: unset;
    border: 1px solid;
}

.tnp-subscription input[type=submit] {
    background: #008ea8;
    border-radius: 4px;
    height: 45px;
    color: #fff;
}

.flex-row .tnp-subscription input[type=submit] {
    margin-left: 10px;
}

input.newsletter_btn {
    width: auto
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.emailnews {
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px !important;
}

ul,
ol {
    font-weight: 300 !important;
}

/* h3#comments {
    display: none;
} */
.reply {
    display: none;
}

button.alm-load-more-btn.more {
    padding: 20px 40px !important;
    line-height: 1px;
    color: #fff;
    border-radius: 0 !important;
    background: #373c41 !important;
}

section.page-container.wrapper.homepage-container {
    width: 90%;
}

.comment-respond #author,
.comment-respond #email,
.comment-respond #url {
    width: 100% !important;
    height: 40px;
    border: 1px solid #dadbe3;
    border-radius: 3px;
    background: #fff;
    margin: 10px 0px !important;
}

input#wp-comment-cookies-consent {
    width: 5% !important;
}

p.comment-form-cookies-consent {
    display: none;
}

.comment-respond p.form-submit .submit {
    margin-left: 0 !important;
}

.region.region-foot-topper h2.headline {
    padding-bottom: 20px;
    margin-top: 4px !important;
    font-size: 32px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    text-align: center;
    letter-spacing: -0.03em !important;
    font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;
    font-weight: 500 !important;
    text-shadow: none !important;
    color: #802d73;
    text-shadow: none;
    margin-left: auto;
    margin-right: auto;
}

.page-template-template-vrbuzz-ebbok .foot_topper a.wf-btn {
    font-family: gotham a, gotham b, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border: none;
    background-color: #008ea7;
}

li.chat-link-footer a::before {
    content: '\f086';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}

.grecaptcha-badge {
    z-index: -99;
    opacity: 0;
}

body.page .cover.cover-single,
body.single .cover.cover-single {
    height: auto;
}

@media (max-height: 760px) {

    body.page .cover.cover-single,
    body.single .cover.cover-single {
        height: auto;
    }
}

.post-body {
    margin-top: -150px;
}

@media(min-width:990px) {
    .cover-blog-posts .cover-post {
        min-height: 300px;
    }

    body.blog .cover-blog-posts {
        top: -40px !important;
    }

    .cover .cover-content {
        /*   height:600px; */
    }

    body.admin-bar .cover.cover-blog,
    .cover.cover-blog {
        height: calc(80vh - 100px - 32px);
    }

    body:not(.category) .post-list-posts {
        height: auto !important;
    }

    .post-list-posts .alm-listing .alm-reveal {
        display: flex;
        flex-wrap: wrap;
    }
}

.wf-exp .wf-cta-container {
    position: relative;
    font-family: Gotham A, Gotham B, Arial, sans-serif
}

.wf-exp .wf-cta-container .wf-email {
    display: inline-block;
    width: 50%;
    border: 2px solid #7cb453;
    font-weight: 100;
    border-radius: 5px;
    height: 45px;
}

.wf-exp .wf-cta-container .wf-email:active,
.wf-exp .wf-cta-container .wf-email:focus {
    border: 2px solid #7cb453
}

.wf-exp .wf-cta-container .wf-email:: -webkit-input-placeholder {
    font-weight: 100;
    font-family: Gotham A, Gotham B, Arial, sans-serif
}

.wf-exp .wf-cta-container .wf-email:: -moz-placeholder {
    font-weight: 100;
    font-family: Gotham A, Gotham B, Arial, sans-serif
}

.wf-exp .wf-cta-container .wf-email: -ms-input-placeholder {
    font-weight: 100;
    font-family: Gotham A, Gotham B, Arial, sans-serif
}

.wf-exp .wf-cta-container .wf-email: -moz-placeholder {
    font-weight: 100;
    font-family: Gotham A, Gotham B, Arial, sans-serif
}

.wf-exp .wf-cta-container .wf-cta {
    background: #7cb453;
    color: #802d73;
    display: inline-block;
    width: auto;
    margin-left: 2%;
    padding: 13px;
    border-radius: 5px;

}

@media(max-width:990px) {
    .post-body {
        margin-top: 0px;
    }
}

@media(max-width:1024px) {
    #foooter .elementor-container.elementor-column-gap-default {
        margin: 0px 15px;
    }


    #exprience .elementor-container.elementor-column-gap-default {
        padding: 34px;
    }
}

@media(max-width:770px) {
    div#foot {
        width: 100%;
    }

}

@media(max-width:480px) {
    body .pp-plans .pp-calculator-wraper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body .pp-plans .pp-calculator-wraper .col-sm-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    body .caluclate-page-section .pp-plans .pp-plan-calculator {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .caluclate-page-section .js_pp-table-wraper {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    #foooter .elementor-container.elementor-column-gap-default {
        padding: 10px;
    }

    #exprience .elementor-container.elementor-column-gap-default {
        padding: 20px;
    }
}


.signup.signup-wrapper a:focus {
    background-color: #008ea7;
}


.ytvideo .elementor-custom-embed-play svg {

    border-radius: 50%;
}

#new-head {
    margin-bottom: 0px;
}

.elementor-widget-container {
    padding-top: 0px;
}

ul#menu-2-68c5467 {}

ul#menu-2-68c5467 li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.big-size-heading b {
    font-size: 50px !important;
}

/*** my css****/
@media screen and (max-width: 481px) {
    .image-box-content {
        display: flex !important;
        align-items: center !important;
    }
}

@media screen and (max-width: 769px) {
    #myhtmltable .js_pp-table-wraper {
        margin-left: 15px;
    }

    .big-size-heading br {
        display: none;
    }

    .small-size-heading br {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .bg-heading br {
        display: none;
    }

    #myhtmltable .js_pp-table-wraper {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1025px) {
    .elementor-image-carousel.swiper-wrapper div:nth-child(1) {
        width: 719px !important;
    }
}

.swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.swiper-slide {
    opacity: 0.5 !important;
    padding: 0 50px;
}

.elementor-image-carousel.swiper-wrapper div:nth-child(1) {
    width: 810px !important;
}

.elementor-image-carousel-wrapper.swiper-container::after {
    content: "";
    background: linear-gradient(90deg, #f8f9fa 2.04%, rgba(248, 249, 250, 0.00) 113.58%);
    position: absolute;
    left: 0px;
    width: 125px;
    height: 450px;
    top: 0;
    z-index: 1;
}

.customized_page .elementor-image-carousel-wrapper.swiper-container::before {
    content: "";
    background: linear-gradient(90deg, #f8f9fa 2.04%, rgba(248, 249, 250, 0.00) 113.58%);
    transform: rotate(180deg);
    position: absolute;
    right: 0px;
    width: 150px;
    height: 450px;
    top: 0;
    z-index: 2;
}

@media screen and (max-width: 780px) {
    .customized_page .elementor-image-carousel.swiper-wrapper div:nth-child(1) {
        width: 510px !important;
    }
}

@media screen and (max-width: 500px) {
    .customized_page .elementor-image-carousel.swiper-wrapper div:nth-child(1) {
        width: 420px !important;
    }

    @media screen and (max-width: 415px) {
        .customized_page .elementor-image-carousel.swiper-wrapper div:nth-child(1) {
            width: 400px !important;
        }
    }

    .customized_page .elementor-image-carousel-wrapper.swiper-container::before {
        right: -22px;
        width: 150px;
        height: 160px;
        top: 40px;
    }

    .customized_page .elementor-image-carousel-wrapper.swiper-container::after {
        left: -45px;
    }
}

@media screen and (max-width: 400px) {
    .customized_page .elementor-image-carousel.swiper-wrapper div:nth-child(1) {
        width: 380px !important;
    }
}

@media screen and (max-width: 325px) {
    .customized_page .elementor-image-carousel.swiper-wrapper div:nth-child(1) {
        width: 320px !important;
    }

    .customized_page .elementor-image-carousel-wrapper.swiper-container::before,
    .customized_page .elementor-image-carousel-wrapper.swiper-container::after {
        content: none !important;
    }
}

.elementor-17918 .elementor-element.elementor-element-9aa04a4 .elementor-swiper-button.elementor-swiper-button-prev {
    z-index: 4;
}

.elementor-17918 .elementor-element.elementor-element-9aa04a4 .elementor-swiper-button.elementor-swiper-button-next {
    z-index: 4;

}

@media screen and (max-width: 426px) {
    .image-box-content h3 {
        margin-top: 0px !important;
    }
}


/* new footer singup */

.footersignup {
    width: 100%;
    padding-left: 0px !important;
    margin-top: -25px !important;
}

.footersignup li {
    width: 100%;
    height: 100%;
}

.footersignup li input {
    width: 58% !important;
    margin-right: 10px !important;
    height: 50px !important;
    border-color: transparent !important;
    font-weight: 500 !important;
    margin-bottom: 0px;
}

.footersignup li input::placeholder {
    font-weight: 500 !important;
    color: #7a7a7a !important;
    text-transform: capitalize;
}

.footersignup li a {
    height: 100%;
    width: 38%;
    background-color: #7CB453 !important;
    padding: 25px 0px !important;
    line-height: 0em;
    font-weight: 500 !important;
    border-radius: 4px !important;
}

.footersignup li a:hover,
.footersignup li a:focus,
.footersignup li a:active {
    border-color: #7CB453 !important;
    background-color: #7CB453 !important;
}

.footersignup .email-error-message {
    font-size: 12px;
    bottom: -30px;
}

@media screen and (min-width: 480px) and (max-width: 800px) {
    .footersignup {
        padding: 20px 0px 30px 0px;
        max-width: 500px;
        justify-content: center;
        display: flex;
        justify-content: center;
        margin: auto;
    }

}

@media screen and (max-width: 480px) {
    .footersignup {
        min-width: 100% !important;
    }

    .footersignup li {
        display: inline-flex !important;
        justify-content: center;
        margin: auto;
        flex-direction: column;
        padding: 80px 20px 50px 20px;
    }

    .footersignup li input {
        order: 1;
        width: 100% !important;
    }

    .footersignup li span {
        order: 2;
    }

    .footersignup li a {
        order: 3;
        margin-top: 20px;
        width: 100%;
        padding: 20px 0px !important;
    }
}

#mypricingform form label {
    display: none;
}

/* #mypricingform form .row .text-center {
    display: none;
} */
#mypricingform form .row:nth-child(2) .text-center {
    display: none;
}

#mypricingform span.wpcf7-not-valid-tip {
    margin-bottom: 20px;
}

#mypricingform form input {
    padding: 15px 10px 15px 20px;
    border: 1px solid #E0E0E0;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    width: 100%;
}

#mypricingform form input:focus-visible {
    outline: none;
}

#mypricingform form textarea:focus-visible {
    outline: none;
}

#mypricingform form input:focus {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

#mypricingform form input::placeholder {
    font-size: 16px;

    color: #828282;
}

#mypricingform form textarea:focus {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

#mypricingform form textarea {
    width: 100%;
    padding: 10px 10px 10px 20px;
    border: 1px solid #E0E0E0;
    font-size: 16px;

    border-radius: 10px;
    color: #000;
}

#mypricingform form textarea::placeholder {
    font-size: 16px;

    color: #828282;
}

#mypricingform form input[type="submit"] {
    display: block;
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 20px;
    text-align: center;
    background-color: #7CB453;
    color: #fff;
    font-size: 18px;

    margin-top: 30px;
    border: 1px solid #7CB453;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

#myhtmltable #emails-price-list {
    border: none !important;
}

#myhtmltable #emails-price-list table {
    width: 100%;
    border-collapse: collapse;
}

#myhtmltable #emails-price-list table thead tr {
    border-bottom: 1px solid #D1D1D1;
}

#myhtmltable #emails-price-list table thead tr th {
    text-align: left;
    padding: 15px 0px 15px 15px;
    background-color: #F9FAFB;
    color: #642F63;
    font-size: 16px;
}

#myhtmltable #emails-price-list table tbody tr {
    border-bottom: 1px solid #D1D1D1;
}

#myhtmltable #emails-price-list table tbody tr td {
    text-align: left;
    padding: 15px 0px 15px 15px;
    border-bottom: 1px solid #D1D1D1;
    font-size: 16px;
}

#myhtmltable #emails-price-list table tbody tr:last-child td {
    border-bottom-color: transparent;
}

#myhtmltable #emails-price-list table tbody tr:nth-child(even) td {
    background-color: #fff;
}

#myhtmltable #emails-price-list table tbody tr:nth-child(odd) td {
    background-color: #fff;
}

#myhtmltabl a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #7CB453;
    color: #fff;

    font-size: 18px;
    font-weight: 600;
}

#myhtmltabl h2 {
    text-align: left;
    font-size: 20px;
    color: #642F63;

}


#mysecondform form fieldset {
    border: none;
    padding: 0 !important;
    margin: 0 !important;
}

#mysecondform form label {
    display: none;
}

#mysecondform form input {
    padding: 15px 10px 15px 20px;
    border: 1px solid #E0E0E0;
    font-size: 16px;

    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    width: 100%;
}

#mysecondform form input:focus-visible {
    outline: none;
}

#mysecondform form textarea:focus-visible {
    outline: none;
}

#mysecondform form input:focus {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

#mysecondform form input::placeholder {
    font-size: 16px;

    color: #828282;
    margin-top: 40px;
}

#mysecondform form textarea:focus {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

#mysecondform form textarea {
    width: 100%;
    padding: 10px 10px 10px 20px;
    border: 1px solid #E0E0E0;
    font-size: 16px;

    border-radius: 10px;
    color: #000;
}

#mysecondform form textarea::placeholder {
    font-size: 16px;

    color: #828282;
}

#mysecondform .wpcf7-not-valid-tip {
    margin-bottom: 20px;
}

#mysecondform form input[type="submit"] {
    display: block;
    width: 100%;

    background-color: #7CB453 !important;
    color: #fff;
    font-size: 18px;

    margin-top: 30px;
    border: 1px solid #7CB453;
    border-radius: 10px;
    font-weight: 500;
}

.suryves_cards .elementor-widget-container {
    min-height: 425px;
}

.suryves_cards_two .elementor-widget-container {
    min-height: 425px;
}

.suryves_cards_two .elementor-widget-container {
    min-height: 351px;
}

body #mypricingform .col-md-6 {
    padding: 0px;
}

body #mysecondform form .form-group .help-block {
    color: #828282;

    font-weight: 400;
    font-size: 14px;

}

body #mysecondform form .form-group:nth-child(3) input {
    margin-bottom: 5px !important;
}

body #mysecondform form .form-group .help-block a {
    color: #642F63;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline 1px #642F63 !important;
}

body #mysecondform form .form-group .wpcf7-email {
    margin-bottom: 5px;
}

body #wpcf7-f5397-p19526-o2 .form-group:nth-child(1) {
    margin-bottom: 15px;
}

body #wpcf7-f5397-p19526-o2 .form-group:nth-child(3) {
    margin-bottom: 15px;
}

body #wpcf7-f5397-p19526-o2 .form-group:nth-child(3) input {
    margin-bottom: 5px;
}

body #wpcf7-f5397-p19526-o2 .form-group .wpcf7-list-item {
    margin: 0px;
    width: 100%
}

body #wpcf7-f5397-p19526-o2 .form-group .wpcf7-list-item label {
    display: flex;
}

body #wpcf7-f5397-p19526-o2 .form-group .wpcf7-list-item .wpcf7-list-item-label {
    color: #642F63;
    font-size: 14px;

    font-weight: 400;
}

body #wpcf7-f5397-p19526-o2 .form-group input[type="checkbox"] {
    width: 3%;
    margin-right: 10px;
}

body .pp-pay-go-container #pb_number_of_pcredits {
    width: 100% !important;
    text-align: left !important;
    padding: 0px 15px !important;
    border-radius: 10px !important;
    border: 1px solid #E0E0E0 !important;
}

#myhtmltable input[type=number]::placeholder {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
}

body .pp-pay-go-container #total-email-price h2 {
    color: #642F63;

    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

body .pp-pay-go-container #total-email-price .btn.pp-calc-get-started {
    display: block;
    width: 100%;
    padding: 14px 10px;
    background-color: #7CB453;
    color: #fff;
    font-size: 18px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-top: 30px;
    border: 1px solid #7CB453;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width:769px) {

    .cards-sectiom-main ul li:nth-child(3):after {
        left: 222px !important;
        top: 6px;
    }

    .pp-pay-go-container.js_pp-pay-go-container #emails-price-list {
        overflow: scroll;
    }
}

@media screen and (max-width:480px) {
    .cards-sectiom-main ul li:nth-child(3):after {
        left: 300px !important;
        top: 6px;
    }

    body .e-n-tabs-heading #e-n-tabs-title-2631 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    body .e-n-tabs-heading #e-n-tabs-title-2632 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #mypricingform form input {
        width: 100%;
    }

    #mypricingform form textarea {
        width: 100%;
    }

    #mypricingform form input[type="submit"] {
        width: 100%;
    }

    .pp-pay-go-container.js_pp-pay-go-container table {
        width: 140vw !important;
        max-width: 140vw !important;
    }

    .pp-pay-go-container.js_pp-pay-go-container #emails-price-list {
        overflow: scroll;
    }
}

@media screen and (max-width:376px) {
    .cards-sectiom-main ul li:nth-child(3):after {
        left: 293px !important;
        top: 6px;
    }
}

@media screen and (max-width:320px) {
    .pp-pay-go-container.js_pp-pay-go-container table {
        width: 170vw !important;
        max-width: 170vw !important;
    }

    .cards-sectiom-main ul li:nth-child(3):after {
        left: 215px !important;
        top: 6px;
    }

}

.caluclate-page-section .price_temp_marketing {
    padding: 0px !important;
    margin: 0px !important;
}

#mypricingform .col-md-6 {
    float: none !important;
    width: 100% !important;
}

#myhtmltable .col-lg-12 {
    padding: 0px !important;
    margin-bottom: 50px !important;
}

#myhtmltable #emails-price-list {
    width: 100% !important;
    padding: 0px !important;
}

#myhtmltable #total-email-price {
    width: 100%;
    padding: 0px !important;
}

#non-profit-form .col-md-7 {
    width: 100%;
    padding: 0px !important;
}

#non-profit-form .form-control:focus {
    box-shadow: none;
}

#non-profit-form input {
    padding: 25px 20px !important;
}

#non-profit-form .checkbox label {
    display: flex;
}

#non-profit-form .checkbox input {
    width: 4%;
    margin-right: 5px !important;
    margin: 0px;
}

#non-profit-form .checkbox .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}

#non-profit-form .checkbox {
    padding-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;

}

#non-profit-form .checkbox .wpcf7-list-item-label {
    color: #642F63;
    font-family: "Gotham", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

#non-profit-form form input[type="submit"] {
    cursor: pointer !important;
    padding: 15px 20px !important;
    opacity: 1;
    transition: all .2s ease-in-out !important;
}

.caluclate-page-section .price_temp_marketing .pp-calculator-wraper h2 {
    font-weight: 700;
    font-family: "Gotham", Sans-serif;
    color: #642F63;
    font-size: 40px !important;
}

.caluclate-page-section .pp-plans .pp-selected-plan-title {
    font-weight: 400;
    margin-bottom: 60px !important;
    font-family: "Gotham", Sans-serif;
    text-decoration: underline 1px #642F63;
    color: #642F63;
    text-underline-offset: 8px;
}

.caluclate-page-section .pp-plans .pp-calc-price-descr {
    color: #642F63;
    font-family: "Gotham", Sans-serif;
}

.caluclate-page-section .noUi-tooltip {
    bottom: -55px !important;
    border: 0px !important;
    color: #642F63 !important;
    box-shadow: none !important;
    font-size: 14px;
    font-family: "poppins", Sans-serif;
    font-weight: 400;
    background: transparent !important;
}

.caluclate-page-section .pp-plans .pp-plan-calculator>div:first-child {
    font-family: "poppins", Sans-serif;
    font-weight: 400;
    color: #642F63 !important;
    top: 70px !important;
    left: 50px !important;
}

.caluclate-page-section .pp-plans .pp-plan-calculator>div:nth-child(3) {
    font-family: "poppins", Sans-serif;
    font-weight: 400;
    color: #642F63 !important;
    text-align: end;
    padding-right: 15px;
}

.caluclate-page-section .pp-plans .pp-plan-calculator .pp-plan-calculator-slider .noUi-handle:before {
    background: #6F3E6E !important;
}

.caluclate-page-section .noUi-handle {
    border: 1px solid #6F3E6E;
}

.caluclate-page-section .pp-plans .pp-plan-calculator .pp-plan-calculator-slider .noUi-connect {
    background: #6F3E6E !important;
}

.caluclate-page-section .pp-plans .pp-plan-calculator {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-bottom: 30px;
    background: #f4f0f9 !important;
    border-radius: 8px;
}

.caluclate-page-section .pp-plans p {
    margin: 0px;
}

.caluclate-page-section .pp-plans .pp-calc-pricing-table th {
    color: #6F3E6E !important;
    border-bottom: 1px solid #6F3E6E;
    font-weight: 800;
}

.caluclate-page-section .pp-plans .pp-calc-pricing-table th:nth-child(2) {
    text-align: end;
    padding-left: 0px !important;
}

.caluclate-page-section .pp-plans .pp-calc-pricing-table .pp-list-active-tr td {
    color: #6F3E6E !important;
    border-radius: 0px !important;
    border: none;
    font-size: 18px;
    font-weight: 800;
}

.caluclate-page-section .pp-plans .pp-calc-pricing-table td:nth-child(2) {
    text-align: end;
}

.caluclate-page-section .pp-plans .pp-calc-pricing-table td {
    color: #642F63 !important;
}

.caluclate-page-section .pp-plans .pp-calc-get-started {
    background: #7CB453 !important;
    width: 40%;
    font-size: 18px;

    border: 1px solid #7CB453 !important;
    border-radius: 10px;
    margin-top: 30px;
}

.caluclate-page-section .pp-plans .pp-calc-payg-link {
    color: #6F3E6E !important;
}

.caluclate-page-section #pp-form-payg-calculator label {
    display: none;
}

.caluclate-page-section .pp-plans .pp-calculator-wraper form input {
    border: 1px solid #E0E0E0;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.caluclate-page-section .pp-plans .pp-calculator-wraper form input::placeholder {
    font-size: 14px !important;
    color: #828282 !important;
}

.caluclate-page-section .pp-plans .pp-calculator-wraper form textarea::placeholder {
    color: #828282 !important;
}

.caluclate-page-section .pp-plans .pp-calculator-wraper form textarea {
    height: 156px !important;
}

.caluclate-page-section form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #7CB453;
    color: #fff;
    font-size: 18px;
    border: 1px solid #7CB453 !important;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}

.caluclate-page-section form .focus-bg br {
    display: none;
}

.caluclate-page-section .wpcf7-not-valid-tip {
    margin-bottom: 15px;
}

.caluclate-page-section .pp-plans .pp-calc-footer {
    display: none;
}

.caluclate-page-section .js_pp-table-wraper {
    padding-bottom: 30px;
}

.pp-calculator-wraper.email-basic-pkg-popup::-webkit-scrollbar,
.pp-calculator-wraper.email-pro-pkg-popup::-webkit-scrollbar {
    width: 8px;
    border-radius: 100px;
    background-color: #6F3E6E;
}

.pp-calculator-wraper.email-basic-pkg-popup::-webkit-scrollbar-track,
.pp-calculator-wraper.email-pro-pkg-popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
}

.pp-calculator-wraper.email-basic-pkg-popup::-webkit-scrollbar-thumb,
.pp-calculator-wraper.email-pro-pkg-popup::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 100px;
}

.caluclate-page-section .pp-plans .pp-calc-get-started:hover {
    transform: translateY(-10px);
    box-shadow: 5px 5px 30px 0px #7CB453 !important;
    transition: all .2s ease-in-out !important;
}

.caluclate-page-section .pp-plans .pp-calc-get-started {
    transition: all 0.3s ease-in-out !important;
}

/***********************************/
/***********************************/
/*********vertical tab style*******/
/***********************************/
/***********************************/

body .pp-plans .pp-calculator-wraper {
    background-image: url("/wp-content/uploads/2024/02/Frame-1000005568.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

body .caluclate-page-section .price_temp_marketing .pp-calculator-wraper h2,
body .caluclate-page-section .pp-plans .pp-selected-plan-title,
body .caluclate-page-section .pp-plans .pp-calc-price-descr {
    color: #fff;
}

body .caluclate-page-section .pp-plans .pp-plan-calculator {
    background-color: #fff !important;
    border-radius: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.noUi-horizontal .noUi-handle {
    top: -10px;
}


body .main_tab_section {
    display: flex;
    align-items: center;
    gap: 30px;
}

body .email-basic-pkg-popup,
body .surveys-basic-pkg-popup,
body .email-pro-pkg-popup {
    padding: 40px 40px 0px 40px !important;
}

.noUi-base.main_rang_slider .noUi-handle.noUi-handle-lower {
    display: none;
}

body .pp-plan-calculator-slider:nth-child(2) .noUi-base {
    top: -13px;
}

.pp-plans .pp-plan-calculator .pp-plan-calculator-slider,
.pp-tabs-content .pp-plan-calculator .pp-plan-calculator-slider {
    height: 15px;
}

body .caluclate-page-section .pp-plan-calculator-slider .noUi-handle:before,
body .caluclate-page-section .pp-plan-calculator-slider .noUi-handle:before {
    width: 13px !important;
    height: 13px !important;
    top: 9px !important;
    left: 9px !important;
}

body .caluclate-page-section .pp-plan-calculator-slider .noUi-handle {
    width: 33px !important;
    height: 33px !important;
}

body .caluclate-page-section .pp-plans .pp-calc-price-descr {
    margin: 30px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.caluclate-page-section .pp-plans .pp-selected-plan-title {
    margin-bottom: 20px !important;
    background-color: #fff;
    width: fit-content;
    margin: auto;
    border-radius: 11px;
    padding: 12px 40px;
    text-underline-offset: 0px !important;
    color: #642F63 !important;
    text-decoration: none !important;
    font-size: 18px;
}

.caluclate-page-section .pp-plans .pp-selected-plan-title span {
    font-weight: 700;
}

body .pp-plan-calculator-slider:nth-child(2) .noUi-base .noUi-tooltip {
    display: flex;
    align-items: center;
}

body .pp-plan-calculator-slider:nth-child(2) .noUi-base .noUi-tooltip div {
    margin-right: 10px;
}

.caluclate-page-section .pp-plans .pp-plan-calculator>div:first-child {
    top: 50px !important;
    left: 34px !important;
    font-size: 16px;
    font-weight: 500;
    left: 50px !important;
}

.caluclate-page-section .pp-plans .pp-plan-calculator>div:nth-child(3) {
    top: -19px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

body .caluclate-page-section .noUi-tooltip {
    bottom: -45px !important;
}

body .email-basic-pkg-popup .js_pp-table-wraper,
body .email-pro-pkg-popup .js_pp-table-wraper,
body .surveys-basic-pkg-popup .js_pp-table-wraper {
    display: flex;
    flex-direction: column;
}

body .email-basic-pkg-popup .pp-calc-pricing-table,
body .email-pro-pkg-popup .pp-calc-pricing-table,
body .surveys-basic-pkg-popup .pp-calc-pricing-table {
    background-color: #fff;
    border-radius: 14px;
}

body .email-basic-pkg-popup .pp-calc-pricing-table th,
body .email-basic-pkg-popup .pp-calc-pricing-table td,
body .email-pro-pkg-popup .pp-calc-pricing-table th,
body .email-pro-pkg-popup .pp-calc-pricing-table td,
body .surveys-basic-pkg-popup .pp-calc-pricing-table th,
body .surveys-basic-pkg-popup .pp-calc-pricing-table td {
    padding: 10px 40px;
}

body .email-basic-pkg-popup .caluclate-page-section .pp-plans .pp-calc-pricing-table .pp-list-active-tr td,
body .email-pro-pkg-popup .caluclate-page-section .pp-plans .pp-calc-pricing-table .pp-list-active-tr td,
body .surveys-basic-pkg-popup .caluclate-page-section .pp-plans .pp-calc-pricing-table .pp-list-active-tr td {
    border: none;
}

body .email-basic-pkg-popup .pp-calc-get-started,
body .email-pro-pkg-popup .pp-calc-get-started,
body .surveys-basic-pkg-popup .pp-calc-get-started {
    width: 100% !important;
    max-width: 333px;
}

body .email-basic-pkg-popup .pp-calc-get-started br,
body .email-pro-pkg-popup .pp-calc-get-started br,
body .surveys-basic-pkg-popup .pp-calc-get-started br {
    display: none;
}

body .email-basic-pkg-popup .wpcf7-form,
body .email-pro-pkg-popup .wpcf7-form,
body .surveys-basic-pkg-popup .wpcf7-form {
    margin-top: 70px;
}


@media screen and (max-width: 800px) {
    body .main_tab_section {
        display: block;
        text-align: center;
    }

    body .email-basic-pkg-popup .pp-selected-plan-title,
    body .email-pro-pkg-popup .pp-selected-plan-title,
    body .surveys-basic-pkg-popup .pp-selected-plan-title {
        margin-top: 20px !important;
    }

    body .email-basic-pkg-popup .pp-calculator-close,
    body .email-pro-pkg-popup .pp-calculator-close,
    body .surveys-basic-pkg-popup .pp-calculator-close {
        top: 20px !important;
        right: 20px !important;
    }

    body .caluclate-page-section .price_temp_marketing .pp-calculator-wraper h2 {
        padding-top: 60px;
    }

    body .email-basic-pkg-popup .pp-calc-pricing-table td,
    body .email-pro-pkg-popup .pp-calc-pricing-table td,
    body .surveys-basic-pkg-popup .pp-calc-pricing-table td {
        text-align: left;
    }

    body .pp-plans .pp-calculator-wraper {
        background-color: #6F3E6E !important;
    }

    .cards_icon_list {
        min-height: 1070px;
    }
}

body .e-n-tabs-heading #e-n-tabs-title-2631 .e-n-tab-title-text,
body .e-n-tabs-heading #e-n-tabs-title-2632 .e-n-tab-title-text,
.elementor-19526 .elementor-element.elementor-element-fb129d4>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading> :is(.e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title) {
    font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;
}

@media screen and (max-width: 1600px) {
    .pp-plans .pp-calculator-wraper {
        max-height: 600px;
        overflow-y: scroll;
    }

    .partner-popup-model .popup-cards {
        overflow-y: scroll;
        max-height: 550px;
    }
}
}

@media screen and (max-width: 500px) {
    body .pp-plans .pp-calculator-wraper {
        padding: 60px 20px 0px 20px !important;
    }

    .image-miain-section img {
        width: 170px !important;
        height: 170px !important;
    }

    .slider-image-one {
        width: 170px;
    }

    .slider-main-section .swiper-slide {
        padding: 0px !important;
    }

    .slider-main-section .elementor-testimonial {
        flex-direction: column !important;
    }

    body .branded-section div:nth-child(1) {
        flex-direction: column !important;
    }

    .colum-reverse-section div:nth-child(1) {
        flex-direction: column-reverse !important;
    }

    .slider-main-section .elementor-element-11cfc41 {
        padding: 0px 5px !important;
    }

    .slider-main-section .elementor-swiper-button-prev {
        display: none !important;
    }

    .slider-main-section .elementor-swiper-button-next {
        display: none !important;
    }

    .slider-main-section:after {
        content: unset !important;
        background: unset !important;
        position: unset !important;
        width: unset !important;
        height: unset !important;

    }

    body .email-basic-pkg-popup .pp-calc-pricing-table th,
    body .email-basic-pkg-popup .pp-calc-pricing-table td,
    body .email-pro-pkg-popup .pp-calc-pricing-table th,
    body .email-pro-pkg-popup .pp-calc-pricing-table td,
    body .surveys-basic-pkg-popup .pp-calc-pricing-table th,
    body .surveys-basic-pkg-popup .pp-calc-pricing-table td {
        padding: 10px 20px;
    }

    #tab_images img {
        width: 80%;
    }

    body .caluclate-page-section .price_temp_marketing .pp-calculator-wraper h2 {
        font-size: 30px !important;
    }

    .main_tab_section .col-md-7 {
        padding: 0px !important;
    }

    #e-n-tabs-title-2632 {
        padding: 10px 20px !important;
    }

    .cards_icon_list,
    .suryves_cards .elementor-widget-container {
        min-height: fit-content;
    }
}

.box-1:hover h2 {
    color: #fff !important;
}

.box-1:hover .elementor-icon-wrapper svg {
    fill: #fff !important;
    background-color: #ECE6EC;
    border-radius: 50%;
}

.box-1:hover .elementor-icon-list-items .elementor-icon-list-text {
    color: rgb(216, 203, 216);
}

.box-1:hover .elementor-icon-list-items .elementor-icon-list-icon i {
    color: rgb(216, 203, 216);
}

.slider-main-section .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.slider-main-section .swiper-pagination-bullet-active {
    background: #642F63 !important;
}

.slider-main-section:after {
    content: "";
    background: url("/wp-content/uploads/2024/02/back-img.svg") no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 36%;
    top: -40px;
}

.box-1 #forcircle {
    position: relative;
}

.box-1 #forcircle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: red;
}

.popup-sectioon-main fieldset {
    border: 0px !important;
}

.popup-sectioon-main .form-group input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.popup-sectioon-main .form-group textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #E0E0E0;
}

.popup-sectioon-main .form-group label {
    color: #642F63 !important;
    margin-bottom: 7px;
}

.popup-sectioon-main .form-group {
    margin-bottom: 15px;
}

.popup-sectioon-main .form-group:nth-child(7) {
    text-align: center;
}

.popup-sectioon-main .form-group #submit {
    width: 50%;
    padding: 15px 20px;
    background-color: #7CB453 !important;
    color: #fff;
    font-size: 18px;

    margin-top: 30px;
    border: 1px solid #7CB453;
    border-radius: 5px;
    font-weight: 500;
}

.image-miain-section img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
}

.dialog-lightbox-widget-content.animated .dialog-close-button.dialog-lightbox-close-button {
    color: #642F63 !important;
    font-size: 22px;
}

.dialog-lightbox-widget-content.animated ::-webkit-scrollbar {
    width: 10px;
}

.dialog-lightbox-widget-content.animated ::-webkit-scrollbar-thumb {
    background: #642F63 !important;
    border-radius: 10px;
}

.dialog-lightbox-widget-content.animated ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.popup-cards::-webkit-scrollbar {
    width: 10px;
}

.popup-cards::-webkit-scrollbar-thumb {
    background: #642F63 !important;
    border-radius: 10px;
}

.popup-cards::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.partner-popup-model.show {
    display: block;
}

.partner-popup-model.show {
    display: block;
}

.partner-popup-model.hidden {
    display: none;
}

.partner-popup-model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #00000073;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.partner-popup-model .partner-popups {
    height: 100%;
}

.partner-popup-model .partner-popup-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.partner-popup-model .popup-cards {
    background: #fff;
    padding: 20px;
    position: relative;
}

.partner-popup-model .partner-popup-close-btn img {
    width: 28px;
}

.partner-popup-model .partner-popup-close-btn {
    position: absolute;
    right: 15px;
    top: 8px;
    cursor: pointer;
}

.partner-popup-model .popup-cards h2 {
    text-align: center;
    color: #642F63;
    font-size: 22px;
    font-family: Gotham !important;
    font-weight: 600;
    margin: 25px 0px;
}

.partner-popup-model fieldset {
    border: none;
}

.partner-popup-model .form-group label {
    color: #642F63;
    font-weight: 500;
    font-size: 17px;
}

.partner-popup-model .form-group {
    margin-bottom: 15px;
}

.partner-popup-model .form-group input:focus {
    border: 1px solid #E0E0E0;
    outline: none;

}

.partner-popup-model .form-group input {
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    width: 100%;

}

.partner-popup-model .form-group textarea {
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    width: 100%;
}

.partner-popup-model .form-group p {
    margin: 0px;
    margin-bottom: 8px !important;
}

.partner-popup-model #submit {
    width: 60%;
    padding: 15px 20px;
    background-color: #7CB453;
    color: #fff;
    font-size: 18px;
    border: 1px solid #7CB453 !important;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}

.partner-popup-model .form-group .wpcf7-not-valid-tip {
    margin-top: 8px;
}

.partner-popup-model .form-group:nth-child(7) {
    text-align: center;
    margin: 0px;
}

body.page-id-21159 a.elementor-button {
    cursor: pointer;
}


/* ----job container------------ */
.job-container {
    max-width: 1160px;
    width: 1100px;
    margin: 0 auto;
}

.job-container .jobform {
    display: flex;
    width: 100%;
}

.job-container select {
    width: 90%;
    border-radius: 4px;
}

.job-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add custom arrow */
    background-image: url('https://verticalresponse.com/wp-content/uploads/2024/02/Vector-13.svg');
    background-repeat: no-repeat;
    background-position: 96% center;
    /* Add padding to accommodate the arrow */
    padding-right: 20px;
    /* Adjust as needed */

}

.job-container .jobform .selectcity {
    width: 25%;
}

.job-container .jobform .selectdepartment {
    width: 35%;
}

.job-container .jobform .seacrhsection {
    width: 40%;
}

.job-container select,
.job-container option {
    background-color: #642f632e;
    color: #642F63;
    border: none;
    padding: 12px 10px 12px 10px;
    font-size: 16px;
    cursor: pointer;
}

.job-container select:hover,
.job-container option:hover {
    background-color: #D4C6D7;
}

.job-container .seacrhsection {
    display: flex;
}

.job-container .seacrhsection input[type="text"]:focus {
    border: none;
    outline: none;
}

.job-container .seacrhsection input[type="text"]:focus-visible {
    border: none;
    outline: none;
}

.job-container .seacrhsection input[type="text"] {
    background-color: #FFF;
    color: #642F63;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    width: 100%;
    border-top-left-radius: 4px;
    /* Border top left corner */
    border-bottom-left-radius: 4px;
}

.job-container .seacrhsection {
    display: flex;
}

.job-container .seacrhsection button {
    background-color: #642f632e;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-top-right-radius: 8px;
    /* Border top left corner */
    border-bottom-right-radius: 8px;
}


.job-container .forjobimg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0px 40px 0px;
}

.job-container .forjobcontent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 0px;
}

.job-container .forjobcontent h3 {
    font-size: 32px;
    font-family: "Gotham";
    font-weight: 600;
    text-align: center;
    color: #642F63;
    margin: 0;
}

.job-container .forjobcontent h5 {
    font-size: 25px;
    text-align: center;
    color: #642F63;
    margin: 0;
    padding: 15px 0px;
}

@media screen and (max-width:1024px) {
    .job-container {
        width: 1000px;
        padding: 0px 20px;
    }
}

@media screen and (max-width:800px) {
    .job-container {
        width: 740px;
        padding: 0px 15px;
    }
}

@media screen and (max-width:500px) {
    .job-container {
        width: 400px;
        padding: 0px 15px;
        max-width: 100%;
    }

    .job-container .jobform {
        display: flex;
        flex-direction: column;
    }

    .job-container .jobform .selectcity {
        width: 100%
    }

    .job-container .jobform .selectdepartment {
        width: 100%
    }

    .job-container .jobform .seacrhsection {
        width: 100%;
        margin: 10px 0px;
    }

    .job-container .jobform select {
        width: 100%;
        margin: 10px 0px;
    }

    .job-container .forjobimg {
        padding: 0px 0px 20px 0px;
    }
}

@media screen and (max-width:375px) {
    .job-container {
        width: 350px;
        padding: 0px 15px;
    }

    .job-container .forjobcontent h5 {
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .job-container {
        width: 300px;
        padding: 0px 15px;
    }

        {
        font-size: 18px;
    }
}


.thinkplus-wp-button a:hover {
    transform: translateY(-5px);
    box-shadow: 5px 5px 30px 0px #7CB453 !important;
    transition: all .2s ease-in-out !important
}

#thinkplus-wp-button a:hover {
    transform: translateY(-5px);
    box-shadow: 5px 5px 30px 0px #7CB453 !important;
    transition: all .2s ease-in-out !important
}

.wp-card-a:hover p {
    color: #fff !important;
}

.wp-card-a:hover h2 {
    color: #fff !important;
}

.wp-card-a:hover img {
    filter: brightness(0) invert(1);
}

.wp-card-a .wp-svg {
    background-color: #ECE6EC;
    border-radius: 50%;
    padding: 0px;
}

.wp-box-arrow::before {
    content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
    width: 180px;
    height: 30px;
    position: absolute;
    background-position: 100% 100%;
    left: 85px;
    top: -6px;
    z-index: -1;
}

.wp-box-arrow2::before {
    content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
    width: 180px;
    height: 30px;
    position: absolute;
    background-position: 100% 100%;
    left: 87px;
    top: 0px;
    z-index: -1;
}

.wp-box1-arrow::after {
    content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
    width: 180px;
    height: 30px;
    position: absolute;
    background-position: 100% 100%;
    left: 85px;
    top: 50px;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 150px;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 92px;
        top: 47px;
        z-index: -1;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 150px;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 92px;
        top: 0px;
        z-index: -1;
    }

    .wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 150px;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 91px;
        top: 0px;
        z-index: -1;
    }

}

@media screen and (max-width: 768px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 180px;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 86px;
        top: 47px;
        z-index: -1;
        display: none;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 100%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 92px;
        top: 0px;
        z-index: -1;
    }

    #wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 100%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 91px;
        top: 50px;
        z-index: -1;
    }

}

@media screen and (max-width: 425px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 180px;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 86px;
        top: 47px;
        z-index: -1;
        display: none;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 113%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 91px;
        top: -4px;
        z-index: -1;
    }

    #wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 113%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 91px;
        top: 50px;
        z-index: -1;
    }

}

@media screen and (max-width: 420px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 180px;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 86px;
        top: 47px;
        z-index: -1;
        display: none;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 119%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 88px !important;
        top: -6px;
        z-index: -1;
    }

    #wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 119%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 88px !important;
        top: 50px;
        z-index: -1;
    }

}



@media screen and (max-width: 430px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 180px;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 86px;
        top: 47px;
        z-index: -1;
        display: none;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 119%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 91px;
        top: -6px;
        z-index: -1;
    }

    #wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 119%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 91px;
        top: 50px;
        z-index: -1;
    }

}

@media screen and (max-width: 435px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 180px;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 86px;
        top: 47px;
        z-index: -1;
        display: none;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 119%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 91px;
        top: -6px;
        z-index: -1;
    }

    #wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 119%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 91px;
        top: 50px;
        z-index: -1;
    }

}

@media screen and (max-width: 390px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 113%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px;
        top: 47px;
        z-index: -1;
        display: none;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 122%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 85px !important;
        top: -6px;
        z-index: -1;
    }

    #wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 122%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 85px !important;
        top: 50px;
        z-index: -1;
    }

    .wp-chack-1 {
        padding: 0px !important;
    }

}


@media screen and (max-width: 380px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 113%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px;
        top: 47px;
        z-index: -1;
        display: none;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 122%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 85px !important;
        top: -6px;
        z-index: -1;
    }

    #wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 122%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 85px !important;
        top: 50px;
        z-index: -1;
    }

    .wp-chack-1 {
        padding: 0px !important;
    }

}

@media screen and (max-width: 360px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 113%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px !important;
        top: 47px;
        z-index: -1;
        display: none;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 113%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px !important;
        top: -2px;
        z-index: -1;
    }

    #wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 113%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px !important;
        top: 50px;
        z-index: -1;
    }

    .wp-chack-1 {
        padding: 0px !important;
    }

}




@media screen and (max-width: 320px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 113%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px !important;
        top: 47px;
        z-index: -1;
        display: none;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 100%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px !important;
        top: -2px;
        z-index: -1;
    }

    #wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 100%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px !important;
        top: 50px;
        z-index: -1;
    }

    .wp-chack-1 {
        padding: 0px !important;
    }

}


@media screen and (max-width: 330px) {
    .wp-box1-arrow::after {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 113%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px !important;
        top: 47px;
        z-index: -1;
        display: none;
    }

    .wp-box-arrow::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-79.png) no-repeat;
        width: 102%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px !important;
        top: -2px;
        z-index: -1;
    }

    #wp-box-arrow2::before {
        content: "";
        background: url(https://verticalresponse.com/wp-content/uploads/2024/03/Ellipse-80.png) no-repeat;
        width: 102%;
        height: 30px;
        position: absolute;
        background-position: 100% 100%;
        left: 90px !important;
        top: 50px;
        z-index: -1;
    }

    .wp-chack-1 {
        padding: 0px !important;
    }

}


@media screen and (max-width: 768px) {
    .wp-p br {
        display: none;
    }

}

/* header footer css */


.footer {
    width: 100%;
    height: 100%;
    background: #4e1042;
    padding-top: 35px;
    padding-bottom: 36px;
    display: inline-block;

}

.footer-top-widget .widget-top-left {
    width: 44%;
    display: inline-block
}

.footer-top-widget .widget-top-right {
    width: 55%;
    display: inline-block
}

.footer-top-widget .widget {
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none
}

.footer-top-widget .widget-left {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}

.footer-top-widget .widget-right {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px
}

.footer .widget h3 {
    margin: 0 0 20px !important
}

.footer-widgets .widget h3 {
    font-family: gotham-bold;
    text-transform: capitalize
}

.footer-top-widget .nsu-form {
    margin-top: 0
}

.footer-top-widget .nsu-field {
    font-size: 18px;
    font-weight: 500;
    width: 100% !important;
    height: 45px !important;
    margin-bottom: 0;
    padding: 0 15px;
    -webkit-transition: border 125ms ease-in;
    transition: border 125ms ease-in;
    letter-spacing: -.5px;
    color: #ccc;
    border: 0;
    border: 1px solid #dadbe3;
    border-radius: 6px !important;
    background: #fff;
    text-transform: inherit !important;
    font-weight: 700;
    margin-top: 3px
}

.footer-top-widget .nsu-form p:first-child {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 55%;
    margin-top: -4px
}

.footer-top-widget .nsu-form>p:not(:first-child) {
    display: inline-block;
    vertical-align: middle
}

.footer-top-widget .nsu-submit {
    color: #fff;
    font-weight: 700;
    padding: 9px 15px 9px 27px !important;
    background: #008ea8;
    border: none;
    border-radius: 4px !important;
    width: 100% !important;
    line-height: normal !important;
    vertical-align: top !important;
    height: 45px !important;
    letter-spacing: 1px;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-left: 10px
}

.form-footer-text {
    color: rgba(255, 255, 255, .8);
    font-size: .85em;
    margin-top: 25px
}

.footer-top-widget .nsu-form>p:not(:first-child):before {
    position: absolute;
    top: 5px;
    left: 27px;
    content: "\f138";
    color: #fff;
    font-family: fontawesome;
    z-index: 1;
    font-size: 18px
}

.footer-top-widget .nsu-form>p:not(:first-child) {
    position: relative;
    margin: 0
}

.footer-top-widget h3.widget-title {
    margin-bottom: 0
}

.footer-top-widget .nsu-text-after-form {
    color: #fff;
    font-size: .85em;
    margin-top: 25px;
    padding: 0
}

.footer-top-widget .nsu-form label {
    display: none
}

.footer-details .widget {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    border-bottom: none !important
}

.footer-details .widget li:before {
    display: none
}

.footer-details .widget li a:hover,
.footer-details .widget a:hover {
    padding-left: 0 !important;
    text-decoration: underline
}

.footer-details {
    border-radius: 8px;
    background: #fff;
    margin: 15px
}

.footer-details h4 {
    color: #f7911f;
    font-family: gotham-book, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    line-height: .8em;
    letter-spacing: .015em
}

.footer-details ul {
    padding: 0
}

.footer-details ul li {
    list-style: none;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0 !important
}

/* .home.blog .footer-details .widget {
	padding: 0px 28px !important;
} */
.footer-details ul li a,
.footer-details a {
    color: #777;

    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: .015em
}

.footer-details div.h4 {
    font-size: 18px;
    font-weight: 700;
}

.footer-bottom {
    margin: 0 15px
}

.footer-bottom .widget li:before {
    display: none
}

.footer-bottom ul {
    margin: 0;
    padding: 0
}

.footer-bottom ul li {
    display: inline;
    list-style: none;
    font-size: 14px;
    color: #fff
}

.footer-widgets .widget.blog_info a {
    margin-bottom: 15px
}

.footer-widgets-static p {
    line-height: 30px
}

.footer-widgets {
    padding: 50px 0
}

.footer-widgets .footer-widgets-static {
    width: 100%;
    text-align: center
}

.footer-widgets .footer-widgets-custom {
    width: 50%
}

.footer-widgets .footer-widgets-custom .widget {
    width: 100%
}

.footer-widgets .footer-widgets-static .widget {
    padding: 0 10%
}

.footer-widgets .footer-widgets-custom .widget {
    padding: 0 10%
}

.footer-widgets .footer-widgets-static nav.social {
    padding: 0 10%
}

.footer-widgets-custom form.nsu-form label {
    display: none
}

.footer-widgets-custom form.nsu-form p {
    display: inline-block;
    position: relative
}

.footer-widgets-custom form.nsu-form {
    background: #f3f6f8;
    border-radius: 50px;
    padding: 0 15px
}

.footer-widgets-custom form.nsu-form p:first-child {
    width: 85%
}

.footer-widgets-custom form.nsu-form input.nsu-field {
    background: 0 0
}

.footer-widgets-custom form.nsu-form input.nsu-submit {
    background: #a4acb4
}

.footer-widgets-custom form.nsu-form .nsu-submit {
    line-height: 32px;
    height: 32px;
    padding: 0 25px;
    border: 0;
    border-radius: 100px;
    width: 16px;
    text-indent: -11111111px
}

.footer-widgets-custom form.nsu-form>p:not(:first-child):before {
    position: absolute;
    top: 0;
    left: 18px;
    content: "\f061";
    color: #fff;
    font-family: fontawesome;
    z-index: 1
}

.footer .widget p {
    font-size: 20px !important
}

.footer-details .widget {
    margin-bottom: 30px;
}

.footer .wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

.footer .f-copyright a {
    color: #fff;
    font-weight: 600;
}

.footer .f-copyright {
    width: 100%;
    padding: 20px 0 0;
    color: #fff;
    font-family: gotham-book, Arial, sans-serif !important;
    font-size: 1em;
    font-weight: 400;
    line-height: .8em;
    letter-spacing: .015em;
}

.footer .wf-exp .wf-cta-container {
    padding: 25px 0;
}

.footer-top-widget {
    margin-bottom: 30px;
}

.footer-top-widget .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (max-width:932px) {
    .footer-details {
        display: none !important
    }

    .footer-widgets .footer-widgets-static {
        width: 100%
    }

    .footer-widgets .footer-widgets-custom {
        width: 100%
    }

    .footer .nav {
        margin-top: 15px;
    }

    .footer-top-widget {
        margin-bottom: 0;
    }

    .footer .f-copyright {
        line-height: 1.5;
    }

    .footer .wf-exp .wf-cta-container {
        padding: 20px 0 15px 0;
    }
}

@media screen and (max-width:504px) {
    .footer-widgets .footer-widgets-custom .widget {
        padding: 0
    }

    .footer-widgets .footer-widgets-static .widget {
        padding: 0
    }

    .footer-widgets .footer-widgets-static nav.social {
        padding: 0
    }

    .footer-widgets-custom form.nsu-form p:first-child {
        width: 80%
    }
}

@media screen and (max-width:390px) {
    .footer-widgets-custom form.nsu-form p:first-child {
        width: 76%
    }

    .footer-widgets nav.social li {
        margin-right: 10px
    }
}

@media screen and (max-width:360px) {
    .footer-widgets nav.social li {
        margin-right: 3px
    }
}

@media(max-width:920px) {
    .footer-top-widget .widget {
        display: block;
        width: 100%;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:600px) {
    .footer-top-widget .widget {
        text-align: left
    }

    .footer-top-widget .widget-left {
        display: block
    }

    .footer-top-widget .widget-right {
        display: block;
        padding: 0
    }

    .footer-top-widget .nsu-submit {
        margin-left: 0
    }

    .footer-bottom {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .footer {
        padding-bottom: 45px
    }

    .footer-details .widget {
        width: 100% !important;
        text-align: center
    }

    .footer-top-widget .nsu-form p:first-child {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .footer-top-widget .nsu-form>p:not(:first-child) {
        display: inline-block;
        vertical-align: middle
    }
}

.footer .f-copyright span {
    color: #fff;
    font-weight: 600
}

@media only screen and (min-width:320px) and (max-width:800px) {
    .footer-top-widget h3.widget-title {
        font-weight: 700;
        font-size: 15px !important
    }
}

@media only screen and (min-width:768px) and (max-width:1280px) {
    .footer-details .widget {
        width: 48.5% !important
    }
}

.footer .widget-title {
    font-family: gothamblack, "sans-serif";
    font-size: 20px;
    line-height: 25px;
    color: #6cb645 !important;
    text-transform: unset !important
}

.footer .widget div.h3 {
    margin: 0 0 20px !important
}

body .footer-details div.h4 {
    font-family: "Arial", sans-serif !important;
    font-size: 1.1em;
    font-weight: 600;
    line-height: .8em;
    letter-spacing: .015em;
    margin-top: 14px;
    margin-bottom: 23px;

    color: #7CB453 !important;

}

#new-head ul.sub-menu.elementor-nav-menu--dropdown li a.sub-active {
    border-bottom: 1px solid #802D73 !important;
}

@media only screen and (max-width: 767px) {
    .full.pb-servsec {
        padding: 30px 0;
    }

    body.single-integrations .img-responsive {
        min-width: initial;
    }

    .screenshots-slider img {

        height: 300px;
    }
}

@media only screen and (max-width: 640px) {
    body.page-template-template-test-kit .large-10.small-12.columns.feature_text {
        color: #fff !important;
        max-width: 450px;
        float: none;
    }

    body.page-template-template-test-kit h2.text-center.campaign_title {
        max-width: 300px !important;
    }

}


.footer-top-widget {
    display: flex;
    align-items: center;
}

.femailgroup {
    display: flex;
    align-items: center;
    justify-content: end;
}

.femailgroup .femailbtngroup .femailinput {
    width: 100% !important;
    font-weight: 500;
}

.femailgroup .femailmsg {
    position: absolute;
    font-size: 12px !important;
    font-weight: 400;
    margin: 5px 0px 0px 0px;
    display: none;
}

@media screen and (min-width:800px) and (max-width:1040px) {

    .footer-top-widget .widget-top-left {
        width: 53%;
    }

    .footer-top-widget .widget-top-right {
        width: 47%;
    }

}

@media screen and (max-width:800px) {

    .footer-top-widget {
        flex-direction: column;
    }

    .femailgroup {
        flex-direction: column;
    }

    .femailgroup .femailbtngroup .femailinput {
        margin-bottom: 0px;
    }

    .femailbtn {
        margin-top: 30px !important;
    }
}

.upfoter {
    display: flex;
}

.fsocial-icons {
    position: relative;
}

.f-social-icons {
    position: absolute;
    bottom: 0;
    right: 0;
}

.f-social-icons ul li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
}

.f-social-icons ul li a:hover {
    text-decoration: none;
}

#navbar ul li a {
    font-weight: 400;
}








/**************************************/
/**************************************/
/*********** header Style *************/
/**************************************/
/**************************************/

.signup input.email-submit::placeholder {
    font-size: 11px;
    font-weight: 300;
}

.tempnav .wf-dropdown .fa {
    margin-left: 3px;
}



.footer .wrapper {
    max-width: 1400px;
}

.footer .nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.wf-exp .wf-cta-container .wf-cta {
    border-color: #7CB453 !important;
    background-color: #7CB453 !important;
    padding: 25px 0px !important;
    line-height: 0em;
    font-weight: 500 !important;
    border-radius: 4px !important;
    width: 34% !important;
    color: #fff !important;
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: .03em;
    font-weight: inherit;
    height: 100%;
}

.footer .footer-top-widget .wf-exp .femailbtngroup {
    width: 54%;
}

.wf-exp .wf-cta-container .wf-email {
    border: none !important;
}

.wf-exp .wf-cta-container .wf-email::placeholder {
    font-size: 12px;
    font-weight: 300;
    color: #999;
}

body .wf-exp .wf-cta-container .wf-email {
    height: 50px;
}

.wf-exp .wf-cta-container .wf-cta {
    padding: 25px 0px !important;
    margin-left: 3%;
}

.footer-details {
    margin-left: 0;
    margin-right: 0;
}

.footer .f-copyright a,
.footer .f-copyright span {
    font-weight: 500;
    font-size: 15px;

}

.footer .f-copyright {
    line-height: 23px !important;
}


.footer-top-widget {
    justify-content: center;
    margin-left: 14px;
    margin-right: 14px;
}


@media screen and (max-width: 1540px) and (min-width: 1300px) {
    /* 	body .blog-slider .carousel-wrap .owl-nav button.owl-next {
		    right: 40% !important;
	}
	body .blog-slider .carousel-wrap .owl-nav button.owl-prev {
		    left: 40% !important;
	}
	body .blog-slider .carousel-wrap .owl-nav {
		    top: auto !important;
    position: relative;
    bottom: 0;
    margin-top: 40px;
	} */


/*     body .blog-slider .carousel-wrap .owl-nav button.owl-prev {
        left: -26px !important;
    }

    body .blog-slider .carousel-wrap .owl-nav button.owl-next {
        right: -2% !important;
    } */
}

@media screen and (max-width: 1030px) {
    .footer .wrapper {
        padding: 0px 14px;
        width: 100%;
    }
.blog-slider p.post-excerpt {
    min-height: 60px;
}
	.section_text_col br,
	.main_heading_sectons h2 br {
		display: none !important;
	}

    .blog-slider .carousel-wrap .owl-nav {
        position: unset !important;
    }

    body .blog-slider .carousel-wrap .owl-nav button.owl-prev {
        left: 36% !important;
    }

    body .blog-slider .carousel-wrap .owl-nav button.owl-next {
        left: auto !important;
        right: 36% !important;
    }

    .footer-details div.h4 {
        line-height: 1.3;
    }

    .f-social-icons {
        right: 20px;
    }

    .wf-exp .wf-cta-container .wf-cta {
        width: 36% !important;
    }

    .footer-top-widget {
        margin-left: 0px;
        margin-right: 0px;
    }

    header#navbar {
        padding-bottom: 6px;
    }

    a.logo.navbar-btn.pull-left {
        margin-bottom: 0 !important;
        margin-top: 18px !important;
    }

    header .wf-nav-main>li a {
        font-size: 14px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    #navbar>div>div.navbar-header>a,
    #navbar.dark.scrolled>div>div.navbar-header>a {
        width: 150px !important;
    }

    #navbar>div>div.navbar-header>a img {
        width: 100% !important;
    }

    #navbar .container {
        width: 100% !important;
    }

    .post-info .post-title {
        min-height: 110px;
    }

    body .blog-slider .carousel-wrap .owl-nav button.owl-prev,
    body .blog-slider .carousel-wrap .owl-nav button.owl-next {
        bottom: -50px;
    }
}

header .tempnav li.signup.signup-wrapper {
    display: flex;
}

@media screen and (max-width: 770px) {
    body .footer-details.upfoter {
        display: block !important;
    }
	    .post-info .post-title {
        min-height: 80px;
    }

    .footer-top-widget .row {
        flex-direction: column;
    }

    .footer .wf-exp .wf-cta-container {
        flex-direction: row;
        justify-content: center;
    }

    .wf-exp .wf-cta-container .wf-cta {
        margin-top: 0px !important;
    }

    .nav-pills>li>a {
        font-size: 13px !important;
    }

    .footer-top-widget .widget {
        width: 80%;
    }

    .footer-details .widget.fsocial-icons {
        height: 310px;
    }

    .footer-details .widget.fsocial-icons .f-social-icons ul {
        margin-bottom: 0px;
    }

    .footer-details {
        margin-top: 20px;
    }

    .footer-details .widget:nth-child(1),
    .footer-details .widget:nth-child(2) {
        margin-bottom: 0px;
    }

    .wf-exp .wf-cta-container .wf-cta {
        width: 33% !important;
    }

    body .testi-slider .owl-nav .owl-next {
        right: -14% !important;
    }
}


.footer_section_cta {
    background-attachment: fixed;
}



@media screen and (max-width: 1367px) and (min-width: 1300px) {
	body .blog-slider .carousel-wrap .owl-nav button.owl-prev {
		left: -65px !important;
	}
	body .blog-slider .carousel-wrap .owl-nav button.owl-next {
		    right: -5% !important;
	}
}
@media screen and (max-width: 500px) {
    .footer-top-widget {
        margin: 0px;
    }

    .post-info .post-title {
        min-height: 100%;
    }

    .testi-slider .item .hu-for-content p {
        margin-bottom: 20px;
    }

    body .testi-slider .owl-nav {
        position: unset !important;
        display: none !important;
    }

    body .testi-slider .owl-nav .owl-prev {
        left: -60px !important;
    }

    body .testi-slider .carousel-wrap {
        padding: 0px 0px !important;
    }

    body .testi-slider .item {
        grid-template-columns: 1fr;
        height: 100%;
    }

    body .blog-slider .carousel-wrap .owl-nav button.owl-next {
        right: 26% !important;
    }

    body .blog-slider .carousel-wrap .owl-nav button.owl-prev {
        left: 26% !important;
    }

    .footer .nav {
        flex-wrap: wrap;
    }

    .nav-pills>li>a {
        font-size: 12px !important;
    }

    .footer .wf-exp .wf-cta-container {
        flex-direction: column;
        gap: 20px;
    }

    .femailgroup .femailmsg {
        margin-top: 4px;
    }

    .footer .footer-top-widget .wf-exp .femailbtngroup,
    .footer-top-widget .widget {
        width: 100% !important;
    }

    .wf-exp .wf-cta-container .wf-cta {
        width: 100% !important;
        margin-left: 0px;
    }

    .f-social-icons {
        left: 0;
        bottom: 20px;
    }

    .footer-details .widget {
        text-align: left;
    }

    .footer-details .widget.fsocial-icons .f-social-icons ul {
        text-align: left;
        left: 16px;
        position: absolute;
        bottom: 0;
    }

    body .footer-top-widget .widget {
        width: 92% !important;
    }

    .f-copyright .textwidget {
        text-align: center;
    }

    .footer .nav {
        justify-content: center;
        gap: 0;
    }

    .footer {
        padding-bottom: 25px;
    }

    .footer-details .widget {
        margin-bottom: 0px;
    }

    .f-social-icons {
        right: 0px;
    }

    body .wf-exp .wf-cta-container .wf-email {
        height: 45px;
        line-height: 1.3;
        padding-top: 4px !important;
    }

    .wf-exp .wf-cta-container .wf-cta {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
        margin-left: 0% !important;
    }

    .footer-top-widget .textwidget ul:before,
    .footer-top-widget .textwidget ul:after {
        content: none !important;
    }

    .footer-details .widget {
        padding: 0px 20px;
    }

    body .wf-exp .wf-cta-container .wf-email {
        height: 40px;
    }

    .footer-top-widget .textwidget .col-md-10 {
        width: 100%;
    }

    .footer-top-widget .textwidget ul {
        justify-content: space-between;
    }

    .footer-details div.h4 {
        margin-top: 0px;
    }

    .footer-details .widget:nth-child(1) {
        padding-top: 25px;
    }

    .footer-details .widget:nth-child(4) {
        padding-top: 20px;
    }
}

body .wf-exp .wf-cta-container .wf-email::placeholder {
    line-height: 0;
    padding: 0;
    margin: 0;
    position: relative;
    top: -2px;
}

header .login-divider {
    top: 12px;
}

.femailgroup .femailmsg {

    height: 5px;
    color: #ff5644;
    font-size: 10px;
    margin-top: 2px;
    width: 280px;
}

.femailgroup .femailmsg {
    text-align: left;
}

.footer-details ul li a,
.footer-details a {
    text-decoration: none !important;
}

.footer-bottom {
    margin: 0px 0px !important;
}

.footer {
    padding-top: 30px;
}

body .wf-exp .wf-cta-container .wf-email {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 0px;
}

body header .tempnav li.signup.signup-wrapper {
    margin-top: 2px;
}

body #navbar .signup input.email-submit {
    margin-right: -7px;
}


#new-head nav li {
    margin-left: 10px;
}

#new-head nav li a {
    margin: 0px;
    padding: 10px;
    border-radius: 4px;
}

#new-head nav li a:hover {
    background-color: #eee;
}

#new-head ul.sub-menu.elementor-nav-menu--dropdown {
    width: auto;
}

#new-head ul.sub-menu.elementor-nav-menu--dropdown li {
    margin-left: 0px;
}

#new-head ul.sub-menu.elementor-nav-menu--dropdown li a {
    border-radius: unset;
}

#new-head ul.sub-menu.elementor-nav-menu--dropdown li a:hover {
    background-color: #802d73;
}

#navbar .navbar-header a.logo img {
    width: 234px;
    height: 49px;
}

@media screen and (min-width:800px) and (max-width:1026px) {
    #navbar .navbar-header a.logo {
        margin-top: 8px !important;
    }

    #navbar .navbar-header a.logo img {
        width: 234px !important;
        height: 49px;
    }

    body.logged-in.admin-bar .mobile-menupopup.show {
        top: 32px;
    }
}

@media screen and (min-width:480px) and (max-width:800px) {
    #navbar .navbar-header a.logo {
        margin-top: 8px !important;
    }

    #navbar .navbar-header a.logo img {
        width: 180px !important;
        height: 49px;
    }

    #navbar .navbar-header .navbar-toggle {
        display: none !important;
    }

    body.logged-in.admin-bar .mobile-menupopup.show {
        top: 46px;
    }
}

@media screen and (max-width:480px) {
    body.logged-in.admin-bar .mobile-menupopup.show {
        top: 46px;
    }

    .wf-hero-content .wf-cta-container .wf-email {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (min-width:380px) and (max-width:480px) {
    #navbar .navbar-header a.logo {
        margin-top: 8px !important;
        margin-left: 15px;
    }

    #navbar .navbar-header a.logo img {
        width: 180px !important;
        height: 49px;
    }

    #navbar .navbar-header .navbar-toggle {
        display: none !important;
    }

    .menu-toggleicon a i {
        font-size: 30px !important;
    }

    .menu-toggleicon {
        right: 15px !important;
    }
}

.menu-toggleicon {
    position: absolute;
    right: 10px;
    top: 12px;
    height: 30px;
}

.menu-toggleicon a i {
    font-size: 30px;
    color: #642F63;
    border-color: #642F63;
}

.mobile-menupopup.show {
    position: fixed;
    background-color: #000000ba;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.mobilemenu-container {
    background-color: #F3F3F4;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    position: absolute;
    right: 0;
    height: 100%;
    width: 250px;
    overflow-y: scroll;
}

.mobilemenupopup-body .mlogo img {
    width: 231px;
    height: 48px;
}

@media screen and (min-width:1026px) {
    .menu-toggleicon {
        display: none;
    }

    .mobile-menupopup.hidden {
        display: none;
    }

    #navbar .navbar-collapse.collapse {
        display: block;
    }
}


@media screen and (max-width:1026px) {
    .menu-toggleicon {
        display: block;
    }

    #navbar .navbar-collapse.collapse {
        display: none !important;
    }
}

.mobilemenupopup-body a {
    text-decoration: none;
}

.mobile-menupopup.hidden {
    display: none;
}

.mobilemenupopup-body .mlogo a.logo {
    width: 100%;
}

.mobilemenupopup-menu {
    margin-top: 30px;
}

.mobilemenupopup-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}

.mobile-menucontent-close {
    position: absolute;
    right: 25px;
    top: 40px;
}

.mobile-menucontent-close i {
    font-size: 30px;
    color: #642F63;
    border-color: #642F63;
}

.mobilepopupmenu li.current_page_item>a {
    color: #85B44C;
}

.mobilepopupmenu li.menu-item-has-children>a {
    position: relative;
}

.mobilepopupmenu li.menu-item-has-children>a::after {
    position: absolute;
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 12px;
    top: 10px;
    right: 0;
}

.mobilepopupmenu2 li.menu-item-has-children1>a,
.mobilepopupmenu2 li.menu-item-has-children2>a {
    position: relative;
}

.mobilepopupmenu2 li.menu-item-has-children1>a::after,
.mobilepopupmenu2 li.menu-item-has-children2>a::after {
    position: absolute;
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -18px;
    color: #642F63;
}

.mobilepopupmenu,
.mobilepopupmenu ul {
    list-style: none;
    padding: 0px;
}

.mobilepopupmenu li {
    padding: 5px 0px;
}

.mobilepopupmenu li a {
    color: #803D97;
    padding: 10px 20px;
    line-height: 20px;
}

.mobilemenupopup-form .log-links {
    margin: 10px 0px 30px 0px;
}

.mobilemenupopup-form .log-links a {
    color: #008EA7;
}

li.menu-item-has-children>a.has-submenu.sub-active {
    position: relative;
    background-color: #eee;
    border-color: #428bca;
    color: #85b44c !important;
}

li.menu-item-has-children>a.has-submenu.sub-active::after {
    position: absolute;
    content: '';
    border-bottom: 4px solid #802d73;
    width: 100%;
    bottom: -1px;
    left: 0;
    z-index: 1001;
    opacity: 1 !important;
}

body #new-head nav li {
    margin-left: 8px;
}

#menu-company-menu li {
    padding-bottom: calc(11px / 2);
}

#sticky-header .signup input.email-submit {
    padding: 10px 10px 10px 15px;
}

#navbar .wf-nav.wf-nav-main>li:first-of-type {
    margin-left: 9px;
}

#navbar .tempnav .wf-dropdown .fa {
    margin-left: 5px;
    font-size: 9px;
    position: relative;
    top: -1px;
}

#sticky-header ul.wf-nav-secondary {
    margin-top: 4px;
}

#navbar .tempnav ul.wf-nav-secondary {
    position: relative;
    left: -4px;
}

#navbar .tempnav ul.wf-nav-secondary {
    margin-top: -1px;
}

#sticky-header li.signup.signup-wrapper {
    margin-top: 6px;
}

#navbar .signup input.email-submit::placeholder,
#sticky-header .signup input.email-submit::placeholder {
    font-size: 12px !important;
}


#new-head ul.sub-menu.elementor-nav-menu--dropdown li {
    border-bottom: 1px solid #eee;
}



#sticky-header .signup input.email-submit {
    width: 172px;
}

body #navbar .signup input.email-submit::placeholder {
    letter-spacing: 0.1px !important;
}

.wp-button-is .elementor-icon-list-text {
    text-decoration: underline;
    color: #7CB453 !important;
}

/* mobile menu css */

.mobile-menucontent .popup-user-login,
.mobile-menucontent .popup-user-logout {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 230px;
    margin: auto;
    margin-top: 20px;
}

.mobile-menucontent .popup-user-login .upopbody,
.mobile-menucontent .popup-user-logout .upopbody {
    width: 210px;
    /* background-color: #F8F8F9; **/
    background-color: transparent;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.mobile-menucontent .popup-user-login p,
.mobile-menucontent .popup-user-logout p {
    margin: 0px 0px 0px 10px;
    font-size: 12px !important;
    font-family: 'Gotham';
    color: #803D97;
    font-weight: 400;
    overflow-wrap: anywhere;
    line-height: 1.3em;
}

.mobile-menucontent .popup-user-logout p a {
    font-size: 14px;
    font-family: 'Gotham';
    color: #803D97;
}

.pop-formwp a {
    background-color: #7CB453;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-family: 'Gotham';
    font-weight: 400;
    width: 200px;
}

.menu-request-link a {
    border-bottom: 1px solid #85b44c;
    color: #85b44c;
    font-size: 12px;
}

.menu-request-link {
    position: absolute;
    right: 80px;
    top: 12px;
}

@media screen and (min-width:1026px) {
    .menu-request-link {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .menu-request-link {
        right: 55px;
    }

    .navbar-header .navbar-toggle {
        display: none !important;
    }

    #navbar .navbar-header a.logo {
        margin-top: 0px !important;
    }
}

.mobilemenupopup-form {
    display: none;
}

.menuwithicon ul,
.othermobile-links ul {
    list-style: none;
    padding-left: 0px;
    text-align: left;
}

.menuwithicon {
    padding: 0px 10px 10px 20px;
    margin-top: 25px;
}

.othermobile-links {
    padding: 0px 10px 10px 20px;
}

.menuwithicon ul {
    border-bottom: 1px solid rgba(16, 40, 61, 0.13);
    padding-bottom: 20px;
}

.mobilepopupmenu2 li a,
.othermobile-links li a {
    color: #000000;
    font-weight: 500 !important;
    font-size: 12px;
}

.mobilepopupmenu2 li a img,
.othermobile-links li a img {
    margin-right: 8px;
    vertical-align: middle;
}

.mobilepopupmenu2 li,
.othermobile-links li {
    margin-bottom: 15px;
}

ul.sub-menu1 {
    padding-left: 30px;
    padding-bottom: 0px;
    border: none;
    padding-top: 7px;
}

ul.sub-menu2 {
    padding-bottom: 0px;
    border: none;
    padding-top: 7px;
}

ul.sub-menu1.show,
ul.sub-menu2.show {
    display: block !important;
}

@media screen and (max-width:340px) {
    .menu-request-link {
        display: none;
    }
}

#Elementor-mobile-buttons-wp {
    position: absolute;
    top: 0;
}

@media screen and (max-width:480px) {
    #Elementor-mobile-buttons-wp .menu-request-link {
        top: 15px;
    }

    body .widget.widget_nav_menu {
        width: 100% !important;
    }

    .homeherosection {
        padding: 0px !important;
    }

    .homeherosection .femailbtngroup {
        width: 100%;
    }

    .homeherosection .femailbtngroup .femailmsg {
        top: 40px;
    }

    .homeherosection .femailbtngroup .femailinput {
        margin-bottom: 20px;

    }
}

.homeherosection {
    padding: 0;
    justify-content: flex-start;
}

.homeherosection .femailbtngroup .femailinput {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width:380px) {
    .mobil-col-hfirst {
        width: 50% !important;
    }

    .mobil-col-h2 {
        width: 50% !important;
    }

    #Elementor-mobile-buttons-wp .menu-request-link {
        right: 47px;
    }
}

@media screen and (min-width:800px) and (max-width:1027px) {
    #Elementor-mobile-buttons-wp .menu-request-link {
        top: 20px;
        right: 60px;
    }

    .menu-request-link {
        right: 60px;
        top: 17px;
    }

    #Elementor-mobile-buttons-wp .menu-toggleicon {
        top: 15px;
    }

    .menu-toggleicon {
        top: 18px;
    }

    .homeherosection {
        padding-top: 0px !important;
    }

}

@media screen and (min-width:480px) and (max-width:800px) {
    .menu-request-link {
        right: 55px;
        top: 16px;
    }

    .menu-toggleicon {
        right: 15px;
        top: 17px;
    }

    #Elementor-mobile-buttons-wp .menu-request-link {
        top: 19px;
        right: 55px;
    }

    #Elementor-mobile-buttons-wp .menu-toggleicon {
        top: 15px;
    }

    .homeherosection .femailbtngroup {
        margin-bottom: 25px !important;
    }

    .homeherosection {
        padding-top: 0px !important;
    }
}

.menu-item-15490 ul.sub-menu {
    display: none;
    position: absolute;
    right: -170px;
    margin-top: -244.1px;
    min-width: 170px;
}

.menu-item-15490 ul.sub-menu li a {
    border-left: 0px;
}

.menu-item-15490 ul.sub-menu {
    margin-top: -205px !important;
}

li.menu-item-has-children.menu-item-15490 a {
    border-left: 0px;
}

li.menu-item-has-children.menu-item-15490>a.sub-active {
    color: #fff !important;
    background-color: #802d73;
    padding-left: 17px !important;
}

li.menu-item-has-children.menu-item-15490>a.has-submenu {
    padding-left: 17px !important;
}

li.menu-item-has-children.menu-item-15490>a:hover {
    border-left: 0px;
}

li.menu-item-has-children.menu-item-15490>ul.sub-menu li a:hover {
    border-left: 0px;
}

.newsubmenuitem>a>span.sub-arrow i {
    font-size: 9px;
    margin-left: 5px;
}

.menu-request-link {
    display: none;
}

.newsubmenuitem3 {
    position: relative;
}

.sub-menu3 {
    display: none;
    position: absolute;
    right: -170px;
    top: -165px;
    padding-left: 0px;
    list-style: none;
    background-color: #f8f8f8;
    width: 170px !important;
    border: 1px solid #ccc;
}

.sub-menu3.sub-active3 {
    display: block !important;
}

.sub-menu3 li a {
    padding: 3px 20px;
}

#new-head nav li a {
    padding-left: 10px !important;
}

body .widget.widget_nav_menu {
    width: 24%;
}

body .footer-details .widget {
    width: 25%;
    padding: 10px !important;
    margin-bottom: 0px;
}

body .footer-details ul li a,
body .footer-details a {
    font-family: "Arial", Sans-serif !important;
}

body .footer-details ul.menu {
    padding: 0px 40px 0px 0px !important;
}

body .footer-details {
    padding: 0px 20px 20px 20px;
}

#wp-card-a img {
    width: 38% !important;
}

#new-head ul.sub-menu.elementor-nav-menu--dropdown {
    box-shadow: unset !important;
}

ul.wf-dropdown-menu.dropdown-menu li:last-child {
    border-bottom: 0px !important;
}

#new-head ul.sub-menu.elementor-nav-menu--dropdown li:last-child {
    border-bottom: 0px;
}

.menu-item-15490 a.active-item3 {
    color: #fff !important;
    background: #802d73 !important
}

.wp-pic-ish img {
    width: 560px !important;
}





/* -----New Home Page----- */
.new-home-anchors a {
    text-decoration: underline !important;
}

.testi-slider {
    position: relative !important;
    display: flex;
    max-width: 950 !important;
    margin: 0 auto;
    overflow: hidden !important;
    /* 	padding:0px 100px 50px 100px; */
}

.testi-slider .carousel-wrap {
    padding: 0px 100px !important;
    overflow: hidden;
}

.testi-slider .item {
    width: 100%;
    display: grid;
    grid-template-columns: 5fr 8fr;
    grid-gap: 0px 20px;
    background-color: #fff;
    height: 450px;
    border-radius: 4px;
    padding: 0;
    overflow: hidden !important;
}

.hu-img img {
    height: 450px;
    object-fit: cover;
    object-position: top;
}

.testi-slider .item .hu-for-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.testi-slider .item .hu-for-content h2,
h4,
p {
    margin: 0;
    padding: 0;
}

.testi-slider .item .hu-for-content h4 {
    color: #7CB453 !important;
    font-size: 16px !important;
        font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.testi-slider .item .hu-for-content h2 {
    color: #000000 !important;
    font-size: 25px !important;
        font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;
    font-weight: bold !important;
    margin: 0px 0px 10px 0px !important;
}

.testi-slider .item .hu-for-content p {
        font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
}

.testi-slider .item .hu-for-content .hu-firtpara {
    color: #000;
    /* 	font-family:"Manrope" !important; */
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.testi-slider .item .hu-forstar-images {
    display: flex;
    margin-bottom: 10px !important;
    margin-left: -3px !important;
    margin-top: -10px;
}

.testi-slider .item .hu-forstar-images img {
    width: 20px !important;
    height: 20px !important;
    margin: 0px 10px !important;
}

.testi-slider .owl-nav {
    position: relative !important;
}

.testi-slider .owl-nav {
    top: -250px !important;
}

.testi-slider .owl-nav .owl-prev {
    position: absolute !important;
    left: -90px !important;
    background-color: #7CB453 !important;
    padding: 10px 10px !important;
    border-radius: 4px !important;
    z-index: 100 !important;
    font-size: 30px !important;
    color: #FFF !important;
}

.testi-slider .owl-stage-outer {
    box-shadow: 0px 0px 12px -4px #000;
    border-radius: 6px;
}

.testi-slider .owl-nav .owl-next {
    position: absolute !important;

    right: -9% !important;
    background-color: #7CB453 !important;
    padding: 10px 10px !important;
    border-radius: 4px !important;
    z-index: 100 !important;
    font-size: 30px !important;
    color: #FFF !important;
}

.testi-slider .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 4px 7px !important;
    border-radius: 0 !important;
}

article.post.format-standard.has-post-thumbnail {
    box-shadow: 4px 6px 13px 0px rgba(215, 215, 215, 0.25) !important;
    border-radius: 12px !important;
    background: #fff !important;
}

article.post .post-info {
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
}
.blog-slider p.post-excerpt {
	    min-height: 90px;
}
.post-info .post-title a {
    text-align: left !important;
    font-size: 20px !important;
    color: #7F3D97 !important;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    line-height: normal;
    line-height: 1.3;
}

.post.format-standard .post-info .post-title {
    margin: 0px;
    line-height: 25px;
    margin-bottom: 10px;
}

.blog-slider .post-header-image img {
    border-radius: 10px;
}

.blog-slider .carousel-wrap .owl-nav button.owl-prev {
    position: absolute !important;
    left: -90px !important;
    background-color: #7CB453 !important;
    padding: 10px 10px !important;
    border-radius: 4px !important;
    z-index: 100 !important;
    font-size: 30px !important;
    color: #FFF !important;
}

body #home_login_form .footersignup .email-error-message {
    position: unset !important;
    color: #fff !important;
}

.blog-slider .carousel-wrap .owl-nav {
    top: -280px !important;
    position: relative;
}

.blog-slider .carousel-wrap .owl-nav button.owl-next {
    position: absolute !important;
    right: -7% !important;
    background-color: #7CB453 !important;
    padding: 10px 10px !important;
    border-radius: 4px !important;
    z-index: 100 !important;
    font-size: 30px !important;
    color: #FFF !important;
}

/* ----second slider---- */
.blog-slider .post-header-image img {
    min-width: 100%;
    max-width: 105%;
    height: 230px;
    object-fit: cover;
}

.blog-slider .catnamesul {
    position: absolute;
    bottom: 25px;
    left: 0px;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    z-index: 1;
    display: flex;
    list-style: none !important;
    bottom: 10px;

}

.blog-slider .post-header-image {
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    position: relative;
}

.blog-slider .catnamesul li .post-category {
    color: #000;
    font-family: Gotham;
    font-size: 9.609px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    background: rgba(255, 255, 255, 0.9) !important;
    height: auto !important;
    border-radius: 27.379px !important;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
    padding: 10px 8px;
    list-style: none !important;
    margin: 0px 3px !important;
}

.blog-slider .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0 !important;
    padding: 15px 10px !important;
    border-top: 0px solid #f1f3f7;
    padding: 10px 20px 20px 20px !important;
}

.blog-slider .post-meta li.meta-post-left a {
    color: #7F3D97 !important;
    text-decoration: underline;
    font-weight: 500;
    ;
}

.blog-slider .post-meta li.post-meta-date a {
    color: #989898 !important;
}

.blog-slider .post-meta li a i {
    margin-left: 10px;
}

.blog-slider p.post-excerpt {
    text-align: left;
    color: #989898 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 !important;
    margin-top: 0 !important;
	line-height: 22px !important;
}

.blog-slider .post-meta br {
    display: none !important;
}

.blog-slide .post {
    background-color: #FFF !important;
}

.blog-slide .post .post-title>a {
    color: #642F63 !important;
        font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;
    Font-weight: 700 !important;
    font-size: 16px !important
}

.blog-slide .post p.post-excerpt {
    color: #989898 !important;
    font-size: 13px !important;
        font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;
    font-weight: 400;
}

.blog-slide .post .meta-post-left a {
    color: #642F63 !important;
    font-weight: 600 !important;
    font-family: "Gotham";
    text-decoration: underline !important;
    font-size: 10px !important;
}

.blog-slide .post .post-meta-align-right time {
    color: #989898 !important;
        font-family: "Gotham A", "Gotham B", Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 10px !important
}



body .main_hero_section-home,
body .slider_testimonial_section {
    background-size: 100% 100% !important;
}

.testi-slider .owl-dots button.owl-dot span {
    background-color: #D9D9D9;
    width: 11px;
    height: 5px;
    display: inline-flex;
    border-radius: 14px;
}

.testi-slider .owl-dots button.owl-dot.active span {
    background-color: #642F63;
    width: 20px;
}
body .owl-nav button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

body .owl-nav button i {
    font-size: 20px;
}

.testi-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 19px;
}


.mobile-menucontent .popup-user-logout p a {
	text-decoration: none !important;
}

@media screen and (max-width: 500px) {
	.testi-slider .owl-stage-outer {
    box-shadow: unset;
}
	.testi-slider .owl-stage-outer .item{
		box-shadow: 0px 0px 12px -4px #000;
	}
    .foter_form_section .footersignup .email-error-message {
        
        position: unset;
        margin-top: 7px;
    }
}
.wp-card-awa:hover img {
    filter: brightness(0) invert(1) !important;
}
.wp-card-awa:hover h2 {
   color:#FFF !important;
}
.wp-card-awa:hover .elementor-divider span{
	 border:1px solid  white !important;

}

.wp-box-arrow-aw::before {
       content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/05/Ellipse-79.svg) no-repeat;
    width: 82%;
    height: 39px;
    position: absolute;
    background-position: 100% 100%;
    left: 220px;
    top: -6px;
    z-index: -1;
}

.wp-box1-arrow-aw::after {
    content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/05/Ellipse-80.svg) no-repeat;
    width: 82%;
    height: 39px;
    position: absolute;
    background-position: 100% 100%;
    left: 220px;
    top: 35px;
    z-index: -1;
}
@media screen and (max-width: 1080px) {
	
  .wp-box-arrow-aw::before {
       content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/05/Ellipse-79.svg) no-repeat;
    width: 82%;
    height: 39px;
    position: absolute;
    background-position: 100% 100%;
    left: 208px;
    top: -6px;
    z-index: -1;
}

.wp-box1-arrow-aw::after {
    content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/05/Ellipse-80.svg) no-repeat;
    width: 82%;
    height: 39px;
    position: absolute;
    background-position: 100% 100%;
    left: 208px;
    top: 39px;
    z-index: -1;
}
  }
@media screen and (max-width: 768px) {
	
  .wp-box-arrow-aw::before {
       content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/05/Ellipse-79.svg) no-repeat;
    width: 82%;
    height: 39px;
    position: absolute;
    background-position: 100% 100%;
    left: 196px;
    top: -6px;
    z-index: -1;
		display:none !important;
}

.wp-box1-arrow-aw::after {
    content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/05/Ellipse-80.svg) no-repeat;
    width: 82%;
    height: 39px;
    position: absolute;
    background-position: 100% 100%;
    left: 196px;
    top: 35px;
    z-index: -1;
	display:none !important;
}
  }
@media screen and (max-width: 1024px) {
	
  .wp-box-arrow-aw::before {
       content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/05/Ellipse-79.svg) no-repeat;
    width: 82%;
    height: 39px;
    position: absolute;
    background-position: 100% 100%;
    left: 196px;
    top: -6px;
    z-index: -1;
}

.wp-box1-arrow-aw::after {
    content: "";
    background: url(https://verticalresponse.com/wp-content/uploads/2024/05/Ellipse-80.svg) no-repeat;
    width: 82%;
    height: 39px;
    position: absolute;
    background-position: 100% 100%;
    left: 196px;
    top: 35px;
    z-index: -1;
}
  }
/* ----home page popup-css----- */
.for-setting-width img{
	max-width:1050px !important;
}
.Popup-page-text h3{
	color:#642F63 !important;
	font-size:36px !important;
}
.Popup-page-text p{
	color:#642F63 !important;
	font-weight:400 !important;
}
@media screen and (max-width:1024px){
	.for-setting-width img{
	max-width:950px !important;
}
}
@media screen and (max-width:800px){
	.Popup-page-text img{
		padding:10px 0px !important;
	}
	.for-setting-width img{
	max-width:700px !important;
}
}
@media screen and (max-width:500px){
.Popup-page-text h3{
	font-size:25px !important;
}	
	.for-setting-width img{
	max-width:400px !important;
}
}
@media screen and (max-width:375px){
	.for-setting-width img{
	max-width:300px !important;
}
}
/* ----home3--page--css---- */
.home3-second-section .for-myimg-hover img {
  transition: transform 0.3s ease !important;
	width:200px !important;
}

.home3-second-section .for-myimg-hover img:hover {
  transform: scale(1.1) !important; 
}



/* home 3 hero section image css */
@media screen and (min-width:300px) and (max-width:400px){
	.home3colimg {
	display: flex !important;
	justify-content:center;
	align-items:center;
    width: 100%;
	text-align: center;
	margin:0 auto !important;
}
	.home3colimg img {
	width: 300px;
}
}
@media screen and (min-width:400px) and (max-width:601px) {
.home3colimg {
	display: flex !important;
	justify-content:center;
	align-items:center;
    width: 100%;
	text-align: center;
	margin:0 auto !important;
}
.home3colimg img {
	width: 380px;
}
}
@media screen and (min-width:600px) and (max-width:800px) {
.home3colimg {
	display: block !important;
    width: 100%;
	text-align: center;
	margin:0 auto !important;
}
.home3colimg img {
	width: 550px;
}
}
@media (min-width: 800px) and (max-width: 1020px) {
  	.for-setting-alignment{
		justify-content:unset !important;
		align-items:unset !important;
			margin:0 auto;
			text-align:center;
	}
	   .home3colimg{
        display:flex;
			 justify-content:center;
			 align-items:center;
			 width:100% !important;
			 margin:0 auto;
			 text-align:center;
			 margin-top:40px;
    }
	.home3colimg img {
	width: 500px;
}
}
@media screen and (min-width:1021px) and (max-width:1070px) {
.home3colimg {
	position: absolute !important;
    right: 0%;
    top: 30%;
}	
.home3colimg img {
	width: 500px;
}
}
/* @media screen and (min-width:1027px) and (max-width:1280px) {
.home3colimg {
	position: absolute !important;
    right: 1%;
    top: 26%;
}	
.home3colimg img {
	width: 600px;
}
} */
@media screen and (min-width:1070px) and (max-width:1170px) {
.home3colimg {
	position: absolute !important;
    right: -1%;
    top: 30%;
}	
.home3colimg img {
	width: 550px;
}
}
@media screen and (min-width:1170px) and (max-width:1280px){
	.home3colimg {
	position: absolute !important;
    right: 1%;
    top: 30%;
}	
.home3colimg img {
	width: 550px;
}
}
@media screen and (min-width:1280px) and (max-width:1366px) {
.home3colimg {
	position: absolute !important;
    right: 1%;
    top: 26%;
}	
.home3colimg img {
	width: 650px;
}
}
@media screen and (min-width:1370px) and (max-width:1402px) {
.home3colimg {
	position: absolute !important;
    right: 1%;
    top: 25%;
}	
.home3colimg img {
	width: 680px;
}
}
@media screen and (min-width:1403px) and (max-width:1449px) {
.home3colimg {
	position: absolute !important;
    right: 1%;
    top: 25%;
}	
.home3colimg img {
	width: 660px;
}
}
@media screen and (min-width:1450px) and (max-width:1500px)  {
.home3colimg {
	position: absolute !important;
    right: 0%;
    top: 24%;
}	
.home3colimg img {
	width: 700px;
}
}
@media screen and (min-width:1501px) and (max-width:1550px) {
.home3colimg {
	position: absolute !important;
    right: 0%;
    top: 24%;
}	
.home3colimg img {
	width: 700px;
}
}
@media screen and (min-width:1550px) and (max-width:1660px) {
.home3colimg {
	position: absolute !important;
    right: 0%;
    top: 24%;
}	
.home3colimg img {
	width: 700px;
}
}
@media screen and (min-width:1660px) and (max-width:2000px) {
.home3colimg {
	position: absolute !important;
    right: 5%;
    top: 20%;
}	
.home3colimg img {
	width: 750px;
}
}
@media screen and (min-width:2000px) and (max-width:2200px){
	    .home3colimg {
        position: absolute !important;
        right: 7%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 2200px) and (max-width: 2400px){     .home3colimg {
        position: absolute !important;
        right: 14%;
        top: 22%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 2400px) and (max-width: 2700px){     .home3colimg {
        position: absolute !important;
        right: 17%;
        top: 22%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 2700px) and (max-width: 3000px){     .home3colimg {
        position: absolute !important;
        right: 20%;
        top: 22%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 3000px) and (max-width: 3200px){     .home3colimg {
        position: absolute !important;
        right: 23%;
        top: 21%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 3200px) and (max-width: 3400px){     .home3colimg {
        position: absolute !important;
        right: 25%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 3400px) and (max-width: 3700px){     .home3colimg {
        position: absolute !important;
        right: 26%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 3700px) and (max-width: 3900px){     .home3colimg {
        position: absolute !important;
        right: 27%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 3900px) and (max-width: 4100px){     .home3colimg {
        position: absolute !important;
        right: 28%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 4100px) and (max-width: 4300px){     .home3colimg {
        position: absolute !important;
        right: 29%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 4300px) and (max-width: 4500px){     .home3colimg {
        position: absolute !important;
        right: 30%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 4500px) and (max-width: 4700px){     .home3colimg {
        position: absolute !important;
        right: 31%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 4700px) and (max-width: 4900px){     .home3colimg {
        position: absolute !important;
        right: 32%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 4900px) and (max-width: 5100px){     .home3colimg {
        position: absolute !important;
        right: 32%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 5100px) and (max-width: 5300px){     .home3colimg {
        position: absolute !important;
        right: 33%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 5300px) and (max-width: 5500px){     .home3colimg {
        position: absolute !important;
        right: 34%;
        top: 20%;
    }
.home3colimg img {
	width: 800px;
}
}
@media screen and (min-width: 5500px) {
    .home3colimg {
        position: absolute !important;
        right: 35%;
        top: 20%;
    }
}
/* @media screen and (min-width:1935px) and (max-width:2565px) {
.home3colimg {
	position: absolute !important;
    right: 18%;
    top: 20%;
}	
.home3colimg img {
	width: 800px;
}
} */
/* @media screen and (min-width:2570px) {
.home3colimg {
	position: absolute !important;
    right: 18%;
    top: 20%;
}	
.home3colimg img {
	width: 800px;
}
} */

ul.sub-active3 li.current-menu-item a:hover{
	color: #fff !important;
}






/* ------home3-custom-section------ */
.for-background-image .wf-hero-content h1{
	font-weight:700 !important;
	line-height:48px !important;
}
.my-home-form .femailbtngroup {
	width:56% !important;
}
.my-home-form .femailbtngroup #wf-email{
	padding:26px 0px 26px 30px !important;
}
.wf-exp .my-home-form .femailbtn{
	font-size:14px !important;
	padding:26px 0px !important;
	width:36% !important;
}
.my-home-form{
padding:20px 0px 40px 0px !important;}
.my-home-form .femailmsg{
	color:#fff !important;
}
.for-background-image .wf-hero-img-container{
	right:-270px !important;
	width:750px !important;
} 
.for-background-image .for-color{
color:#fff !important;
	padding-top:10px !important;
}
.for-background-image{
	padding:25px 0px 125px 0px!important;
}
.for-background-image .wf-hero-container{
	padding:50px 0px 40px 0px !important;
}
.for-background-image .wf-hero-container .wf-hero-content{
	padding:0px !important;
}
.for-background-image{
	 background-image: url(https://verticalresponse.com/wp-content/uploads/2024/06/verticla-homepage-img.webp) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.for-setting-alignment{
	margin-top:-110px !important;
	position:relative;
	z-index:1000;
}
.for-unique-images{
	max-width:730px;
	margin:0 auto;
	padding:0px 0px 30px 0px;
}
.for-unique-images .for-row-1{
display:grid;
grid-template-columns:1fr 1fr 1fr;
padding-bottom:15px;}
.for-unique-images .for-row-2{
display:grid;
grid-template-columns:1fr 1fr 1fr;
padding-bottom:15px;}
.for-unique-images .for-img img{
	width:200px;
	height:auto;
}
.for-unique-images .for-img{
display:flex;
justify-content:center;
align-content:center;}
.for-unique-images .for-row-1{
  transition: transform 0.3s ease !important;
}

.for-unique-images .for-row-1:hover {
  transform: scale(1.1) !important; 
}
.for-unique-images .for-row-2{
  transition: transform 0.3s ease !important;
}

.for-unique-images .for-row-2:hover {
  transform: scale(1.1) !important; 
}
section#block-system-main{
		padding:0px !important;
	}
@media screen and (max-width:1650px) and (min-width:1600px){
	.for-background-image .wf-hero-img-container {
		    right: -230px !important;
		   width: 730px !important;
    }
}
@media screen and (max-width:1599px) and (min-width:1400px){
	    .for-background-image .wf-hero-img-container {
        top: 75px !important;
        right: 10px !important;
        width: 650px !important;
    }
	    .for-background-image {
        padding: 15px 0px 76px 0px !important;
    }
}
@media screen and (max-width:1399px) and (min-width:1275px){
	       .for-background-image .wf-hero-img-container {
        top: 80px !important;
        right: -10px !important;
        width: 640px !important;
    }
	.for-background-image {
    padding: 20px 0px 75px 0px !important;
}
}
@media screen and (max-width:1274px) and (min-width:1200px){
	    .for-background-image .wf-hero-img-container {
        top: 95px !important;
        right: -40px !important;
        width: 620px !important;
    }
.for-background-image {
    padding: 20px 0px 75px 0px !important;
}
}
@media screen and (max-width:1025px){
	.page-id-6  .wf-exp .for-background-image .wf-hero-content h1 {
font-size:30px !important;
	        line-height: 30px !important;}
}
@media screen and (max-width:1199px) and (min-width:993px){
	    .for-background-image .wf-hero-img-container {
        top: 80px !important;
        right: -30px !important;
        width: 560px !important;
    }
	    .page-id-6  .wf-exp .for-background-image .wf-hero-content h1 {
font-size:30px !important;
	        line-height: 30px !important;}
	.wf-exp .for-background-image .wf-cta-container .wf-cta{
		width:45% !important;
		margin-left:20px !important;
	}
	.for-background-image {
    padding: 20px 0px 45px 0px !important;
}
	.for-background-image .wf-hero-container{
	padding:50px 0px 40px 20px !important;
}
}
@media screen and (max-width:992px) and (min-width:800px) {
	.wf-exp .for-background-image .wf-cta-container .wf-cta{
		width:60% !important;
	}
	.for-background-image .col-md-5{
		width:100% !important;
	}
	.for-background-image  .header_laptop{
width:700px !important;
	display:flex;
	justify-content:center;
		align-items:center;
		margin:0 auto !important;
		text-align:center;
	}
	.for-background-image {
    padding:0px 0px   360px 0px !important;
}
		.wf-exp .for-background-image .wf-hero-content h1 {
text-align:center !important;}
	.wf-exp .for-background-image .wf-hero-content p {
text-align:center !important;}
	.for-background-image .wf-hero-container{
	padding:50px 30px 40px 30px !important;
}
	section#block-system-main{
		padding:0px !important;
	}
}
@media screen and (max-width:799px) and (min-width:600px){
	.wf-exp .for-background-image .wf-cta-container .wf-cta{
		width:90% !important;
		margin:0 !important;
	}
	.for-background-image .femailbtngroup{
width:90% !important;} 
	.for-background-image .col-md-5{
		width:100% !important;
	}
	.for-background-image  .header_laptop{
width:580px !important;
	display:flex;
	justify-content:center;
		align-items:center;
		margin:0 auto !important;
		text-align:center;
	}
	.for-background-image{
		padding:0px 0px 398px 0px !important;
	}
	.wf-exp .for-background-image .wf-hero-content h1 {
text-align:center !important;}
	.wf-exp .for-background-image .wf-hero-content p {
text-align:center !important;}
	.for-background-image .wf-hero-container {
    padding: 50px 30px 40px 30px !important;
}
}

@media screen and (max-width:599px) and (min-width:501px){
	.for-background-image  .header_laptop{
width:450px !important;
	display:flex;
	justify-content:center;
		align-items:center;
		margin:0 auto !important;
		text-align:center;
	}
	.wf-exp .for-background-image .wf-cta-container .wf-cta{
		width:90% !important;
		margin:0 !important;
	}
	.for-background-image .femailbtngroup{
width:90% !important;} 
	.for-background-image{
		padding:0px 0px 358px 0px !important;
	}
	.wf-exp .for-background-image .wf-hero-content h1 {
text-align:center !important;}
	.wf-exp .for-background-image .wf-hero-content p {
text-align:center !important;}
	.for-unique-images .for-row-1{
display:grid;
grid-template-columns:1fr;
		grid-gap:20px;
padding-bottom:20px;}
.for-unique-images .for-row-2{
display:grid;
grid-template-columns:1fr;
	grid-gap:20px;}
	.for-background-image .wf-hero-container {
    padding: 50px 30px 40px 30px !important;
}
}


@media  screen and (max-width:500px){
	.for-unique-images .for-row-1{
display:grid;
grid-template-columns:1fr;
padding-bottom:20px;
	grid-gap:20px;}
.for-unique-images .for-row-2{
display:grid;
grid-template-columns:1fr;
	grid-gap:20px;
}
	.for-background-image  .header_laptop{
width:380px !important;
	display:flex;
	justify-content:center;
		align-items:center;
		margin:0 auto !important;
		text-align:center;
		padding-top:20px !important;
	}
		.wf-exp .for-background-image .wf-cta-container .wf-cta{
		width:90% !important;
		margin:0 !important;
	}
	.for-background-image .femailbtngroup{
width:90% !important;} 
	.for-background-image{
		padding:0px 0px 190px 0px !important;
	}
	.wf-exp .for-background-image .wf-hero-container{
		padding-top:55px !important;
	}
	.wf-exp .for-background-image .wf-hero-content h1 {
		font-size:25px !important;
text-align:center !important;
		line-height:25px !important;
	}
	.wf-exp .for-background-image .wf-hero-content p {
text-align:center !important;}
	.my-home-form{
		padding:0px 0px 20px 20px !important;
		display:flex !important;
		flex-direction:column !important;
		align-items:center !important;
		justify-content:center !important;
	}
	.for-background-image .wf-hero-container {
    padding: 40px 30px 40px 30px !important;
}
	.for-setting-alignment{
	margin-top:-60px !important;
}
}
@media screen and (max-width:480px){
	.for-background-image .femailbtngroup .femailmsg {
        top: 55px !important;
    }
	.my-home-form .femailbtngroup #wf-email {
    margin-bottom: 30px !important;
}
}
@media screen and (max-width:400px){
	.for-background-image  .header_laptop{
width:300px !important;
	}
	.for-background-image{
padding:0px 0px 180px 0px !important}
}
@media screen and (max-width:399px) and (min-width:300px){
	.for-background-image  .header_laptop{
width:300px !important;
	display:flex;
	justify-content:center;
		align-items:center;
		margin:0 auto !important;
		text-align:center;
	}
		.wf-exp .for-background-image .wf-cta-container .wf-cta{
		width:90% !important;
		margin:0 !important;
	}
	.for-background-image .femailbtngroup{
width:90% !important;} 
	.for-background-image{
		padding:0px 0px 180px 0px !important;
	}
	.wf-exp .for-background-image .wf-hero-content h1 {
text-align:center !important;}
	.wf-exp .for-background-image .wf-hero-content p {
text-align:center !important;}
}		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>	<!-- GTM Container placement set to footer -->
<!-- Google Tag Manager (noscript) -->
				
<!-- End Google Tag Manager (noscript) -->	</head>

<body class="home page-template-default page page-id-6 elementor-default elementor-kit-15146 elementor-page elementor-page-6">
<script data-cfasync="false" data-no-defer="1" data-no-minify="1" data-no-optimize="1">if(typeof ewww_webp_supported==="undefined"){var ewww_webp_supported=!1}if(ewww_webp_supported){document.body.classList.add("webp-support")}</script>

<header id="navbar" role="banner" class="navbar navbar-fixed-top navbar-default">
	<div class="container">

		<div class="navbar-header">
			<a href="https://verticalresponse.com" title="Home" class="logo navbar-btn pull-left">
              <img data-perfmatters-preload src="https://verticalresponse.com/wp-content/uploads/2023/10/Group-1000004162.svg" alt="Home">
            </a>
			<button type="button" class="navbar-toggle" 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">
			<nav role="navigation">
				<div class="region region-navigation">
					<section>
						<div class="tempnav">

							
							<ul role="navigation" class="nav nav-pills vrutility wf-nav wf-nav-secondary" style="float: right;">
								<li class="login"><a href="https://vr2.verticalresponse.com/users/sign_in" class="btn btn-success vre-cta wf-login" role="button" title="Log In">Log In</a>
								<span class="login-divider"></span>
								</li>
								<li class="signup signup-wrapper">
									<input type="email" placeholder="Email address" class="email-submit js_email-submit" /><a href="https://vr2.verticalresponse.com/users/sign_up?buy_now_product_id=VR2_FREEMIUM-300&page=topnav" class="js_email-signup-cta btn btn-primary vre-cta pricing-cta" role="button" title="Nav Sign Up Free" data-ceid="Nav Get Started"  name="/pricing/" >
									<i class="fa fa-chevron-circle-right" aria-hidden="true" style="color:#fff;"></i> START FREE TRIAL</a>
									<span class="email-error-message hide">Please enter a valid email address</span>
								</li>
							</ul>
							
							<ul role="navigation" class="nav nav-pills main wf-nav wf-nav-main">
								<li class="wf-dropdown vrheadlink wf-dropdown-features dropdown hidden-xs">
									<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Features <i class="fa fa-chevron-down"></i></a>
									<ul class="wf-dropdown-menu dropdown-menu">
										<li><a href="https://verticalresponse.com/features/">Overview</a></li>
										<li><a href="/features/ai-content-assistant/">AI Content Assistant</a></li>
										<li><a href="/features/email-editor/">Easy-To-Use Editor</a></li>
										<li><a href="https://verticalresponse.com/features/#automated-follow-up-emails">Automated Follow-Up Emails</a></li>
										<li><a href="/features/email-automation/">Autoresponders & Email Series</a></li>
										<li><a href="/features/advanced-reporting/">Advanced Reporting</a></li>
										<li><a href="/features/landing-pages/">Landing Page Builder</a></li>
										<li><a href="https://verticalresponse.com/features/#ab-testing">A/B Testing</a></li>
										<li><a href="https://verticalresponse.com/features/test-kit/">Test Kit</a></li>
										<li><a href="https://verticalresponse.com/features/surveys-creator/">Surveys Creator</a></li>
										
										<li class="newsubmenuitem3">
											<a href="https://verticalresponse.com/features/#more-features" class="elementor-sub-item3 elementor-item-anchor has-submenu" >More Features<span class="sub-arrow"><i class="fas fa-chevron-right"></i></span></a>
	<ul class="sub-menu3"  style="display: none;">
<!-- 		<li class=""><a href="" class="elementor-sub-item elementor-item-anchor">Overview</a></li> -->
		<li class=""><a href="https://verticalresponse.com/features/pop-ups/" class="elementor-sub-item">Pop Ups</a></li>
		<li class=""><a href="https://verticalresponse.com/integration/" class="elementor-sub-item">Integrations</a></li>
		<li class=""><a href="https://verticalresponse.com/features/online-forms-builder/" class="elementor-sub-item">Form Builder</a></li>
		<li class=""><a href="https://developer.verticalresponse.com/" class="elementor-sub-item">Developer API</a></li>
		<li class=""><a href="https://verticalresponse.com/pricing/non-profit/application" class="elementor-sub-item">Non-Profit</a></li>
	</ul>
</li>
									</ul>
								</li>
								<li class="visible-xs"><a href="https://verticalresponse.com/features-old/">Features</a></li>
								<li class="visible-main"><a href="https://verticalresponse.com/pricing/">Pricing</a></li>
								<li class="visible-main"><a href="https://verticalresponse.com/partner/">Partner</a></li>
								<li class="visible-main es-hide-sitesync"><a href="https://verticalresponse.com/blog/">Blog</a></li>
								<li class="visible-main es-hide-sitesync"><a href="https://support.verticalresponse.com/hc/en-us">Support</a></li>
								<li class="visible-main es-hide-sitesync"><a href="https://verticalresponse.com/more/">More</a></li>
							</ul>

							
						</div>
					</section> 
				</div>
			</nav>
		</div>
		
		<!-- request link -->
		<div class="menu-request-link">
          <a href="https://support.verticalresponse.com/hc/en-us/requests/new?ticket_form_id=1500000865181">Submit a Request</a>
        </div>
		<!-- request link -->
		
		<!-- toggle button -->
		<div class="menu-toggleicon">
        <a class="elementor-icon" href="#">
			<i aria-hidden="true" class="fas fa-bars"></i>
		</a>
        </div>
		<!-- toggle button -->
		
	</div>
	
	
</header>

	
	
	<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {


		
	$(document).ready(function(){
    $("ul.dropdown-menu li.newsubmenuitem3").mouseenter(function(){
        $(this).find("a.has-submenu").addClass("active-item3");
        $(this).find("ul").addClass("sub-active3");
    }).mouseleave(function(){
        $(this).find("a.has-submenu").removeClass("active-item3");
        $(this).find("ul").removeClass("sub-active3");
        $(this).find("a.has-submenu").off("click");
    });
});
		
});</script>


<div id="pageNodeWrap" class="main-container container">
	<div class="pageNodeRow row">
		<section class="col-sm-12">
			<a id="main-content"></a>
			<div class="region region-content">
				<section id="block-system-main" class="block block-system clearfix">
					<article id="node-3927" class="node node-vr2-page node-promoted clearfix" about="/test-0" typeof="sioc:Item foaf:Document">
						<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded">
							<div class="wf-exp test_new_homepage">
								<div class="wf-main-container">
									<div class="row">
										<div class="col-sm-12 col-md-12 col-lg-12 wf-main-col">

												<section class="wf-section wf-hero-section for-background-image">
												<div class="container wf-container wf-hero-container">
													<div class="row">
														<div class="col-md-5 col-lg-6 wf-hero-content">
															<h1 style="color: #fff;">Easy email marketing to communicate with your customers</h1>
															<P class="for-color">
																Designed for busy entrepreneurs, our platform lets you create beautiful emails that resonate with your customers. Say goodbye to complex interfaces and hello to straightforward success!
															</P>
															<div class="wf-cta-container" style="z-index:500;">
																																<div class="wf-cta-container femailgroup homeherosection my-home-form" id="thinkplus-wp-button"  style="z-index:500;">
<div class="femailbtngroup ">														<input class="form-control input-lg wf-email femailinput" id="wf-email" name="wf-email" placeholder="Email Address" size="30" type="email" required="">
<h6 class="femailmsg">Please enter a valid email address</h6>
</div>															<a href="https://vr2.verticalresponse.com/users/sign_up?buy_now_product_id=VR2_FREEMIUM-300&amp;page=topnav" class="btn btn-primary wf-cta femailbtn">Start Free Trial</a> 
																														</div>
																																																<img alt="Mobile friendly email" class="header_laptop" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/06/hero-img-1-_1_-1.webp"><noscript><img alt="Mobile friendly email" class="header_laptop" src="https://verticalresponse.com/wp-content/uploads/2024/06/hero-img-1-_1_-1.webp"></noscript>
															</div>
															
														</div>
														<div class="wf-hero-img-container">
														<div class="wf-hero-img" style="background:transparent url(https://verticalresponse.com/wp-content/uploads/2024/06/hero-img-1-_1_-1.webp) no-repeat top; background-size:100% auto;"></div>
														</div>
													</div>
												</div>
											</section>

											<section class="wf-section wf-hero-linebreak-section">
												<div class="container wf-container wf-hero-linebreak-container">
													<div class="row">
														<div class="col-md-12 col-lg-12 wf-hero-linebreak for-setting-alignment">
                                                            <div class="for-unique-images">
																<a class="for-row-1" href="https://www.trustpilot.com/review/verticalresponse.com">
																	<div class="for-img">
																	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/05/first-stars.svg"><noscript><img src="https://verticalresponse.com/wp-content/uploads/2024/05/first-stars.svg"></noscript>
																</div>
																<div class="for-img">
																	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/05/first-text.svg"><noscript><img src="https://verticalresponse.com/wp-content/uploads/2024/05/first-text.svg"></noscript>
																</div>
																<div class="for-img">
																	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/05/first-brand.svg"><noscript><img src="https://verticalresponse.com/wp-content/uploads/2024/05/first-brand.svg"></noscript>
																</div>
																</a>
																<a class="for-row-2" href="https://www.trustradius.com/products/verticalresponse/reviews">
																	<div class="for-img">
																	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/05/second-stars.svg"><noscript><img src="https://verticalresponse.com/wp-content/uploads/2024/05/second-stars.svg"></noscript>
																</div>
																<div class="for-img">
																	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/05/second-text.svg"><noscript><img src="https://verticalresponse.com/wp-content/uploads/2024/05/second-text.svg"></noscript>
																</div>
																<div class="for-img">
																	<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/05/second-brand.svg"><noscript><img src="https://verticalresponse.com/wp-content/uploads/2024/05/second-brand.svg"></noscript>
																</div>
																</a>
															</div>
															<h3>VerticalResponse provides all the tools you need to run a successful email marketing campaign</h3>
														</div>
													</div>
												</div>
											</section>

											<section class="wf-section wf-features-section">
												<div class="container wf-container wf-features-container wf-icons-fixed">
													<div class="row">
																												<div class="wf-features-imgs-container 123">
															<div class="wf-features-laptop" style="background: transparent url(https://verticalresponse.com/wp-content/themes/verticalresponse/images/laptop_0.png) no-repeat 115% top; background-size: 1100px auto;">
																																<div data-bg="https://verticalresponse.com/wp-content/uploads/2024/06/feature-create-1-_1_.webp" class="wf-features-img wf-active rocket-lazyload" data-key="create" style=""></div>
																																<div data-bg="https://verticalresponse.com/wp-content/uploads/2024/06/feature-set-2-_1_.webp" class="wf-features-img rocket-lazyload" data-key="set" style=""></div>
																																<div data-bg="https://verticalresponse.com/wp-content/uploads/2024/06/feature-direct-3-_1_.webp" class="wf-features-img rocket-lazyload" data-key="direct" style=""></div>
																																<div data-bg="https://verticalresponse.com/wp-content/uploads/2024/06/feature-monitor-4-_1_.webp" class="wf-features-img rocket-lazyload" data-key="monitor" style=""></div>
																																<div data-bg="https://verticalresponse.com/wp-content/uploads/2024/06/feature-learn-5-_1_.webp" class="wf-features-img rocket-lazyload" data-key="learn" style=""></div>
																															</div>
														</div>
														<div class="col-md-5 wf-features-content">
																														<div class="wf-feature" data-key="create">
																<h3>Create a beautiful email in minutes</h3>
																<img class="preview" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Create a beautiful email in minutes" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/06/feature-create-1-_1_.webp"><noscript><img class="preview" src="https://verticalresponse.com/wp-content/uploads/2024/06/feature-create-1-_1_.webp" alt="Create a beautiful email in minutes"></noscript>
																<p>Change the look and feel of your email to perfectly reflect your brand.</p>
																<a class="wf-feature-link" href="https://verticalresponse.com/features/#easy-to-use-editor">Learn More</a>
															</div>
																														<div class="wf-feature" data-key="set">
																<h3>Set your email to send at the perfect time</h3>
																<img class="preview" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Set your email to send at the perfect time" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/06/feature-set-2-_1_.webp"><noscript><img class="preview" src="https://verticalresponse.com/wp-content/uploads/2024/06/feature-set-2-_1_.webp" alt="Set your email to send at the perfect time"></noscript>
																<p>Automate when your email is sent to your contacts.</p>
																<a class="wf-feature-link" href="https://verticalresponse.com/features/#automated-follow-up-emails">Learn More</a>
															</div>
																														<div class="wf-feature" data-key="direct">
																<h3>Direct your visitors to a custom landing page</h3>
																<img class="preview" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Direct your visitors to a custom landing page" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/06/feature-direct-3-_1_.webp"><noscript><img class="preview" src="https://verticalresponse.com/wp-content/uploads/2024/06/feature-direct-3-_1_.webp" alt="Direct your visitors to a custom landing page"></noscript>
																<p>No coding required. Just select a template, edit and publish.</p>
																<a class="wf-feature-link" href="https://verticalresponse.com/features/#landing-page-creator">Learn More</a>
															</div>
																														<div class="wf-feature" data-key="monitor">
																<h3>Monitor your campaign's performance</h3>
																<img class="preview" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Monitor your campaign's performance" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/06/feature-monitor-4-_1_.webp"><noscript><img class="preview" src="https://verticalresponse.com/wp-content/uploads/2024/06/feature-monitor-4-_1_.webp" alt="Monitor your campaign's performance"></noscript>
																<p>See open rates, clicks, devices, locations and more.</p>
																<a class="wf-feature-link" href="https://verticalresponse.com/features/#advanced-reporting">Learn More</a>
															</div>
																														<div class="wf-feature" data-key="learn">
																<h3>Learn what your customers care about</h3>
																<img class="preview" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Learn what your customers care about" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/06/feature-learn-5-_1_.webp"><noscript><img class="preview" src="https://verticalresponse.com/wp-content/uploads/2024/06/feature-learn-5-_1_.webp" alt="Learn what your customers care about"></noscript>
																<p>Easily design and distribute surveys in minutes. Collect actionable insights in real time.</p>
																<a class="wf-feature-link" href="https://verticalresponse.com/features/#surveys">Learn More</a>
															</div>
																													</div>
																											</div>
												</div>
											</section>

											<section class="wf-section wf-testimonial-linebreak-section">
												<div class="container wf-container wf-testimonial-linebreak-container">
													<div class="row">
														<div class="col-md-12 col-lg-12 wf-testimonial-linebreak">
															<h3>Create your first email campaign now!</h3>
															<div class="wf-cta-container">
															<a class="btn btn-primary wf-cta" href="https://vr2.verticalresponse.com/users/sign_up?source=&#038;medium=organic&#038;campaign=website&#038;term=/&#038;content=&#038;sn=" style="font-size: 16px;  padding: 10px 40px; border-radius: 4px;">Start Free Trial</a>
															</div>
														</div>
													</div>
												</div>
											</section>

											<section class="wf-section wf-testimonial-section">
												<div class="container wf-container wf-testimonial-container">
													<div class="row">
														<div class="col-md-12 col-lg-12 wf-testimonial-header">
															<h3>Over 1,000,000 businesses of all sizes have trusted the VerticalResponse platform with their email marketing needs.</h3>
														</div>
													</div>
													<div class="row">
																										<div class="col-md-4 col-lg-4 wf-testimonial-content">
														<h4>Trusted by Large Businesses</h4>
														<div class="wf-testimonial-wrapper">
															<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="PETER LANGENSTEIN" class="hp-testimonial-headshot" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2020/11/peter.png"><noscript><img src="https://verticalresponse.com/wp-content/uploads/2020/11/peter.png" alt="PETER LANGENSTEIN" class="hp-testimonial-headshot"></noscript>
															<span class="hp-testimonial-logo brix wf-testimonial-logo"></span>
															<p class="hp-testimonial-decr wf-testimonial-decr">
																As an e-commerce business, email is the single most important way to communicate with my customers. VerticalResponse delivers.															</p>
															<p class="wf-testimonial-author">
																PETER LANGENSTEIN,<br> FOUNDER OF BRIX26															</p>
														</div>
													</div>
																										<div class="col-md-4 col-lg-4 wf-testimonial-content">
														<h4>Trusted by Small Businesses</h4>
														<div class="wf-testimonial-wrapper">
															<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="TERRAN BAYER" class="hp-testimonial-headshot" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2020/11/terran.png"><noscript><img src="https://verticalresponse.com/wp-content/uploads/2020/11/terran.png" alt="TERRAN BAYER" class="hp-testimonial-headshot"></noscript>
															<span class="hp-testimonial-logo westway wf-testimonial-logo"></span>
															<p class="hp-testimonial-decr wf-testimonial-decr">
																I rely on social media and email marketing to keep my clients up to date and that‘s why I turn to VerticalResponse.															</p>
															<p class="wf-testimonial-author">
																TERRAN BAYER,<br> FOUNDER OF WESTWAY STUDIO															</p>
														</div>
													</div>
																										<div class="col-md-4 col-lg-4 wf-testimonial-content">
														<h4>Trusted by Non-profits</h4>
														<div class="wf-testimonial-wrapper">
															<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="MARK KLAIMAN" class="hp-testimonial-headshot" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2020/11/mark.png"><noscript><img src="https://verticalresponse.com/wp-content/uploads/2020/11/mark.png" alt="MARK KLAIMAN" class="hp-testimonial-headshot"></noscript>
															<span class="hp-testimonial-logo petcam wf-testimonial-logo"></span>
															<p class="hp-testimonial-decr wf-testimonial-decr">
																We’ve been a loyal VerticalResponse customer for seven years (that‘s 49 dog years) and things have never been better!															</p>
															<p class="wf-testimonial-author">
																MARK KLAIMAN,<br> CO-FOUNDER OF PET CAMP															</p>
														</div>
													</div>
																										</div>
												</div>
											</section>

											<section class="wf-section wf-logo-section">
												<div class="container wf-container wf-logo-container">
													<div class="row">
														<div class="col-md-5ths col-lg-5ths wf-logo-content">
															<div class="wf-logo" data-key="dole" style="background: transparent url('https://verticalresponse.com/wp-content/uploads/2020/12/logo-sprite.png') no-repeat;"></div>
														</div>
														<div class="col-md-5ths col-lg-5ths wf-logo-content">
															<div class="wf-logo" data-key="worldblu" style="background: transparent url('https://verticalresponse.com/wp-content/uploads/2020/12/logo-sprite.png') no-repeat;"></div>
														</div>
														<div class="col-md-5ths col-lg-5ths wf-logo-content">
															<div class="wf-logo" data-key="annies" style="background: transparent url('https://verticalresponse.com/wp-content/uploads/2020/12/logo-sprite.png') no-repeat;"></div>
														</div>
														<div class="col-md-5ths col-lg-5ths wf-logo-content">
															<div class="wf-logo" data-key="habitat" style="background: transparent url('https://verticalresponse.com/wp-content/uploads/2020/12/logo-sprite.png') no-repeat;"></div>
														</div>
														<div class="col-md-5ths col-lg-5ths wf-logo-content">
															<div class="wf-logo" data-key="ymca" style="background: transparent url('https://verticalresponse.com/wp-content/uploads/2020/12/logo-sprite.png') no-repeat;"></div>
														</div>
													</div>
												</div>
											</section>
										</div>
									</div>
								</div>
							</div>
						</div> 
					</article>
				</section> 
			</div>
		</section>
	</div>
</div>

<!-- Above Section CTA -->

<div class="foot_topper">
    <div class="container">
        <div class="region region-foot-topper">
            <section>
                <p class="headline-2">Ready to create your first email? Sign up now!</p>
                <p class="text-center">
                	<a class="wf-btn" title="Get Started" href="https://vr2.verticalresponse.com/users/sign_up?source=&#038;medium=organic&#038;campaign=website&#038;term=/&#038;content=&#038;sn=">
                		<i aria-hidden="true" style="color:#fff; margin-top: 30px !important;"></i> 
                		START FREE TRIAL                	</a>
                </p>
                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="jumbo" alt="cta_image" data-lazy-src="https://verticalresponse.com/wp-content/uploads/2024/06/background-cta-image-lp-_1_.webp"><noscript><img src="https://verticalresponse.com/wp-content/uploads/2024/06/background-cta-image-lp-_1_.webp" class="jumbo" alt="cta_image"></noscript>
            </section> 
        </div>
    </div>
</div>

<footer class="page-footer clearfix">
    <div class="footer">
        <div class="wrapper">
            <div class="footer-top-widget">

                <div class="widget widget-top-left widget_text">
                    <div class="textwidget">
                    	<div class="row">
	                        <div class="col-md-2">
	                            <img class="img-responsive footer-logo 1" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="vr-logo-white" data-lazy-src="https://verticalresponse.com/wp-content/themes/verticalresponse/assets/images/vr-logomark-white.svg"><noscript><img class="img-responsive footer-logo 1" src="https://verticalresponse.com/wp-content/themes/verticalresponse/assets/images/vr-logomark-white.svg" alt="vr-logo-white"></noscript>
	                        </div>
	                        <div class="col-md-10">
		                        		                          <ul role="navigation" class="nav nav-pills"><li id="menu-item-3042" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6 current_page_item menu-item-3042"><a href="https://verticalresponse.com/" aria-current="page">Home</a></li>
<li id="menu-item-27054" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27054"><a href="https://verticalresponse.com/features/">Features</a></li>
<li id="menu-item-23647" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23647"><a href="https://verticalresponse.com/pricing/">Pricing</a></li>
<li id="menu-item-23650" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23650"><a href="https://verticalresponse.com/partner/">Partner</a></li>
<li id="menu-item-3043" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3043"><a href="https://verticalresponse.com/blog/">Blog</a></li>
</ul>		                        	                        </div>
                        </div>
                    </div>
                </div>

                <div class="widget widget-top-right widget_text">
                    <div class="wf-exp">
<div class="wf-cta-container femailgroup" style="z-index:500;">
<div class="femailbtngroup">														<input class="form-control input-lg wf-email femailinput" id="wf-email" name="wf-email" placeholder="Email Address" size="30" type="email" required="">
<h6 class="femailmsg">Please enter a valid email address</h6>
</div>															<a href="https://vr2.verticalresponse.com/users/sign_up?buy_now_product_id=VR2_FREEMIUM-300&page=topnav" class="btn btn-primary wf-cta femailbtn" >Start Free Trial</a> 
																														</div>																														</div>                </div>

            </div>

            <div class="footer-details upfoter">

                <div class="widget widget_nav_menu">
                    <div class="widget-title h4">COMPANY</div><div class="menu-company-menu-container"><ul id="menu-company-menu" class="menu"><li id="menu-item-31165" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31165"><a href="https://verticalresponse.com/about/">About Us</a></li>
<li id="menu-item-23654" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23654"><a href="https://verticalresponse.com/about22/jobs/">Jobs</a></li>
<li id="menu-item-278" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-278"><a href="https://verticalresponse.com/about/#contact">Contact Us</a></li>
<li id="menu-item-23655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23655"><a href="https://verticalresponse.com/partner/">Partner With Us</a></li>
<li id="menu-item-281" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-281"><a href="https://verticalresponse.com/integration/">Integrations</a></li>
<li id="menu-item-282" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-282"><a href="https://developer.verticalresponse.com">Developer API</a></li>
<li id="menu-item-13930" class="chat-link-footer menu-item menu-item-type-custom menu-item-object-custom menu-item-13930"><a target="_blank" rel="noopener" href="https://static.zdassets.com/web_widget/latest/liveChat.html?v=10#key=verticalresponsehelp.zendesk.com">Online Chat</a></li>
</ul></div>                </div>

                <div class="widget widget_recent_entries">
                    <div class="widget-title h4">RESOURCE CENTER</div><div class="menu-resource-center-container"><ul id="menu-resource-center" class="menu"><li id="menu-item-12974" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-12974"><a href="https://verticalresponse.com/blog/8-tips-for-boosting-customer-engagement-through-email-marketing/">8 Tips for Boosting Customer Engagement Through Email Marketing</a></li>
<li id="menu-item-12978" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-12978"><a href="https://verticalresponse.com/blog/if-you-build-it-they-will-come-growing-your-presence-with-a-social-media-challenge/">If You Build It They Will Come: Growing Your Presence With a Social Media Challenge</a></li>
<li id="menu-item-12969" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-12969"><a href="https://verticalresponse.com/blog/staying-out-of-the-junk-folder-tips-for-engaging-new-consumers/">Staying Out of the Junk Folder: Tips for Engaging New Consumers</a></li>
<li id="menu-item-12970" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-12970"><a href="https://verticalresponse.com/blog/looking-for-a-smooth-touchdown-dos-and-donts-of-landing-page-design/">Looking For a Smooth Touchdown: Do’s and Don’ts of Landing Page Design</a></li>
<li id="menu-item-12971" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-12971"><a href="https://verticalresponse.com/blog/building-real-bonds-relationships-and-awareness-through-interactive-content/">Building Real Bonds: Relationships and Awareness Through Interactive Content</a></li>
</ul></div>                </div>

                <div class="widget cat-post-widget">
                    <div class="widget-title h4">DOWNLOADABLE GUIDES</div><div class="menu-downloadable-guides-container"><ul id="menu-downloadable-guides" class="menu"><li id="menu-item-10014" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10014"><a href="https://verticalresponse.com/blog/7-email-analytics-concepts-you-should-get-familiar-with/">7 Email Analytics Concepts You Should Get Familiar With</a></li>
<li id="menu-item-10015" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10015"><a href="https://verticalresponse.com/blog/a-creative-touch-how-and-when-to-use-gifs-in-emails/">A Creative Touch: How and When to Use GIFs in Emails</a></li>
<li id="menu-item-10017" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10017"><a href="https://verticalresponse.com/blog/when-to-send-email-coupons-to-customers/">Nice Save! When to Send Email Coupons to Your Customers</a></li>
<li id="menu-item-10018" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10018"><a href="https://verticalresponse.com/blog/7-simple-yet-powerful-email-marketing-ideas-for-local-nonprofits/">7 simple (yet powerful) email marketing ideas for local nonprofits</a></li>
</ul></div><!--                     <a class="cat-post-footer-link" href="<php echo BASE_URL; ?>/blog/category/email-marketing/">View More Guides</a> -->
                </div>

                <div class="widget widget_text fsocial-icons">
                    <div class="widget-title h4">USEFUL WEBINARS</div><div class="menu-useful-webinars-container"><ul id="menu-useful-webinars" class="menu"><li id="menu-item-10019" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10019"><a href="https://verticalresponse.com/blog/how-to-get-the-most-revenue-from-email-marketing-register-for-our-free-webinar/">How to get the most revenue from email marketing</a></li>
<li id="menu-item-10020" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10020"><a href="https://verticalresponse.com/blog/improve-your-email-marketing-with-automation-webinar/">Improve your email marketing with automation [webinar]</a></li>
<li id="menu-item-10021" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-10021"><a href="https://verticalresponse.com/blog/from-zero-to-success-building-an-email-list-from-scratch/">From zero to success: Building an email list from scratch</a></li>
</ul></div>					<div class="f-social-icons">
						
						<ul>
							<li><a href="https://www.linkedin.com/company/verticalresponse"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none">
<path d="M14.9963 15L15 14.9994V9.49813C15 6.80687 14.4206 4.73375 11.2744 4.73375C9.76188 4.73375 8.74687 5.56375 8.3325 6.35063H8.28875V4.985H5.30562V14.9994H8.41187V10.0406C8.41187 8.735 8.65937 7.4725 10.2762 7.4725C11.8694 7.4725 11.8931 8.9625 11.8931 10.1244V15H14.9963ZM0.2475 4.98563H3.3575V15H0.2475V4.98563ZM1.80125 0C0.806875 0 0 0.806875 0 1.80125C0 2.79562 0.806875 3.61937 1.80125 3.61937C2.79562 3.61937 3.6025 2.79562 3.6025 1.80125C3.60217 1.32363 3.41229 0.865668 3.07456 0.52794C2.73683 0.190211 2.27887 0.000331106 1.80125 0Z" fill="#4E1042"/>
</svg></a></li>
								<li><a href="https://twitter.com/VR4SmallBiz"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.09649 6.56607L13.2559 1.37155C13.4463 1.13368 13.4083 0.786175 13.1709 0.595303C12.9335 0.404521 12.5867 0.442554 12.3962 0.680469L8.38999 5.68371L4.38375 0.680469C4.33212 0.615983 4.26669 0.563937 4.19229 0.528172C4.1179 0.492407 4.03644 0.473836 3.95393 0.473828H0.709253C0.605389 0.47383 0.50364 0.503243 0.415736 0.558678C0.327833 0.614113 0.257354 0.693311 0.212426 0.787143C0.167498 0.880974 0.14995 0.985618 0.161804 1.08901C0.173659 1.1924 0.214433 1.29033 0.279427 1.37151L6.06113 8.5921L1.90174 13.7866C1.7113 14.0245 1.74934 14.372 1.98669 14.5629C2.08433 14.6416 2.2059 14.6845 2.33122 14.6843C2.4138 14.6845 2.49535 14.6659 2.56982 14.6302C2.64429 14.5944 2.70977 14.5423 2.76139 14.4777L6.76767 9.47446L10.7739 14.4777C10.8255 14.5422 10.8909 14.5942 10.9653 14.63C11.0397 14.6658 11.1212 14.6843 11.2037 14.6843H14.4493C14.7536 14.6843 15.0003 14.4372 15.0003 14.1322C15.0003 13.9914 14.9478 13.863 14.8612 13.7655L9.09649 6.56607ZM1.85792 1.57815L11.4681 13.58H13.2997L3.68955 1.57815H1.85792Z" fill="#4E1042"/>
</svg></a></li>
							<li><a href="https://www.instagram.com/verticalresponse/"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none">
<path d="M11.2497 0H3.74991C1.68764 0 0 1.68764 0 3.74991V11.2501C0 13.3118 1.68764 15 3.74991 15H11.2497C13.312 15 14.9996 13.3118 14.9996 11.2501V3.74991C14.9996 1.68764 13.312 0 11.2497 0ZM13.7496 11.2501C13.7496 12.6282 12.6286 13.75 11.2497 13.75H3.74991C2.37163 13.75 1.25003 12.6282 1.25003 11.2501V3.74991C1.25003 2.37145 2.37163 1.25003 3.74991 1.25003H11.2497C12.6286 1.25003 13.7496 2.37145 13.7496 3.74991V11.2501Z" fill="#4E1042"/>
<path d="M11.5625 4.37483C12.0802 4.37483 12.5 3.95511 12.5 3.43735C12.5 2.9196 12.0802 2.49988 11.5625 2.49988C11.0447 2.49988 10.625 2.9196 10.625 3.43735C10.625 3.95511 11.0447 4.37483 11.5625 4.37483Z" fill="#4E1042"/>
<path d="M7.49991 3.74991C5.42845 3.74991 3.75 5.42854 3.75 7.49982C3.75 9.57032 5.42845 11.2501 7.49991 11.2501C9.57078 11.2501 11.2498 9.57032 11.2498 7.49982C11.2498 5.42854 9.57078 3.74991 7.49991 3.74991ZM7.49991 10.0001C6.11936 10.0001 5.00003 8.88073 5.00003 7.49982C5.00003 6.11891 6.11936 4.99994 7.49991 4.99994C8.88045 4.99994 9.99979 6.11891 9.99979 7.49982C9.99979 8.88073 8.88045 10.0001 7.49991 10.0001Z" fill="#4E1042"/>
</svg></a></li>
							<li><a href="https://www.facebook.com/VerticalResponse/"><svg xmlns="http://www.w3.org/2000/svg" width="9" height="15" viewBox="0 0 9 15" fill="none">
<path d="M5.66164 15V8.1583H7.9572L8.3016 5.49117H5.66164V3.7886C5.66164 3.01665 5.87513 2.49057 6.98336 2.49057L8.39452 2.48999V0.104423C8.15048 0.072709 7.31278 0 6.33778 0C4.30183 0 2.90798 1.24272 2.90798 3.52445V5.49117H0.605469V8.1583H2.90798V15H5.66164Z" fill="#4E1042"/>
</svg></a></li>
						</ul>
					</div>
                </div>

            </div>

            <div class="footer-bottom">
                <div class="widget widget_text">
                    <div class="textwidget">
                        <div class="f-copyright">
                            			<div class="textwidget"><small><a href="https://verticalresponse.com/about/vr-tos/" target="_blank" rel="noopener" aria-label="Terms of Service">Terms of Service</a> | <a class="privacy-link" href="https://verticalresponse.com/about/policy-and-terms/">Privacy Policy</a> | <span class="privacy-link">Copyright © <span id="cp-year"><script type="rocketlazyloadscript">document.write(new Date().getFullYear())</script></span> VerticalResponse</span></small></div>
		                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
<script type="rocketlazyloadscript" id="ze-snippet" data-rocket-src="https://static.zdassets.com/ekr/snippet.js?key=ecb2d0f0-cee0-4dd0-80d5-9dc002fdf8f6" defer> </script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  window.zESettings = {
    webWidget: {
      chat: {
        departments: {
          enabled: []
        }
      }
    }
  };
</script>
</footer>

<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/aos.js?ver=1724245982" defer></script>
<script type="rocketlazyloadscript">
    AOS.init();
</script>
<script type="rocketlazyloadscript"> new WOW().init(); </script>
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
    var navPanel = function () {
    this.bindEvents = function () {
        var _this = this;
        var $body = jQuery('body');
        $body.on('focus', '.js_email-submit', function () {
            jQuery(this).addClass('placeholder-hide');
        });
        $body.on('blur', '.js_email-submit', function () {
            jQuery(this).removeClass('placeholder-hide');
            // TOGGLE ERROR MESSAGE OFF
            if (jQuery('.js_email-submit').val() === '') {
                $body.find('.email-error-message').addClass('hide');
            }
        });
        //CALL EMAIL VALIDATION ON CLICK SIGN UP CTA
        jQuery('.js_email-signup-cta').on('click', function (e) {
            e.preventDefault();
            _this.validateEmail();
        });
        // ACCOUNT FOR ENTER KEYDOWN
        $body.find('.js_email-submit').keydown(function (e) {
            if (e.keyCode === 13) {
                e.preventDefault();
                _this.validateEmail();
            }
        });
    }

    this.validateEmail = function () {
        var $body = jQuery('body');
        var email = void 0;
        // VALIDATE EMAIL WITH REGEX
        var validateEmail = function validateEmail(email) {
            var pattern = /^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/;
            return jQuery.trim(email).match(pattern) ? true : false;
        };
        email = $body.find('.js_email-submit').val();
        var isEmailValid = validateEmail(email);

        // VALIDATE EMAIL & PASSWORD & REDIRECT TO CTA HREF
        if (isEmailValid) {
            email = jQuery('.js_email-submit').val();

            // SET EMAIL AND VARIATION COOKIE BASED ON VARIATION
            document.cookie = 'vrEmail=' + email + ';domain=.verticalresponse.com;path=/';

            // TOGGLE ERROR MESSAGE OFF
            $body.find('.email-error-message').addClass('hide');

            // PUSH TO SIGNUP PAGE
            location.href = 'https://vr2.verticalresponse.com/users/sign_up?buy_now_product_id=VR2_FREEMIUM-300&page=topnav';
        } else {
            // TOGGLE ERROR MESSAGE ON
            $body.find('.email-error-message').removeClass('hide');
        }
    }

    this.init = function (){
        this.bindEvents();
    }
}
jQuery(document).ready(function () {
    var nav = new navPanel();
    nav.init();
});
});</script>

<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
    var ppricing = [
        [0, 1000, .015],
        [1001, 2500, .013],
        [2501, 25000, .012],
        [25001, 50000, .01],
        [50001, 100000, .0085],
        [100001, 500000, .0075]
    ];

    function generatePQuote() {
        var creditElm = document.getElementById('number_of_pcredits');
        if(creditElm != null && creditElm.length > 0) {
            var quoteElm = document.getElementById('pquote');
            var quote = null;
            var credits = creditElm.value.replace( /[^0-9]/, '' );
            for (var i = 0; i < ppricing.length; i++) {
                if (ppricing[i][0] <= credits && credits <= ppricing[i][1]) quote = ppricing[i][2] * credits;
            }
            if (quote === null) quoteElm.innerHTML = '<a role="button" data-toggle="modal" data-target="#contact" class="vre-modal" name="VRsalesforce-Email-MoreMonthly">Contact us for a custom quote<\/a>';
            else quoteElm.innerHTML = '$' + new String(Math.round(quote * 100) / 100).replace(/\.([0-9])$/, ".$10") + ' - No Contract!';
        }
    }
    generatePQuote();
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
    var mpricing = [
        [ 0, 500, 10.00 ],
        [ 501, 2000, 28.00 ],
        [ 2001, 4000, 46.00 ],
        [ 4001, 8000, 72.00 ],
        [ 8001, 16000, 120.00 ],
        [ 16001, 25000, 150.00 ],
        [ 25001, 40000,  240.00 ]
        ];

        function generateMQuote() {
        var creditElm = document.getElementById('number_of_mcredits');
        if(creditElm != null && creditElm.length > 0) {
        var quoteElm = document.getElementById('mquote');
        var quote = null;
        var credits = creditElm.value.replace( /[^0-9]/, '' );

        for (var i = 0; i < mpricing.length; i++) {
         if (mpricing[i][0] <= credits && credits <= mpricing[i][1])
           quote = mpricing[i][2];
        }

        if (quote === null)
         quoteElm.innerHTML = 'Contact us';
        else
         quoteElm.innerHTML = '$' + new String(Math.round(quote)).replace(/\.([0-9])$/, "") + ' per Month';
        }
        }

    generateMQuote();
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
   var ppricing = [
     [ 0, 1000, .015 ],
     [ 1001, 2500, .013 ],
     [ 2501, 25000, .012 ],
     [ 25001, 50000, .01 ],
     [ 50001, 100000, .0085 ],
     [ 100001, 500000, .0075 ]
   ];
   
   function generatePQuote() {
     var creditElm = document.getElementById('number_of_pcredits');
     if(creditElm != null && creditElm.length > 0) {
     var quoteElm = document.getElementById('pquote');
     var quote = null;
     var credits = creditElm.value.replace( /[^0-9]/, '' );
   
     for (var i = 0; i < ppricing.length; i++) {
       if (ppricing[i][0] <= credits && credits <= ppricing[i][1])
         quote = ppricing[i][2] * credits;
     }
     
     if (quote === null)
       quoteElm.innerHTML = 'Contact us';
     else
       quoteElm.innerHTML = '$' + new String(Math.round(quote * 100) / 100).replace(/\.([0-9])$/, ".$10") + ' - No Contract!';
    }
   }
   
   generatePQuote();

</script>
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
    jQuery("body").before("<div class='se-pre-con'><\/div>");
});</script> 

<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
    var everythingLoaded = setInterval(function() {
        if (/loaded|complete/.test(document.readyState)) {
            clearInterval(everythingLoaded);
            jQuery(".se-pre-con").fadeOut("slow");
            document.getElementsByTagName("body")[0].style.visibility = "visible";
            var ele=jQuery(".hbspt-form");
            console.dir(ele);
            jQuery("#myModal .modal-body").append(ele);
        }
    }, 10);
});</script>

<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
    jQuery(document).ready(function($){
        jQuery(".download").click(function(){
            if (/(^|;\s?)download=/.test(document.cookie)) {
                var url=jQuery(".download").attr('data-href');
                var win = window.open(url, '_blank');
                win.focus();
            } 
            else {  
                jQuery('#myModal').modal('show');
            }
        })
    });
});</script> 
<style>.comment-form-url, #url {display:none;}</style><!-- Start of verticalresponsehelp Zendesk Widget script -->
<script type="rocketlazyloadscript" id="ze-snippet" data-rocket-src="https://static.zdassets.com/ekr/snippet.js?key=ecb2d0f0-cee0-4dd0-80d5-9dc002fdf8f6" defer> </script>
<!-- End of verticalresponsehelp Zendesk Widget script -->
<div class="mobile-menupopup hidden">
        <div class="mobilemenu-container">
            <div class="mobile-menucontent">
                <div class="popup-user-login">
                    <div class="upopbody">
                        <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Vector-17.svg" /><noscript><img src="/wp-content/uploads/2024/04/Vector-17.svg" /></noscript>
                        <p>laoshe_lao73@gmail.com</p>
                    </div>
                </div>
                <div class="popup-user-logout">
                    <div class="upopbody">
                        <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Vector-16.svg" /><noscript><img src="/wp-content/uploads/2024/04/Vector-16.svg" /></noscript>
                        <p><a href="https://vr2.verticalresponse.com/users/sign_in">Sign In</a></p>
                    </div>
                </div>
                <div class="mobile-menucontent-close" style="display: block;">
                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Arrow-Right-2.svg" /><noscript><img src="/wp-content/uploads/2024/04/Arrow-Right-2.svg" /></noscript>
                </div>
                <div class="mobilemenupopup-body">
                    <div class="pop-formwp">
                        <a href="https://support.verticalresponse.com/hc/en-us/requests/new?ticket_form_id=1500000865181" class="submit-requestwp"> Submit a Request </a>
                        <a href="https://vr2.verticalresponse.com/users/sign_up?buy_now_product_id=VR2_FREEMIUM-300&page=topnav" class="free-trailwp"> Start Free Trial </a>
                    </div>
                    <div class="menuwithicon">
                        <ul class="mobilepopupmenu2">
                            <li class="menu-item-has-children1">
                                <a href="javascript:void(0);" class=""><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Group-11.svg" /><noscript><img src="/wp-content/uploads/2024/04/Group-11.svg" /></noscript> Features</a>
                                <ul class="sub-menu1" style="display: none;">
                                    <li class=""><a href="https://verticalresponse.com/features/">Overview</a></li>
                                    <li class=""><a href="https://verticalresponse.com/features/ai-content-assistant/">AI Content Assistant</a></li>
									<li class=""><a href="https://verticalresponse.com/features/email-editor/">Easy-To-Use Editor</a></li>
									<li class=""><a href="https://verticalresponse.com/features/#automated-follow-up-emails">Automated Follow-Up Emails</a></li>
                                    <li class=""><a href="https://verticalresponse.com/features/email-automation/">Autoresponders & Email Series</a></li>
                                    <li class=""><a href="https://verticalresponse.com/features/advanced-reporting/">Advanced Reporting</a></li>
                                    <li class=""><a href="https://verticalresponse.com/features/landing-pages/">Landing Page Builder</a></li>
									<li class=""><a href="https://verticalresponse.com/features/#ab-testing">A/B Testing</a></li>
                                    <li class=""><a href="https://verticalresponse.com/features/test-kit/">Test Kit</a></li>
                                    <li class=""><a href="https://verticalresponse.com/features/surveys-creator/">Surveys creator</a></li>
                                    <li class="menu-item-has-children2"><a href="javascript:void(0);">More Features</a>
                                        <ul class="sub-menu2" style="display: none;">
                                            <li class=""><a href="https://verticalresponse.com/features/#more-features">Overview</a></li>
                                            <li class=""><a href="https://verticalresponse.com/features/pop-ups/">Pop Ups</a></li>
                                            <li class=""><a href="https://verticalresponse.com/integration/">Integrations</a></li>
                                            <li class=""><a href="https://verticalresponse.com/features/online-forms-builder/">Form builder</a></li>
                                            <li class=""><a href="https://developer.verticalresponse.com/">Developer API</a></li>
                                            <li class=""><a href="https://verticalresponse.com/pricing/non-profit/application">Non Profits</a></li>
                                        </ul>
                                    </li>
                                </ul>
                            </li>
                            <li class=""><a href="https://verticalresponse.com/pricing/"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Group-16.svg" /><noscript><img src="/wp-content/uploads/2024/04/Group-16.svg" /></noscript> Pricing</a></li>
                            <li class=""><a href="https://verticalresponse.com/partner/"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Group-15.svg" /><noscript><img src="/wp-content/uploads/2024/04/Group-15.svg" /></noscript> Partner</a></li>
                            <li class=""><a href="https://verticalresponse.com/blog/"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Group-14.svg" /><noscript><img src="/wp-content/uploads/2024/04/Group-14.svg" /></noscript> Blog</a></li>
                            <li class=""><a href="https://support.verticalresponse.com/hc/en-us"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Frame-7-1.svg" /><noscript><img src="/wp-content/uploads/2024/04/Frame-7-1.svg" /></noscript> Support</a></li>
                            <li class=""><a href="https://verticalresponse.com/more/"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Frame-6-1.svg" /><noscript><img src="/wp-content/uploads/2024/04/Frame-6-1.svg" /></noscript> More</a></li>
                        </ul>
                    </div>
                    <div class="othermobile-links">
                        <ul>
                            <li><a href="https://verticalresponse.com/about/vr-tos/"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Group-13.svg" /><noscript><img src="/wp-content/uploads/2024/04/Group-13.svg" /></noscript> Terms of Services</a></li>
                            <li><a href="https://verticalresponse.com/about/policy-and-terms/"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" data-lazy-src="/wp-content/uploads/2024/04/Group-12.svg" /><noscript><img src="/wp-content/uploads/2024/04/Group-12.svg" /></noscript> Privacy Policy</a></li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>

<script type="rocketlazyloadscript">

$(document).ready(function(){
        $(".menu-item-15490 a.has-submenu").attr("href", "https://verticalresponse.com/features/#more-features");
        
        $(".menu-item-15490 .has-submenu").off("click");
        
        $(".menu-item-15490").mouseenter(function(){
            $(".menu-item-15490 a.has-submenu").addClass("active-item3");
            $(".menu-item-15490 .sub-menu").addClass("sub-active3");
            $(".menu-item-15490 .sub-menu").css("display", "block");
        }).mouseleave(function(){
            $(".menu-item-15490 a").removeClass("active-item3");
            $(".menu-item-15490 .sub-menu").removeClass("sub-active3");
            $(".menu-item-15490 .sub-menu").css("display", "none");
        });
  
});



  document.addEventListener('DOMContentLoaded', function () {
    const menuPopups = document.querySelectorAll('.mobile-menupopup');
    const closeButtons = document.querySelectorAll('.mobile-menucontent-close');

    // Function to show the menu popup
    function showMenu(menuPopup) {
      menuPopup.classList.remove('hidden');
      menuPopup.classList.add('show');
    }

    // Function to hide the menu popup
    function hideMenu(menuPopup) {
      menuPopup.classList.remove('show');
      menuPopup.classList.add('hidden');
    }

   document.addEventListener('click', function (e) {
  const toggleButton = e.target.closest('.menu-toggleicon');
  
  if (toggleButton) {
    e.preventDefault();
    const menuPopup = document.querySelector('.mobile-menupopup');
    showMenu(menuPopup);
  }
});


    // Hide menu on close button click
    for (const closeButton of closeButtons) {
      closeButton.addEventListener('click', function (e) {
        e.preventDefault();
        const menuPopup = this.closest('.mobile-menupopup');
        hideMenu(menuPopup);
      });
    }

    // Hide menu on click outside the menu popup
    document.addEventListener('click', function (e) {
      for (const menuPopup of menuPopups) {
        if (!menuPopup.contains(e.target) && !e.target.closest('.menu-toggleicon')) {
          hideMenu(menuPopup);
        }
      }
    });
  });



// Function to get cookie value by name
function getCookie(cookieName) {
    // Split the cookies into an array by semicolon
    var cookies = document.cookie.split(';');
    
    // Loop through each cookie
    for(var i = 0; i < cookies.length; i++) {
        var cookie = cookies[i];
        
        // Trim any leading/trailing spaces
        cookie = cookie.trim();
        
        // Check if this cookie starts with the name we're looking for
        if(cookie.indexOf(cookieName + '=') === 0) {
            // If it does, return the value of the cookie
            return cookie.substring(cookieName.length + 1);
        }
    }
    
    // If the cookie is not found, return null
    return null;
}

// Get the value of the 'vrEmail' cookie
var vrEmailValue = getCookie('vrEmail');

document.addEventListener("DOMContentLoaded", function() {
    // Get the email element
    if (vrEmailValue !== null) {
        // If email exists, set its value and show the login popup
        document.querySelector('.popup-user-login p').textContent = vrEmailValue;
        document.querySelector('.popup-user-login').style.display = 'flex';
        document.querySelector('.popup-user-logout').style.display = 'none';
		document.querySelector('.pop-formwp .submit-requestwp').style.display = 'inline-block';
		document.querySelector('.pop-formwp .free-trailwp').style.display = 'none';
    } else {
        // If email doesn't exist, hide the login popup and show the logout popup
        document.querySelector('.popup-user-login').style.display = 'none';
        document.querySelector('.popup-user-logout').style.display = 'flex';
		document.querySelector('.pop-formwp .submit-requestwp').style.display = 'none';
		document.querySelector('.pop-formwp .free-trailwp').style.display = 'inline-block';
    }
});



document.addEventListener('DOMContentLoaded', function () {
    // Get all menu items with sub-menu 1
    const menuItemsWithSubmenus1 = document.querySelectorAll('.menu-item-has-children1');

    // Add click event listener to each menu item with sub-menu 1
    menuItemsWithSubmenus1.forEach(function (menuItem) {
        menuItem.addEventListener('click', function (event) {
            // Prevent default link behavior
            //event.preventDefault();

            // Toggle the display of the immediate sub-menu 1 (sub-menu1)
            const subMenu1 = menuItem.querySelector('.sub-menu1');
            if (subMenu1) {
                subMenu1.classList.toggle('show');
            }
        });
    });

    // Get all menu items with sub-menu 2
    const menuItemsWithSubmenus2 = document.querySelectorAll('.menu-item-has-children2');

    // Add click event listener to each menu item with sub-menu 2
    menuItemsWithSubmenus2.forEach(function (menuItem) {
        menuItem.addEventListener('click', function (event) {
            // Prevent default link behavior
           // event.preventDefault();

            // Toggle the display of the immediate sub-menu 2 (sub-menu2)
            const subMenu2 = menuItem.querySelector('.sub-menu2');
            const subMenu1 = menuItem.closest('.menuwithicon').querySelector('.sub-menu1');
            if (subMenu2) {
                subMenu2.classList.toggle('show');
                if (subMenu1) {
                    if (subMenu1.classList.contains('show')) {
                        subMenu1.classList.remove('show');
                    }
                }
            }
        });
    });
});

	
	// menu 3 drop down
	// 



// Select the element with class 'mobilemenu-container'
var mobilemenucontainer = document.querySelector('.mobilemenu-container');

// Add a click event listener to the selected element
mobilemenucontainer.addEventListener('click', function(event) {
    // Prevent the click event from bubbling up to the document
    event.stopPropagation();
});

// Add a click event listener to the document
document.addEventListener('click', function(event) {
    // Select elements with class 'mobile-menupopup' that have class 'show'
    var mobilemenupopup = document.querySelectorAll('.mobile-menupopup.show');
    
    // Loop through each selected element
    mobilemenupopup.forEach(function(mobilemenupopup) {
        // Remove class 'show' and add class 'hidden'
        mobilemenupopup.classList.remove('show');
        mobilemenupopup.classList.add('hidden');
    });
});

// Add a scroll event listener to the window
window.addEventListener('scroll', function(event) {
    
    // Select elements with class 'mobile-menupopup' that have class 'show'
    var mobilemenupopup = document.querySelectorAll('.mobile-menupopup.show');
    
    // Loop through each selected element
    mobilemenupopup.forEach(function(mobilemenupopup) {
        // Remove class 'show' and add class 'hidden'
        mobilemenupopup.classList.remove('show');
        mobilemenupopup.classList.add('hidden');
    });
});







</script>
<!-- GTM Container placement set to footer -->
<!-- Google Tag Manager (noscript) -->
				<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NQXFX8" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --> 
<script type="rocketlazyloadscript">
    document.addEventListener( 'wpcf7mailsent', function( event ) {
        if ( '8775' == event.detail.contactFormId ) {
            location = 'https://verticalresponse.com/pro-plus-thankyou/';
        } 
        else if ( '9027' == event.detail.contactFormId ) {
            location = 'https://verticalresponse.com/pro-plus-thankyou/';
        } 
        else {
            location = 'https://verticalresponse.com/thank-you';
        }
    }, false );
</script>
 
			<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/plugins/cf7-add-password-field/js/eye.js?ver=1724245982" id="cf7_add_password_field_scripts-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1724245982" id="swv-js" defer></script>
<script type="text/javascript" id="contact-form-7-js-extra">
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/verticalresponse.com\/wp-json\/","namespace":"contact-form-7\/v1"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1724245982" id="contact-form-7-js" defer></script>
<script type="text/javascript" id="wp_ulike-js-extra">
/* <![CDATA[ */
var wp_ulike_params = {"ajax_url":"https:\/\/verticalresponse.com\/wp-admin\/admin-ajax.php","notifications":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/plugins/wp-ulike/assets/js/wp-ulike.min.js?ver=4.7.4" id="wp_ulike-js" defer></script>
<script type="text/javascript" id="ppress-frontend-script-js-extra">
/* <![CDATA[ */
var pp_ajax_form = {"ajaxurl":"https:\/\/verticalresponse.com\/wp-admin\/admin-ajax.php","confirm_delete":"Are you sure?","deleting_text":"Deleting...","deleting_error":"An error occurred. Please try again.","nonce":"2d6f3a551e","disable_ajax_form":"false","is_checkout":"0","is_checkout_tax_enabled":"0"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/plugins/wp-user-avatar/assets/js/frontend.min.js?ver=4.15.13" id="ppress-frontend-script-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-contact-form-7-tracker.js?ver=1724245982" id="gtm4wp-contact-form-7-tracker-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-form-move-tracker.js?ver=1724245982" id="gtm4wp-form-move-tracker-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/verticalresponse.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/themes/verticalresponse/vendors/slick/slick.min.js?ver=6.6.1" id="slick-js-js" defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/themes/verticalresponse/js/custom.js?ver=1724245982" id="custom-js-js" defer></script>
<script type="rocketlazyloadscript">(function(d){var s=d.createElement("script");s.type="text/javascript";s.src="https://a.omappapi.com/app/js/api.min.js";s.async=true;s.id="omapi-script";d.getElementsByTagName("head")[0].appendChild(s);})(document);</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=6LeR0asbAAAAAOhv6Csopzzw96277Gv2ax67otux&amp;ver=3.0" id="google-recaptcha-js"></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="text/javascript" id="wpcf7-recaptcha-js-extra">
/* <![CDATA[ */
var wpcf7_recaptcha = {"sitekey":"6LeR0asbAAAAAOhv6Csopzzw96277Gv2ax67otux","actions":{"homepage":"homepage","contactform":"contactform"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://verticalresponse.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1724245982" id="wpcf7-recaptcha-js" defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
window.addEventListener("load", function(event) {
jQuery(".cfx_form_main,.wpcf7-form,.wpforms-form,.gform_wrapper form").each(function(){
var form=jQuery(this); 
var screen_width=""; var screen_height="";
 if(screen_width == ""){
 if(screen){
   screen_width=screen.width;  
 }else{
     screen_width=jQuery(window).width();
 }    }  
  if(screen_height == ""){
 if(screen){
   screen_height=screen.height;  
 }else{
     screen_height=jQuery(window).height();
 }    }
form.append('<input type="hidden" name="vx_width" value="'+screen_width+'">');
form.append('<input type="hidden" name="vx_height" value="'+screen_height+'">');
form.append('<input type="hidden" name="vx_url" value="'+window.location.href+'">');  
}); 

});
});</script> 

<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src='https://verticalresponse.com/wp-content/cache/min/1/wp-content/uploads/custom-css-js/27196.js?ver=1724245982' defer></script>

<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src='https://verticalresponse.com/wp-content/cache/min/1/wp-content/uploads/custom-css-js/15823.js?ver=1724245982' defer></script>
		<script type="rocketlazyloadscript" data-rocket-type="text/javascript">var omapi_data = {"object_id":6,"object_key":"page","object_type":"post","term_ids":[],"wp_json":"https:\/\/verticalresponse.com\/wp-json","wc_active":false,"edd_active":false,"nonce":"219ad74fb4"};</script>
		<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://verticalresponse.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><!-- <script type="rocketlazyloadscript">
  window.watsonAssistantChatOptions = {
    // A UUID like '1d7e34d5-3952-4b86-90eb-7c7232b9b540' included in the embed code provided in Watson Assistant.
    integrationID: 'YOUR_INTEGRATION_ID',
    // Your assistants region e.g. 'us-south', 'us-east', 'jp-tok' 'au-syd', 'eu-gb', 'eu-de', etc.
    region: 'YOUR_REGION',
    // The callback function that is called after the widget instance has been created.
    onLoad: function(instance) {
      instance.render();
    }
  };
  setTimeout(function(){const t=document.createElement('script');t.src="https://web-chat.global.assistant.watson.appdomain.cloud/versions/" + (window.watsonAssistantChatOptions.clientVersion || 'latest') + "/WatsonAssistantChatEntry.js";document.head.appendChild(t);});
</script> -->


<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

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