/* Font Plus-jakarta-Sans */
@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PlusJakartaSans';
	src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.woff') format('woff');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*{
	transition: all .4s ease-in-out;
}

:root {
	--black_primary: #000;
	--black_font: #302506;

	--blue_primary: #000B33;
	--blue_secondary: #1C3E77;
	--blue_dark: #2D3552;
	--blue_light: #D2E6F6;
	--blue_navy: #11132E;
	--blue_hover: #434CB5;
	--blue_shadow: #5661DF;
	--blue_bg: #181E58;
	--blue_circle: #2F388E;
	--blue_font: #010F2E;
	--blue_font_V2: #183362;

	--grey_primary: #F5F7F9;
	--grey_secondary: #ECF3FD;
	--grey_dark: #4C4D5F;
	--grey_placeholder: #97A3B6;
	--grey_border: #DEE2E7;
	--grey_border_V1: #E4E7ED;
	--grey_border_V2: #D8E0EB;
	--grey_border_V3: #DDE1E7;
	--grey_border_V4: #D7DBEB;
	--grey-border_V5: #C8C9D3;
	--grey_border_V6: #9CAAC2;
	--grey_border_V7: #ECF0F8;
	--grey_shadow: #EEEEF4;
	--grey_bg: #F3F6FB;
	--grey_bg_V1: #ECF0F6;
	--grey_font: #A1A3AB;
	--grey_font_V1: #60667B;
	--grey_font_V2: #7A83A4;
	--grey_font_V3: #9A9DA9;
	--grey_font_V4: #49516D;
	--grey_font_V5: #A3B0CB;
	--grey_font_v6: #7280AC;
	--grey_label: #5D6185;
	--grey_toogle: #E5E8F2;
	--grey_nav: #8C8FA8;
	--grey_progress: #C2C8D6;
	--grey_seekbar: #E3E6ED;

	--red_primary: #F11922;
	--red_secondary: #ED1C24;
	--red_light: #FF6C6C;

	--yellow_primary: #FFBA00;

	--white_primary: #fff;
}

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow-x: hidden;
}

body {
	font-family: 'PlusJakartaSans';
	color: var(--blue_primary);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: normal;
	background: #FFF;
}

a,
a:link,
a:visited {
	outline: none;
	text-decoration: none;
	-moz-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
	width: 100%;
}


h1 {
	font-family: 'PlusJakartaSans';
	font-weight: 700;
	font-size: 75px;
	/* font-size: 3.906vw; */
	line-height: 107.5%; /* 80.625px */
	/* line-height: 4.199vw; */
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: 'PlusJakartaSans';
	font-weight: 700;
	font-size: 45px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: 'PlusJakartaSans';
	font-weight: 800;
	font-size: 32px;
	line-height: 188.5%; /* 60.32px */
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: 'PlusJakartaSans';
	font-weight: 700;
	font-size: 22px;
	line-height: 138%; /* 30.36px */
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: 'PlusJakartaSans';
	font-weight: 400;
	font-size: 18px;
	line-height: 159.5%; /* 28.71px */
	margin: 0px;
	padding: 0px;
}

h6 {
	font-family: 'PlusJakartaSans';
	font-weight: 500;
	font-size: 15px;
	line-height: 179%; /* 26.85px */
	margin: 0px;
	padding: 0px;
}

form,
input,
select,
textarea,
p {
	font-family: 'PlusJakartaSans';
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus,
textarea:focus {
	outline: none;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
	display: block;
	margin: 0px;
	padding: 0;
}

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative;
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

/*End IE below 9*/


/**************************** Custom CSS ****************************/

/************** Common CSS starts here **************/
ul,
li {
	font-family: 'PlusJakartaSans';
	font-style: normal;
	line-height: normal;
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	font-family: 'PlusJakartaSans';
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

input,
select,
textarea {
	border: 0;
	outline: 0;
}

button {
	border: 0;
	outline: 0;
	cursor: pointer;
}

.mt_0 {
	margin-top: 0 !important;
}

.mb_0 {
	margin-bottom: 0 !important;
}

.flex_1 {
  flex-grow: 1;
}

.bgLtBlue {
	background-color: #E1F5FE !important;
}

.bgLtYellow {
	background-color: #FFF1E1 !important;
}

.bgLtViolet {
	background-color: #F7E6FE !important;
}

.bgLtRed {
	background-color: #FEE6E6 !important;
}

.width_426 {
  width: 426px;
}

.width_270 {
  width: 270px;
}

.pgWrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.pgHdCntWRap {
	flex-grow: 1;
}

.pgCenter {
	width: 100%;
	/* max-width: 1305px; */
	/* max-width: 1345px; */
	max-width: 1565px;
	margin: auto;
	/* padding: 0 20px; */
	padding: 0 110px;
}

.pmBtn {
	display: inline-flex;
	padding: 10px 22px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 1px solid var(--blue_secondary);
	color: var(--blue_secondary);
	font-size: 18px;
	font-weight: 500;
	line-height: 138%; /* 24.84px */
	cursor: pointer;
}

.dpDwnWrap {
	position: relative;
}

.dpDwnBtn {
	cursor: pointer;
}

.dpDwnMenu {
	display: none;
}

.dpDwnWrap.active .dpDwnMenu {
	display: block;
}

.sctTtle,
.sctDesc {
	color: var(--blue_primary);
}

.bkTtle {
	color: var(--blue_primary);
	font-weight: 700;
}

.bkDesc {
	color: var(--grey_font);
}

.bkTyp {
	display: inline-flex;
	border-radius: 8px;
	background-color: var(--red_light);
	padding: 0px 10px;
	color: var(--white_primary);
	font-size: 15px;
	font-weight: 300;
	line-height: 188.5%; /* 28.275px */
}

.bkImg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.wshLst {
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: var(--white_primary);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.wshLstImg {
	display: flex;
}

.wshLst img {
	flex-shrink: 0;
	width: 24px !important;
}

.wshLst.active img {
	filter: brightness(0) saturate(100%) invert(17%) sepia(87%) saturate(4210%) hue-rotate(349deg) brightness(94%) contrast(98%);;
}

.popOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 11, 51, 0.20);
	z-index: 1;
}

.popBox {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: fit-content;
	z-index: 2;
}

.inpLblWrap {
	padding-bottom: 5px;
}

.inpLblGp {
	/* margin-bottom: 29px; */
	margin-bottom: 18px;
}

.gplbl {
	color: var(--grey_label);
	/* font-size: 20px; */
	font-size: 15px;
	/* margin-bottom: 15px; */
	margin-bottom: 10px;
}

.gpInp {
	/* padding: 25px 22px 22px; */
	padding: 12px 10px 10px;
	border-radius: 15px;
	border: 2px solid var(--grey_border_V4);
	background-color: var(--white_primary);
}

.inpIconWrap {
	display: flex;
	align-items: center;
}

.inpIcon {
	display: flex;
	/* margin-right: 18px; */
	margin-right: 10px;
}

.inpIcon img {
	flex-shrink: 0;
	/* width: 33px; */
	width: 24px;
}

.inpWrap {
	flex-grow: 1;
}

.inpWrap input {
	color: var(--blue_primary);
	width: 100%;
	/* font-size: 20px; */
	font-size: 15px;
}

.inpWrap input::placeholder,
.inpWrap input:-ms-input-placeholder,
.inpWrap input::-ms-input-placeholder {
	color: var(--grey_placeholder);
	opacity: 1;
}

.tglBtn {
  position: relative;
  display: inline-block;
  /* width: 41px;
	height: 24px; */
	width: 36px;
	height: 20px;
}

.tglBtn input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.tglSldr {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--grey_toogle);
	border-radius: 50px;
  transition: all .3s ease;
}

.tglSldr:before {
  position: absolute;
  content: "";
  /* height: 20px;
  width: 20px; */
	height: 16px;
	width: 16px;
  left: 3px;
  bottom: 2px;
	border-radius: 50%;
  background-color: var(--white_primary);
  transition: all .3s ease;
}

input:checked + .tglSldr {
  background-color: var(--blue_primary);
}

