Skip to Content

HTML Document

URL: https://apbooklogin.com/how-to-login/
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Thu, 01 Jan 2026 12:21:40 GMT
Download Time: Less than a second
Cookies: None
Size: 104 KB
Depth: 1 clicks from home page
Charset: utf-8
Forms: 2 forms containing 2 controls
HTTP Headers:  7 headers
Links In:  0 pages
Links Out:  14 links
Images:  0 images
CSS:  3 files
JavaScript:  0 files
Issue Issues: 2 issue(s) found in 2 location(s)

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>

40How to Login on APBook | Secure &amp; Easy Account Access</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="Learn how to login to APBook securely on desktop, mobile, or app. Step-by-step guide for accessing sports, exchange markets, games, and bonuses safely."/>

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/how-to-login/" />

48

49<meta property="og:locale" content="en_US" />

50

51<meta property="og:type" content="article" />

52

53<meta property="og:title" content="How to Login on APBook | Secure &amp; Easy Account Access" />

54

55<meta property="og:description" content="Learn how to login to APBook securely on desktop, mobile, or app. Step-by-step guide for accessing sports, exchange markets, games, and bonuses safely." />

56

57<meta property="og:url" content="https://apbooklogin.com/how-to-login/" />

58

59<meta property="og:site_name" content="Apbook" />

60

61<meta property="og:updated_time" content="2025-12-29T09:14:19+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="How to Login" />

68

69<meta property="article:published_time" content="2025-12-04T10:59:06+00:00" />

70

71<meta property="article:modified_time" content="2025-12-29T09:14:19+00:00" />

72

73<meta name="twitter:card" content="summary_large_image" />

74

75<meta name="twitter:title" content="How to Login on APBook | Secure &amp; Easy Account Access" />

76

77<meta name="twitter:description" content="Learn how to login to APBook securely on desktop, mobile, or app. Step-by-step guide for accessing sports, exchange markets, games, and bonuses safely." />

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/how-to-login/#webpage","url":"https://apbooklogin.com/how-to-login/","name":"How to Login on APBook | Secure &amp; Easy Account Access","datePublished":"2025-12-04T10:59:06+00:00","dateModified":"2025-12-29T09:14:19+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&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/131a3da7a434342c17b7a1da0ee224bbc19e70b23f118353845d95b53bcdd8e1?s=96&amp;d=mm&amp;r=g","caption":"apbooklogin_n8e8k2","inLanguage":"en-US"},"sameAs":["https://www.apbooklogin.com"],"worksFor":{"@id":"https://apbooklogin.com/#organization"}},{"@type":"Article","headline":"How to Login on APBook | Secure &amp; Easy Account Access","keywords":"How to Login","datePublished":"2025-12-04T10:59:06+00:00","dateModified":"2025-12-29T09:14:19+00:00","author":{"@id":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","name":"apbooklogin_n8e8k2"},"publisher":{"@id":"https://apbooklogin.com/#organization"},"description":"Learn how to login to APBook securely on desktop, mobile, or app. Step-by-step guide for accessing sports, exchange markets, games, and bonuses safely.","name":"How to Login on APBook | Secure &amp; Easy Account Access","@id":"https://apbooklogin.com/how-to-login/#richSnippet","isPartOf":{"@id":"https://apbooklogin.com/how-to-login/#webpage"},"image":{"@id":"https://apbooklogin.com/wp-content/uploads/2025/11/register.webp"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://apbooklogin.com/how-to-login/#webpage"}}]}</script>

87

88<!-- /Rank Math WordPress SEO plugin -->

89

90

91

92

93<link rel="alternate" type="application/rss+xml" title="Apbook &raquo; Feed" href="https://apbooklogin.com/feed/" />

94

95<link rel="alternate" type="application/rss+xml" title="Apbook &raquo; 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%2Fhow-to-login%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%2Fhow-to-login%2F&#038;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-93-css' href='https://apbooklogin.com/wp-content/uploads/elementor/css/post-93.css?ver=1766999677' 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/93" />

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=93' />

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-93 wp-custom-logo wp-embed-responsive wp-theme-education-wda elementor-default elementor-template-full-width elementor-kit-6 elementor-page elementor-page-93">

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-ancestor current-menu-parent current_page_parent current_page_ancestor 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 current-menu-item page_item page-item-93 current_page_item active 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="93" class="elementor elementor-93">

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 &amp; 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 &amp; 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 &amp; 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">

