1<!DOCTYPE html>
2
3<html lang="en-US" prefix="og: https://ogp.me/ns#">
4
5 <head>
6<meta charset="UTF-8">
7<script>
8if(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>
9<script>
10class RocketLazyLoadScripts{constructor(){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",(e=>
11{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>
12{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>
13window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>
14window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>
15{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>
16{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>
17[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),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(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>
18{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>
19{const n=document.createElement("script");[...e.attributes].forEach((e=>
20{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>
21{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>
22=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>
23n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>
24t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>
25t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>
26"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>
27{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}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((e=>
28e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>
2945&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>
30setTimeout(e))):new Promise((e=>
31requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
32
33
34 <meta name="viewport" content="width=device-width, initial-scale=1">
35
36
37<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->
38
39<title>
40APBook App | Mobile Betting, Sports & Casino Anytime</title>
41<link rel="stylesheet" href="https://apbooklogin.com/wp-content/cache/min/1/171c61aa06bedc967f528bc462bb9e04.css" media="all" data-minify="1" />
42
43<meta name="description" content="Download the APBook App for Android & iOS. Bet on sports, play casino games, manage funds, and enjoy exclusive bonuses anytime, anywhere."/>
44
45<meta name="robots" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>
46
47<link rel="canonical" href="https://apbooklogin.com/apbook-app/" />
48
49<meta property="og:locale" content="en_US" />
50
51<meta property="og:type" content="article" />
52
53<meta property="og:title" content="APBook App | Mobile Betting, Sports & Casino Anytime" />
54
55<meta property="og:description" content="Download the APBook App for Android & iOS. Bet on sports, play casino games, manage funds, and enjoy exclusive bonuses anytime, anywhere." />
56
57<meta property="og:url" content="https://apbooklogin.com/apbook-app/" />
58
59<meta property="og:site_name" content="Apbook" />
60
61<meta property="og:updated_time" content="2025-12-04T11:02:58+00:00" />
62
63<meta property="og:image" content="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" />
64
65<meta property="og:image:secure_url" content="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" />
66
67<meta property="og:image:alt" content="APBook App" />
68
69<meta property="article:published_time" content="2025-12-04T11:02:12+00:00" />
70
71<meta property="article:modified_time" content="2025-12-04T11:02:58+00:00" />
72
73<meta name="twitter:card" content="summary_large_image" />
74
75<meta name="twitter:title" content="APBook App | Mobile Betting, Sports & Casino Anytime" />
76
77<meta name="twitter:description" content="Download the APBook App for Android & iOS. Bet on sports, play casino games, manage funds, and enjoy exclusive bonuses anytime, anywhere." />
78
79<meta name="twitter:image" content="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" />
80
81<meta name="twitter:label1" content="Time to read" />
82
83<meta name="twitter:data1" content="3 minutes" />
84
85<script type="application/ld+json" class="rank-math-schema">
86{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://apbooklogin.com/#organization","name":"Apbook","url":"https://apbooklogin.com","logo":{"@type":"ImageObject","@id":"https://apbooklogin.com/#logo","url":"https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-150x150.png","contentUrl":"https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-150x150.png","caption":"Apbook","inLanguage":"en-US"}},{"@type":"WebSite","@id":"https://apbooklogin.com/#website","url":"https://apbooklogin.com","name":"Apbook","alternateName":"Apbook Login","publisher":{"@id":"https://apbooklogin.com/#organization"},"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://apbooklogin.com/wp-content/uploads/2025/11/register.webp","url":"https://apbooklogin.com/wp-content/uploads/2025/11/register.webp","width":"200","height":"200","inLanguage":"en-US"},{"@type":"WebPage","@id":"https://apbooklogin.com/apbook-app/#webpage","url":"https://apbooklogin.com/apbook-app/","name":"APBook App | Mobile Betting, Sports & Casino Anytime","datePublished":"2025-12-04T11:02:12+00:00","dateModified":"2025-12-04T11:02:58+00:00","isPartOf":{"@id":"https://apbooklogin.com/#website"},"primaryImageOfPage":{"@id":"https://apbooklogin.com/wp-content/uploads/2025/11/register.webp"},"inLanguage":"en-US"},{"@type":"Person","@id":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","name":"apbooklogin_n8e8k2","url":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/131a3da7a434342c17b7a1da0ee224bbc19e70b23f118353845d95b53bcdd8e1?s=96&d=mm&r=g","url":"https://secure.gravatar.com/avatar/131a3da7a434342c17b7a1da0ee224bbc19e70b23f118353845d95b53bcdd8e1?s=96&d=mm&r=g","caption":"apbooklogin_n8e8k2","inLanguage":"en-US"},"sameAs":["https://www.apbooklogin.com"],"worksFor":{"@id":"https://apbooklogin.com/#organization"}},{"@type":"Article","headline":"APBook App | Mobile Betting, Sports & Casino Anytime","keywords":"APBook App","datePublished":"2025-12-04T11:02:12+00:00","dateModified":"2025-12-04T11:02:58+00:00","author":{"@id":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","name":"apbooklogin_n8e8k2"},"publisher":{"@id":"https://apbooklogin.com/#organization"},"description":"Download the APBook App for Android & iOS. Bet on sports, play casino games, manage funds, and enjoy exclusive bonuses anytime, anywhere.","name":"APBook App | Mobile Betting, Sports & Casino Anytime","@id":"https://apbooklogin.com/apbook-app/#richSnippet","isPartOf":{"@id":"https://apbooklogin.com/apbook-app/#webpage"},"image":{"@id":"https://apbooklogin.com/wp-content/uploads/2025/11/register.webp"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://apbooklogin.com/apbook-app/#webpage"}}]}</script>
87
88<!-- /Rank Math WordPress SEO plugin -->
89
90
91
92
93<link rel="alternate" type="application/rss+xml" title="Apbook » Feed" href="https://apbooklogin.com/feed/" />
94
95<link rel="alternate" type="application/rss+xml" title="Apbook » Comments Feed" href="https://apbooklogin.com/comments/feed/" />
96
97<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://apbooklogin.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fapbooklogin.com%2Fapbook-app%2F" />
98
99<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://apbooklogin.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fapbooklogin.com%2Fapbook-app%2F&format=xml" />
100
101<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
102
103img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
104/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
105</style>
106
107<style id='wp-emoji-styles-inline-css' type='text/css'>
108
109
110 img.wp-smiley, img.emoji {
111 display: inline !important;
112 border: none !important;
113 box-shadow: none !important;
114 height: 1em !important;
115 width: 1em !important;
116 margin: 0 0.07em !important;
117 vertical-align: -0.1em !important;
118 background: none !important;
119 padding: 0 !important;
120 }
121/*# sourceURL=wp-emoji-styles-inline-css */
122</style>
123
124<style id='classic-theme-styles-inline-css' type='text/css'>
125
126/*! This file is auto-generated */
127.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}
128/*# sourceURL=/wp-includes/css/classic-themes.min.css */
129</style>
130
131<style id='global-styles-inline-css' type='text/css'>
132
133: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,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}: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 >
134 :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid >
135 :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;}
136:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
137:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
138:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
139:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
140/*# sourceURL=global-styles-inline-css */
141</style>
142
143
144
145
146
147
148<style id='wpdevart-custom-style-inline-css' type='text/css'>
149
150 body {font-family: Alegreya, sans-serif;} .wpdevart-top-header-bg-color {background: #070505;} .wpdevart-top-header-gradient-color {background: linear-gradient(to right, #070505, #070505);} .wpdevart-top-header-border {border-bottom: 1px solid #383838;} .wpdevart-top-header-left {color: #d5d5d5;} .wpdevart-top-header-left-content {color: #d5d5d5;} .wpdevart-top-header-right-content {color: #d5d5d5;} .wpdevart-phone-email-icon {fill: #ffc88e;} .wpdevart-social-icons {background-color: #070505; border: 1px solid #ffc88e;} .wpdevart-social-icons a {fill: #ffc88e;} .wpdevart-social-icons:hover {box-shadow: 0px 0px 10px #ffc88e;} .wpdevart-main-header-bg {background: #070506;} .wpdevart-main-header-bg-gradient {background: linear-gradient(to right, #070506, #070506);} .wpdevart-main-header-border {border-bottom: 1px solid #383838;} .wpdevart-logo-area img {max-height: 70px;} .wpdevart-logo-area-layouttwo img, .wpdevart-logo-area-layoutthree img {max-height: 70px!important;} @media screen and (min-width:960px) { .wpdevart-logo-area img {max-height: 40px;} .wpdevart-logo-area-layouttwo img, .wpdevart-logo-area-layoutthree img {max-height: 40px!important;}} .wpdevart-logo-text, .wpdevart-logo-text-gradient, .wpdevart-logo-text-layouttwo, .wpdevart-logo-text-layouttwo-gradient, .wpdevart-logo-text-layoutthree, .wpdevart-logo-text-layoutthree-gradient {font-size: 26px ; font-weight: 400 ;} .wpdevart-logo-text-simple {color: #fdc58a;} .wpdevart-logo-text-gradient a {background: linear-gradient(to right, #fdc58a, #fdc58a);-webkit-text-fill-color: transparent;-webkit-background-clip: text;} .wpdevart-logo-text-layouttwo-simple, .wpdevart-logo-text-layoutthree-simple {color: #fdc58a;} .wpdevart-logo-text-layouttwo-gradient a, .wpdevart-logo-text-layoutthree-gradient a {background: linear-gradient(to right, #fdc58a, #fdc58a);-webkit-text-fill-color: transparent;-webkit-background-clip: text;} .wpdevart-site-description {color: #d5d5d5;font-size: 18px;} @media screen and (min-width:960px) { .wpdevart-menu-items-color {color: #ffffff;} .simple-navbar-wpdevart a {color: #ffffff;} .wpdevart-menu-button-icon {fill: #ffffff;} .navbar-wpdevart .dropdown-menu, .navbar-wpdevart .sub-menu {background: #070506 ; border-top: 2px solid #fdc58a ;} .wpdevart-sub-menu-link-color {color: #d5d5d5 ;} .wpdevart-sub-menu-button-icon {fill: #d5d5d5 ;} } @media screen and (max-width:960px) { .head-mobile-toolbar {background: #121212;} .head-mobile-toolbar-gradient {background: linear-gradient(to right, #121212, #121212);} .wpdevartmobilemenubutton.menu-opened:before {background: #fdc58a ;} .wpdevartmobilemenubutton:after {border-top:2px solid #fdc58a ; border-bottom:2px solid #fdc58a ;} .wpdevartmobilemenubutton:before {background: #fdc58a ;} .wpdevartmobilemenubutton.menu-opened:after {background: #fdc58a ;} #wpdevartmobilemenu {background: #070506 ;} #wpdevartmobilemenu ul ul li a, #wpdevartmobilemenu >
151 ul >
152 li >
153 a {color: #ffffff ;} #wpdevartmobilemenu ul li, #wpdevartmobilemenu ul li ul {border-top:1px solid #433e37 ;} #wpdevartmobilemenu ul li:last-of-type {border-bottom:1px solid #433e37 ;} #wpdevartmobilemenu .wpdevart-submenu-button, #wpdevartmobilemenu .wpdevart-submenu-button.submenu-opened {background: #fdc58a ;} #wpdevartmobilemenu .wpdevart-submenu-button:after, #wpdevartmobilemenu .wpdevart-submenu-button.submenu-opened:after, #wpdevartmobilemenu .wpdevart-submenu-button:before {background: #070506 ;} } .site-header__search-trigger, .site-header-font-cursor {stroke: #fdc58a;} .search-trigger, .search-trigger-layout-two {stroke: #fdc58a;} .wpdevart-main-container {background: #070506;}
154.wpdevart-main-container:not(.wpdevart-post-text-content, .comment-body, .sidebar-widget-area), .wpdevart-main-container p:not(.wpdevart-post-text-content p, .comment-body p, .sidebar-widget-area p), .wpdevart-main-container li:not(.wpdevart-post-text-content li, .comment-body li, .sidebar-widget-area li), .wpdevart-comment-respond input, .wpdevart-comment-respond textarea, .wpdevart-main-container .wp-block-search__input {color: #d5d5d5;} .wpdevart-main-container:not(.wpdevart-post-text-content, .sidebar-widget-area), .wpdevart-main-container p:not(.wpdevart-post-text-content p, .sidebar-widget-area p), .wpdevart-main-container li:not(.wpdevart-post-text-content li, .sidebar-widget-area li) {font-size: 17px;} .wpdevart-comment-respond, .wpdevart-comment-respond p, .wpdevart-comment-respond li {color: #d5d5d5px;} .wpdevart-comment-respond a:not(.reply a) {color: #fdc58a;font-size: 17px;} .wpdevart-comment-respond a:hover:not(.reply a) {color: #ebebeb;} .wpdevart-main-container a:not(.post-tags a, .wpdevart-comment-respond a, .comment-author a, .comment-body .comment-meta a, .wp-block-comment-reply-link a , .wpdevart-posts-list-title a, .wpdevart-post-text-content a, .wpdevart-entry-meta a, .wpdevart-entry-meta-category a, .wp-block-file a, .wp-block-cover-text a, .sidebar-widget-area a, .wp-block-button__link, .comment-body a, .comment-reply-link, .page-numbers, .page-numbers li a) {color: #fdc58a;} .wpdevart-main-container a:hover:not(.wpdevart-comment-respond a, .comment-author a, .comment-body .comment-meta a, .wp-block-comment-reply-link a , .wpdevart-posts-list-title a, .wpdevart-entry-meta a, .wpdevart-entry-meta-category a, .sidebar-widget-area a, .wp-block-button__link, .comment-body a, .comment-reply-link, .page-numbers) {color: #ffffff;} .wpdevart-main-container h1:not(.sidebar-widget-area h1), .wpdevart-main-container h2:not(.wpdevart-posts-list-title h2, .sidebar-widget-area h2), .wpdevart-main-container h3:not(.sidebar-widget-area h3), .wpdevart-main-container h4:not(.sidebar-widget-area h4), .wpdevart-main-container h5:not(.sidebar-widget-area h5), .wpdevart-main-container h6:not(.sidebar-widget-area h6) {color: #fdc58a;} .wpdevart-primary-button, .wp-block-search__button, #submit:not(.wpdevart-woocommerce #review_form #respond .form-submit input) {color: #fdc58a ; box-shadow: inset 0 0 0 0 #070506 ; background: #070506 ; border: 1px solid #fdc58a ;} .wpdevart-primary-button:hover, .wpdevart-primary-button:focus, .wp-block-search__button:hover, .wp-block-search__button:focus, #submit:hover:not(.wpdevart-woocommerce #review_form #respond .form-submit input), #submit:focus:not(.wpdevart-woocommerce #review_form #respond .form-submit input) {color: #ebebeb ; box-shadow: inset 400px 0 0 0 #070506 ; border: 1px solid #ebebeb ;} .wpdevart-main-container a:not(.reply a, .comment-author a, .comment-body .comment-meta a, .wpdevart-posts-list-title a, .wpdevart-entry-meta, .wpdevart-entry-meta a, .wpdevart-entry-meta-category a, .wp-block-file a, .wp-block-cover-text a, .sidebar-widget-area a, .wp-caption-text a, .page-numbers li a) {font-size: 17px; font-weight: 400; font-style: normal;} .wpdevart-main-container h1:not(.sidebar-widget-area h1) {font-size: 40px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h2:not(.wpdevart-posts-list-title h2, .sidebar-widget-area h2) {font-size: 28px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h3:not(.sidebar-widget-area h3) {font-size: 24px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h4:not(.sidebar-widget-area h4) {font-size: 23px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h5:not(.sidebar-widget-area h5) {font-size: 22px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .wpdevart-main-container h6:not(.sidebar-widget-area h6) {font-size: 20px; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .post-tags a {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .post-tags a:hover {color: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-sidebar-container-inside {background: #070506!important; box-shadow: 0 0 2px 0 #343434, 0 5px 20px 0 #343434!important;} .sidebar-widget-area h1, .sidebar-widget-area h2, .sidebar-widget-area h3, .sidebar-widget-area h4, .sidebar-widget-area h5, .sidebar-widget-area h6 {color: #fdc58a; font-weight: 400; font-style: normal; text-transform: uppercase; text-decoration: none;} .sidebar-widget-area h1, .sidebar-widget-area h2, .sidebar-widget-area h3 {font-size: 24px;} .sidebar-widget-area h4, .sidebar-widget-area h5, .sidebar-widget-area h6 {font-size: 20px;} .sidebar-widget-area, .sidebar-widget-area p, .sidebar-widget-area li {font-size: 16px; color: #d5d5d5;} .sidebar-widget-area .wp-block-search__input {color: #d5d5d5;} .sidebar-widget-area a:not(.wp-block-button__link, .wp-block-comment-reply-link a), .sidebar-widget-area p a:not(.wp-block-button__link, .wp-block-comment-reply-link a ) {font-size: 16px; color: #ffffff;} .sidebar-widget-area a:hover:not(.wp-block-button__link, .wp-block-comment-reply-link a), .sidebar-widget-area p a:hover:not(.wp-block-button__link, .wp-block-comment-reply-link a ) {color: #fdc58a;} .sidebar-widget-area .tag-cloud-link {color: #ffffff; border: 1px solid #ffffff;} .sidebar-widget-area .tag-cloud-link:hover {color: #fdc58a; border: 1px solid #fdc58a;} .comment-body {background: #070506;} .comment-body, .comment-body p, .comment-body li, .comment-body ol {color: #d5d5d5;} .comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4, .comment-body h5, .comment-body h6 {color: #fdc58a;} .comment-body a:not(.reply a, .comment-reply-link, .comment-author a, .comment-body .comment-meta a) {color: #fdc58a; background: linear-gradient(90deg, #fdc58a, #fdc58a); background-repeat: no-repeat; background-position: 50% 100%; background-size: 100% 1px; transition: 0.5s all; text-decoration: none;} .comment-body a:hover:not(.reply a, .comment-reply-link, .comment-author a, .comment-body .comment-meta a) {color: #ebebeb; background-size: 0 1px;} .comment-author a, .comment-body .comment-meta a {border: 1px solid #fdc58a;} .comment-author a:hover, .comment-body .comment-meta a:hover {border: 1px solid #ebebeb;} .comment-reply-link {box-shadow: inset 0 0 0 0 #070506 ; background: #070506 ; border: 1px solid #fdc58a ;} .reply a, .wp-block-comment-reply-link a {color:#fdc58a;} .comment-reply-link:hover {box-shadow: inset 400px 0 0 0 #070506 ; border: 1px solid #ebebeb ;} .reply a:hover, .wp-block-comment-reply-link a:hover {color: #ebebeb ;}
155.page-numbers li {background: #070506; border: 1px solid #fdc58a;} .page-numbers {color: #c9b29f ;} .page-numbers li a {color: #fdc58a ;} .page-numbers li:hover {background: #070506; border: 1px solid #ebebeb;} .page-numbers li a:hover {color: #ebebeb ;} .page-numbers:hover {color: #c9b29f ;} .wpdevart-call-action-section-container {background: #070506 !important;} .wpdevart-call-action-custom-title-content {color: #f5f5f5 !important;} .wpdevart-call-action-custom-desctiption {color: #d5d5d5 !important;} .wpdevart-call-action-custom-title-content:after {background: #433e37 !important;} .wpdevart-latest-posts-section-container {background: #070506 !important;} .wpdevart-latest-posts-custom-title-content {color: #f5f5f5 !important;} .wpdevart-latest-posts-custom-desctiption {color: #d5d5d5 !important;} .wpdevart-latest-posts-custom-title-content:after {background: #433e37 !important;} .wpdevart-homepage-bg-color {background: #020202cc, url(https://www.apbooklogin.com/wp-content/themes/education-wda/images/banner-bg-image.jpg)!important;background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;} .wpdevart-homepage-bg-gradient-color {background: linear-gradient(to right, #020202cc, #020202cc), url(https://www.apbooklogin.com/wp-content/themes/education-wda/images/banner-bg-image.jpg)!important;background-size: cover !important;background-position: center !important;background-repeat: no-repeat !important;} .wpdevart-banner-short-text {font-size: 17px;color: #fdc58a;} .wpdevart-banner-title {font-size: 43px;color: #ffffff;} @media (max-width: 600px) { .wpdevart-banner-title { font-size: 40px; } } .wpdevart-banner-content {font-size: 17px;color: #d5d5d5;} .sliding-text li {font-size: 37px;color: #fdc58a; line-height: 1.3; }@media (max-width: 600px) { .sliding-text li { font-size: 28px; line-height: 1.8; } } .circle {border: 10px dashed ;} @media (max-width: 600px) {.circle {border: 5px dashed ;}} @media (min-width: 600px) and (max-width: 1400px) {.circle {border: 9px dashed ;}} .wpdevart-action-section-bg {background: #121212;} .wpdevart-action-section-bg-gradient {background: linear-gradient(to right, #121212, #121212);} .wpdevart-action-text-content p {color: #d5d5d5; font-size: 16px;} .wpdevart-action-text-content-font {font-size: 30px;color: #fdc58a;} .wpdevart-homepage-posts-content {background: #070506; color: #d5d5d5;} .wpdevart-home-latest-post-date, .wpdevart-home-latest-post-read-more a {color: #d5d5d5;} .wpdevart-home-arrow-right {fill: #d5d5d5;} .wpdevart-home-latest-post-title a {color: #fdc58a;} .wpdevart-post-banner__bg {background: #070505;} .wpdevart-post-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .post-banner__title {color: #f5f5f5 ;} .post-banner-content {text-align: center ;} .wpdevart-banner-entry-text, .wpdevart-breadcrumbs-single-post li, .wpdevart-breadcrumbs-single-post li:after {color: #d5d5d5 ;} .wpdevart-banner-entry-meta a, .wpdevart-breadcrumbs-single-post li a {color: #fdc58a; background: linear-gradient(90deg, #ffffff, #ffffff);} .wpdevart-banner-entry-meta a:hover, .wpdevart-breadcrumbs-single-post li a:hover {color: #ffffff;} .wpdevart-page-banner__bg {background: #070505;} .wpdevart-page-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .page-banner__title {color: #f5f5f5 ;} .page-banner-content {text-align: center ;} .wpdevart-banner-page-entry-text, .wpdevart-breadcrumbs-single-page li, .wpdevart-breadcrumbs-single-page li:after {color: #d5d5d5 ;} .wpdevart-banner-page-entry-meta a, .wpdevart-breadcrumbs-single-page li a {color: #fdc58a; background: linear-gradient(90deg, #ffffff, #ffffff);} .wpdevart-banner-page-entry-meta a:hover, .wpdevart-breadcrumbs-single-page li a:hover {color: #ffffff ;} .wpdevart-archive-banner__bg {background: #070505;} .wpdevart-archive-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .archive-banner__title {color: #f5f5f5 ;text-align: center ;} .wpdevart-entry-meta-category a {background: #070506; color: #fdc58a; border: 1px solid #fdc58a; font-size: 13px;} .wpdevart-entry-meta-category a:hover {background: #070506; color: #ebebeb; border: 1px solid #ebebeb;} .wpdevart-post-summary-content {background: #070506 ;} .wpdevart-post-summary-content-full-width {background: #070506 ;} .wpdevart-posts-list-title a {font-size: 22px; } .post-list-title a {color: #fdc58a; border-bottom: 1px solid #433e37;} .post-list-title a:hover {color: #ffffff;} .wpdevart-entry-meta, .wpdevart-entry-meta a {color: #ffffff; font-size: 12px;} .wpdevart-entry-meta a:hover {color: #fdc58a;} .wpdevart-icon-padding {fill: #fdc58a;} .wpdevart-post-text-content, .wpdevart-post-text-content p, .wpdevart-post-text-content a, .wpdevart-post-text-content li {color: #d5d5d5; font-size: 15px;} @media (max-width: 1200px) { .wpdevart-posts-list-title a {font-size: 18px;} .wpdevart-entry-meta, .wpdevart-entry-meta a {font-size: 11px;} .wpdevart-post-text-content, .wpdevart-post-text-content p, .wpdevart-post-text-content a, .wpdevart-post-text-content li {font-size: 14px;} } .wpdevart-search-banner__bg {background: #070505 ;} .wpdevart-search-banner__bg-gradient {background: linear-gradient(to right, #070505, #070505);} .search-banner__title {color: #f5f5f5 ;text-align: center ;} .wpdevart-not-found-page-content {background: #070506;}
156.wpdevart-container-woo-title {text-align: center !important;} .wpdevart-woo-banner__bg {background: #070505!important;} .wpdevart-woo-banner__bg-gradient {background: linear-gradient(to bottom, #070505, #070505)!important;} .woo-shop-by-category-text a {color: #fdc58a!important; background: linear-gradient(90deg, #d8d8d8, #d8d8d8)!important; background-repeat: no-repeat!important; background-position: 50% 100%!important; background-size: 0 1px!important; transition: 0.5s all!important; text-decoration: none!important;} .woo-shop-by-category-text a:hover {color: #d8d8d8!important; background-size: 100% 1px!important;} .wpdevart-woo-icon {fill: #fdc58a!important;} .custom-cart-count {background: #fdc58a!important; color: #0a0a0a!important;} .wpdevart-woo-account-icon {fill: #fdc58a!important;} .wpdevart-breadcrumbs-woo li, .wpdevart-breadcrumbs-woo li:after {color: #fdc58a!important;} .wpdevart-breadcrumbs-woo li a {color: #fdc58a!important; background: linear-gradient(90deg, #ffffff, #ffffff);} .wpdevart-breadcrumbs-woo li a:hover {color: #ffffff!important;} .wpdevart-woo-container, .wp-block-woocommerce-mini-cart-contents {background: #070506!important;} .wpdevart-woocommerce ul.products li.product {background: #070506!important;} .wpdevart-woo-container:not(.wpdevart-woo-sidebar-container, .wpdevart-breadcrumbs-woo), .wpdevart-woo-container p:not(.wpdevart-woo-sidebar-container p, .wpdevart-breadcrumbs-woo p), .wpdevart-woo-container li:not(.wpdevart-woo-sidebar-container li, .wpdevart-breadcrumbs-woo li) {color: #d5d5d5!important; font-size: 17px!important;} .wpdevart-main-woo-container .woocommerce-Reviews input, .wpdevart-main-woo-container .woocommerce-Reviews textarea {color: #d5d5d5!important;} .wpdevart-woo-container .wp-block-search__input {color: #d5d5d5!important;} .wpdevart-woo-container a:not(.wc-block-cart-item__wrap a, .wc-block-cart-item__image a, .woo-shop-by-category-container a, .wpdevart-breadcrumbs-woo a, .wc-block-grid__product-link, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a, .wpdevart-woo-search-bar-container a, .wpdevart-woo-sidebar-container a, .wp-block-button__link, .woocommerce-product-gallery__trigger, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #fdc58a!important; background: linear-gradient(90deg, #fdc58a, #fdc58a)!important; font-size: 17px!important; background-repeat: no-repeat!important; background-position: 50% 100%!important; text-decoration: none; transition: 0.5s all; background-size: 100% 1px!important;} .wpdevart-woo-container a:hover:not(.wc-block-cart-item__wrap a, .wc-block-cart-item__image a, .woo-shop-by-category-container a, .wpdevart-breadcrumbs-woo a, .wc-block-grid__product-link, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a, .wpdevart-woo-search-bar-container a, .wpdevart-woo-sidebar-container a, .wp-block-button__link, .woocommerce-product-gallery__trigger, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #ffffff!important;background-size: 0 1px!important;} .wc-block-cart-item__wrap a {color: #fdc58a!important; font-size: 17px!important; text-decoration: none; transition: 0.5s all;} .wc-block-cart-item__wrap a:hover {color: #ffffff!important;} .wpdevart-woocommerce a.remove {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wpdevart-woocommerce a.remove:hover {background: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-woo-container h1:not(.wpdevart-woo-sidebar-container h1), .wpdevart-woo-container h2:not(.wpdevart-woo-sidebar-container h2), .wpdevart-woo-container h3:not(.wpdevart-woo-sidebar-container h3), .wpdevart-woo-container h4:not(.wpdevart-woo-sidebar-container h4), .wpdevart-woo-container h5:not(.wpdevart-woo-sidebar-container h5), .wpdevart-woo-container h6:not(.wpdevart-woo-sidebar-container h6) {color: #fdc58a!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: #fdc58a!important;border-bottom: 3px solid #fdc58a!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs li a {color: #7e7e7e!important;} .wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs::before {border-bottom: 1px solid #433e37!important;} @media (max-width: 769px) {.wpdevart-woocommerce div.product .woocommerce-tabs ul.tabs {border-left: 1px solid #433e37!important;}} .wc-block-grid__product-link, h2.wc-block-mini-cart__title {color: #fdc58a!important;} .wpdevart-woocommerce ul.products li.product .onsale, .wpdevart-woocommerce span.onsale {background-color: #2d2d3c!important;color: #fdc58a!important;} .wpdevart-woo-container h1 {font-size: 40px!important;} .wpdevart-shopping-cart {background: #070506!important; border: 1px solid #343434!important;} .wpdevart-shopping-cart, .wpdevart-shopping-cart p, .wpdevart-shopping-cart li, .wpdevart-shopping-cart a:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove, .button, .woocommerce-Button, .wc-block-cart__submit-button, p.stars a, .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .wpdevart-woocommerce nav.woocommerce-pagination ul li a) {color: #d5d5d5!important;} .wpdevart-shopping-cart .widget_shopping_cart a.remove {color: #fdc58a!important;} .wpdevart-shopping-cart .widget_shopping_cart a.remove:hover {color: #ffffff!important;} .button, .wpdevart-woocommerce button.button, .wpdevart-woocommerce ul.products li.product .button, .wpdevart-woocommerce button.button.alt, .wpdevart-woocommerce #review_form #respond .form-submit input, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .wc-block-components-button {background: #070506!important; box-shadow: inset 0 0 0 0 #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .button:hover, .wpdevart-woocommerce button.button:hover, .wpdevart-woocommerce ul.products li.product .button:hover, .wpdevart-woocommerce button.button.alt:hover, .wpdevart-woocommerce #review_form #respond .form-submit input:hover, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .wc-block-components-button:hover {color: #ebebeb!important; border: 1px solid #ebebeb!important; box-shadow: inset 400px 0 0 0 #070506!important;} .wc-block-components-notice-banner>
157.wc-block-components-notice-banner__content .wc-forward {background: #070506!important; color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wc-block-components-notice-banner>
158.wc-block-components-notice-banner__content .wc-forward:hover {color: #ebebeb!important; border: 1px solid #ebebeb!important; box-shadow: inset 400px 0 0 0 #070506!important;} .wpdevart-homepage-woo-button {background: #fdc58a ; color: #0c0c0c ; border: 1px solid #fdc58a ;} .wpdevart-homepage-woo-button:hover {color: #fdc58a ; border: 1px solid #fdc58a ; box-shadow: inset 400px 0 0 0 #0c0c0c ;} .wpdevart-woocommerce .star-rating span {color: #fdc58a!important;} .wc-block-components-review-list-item__rating>
159.wc-block-components-review-list-item__rating__stars span:before {color: #fdc58a!important;} p.stars a {color: #fdc58a!important;} .woocommerce-info, .woocommerce-message {border-top-color: #fdc58a!important;} .woocommerce-info::before, .woocommerce-message::before {color: #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li, .wpdevart-woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:focus {background: #070506!important; color: #c9b29f!important; font-size: 18px!important; } .wpdevart-woocommerce nav.woocommerce-pagination ul li a {color: #fdc58a!important;font-size: 18px!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span {border: 1px solid #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span:hover {border: 1px solid #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a {border: 1px solid #fdc58a!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a:hover {border: 1px solid #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li a:hover {background: #070506!important; color: #ebebeb!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span.current:hover {background: #070506!important;} .wpdevart-woocommerce nav.woocommerce-pagination ul li span:hover {color: #c9b29f!important;} .wpdevart-woo-sidebar-container-inside {background: #070506!important; box-shadow: 0 0 2px 0 #343434, 0 5px 20px 0 #343434!important;} .wpdevart-woo-sidebar-container h1, .wpdevart-woo-sidebar-container h2, .wpdevart-woo-sidebar-container h3, .wpdevart-woo-sidebar-container h4, .wpdevart-woo-sidebar-container h5, .wpdevart-woo-sidebar-container h6 {color: #fdc58a!important;} .wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {background: #fdc58a; border: 1px solid #fdc58a ;} .wpdevart-woo-sidebar-container h1, .wpdevart-woo-sidebar-container h2, .wpdevart-woo-sidebar-container h3 {font-size: 26px;} .wpdevart-woo-sidebar-container h4, .wpdevart-woo-sidebar-container h5, .wpdevart-woo-sidebar-container h6 {font-size: 20px;} .wpdevart-woo-sidebar-container, .wpdevart-woo-sidebar-container p, .wpdevart-woo-sidebar-container li {font-size: 16px; color: #d5d5d5;} .wpdevart-woo-sidebar-container .wp-block-search__input {color: #d5d5d5!important;} .wpdevart-woo-sidebar-container a:not(.wp-block-button__link, .button, .wpdevart-woo-sidebar-container .tag-cloud-link) {font-size: 16px; color: #ffffff;} .wp-block-woocommerce-customer-account {color: #ffffff;} .wpdevart-woocommerce .widget_shopping_cart .cart_list li a.remove:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove) {color: #ffffff; border-color: #ffffff;} .wpdevart-woo-sidebar-container a:hover {color: #fdc58a;} .wpdevart-woocommerce .widget_shopping_cart .cart_list li a.remove:hover:not(.wpdevart-shopping-cart .widget_shopping_cart a.remove) {background: #fdc58a; border-color: #fdc58a;color: #ffffff;} .wpdevart-woo-sidebar-container .tag-cloud-link {color: #ffffff!important; border: 1px solid #ffffff!important;} .wpdevart-woo-sidebar-container .tag-cloud-link:hover {color: #fdc58a!important; border: 1px solid #fdc58a!important;} .wpdevart-woo-homepage-products-content {background: #070506;} .wpdevart-home-latest-products-title a {color: #ffffff;} .wpdevart-woo-homepage-products-content, .wpdevart-woo-homepage-products-content p {color: #d5d5d5;} .wc-block-components-notice-banner.is-error {background: #070506!important;border-color: #d5d5d5!important;} .wc-block-components-notice-banner.is-error>
160svg {background-color: #fdc58a!important;} .wc-block-components-notice-banner, .wp-block-woocommerce-mini-cart-contents, .wp-block-woocommerce-mini-cart-contents p, .wp-block-woocommerce-mini-cart-contents li {color: #d5d5d5!important;}
161
162/*# sourceURL=wpdevart-custom-style-inline-css */
163</style>
164
165
166<link rel='stylesheet' id='elementor-post-6-css' href='https://apbooklogin.com/wp-content/uploads/elementor/css/post-6.css?ver=1766996548' type='text/css' media='all' />
167
168
169
170<link rel='stylesheet' id='elementor-post-103-css' href='https://apbooklogin.com/wp-content/uploads/elementor/css/post-103.css?ver=1766996634' type='text/css' media='all' />
171
172<style id='rocket-lazyload-inline-css' type='text/css'>
173
174.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://apbooklogin.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
175/*# sourceURL=rocket-lazyload-inline-css */
176</style>
177
178
179
180
181<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer>
182</script>
183
184<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer>
185</script>
186
187<link rel="https://api.w.org/" href="https://apbooklogin.com/wp-json/" />
188<link rel="alternate" title="JSON" type="application/json" href="https://apbooklogin.com/wp-json/wp/v2/pages/103" />
189<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://apbooklogin.com/xmlrpc.php?rsd" />
190
191<meta name="generator" content="WordPress 6.9" />
192
193<link rel='shortlink' href='https://apbooklogin.com/?p=103' />
194
195 <!-- Custom Logo: hide header text -->
196
197 <style id="custom-logo-css" type="text/css">
198
199 .site-title, .site-description {
200 position: absolute;
201 clip-path: inset(50%);
202 }
203 </style>
204
205 <meta name="generator" content="Elementor 3.34.0; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
206
207 <style>
208
209 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
210 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
211 background-image: none !important;
212 }
213 @media screen and (max-height: 1024px) {
214 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
215 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
216 background-image: none !important;
217 }
218 }
219 @media screen and (max-height: 640px) {
220 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
221 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
222 background-image: none !important;
223 }
224 }
225 </style>
226
227 <noscript>
228<style id="rocket-lazyload-nojs-css">
229.rll-youtube-player, [data-lazy-src]{display:none !important;}</style>
230</noscript>
231 </head>
232
233 <body class="wp-singular page-template page-template-elementor_header_footer page page-id-103 wp-custom-logo wp-embed-responsive wp-theme-education-wda elementor-default elementor-template-full-width elementor-kit-6 elementor-page elementor-page-103">
234
235 <a class="skip-link screen-reader-text" href="#content_navigator">
236
237 Skip to content </a>
238
239 <header role="banner" class="wpdevart-main-header-bg-gradient wpdevart-main-header-border">
240
241
242 <div class="wpdevart-header-container">
243
244 <div class="wpdevart-main-header-section">
245
246 <div class="wpdevart-logo-area">
247
248 <div class="wpdevart-main-header-section-mobile-logo">
249
250 <h2 class="mobile-image-logo-resizing wpdevart-header-logo-spaces">
251<a href="https://apbooklogin.com">
252<a href="https://apbooklogin.com/" class="custom-logo-link" rel="home">
253<img fetchpriority="high" width="418" height="389" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20418%20389'%3E%3C/svg%3E" class="custom-logo" alt="apbook" decoding="async" data-lazy-srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" data-lazy-sizes="(max-width: 418px) 100vw, 418px" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" />
254<noscript>
255<img fetchpriority="high" width="418" height="389" src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" class="custom-logo" alt="apbook" decoding="async" srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" sizes="(max-width: 418px) 100vw, 418px" />
256</noscript>
257</a>
258</a>
259</h2>
260
261 </div>
262
263 </div>
264
265 <div class="header-action-button-mobile-area">
266
267 <a href="#">
268<div class="wpdevart_education_wda_hover_button_small wpdevart-header-action-button wpdevart_education_wda_primary_button_slide primary_btn_slide_right">
269Get Apbook ID</div>
270</a>
271
272 </div>
273
274 <div class="wpdevart-menu-and-buttons-area">
275
276 <div class="wpdevart-menu-and-buttons-container">
277
278 <div role="navigation" class="nav-container-layout-one">
279
280 <div class="wpdevart-search-button-icon-mobile">
281
282 <button onClick="wpdevartToggleModalSmall()" type="button" id="wpdevartsmallsearchbutton" class="site-header__search-trigger search-menu-buttons">
283
284 <svg class="site-header__search-trigger site-header-font-cursor" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">
285
286 <path d="M7.61667 13.9833C11.1329 13.9833 13.9833 11.1329 13.9833 7.61667C13.9833 4.10045 11.1329 1.25 7.61667 1.25C4.10045 1.25 1.25 4.10045 1.25 7.61667C1.25 11.1329 4.10045 13.9833 7.61667 13.9833Z" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10">
287</path>
288
289 <path d="M18.75 18.75L11.9917 11.9917" class="site-header__search-trigger" stroke-width="1.5" stroke-miterlimit="10">
290</path>
291
292 </svg>
293
294 </button>
295
296 </div>
297
298 <nav class="navbar-wpdevart" id="wpdevartmobilemenu">
299
300 <div id="head-mobile" class="head-mobile-toolbar-gradient">
301</div>
302
303 <button onClick="wpdevartMenuToggleModal()" id="wpdevartOpenMenuButton" class="wpdevartmobilemenubutton wpdevart-mobile-icon-button">
304</button>
305
306 <ul id="menu-menu-1" class="menu">
307<li id="menu-item-119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-119">
308<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/apbook/">
309Apbook</a>
310</li>
311
312<li id="menu-item-120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-120">
313<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/about-us/">
314About Us</a>
315</li>
316
317<li id="menu-item-121" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-103 current_page_item menu-item-has-children dropdown active menu-item-121">
318<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/apbook-app/" class="dropdown-toggle" data-toggle="dropdown">
319APBook App </a>
320<button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile">
321<svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" x="0px" y="0px" viewBox="0 -5 22 28" enable-background="new 0 -5 22 28" >
322<path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/>
323</svg>
324</button>
325<ul
326 class="dropdown-menu depth_0">
327
328 <li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123">
329<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-login/">
330How to Login</a>
331</li>
332
333 <li id="menu-item-124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124">
334<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-play/">
335How to Play</a>
336</li>
337
338 <li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125">
339<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-register/">
340How to Register</a>
341</li>
342
343</ul>
344
345</li>
346
347<li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-126">
348<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">
349Privacy Policy </a>
350<button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile">
351<svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" x="0px" y="0px" viewBox="0 -5 22 28" enable-background="new 0 -5 22 28" >
352<path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/>
353</svg>
354</button>
355<ul
356 class="dropdown-menu depth_0">
357
358 <li id="menu-item-127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127">
359<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/responsible-gaming/">
360Responsible Gaming</a>
361</li>
362
363 <li id="menu-item-128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128">
364<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/rules-and-user-guidelines/">
365Rules and User Guidelines</a>
366</li>
367
368 <li id="menu-item-129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129">
369<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/terms-and-conditions/">
370Terms and Conditions</a>
371</li>
372
373</ul>
374
375</li>
376
377<li id="menu-item-122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122">
378<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/contact-us/">
379Contact Us</a>
380</li>
381
382</ul>
383 </nav>
384
385 </div>
386
387 <div class="wpdevart-search-button-icon">
388
389 <button onClick="wpdevartToggleModal()" type="button" id="wpdevartwidesearchbutton" class="search-trigger search-menu-buttons">
390
391 <svg class="search-trigger" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">
392
393 <path d="M7.61667 13.9833C11.1329 13.9833 13.9833 11.1329 13.9833 7.61667C13.9833 4.10045 11.1329 1.25 7.61667 1.25C4.10045 1.25 1.25 4.10045 1.25 7.61667C1.25 11.1329 4.10045 13.9833 7.61667 13.9833Z" class="search-trigger" stroke-width="1.5" stroke-miterlimit="10">
394</path>
395
396 <path d="M18.75 18.75L11.9917 11.9917" class="search-trigger" stroke-width="1.5" stroke-miterlimit="10">
397</path>
398
399 </svg>
400
401 </button>
402
403 </div>
404
405 <div class="header-action-button-area">
406
407 <a href="#">
408<div class="wpdevart_education_wda_hover_button_small wpdevart-header-action-button wpdevart_education_wda_primary_button_slide primary_btn_slide_right">
409Get Apbook ID</div>
410</a>
411
412 </div>
413
414 </div>
415
416 </div>
417
418 </div>
419
420</div>
421</header>
422 <div data-elementor-type="wp-page" data-elementor-id="103" class="elementor elementor-103">
423
424 <div class="elementor-element elementor-element-a8788cf e-flex e-con-boxed e-con e-parent" data-id="a8788cf" data-element_type="container">
425
426 <div class="e-con-inner">
427
428 <div class="elementor-element elementor-element-f9ef8a8 elementor-widget elementor-widget-image" data-id="f9ef8a8" data-element_type="widget" data-widget_type="image.default">
429
430 <img decoding="async" width="1024" height="400" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20400'%3E%3C/svg%3E" class="attachment-large size-large wp-image-12" alt="apbook" data-lazy-srcset="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg 1024w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook-300x117.jpeg 300w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook-768x300.jpeg 768w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook.jpeg 1280w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" />
431<noscript>
432<img decoding="async" width="1024" height="400" src="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" class="attachment-large size-large wp-image-12" alt="apbook" srcset="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg 1024w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook-300x117.jpeg 300w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook-768x300.jpeg 768w, https://apbooklogin.com/wp-content/uploads/2025/11/appbook.jpeg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" />
433</noscript>
434 </div>
435
436 </div>
437
438 </div>
439
440 <div class="elementor-element elementor-element-89416e1 e-flex e-con-boxed e-con e-parent" data-id="89416e1" data-element_type="container">
441
442 <div class="e-con-inner">
443
444 <div class="elementor-element elementor-element-c1ccf9f e-con-full e-flex e-con e-child" data-id="c1ccf9f" data-element_type="container">
445
446 <div class="elementor-element elementor-element-063e6f7 elementor-widget elementor-widget-image" data-id="063e6f7" data-element_type="widget" data-widget_type="image.default">
447
448 <img decoding="async" width="90" height="90" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2090'%3E%3C/svg%3E" class="attachment-large size-large wp-image-16" alt="register" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/register.webp" />
449<noscript>
450<img decoding="async" width="90" height="90" src="https://apbooklogin.com/wp-content/uploads/2025/11/register.webp" class="attachment-large size-large wp-image-16" alt="register" />
451</noscript>
452 </div>
453
454 <div class="elementor-element elementor-element-d4218a8 elementor-align-center elementor-widget elementor-widget-button" data-id="d4218a8" data-element_type="widget" data-widget_type="button.default">
455
456 <a class="elementor-button elementor-button-link elementor-size-sm" href="#">
457
458 <span class="elementor-button-content-wrapper">
459
460 <span class="elementor-button-text">
461Register</span>
462
463 </span>
464
465 </a>
466
467 </div>
468
469 </div>
470
471 <div class="elementor-element elementor-element-8b28678 e-con-full e-flex e-con e-child" data-id="8b28678" data-element_type="container">
472
473 <div class="elementor-element elementor-element-bad991f elementor-widget elementor-widget-image" data-id="bad991f" data-element_type="widget" data-widget_type="image.default">
474
475 <img width="90" height="90" decoding="async" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2090'%3E%3C/svg%3E" title="deposit" alt="deposit" loading="lazy" data-lazy-src="https://apbooklogin.com/wp-content/uploads/elementor/thumbs/deposit-rf0r76b4eoxeyw6seyyztfcffz8neqaydob700fm6c.webp" />
476<noscript>
477<img width="90" height="90" decoding="async" src="https://apbooklogin.com/wp-content/uploads/elementor/thumbs/deposit-rf0r76b4eoxeyw6seyyztfcffz8neqaydob700fm6c.webp" title="deposit" alt="deposit" loading="lazy" />
478</noscript>
479 </div>
480
481 <div class="elementor-element elementor-element-08e0f3c elementor-align-center elementor-widget elementor-widget-button" data-id="08e0f3c" data-element_type="widget" data-widget_type="button.default">
482
483 <a class="elementor-button elementor-button-link elementor-size-sm" href="#">
484
485 <span class="elementor-button-content-wrapper">
486
487 <span class="elementor-button-text">
488Deposit</span>
489
490 </span>
491
492 </a>
493
494 </div>
495
496 </div>
497
498 <div class="elementor-element elementor-element-8dc0fb8 e-con-full e-flex e-con e-child" data-id="8dc0fb8" data-element_type="container">
499
500 <div class="elementor-element elementor-element-490dbfe elementor-widget elementor-widget-image" data-id="490dbfe" data-element_type="widget" data-widget_type="image.default">
501
502 <img loading="lazy" decoding="async" width="90" height="90" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2090'%3E%3C/svg%3E" class="attachment-large size-large wp-image-14" alt="play & win" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/play-win.webp" />
503<noscript>
504<img loading="lazy" decoding="async" width="90" height="90" src="https://apbooklogin.com/wp-content/uploads/2025/11/play-win.webp" class="attachment-large size-large wp-image-14" alt="play & win" />
505</noscript>
506 </div>
507
508 <div class="elementor-element elementor-element-970341c elementor-align-center elementor-widget elementor-widget-button" data-id="970341c" data-element_type="widget" data-widget_type="button.default">
509
510 <a class="elementor-button elementor-button-link elementor-size-sm" href="#">
511
512 <span class="elementor-button-content-wrapper">
513
514 <span class="elementor-button-text">
515Play & Win</span>
516
517 </span>
518
519 </a>
520
521 </div>
522
523 </div>
524
525 <div class="elementor-element elementor-element-8df8431 e-con-full e-flex e-con e-child" data-id="8df8431" data-element_type="container">
526
527 <div class="elementor-element elementor-element-97323bd elementor-widget elementor-widget-image" data-id="97323bd" data-element_type="widget" data-widget_type="image.default">
528
529 <img loading="lazy" decoding="async" width="90" height="90" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2090'%3E%3C/svg%3E" class="attachment-large size-large wp-image-13" alt="Withdrawal" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/Withdrawal.webp" />
530<noscript>
531<img loading="lazy" decoding="async" width="90" height="90" src="https://apbooklogin.com/wp-content/uploads/2025/11/Withdrawal.webp" class="attachment-large size-large wp-image-13" alt="Withdrawal" />
532</noscript>
533 </div>
534
535 <div class="elementor-element elementor-element-1483b34 elementor-align-center elementor-widget elementor-widget-button" data-id="1483b34" data-element_type="widget" data-widget_type="button.default">
536
537 <a class="elementor-button elementor-button-link elementor-size-sm" href="#">
538
539 <span class="elementor-button-content-wrapper">
540
541 <span class="elementor-button-text">
542Withdrawal</span>
543
544 </span>
545
546 </a>
547
548 </div>
549
550 </div>
551
552 </div>
553
554 </div>
555
556 <div class="elementor-element elementor-element-e4a0363 e-flex e-con-boxed e-con e-parent" data-id="e4a0363" data-element_type="container">
557
558 <div class="e-con-inner">
559
560 <div class="elementor-element elementor-element-55a5314 elementor-widget elementor-widget-heading" data-id="55a5314" data-element_type="widget" data-widget_type="heading.default">
561
562 <h1 class="elementor-heading-title elementor-size-default">
563APBook App – Bet Anytime, Anywhere</h1>
564 </div>
565
566 </div>
567
568 </div>
569
570 <div class="elementor-element elementor-element-c325ae0 e-flex e-con-boxed e-con e-parent" data-id="c325ae0" data-element_type="container">
571
572 <div class="e-con-inner">
573
574 <div class="elementor-element elementor-element-4ab12c6 elementor-widget elementor-widget-text-editor" data-id="4ab12c6" data-element_type="widget" data-widget_type="text-editor.default">
575
576 <p>
577The APBook App is a complete mobile solution for bettors who want the full APBook experience on the go. Whether you enjoy sports betting, live exchange markets, virtual games, or casino experiences, the app allows you to access all features seamlessly on your smartphone or tablet. Designed for both beginners and experienced users, it offers a smooth, secure, and responsive interface that mirrors the desktop experience while optimizing it for mobile screens.</p>
578<p data-start="763" data-end="1016">
579With the APBook App, you can follow live matches, place bets, manage your account, and even claim bonuses from anywhere. This convenience ensures that you never miss a betting opportunity, whether you are at home, traveling, or at a live sports event.</p>
580<h2>
581Seamless Registration and Login</h2>
582<p data-start="1063" data-end="1589">
583Getting started on the APBook App is simple. New users can register directly through the app by providing basic information such as full name, email, phone number, and a secure password. Once registered, the platform may prompt verification through email or SMS to ensure account security. Existing users can log in using their APBook ID and password, with optional two-step verification for enhanced protection. This streamlined process ensures secure and instant access to all betting markets and account features.</p>
584<h2>
585Full Betting Experience on Mobile</h2>
586<p data-start="1638" data-end="2216">
587The APBook App brings the full spectrum of sports and exchange betting to your mobile device. You can place bets on cricket, football, kabaddi, and more, with real-time updates on match scores, odds, and market changes. The app also supports live betting, allowing you to make decisions as games unfold, giving you a dynamic and engaging experience. Additionally, the platform includes virtual games and casino options, offering slots, roulette, poker, and other live dealer games, all optimized for mobile screens without compromising performance or graphics quality.</p>
588<h2>
589Secure and Easy Transactions</h2>
590<p data-start="2260" data-end="2831">
591One of the app’s most important features is secure financial management. The APBook App supports a variety of deposit and withdrawal methods, all linked to your verified APBook ID. Deposits are credited instantly in most cases, while withdrawals are processed safely and efficiently. By centralizing all transactions in your account, the app ensures that funds are protected, and betting activities are transparent. Security is further strengthened through encrypted transactions and optional two-step verification, giving you peace of mind while betting on the go.</p>
592<h2>
593Exclusive Bonuses and Promotions</h2>
594<p data-start="2879" data-end="3340">
595APBook frequently offers exclusive bonuses and promotions for app users. New users can benefit from welcome bonuses, while existing users have access to deposit rewards, cashback offers, and event-specific promotions. The app makes it easy to claim and track these bonuses, adding extra value to your betting experience. Using these offers strategically can help maximize potential wins without additional risk, making the app both exciting and rewarding.</p>
596<h2>
597User-Friendly Interface and Real-Time Notifications</h2>
598<p data-start="3407" data-end="3902">
599The APBook App is designed to provide an intuitive and responsive interface. Users can quickly navigate through markets, place bets, manage their account, and access live games with just a few taps. Real-time notifications keep you informed about match updates, market changes, and bonus offers, ensuring you are always ahead of the game. Unlike desktop platforms, the app provides a mobile-optimized experience, reducing loading times and making betting on the go fast and convenient.</p>
600<h2>
601Tips for a Safe and Smooth Experience</h2>
602<p data-start="3955" data-end="4463">
603To get the most out of the APBook App, always download it from the official website or trusted sources to avoid fake versions. Keep your login credentials private, enable two-step verification, and monitor account activity regularly. Updating the app ensures you have access to the latest features, security patches, and improvements, making your experience reliable and uninterrupted. Using the app responsibly and managing your funds wisely guarantees a safe, enjoyable, and rewarding betting experience.</p>
604<h2>
605Conclusion</h2>
606<p data-start="4489" data-end="4955">
607The APBook App combines convenience, security, and functionality, giving users the freedom to bet anytime, anywhere. With seamless registration, easy login, full betting markets, virtual games, and secure transactions, it is the ideal platform for both casual and professional bettors. Whether you are following live matches, exploring casino games, or claiming bonuses, the APBook App ensures a smooth, responsive, and enjoyable mobile betting experience.</p>
608 </div>
609
610 </div>
611
612 </div>
613
614 </div>
615
616 <footer class="wpdevart-footer-one">
617
618
619
620 <div class="footer-one-pre">
621
622 </div>
623
624
625 <div class="wpdevart-footer-container">
626
627
628 <div class="site-footer-six-widgets-group">
629
630 <div class="site-footer_six_col-one">
631
632 <div class="wpdevart-widgets-inner">
633
634 <div id="block-8" class="widget widget_block widget_media_image">
635
636<figure class="wp-block-image size-full">
637<img loading="lazy" decoding="async" width="418" height="389" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20418%20389'%3E%3C/svg%3E" alt="apbook.in" class="wp-image-7" data-lazy-srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" data-lazy-sizes="(max-width: 418px) 100vw, 418px" data-lazy-src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" />
638<noscript>
639<img loading="lazy" decoding="async" width="418" height="389" src="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png" alt="apbook.in" class="wp-image-7" srcset="https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_.png 418w, https://apbooklogin.com/wp-content/uploads/2025/11/apbook.in_-300x279.png 300w" sizes="(max-width: 418px) 100vw, 418px" />
640</noscript>
641</figure>
642
643</div>
644<div id="block-10" class="widget widget_block widget_text">
645
646<p>
647<strong>
648Apbook</strong>
649 is an online betting platform that allows users to explore sports betting through a simple and easy-to-use interface. Players searching for <strong>
650Apbook in</strong>
651, <strong>
652Apbook.in</strong>
653, or <strong>
654Apbook .in</strong>
655 can access the platform to place bets on popular sports such as football, basketball, tennis, and more.</p>
656
657</div>
658<div id="block-11" class="widget widget_block widget_text">
659
660<p>
661The platform supports <strong>
662Apbook login</strong>
663 and <strong>
664Apbook in login</strong>
665 for registered users, with smooth access available on both desktop and mobile devices. For users who prefer mobile access, the <strong>
666Apbook app</strong>
667 and <strong>
668Apbook APK download</strong>
669 options make it convenient to use <strong>
670Apbook betting</strong>
671 features on the go. With live betting support, responsive performance, and a clean design, <strong>
672Apbook online betting</strong>
673 focuses on providing a practical and user-friendly experience for sports betting enthusiasts.</p>
674
675</div>
676 </div>
677
678 </div>
679
680 <div class="site-footer_six_col-two">
681
682 <div class="wpdevart-widgets-inner">
683
684 <div id="block-12" class="widget widget_block widget_text">
685
686<p>
687apbook app download<br>
688apbook download<br>
689apbook in registration<br>
690ap book<br>
691apbook betting app<br>
692apbook login app<br>
693apbook open now<br>
694apbook betting login<br>
695apbook customer care number<br>
696apbook online betting app</p>
697
698</div>
699 </div>
700
701 </div>
702
703 <div class="site-footer_six_col-three">
704
705 <div class="wpdevart-widgets-inner">
706
707 <div id="block-14" class="widget widget_block widget_text">
708
709<p>
710info@apbooklogin.com<br>
711support@apbooklogin.com</p>
712
713</div>
714<div id="block-15" class="widget widget_block widget_text">
715
716<p>
717Fairplay WhatsApp Number: +91-3465**-347**</p>
718
719</div>
720<div id="block-16" class="widget widget_block">
721
722<ul class="wp-block-list">
723
724<li>
725<a href="https://apbooklogin.com/blog/">
726APBook Blog</a>
727</li>
728
729</ul>
730
731</div>
732
733 </div>
734
735 </div>
736
737 <div class="site-footer_six_col-four">
738
739 <div class="wpdevart-widgets-inner">
740
741 <div id="block-17" class="widget widget_block widget_text">
742
743<p>
744apbook online betting app<br>
745apbook in app download<br>
746apbook id<br>
747apbook login password<br>
748apbook cricket<br>
749apbook online betting login<br>
750apbook betting app download<br>
751apbook bet<br>
752ap book id</p>
753
754</div>
755
756 </div>
757
758 </div>
759
760 <div class="site-footer_six_col-five">
761
762 <div class="wpdevart-widgets-inner">
763
764 <div id="block-18" class="widget widget_block widget_text">
765
766<p>
767<a href="https://apbooklogin.com/how-to-login/">
768How to Login</a>
769</p>
770
771</div>
772<div id="block-19" class="widget widget_block widget_text">
773
774<p>
775<a href="https://apbooklogin.com/how-to-play/">
776How to Play</a>
777</p>
778
779</div>
780<div id="block-20" class="widget widget_block widget_text">
781
782<p>
783<a href="https://apbooklogin.com/how-to-register/">
784How to Register</a>
785</p>
786
787</div>
788<div id="block-21" class="widget widget_block widget_text">
789
790<p>
791<a href="https://apbooklogin.com/apbook-app/">
792APBOOK APP</a>
793</p>
794
795</div>
796<div id="block-22" class="widget widget_block widget_text">
797
798<p>
799</p>
800
801</div>
802
803 </div>
804
805 </div>
806
807 </div>
808
809
810 </div>
811
812
813
814 <div class="wpdevart-footer-copyright-only-text">
815
816 <p>
817All rights reserved. <a target="_blank" title="WordPress Education Theme" href="https://wordpress.org/themes/education-wda">
818Education WDA</a>
819 Powered by WordPress.</p>
820
821 </div>
822
823
824</footer>
825
826 <div class="wpdevart-search-overlay" id="wpdevartModalContainer">
827
828 <div class="wpdevart-search-overlay-layout">
829
830 <form method="get" class="search-term" action="https://apbooklogin.com/">
831
832 <div class="wpdevart-search-container">
833
834 <label>
835
836 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputwide"
837 placeholder="Enter a search term here..."
838 value="" name="s"
839 />
840
841 <button type="submit" class="search-overlay-submit-button">
842
843 <svg width="22" height="32" class="wpdevart-search-overlay-icon" x="0px" y="0px" viewBox="0 -5 24 19" enable-background="new 0 -5 24 19" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
844
845 <path d="M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z"/>
846
847 </svg>
848
849 </button>
850
851 </label>
852
853 <button type="button" onClick="wpdevartToggleModal()" class="search-overlay-close-wide-button" id="restoresearchbuttonfocus">
854
855 <svg width="40" height="40" class="search-overlay-close-icon" x="0px" y="0px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
856
857 <path d="m12 10.93 5.719-5.72c.146-.146.339-.219.531-.219.404 0 .75.324.75.749 0 .193-.073.385-.219.532l-5.72 5.719 5.719 5.719c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.385-.073-.531-.219l-5.719-5.719-5.719 5.719c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l5.719-5.719-5.72-5.719c-.146-.147-.219-.339-.219-.532 0-.425.346-.749.75-.749.192 0 .385.073.531.219z"/>
858
859 </svg>
860
861 </button>
862
863 </div>
864
865 </form>
866
867 <div tabIndex="0">
868</div>
869
870 </div>
871
872 </div>
873
874
875 <div class="wpdevart-search-overlay" id="wpdevartModalContainerSmall">
876
877 <div class="wpdevart-search-overlay-layout">
878
879 <form method="get" class="search-term" action="https://apbooklogin.com/">
880
881 <div class="wpdevart-search-container">
882
883 <label>
884
885 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputsmall"
886 placeholder="Search term..."
887 value="" name="s"
888 />
889
890 <button type="submit" class="search-overlay-submit-button">
891
892 <svg width="22" height="20" class="wpdevart-search-overlay-icon wpdevart-search-overlay-icon-margin" x="0px" y="0px" viewBox="0 0 24 20" enable-background="new 0 0 24 20" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
893
894 <path d="M15.853 16.56c-1.683 1.517-3.911 2.44-6.353 2.44-5.243 0-9.5-4.257-9.5-9.5s4.257-9.5 9.5-9.5 9.5 4.257 9.5 9.5c0 2.442-.923 4.67-2.44 6.353l7.44 7.44-.707.707-7.44-7.44zm-6.353-15.56c4.691 0 8.5 3.809 8.5 8.5s-3.809 8.5-8.5 8.5-8.5-3.809-8.5-8.5 3.809-8.5 8.5-8.5z"/>
895
896 </svg>
897
898 </button>
899
900 </label>
901
902 <button type="button" onClick="wpdevartToggleModalSmall()" class="search-overlay-close-button" id="restoresmallsearchbuttonfocus">
903
904 <svg width="40" height="40" class="search-overlay-close-icon" x="0px" y="0px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd">
905
906 <path d="m12 10.93 5.719-5.72c.146-.146.339-.219.531-.219.404 0 .75.324.75.749 0 .193-.073.385-.219.532l-5.72 5.719 5.719 5.719c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.385-.073-.531-.219l-5.719-5.719-5.719 5.719c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l5.719-5.719-5.72-5.719c-.146-.147-.219-.339-.219-.532 0-.425.346-.749.75-.749.192 0 .385.073.531.219z"/>
907
908 </svg>
909
910 </button>
911
912 </div>
913
914 </form>
915
916 <div tabIndex="0">
917</div>
918
919 </div>
920
921 </div>
922
923<script type="speculationrules">
924
925{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/education-wda/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
926</script>
927
928 <script type="rocketlazyloadscript">
929
930 const lazyloadRunObserver = () =>
931 {
932 const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
933 const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) =>
934 {
935 entries.forEach( ( entry ) =>
936 {
937 if ( entry.isIntersecting ) {
938 let lazyloadBackground = entry.target;
939 if( lazyloadBackground ) {
940 lazyloadBackground.classList.add( 'e-lazyloaded' );
941 }
942 lazyloadBackgroundObserver.unobserve( entry.target );
943 }
944 });
945 }, { rootMargin: '200px 0px 200px 0px' } );
946 lazyloadBackgrounds.forEach( ( lazyloadBackground ) =>
947 {
948 lazyloadBackgroundObserver.observe( lazyloadBackground );
949 } );
950 };
951 const events = [
952 'DOMContentLoaded',
953 'elementor/lazyload/observe',
954 ];
955 events.forEach( ( event ) =>
956 {
957 document.addEventListener( event, lazyloadRunObserver );
958 } );
959 </script>
960
961 <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
962
963/* <![CDATA[ */
964"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}();
965//# sourceURL=rocket-browser-checker-js-after
966/* ]]>
967 */
968</script>
969
970<script type="text/javascript" id="rocket-preload-links-js-extra">
971
972/* <![CDATA[ */
973var 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://apbooklogin.com","onHoverDelay":"100","rateThrottle":"3"};
974//# sourceURL=rocket-preload-links-js-extra
975/* ]]>
976 */
977</script>
978
979<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
980
981/* <![CDATA[ */
982(function() {
983"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>
984i.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();
985}());
986
987//# sourceURL=rocket-preload-links-js-after
988/* ]]>
989 */
990</script>
991
992<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/cache/min/1/wp-content/themes/education-wda/assets/js/front-end/index.js?ver=1765574278" id="wpdevart-js-js" defer>
993</script>
994
995<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/cache/min/1/wp-content/themes/education-wda/assets/js/front-end/search.js?ver=1765574278" id="wpdevart-search-js-js" defer>
996</script>
997
998<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.34.0" id="elementor-webpack-runtime-js" defer>
999</script>
1000
1001<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.34.0" id="elementor-frontend-modules-js" defer>
1002</script>
1003
1004<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer>
1005</script>
1006
1007<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">
1008
1009/* <![CDATA[ */
1010var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.34.0","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_optimized_markup":true,"e_pro_free_trial_popup":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"e_interactions":true,"import-export-customization":true},"urls":{"assets":"https:\/\/apbooklogin.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/apbooklogin.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/apbooklogin.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"b9f2bbad5a"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":103,"title":"APBook%20App%20%7C%20Mobile%20Betting%2C%20Sports%20%26%20Casino%20Anytime","excerpt":"","featuredImage":false}};
1011//# sourceURL=elementor-frontend-js-before
1012/* ]]>
1013 */
1014</script>
1015
1016<script type="rocketlazyloadscript" data-rocket-type="text/javascript" src="https://apbooklogin.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.34.0" id="elementor-frontend-js" defer>
1017</script>
1018
1019<script>
1020window.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}
1021if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
1022images=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}
1023if(is_iframe){iframe_count+=1}}});if(image_count>
10240||iframe_count>
10250||rocketlazy_count>
10260){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script>
1027<script data-no-minify="1" async src="https://apbooklogin.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js">
1028</script>
1029<script>
1030function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">
1031<noscript>
1032<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">
1033</noscript>
1034',a='<button class="play" aria-label="play Youtube video">
1035</button>
1036';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
1037<script>
1038class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",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=>
1039{const e=t.getBoundingClientRect();if(e.bottom>
1040=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=>
1041e[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(()=>
1042{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=>
1043{e.forEach(e=>
1044{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>
1045delete 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>
1046</body>
1047
1048</html>
1049
1050
1051
1052
1053
1054
1055
1056<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1767278786 -->