input:checked + .tglSldr:before {
  /* -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px); */
	-webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.brdCrmbWrap {
	display: flex;
	align-items: center;
}

.brdCrmbItm {
	display: flex;
	align-items: center;
}

.brdCrmbTxt {
	color: var(--grey_font_V2);
	font-size: 16px;
	font-weight: 300;
	line-height: 188.5%; /* 30.16px */
	cursor: pointer;
}

.brdCrmbItm:last-child .brdCrmbTxt {
	cursor: initial;
}

.brdCrmbArw {
	display: flex;
	margin: 0 7px;
}

.brdCrmbArw img {
	flex-shrink: 0;
	max-width: 6px;
}

.brdCrmbItm:last-child .brdCrmbArw {
	display: none;
}

.pgnWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pgnAct {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.pgnActIcon {
	display: flex;
}

.pgnActIcon img {
	flex-shrink: 0;
	max-width: 9px;
}

.pgnActTxt {
	color: var(--blue_primary);
	font-size: 16px;
	line-height: 100%; /* 16px */
}

.pgnActTxtPrv {
	margin-left: 10px;
}

.pgnActTxtNxt {
	margin-right: 10px;
}

.pgnNumWrap {
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.pgnNum {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: var(--black_primary);
	font-size: 16px;
	line-height: 100%; /* 16px */
	margin: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.pgnNum.active {
	background-color: var(--blue_secondary);
	color: var(--white_primary);
}

.acdWrap {
	padding-top: 28px;
}

.acdBtnWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 23px 13px 18px;
	border-radius: 10px;
	background-color: var(--grey_bg);
	cursor: pointer;
}

.acdBtnLt {
	display: flex;
	align-items: center;
}

.acdBtnRt {
	margin-left: 20px;
}

.acdIcon {
	flex-shrink: 0;
	display: flex;
	margin-right: 6px;
}

.acdIcon img {
	flex-shrink: 0;
	max-width: 27px;
}

.acdBtntxt {
	color: var(--blue_primary);
	font-size: 16px;
	line-height: 180.5%; /* 28.88px */
}

.acdArw {
	display: flex;
}

.acdArw img {
	flex-shrink: 0;
	max-width: 15px;
	transition: all .3s ease;
}

.acdBtnWrap.active .acdArw img {
	transform: rotate(-180deg);
}

.prgsWrap {
	display: flex;
	align-items: center;
}

.prgsBar {
	width: 100%;
	height: 2px;
	background-color: var(--grey_progress);
	position: relative;
}

.prgsLine {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: var(--red_secondary);
}

.prgsTxt {
	color: var(--grey_progress);
	font-size: 16px;
	font-weight: 500;
	line-height: 188.5%; /* 30.16px */
}

/* Owl-Carousel Common CSS */
.owl-nav span,
.owl-dots {
	display: none;
}

.owl-prev,
.owl-next {
	width: 73px;
	height: 73px;
	border-radius: 50%;
	background-color: var(--white_primary) !important;
	box-shadow: 0px 4px 20px rgba(96, 102, 127, 0.20);
	background-position: center !important;
	background-size: 15px !important;
	background-repeat: no-repeat !important;
	position: absolute;
	top: 50%;
}

.owl-prev {
	background-image: url(../images/ic_AngleLt_rd.svg) !important;
	left: 0;
}

.owl-next {
	background-image: url(../images/ic_AngleRt_rd.svg) !important;
	right: 0;
}
/************** Common CSS ends here **************/


/* Login CSS */
.lgnBox {
	border-radius: 30px;
	background-color: var(--white_primary);
	box-shadow: 0px 12px 41px 0px rgba(0, 11, 51, 0.10);
	/* padding: 72px 105px 98px; */
	padding: 40px 55px 45px;
	width: 100%;
	/* max-width: 717px; */
	max-width: 520px;
	margin: auto;
}

.lgnLogoWrap {
	justify-content: center;
}

.lgnLogoWrap .logo {
	margin: auto;
	justify-content: center;
}

.lgnLogoWrap .logo img {
	flex-shrink: 0;
	/* max-width: 448px; */
	max-width: 300px;
}

.lgnWrap {
	/* padding-top: 46px; */
	padding-top: 20px;
}

.lgnTtle {
	text-align: center;
	/* font-size: 30px; */
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-bottom: 10px;
}

.lgnDesc {
	text-align: center;
	/* font-size: 20px; */
	font-size: 15px;
	/* line-height: 159.5%; /* 31.9px */
	line-height: 24px;
}

.lgnFrmWrap {
	/* padding-top: 40px; */
	padding-top: 24px;
}

.fgtWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fgtLt {
	margin-right: 20px;
}

.kpSgnWrap {
	display: flex;
	align-items: center;
}

.kpSgn {
	color: var(--grey_label);
	/* font-size: 20px; */
	font-size: 15px;
}

.tglWrap {
	display: flex;
	/* margin-right: 14px; */
	margin-right: 10px;
}

.fgtPwd {
	color: var(--grey_label);
	/* font-size: 20px; */
	font-size: 15px;
	cursor: pointer;
}

.lgnBtnWrap {
	/* padding-top: 51px; */
	padding-top: 28px;
}

.lgnBtn, .clientUserLgBtn {
	width: 100%;
}

.lgnBtn, .clientUserLgBtn {
	border-radius: 15px;
	background-color: var(--blue_secondary);
	width: 100%;
	/* padding: 20px 0 24px; */
	padding: 12px 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white_primary);
	/* font-size: 30px; */
	font-size: 19px;
	font-weight: 600;
}

.noAccWrap {
	/* padding-top: 55px; */
	padding-top: 30px;
	display: flex;
	justify-content: center;
}

.noAcc {
	color: var(--grey_label);
	/* font-size: 22px; */
	font-size: 16px;
}

.noAcc span {
	color: var(--blue_secondary);
	font-weight: 700;
	cursor: pointer;
}


/* Header CSS */
.pgHd {
	padding: 37px 0 0;
}

.hdWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hdLt {
	width: 100%;
	max-width: 333px;
}

.hdRt {
	flex-grow: 1;
	padding-left: 20px;
}

.logoWrap {
	display: flex;
}

.logo {
	flex-shrink: 0;
	display: flex;
	margin-left: -22px;
}

.logo img {
	flex-shrink: 0;
	max-width: 333px;
}

.hdNavBar {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.srchWrap {
	margin-right: 28px;
}

.srchBar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 409px;
	min-width: 409px;
	/* height: 62px; */
	height: 46px;
	border-radius: 50px;
	border: 1px solid var(--grey_border);
	background-color: var(--white_primary);
	padding: 0 9px 0 23px;
}

.srchBar input {
	color: var(--blue_primary);
	font-size: 18px;
	flex-grow: 1;
	padding-right: 10px;
}

.srchBar input::placeholder,
.srchBar input:-ms-input-placeholder,
.srchBar input::-ms-input-placeholder {
	color: var(--grey_placeholder);
	opacity: 1;
}

.srchBarIcon {
	/* width: 47px;
	height: 47px; */
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--blue_secondary);
	cursor: pointer;
}

.srchIcon {
	display: flex;
}

.srchIcon img {
	/* max-width: 22px; */
	max-width: 15px;
}

.navPflWrap {
	display: flex;
	align-items: center;
}

.navWrap {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.navLst {
	display: flex;
	align-items: center;
	margin-right: 36px;
}

.navItm {
	margin-right: 30px;
	cursor: pointer;
}

.navItm:last-child {
	margin-right: 0;
}

.navLnk {
	color: var(--blue_primary);
	font-size: 18px;
	font-weight: 500;
	transition: all .3s ease;
}

.navItm:hover .navLnk,
.navItm.active .navLnk {
	color: var(--red_primary);
}

.langWrap {
	display: flex;
	align-items: center;
}

.langIcon {
	flex-shrink: 0;
	display: flex;
	margin-right: 7px;
}

.langIcon img {
	max-width: 26px;
}

.langDpdwnBtn {
	position: relative;
	color: var(--blue_primary);
	font-size: 18px;
	font-weight: 500;
	padding-right: 15px;
}

.langDpdwnBtn::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 9px;
	height: 6px;
	background-image: url(../images/ic_AngleDw_sm.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .3s ease;
}

.langDpdwnWrap.active .langDpdwnBtn::after {
	transform: rotate(-180deg);
}

.pflWrap {
	margin-left: 30px;
}

.pflIcon {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--grey_primary);
	/* box-shadow: 0px 4px 8px 0px #EFB94D; */
	overflow: hidden;
}

.pflImg {
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.dfltPflIcon .upldImg,
.dfltImg {
	display: none;
}

.dfltPflIcon .dfltImg,
.upldImg {
	display: flex;
}

.dfltImg img {
	width: 28px;
}

.upldImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Footer CSS */
.pgFt {
	padding-bottom: 50px;
}

.pgFtTop {
	padding-top: 23px;
	padding-bottom: 52px;
	border-bottom: 1px solid var(--grey_border);
}

.pgFtTop_V1 {
	border-top: 1px solid var(--grey_border);
}

.pgFtBtm {
	padding-top: 22px;
}

.ftWrap {
	display: flex;
	justify-content: space-between;
}

.ftLt {
	width: 100%;
	max-width: 354px;
}

.ftRt {
	flex-grow: 1;
	/* padding-left: 30px; */
	padding-left: 63px;
	padding-top: 45px;
}

.ftInfoEmailWrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ftStInfoWrap {
	flex-grow: 1;
}

.ftStInfo {
	color: var(--blue_dark);
	font-size: 17px;
	line-height: 188.5%; /* 32.045px */
	margin-top: 20px;
}

.ftStEmail {
	margin-top: 20px;
}

.ftStEmail a {
	color: var(--blue_dark);
	font-size: 18px;
	line-height: 179%; /* 32.22px */
}

.ftLnkWrap {
	display: flex;
	justify-content: space-between;
}

.ftLnkLt {
	width: 100%;
	max-width: 207px;
	margin-right: 32px;
}

.ftLnkRt {
	flex-grow: 1;
	margin-left: 20px;
}

.ftLnkTitle {
	color: var(--blue_navy);
	font-size: 16px;
	font-weight: 600;
	line-height: 179%; /* 28.64px */
}

.ftLnkLstWrap {
	display: flex;
	justify-content: space-between;
	padding-top: 28px;
}

.ftLnkLst {
	margin-right: 19px;
	width: 100%;
	max-width: 207px;
}

.ftLnkLst:last-child {
	margin-right: 0;
	width: fit-content;
}

.ftLnkItm {
	margin-bottom: 10px;
}

.ftLnkItm:last-child {
	margin-bottom: 0;
}

.ftLnkItm a {
	color: var(--blue_dark);
	font-size: 15px;
	font-weight: 500;
	line-height: 179%; /* 26.85px */
	transition: all .3s ease;
}

.ftLnkItm:hover a {
	color: var(--red_primary);
}

.ftbtmTxt {
	color: var(--blue_dark);
	font-size: 17px;
	line-height: 179%; /* 30.43px */
}

.ftRtBtm {
	flex-grow: 1;
}

.ftBtmLnkLst {
	display: flex;
	justify-content: flex-end;
}

.ftBtmLnkItm {
	margin-right: 20px;
}

.ftBtmLnkItm:last-child {
	margin-right: 0;
}

.ftBtmLnkItm a {
	transition: all .3s ease;
}

.ftBtmLnkItm:hover a {
	color: var(--red_primary);
}

/************ Landing Page CSS ************/

/* Home Banner CSS */
.pgBnr {
	padding-top: 45px;
}

.pgBnrWrap {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

.pgBnrLt {
	width: 40%;
	display: flex;
	flex-direction: column;
	padding-top: 80px;
	padding-bottom: 25px;
}

.pgBnrRt {
	width: 56%;
}

.bnrImg {
	display: flex;
	margin-right: -128px;
}

.bnrImg img {
	flex-shrink: 0;
	max-width: 877px;
}

.bnrTxtTop {
	flex-grow: 1;
}

.bnrTitle {
	color: var(--blue_primary);
}

.redLnTxt {
	position: relative;
}

.redLnTxt::after {
	content: '';
	position: absolute;
	top: calc(100% - 6px);
	right: 6px;
	width: 215px;
	height: 11px;
	background-image: url(../images/gh_Line_rd.svg);
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}

.bnrDesc {
	color: var(--blue_primary);
	margin-top: 33px;
}

.bnrBtnWrap {
	margin-top: 48px;
}

.bnrBtn {
	display: inline-flex;
	padding: 20px 40px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background-color: var(--blue_secondary);
	color: var(--white_primary);
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
}

.bnrSubBtm {
	margin-top: 20px;
}

.bnrSubWrap {
	display: flex;
	align-items: center;
}

.subImgWrap {
	display: flex;
	align-items: center;
}

.subImg {
	display: flex;
	width: 63px;
	height: 63px;
	border: 4px solid var(--white_primary);
	border-radius: 50%;
	overflow: hidden;
	margin-left: -20px;
}

.subImg:first-child {
	margin-left: 0;
}

.subImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.subCntWrap {
	margin-left: 17px;
}

.subCnttxt {
	line-height: normal;
	font-weight: 500;
}

/* Feature CSS */
.pgFtre {
	padding-top: 82px;
}

.pgFtreWrap {
	border-radius: 30px;
	background-color: var(--blue_bg);
	background-image: url(../images/gh_Wave.png);
	background-position: left top;
	background-size: 713px;
	background-repeat: no-repeat;
	padding: 33px 70px 36px;
}

.ftreLst {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ftreItmOut {
	position: relative;
	border-radius: 31px;
	cursor: pointer;
	padding: 44px 0 53px;
	transition: all .3s ease;
	overflow: hidden;
	width: 285px;
	display: flex;
	justify-content: center;
}

.ftreItmOut:hover {
	background-color: var(--blue_hover);
	box-shadow: 7px 15px 15px 0px rgba(0, 0, 0, 0.15), 1px 2px 4px 0px var(--blue_shadow) inset;
}

.ftreItmOut::after {
	content: '';
	position: absolute;
	top: -28px;
	right: -30px;
	width: 106px;
	height: 106px;
	border-radius: 50%;
	background-color: var(--blue_circle);
	opacity: 0;
}

.ftreItmOut:hover::after {
	opacity: 1;
}

.ftreItm {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ftreItmImg {
	display: flex;
	/* margin-bottom: 23px; */
}

.ftreItmImg img {
	width: auto;
	/* height: 70px; */
	height: 130px;
	/* box-shadow: 15px 40px 20px 0px rgba(0, 0, 0, 0.25); */
}

.ftreItmTxt {
	color: var(--white_primary);
	font-size: 21px;
	font-weight: 700;
	margin-top: -30px;
}

/* Trending CSS */
.pgTrn {
	padding-top: 107px;
}

.descBtnWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.trnBtnWrap {
	margin-left: 20px;
}

.trnSldrWrap {
	padding-top: 52px;
}

.trnSldrWrap .owl-prev,
.trnSldrWrap .owl-next {
	top: 221px;
}

.trnSldrWrap .owl-prev {
	transform: translateX(-50%) translateY(-50%);
}

.trnSldrWrap .owl-next {
	transform: translateX(50%) translateY(-50%);
}

.trnSldrImg {
	border-radius: 34px;
	margin-bottom: 29px;
	/* width: 303px; */
	width: 100%;
	height: 443px;
	background-color: var(--grey_primary);
	overflow: hidden;
}

.trnWshLst {
	top: 19px;
	right: 21px;

}

.trnSldrTtle {
	font-size: 22px;
	line-height: 138%; /* 30.36px */
	margin-bottom: 9px;
}

.trnSldrDesc {
	font-size: 16px;
	font-weight: 500;
	line-height: 138%; /* 22.08px */
}

/* Popular Topics CSS */
.pgTpc {
	padding-top: 102px;
}

.tpcTtle {
	margin-bottom: 9px;
	text-align: center;
}

.tpcDesc {
	text-align: center;
	line-height: 138%; /* 24.84px */
}

.tpcLstWrap {
	padding-top: 72px;
}

.tpcLst {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 64px;
	row-gap: 64px;
}

.tpcLnk {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tpcImg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border-radius: 31px;
	background-color: var(--grey_primary);
	margin-bottom: 20px;
}

.tpcImg img {
	flex-shrink: 0;
	width: auto;
	height: 54px;
}

.tpcTxt {
	color: var(--blue_font);
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.tpcBtnWrap {
	padding-top: 62px;
	display: flex;
	justify-content: center;
}

/* Built-In-Tools CSS */
.pgTl {
	padding-top: 91px;
}

.pgTlWrap {
	display: flex;
	justify-content: space-between;
}

.pgTlLt {
	width: 52%;
}

.pgTlRt {
	width: 48%;
}

.tlImg {
	display: flex;
	margin-left: -97px;
}

.tlImg img {
	max-width: 787px;
}

.tlTxtWrap {
	padding-left: 55px;
	padding-top: 75px;
}

.tlTtle {
	margin-bottom: 19px;
}

.tlDesc {
	line-height: 178.5%; /* 32.13px */
}

.tlLstWrap {
	padding-top: 45px;
}

.tlItm {
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}

.tlItm:last-child {
	margin-bottom: 0;
}

.tlItmImg {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background-color: var(--grey_primary);
}

.tlItmImg img {
	width: 38px;
}

.tlItmtxt {
	padding-left: 24px;
	color: var(--blue_primary);
	font-size: 20px;
	font-weight: 600;
	line-height: 178.5%; /* 35.7px */
}

/* Simple Pricing CSS */
.pgPrc {
	padding-top: 91px;
}

.prcTtle {
	margin-bottom: 19px;
	color: var(--blue_primary);
	text-align: center;
	font-weight: 700;
	line-height: normal;
}

.prcDesc {
	color: var(--blue_primary);
	text-align: center;
	font-weight: 400;
	line-height: 188.5%; /* 33.93px */
	max-width: 646px;
	margin: auto;
}

.prcTabWrap {
	padding-top: 31px;
}

.tabHdWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 6px;
	border-radius: 50px;
	border: 2px solid var(--grey_border_V1);
	width: fit-content;
	margin: auto;
}

.tabHd {
	flex-shrink: 0;
	display: flex;
	padding: 3px 16px 4px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	color: var(--blue_font);
	font-size: 15px;
	font-weight: 600;
	line-height: 188.5%; /* 28.275px */
	margin-right: 9px;
	min-width: 91px;
	cursor: pointer;
	transition: all .3s ease;
}

.tabHd:last-child {
	margin-right: 0;
}

.tabHd.active {
	background-color: var(--blue_secondary);
	color: var(--white_primary);
}

.tabCntWrap {
	padding-top: 81px;
}

/* .tabCnt {
	opacity: 0;
	z-index: -1;
	display: none;
	transition: all .3s ease;
}

.tabCnt.active {
	opacity: 1;
	z-index: 0;
	display: block;
} */

.tabCnt {
	display: none;
	animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}



.prcLst {
	display: flex;
	justify-content: center;
	column-gap: 19px;
}

.prcItm {
	width: 25%;
	border-radius: 20px;
	border: 1px solid var(--grey_border_V2);
	padding: 33px 36px 51px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: all .3s ease;
}

.prcItm:hover,
.prcItm.active {
	/* background-color: var(--white_primary); */
	box-shadow: -1px 6px 40px 21px var(--grey_shadow);
}

.prcItmTop {
	padding-bottom: 26px;
	border-bottom: 1px solid var(--grey_border_V3);
}

.prcItmTtle {
	color: var(--blue_navy);
	font-size: 20px;
	font-weight: 600;
	line-height: 188.5%; /* 37.7px */
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prcPplrTxt {
	background-color: var(--red_secondary);
	color: var(--white_primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 188.5%; /* 30.16px */
	padding-left: 16px;
	border-radius: 16px 0px 0px 16px;
	margin-right: -19px;
	position: relative;
}

.prcPplrTxt::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -30px;
	border-radius: 16px 0px 0px 16px;
	background-color: var(--red_secondary);
	z-index: -1;
}

.amtWrap {
	display: flex;
}

.amtCncy {
	color: var(--blue_navy);
	font-size: 16px;
	line-height: 188.5%; /* 30.16px */
}

.amtNum {
	color: var(--blue_navy);
	font-size: 40px;
	font-weight: 800;
	line-height: 188.5%; /* 40px */
	padding-bottom: 5px;
	margin-left: 3px;
	margin-right: 2px;
}

.amtMod {
	color: var(--blue_navy);
	font-size: 16px;
	line-height: 188.5%; /* 30.16px */
	display: flex;
	align-items: flex-end;
}

.bkCnt {
	color: var(--grey_dark);
	font-size: 16px;
	font-weight: 500;
	line-height: 188.5%; /* 30.16px */
	padding-top: 6px;
}

.prcItmBtm {
	padding-top: 45px;
}

.plnItm {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.plnItm:last-child {
	margin-bottom: 0;
}

.plnIcon {
	flex-shrink: 0;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--grey_secondary);
	margin-right: 23px;
}

.plnImg {
	flex-shrink: 0;
	display: flex;
}

.plnImg img {
	flex-shrink: 0;
	width: 11px;
}

.plnDesc {
	color: var(--blue_navy);
	font-weight: 600;
	line-height: 188.5%; /* 28.275px */
}

.plnBtnWrap {
	padding-top: 46px;
}

.plnBtn {
	display: inline-flex;
	padding: 10px 25px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 2px solid var(--grey_border_V1);
	color: var(--black_primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 188.5%; /* 30.16px */
	cursor: pointer;
	transition: all .3s ease;
}

.prcItm:hover .plnBtn,
.prcItm.active .plnBtn {
	background-color: var(--blue_secondary);
	border: 2px solid var(--blue_secondary);
	color: var(--white_primary);
}

/* Smartphone CSS */
.pgSmt {
	padding-top: 78px;
}

.pgSmtWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pgSmtLt {
	width: 54%;
}

.pgSmtRt {
	width: 46%;
}

.appDwlWrap {
	border-radius: 30px 0 0 30px;
	background-color: var(--grey_bg);
	/* padding: 79px 41px 108px 88px; */
	padding: 79px 0 108px 88px;
	position: relative;
}

.appDwlWrap::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -200px;
	border-radius: 30px 0 0 30px;
	background-color: var(--grey_bg);
	z-index: -1;
}

.appDwlTtle {
	color: var(--blue_navy);
	font-size: 55px;
	font-weight: 700;
	line-height: 115.5%; /* 63.525px */
	margin-bottom: 22px;
}

.appDwlDesc {
	line-height: 188.5%; /* 33.93px */
	margin-bottom: 33px;
}

.appDwlLst {
	display: flex;
	align-items: center;
}

.appDwlItm {
	margin-right: 27px;
}

.appDwlItm:last-child {
	margin-right: 0;
}

.appDwlItm img {
	max-width: 213px;
}

.phnImg {
	display: flex;
	transform: translateX(41px) translateY(-18px);
}

.phnImg img {
	flex-shrink: 0;
	max-width: 611px;
	min-width: 611px;
}

/************ Explore Page CSS ************/
.expBnr {
	padding-top: 29px;
}

.expBnrWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 30px;
	background-color: var(--blue_light);
	background-image: url(../images/img_Banner_bg.png);
	/* background-size: contain; */
	background-size: 1262px;
	background-position: center right;
	background-repeat: no-repeat;
	/* padding: 19px 9.115vw 18px 68px; */
	padding: 19px 175px 18px 68px;
	overflow: hidden;
}

.expBnrRt {
	margin-left: 20px;
}

.expBnrTxtMd {
	color: var(--blue_secondary);
	font-weight: 400;
	line-height: normal;
	padding-left: 5px;
}

.expBnrTxtLg {
	color: var(--blue_secondary);
	/* line-height: 188.5%; /* 82.94px  */
	line-height: normal;
}

.expBnrImg {
	display: flex;
}

.expBnrImg img {
	flex-shrink: 0;
	max-width: 559px;
}

.expCnt {
	padding-top: 63px;
}

.expCntWrap {
	display: flex;
}

.expCntLt {
	padding-top: 13px;
	width: 349px;
	min-width: 349px;
	border-right: 1px solid var(--grey_border);
}

.expCntRt {
	padding-top: 13px;
	flex-grow: 1;
}

.optWrap {
	padding-right: 47px;
}

.optTop {
	padding-bottom: 23px;
	border-bottom: 1px solid var(--grey_border);
}

.optSrchWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.optSrchInp {
	flex-grow: 1;
	padding-right: 20px;
}

.optSrchInp input {
	width: 100%;
	color: var(--blue_primary);
	font-size: 16px;
	line-height: 188.5%; /* 30.16px */
}

.optSrchInp input::placeholder,
.optSrchInp input:-ms-input-placeholder,
.optSrchInp input::-ms-input-placeholder {
	color: var(--grey_placeholder);
	opacity: 1;
}

.optSrchIcon {
	display: flex;
}

.optSrchIcon img {
	flex-shrink: 0;
	max-width: 22px;
}

.optMid {
	padding-top: 28px;
	padding-bottom: 31px;
	border-bottom: 1px solid var(--grey_border);
}

.fltrTxtWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.optTitle {
	color: var(--blue_primary);
	font-size: 20px;
	font-weight: 700;
	line-height: 188.5%; /* 37.7px */
}

.optClr {
	color: var(--red_primary);
	font-size: 16px;
	line-height: 188.5%; /* 30.16px */
	margin-left: 20px;
	cursor: pointer;
}

.optCntWrap {
	padding-top: 26px;
}

.optTtleWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	cursor: pointer;
}

.optTtle {
	color: var(--blue_primary);
	font-size: 16px;
	line-height: 188.5%; /* 30.16px */
}

.optIcon {
	display: flex;
}

.optIcon img {
	flex-shrink: 0;
	max-width: 7px;
}

.optLstWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 9px;
}

.optItmWrap {
	border-radius: 10px;
	background-color: var(--grey_bg);
	padding: 0 10px;
	margin-bottom: 10px;
}

.optItm {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.optItmTxt {
	color: var(--grey_font_V1);
	font-size: 16px;
	line-height: 188.5%; /* 30.16px */
}

.optItmIcon {
	display: flex;
	margin-left: 10px;
	cursor: pointer;
}

.optItmIcon img {
	max-width: 8px;
}

.optBtm {
	padding-top: 28px;
	padding-bottom: 67px;
}

.optCntWrap_V1 {
	padding-top: 14px;
}

.srtDpdwnBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 15px;
	background-color: var(--grey_bg);
	padding: 5px 23px;
}

.srtDpdwnBtnTxt {
	color: var(--grey_font_V1);
	font-size: 16px;
	line-height: 260%; /* 41.6px */
}

.srtDpdwnBtnIcon {
	display: flex;
}

.srtDpdwnBtnIcon img {
	flex-shrink: 0;
	width: auto;
	height: 7px;
}

.expCntRtIn {
	padding-left: 31px;
	padding-bottom: 67px;
}

/* .bkCntWrap {
	padding-top: 24px;
} */

.bkCntTtleWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bkShw {
	color: var(--grey_font_V3);
	font-size: 16px;
	line-height: 100%; /* 16px */
}

.bkShw span {
	font-weight: 700;
}

.expBkWrap {
	padding-top: 28px;
}

.bkLst {
	display: flex;
	flex-wrap: wrap;
	column-gap: 21px;
	row-gap: 41px;
}

.bkItm {
	width: 25%;
	max-width: 215px;
}

.expBkImg {
	border-radius: 15px;
	margin-bottom: 14px;
	width: 100%;
	min-width: 215px;
	height: 320px;
	background-color: var(--grey_primary);
	overflow: hidden;
}

.expBkTtle {
	margin-top: 14px;
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 185px;
}

.expWshLst {
	top: 13px;
	right: 13px;
}

.expPgnWrap {
	padding-top: 87px;
}

/************ Read Book and Audio Book Pages CSS ************/
.rdBkCnt {
	padding-top: 57px;
}

.rdBkCntWrap {
	padding-bottom: 40px;
}

.rdBkCntIn {
	display: flex;
}

.bkCntLt {
	flex-grow: 1;
	padding-right: 52px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bkCntRt {
	flex-shrink: 0;
	width: 483px;
}

.bkSumWrap {
	display: flex;
}

.bkImgSubWrap {
	flex-shrink: 0;
	width: 303px;
}

.bkSumImg {
	flex-shrink: 0;
	width: 303px;
	/* height: 443px; */
	height: 371px;
	background-color: var(--grey_primary);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/* border-radius: 34px; */
	border-radius: 25px;	
}

.bkSubWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 36px;
	margin-top: 17px;
	border-radius: 15px;
	background-color: var(--yellow_primary);
}

.bkSubIcon {
	display: flex;
	margin-right: 10px;
}

.bkSubIcon img {
	flex-shrink: 0;
	max-width: 32px;
}

.bkSubTxt {
	color: var(--black_font);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%; /* 24px */
	letter-spacing: -0.4px;
}

.bkSumTxtWrap {
	flex-grow: 1;
	margin-left: 49px;
}

/* .bkSumTxtWrap .brdCrmbWrap {
	margin-bottom: 22px;
} */

.brdCrmbSclWrap {
	margin-bottom: 4px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.bkSclWrap {
	margin-left: 20px;
}

.bkSclLst {
	display: flex;
	align-items: center;
}

.bkSclItm {
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: var(--grey_bg_V1);
	cursor: pointer;
}

.bkSclItm:last-child {
	margin-right: 0;
}

.bkSclIcon {
	display: flex;
}

.bkSclIcon img {
	width: auto;
	height: 23px;
}

.rdBkTtle {
	line-height: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.bkAthr {
	color: var(--grey_font);
	font-size: 16px;
	line-height: 100%; /* 16px */
}

.bkDtlWrap {
	/* padding-top: 33px; */
	padding-top: 45px;
}

.bkDtlRow {
	display: flex;
	margin-bottom: 17px;
}

.bkDtlRow:last-child {
	margin-bottom: 0;
}

.bkDtlTtle {
	flex-shrink: 0;
	width: 133px;
	margin-right: 54px;
	color: var(--blue_primary);
	font-size: 16px;
	font-weight: 500;
	/* line-height: 200.5%; /* 32.08px */
	line-height: 100%;
}

.bkDtlDesc {
	flex-grow: 1;
	color: var(--blue_primary);
	font-size: 16px;
	font-weight: 300;
	/* line-height: 200.5%; /* 32.08px */
	line-height: 100%;
}

.bkDescWrap {
	padding-top: 40px;
}

.bkDescTtle {
	font-size: 20px;
	font-weight: 600;
	line-height: 200.5%; /* 40.1px */
}

.bkDescDesc {
	color: var(--blue_primary);
	font-size: 16px;
	line-height: 180.5%; /* 28.88px */
}

.mreTxt {
	font-weight: 600;
	margin-left: 5px;
}

.curWrap {
	padding-top: 50px;
}

.curTtleBtnWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.curTtle {
	font-size: 24px;
	font-weight: 700;
	line-height: 180.5%; /* 43.32px */
}

.curBtn {
	padding: 7px 22px;
	border-radius: 50px;
	border: 1px solid var(--blue_secondary);
	margin-left: 20px;
	color: var(--blue_secondary);
	font-size: 20px;
	line-height: 138%; /* 27.6px */
	cursor: pointer;
}

.curBkWrap {
	padding-top: 35px;
}

.curBkLst {
	column-gap: 25px;
}

.curBkItm {
	width: 33.33%;
	max-width: 240px;
}

.curBkItm_Col5 {
	width: 20%;
}

.curBkImg {
	border-radius: 20px;
	margin-bottom: 28px;
	width: 100%;
	min-width: 240px;
	height: 220px;
	background-color: var(--grey_primary);
	overflow: hidden;
}

.rdPrgsWrap {
	padding-top: 24px;
}

.rdPrgsWrap .prgsBar {
	max-width: 184.918px;
	margin-right: 7px;
}

.curBkTtle {
	max-width: 100%;
}

.bkCntRtBox {
	/* border-radius: 25px; */
	border-radius: 35px;
	background-color: var(--white_primary);
	/* box-shadow: 0px 4px 40px 20px rgba(231, 231, 240, 0.50); */
	border: 1px solid var(--grey_border_V6);
	/* padding: 65px 88px 90px; */
	padding: 65px 63px 70px;
	position: relative;
}

.bkCntRtBox_V1 {
	padding-bottom: 81px;
}

.bkBoxActWrap {
	position: absolute;
	top: 67px;
	right: 29px;
}

.boxActLst {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.boxActItm {
	display: flex;
	margin-bottom: 25px;
	cursor: pointer;
}

.boxActItm:last-child {
	margin-bottom: 0;
}

.boxActItm img {
	max-width: 28px;
}

.bkBoxImg {
	display: flex;
	/* width: 307px;
	height: 324px; */
	width: 222px;
	height: 268px;
	border-radius: 25px;
	background-color: var(--grey_primary);
	overflow: hidden;
	margin: auto;
	/* margin-bottom: 20px; */
	margin-bottom: 26px;
}

.bkBoxImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bkBoxTtle {
	color: var(--blue_primary);
	font-size: 28px;
	font-weight: 700;
	line-height: 237%; /* 66.36px */
	text-align: center;
}

.bkBoxAthr {
	color: var(--grey_font);
	font-size: 16px;
	line-height: 100%; /* 16px */
	text-align: center;
}

.bkBoxDescWrap {
	/* padding-top: 45px; */
	padding-top: 27px;
	/* margin-bottom: 39px; */
	margin-bottom: 25px;
}

.bkBoxDesc {
	color: var(--grey_font_V4);
	font-size: 16px;
	line-height: 180.5%; /* 28.88px */
	position: relative;
	text-align: center;
}

/* .bkBoxDesc::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 172px;
	background: linear-gradient(180deg, #FFF 18.23%, rgba(255, 255, 255, 0.02) 99.99%, rgba(217, 217, 217, 0.00) 100%);
	transform: rotate(180deg);
} */

.bkBoxBtnWrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bkBoxBtn {
	display: flex;
	/* padding: 14px 50px; */
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 500;
	/* line-height: 180.5%; /* 36.1px */
	border: 1px solid var(--blue_secondary);
	cursor: pointer;
}

.boxBtnRd {
	background-color: var(--blue_secondary);
	color: var(--white_primary);
	padding: 14px 50px;
}

.boxBtnFd {
	margin-left: 11px;
}

.boxBtnFdIn {
	background-color: var(--white_primary);
	color: var(--blue_secondary);
	padding: 14px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}

.boxBtnTck {
	display: flex;
	margin-right: 10px;
}

.boxBtnTck img {
	flex-shrink: 0;
	max-width: 22px;
}

.boxBtnTxt {
	font-size: 17px;
	font-weight: 500;
	/* line-height: 180.5%; /* 30.685px */
}

.boxBtnArw {
	display: flex;
	margin-left: 10px;
	transition: all .3s ease;
}

.boxBtnArw img {
	flex-shrink: 0;
	max-width: 17px;
}

.boxBtnFdWrap.active .boxBtnArw {
	transform: rotate(-180deg);
}

.plyrWrap {
	/* padding-top: 37px; */
	padding-top: 80px;
}

.plyrSkBar .prgsBar {
	border-radius: 50px;
	background-color: var(--grey_seekbar);
	height: 3px;
	cursor: pointer;
}

.plyrSkBar .prgsLine {
	border-radius: 50px;
	background-color: var(--blue_secondary);
}

.plyrSkBar .prgsLine::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: var(--blue_secondary);
	cursor: pointer;
}

.plyrTmWrap {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.plyrTm {
	font-size: 13px;
	font-weight: 300;
	line-height: 180.5%; /* 23.465px */
}

.plyrTmElps {
	color: var(--grey_font);
}

.plyrTmTotl {
	color: var(--blue_primary);
	margin-left: 20px;
}

.plyrCtlWrap {
	padding-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.plyrCtlTm {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.plyrCtlTmIcon {
	display: flex;
	cursor: pointer;
}

.plyrCtlTmIcon img {
	flex-shrink: 0;
	max-width: 28px;
}

.plyrCtlTmPrv .plyrCtlTmIcon {
	margin-right: 20px;
}

.plyrCtlTmNxt .plyrCtlTmIcon {
	margin-left: 20px;
}

.plyrCtlTmTxt {
	color: var(--black_primary);
	font-size: 15px;
	font-weight: 300;
	line-height: 180.5%; /* 27.075px */
}

.plyrPlay {
	display: flex;
	margin: 0 33px;
	cursor: pointer;
}

.boxBtnPly {
	padding: 14px 40px;
}

.plyrPlay img {
	flex-shrink: 0;
	max-width: 56px;
}

.plyBtnIcon {
	display: flex;
	margin-right: 10px;
}

/************ Upgrade Subscription Page CSS ************/
.subPgWrap .pgPrc {
	padding-top: 120px;
	padding-bottom: 161px;
}

.subPgWrap .prcTtle {
	margin-bottom: 21px;
}

.subPgWrap .prcDesc {
	max-width: 850px;
}

.redLnTxt_V1 {
	font-size: 24px;
	font-weight: 700;
}

.redLnTxt.redLnTxt_V1::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 85px;
	height: 5px;
}

.subPgWrap .prcTabWrap {
	padding-top: 21px;
}

.prcItmDsbl {
	position: relative;
	/* opacity: .5; */
	box-shadow: none !important;
}

.prcItmDsbl::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: not-allowed;
	/* background-color: var(--black_primary);
	opacity: .25; */
}

.prcItmDsbl .plnBtn {
	background-color: transparent !important;
	border: 2px solid var(--grey_border_V1) !important;
	color: var(--black_primary) !important;
}

/************ My Profile Page CSS ************/
.pflCnt {
	padding-top: 81px;
}

.pflCntWrap {
	display: flex;
}

.pflCntLt {
	width: 252px;
	min-width: 252px;
	border-right: 1px solid var(--grey_border);
	padding-bottom: 50px;
}

.pflCntRt {
	flex-grow: 1;
	padding-left: 70px;
  padding-bottom: 105px;
}

.pflNavItm {
	position: relative;
	padding: 1px 30px 1px 0;
	width: 100%;
	margin-bottom: 35px;
	cursor: pointer;
}

.pflNavItm:last-child {
	margin-bottom: 0;
}

.pflNavItm::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
	width: 3px;
	height: 30px;
	margin: auto;
	border-radius: 20px 0px 0px 20px;
	background-color: var(--blue_secondary);
	opacity: 0;
	z-index: -1;
	transition: all .3s ease;
}

.pflNavItm.active::after {
	opacity: 1;
	z-index: 1;
}

.pflNavLnk {
	display: flex;
	align-items: center;
}

.pflNavIcon {
	display: flex;
	margin-right: 28px;
}

.pflNavIcon img {
	flex-shrink: 0;
	max-width: 23px;
	filter: brightness(0) saturate(100%) invert(66%) sepia(3%) saturate(2219%) hue-rotate(196deg) brightness(88%) contrast(83%);
	transition: all .3s ease;
}

.pflNavItm:hover .pflNavIcon img,
.pflNavItm.active .pflNavIcon img {
	filter: brightness(0) saturate(100%) invert(6%) sepia(66%) saturate(2460%) hue-rotate(213deg) brightness(99%) contrast(110%);
}

.pflNavTxt {
	color: var(--grey_nav);
	font-weight: 500;
	/* line-height: 360.5%; /* 64.89px */
	transition: all .3s ease;
}

.pflNavItm:hover .pflNavTxt,
.pflNavItm.active .pflNavTxt {
	color: var(--blue_primary);
}

.pflDctWrap {
	padding-top: 55px;
}

.pflDct {
	color: var(--red_primary);
	font-size: 18px;
	font-weight: 500;
	line-height: 138%; /* 24.84px */
}

.pflTtleBtnWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
  margin-top: -10px;
}

.pflTtle {
	color: var(--blue_primary);
	font-size: 26px;
	font-weight: 700;
	line-height: 100.5%; /* 26.13px */
}

.pflBtnWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 1px solid var(--grey-border_V5);
	padding: 10px 24px;
	margin-left: 20px;
	cursor: pointer;
}

.pflBtnIcon {
	display: flex;
	margin-right: 10px;
}

.pflBtnIcon img {
	flex-shrink: 0;
	max-width: 21px;
}

.pflBtnTxt {
	color: var(--grey_nav);
	font-size: 20px;
	font-weight: 400;
	line-height: 138%; /* 27.6px */
}

.pflDesc {
	color: var(--grey_nav);
	font-weight: 300;
	/* line-height: 360.5%; /* 64.89px */
}

.pflImgNmeWrap {
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--grey_border);
}

.pflImgWrap {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background-color: var(--grey_primary);
  margin-right: 34px;
  overflow: hidden;
}

.pflImgWrap img {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pflNme {
  color: var(--blue_primary);
  font-weight: 500;
  margin-bottom: 5px;
}

.pflPlc {
  color: var(--grey_nav);
  font-weight: 500;
}

.prsInfoWrap {
  padding-top: 10px;
}

.prsInfo {
  padding-top: 40px;
  padding-bottom: 49px;
  border-bottom: 1px solid var(--grey_border);
}

.prsInfo:last-child {
  padding-bottom: 0;
  border: 0;
}

.prsInfoTtle {
  color: var(--blue_primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 100.5%; /* 20.1px */
}

.prsnInfoDtlWrap {
  padding-top: 37px;
}

.prsnIfoDtlRow {
  display: flex;
  margin-bottom: 42px;
}

.prsnIfoDtlRow:last-child {
  margin-bottom: 0;
}

.prsnLbl {
  color: var(--grey_nav);
  font-size: 18px;
  line-height: 100.5%; /* 18.09px */
  margin-bottom: 17px;
}

.prsnInp {
  color: var(--blue_primary);
  font-size: 18px;
  line-height: 100.5%; /* 18.09px */
}

.prsnSubBtnWrap {
  padding-top: 102px;
}

.prsnSubBtn {
  display: inline-flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: var(--blue_secondary);
  color: var(--white_primary);
  font-size: 18px;
  font-weight: 600;
}

/************ Area Of Interest Page CSS ************/
.arIntWrap {
	padding-top: 65px;
}

.arIntRow {
	margin-bottom: 66px;
}

.arIntRow:last-child {
	margin-bottom: 0;
}

.arIntLst {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 11px;
	row-gap: 9px;
}

.arIntItm {
	/* border-radius: 50px; */
	/* border: 1px solid var(--blue_secondary); */
	/* background: var(--blue_secondary); */
	border-radius: 12px;
	background: #26529C;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* cursor: pointer; */
}

.arIntIcon {
	/* display: flex; */
	display: none;
	margin-right: 7px;
}

.arIntIcon img {
	flex-shrink: 0;
	max-width: 24px;
}

.arIntTxt {
	color: var(--white_primary);
	font-size: 17px;
	font-weight: 500;
	line-height: normal;
}

/************ Subscription Settings Page CSS ************/
.pflDescSub {
	padding-top: 12px;
}

.subSetWrap {
	padding-top: 60px;
}

.subSetCnt {
	display: flex;
	column-gap: 108px;
}

.subSetCntLt  {
	width: 338px;
	min-width: 338px;
}

.subPlnWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background-color: var(--blue_secondary);
	padding: 36px 30px;
	width: 100%;
	/* height: 100%; */
}

.subPlnTtle {
	color: var(--grey_font_V5);
	font-size: 14px;
	font-weight: 700;
	line-height: 100%; /* 14px */
	text-transform: uppercase;
	margin-bottom: 18px;
}

.subPlnImgWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.subPlnIcon {
	display: flex;
	margin-right: 10px;
}

.subPlnTxt {
	color: var(--white_primary);
	font-size: 22px;
	font-weight: 700;
	line-height: 120%; /* 26.4px */
	letter-spacing: -0.44px;
}

.subDate {
	color: var(--white_primary);
	font-size: 13px;
	line-height: 180.5%; /* 23.465px */
}

.subPlnBtnWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 28px;
	width: 100%;
}

.subPlnBtn {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--white_primary);
	border-radius: 8px;
	font-size: 13px;
	/* line-height: 180.5%; /* 23.465px */
	max-width: 85px;
}

.plnBtnCnl {
	background-color: var(--blue_secondary);
	color: var(--white_primary);
	padding: 8px 20px;
}

.plnBtnUgd {
	background-color: var(--white_primary);
	color: var(--blue_secondary);
	margin-left: 14px;
	padding: 8px 14px;
}

.rcpWrap {
	/* padding-left: 38px;  */
    padding-top: 20px;
    min-width: 303px;
	max-width: 338px;
}

.rcpTtle {
	color: var(--grey_font_V5);
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 100%; /* 14px */
	text-transform: uppercase;
}

.rcpDtlWrap {
	padding-top: 26px;
}

.rcpDtlRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.rcpDtlTtle {
	color: var(--grey_font_v6);
	font-size: 14px;
	/* line-height: 250%; /* 35px */
	line-height: 100%;
}

.rcpDtlDesc {
	color: var(--blue_font_V2);
	font-size: 14px;
	font-weight: 500;
	/* line-height: 250%; /* 35px */
	line-height: 100%;
}

.rcpDtlDesc_Bld {
	font-weight: 800;
}

.rcpBtnWrap {
	display: flex;
	padding-top: 30px;
}

.rcpBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 60px;
	border-radius: 12px;
	border: 0.5px solid var(--blue_secondary);
	background-color: var(--white_primary);
	color: var(--blue_secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 180.5%; /* 28.88px */
	cursor: pointer;
	width: 100%;
}

/************ Settings Page CSS ************/
.setWrap {
	padding-top: 40px;
}

.setDtlRow {
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}

.setDtlTtle {
	color: var(--grey_font_v6);
	font-size: 16px;
	/* line-height: 50px; /* 312.5% */
	line-height: 100%;
	width: 167px;
	min-width: 167px;
	margin-right: 99px;
}

.setDtlBtn {
	display: flex;
	align-items: center;
}

.setDtlBtnTxt {
	color: #000B33;
	font-size: 16px;
	font-weight: 500;
	/* line-height: 250%; /* 40px */
	line-height: 100%;
	margin-right: 25px;
}

.setTglWrap {
	margin: 0;
}

.setTglBtn {
	width: 41px;
	height: 24px;
}

.setTglBtn .tglSldr:before {
	height: 20px;
	width: 20px;
}

.setTglBtn input:checked + .tglSldr:before {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
}




/* Responsive CSS */
@media screen and (min-width: 1920px) {
	h1 {
		font-size: 75px;
		line-height: 107.5%; /* 80.625px */
	}

	.expBnrWrap {
		padding: 19px 175px 18px 68px ;
	}
}

@media screen and (max-width: 1600px) {
	h1 {
		/* font-size: 3.906vw; */
		font-size: 4.688vw;
		/* line-height: 4.199vw; */
	}

	h2 {
    font-size: 40px;
	}

	h3 {
    font-size: 28px;
	}

	.pgnActIcon img {
    max-width: 7px;
	}

	.pgnActTxt {
    font-size: 14px;
	}

	.pgnNum {
    width: 38px;
    height: 38px;
    font-size: 14px;
	}

	.brdCrmbTxt {
    font-size: 14px;
	}

	/************ Landing Page CSS (1600px) ************/
	.redLnTxt::after {
    top: calc(100% - 0.375vw);
    right: 0.375vw;
    width: 13.438vw;
    height: 0.688vw;
	}

	.bnrImg {
    margin-right: -8vw;
	}

	.bnrImg img {
    max-width: 54.813vw;
	}

	.tpcLst {
    column-gap: 55px;
    row-gap: 55px;
	}

	/************ Explore Page CSS (1600px) ************/
	.expBnrWrap {
		padding: 19px 9.115vw 18px 68px;
	}

	.expBkWrap {
		padding-top: 20px;
	}

	.bkLst {
		column-gap: 18px;
		row-gap: 35px;
	}

	.bkItm {
		width: 24%;
		max-width: 195px;
	}

	.expBkImg {
		min-width: 195px;
		height: 300px;
	}

	.bkTyp {
    font-size: 14px;
	}

	.expBkTtle {
    margin-bottom: 3px;
    font-size: 18px;
	}

	.expPgnWrap {
    padding-top: 65px;
	}

	.expCntRtIn {
    padding-left: 25px;
    padding-bottom: 45px;
	}

	.bkShw {
    font-size: 14px;
	}

	.optSrchInp input {
    font-size: 14px;
	}

	.optSrchIcon img {
    max-width: 18px;
	}

	.optTop {
    padding-bottom: 15px;
	}

	.optMid {
    padding-top: 20px;
    padding-bottom: 25px;
	}

	.optTitle {
    font-size: 18px;
	}

	.optClr {
    font-size: 14px;
	}
	
	.optCntWrap {
    padding-top: 20px;
	}

	.optTtle {
    font-size: 14px;
	}

	.optIcon img {
    max-width: 6px;
	}

	.optItmTxt {
    font-size: 14px;
	}

	.optBtm {
    padding-top: 20px;
    padding-bottom: 40px;
	}

	.srtDpdwnBtn {
    padding: 5px 18px;
		border-radius: 10px;
	}

	.srtDpdwnBtnTxt {
    font-size: 14px;
    line-height: 210%;
	}

	.optWrap {
    padding-right: 30px;
	}

	/************ Read Book Page CSS (1600px) ************/
	.curBkWrap .bkItm {
		width: 19%;
    max-width: 100%;
	}

	.curBkWrap .bkLst {
		flex-wrap: wrap;
		column-gap: 13px;
    row-gap: 30px;
	}

	.curBkImg {
		min-width: unset;
		margin-bottom: 18px;
	}

	.prgsTxt {
    font-size: 14px;
	}

	.curTtle {
    font-size: 22px;
	}

	.curBtn {
    font-size: 16px;
	}

	.curBkWrap {
    padding-top: 22px;
	}

	.bkCntRt {
    flex-shrink: 0;
    width: 420px;
	}

	.bkCntRtBox {
    border-radius: 28px;
    padding: 45px 45px 50px;
	}

	.bkBoxImg {
    border-radius: 20px;
    margin-bottom: 15px;
	}

	.bkBoxTtle {
    font-size: 24px;
	}

	.bkBoxAthr {
    font-size: 14px;
	}

	.bkBoxBtn {
    font-size: 16px;
	}

	.boxBtnRd {
    padding: 10px 40px;
	}

	.boxBtnFdIn {
		padding: 10px 15px;
	}

	.boxBtnTck img {
    max-width: 20px;
	}

	.boxBtnTxt {
    font-size: 16px;
	}

	.boxBtnArw img {
    max-width: 15px;
	}

	.bkDescWrap {
    padding-top: 28px;
	}

	.bkSubIcon img {
    max-width: 30px;
	}

	.bkSubTxt {
    font-size: 18px;
	}

	.bkSumImg {
    width: 280px;
    height: 350px;
    border-radius: 20px;
	}

	.bkImgSubWrap {
    width: 280px;
	}

	.bkSubWrap {
    padding: 14px 30px;
    margin-top: 15px;
    border-radius: 10px;
	}

	.bkSclItm {
		margin-right: 10px;
    width: 45px;
    height: 45px;
	}

	.rdBkTtle {
    margin-top: 15px;
	}

	.bkAthr {
    font-size: 14px;
	}

	.bkDtlWrap {
    padding-top: 40px;
	}

	.bkDtlTtle {
    font-size: 15px;
	}

	.bkDtlDesc {
    font-size: 15px;
	}

	.bkDescDesc {
    font-size: 14px;
	}

	.bkDescTtle {
    font-size: 18px;
	}

	.acdBtntxt {
    font-size: 15px;
	}

	.bkSclIcon img {
    height: 20px;
	}

	/************ Audio Book Page CSS (1600px) ************/
	.plyBtnIcon img {
		max-width: 22px;
	}
}

@media screen and (max-width: 1450px) {
	h1 {
		font-size: 55px;
	}

	h2 {
    font-size: 35px;
	}

	h3 {
    font-size: 24px;
	}

	h4 {
    font-size: 20px;
	}

	h5 {
    font-size: 16px;
	}
	
	h6 {
    font-size: 14px;
	}

	.width_426 {
    width: 290px;
	}

	.width_270 {
    width: 210px;
	}

	.pmBtn {
    padding: 8px 18px;
    font-size: 16px;
	}

	.owl-prev, .owl-next {
    width: 60px;
    height: 60px;
		background-size: 12px !important;
	}

	.wshLst {
    width: 40px;
    height: 40px;
	}

	.wshLst img {
    width: 22px !important;
	}

	/* Header CSS */
	.pgHd {
    padding: 20px 0 0;
	}

	.hdLt {
    max-width: 300px;
	}

	.logo {
    width: 100%;
	}

	.logo {
    margin-left: -16px;
	}

	.srchWrap {
    margin-right: 18px;
	}

	.srchBar {
    max-width: 333px;
    min-width: 333px;
    height: 36px;
    padding: 0 5px 0 15px;
	}

	.srchBar input {
    font-size: 14px;
	}

	.srchBarIcon {
    width: 26px;
    height: 26px;
	}

	.srchIcon img {
    max-width: 11px;
	}

	.navLst {
    margin-right: 22px;
	}

	.navItm {
    margin-right: 15px;
	}

	.navLnk {
    font-size: 16px;
	}

	.langIcon {
    margin-right: 5px;
	}

	.langIcon img {
    max-width: 20px;
	}

	.langDpdwnBtn {
    font-size: 16px;
	}

	.langDpdwnBtn::after {
    width: 8px;
    height: 5px;
	}

	.pflWrap {
    margin-left: 15px;
	}

	.pflIcon {
    width: 40px;
    height: 40px;
	}

	/* Footer CSS */
	.pgFt {
    padding-bottom: 30px;
	}

	.pgFtTop {
    padding-top: 15px;
    padding-bottom: 30px;
	}

	.ftLt {
    max-width: 265px;
	}

	.ftRt {
    padding-left: 20px;
		padding-top: 35px;
	}

	.ftStInfo {
    font-size: 14px;
    line-height: 160.5%;
    margin-top: 15px;
	}

	.ftStEmail a {
    font-size: 15px;
	}

	.ftLnkItm {
    margin-bottom: 5px;
	}

	.ftLnkItm a {
    font-size: 13px;
	}

	.ftLnkLt {
    max-width: 185px;
    margin-right: 15px;
	}

	.ftLnkTitle {
    font-size: 14px;
	}

	.ftLnkLstWrap {
    padding-top: 15px;
	}

	.ftLnkRt {
    margin-left: 10px;
	}

	.ftLnkLst {
    margin-right: 12px;
    max-width: 207px;
	}

	.ftLnkLst:last-child {
    width: 100%;
	}

	.pgFtBtm {
    padding-top: 12px;
	}

	.ftbtmTxt {
    font-size: 14px;
	}

	/************ Landing Page CSS (1450px) ************/
	/* Login CSS */
	.lgnBox {
    padding: 25px 40px 30px;
    max-width: 385px;
		border-radius: 20px;
	}

	.lgnLogoWrap .logo img {
    max-width: 270px;
	}

	.lgnWrap {
    padding-top: 12px;
	}

	.lgnTtle {
    font-size: 20px;
    margin-bottom: 5px;
	}

	.lgnDesc {
    font-size: 13px;
    line-height: 20px;
	}

	.lgnFrmWrap {
    padding-top: 15px;
	}

	.inpLblGp {
    margin-bottom: 12px;
	}

	.gplbl {
    font-size: 13px;
    margin-bottom: 6px;
	}

	.gpInp {
    padding: 6px 8px;
    border-radius: 10px;
	}

	.inpIcon {
    margin-right: 6px;
	}

	.inpIcon img {
    width: 20px;
	}

	.inpWrap input {
    font-size: 13px;
		line-height: 24px;
	}

	.tglWrap {
    margin-right: 6px;
	}

	.tglBtn {
    width: 30px;
    height: 16px;
	}

	.tglSldr:before {
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
	}

	.kpSgn {
    font-size: 13px;
	}

	.fgtPwd {
    font-size: 13px;
	}

	.lgnBtnWrap {
    padding-top: 25px;
	}

	.lgnBtn {
    border-radius: 10px;
    padding: 10px 0 12px;
    font-size: 16px;
	}

	.noAccWrap {
    padding-top: 20px;
	}

	.noAcc {
    font-size: 14px;
	}

	/* Banner CSS */
	.pgBnr {
    padding-top: 20px;
	}

	.redLnTxt::after {
		top: calc(100% - 4.5px);
		right: 4.5px;
		width: 160px;
		height: 8px;
	}

	.bnrDesc {
    margin-top: 25px;
	}

	.bnrBtn {
    padding: 15px 30px;
    font-size: 18px;
	}

	.subImg {
    width: 50px;
    height: 50px;
    border: 4px solid var(--white_primary);
    margin-left: -15px;
	}

	/* Feature CSS */
	.pgFtre {
    padding-top: 50px;
	}

	.pgFtreWrap {
    border-radius: 30px;
    background-size: 665px;
    padding: 25px 30px 28px;
	}

	.ftreItmOut {
    border-radius: 31px;
    padding: 25px 0 28px;
    width: 225px;
	}

	.ftreItmImg img {
    height: 120px;
	}

	.ftreItmTxt {
    font-size: 18px;
    margin-top: -25px;
	}

	.ftreItmOut::after {
    top: -24px;
    right: -28px;
    width: 90px;
    height: 90px;
	}

	/* Trending CSS */
	.pgTrn {
    padding-top: 60px;
	}

	.trnSldrWrap {
    padding-top: 30px;
	}

	.trnSldrImg {
    margin-bottom: 20px;
    height: 400px;
	}

	.trnWshLst {
    top: 15px;
    right: 17px;
	}

	.trnSldrTtle {
    font-size: 18px;
    margin-bottom: 5px;
	}

	.trnSldrDesc {
    font-size: 14px;
	}

	.trnSldrWrap .owl-prev, .trnSldrWrap .owl-next {
    top: 200px;
	}

	/* Topics CSS */
	.pgTpc {
    padding-top: 55px;
	}

	.tpcTtle {
    margin-bottom: 5px;
	}

	.tpcLstWrap {
    padding-top: 50px;
	}

	.tpcLst {
    column-gap: 41px;
    row-gap: 41px;
	}

	.tpcImg {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin-bottom: 12px;
	}

	.tpcImg img {
    height: 42px;
	}

	.tpcTxt {
    font-size: 14px;
	}

	.tpcBtnWrap {
    padding-top: 40px;
	}

	/* Built-in-tools CSS */
	.pgTl {
    padding-top: 60px;
	}

	.tlTxtWrap {
    padding-left: 40px;
	}

	.tlTtle {
    margin-bottom: 15px;
	}

	.tlDesc {
		font-size: 15px;
    line-height: 168.5%;
	}

	.tlLstWrap {
    padding-top: 25px;
	}

	.tlItm {
    margin-bottom: 10px;
	}

	.tlItmImg {
    width: 50px;
    height: 50px;
	}

	.tlItmImg img {
    width: 25px;
	}

	.tlItmtxt {
    padding-left: 15px;
    font-size: 18px;
	}

	/* Pricing CSS */
	.pgPrc {
    padding-top: 45px;
	}

	.prcTtle {
    margin-bottom: 12px;
	}

	.prcDesc {
    max-width: 610px;
	}

	.prcTabWrap {
    padding-top: 20px;
	}

	.tabHdWrap {
    padding: 3px 5px;
	}

	.tabHd {
    padding: 2px 14px 3px 14px;
    font-size: 13px;
    margin-right: 7px;
    min-width: 82px;
	}

	.tabCntWrap {
    padding-top: 60px;
	}

	.prcItm {
    padding: 20px 20px 35px;
	}

	.prcItmTop {
    padding-bottom: 15px;
	}

	.prcItmTtle {
    font-size: 18px;
		margin-bottom: 5px;
	}

	.amtCncy, .amtMod {
    font-size: 14px;
	}

	.amtNum {
    font-size: 32px;
    line-height: 110.5%;
    padding-bottom: 5px;
    margin-left: 2px;
    margin-right: 1px;
	}

	.bkCnt {
    font-size: 14px;
    padding-top: 3px;
	}

	.prcPplrTxt {
    font-size: 13px;
    line-height: 185.5%;
    padding-left: 12px;
    margin-right: -10px;
	}

	.prcItmBtm {
    padding-top: 30px;
	}

	.plnIcon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
	}

	.plnImg img {
    width: 9px;
	}

	.plnBtnWrap {
    padding-top: 30px;
	}

	.plnBtn {
    padding: 5px 15px;
    font-size: 14px;
	}

	/* Smartphone CSS */
	.pgSmt {
    padding-top: 40px;
	}

	.phnImg img {
    max-width: 445px;
    min-width: 445px;
	}

	.appDwlWrap {
    padding: 55px 41px 70px 70px;
	}

	.appDwlTtle {
    font-size: 40px;
    margin-bottom: 15px;
	}

	.appDwlDesc {
    line-height: 178.5%;
    margin-bottom: 25px;
	}

	.appDwlItm {
    margin-right: 20px;
	}

	.appDwlItm img {
    max-width: 160px;
	}

	/************ Area of Interest Page CSS (1450px) ************/
	.pflCnt {
    padding-top: 60px;
	}

	.pflNavItm {
    margin-bottom: 25px;
	}

	.pflNavIcon {
    display: flex;
    margin-right: 20px;
	}

	.pflNavIcon img {
    max-width: 20px;
	}

	.pflNavItm::after {
    height: 28px;
	}

	.pflDctWrap {
    padding-top: 35px;
	}

	.pflDct {
    font-size: 16px;
	}

	.pflTtle {
    font-size: 22px;
	}

	.pflBtnWrap {
    padding: 7px 18px;
	}

	.pflBtnIcon {
    margin-right: 8px;
	}

	.pflBtnIcon img {
    max-width: 18px;
	}

	.pflBtnTxt {
    font-size: 16px;
	}

	.arIntWrap {
    padding-top: 40px;
	}

	.arIntRow {
    margin-bottom: 45px;
	}

	.arIntLst {
    padding-top: 20px;
	}

	.arIntItm {
    padding: 8px 15px;
	}

	.arIntIcon img {
    flex-shrink: 0;
    max-width: 20px;
	}

	.arIntTxt, .arIntItm.deactive .arIntTxt {
    font-size: 14px!important;
	}

	.pflCntRt {
    padding-left: 50px;
		padding-bottom: 70px;
	}

	.prsInfoTtle {
    font-size: 18px;
	}

	/************ My Profile Page CSS (1450px) ************/
	.pflImgNmeWrap {
    padding-top: 30px;
    padding-bottom: 28px;
	}

	.pflImgWrap {
    width: 100px;
    height: 100px;
    margin-right: 25px;
	}

	.prsInfo {
    padding-top: 30px;
    padding-bottom: 35px;
	}

	.prsnInfoDtlWrap {
    padding-top: 30px;
	}

	.prsnIfoDtlRow {
    margin-bottom: 25px;
	}

	.prsnLbl {
    font-size: 16px;
    margin-bottom: 12px;
	}

	.prsnInp {
    font-size: 16px;
	}

	.prsnSubBtnWrap {
    padding-top: 60px;
	}

	.prsnSubBtn {
    padding: 10px 20px;
    font-size: 16px;
	}

	/************ Settings Page CSS (1450px) ************/
	.pflDescSub {
    padding-top: 8px;
	}

	.setDtlTtle {
    font-size: 14px;
	}

	.setDtlBtnTxt {
    font-size: 14px;
		margin-right: 20px;
	}

	.setDtlRow {
    margin-bottom: 22px;
	}

	.setTglBtn .tglSldr:before {
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
	}

	/************ Explore Page CSS (1450px) ************/
	.expCntLt {
    width: 230px;
    min-width: 230px;
	}

	.optItmTxt {
    font-size: 13px;
	}

	.expBnrImg img {
    flex-shrink: 0;
    max-width: 435px;
	}

	.expCnt {
    padding-top: 50px;
	}

	.optTop {
    padding-bottom: 10px;
	}

	.optTitle {
    font-size: 16px;
	}

	.optClr {
    font-size: 13px;
	}

	.optCntWrap {
    padding-top: 10px;
	}

	.optMid {
    padding-top: 18px;
    padding-bottom: 18px;
	}

	.optBtm {
    padding-top: 18px;
    padding-bottom: 30px;
	}

	.optCntWrap_V1 {
    padding-top: 10px;
	}

	.srtDpdwnBtnTxt {
    font-size: 13px;
    line-height: 210%;
	}

	.optWrap {
    padding-right: 22px;
	}

	.bkItm {
    width: 32%;
    max-width: 215px;
	}

	/************ Subscription Page CSS (1450px) ************/
	.subPgWrap .pgPrc {
    padding-top: 75px;
    padding-bottom: 90px;
	}

	.redLnTxt_V1 {
    font-size: 22px;
	}
	
	.subPgWrap .prcDesc {
    max-width: 755px;
	}

	/************ Read Book Page CSS (1450px) ************/
	.bkImgSubWrap {
    width: 240px;
	}
	
	.bkSumImg {
    width: 240px;
    height: 300px;
	}

	.bkCntRt {
    width: 360px;
	}

	.bkSubWrap {
    padding: 12px 25px;
	}

	.bkCntRtBox {
    border-radius: 28px;
    padding: 35px 30px 45px;
	}

	.bkSubIcon img {
    max-width: 28px;
	}

	.bkSubTxt {
    font-size: 16px;
	}

	.bkSumTxtWrap {
    margin-left: 30px;
	}

	.bkAthr {
    font-size: 13px;
	}

	.bkDtlWrap {
    padding-top: 30px;
	}

	.bkDtlTtle {
    font-size: 14px;
	}

	.bkDtlDesc {
    font-size: 14px;
	}

	.bkBoxTtle {
    font-size: 20px;
	}

	.bkBoxAthr {
    font-size: 13px;
	}

	.bkBoxImg {
    margin-bottom: 10px;
	}

	.bkBoxDescWrap {
    padding-top: 22px;
    margin-bottom: 20px;
	}

	.bkBoxDesc {
    font-size: 14px;
	}

	.bkBoxBtn {
    font-size: 14px;
	}

	.boxBtnTxt {
    font-size: 14px;
	}

	.boxBtnTck img {
    max-width: 18px;
	}

	.boxBtnArw img {
    max-width: 13px;
	}

	.acdBtntxt {
    font-size: 14px;
	}

	.acdIcon img {
    max-width: 24px;
	}

	.acdArw img {
    max-width: 13px;
	}

	.bkDtlRow {
    margin-bottom: 15px;
	}

	.acdBtnWrap {
    padding: 10px 20px 10px 14px;
    border-radius: 8px;
	}

	.curTtle {
    font-size: 20px;
	}

	.curBtn {
    font-size: 14px;
	}

	.curBkWrap .bkItm {
    width: 18%;
	}

	.bkTyp {
    font-size: 13px;
	}

	.expBkTtle {
    margin-bottom: 2px;
    font-size: 16px;
	}

	.rdPrgsWrap {
    padding-top: 15px;
	}

	.prgsTxt {
    font-size: 13px;
	}

}