563How to Login on APBook – Complete Guide for a Safe and Smooth Experience</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>

577<a href="https://apbooklogin.com/">

578<span style="color: #339966;">

579Apbook Login</span>

580</a>

581 is the essential first step to enjoying the platform’s wide range of features, including sports betting, live exchange markets, virtual games, and exclusive bonuses. Whether you are a beginner or an experienced bettor, knowing how to access your account safely ensures that you can place bets, manage funds, and claim promotions without any interruptions.</p>

582<p data-start="732" data-end="1062">

583Every user must have an APBook ID, which acts as a unique account identifier. This ID links all your activities, including betting history, deposits, withdrawals, and bonuses, ensuring a personalized and secure experience. Without logging in with your APBook ID, you cannot participate in any of the platform’s features.</p>

584<h2>

585Step 1: Accessing the Login Page</h2>

586<p data-start="1110" data-end="1295">

587To log in safely, always use the official APBook website or the official mobile app. Avoid third-party links or unverified websites, as these can compromise your account security.</p>

588<p data-start="1297" data-end="1508">

589Once you are on the official platform, click on the “Login” button located at the top-right corner of the website or the app home screen. This will open the login form where you can enter your credentials.</p>

590<h2>

591Step 2: Enter Your APBook ID and Password</h2>

592<p data-start="1565" data-end="1788">

593Your <span style="color: #339966;">

594<a style="color: #339966;" href="https://apbooklogin.com/">

595APBook ID</a>

596</span>

597 is a unique identifier assigned to your account when you register. It is essential for tracking all your activities and linking them securely to your profile. Enter this ID carefully in the login field.</p>

598<p data-start="1790" data-end="2079">

599Next, enter the password you created during registration. Ensure that it is typed correctly, keeping in mind capitalization, numbers, or symbols included in your password. For maximum security, APBook recommends using a strong, unique password that is not used on other websites.</p>

600<h2>

601Step 3: Enable Two-Step Verification (Optional but Recommended)</h2>

602<p data-start="2158" data-end="2538">

603APBook offers two-step verification for enhanced security. If enabled, after entering your APBook ID and password, a verification code will be sent to your registered email or mobile number. Enter this code to complete the login process. Two-step verification adds an extra layer of protection against unauthorized access, ensuring that only you can access your account.</p>

604<h2>

605Step 4: Login via Desktop, Mobile, or App</h2>

606<p data-start="2595" data-end="2702">

607APBook supports multi-device login, making it convenient for users to access their accounts anywhere:</p>

608<ul>

609<li data-start="2706" data-end="2792">

610Desktop Browser: Ideal for detailed analysis and managing multiple bets at once.</li>

611<li data-start="2795" data-end="2890">

612Mobile Browser: Offers quick access while on the go, with live updates and notifications.</li>

613<li data-start="2893" data-end="3058">

614Official Mobile App: Provides the fastest experience, push notifications for promotions, and an optimized interface for betting on sports and exchange markets.</li>

615</ul>

616<p data-start="3060" data-end="3207">

617By logging in on multiple devices using your APBook ID, all account activity remains synchronized and secure, ensuring a seamless experience.</p>

618<h2>

619Step 5: Troubleshooting Common Login Issues</h2>

620<p data-start="3266" data-end="3384">

621Even with a smooth system, users may face occasional login issues. Here are common problems and how to resolve them:</p>

622<ul>

623<li data-start="3388" data-end="3504">

624Forgotten Password: Use the “Forgot Password” link to reset your password via email or phone verification.</li>

625<li data-start="3507" data-end="3645">

626Locked Account: Ensure your account is verified and contact APBook customer support if it is locked due to multiple failed attempts.</li>

627<li data-start="3648" data-end="3765">

628Browser or App Issues: Clear cache and cookies, update the app, or restart the browser to fix temporary issues.</li>

629<li data-start="3768" data-end="3904">

