Skip to Content

HTML Document

URL: https://apbooklogin.com/apbook/
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Thu, 01 Jan 2026 11:23:50 GMT
Download Time: Less than a second
Cookies: None
Size: 129 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:  13 links
Images:  0 images
CSS:  3 files
JavaScript:  0 files
Issue Issues: 13 issue(s) found in 35 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>

40APBook – India’s Most Trusted Online Gaming &amp; Sport Exchange</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="Join APBook for secure online gaming, instant ID, fast transactions, and live sports betting options. Easy signup, quick login, and 24/7 support."/>

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

48

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

50

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

52

53<meta property="og:title" content="APBook – India’s Most Trusted Online Gaming &amp; Sport Exchange" />

54

55<meta property="og:description" content="Join APBook for secure online gaming, instant ID, fast transactions, and live sports betting options. Easy signup, quick login, and 24/7 support." />

56

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

58

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

60

61<meta property="og:updated_time" content="2025-12-12T21:23:36+00:00" />

62

63<meta property="og:image" content="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" />

64

65<meta property="og:image:secure_url" content="https://apbooklogin.com/wp-content/uploads/2025/11/appbook-1024x400.jpeg" />

66

67<meta property="og:image:alt" content="Apbook" />

68

69<meta property="article:published_time" content="2025-11-21T06:31:56+00:00" />

70

71<meta property="article:modified_time" content="2025-12-12T21:23:36+00:00" />

72

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

74

75<meta name="twitter:title" content="APBook – India’s Most Trusted Online Gaming &amp; Sport Exchange" />

76