@media screen and (max-width: 1200px) {
	h1 {
    font-size: 45px;
	}

	h2 {
    font-size: 30px;
	}

	h3 {
    font-size: 22px;
	}

	h4 {
    font-size: 18px;
	}

	h5 {
    font-size: 14px;
	}

	.width_426 {
    width: 230px;
	}

	.width_270 {
    width: 170px;
	}

	.pgCenter {
    padding: 0 90px;
	}

	.pmBtn {
    padding: 6px 15px;
    font-size: 14px;
	}

	.wshLst {
    width: 35px;
    height: 35px;
	}

	.wshLst img {
    width: 18px !important;
	}

	/* Header CSS */
	.pgHd {
    padding: 15px 0 0;
	}

	.hdLt {
    max-width: 225px;
	}

	.logo img {
		min-width: 225px;
		max-width: 225px;
	}

	.srchWrap {
    margin-right: 15px;
	}

	.srchBar {
    max-width: 290px;
    min-width: 290px;
	}

	.srchBar input {
    font-size: 13px;
	}

	.navLst {
    margin-right: 16px;
	}

	.navItm {
    margin-right: 12px;
	}

	.navLnk {
    font-size: 14px;
	}

	.langIcon img {
    max-width: 16px;
	}

	.langDpdwnBtn {
    font-size: 14px;
		padding-right: 13px;
	}

	.pflIcon {
    width: 32px;
    height: 32px;
	}

	/* Footer CSS */
	.pgFtTop .ftWrap {
		flex-direction: column;
	}

	.ftLt {
    /* max-width: 100%; */
		/* max-width: 700px; */
		max-width: 500px;
		margin: auto;
	}

	.ftLt .logoWrap {
		justify-content: center;
	}

	.ftLt .logo {
    margin: auto;
		justify-content: center;
	}

	/* .ftStInfoWrap {
		display: flex;
		align-items: center;
		column-gap: 30px;
	} */

	.ftStEmail {
    text-align: center;
	}

	.ftStEmail a {
    font-size: 14px;
	}

	.ftStInfo {
		text-align: center;
	}

	/************ Landing Page CSS (1200px) ************/
	/* Banner CSS */
	.pgBnr {
    padding-top: 15px;
	}

	.pgBnrLt {
    padding-top: 45px;
	}

	.redLnTxt::after {
    top: calc(100% - 5.5px);
    right: 3.5px;
    width: 128px;
    height: 8px;
	}

	.bnrDesc {
    margin-top: 20px;
	}

	.bnrBtn {
    padding: 12px 25px;
    font-size: 16px;
	}

	.subCntWrap {
    margin-left: 12px;
	}

	.subImg {
    width: 50px;
    height: 50px;
    border: 3px solid var(--white_primary);
	}

	.bnrBtnWrap {
    margin-top: 30px;
	}

	.bnrSubBtm {
    margin-top: 45px;
	}

	/* Feature CSS */
	.pgFtre {
    padding-top: 30px;
	}

	.ftreItmOut {
    border-radius: 20px;
    padding: 20px 0 22px;
    width: 180px;
	}

	.ftreItmImg img {
    height: 92px;
	}

	.ftreItmTxt {
    font-size: 15px;
    margin-top: -20px;
	}

	.ftreItmOut::after {
    top: -18px;
    right: -22px;
    width: 68px;
    height: 68px;
	}

	.pgFtreWrap {
    border-radius: 20px;
    background-size: 450px;
	}

	/* Trending CSS */
	.trnSldrWrap {
    padding-top: 25px;
	}

	.trnSldrImg {
    margin-bottom: 15px;
	}

	.trnSldrTtle {
    font-size: 16px;
    margin-bottom: 3px;
	}

	.trnSldrDesc {
    font-size: 13px;
	}

	/* Topics CSS */
	.tpcTtle {
    margin-bottom: 3px;
	}

	.tpcLstWrap {
    padding-top: 35px;
	}

	.tpcLst {
    column-gap: 18px;
    row-gap: 20px;
	}

	.tpcTxt {
    font-size: 13px;
	}

	.tpcBtnWrap {
    padding-top: 30px;
	}

	/* Built-in-tools CSS */
	.pgTl {
    padding-top: 45px;
	}

	.tlImg {
    margin-left: -58px;
	}

	.tlTxtWrap {
    padding-left: 25px;
		padding-top: 50px;
	}

	.tlTtle {
    margin-bottom: 10px;
	}

	.tlDesc {
    font-size: 13px;
	}

	.tlLstWrap {
    padding-top: 20px;
	}

	.tlItmImg {
    width: 40px;
    height: 40px;
	}

	.tlItmImg img {
    width: 20px;
	}

	.tlItmtxt {
    padding-left: 12px;
    font-size: 16px;
	}

	/* Pricing CSS */
	.prcTtle {
    margin-bottom: 8px;
	}

	.tabCntWrap {
    padding-top: 50px;
	}

	.prcLst {
		flex-wrap: wrap;
		row-gap: 19px;
		max-width: 700px;
    margin: auto;
	}

	.prcItm {
    width: 48%;
		max-width: 265px;
	}

	.phnImg {
    transform: translateX(-15px) translateY(-18px);
	}

	.appDwlTtle {
    font-size: 35px;
    margin-bottom: 15px;
	}

	.appDwlWrap {
    padding: 60px 5px 75px 70px;
	}

	/************ Area of Interest Page CSS (1200px) ************/
	.pflDct {
		font-size: 14px;
	}

	.pflCntLt {
    width: 200px;
    min-width: 200px;
	}

	.pflBtnTxt {
    font-size: 14px;
	}

	.pflBtnIcon img {
    max-width: 16px;
	}

	.pflBtnWrap {
    padding: 6px 15px;
	}

	.pflCntRt {
    padding-left: 40px;
    padding-bottom: 60px;
	}

	.pflTtle {
    font-size: 20px;
	}

	/************ My Profile Page CSS (1200px) ************/
	.pflImgNmeWrap {
    padding-top: 25px;
    padding-bottom: 22px;
	}

	.prsInfo {
    padding-top: 25px;
    padding-bottom: 30px;
	}

	.prsInfoTtle {
    font-size: 16px;
	}

	.prsnInfoDtlWrap {
    padding-top: 25px;
	}

	.prsnIfoDtlRow {
    margin-bottom: 20px;
	}

	.prsnLbl {
    font-size: 14px;
    margin-bottom: 10px;
	}

	.prsnInp {
    font-size: 14px;
	}

	.prsnSubBtnWrap {
    padding-top: 50px;
	}

	.prsnSubBtn {
    padding: 8px 18px;
    font-size: 14px;
	}
	
	/************ Settings Page CSS (1200px) ************/
	.pflDescSub {
		padding-top: 6px;
	}

	.setDtlRow {
    margin-bottom: 20px;
	}

	/************ Subscription Settings Page CSS (1200px) ************/
	.subSetWrap {
    padding-top: 40px;
	}
	
	.subSetCntLt {
    width: 300px;
    min-width: 300px;
	}

	.rcpBtnWrap {
    padding-top: 10px;
	}

	.rcpBtn {
    padding: 8px 40px;
    border-radius: 10px;
    font-size: 14px;
	}

	.rcpWrap {
    padding-left: 25px;
    min-width: 265px;
	}

	.subSetCntLt {
    width: 290px;
    min-width: 290px;
	}

	.subPlnWrap {
    padding: 30px 25px;
	}

	.subPlnTxt {
    font-size: 18px;
    letter-spacing: 0;
	}

	.subPlnTtle {
    margin-bottom: 15px;
	}

	.subPlnImgWrap {
    margin-bottom: 8px;
	}

	.subPlnBtnWrap {
    padding-top: 24px;
	}

	.plnBtnUgd {
    padding: 6px 12px;
	}

	.plnBtnCnl {
		padding: 6px 15px;
	}

	/************ Explore Page CSS (1200px) ************/
	.bkItm {
    width: 32%;
    max-width: 170px;
	}

	.expBkImg {
    min-width: 170px;
    height: 270px;
	}

	.bkLst {
    column-gap: 10px;
    row-gap: 30px;
	}

	/* .expBnrWrap {
    padding: 19px 6.115vw 18px 40px;
	} */

	.expBnrImg img {
    max-width: 370px;
	}

	/************ Subscription Page CSS (1200px) ************/
	.subPgWrap .pgPrc {
    padding-top: 55px;
    padding-bottom: 70px;
	}

	.redLnTxt_V1 {
		font-size: 20px;
	}

	.subPgWrap .prcDesc {
    max-width: 660px;
	}

	/************ Read Book Page CSS (1200px) ************/
	.bkImgSubWrap {
    width: 200px;
	}

	.bkSumImg {
    width: 200px;
    height: 260px;
	}

	.bkSubWrap {
    padding: 10px 18px;
	}

	.bkSubIcon img {
    max-width: 25px;
	}

	.bkSubTxt {
    font-size: 14px;
	}

	.bkCntRt {
    width: 240px;
	}

	.bkCntRtBox {
    border-radius: 20px;
    padding: 25px 15px 35px;
	}

	.bkBoxImg {
    border-radius: 10px;
	}

	.bkBoxImg {
    width: 165px;
    height: 200px;
    border-radius: 20px;
    margin-bottom: 20px;
	}

	.bkBoxTtle {
    font-size: 18px;
	}

	.bkBoxDescWrap {
    padding-top: 15px;
    margin-bottom: 18px;
	}

	.bkBoxDesc {
    font-size: 13px;
	}

	.bkBoxBtn {
    font-size: 13px;
		margin: auto;
	}

	.boxBtnTxt {
    font-size: 13px;
	}

	.bkBoxBtnWrap {
    flex-direction: column;
	}

	.boxBtnRd {
    padding: 8px 40px;
		margin-bottom: 12px;
	}

	.boxBtnFdIn {
    padding: 8px 15px;
	}

	.boxBtnTck img {
    max-width: 14px;
	}

	.bkDtlTtle {
    width: 130px;
		margin-right: 22px;
	}

	.bkSclItm {
    width: 35px;
    height: 35px;
	}

	.bkDtlWrap {
    padding-top: 22px;
	}

	.acdWrap {
    padding-top: 18px;
	}

	.bkDescWrap {
    padding-top: 15px;
	}

	.curWrap {
    padding-top: 35px;
	}

	.curTtle {
    font-size: 18px;
	}

	.curBtn {
    padding: 6px 20px;
	}

	.curBkImg {
    height: 190px;
	}

	.bkSclIcon img {
    height: 16px;
	}

	/************ Audio Book Page CSS (1200px) ************/
	.plyBtnIcon img {
		max-width: 18px;
	}
}