630Unrecognized Login Attempt: If you receive alerts about suspicious activity, change your password immediately and contact support.</li>

631</ul>

632<p data-start="3906" data-end="3995">

633APBook provides 24/7 customer support to resolve any login-related issues promptly.</p>

634<h2>

635Step 6: Tips for Secure Login</h2>

636<p data-start="4040" data-end="4148">

637Keeping your APBook account secure is crucial for a safe betting experience. Here are some practical tips:</p>

638<ul>

639<li data-start="4152" data-end="4248">

640Do Not Share Your APBook ID or Password: Keep your login credentials private at all times.</li>

641<li data-start="4251" data-end="4330">

642Use Strong Passwords: Combine uppercase, lowercase, numbers, and symbols.</li>

643<li data-start="4333" data-end="4407">

644Enable Two-Step Verification: Adds extra protection to your account.</li>

645<li data-start="4410" data-end="4493">

646Login Only on Official Platforms: Avoid unverified links or third-party apps.</li>

647<li data-start="4496" data-end="4588">

648Monitor Account Activity: Check your account regularly for any unusual login attempts.</li>

649<li data-start="4591" data-end="4660">

650Logout After Use: Always log out, especially on shared devices.</li>

651</ul>

652<p data-start="4662" data-end="4781">

653By following these tips, you ensure that your account remains secure, private, and fully functional at all times.</p>

654<h2>

655Step 7: Benefits of Logging in Properly</h2>

656<p data-start="4836" data-end="4914">

657Proper login gives you instant access to all APBook features, including:</p>

658<ul>

659<li data-start="4918" data-end="5011">

660Placing Bets on Sports and Exchange Markets: Participate in live and pre-match betting.</li>

661<li data-start="5014" data-end="5096">

662Accessing Casino and Virtual Games: Play slots, live dealer games, and more.</li>

663<li data-start="5099" data-end="5202">

664Claiming Bonuses and Promotions: Get welcome bonuses, deposit rewards, and event-specific offers.</li>

665<li data-start="5205" data-end="5304">

666Tracking Bets and Winnings: Monitor betting history and account activity for better planning.</li>

667<li data-start="5307" data-end="5408">

668Managing Wallet and Transactions: Deposit and withdraw funds securely linked to your APBook ID.</li>

669</ul>

670<p data-start="5410" data-end="5577">

671Logging in correctly ensures that your experience is seamless, secure, and fully personalized, allowing you to focus on betting and gaming without interruptions.</p>

672 </div>

673

674 </div>

675

676 </div>

677

678 </div>

679

680 <footer class="wpdevart-footer-one">

681

682

683

684 <div class="footer-one-pre">

685

686 </div>

687

688

689 <div class="wpdevart-footer-container">

690

691

692 <div class="site-footer-six-widgets-group">

693

694 <div class="site-footer_six_col-one">

695

696 <div class="wpdevart-widgets-inner">

697

698 <div id="block-8" class="widget widget_block widget_media_image">

699

700<figure class="wp-block-image size-full">

701<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" />

702<noscript>

703<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" />

704</noscript>

705</figure>

706

707</div>

708<div id="block-10" class="widget widget_block widget_text">

709

710<p>

711<strong>

712Apbook</strong>

713 is an online betting platform that allows users to explore sports betting through a simple and easy-to-use interface. Players searching for <strong>

714Apbook in</strong>

715, <strong>

716Apbook.in</strong>

717, or <strong>

718Apbook .in</strong>

719 can access the platform to place bets on popular sports such as football, basketball, tennis, and more.</p>

720

721</div>

722<div id="block-11" class="widget widget_block widget_text">

723

724<p>

725The platform supports <strong>

726Apbook login</strong>

727 and <strong>

728Apbook in login</strong>

729 for registered users, with smooth access available on both desktop and mobile devices. For users who prefer mobile access, the <strong>

730Apbook app</strong>

731 and <strong>

732Apbook APK download</strong>

733 options make it convenient to use <strong>

734Apbook betting</strong>

735 features on the go. With live betting support, responsive performance, and a clean design, <strong>

736Apbook online betting</strong>

737 focuses on providing a practical and user-friendly experience for sports betting enthusiasts.</p>

738

739</div>