77<meta name="twitter:description" content="Join APBook for secure online gaming, instant ID, fast transactions, and live sports betting options. Easy signup, quick login, and 24/7 support." />

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="8 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/#webpage","url":"https://apbooklogin.com/","name":"APBook \u2013 India\u2019s Most Trusted Online Gaming &amp; Sport Exchange","datePublished":"2025-11-21T06:31:56+00:00","dateModified":"2025-12-12T21:23:36+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":"APBook \u2013 India\u2019s Most Trusted Online Gaming &amp; Sport Exchange","keywords":"Apbook","datePublished":"2025-11-21T06:31:56+00:00","dateModified":"2025-12-12T21:23:36+00:00","author":{"@id":"https://apbooklogin.com/author/apbooklogin_n8e8k2/","name":"apbooklogin_n8e8k2"},"publisher":{"@id":"https://apbooklogin.com/#organization"},"description":"Join APBook for secure online gaming, instant ID, fast transactions, and live sports betting options. Easy signup, quick login, and 24/7 support.","name":"APBook \u2013 India\u2019s Most Trusted Online Gaming &amp; Sport Exchange","@id":"https://apbooklogin.com/#richSnippet","isPartOf":{"@id":"https://apbooklogin.com/#webpage"},"image":{"@id":"https://apbooklogin.com/wp-content/uploads/2025/11/register.webp"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://apbooklogin.com/#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%2Fapbook%2F" />

98

99<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://apbooklogin.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fapbooklogin.com%2Fapbook%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-9-css' href='https://apbooklogin.com/wp-content/uploads/elementor/css/post-9.css?ver=1767008589' 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/9" />

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

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

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 current-menu-item page_item page-item-9 current_page_item active 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 menu-item-has-children dropdown menu-item-121">

318<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/apbook-app/" class="dropdown-toggle" data-toggle="dropdown">

319APBook App </a>

320<button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile">

321<svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" x="0px" y="0px" viewBox="0 -5 22 28" enable-background="new 0 -5 22 28" >

322<path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/>

323</svg>

324</button>

325<ul

326 class="dropdown-menu depth_0">

327

328 <li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123">

329<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-login/">

330How to Login</a>

331</li>

332

333 <li id="menu-item-124" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-124">

334<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-play/">

335How to Play</a>

336</li>

337

338 <li id="menu-item-125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-125">

339<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/how-to-register/">

340How to Register</a>

341</li>

342

343</ul>

344

345</li>

346

347<li id="menu-item-126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-126">

348<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">

349Privacy Policy </a>

350<button class="wpdevart-menu-button-icon wpdevart-hide-on-mobile">

351<svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" x="0px" y="0px" viewBox="0 -5 22 28" enable-background="new 0 -5 22 28" >

352<path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/>

353</svg>

354</button>

355<ul

356 class="dropdown-menu depth_0">

357

358 <li id="menu-item-127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-127">

359<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/responsible-gaming/">

360Responsible Gaming</a>

361</li>

362

363 <li id="menu-item-128" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-128">

364<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/rules-and-user-guidelines/">

365Rules and User Guidelines</a>

366</li>

367

368 <li id="menu-item-129" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-129">

369<a class="wpdevart-sub-menu-link-color" href="https://apbooklogin.com/terms-and-conditions/">

370Terms and Conditions</a>

371</li>

372

373</ul>

374

375</li>

376

377<li id="menu-item-122" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-122">

378<a class="wpdevart-menu-items-color" href="https://apbooklogin.com/contact-us/">

379Contact Us</a>

380</li>

381

382</ul>

383 </nav>

384

385 </div>

386

387 <div class="wpdevart-search-button-icon">

388

389 <button onClick="wpdevartToggleModal()" type="button" id="wpdevartwidesearchbutton" class="search-trigger search-menu-buttons">

390

391 <svg class="search-trigger" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">

392

393 <path d="M7.61667 13.9833C11.1329 13.9833 13.9833 11.1329 13.9833 7.61667C13.9833 4.10045 11.1329 1.25 7.61667 1.25C4.10045 1.25 1.25 4.10045 1.25 7.61667C1.25 11.1329 4.10045 13.9833 7.61667 13.9833Z" class="search-trigger" stroke-width="1.5" stroke-miterlimit="10">

394</path>

395

396 <path d="M18.75 18.75L11.9917 11.9917" class="search-trigger" stroke-width="1.5" stroke-miterlimit="10">

397</path>

398

399 </svg>

400

401 </button>

402

403 </div>

404

405 <div class="header-action-button-area">

406

407 <a href="#">

408<div class="wpdevart_education_wda_hover_button_small wpdevart-header-action-button wpdevart_education_wda_primary_button_slide primary_btn_slide_right">

409Get Apbook ID</div>

410</a>

411

412 </div>

413

414 </div>

415

416 </div>

417

418 </div>

419

420</div>

421</header>

422 <div data-elementor-type="wp-page" data-elementor-id="9" class="elementor elementor-9">

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

563Welcome to Apbook – Your Ultimate Online Sports &amp; Gaming Platform</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>

577Apbook is the number one online sports and interactive gaming provider, offering more than 1000 betting opportunities every day on such games as football, rugby, tennis. Intuigame for rookies and pros Introducing Apbook With a wide range of sports, live games and skill-based fun in a safe and easy-to-play environment.</p>

578<p>

579On Apbook you would meet cricket, football and tennis and other popular kinds of sports as well as an interactive card games, virtual tournaments and live gaming events happening with this very moment. It is a very user-friendly platform with easy navigation, smooth gameplay and high security standards that make everything to run as smoothly as possible.</p>

580<p>

581In a space of the EARLY GAMES sports &amp; gaming market, Apbook is the only platform combining such features for more social excitement. With live updates, quick access to personalised promotions and instant withdrawals, apbook gives you everything you need to play with confidence and fun.</p>

582 </div>

583

584 </div>

585

586 </div>

587

588 <div class="elementor-element elementor-element-54957b1 e-flex e-con-boxed e-con e-parent" data-id="54957b1" data-element_type="container">

589

590 <div class="e-con-inner">

591

592 <div class="elementor-element elementor-element-ed1d696 elementor-widget elementor-widget-heading" data-id="ed1d696" data-element_type="widget" data-widget_type="heading.default">

593

594 <h2 class="elementor-heading-title elementor-size-default">

595An Overview of Best Gaming Platform in India {Apbook}</h2>

596 </div>

597

598 </div>

599

600 </div>

601

602 <div class="elementor-element elementor-element-938bd15 e-flex e-con-boxed e-con e-parent" data-id="938bd15" data-element_type="container">

603

604 <div class="e-con-inner">

605

606 <div class="elementor-element elementor-element-8bc11fd elementor-widget elementor-widget-text-editor" data-id="8bc11fd" data-element_type="widget" data-widget_type="text-editor.default">

607

608 <p>

609<span style="color: #ff6600;">

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

611<strong>

612Apbook</strong>

613</a>

614</span>

615 is the best online sports &amp; game platform in India, where you can play variety of Sports and Games sitting at your home. Tuned for beginners and professionals alike Apbook provides a safe, realistic interface including all types of cricket games as well as football, tennis matches or any sport event + online card game payments alternative + virtual tournaments, live events in application gaming.</p>

616<p>

617Apbook differentiates itself through its real-time update, instant access, personalized promotions and hassle free withdrawal catering to experience a seamless journey for each user.</p>

618 </div>

619

620 </div>

621

622 </div>

623

624 <div class="elementor-element elementor-element-981faa4 e-flex e-con-boxed e-con e-parent" data-id="981faa4" data-element_type="container">

625

626 <div class="e-con-inner">

627

628 <div class="elementor-element elementor-element-cc4d6dd elementor-widget elementor-widget-heading" data-id="cc4d6dd" data-element_type="widget" data-widget_type="heading.default">

629

630 <h3 class="elementor-heading-title elementor-size-default">

631Why Apbook Stands Out:</h3>

632 </div>

633

634 </div>

635

636 </div>

637

638 <div class="elementor-element elementor-element-b7694bc e-flex e-con-boxed e-con e-parent" data-id="b7694bc" data-element_type="container">

639

640 <div class="e-con-inner">

641

642 <div class="elementor-element elementor-element-8120457 elementor-widget elementor-widget-text-editor" data-id="8120457" data-element_type="widget" data-widget_type="text-editor.default">

643

644 <p>

645<strong>

646In-Play Betting:</strong>

647 Bet on in-play matches that have started, with live betting odds and stats.</p>

648<p>

649<strong>

650Casino Variety:</strong>

651 Play 3Patti, Roulette, Blackjack, Baccarat and other cool games with real dealers.</p>

652<p>

653<strong>

654Responsive Mobile Software:</strong>

655 Make bets and play on the go with a fully responsive mobile app.</p>

656<p>

657<strong>

658Advanced Security:</strong>

659 Your personal and financial data is encrypted and secure behind multiple layers of authentication.</p>

660<p>

661<strong>

662Good Customer Support:</strong>

663 Enjoy 27/7 help over WhatsApp, live chat and email for all participants.</p>

664 </div>

665

666 </div>

667

668 </div>

669

670 <div class="elementor-element elementor-element-90bcc2d e-flex e-con-boxed e-con e-parent" data-id="90bcc2d" data-element_type="container">

671

672 <div class="e-con-inner">

673

674 <div class="elementor-element elementor-element-6be83f1 elementor-widget elementor-widget-heading" data-id="6be83f1" data-element_type="widget" data-widget_type="heading.default">

675

676 <h2 class="elementor-heading-title elementor-size-default">

677Benefits of using Apbook For Pure Gaming Experience</h2>

678 </div>

679

680 </div>

681

682 </div>

683

684 <div class="elementor-element elementor-element-6f4891f e-flex e-con-boxed e-con e-parent" data-id="6f4891f" data-element_type="container">

685

686 <div class="e-con-inner">

687

688 <div class="elementor-element elementor-element-8dff668 elementor-widget elementor-widget-text-editor" data-id="8dff668" data-element_type="widget" data-widget_type="text-editor.default">

689

690 <p>

691<strong>

692A wide range of games:</strong>

693 Find sports, live games, skills-based entertainment and virtual tournaments all in one place.</p>

694<p>

695<strong>

696Live Sports &amp; Gaming:</strong>

697 Participate in live events, interactive tables and real-time live sports action.</p>

698<p>

699<strong>

700Safe &amp; Secure:</strong>

701 Your data and money are safely protected thanks to advanced encryption and secure payment is covered.</p>

702<p>

703<strong>

704Immediate download:</strong>

705 Just use an Apbook ID and play right away.</p>

706<p>

707<strong>

708Promotions &amp; Bonuses:</strong>

709 Receive welcome bonuses, deposit bonuses, loyalty rewards and promotions for special events.</p>

710<p>

711<strong>

712Responsive Ready:</strong>

713 Use the platform wherever and whenever on mobile, tablet, or desktop.</p>

714<p>

715<strong>

716Quick Cash-outs:</strong>

717 A seamless process of withdrawing, and the wait to have your funds returned is typically less than 24 hours.</p>

718<p>

719<strong>

72024/7 Support:</strong>

721 Specialized support for your customer service via WhatsApp, Live Chat or Email.</p>

722 </div>

723

724 </div>

725

726 </div>

727

728 <div class="elementor-element elementor-element-0864d7a e-flex e-con-boxed e-con e-parent" data-id="0864d7a" data-element_type="container">

729

730 <div class="e-con-inner">

731

732 <div class="elementor-element elementor-element-24e3d64 elementor-widget elementor-widget-heading" data-id="24e3d64" data-element_type="widget" data-widget_type="heading.default">

733

734 <h2 class="elementor-heading-title elementor-size-default">

735Why Players Choose Apbook</h2>

736 </div>

737

738 </div>

739

740 </div>

741

742 <div class="elementor-element elementor-element-13df4ae e-flex e-con-boxed e-con e-parent" data-id="13df4ae" data-element_type="container">

743

744 <div class="e-con-inner">

745

746 <div class="elementor-element elementor-element-26c6c0e elementor-widget elementor-widget-text-editor" data-id="26c6c0e" data-element_type="widget" data-widget_type="text-editor.default">

747

748 <p>

749Apbook has thousands of players, it&#8217;s trusted and transparent and fun:</p>

750<h3>

751Trust and Safety</h3>

752<p>

753It is encrypted during transactions in Apbook and the account can only be accessed by its true owner through verification. You can concentrate on bets without being concerned of your safety ranks Apbook one of the safest books in India regard.</p>

754<h3>

755Competitive Odds</h3>

756<p>

757Apbook offers some of the highest odds on sports such as cricket, football, kabaddi, tennis and esports. With no uncertain under-the-table odds, our players are guaranteed to always return with their stakes and have a fair chance thanks to fair play.</p>

758<h3>

759Rich Bonuses and Promotions</h3>

760<p>

761For your added enjoyment, Apbook has numerous bonuses and promotions:</p>

762<p>

763New Player Welcome Bonus – Get even more on your first deposit!</p>

764<p>

765Cashback Offers which give you a percentage of your losses back to play with.</p>

766<p>

767The regular promotions the site runs simultaneously are Reload Bonuses to those who play regularly.</p>

768<p>

769VIP Scheme with great perks such as VIP-only tables, higher limits and personal support!</p>

770<p>

771Refer-a-Friend programme for those who want to earn extra rewards for bringing friends into the game.</p>

772<h3>

773User-Friendly Interface</h3>

774<p>

775The Apbook is made to be easy. You can switch back and forth from sports, live betting and casino games quickly, review live statistics, bet or redeem winnings in just one click.</p>

776<h3>

777Responsible Gaming Tools</h3>

778<p>

779Apbook focuses on safe and responsible gaming. Gaming participants can impose deposit limits,limits on bets and losses as well as voluntarily exclude themselves from playing. Teaching tools to support healthy gaming are available. </p>

780 </div>

781

782 </div>

783

784 </div>

785

786 <div class="elementor-element elementor-element-6e765df e-flex e-con-boxed e-con e-parent" data-id="6e765df" data-element_type="container">

787

788 <div class="e-con-inner">

789

790 <div class="elementor-element elementor-element-00673e1 elementor-widget elementor-widget-heading" data-id="00673e1" data-element_type="widget" data-widget_type="heading.default">

791

792 <h2 class="elementor-heading-title elementor-size-default">

793How to Register at ApBook?</h2>

794 </div>

795

796 </div>

797

798 </div>

799

800 <div class="elementor-element elementor-element-041fced e-flex e-con-boxed e-con e-parent" data-id="041fced" data-element_type="container">

801

802 <div class="e-con-inner">

803

804 <div class="elementor-element elementor-element-e07df31 elementor-widget elementor-widget-text-editor" data-id="e07df31" data-element_type="widget" data-widget_type="text-editor.default">

805

806 <p data-start="1675" data-end="1778">

807<strong data-start="1675" data-end="1711">

808Step 1: Visit the Website or App</strong>

809<br data-start="1711" data-end="1714" />

810Open the official Apbook website or mobile app on your device.</p>

811<p data-start="1780" data-end="1894">

812<strong data-start="1780" data-end="1807">

813Step 2: Click ‘Sign Up’</strong>

814<br data-start="1807" data-end="1810" />

815Locate the ‘Sign Up’ or ‘Join Now’ button at the top-right corner of the homepage.</p>

816<p data-start="1896" data-end="2001">

817<strong data-start="1896" data-end="1926">

818Step 3: Enter Your Details</strong>

819<br data-start="1926" data-end="1929" />

820Fill in your name, email, mobile number, and create a secure password.</p>

821<p data-start="2003" data-end="2115">

822<strong data-start="2003" data-end="2034">

823Step 4: Verify Your Account</strong>

824<br data-start="2034" data-end="2037" />

825Complete verification through OTP via SMS or email to activate your account.</p>

826<p data-start="2117" data-end="2251">

827<strong data-start="2117" data-end="2142">

828Step 5: Start Playing</strong>

829<br data-start="2142" data-end="2145" />

830Use your Apbook ID to log in, deposit funds, and start enjoying sports &amp; gaming experiences immediately.</p>

831 </div>

832

833 </div>

834

835 </div>

836

837 <div class="elementor-element elementor-element-89c5821 e-flex e-con-boxed e-con e-parent" data-id="89c5821" data-element_type="container">

838

839 <div class="e-con-inner">

840

841 <div class="elementor-element elementor-element-54b8ab7 elementor-widget elementor-widget-heading" data-id="54b8ab7" data-element_type="widget" data-widget_type="heading.default">

842

843 <h2 class="elementor-heading-title elementor-size-default">

844How to Login at ApBook?</h2>

845 </div>

846

847 </div>

848

849 </div>

850

851 <div class="elementor-element elementor-element-8c524ea e-flex e-con-boxed e-con e-parent" data-id="8c524ea" data-element_type="container">

852

853 <div class="e-con-inner">

854

855 <div class="elementor-element elementor-element-d042e1f elementor-widget elementor-widget-text-editor" data-id="d042e1f" data-element_type="widget" data-widget_type="text-editor.default">

856

857 <p data-start="2292" data-end="2369">

858<strong data-start="2292" data-end="2321">

859Step 1: Open the Platform</strong>

860<br data-start="2321" data-end="2324" />

861Visit the website or launch the Apbook app.</p>

862<p data-start="2371" data-end="2472">

863<strong data-start="2371" data-end="2396">

864Step 2: Click ‘Login’</strong>

865<br data-start="2396" data-end="2399" />

866Find the ‘Login’ button at the top-right corner of the homepage or app.</p>

867<p data-start="2474" data-end="2559">

868<strong data-start="2474" data-end="2503">

869Step 3: Enter Credentials</strong>

870<br data-start="2503" data-end="2506" />

871Input your registered Apbook ID/email and password.</p>

872<p data-start="2561" data-end="2667">

873<strong data-start="2561" data-end="2603">

874Step 4: Complete Security Verification</strong>

875<br data-start="2603" data-end="2606" />

876If prompted, enter the OTP or 2FA code sent to your device.</p>

877<p data-start="2669" data-end="2792">

878<strong data-start="2669" data-end="2702">

879Step 5: Access Your Dashboard</strong>

880<br data-start="2702" data-end="2705" />

881Once logged in, explore sports, live games, tournaments, and personalized promotions.</p>

882 </div>

883

884 </div>

885

886 </div>

887

888 <div class="elementor-element elementor-element-418bf1f e-flex e-con-boxed e-con e-parent" data-id="418bf1f" data-element_type="container">

889

890 <div class="e-con-inner">

891

892 <div class="elementor-element elementor-element-82827f2 elementor-widget elementor-widget-heading" data-id="82827f2" data-element_type="widget" data-widget_type="heading.default">

893

894 <h2 class="elementor-heading-title elementor-size-default">

895Top Features of Apbook</h2>

896 </div>

897

898 </div>

899

900 </div>

901

902 <div class="elementor-element elementor-element-973554a e-flex e-con-boxed e-con e-parent" data-id="973554a" data-element_type="container">

903

904 <div class="e-con-inner">

905

906 <div class="elementor-element elementor-element-8bd8884 elementor-widget elementor-widget-text-editor" data-id="8bd8884" data-element_type="widget" data-widget_type="text-editor.default">

907

908 <p>

909Apbook provides a multitude of functionality to ensure that online gambling is secure, convenient and lucrative:</p>

910<p>

911Live Betting: Bet on in-play matches with live odds and information. Analytics and stats help players to make informed decisions.</p>

912<p>

913Wide Range of Casinos: Play Teen Patti, Roulette, Blackjack, Baccarat and more popular games as well as virtual casinos for variance.</p>

914<p>

915VIP program: High rollers can benefit from VIP rewards, higher limits, dedicated service and unique bonuses.</p>

916<p>

917Bonuses and Promotions: Enjoy regular promotions like cashback, free spins, reload bonuses, along with refer-a-friend schemes that add value to all players.</p>

918<p>

919Mobile App: Android and iOS users can bet on the move with all features available ahead of races.</p>

920<p>

921Safe Payments: Deposit and withdraw options with fast processing, secure transactions.</p>

922<p>

923Risky Behaviour Prevention Features: Deposit &amp; wager limits, self-exclusion and reality checks for safe betting experience.</p>

924 </div>

925

926 </div>

927

928 </div>

929

930 <div class="elementor-element elementor-element-3f06045 e-flex e-con-boxed e-con e-parent" data-id="3f06045" data-element_type="container">

931

932 <div class="e-con-inner">

933

934 <div class="elementor-element elementor-element-807d468 elementor-widget elementor-widget-heading" data-id="807d468" data-element_type="widget" data-widget_type="heading.default">

935

936 <h2 class="elementor-heading-title elementor-size-default">

937Popular Sports to Bet On</h2>

938 </div>

939

940 </div>

941

942 </div>

943

944 <div class="elementor-element elementor-element-d1e6225 e-flex e-con-boxed e-con e-parent" data-id="d1e6225" data-element_type="container">

945

946 <div class="e-con-inner">

947

948 <div class="elementor-element elementor-element-a38847b elementor-widget elementor-widget-text-editor" data-id="a38847b" data-element_type="widget" data-widget_type="text-editor.default">

949

950 <p>

951Apbook bring you all top sports in India and international:</p>

952<p>

953Cricket: IPL, T20, ODI, Tests and domestic leagues + in:play betting onFailure(DialogInterface dialog) { final the best online cricket games – tfg_studios ~/soft/Emulator/platforms/android-15/data/app/t.</p>

954<p>

955Soccer: Premier League, La Liga, Champions League and local leagues.</p>

956<p>

957Kabaddi: Pro Kabaddi League and world competition tournaments.</p>

958<p>

959Tennis, basketball: Grand Slam events, NBA and alike.</p>

960<p>

961Esports: So hot right now, games like Dota 2, CS:GO, League of Legends.</p>

962<p>

963Every sport is available with pre-match and in-play betting, full odds, as well as statistics to assist you in placing your bet.</p>

964 </div>

965

966 </div>

967

968 </div>

969

970 <div class="elementor-element elementor-element-0cc44a9 e-flex e-con-boxed e-con e-parent" data-id="0cc44a9" data-element_type="container">

971

972 <div class="e-con-inner">

973

974 <div class="elementor-element elementor-element-efea89c elementor-widget elementor-widget-heading" data-id="efea89c" data-element_type="widget" data-widget_type="heading.default">

975

976 <h2 class="elementor-heading-title elementor-size-default">

977How to Place Your First Bet</h2>

978 </div>

979

980 </div>

981

982 </div>

983

984 <div class="elementor-element elementor-element-378a062 e-flex e-con-boxed e-con e-parent" data-id="378a062" data-element_type="container">

985

986 <div class="e-con-inner">

987

988 <div class="elementor-element elementor-element-575e378 elementor-widget elementor-widget-text-editor" data-id="575e378" data-element_type="widget" data-widget_type="text-editor.default">

989

990 <p>

991How to place bets can be easy with Apbook:</p>

992<p>

993Login with your Apbook ID.</p>

994<p>

995Deposit Money via safe payment options.</p>

996<p>

997Choose a Sport or Game: Opt for cricket, football, kabaddi or casino games.</p>

998<p>

999Select Bet Type: You can stake on pre-match, live, single or multiple bets.</p>

1000<p>

1001Type In Your Stake: Choose how much to bet.</p>

1002<p>

1003Review and Bet: Verify odds and bet.</p>

1004<p>

1005Follow Your Bet: Track your results directly in the app and withdraw when they’re settling.</p>

1006 </div>

1007

1008 </div>

1009

1010 </div>

1011

1012 <div class="elementor-element elementor-element-c6b552c e-flex e-con-boxed e-con e-parent" data-id="c6b552c" data-element_type="container">

1013

1014 <div class="e-con-inner">

1015

1016 <div class="elementor-element elementor-element-8e0e569 elementor-widget elementor-widget-heading" data-id="8e0e569" data-element_type="widget" data-widget_type="heading.default">

1017

1018 <h2 class="elementor-heading-title elementor-size-default">

1019Payment Methods on Apbook</h2>

1020 </div>

1021

1022 </div>

1023

1024 </div>

1025

1026 <div class="elementor-element elementor-element-7b54813 e-flex e-con-boxed e-con e-parent" data-id="7b54813" data-element_type="container">

1027

1028 <div class="e-con-inner">

1029

1030 <div class="elementor-element elementor-element-4492bf1 elementor-widget elementor-widget-text-editor" data-id="4492bf1" data-element_type="widget" data-widget_type="text-editor.default">

1031

1032 <p data-pm-slice="1 1 []">

1033Best services when you have transaction with Apbook: Fast – safe – reliable.</p>

1034<p>

1035deposit money using UPI, Google Pay, PhonePe, Paytm, net banking or debit and credit cards.</p>

1036<p>

1037Withdrawals: Instant or swift processing via bank transfers or wallets.</p>

1038<p>

1039Safe Transactions: All financial operations are protected with the most advanced level of encryption.</p>

1040 </div>

1041

1042 </div>

1043

1044 </div>

1045

1046 <div class="elementor-element elementor-element-312389d e-flex e-con-boxed e-con e-parent" data-id="312389d" data-element_type="container">

1047

1048 <div class="e-con-inner">

1049

1050 <div class="elementor-element elementor-element-aee7059 elementor-widget elementor-widget-heading" data-id="aee7059" data-element_type="widget" data-widget_type="heading.default">

1051

1052 <h2 class="elementor-heading-title elementor-size-default">

1053Customer Support</h2>

1054 </div>

1055

1056 </div>

1057

1058 </div>

1059

1060 <div class="elementor-element elementor-element-82ae8bf e-flex e-con-boxed e-con e-parent" data-id="82ae8bf" data-element_type="container">

1061

1062 <div class="e-con-inner">

1063

1064 <div class="elementor-element elementor-element-605a7ec elementor-widget elementor-widget-text-editor" data-id="605a7ec" data-element_type="widget" data-widget_type="text-editor.default">

1065

1066 <p data-pm-slice="1 1 []">

1067Apbook provides 24/7 customer support for:</p>

1068<p>

1069Issue of my account: Support with registration, login or verification.</p>

1070<p>

1071Payment Assistance: Deposit, Cashouts, Refund Insufficient Payments: Return payments not related to dishonourable or non sufficient funds cases.</p>

1072<p>

1073Game Tips: Rules, strategy advice and bet placement suggestions.</p>

1074<p>

1075Responsible Gambling: Tips for setting deposit/loss/wager limits, self-exclusion, and safer betting.</p>

1076<p>

1077Live chat, WhatsApp and email support is provided so players always have a lifeline if needed.</p>

1078 </div>

1079

1080 </div>

1081

1082 </div>

1083

1084 <div class="elementor-element elementor-element-6202231 e-flex e-con-boxed e-con e-parent" data-id="6202231" data-element_type="container">

1085

1086 <div class="e-con-inner">

1087

1088 <div class="elementor-element elementor-element-c320b1c elementor-widget elementor-widget-heading" data-id="c320b1c" data-element_type="widget" data-widget_type="heading.default">

1089

1090 <h2 class="elementor-heading-title elementor-size-default">

1091How to Place Your First Bet</h2>

1092 </div>

1093

1094 </div>

1095

1096 </div>

1097

1098 <div class="elementor-element elementor-element-d48158e e-flex e-con-boxed e-con e-parent" data-id="d48158e" data-element_type="container">

1099

1100 <div class="e-con-inner">

1101

1102 <div class="elementor-element elementor-element-6d4ebb5 elementor-widget elementor-widget-text-editor" data-id="6d4ebb5" data-element_type="widget" data-widget_type="text-editor.default">

1103

1104 <p>

1105Apbook is a secure online sports &amp; gaming platform in India, offering live sports events, interactive games, virtual tournaments, and skill-based entertainment.</p>

1106 </div>

1107

1108 </div>

1109

1110 </div>

1111

1112 <div class="elementor-element elementor-element-6eb658d e-flex e-con-boxed e-con e-parent" data-id="6eb658d" data-element_type="container">

1113

1114 <div class="e-con-inner">

1115

1116 <div class="elementor-element elementor-element-e8a75ea elementor-widget elementor-widget-heading" data-id="e8a75ea" data-element_type="widget" data-widget_type="heading.default">

1117

1118 <h3 class="elementor-heading-title elementor-size-default">

1119FAQs – Apbook</h3>

1120 </div>

1121

1122 </div>

1123

1124 </div>

1125

1126 <div class="elementor-element elementor-element-5abf302 e-flex e-con-boxed e-con e-parent" data-id="5abf302" data-element_type="container">

1127

1128 <div class="e-con-inner">

1129

1130 <div class="elementor-element elementor-element-f4be341 elementor-widget elementor-widget-heading" data-id="f4be341" data-element_type="widget" data-widget_type="heading.default">

1131

1132 <h4 class="elementor-heading-title elementor-size-default">

1133What us Apbook?</h4>

1134 </div>

1135

1136 </div>

1137

1138 </div>

1139

1140 <div class="elementor-element elementor-element-1ecbe76 e-flex e-con-boxed e-con e-parent" data-id="1ecbe76" data-element_type="container">

1141

1142 <div class="e-con-inner">

1143

1144 <div class="elementor-element elementor-element-c51cb5a elementor-widget elementor-widget-text-editor" data-id="c51cb5a" data-element_type="widget" data-widget_type="text-editor.default">

1145

1146 <p>

1147Apbook is a secure online sports &amp; gaming platform in India, offering live sports events, interactive games, virtual tournaments, and skill-based entertainment.</p>

1148 </div>

1149

1150 </div>

1151

1152 </div>

1153

1154 <div class="elementor-element elementor-element-3fdfbe8 e-flex e-con-boxed e-con e-parent" data-id="3fdfbe8" data-element_type="container">

1155

1156 <div class="e-con-inner">

1157

1158 <div class="elementor-element elementor-element-207aad4 elementor-widget elementor-widget-heading" data-id="207aad4" data-element_type="widget" data-widget_type="heading.default">

1159

1160 <h4 class="elementor-heading-title elementor-size-default">

1161How do I create an Apbook account?</h4>

1162 </div>

1163

1164 </div>

1165

1166 </div>

1167

1168 <div class="elementor-element elementor-element-275dc14 e-flex e-con-boxed e-con e-parent" data-id="275dc14" data-element_type="container">

1169

1170 <div class="e-con-inner">

1171

1172 <div class="elementor-element elementor-element-5034b54 elementor-widget elementor-widget-text-editor" data-id="5034b54" data-element_type="widget" data-widget_type="text-editor.default">

1173

1174 <p>

1175Click ‘Sign Up’ on the website or app, enter your details, verify via OTP, and receive your unique Apbook ID to start playing.</p>

1176 </div>

1177

1178 </div>

1179

1180 </div>

1181

1182 <div class="elementor-element elementor-element-aa25092 e-flex e-con-boxed e-con e-parent" data-id="aa25092" data-element_type="container">

1183

1184 <div class="e-con-inner">

1185

1186 <div class="elementor-element elementor-element-f2ef028 elementor-widget elementor-widget-heading" data-id="f2ef028" data-element_type="widget" data-widget_type="heading.default">

1187

1188 <h4 class="elementor-heading-title elementor-size-default">

1189Can I play on mobile?</h4>

1190 </div>

1191

1192 </div>

1193

1194 </div>

1195

1196 <div class="elementor-element elementor-element-9078a55 e-flex e-con-boxed e-con e-parent" data-id="9078a55" data-element_type="container">

1197

1198 <div class="e-con-inner">

1199

1200 <div class="elementor-element elementor-element-55f9678 elementor-widget elementor-widget-text-editor" data-id="55f9678" data-element_type="widget" data-widget_type="text-editor.default">

1201

1202 <p>

1203Apbook is fully mobile-optimized, accessible via mobile browser or app on Android and iOS devices.</p>

1204 </div>

1205

1206 </div>

1207

1208 </div>

1209

1210 <div class="elementor-element elementor-element-58ce41a e-flex e-con-boxed e-con e-parent" data-id="58ce41a" data-element_type="container">

1211

1212 <div class="e-con-inner">

1213

1214 <div class="elementor-element elementor-element-21da540 elementor-widget elementor-widget-heading" data-id="21da540" data-element_type="widget" data-widget_type="heading.default">

1215

1216 <h4 class="elementor-heading-title elementor-size-default">

1217Is Apbook safe and reliable?</h4>

1218 </div>

1219

1220 </div>

1221

1222 </div>

1223

1224 <div class="elementor-element elementor-element-1f78b9b e-flex e-con-boxed e-con e-parent" data-id="1f78b9b" data-element_type="container">

1225

1226 <div class="e-con-inner">

1227

1228 <div class="elementor-element elementor-element-3f11d6d elementor-widget elementor-widget-text-editor" data-id="3f11d6d" data-element_type="widget" data-widget_type="text-editor.default">

1229

1230 <p>

1231Absolutely. The platform uses advanced encryption and secure payment methods to protect all personal and financial information.</p>

1232 </div>

1233

1234 </div>

1235

1236 </div>

1237

1238 <div class="elementor-element elementor-element-dcfb503 e-flex e-con-boxed e-con e-parent" data-id="dcfb503" data-element_type="container">

1239

1240 <div class="e-con-inner">

1241

1242 <div class="elementor-element elementor-element-3cbb860 elementor-widget elementor-widget-heading" data-id="3cbb860" data-element_type="widget" data-widget_type="heading.default">

1243

1244 <h4 class="elementor-heading-title elementor-size-default">

1245What games can I play on Apbook?</h4>

1246 </div>

1247

1248 </div>

1249

1250 </div>

1251

1252 <div class="elementor-element elementor-element-59b6575 e-flex e-con-boxed e-con e-parent" data-id="59b6575" data-element_type="container">

1253

1254 <div class="e-con-inner">

1255

1256 <div class="elementor-element elementor-element-8fde0fe elementor-widget elementor-widget-text-editor" data-id="8fde0fe" data-element_type="widget" data-widget_type="text-editor.default">

1257

1258 <p>

1259Cricket, football, tennis, interactive card games, slots, virtual tournaments, and real-time live gaming events.</p>

1260 </div>

1261

1262 </div>

1263

1264 </div>

1265

1266 <div class="elementor-element elementor-element-1c06059 e-flex e-con-boxed e-con e-parent" data-id="1c06059" data-element_type="container">

1267

1268 <div class="e-con-inner">

1269

1270 <div class="elementor-element elementor-element-5ae33c0 elementor-widget elementor-widget-heading" data-id="5ae33c0" data-element_type="widget" data-widget_type="heading.default">

1271

1272 <h4 class="elementor-heading-title elementor-size-default">

1273Are there any bonuses?</h4>

1274 </div>

1275

1276 </div>

1277

1278 </div>

1279

1280 <div class="elementor-element elementor-element-9535dc1 e-flex e-con-boxed e-con e-parent" data-id="9535dc1" data-element_type="container">

1281

1282 <div class="e-con-inner">

1283

1284 <div class="elementor-element elementor-element-d1dd645 elementor-widget elementor-widget-text-editor" data-id="d1dd645" data-element_type="widget" data-widget_type="text-editor.default">

1285

1286 <p data-start="3654" data-end="3790">

1287Yes. Apbook offers welcome bonuses, deposit rewards, loyalty programs, and special promotional offers.</p>

1288 </div>

1289

1290 </div>

1291

1292 </div>

1293

1294 <div class="elementor-element elementor-element-e6c9eea e-flex e-con-boxed e-con e-parent" data-id="e6c9eea" data-element_type="container">

1295

1296 <div class="e-con-inner">

1297

1298 <div class="elementor-element elementor-element-45a4189 elementor-widget elementor-widget-heading" data-id="45a4189" data-element_type="widget" data-widget_type="heading.default">

1299

1300 <h4 class="elementor-heading-title elementor-size-default">

1301How do I deposit and withdraw funds?</h4>

1302 </div>

1303

1304 </div>

1305

1306 </div>

1307

1308 <div class="elementor-element elementor-element-a40eb0c e-flex e-con-boxed e-con e-parent" data-id="a40eb0c" data-element_type="container">

1309

1310 <div class="e-con-inner">

1311

1312 <div class="elementor-element elementor-element-f117f05 elementor-widget elementor-widget-text-editor" data-id="f117f05" data-element_type="widget" data-widget_type="text-editor.default">

1313

1314 <p>

1315You can use secure methods like UPI, bank transfer, e-wallets, and debit/credit cards. Withdrawals are fast and hassle-free.</p>

1316 </div>

1317

1318 </div>

1319

1320 </div>

1321

1322 <div class="elementor-element elementor-element-624ec9d e-flex e-con-boxed e-con e-parent" data-id="624ec9d" data-element_type="container">

1323

1324 <div class="e-con-inner">

1325

1326 <div class="elementor-element elementor-element-1512e5d elementor-widget elementor-widget-heading" data-id="1512e5d" data-element_type="widget" data-widget_type="heading.default">

1327

1328 <h4 class="elementor-heading-title elementor-size-default">

1329Is customer support available?</h4>

1330 </div>

1331

1332 </div>

1333

1334 </div>

1335

1336 <div class="elementor-element elementor-element-9d65cf5 e-flex e-con-boxed e-con e-parent" data-id="9d65cf5" data-element_type="container">

1337

1338 <div class="e-con-inner">

1339

1340 <div class="elementor-element elementor-element-beb6b08 elementor-widget elementor-widget-text-editor" data-id="beb6b08" data-element_type="widget" data-widget_type="text-editor.default">

1341

1342 <p>

1343Yes. 24/7 support is available via WhatsApp, live chat, and email.</p>

1344 </div>

1345

1346 </div>

1347

1348 </div>

1349

1350 <div class="elementor-element elementor-element-218765a e-flex e-con-boxed e-con e-parent" data-id="218765a" data-element_type="container">

1351

1352 <div class="e-con-inner">

1353

1354 <div class="elementor-element elementor-element-6e43115 elementor-widget elementor-widget-heading" data-id="6e43115" data-element_type="widget" data-widget_type="heading.default">

1355

1356 <h4 class="elementor-heading-title elementor-size-default">

1357How can I ensure responsible gaming?</h4>

1358 </div>

1359

1360 </div>

1361

1362 </div>

1363

1364 <div class="elementor-element elementor-element-221b481 e-flex e-con-boxed e-con e-parent" data-id="221b481" data-element_type="container">

1365

1366 <div class="e-con-inner">

1367

1368 <div class="elementor-element elementor-element-548a706 elementor-widget elementor-widget-text-editor" data-id="548a706" data-element_type="widget" data-widget_type="text-editor.default">

1369

1370 <p>

1371Apbook provides tools to track your activity, set limits, and maintain a safe and balanced gaming experience.</p>

1372 </div>

1373

1374 </div>

1375

1376 </div>

1377

1378 </div>

1379

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

1381

1382

1383

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

1385

1386 </div>

1387

1388

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

1390

1391

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

1393

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

1395

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

1397

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

1399

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

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

1402<noscript>

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

1404</noscript>

1405</figure>

1406

1407</div>

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

1409

1410<p>

1411<strong>

1412Apbook</strong>

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

1414Apbook in</strong>

1415, <strong>

1416Apbook.in</strong>

1417, or <strong>

1418Apbook .in</strong>

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

1420

1421</div>

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

1423

1424<p>

1425The platform supports <strong>

1426Apbook login</strong>

1427 and <strong>

1428Apbook in login</strong>

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

1430Apbook app</strong>

1431 and <strong>

1432Apbook APK download</strong>

1433 options make it convenient to use <strong>

1434Apbook betting</strong>

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

1436Apbook online betting</strong>

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

1438

1439</div>

1440 </div>

1441

1442 </div>

1443

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

1445

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

1447

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

1449

1450<p>

1451apbook app download<br>

1452apbook download<br>

1453apbook in registration<br>

1454ap book<br>

1455apbook betting app<br>

1456apbook login app<br>

1457apbook open now<br>

1458apbook betting login<br>

1459apbook customer care number<br>

1460apbook online betting app</p>

1461

1462</div>

1463 </div>

1464

1465 </div>

1466

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

1468

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

1470

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

1472

1473<p>

1474info@apbooklogin.com<br>

1475support@apbooklogin.com</p>

1476

1477</div>

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

1479

1480<p>

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

1482

1483</div>

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

1485

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

1487

1488<li>

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

1490APBook Blog</a>

1491</li>

1492

1493</ul>

1494

1495</div>

1496

1497 </div>

1498

1499 </div>

1500

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

1502

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

1504

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

1506

1507<p>

1508apbook online betting app<br>

1509apbook in app download<br>

1510apbook id<br>

1511apbook login password<br>

1512apbook cricket<br>

1513apbook online betting login<br>

1514apbook betting app download<br>

1515apbook bet<br>

1516ap book id</p>

1517

1518</div>

1519

1520 </div>

1521

1522 </div>

1523

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

1525

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

1527

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

1529

1530<p>

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

1532How to Login</a>

1533</p>

1534

1535</div>

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

1537

1538<p>

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

1540How to Play</a>

1541</p>

1542

1543</div>

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

1545

1546<p>

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

1548How to Register</a>

1549</p>

1550

1551</div>

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

1553

1554<p>

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

1556APBOOK APP</a>

1557</p>

1558

1559</div>

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

1561

1562<p>

1563</p>

1564

1565</div>

1566

1567 </div>

1568

1569 </div>

1570

1571 </div>

1572

1573

1574 </div>

1575

1576

1577

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

1579

1580 <p>

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

1582Education WDA</a>

1583 Powered by WordPress.</p>

1584

1585 </div>

1586

1587

1588</footer>

1589

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

1591

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

1593

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

1595

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

1597

1598 <label>

1599

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

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

1602 value="" name="s"

1603 />

1604

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

1606

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

1608

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

1610

1611 </svg>

1612

1613 </button>

1614

1615 </label>

1616

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

1618

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

1620

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

1622

1623 </svg>

1624

1625 </button>

1626

1627 </div>

1628

1629 </form>

1630

1631 <div tabIndex="0">

1632</div>

1633

1634 </div>

1635

1636 </div>

1637

1638

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

1640

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

1642

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

1644

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

1646

1647 <label>

1648

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

1650 placeholder="Search term..."

1651 value="" name="s"

1652 />

1653

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

1655

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

1657

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

1659

1660 </svg>

1661

1662 </button>

1663

1664 </label>

1665

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

1667

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

1669

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

1671

1672 </svg>

1673

1674 </button>

1675

1676 </div>

1677

1678 </form>

1679

1680 <div tabIndex="0">

1681</div>

1682

1683 </div>

1684

1685 </div>

1686

1687<script type="speculationrules">

1688

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

1690</script>

1691

1692 <script type="rocketlazyloadscript">

1693

1694 const lazyloadRunObserver = () =>

1695 {

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

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

1698 {

1699 entries.forEach( ( entry ) =>

1700 {

1701 if ( entry.isIntersecting ) {

1702 let lazyloadBackground = entry.target;

1703 if( lazyloadBackground ) {

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

1705 }

1706 lazyloadBackgroundObserver.unobserve( entry.target );

1707 }

1708 });

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

1710 lazyloadBackgrounds.forEach( ( lazyloadBackground ) =>

1711 {

1712 lazyloadBackgroundObserver.observe( lazyloadBackground );

1713 } );

1714 };

1715 const events = [

1716 'DOMContentLoaded',

1717 'elementor/lazyload/observe',

1718 ];

1719 events.forEach( ( event ) =>

1720 {

1721 document.addEventListener( event, lazyloadRunObserver );

1722 } );

1723 </script>

1724

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

1726

1727/* <![CDATA[ */

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

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

1730/* ]]>

1731 */

1732</script>

1733

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

1735

1736/* <![CDATA[ */

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

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

1739/* ]]>

1740 */

1741</script>

1742

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

1744

1745/* <![CDATA[ */

1746(function() {

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

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

1749}());

1750

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

1752/* ]]>

1753 */

1754</script>

1755

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

1757</script>

1758

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

1760</script>

1761

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

1763</script>

1764

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

1766</script>

1767

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

1769</script>

1770

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

1772

1773/* <![CDATA[ */

1774var 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":"d8f4a9add5"},"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":9,"title":"APBook%20%E2%80%93%20India%E2%80%99s%20Most%20Trusted%20Online%20Gaming%20%26%20Sport%20Exchange","excerpt":"","featuredImage":false}};

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

1776/* ]]>

1777 */

1778</script>

1779

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

1781</script>

1782

1783<script>

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

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

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

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

17880||iframe_count>

17890||rocketlazy_count>

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

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

1792</script>

1793<script>

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

1795<noscript>

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

1797</noscript>

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

1799</button>

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

1801<script>

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

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

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

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

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

1807{e.forEach(e=>

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

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

1810</body>

1811

1812</html>

1813

1814

1815

1816

1817

1818

1819

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