740 </div>

741

742 </div>

743

744 <div class="site-footer_six_col-two">

745

746 <div class="wpdevart-widgets-inner">

747

748 <div id="block-12" class="widget widget_block widget_text">

749

750<p>

751apbook app download<br>

752apbook download<br>

753apbook in registration<br>

754ap book<br>

755apbook betting app<br>

756apbook login app<br>

757apbook open now<br>

758apbook betting login<br>

759apbook customer care number<br>

760apbook online betting app</p>

761

762</div>

763 </div>

764

765 </div>

766

767 <div class="site-footer_six_col-three">

768

769 <div class="wpdevart-widgets-inner">

770

771 <div id="block-14" class="widget widget_block widget_text">

772

773<p>

774info@apbooklogin.com<br>

775support@apbooklogin.com</p>

776

777</div>

778<div id="block-15" class="widget widget_block widget_text">

779

780<p>

781Fairplay WhatsApp Number: +91-3465**-347**</p>

782

783</div>

784<div id="block-16" class="widget widget_block">

785

786<ul class="wp-block-list">

787

788<li>

789<a href="https://apbooklogin.com/blog/">

790APBook Blog</a>

791</li>

792

793</ul>

794

795</div>

796

797 </div>

798

799 </div>

800

801 <div class="site-footer_six_col-four">

802

803 <div class="wpdevart-widgets-inner">

804

805 <div id="block-17" class="widget widget_block widget_text">

806

807<p>

808apbook online betting app<br>

809apbook in app download<br>

810apbook id<br>

811apbook login password<br>

812apbook cricket<br>

813apbook online betting login<br>

814apbook betting app download<br>

815apbook bet<br>

816ap book id</p>

817

818</div>

819

820 </div>

821

822 </div>

823

824 <div class="site-footer_six_col-five">

825

826 <div class="wpdevart-widgets-inner">

827

828 <div id="block-18" class="widget widget_block widget_text">

829

830<p>

831<a href="https://apbooklogin.com/how-to-login/">

832How to Login</a>

833</p>

834

835</div>

836<div id="block-19" class="widget widget_block widget_text">

837

838<p>

839<a href="https://apbooklogin.com/how-to-play/">

840How to Play</a>

841</p>

842

843</div>

844<div id="block-20" class="widget widget_block widget_text">

845

846<p>

847<a href="https://apbooklogin.com/how-to-register/">

848How to Register</a>

849</p>

850

851</div>

852<div id="block-21" class="widget widget_block widget_text">

853

854<p>

855<a href="https://apbooklogin.com/apbook-app/">

856APBOOK APP</a>

857</p>

858

859</div>

860<div id="block-22" class="widget widget_block widget_text">

861

862<p>

863</p>

864

865</div>

866

867 </div>

868

869 </div>

870

871 </div>

872

873

874 </div>

875

876

877

878 <div class="wpdevart-footer-copyright-only-text">

879

880 <p>

881All rights reserved. <a target="_blank" title="WordPress Education Theme" href="https://wordpress.org/themes/education-wda">

882Education WDA</a>

883 Powered by WordPress.</p>

884

885 </div>

886

887

888</footer>

889

890 <div class="wpdevart-search-overlay" id="wpdevartModalContainer">

891

892 <div class="wpdevart-search-overlay-layout">

893

894 <form method="get" class="search-term" action="https://apbooklogin.com/">

895

896 <div class="wpdevart-search-container">

897

898 <label>

899

900 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputwide"

901 placeholder="Enter a search term here..."

902 value="" name="s"

903 />

904

905 <button type="submit" class="search-overlay-submit-button">

906

907 <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">

908

909 <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"/>

910

911 </svg>

912

913 </button>

914

915 </label>

916

917 <button type="button" onClick="wpdevartToggleModal()" class="search-overlay-close-wide-button" id="restoresearchbuttonfocus">

918

919 <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">

920

921 <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"/>

922

923 </svg>

924

925 </button>

926

927 </div>

928

929 </form>

930

931 <div tabIndex="0">

932</div>

933

934 </div>

935

936 </div>

937

938

939 <div class="wpdevart-search-overlay" id="wpdevartModalContainerSmall">

940

941 <div class="wpdevart-search-overlay-layout">

942

943 <form method="get" class="search-term" action="https://apbooklogin.com/">

944

945 <div class="wpdevart-search-container">

946

947 <label>

948

949 <input type="search" class="search-term" id="wpdevartfocusonoverlayinputsmall"

950 placeholder="Search term..."

951 value="" name="s"

952 />

953

954 <button type="submit" class="search-overlay-submit-button">

955

956 <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">

957

958 <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"/>

959

960 </svg>

961

962 </button>

963

964 </label>

965

966 <button type="button" onClick="wpdevartToggleModalSmall()" class="search-overlay-close-button" id="restoresmallsearchbuttonfocus">

967

968 <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">

969

970 <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"/>

971

972 </svg>

973

974 </button>

975

976 </div>

977

978 </form>

979

980 <div tabIndex="0">

981</div>

982

983 </div>

984

985 </div>

986

987<script type="speculationrules">

988

989{"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"}]}

990</script>

991

992 <script type="rocketlazyloadscript">

993

994 const lazyloadRunObserver = () =>

995 {

996 const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );

997 const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) =>

998 {

999 entries.forEach( ( entry ) =>

1000 {

1001 if ( entry.isIntersecting ) {

1002 let lazyloadBackground = entry.target;

1003 if( lazyloadBackground ) {

1004 lazyloadBackground.classList.add( 'e-lazyloaded' );

1005 }

1006 lazyloadBackgroundObserver.unobserve( entry.target );

1007 }

1008 });

1009 }, { rootMargin: '200px 0px 200px 0px' } );

1010 lazyloadBackgrounds.forEach( ( lazyloadBackground ) =>

1011 {

1012 lazyloadBackgroundObserver.observe( lazyloadBackground );

1013 } );

1014 };

1015 const events = [

1016 'DOMContentLoaded',

1017 'elementor/lazyload/observe',

1018 ];

1019 events.forEach( ( event ) =>

1020 {

1021 document.addEventListener( event, lazyloadRunObserver );

1022 } );

1023 </script>

1024

1025 <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">

1026

1027/* <![CDATA[ */

1028"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}();

1029//# sourceURL=rocket-browser-checker-js-after

1030/* ]]>

1031 */

1032</script>

1033

1034<script type="text/javascript" id="rocket-preload-links-js-extra">

1035

1036/* <![CDATA[ */

1037var 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"};

1038//# sourceURL=rocket-preload-links-js-extra

1039/* ]]>

1040 */

1041</script>

1042

1043<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">

1044

1045/* <![CDATA[ */

1046(function() {

1047"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>

1048i.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();

1049}());

1050

1051//# sourceURL=rocket-preload-links-js-after

1052/* ]]>

1053 */

1054</script>

1055

1056<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>

1057</script>

1058

1059<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>

1060</script>

1061

1062<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>

1063</script>

1064

1065<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>

1066</script>

1067

1068<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>

1069</script>

1070

1071<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="elementor-frontend-js-before">

1072

1073/* <![CDATA[ */

1074var 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":93,"title":"How%20to%20Login%20on%20APBook%20%7C%20Secure%20%26%20Easy%20Account%20Access","excerpt":"","featuredImage":false}};

1075//# sourceURL=elementor-frontend-js-before

1076/* ]]>

1077 */

1078</script>

1079

1080<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>

1081</script>

1082

1083<script>

1084window.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}

1085if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}

1086images=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}

1087if(is_iframe){iframe_count+=1}}});if(image_count>

10880||iframe_count>

10890||rocketlazy_count>

10900){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script>

1091<script data-no-minify="1" async src="https://apbooklogin.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js">

1092</script>

1093<script>

1094function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">

1095<noscript>

1096<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">

1097</noscript>

1098',a='<button class="play" aria-label="play Youtube video">

1099</button>

1100';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>

1101<script>

1102class 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=>

1103{const e=t.getBoundingClientRect();if(e.bottom>

1104=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=>

1105e[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(()=>

1106{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=>

1107{e.forEach(e=>

1108{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>

1109delete 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>

1110</body>

1111

1112</html>

1113

1114

1115

1116

1117

1118

1119

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