/* ====================================================
					CUSTOM CSS 
==================================================== */

/***** Reset CSS *************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, 
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}


/***** Comman CSS *************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
	background: rgba(245, 245, 245, 1);
	color: #2F3941;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

* {
	box-sizing: border-box;
}

p {
	font-size: 14px;
	line-height: 20px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.inner-section {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

a.see-all-articles, a.sidebar-item-know-more {
	font-weight: bold;
	font-size: 12px !important;
	line-height: 14px;
	color: #ED6A2C !important;
	text-align: right;
	text-transform: uppercase;
}

a.sidebar-item-know-more {
	text-align: left;
}

@media only screen and (min-width: 1200px) {
	.inner-section {
		max-width: 1300px;
	}
}

@media only screen and (max-width: 980px) {
	.inner-section {
		width: 95%
	}
}

@media only screen and (max-width: 567px) {
	.inner-section {
		width: 100%
	}
}


/***** Heder CSS *************************/
header.header {
/*   background: url(https://images.my11circle.com/website/v2.0/background/iplVectorRed.webp), url(https://images.my11circle.com/website/v2.0/background/iplVectorGreen.webp); */
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top right;
  background-size: 12% auto, 12% auto;
	background-color: #193989;
	color: #FFFFFF;
}

.header-logo-section {
	display: block;
	width: 100%;
	padding: 16px 0 12px 0;
	box-sizing: border-box;
}

.header-logo-section img {
	width: 40%;
	max-width: 150px;
}

.header-navigation-section {
	display: block;
	background: #193989;
	padding: 20px 0;
	width: 100%;
}

.header-navigation-section .header-navigation-wrapper {
	display: flex;
	justify-content: start;
	align-items: center;
}

.header-navigation-wrapper .back-btn {
	width: 20px;
	margin-right: 10px;
}

.header-navigation-wrapper .back-btn img {
	display: block;
	width: 100%;
}

.header-navigation-wrapper h2 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

.header-navigation-wrapper .home-btn {
	width: 26px;
	margin-left: auto;
}

.header-navigation-wrapper .home-btn img {
	display: block;
	width: 100%;
}

.header-search-section {
	display: none;
	padding: 85px 0;
}

.header-search-section h2 {
	text-align: center;
	font-weight: 700;
	line-height: 33px;
	font-size: 28px;
}

.search-box-wrapper {
	display: block;
	width: 50%;
	margin: 24px auto 0;
}

.search-box-inner {
	position: relative;
	width: 100%;
}

.search-icon {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	color: #777;
	z-index: 1;
}

.search-box input[type="search"] {
	border: 1px solid #ddd;
	border-radius: 8px;
	color: #333333;
	height: 48px;
	padding: 0 20px 0 50px;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}

.search-box input:focus-visible {
	outline: 0;
}

.search-box input[type="search"]:focus {
	border: 1px solid #17494D;
	color: #555;
}

@media screen and (max-width: 1199px) {
	.search-box-wrapper {
		width: 60%;
	}
}

@media screen and (max-width: 940px) {
	.search-box-wrapper {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.header-navigation-wrapper .back-btn {
		width: 16px;
	}

	.header-navigation-wrapper h2 {
		font-size: 16px;
	}

	.header-navigation-wrapper .home-btn {
		width: 22px;
	}

	.header-navigation-section {
		padding: 19.5px 0;
	}

	.header-search-section {
		padding: 40px 0;
	}

	.header-search-section h2 {
		font-size: 24px;
	}

	.search-box-wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 567px) {
	.header-search-section {
		padding: 25px 0;
	}

	.header-search-section h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 380px) {
	.header-search-section h2 {
		font-size: 18px;
	}

}


/***** Content Section Connon CSS *************************/
.content-section {
	display: block;
	width: 100%;
	background-color: #F5F5F5;
	padding: 25px 0 75px;
}

.content-wrapper {
	position: relative;
	width: 100%;
}

.inner-pages-content-wraper {
	position: relative;
	width: 100%;
}

.content-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	color: #333333;
	margin: 0 0 24px;
	flex-basis: 100%;
}

@media screen and (max-width: 667px) {
	.content-section {
		padding: 25px 0 50px;
	}
}

@media screen and (max-width: 567px) {
	.content-title {
		font-size: 18px;
	}
}

@media screen and (max-width: 380px) {
	.content-title {
		font-size: 16px;
	}
}


/***** Home Page CSS *************************/
.help-topics {
	width: 100%;
/* 	padding-right: 20px; */
}

.category-box-wrapper {
	position: relative;
	width: 100%;
}

.category-box {
	background: #FFFFFF;
	border-radius: 8px;
	width: calc(33% - 10px);
	margin: 0 20px 16px 0;
	padding: 16px;
	border-radius: 8px;
	align-items: center;
}

.category-box:nth-of-type(3n) {
	margin-right: 0;
}

.category-box a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.category-box a:hover, .category-box a:focus {
	text-decoration: none;
}

.category-box .category-icon {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #000;
}

.category-box #my-account.category-icon {
    background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/help-topics-icon/myaccount.png);
}

.category-box #my-balance.category-icon {
    background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/help-topics-icon/mybalance.png);
}

.category-box #gameplay.category-icon {
    background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/help-topics-icon/gameplay.png);
}

.category-box #promotions.category-icon {
    background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/help-topics-icon/promotions.png);
}

.category-box #fairplay.category-icon {
    background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/help-topics-icon/fairplay.png);
}

.category-box #kyc.category-icon {
	background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/help-topics-icon/myaccount.png);
}

.category-box #withdrawal.category-icon {
	background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/help-topics-icon/mybalance.png);
}

.category-box #add-cash.category-icon {
	background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/help-topics-icon/promotions.png);
}

.category-details {
	width: calc(100% - 50px);
	margin-left: 25px;
}

.category-details h4 {
	font-weight: 700;
	font-size: 14px;
	color: #333333;
	margin-bottom: 8px;
}

.category-details p {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.looking-for-more-help {
	background: #FFE071;
	border-radius: 8px;
	justify-content: space-around;
	width: 100%;
}

.mail-box-image {
	width: 120px;
	padding: 35px;
	background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/mail-icon.svg);
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: bottom;
}

.looking-for-more-help h2 {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	align-self: center;
}

.get-in-touch {
	background: #333333;
	border-radius: 4px;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	align-self: center;
	padding: 10.2px 13.33px;
	border: 0;
}

.promoted-articles {
	width: 30%;
}

.promoted-articles ul {
	background-color: #FFFFFF;
	padding: 24px 17px 24px 32px;
	border-radius: 8px;
	height: calc(100% - 48px);
}

.faqs-list li {
	position: relative;
	color: #333;
	font-size: 14px;
	padding: 0 0 0 12px;
	margin-bottom: 20px;
	line-height: 24px;
}

.faqs-list li:last-child {
	margin-bottom: 0;
}

.faqs-list li::before {
	content: "";
	background: #FF0A0A;
	font-weight: bold;
	position: absolute;
	width: 2px;
	height: 12px;
	left: 0;
	top: 6px;
	border-radius: 15px;
}

.faqs-list li a {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

@media screen and (max-width: 1199px) {
  .category-box{
    width: calc(33% - 11px);
  }
}

@media screen and (max-width: 980px) {
	.looking-for-more-help {
		justify-content: space-between;
		padding: 15px 0 0 15px;
	}

	.mail-box-image {
		order: 1;
		width: 155px;
		background-size: 125px;
		padding: 32px;
	}

	.looking-for-more-help h2 {
		flex-basis: 100%;
	}

}

@media screen and (max-width: 767px) {
  .category-box:nth-of-type(3n) {
    margin-right: 20px;
	}
	.help-topics {
		width: 100%;
		padding-right: 0;
	}

	.promoted-articles {
		width: 100% !important;
		margin-top: 30px;
	}

	.looking-for-more-help {
		margin-top: 25px;
	}
  .category-box{
    width: calc(50% - 10px);
  }
  .category-box:nth-child(2n){
  	margin-right:0;
  }
}

@media screen and (max-width: 567px) {
  .category-box:nth-of-type(3n) {
    margin-right: 0;
	}
	.category-box {
		width: 100%;
	}

	.category-box {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.looking-for-more-help {
		justify-content: space-between;
		padding: 12px 0 0 12px;
	}

	.mail-box-image {
		order: 1;
		width: 125px;
		background-size: 100px;
		padding: 30px;
	}

}


/***** Category Page CSS *************************/
.sub-category-box {
	width: calc(33% - 12px);
	min-height: 300px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 24px 24px 0 16px;
	align-items: center;
	margin: 0 20px 20px 0;
}

.sub-category-box:nth-of-type(3n + 0) {
	margin-right: 0;
}

.sub-category-box h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 24px;
}

.sub-category-box h3 > a {
	padding-left: 0;
}

.sub-category-box a {
	display: block;
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding-left: 16px;
}

.category-article-list li {
	position: relative;
}

.category-article-list li::before {
	content: "";
	background: #FF0A0A;
	position: absolute;
	width: 2px;
	height: 12px;
	left: 0;
	top: 4.5px;
	border-radius: 15px;
}

@media screen and (max-width: 992px) {
	.sub-category-box {
		width: calc(50% - 12px);
	}

	.sub-category-box:nth-of-type(2n + 0) {
		margin-right: 0;
	}

	.sub-category-box:nth-of-type(3n + 0) {
		margin-right: 20px;
	}
}

@media screen and (max-width: 667px) {
	.sub-category-box {
		width: 100%;
		margin-right: 0;
	}

	.sub-category-box:nth-of-type(3n + 0) {
		margin-right: 0;
	}

}


/***** Section Page CSS *************************/
.section-page {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px 24px;
	align-items: center;
	min-height: 300px;
}

.section-page .section-article-list li {
	position: relative;
}

.section-page .section-article-list li::before {
	position: absolute;
	width: 2px;
	height: 12px;
	top: 26px;
	left: 0;
	content: "";
	background: #FF0A0A;
	border-radius: 15px;
}

.section-page .section-article-list li a {
	display: block;
	margin-bottom: 0;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 16px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	border-bottom: 1px solid #E4E4E4;
}

.section-page .section-article-list li:last-child a {
	border-bottom: 0;
}


/***** Article Page CSS *************************/
.article-page .article-content-box {
	width: 70%;
	background: #FFFFFF;
	border-radius: 8px;
	margin: 0;
	padding: 32px 24px 40px 24px;
	align-items: center;
	min-height: 300px;
}

.article-page .article-content-box h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 24px;
}

.article-content-box p {
	margin: 18px 0 12px;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}

.article-content-box ul {
	list-style: none;
	margin: 0 0 0 18px;
	padding: 0;
}

.article-content-box ul li {
	margin: 0 0 5px 0;
}

.article-page .article-content-box img {
	margin-bottom: 32px;
}

.article-page .article-content-box p a {
	color: #006fc6;
	display: inline-block;
	padding: 0;
}

.article-page .feedback-section {
	text-align: center;
}

.article-votes {
	padding: 30px 0;
	text-align: center;
}

.article-vote-label {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

.article-votes-question {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 20px;
}

.article-votes-controls {
	display: block;
	width: 100%;
}

button.button.article-vote.article-vote-up, button.button.article-vote.article-vote-down {
	margin: 16px 0 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-color: transparent;
	width: 40px;
	height: 40px;
	border: 0;
	padding: 0;
	text-indent: -99999px;
	min-width: auto;
	cursor: pointer;
}

button.button.article-vote.article-vote-up {
	margin-right: 15px;
	background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/vote-up.svg);
}

button.button.article-vote.article-vote-down {
	background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/vote-down.svg);
}

small.article-votes-count {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

.sidebar-article-list {
	width: 30%;
	display: flex;
	margin: 10px 0;
}

.sidebar-article-list ul {
	width: 100%;
}

.sidebar-article-list ul li a {
	padding: 24px 16px 24px 20px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
}

.sidebar-article-list ul li a.current-article, .sidebar-article-list ul li a:hover {
	background-color: #FFFFFF;
}

.sidebar-article-list ul li a.current-article::before, .sidebar-article-list ul li a:hover::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 36px;
	left: 0px;
	top: 25%;
	background-color: #FF0A0A;
}

.sidebar-article-list ul li:last-child a {
	border-bottom: 1px solid transparent;
}

@media screen and (max-width: 1200px) {
	.article-page .article-content-box h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.article-content-box {
		width: 100% !important;
	}

	.sidebar-article-list {
		width: 100%;
		margin: 25px 0 0;
	}
}


/***** Search Page CSS *************************/
.search-page {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 10px 24px;
	align-items: center;
	min-height: 300px;
}

.search-page .search-article-list li {
	position: relative;
}

.search-page .search-article-list li::before {
	position: absolute;
	width: 2px;
	height: 12px;
	top: 26px;
	left: 0;
	content: "";
	background: #FF0A0A;
	border-radius: 15px;
}

.search-page .search-article-list li a {
	display: block;
	margin-bottom: 0;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 16px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	border-bottom: 1px solid #E4E4E4;
}

.search-page .search-article-list li:last-child a {
	border-bottom: 0;
}


/***** Request Page CSS *************************/
.request-page {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin: 0;
	padding: 32px 24px 40px 24px;
	align-items: center;
	min-height: 300px;
}

form.request-form {
	width: 65%;
}

form.request-form .form-field {
	position: relative;
}

/* form.request-form .form-field:nth-of-type(2) {
	margin-top: 0;
} */

form.request-form .form-field label {
	position: absolute;
	left: 2%;
	top: -7.5px;
	display: block;
	background: #FFFFFF;
	margin-bottom: 5px;
	padding: 0 5px;
	color: #747474;
	font-size: 12px;
	z-index: 99;
}

.form-field input, .form-field textarea {
	width: 100%;
	max-width: 100%;
	background: #FFF;
	border: 1px solid #ACACAC;
	border-radius: 4px;
	padding: 10px 12px;
	font-family: 'Roboto';
	box-sizing: border-box;
	transition: border .12s ease-in-out;
	color: #333333;
	font-size: 16px;
	outline: none;
}

.form-field textarea {
	min-height: 120px;
}

.form-field p {
	padding: 5px 0 0 14px;
	line-height: 16px;
	font-size: 12px;
	color: #747474;
}

.form-field .nesty-input {
	border-radius: 4px;
	margin: 0;
	height: 40px;
	line-height: 40px;
	outline: none;
	vertical-align: middle;
	border: 1px solid #ACACAC;
	font-size: 12px;
}

.form-field .nesty-input:after {
	content: "";
	width: 10px;
	height: 10px;
	background-image: url(https://rcmg.in/rc/retention/help-and-support-section/mec/icons/arrow.png);
	top: 50%;
	transform: translateY(-50%);
}

.form-field~.form-field {
	margin-top: 25px;
}

.form-field.select.optional.request_ticket_form_id {
	display: none;
}

input:not([type="checkbox"]) {
	outline: none;
}

input.disabled_state {
	pointer-events: none;
	opacity: .5;
}

.prefilled_data {
	pointer-events: none;
	color: #ACACAC !important;
	user-select: none;
}

[aria-describedby$='_error'], [aria-describedby$='request_description_error request_description_hint'] {
	border-color: red !important;
}

.upload-dropzone {
	border: 1px dashed #ACACAC;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 28px;
}

.upload-dropzone a {
	color: #007ef2;
	display: inline-block !important;
	margin: 0 !important;
}

.upload-dropzone span {
	color: #d1d1d1;
	display: inline-block;
	padding: 22px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #5a6d7c;
}

.upload-dropzone span .max-file-limit {
	padding: 0 !important;
}

.upload-pool {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.upload-item {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 0;
	width: 48%;
}

.upload-item .upload-link {
	margin-bottom: 0;
	max-width: calc(100% - 56px);
}

.upload-item .upload-remove {
	color: #888;
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin: 0 5px 0 15px;
}

.button-large, input[type="submit"] {
	cursor: pointer;
	background-color: #024680;
	border: 0;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	min-width: 190px;
	padding: 13px 27px;
	width: auto;
}

.notification {
	font-family: Roboto;
	font-size: 12px;
	padding: 5px 0px 0;
	transition: height .2s;
	width: 100%;
	color: #555;
}

.notification-inline.notification-error {
	color: #cc3340;
	padding-left: 14px;
}

#upload-error {
	position: absolute;
	bottom: 10px;
}

@media screen and (max-width: 767px) {
	form.request-form {
		width: 100%;
	}

	.button-large, input[type="submit"] {
		width: 100%;
	}

	.request-page {
		padding: 25px 15px;
	}

	form.request-form .form-field label {
		left: 3%;
	}
}


/***** Request Form Submit Success Massage Agignment CSS *************************/
@media screen and (max-width: 480px) {
	.gG1SKx_8sRWXWUqBql1Ygd7tnyV_z43E {
		position: fixed;
		width: 360px;
		max-width: 90% !important;
		top: 16px;
		right: 0 !important;
		left: 0 !important;
		margin: 0 auto !important;
		z-index: 2147483647;
	}
}


/***** Breadcrumbs CSS *************************/
.breadcrumbs {
	margin: 0 0 25px;
	padding: 0;
  display:none;
}

.breadcrumbs li {
	display: inline;
	color: #979797;
	margin-right: 28px;
	position: relative;
	font-size: 14px;
	line-height: 16px;
}

.breadcrumbs li a {
	color: #979797 !important;
	font-size: 14px;
	line-height: 16px;
}

.breadcrumbs li a:after {
	position: absolute;
	content: "";
	right: -17px;
	color: #5a6d7c;
	background-image: url(https://rcmg.in/rc/retention/help-and-support-section/common/right-arrow-gray.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 7px;
	height: 12px;
	top: 4px;
}

.breadcrumbs li:last-child a:after {
	background: none;
}


/***** Pagination CSS *************************/
.pagination {
	margin: 20px 0;
	text-align: center;
}

.pagination-first, .pagination-prev, .pagination-next, .pagination-last { 
	display: inline-block; 
}

.pagination-first-link, .pagination-prev-link,  .pagination-next-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid #17494D;
  border-radius: 4px;
  color: #17494D;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

.pagination-first-link:hover, .pagination-prev-link:hover, .pagination-next-link:hover, .pagination-last-link:hover, .pagination-first-link:active, .pagination-prev-link:active, .pagination-next-link:active, .pagination-last-link:active, .pagination-first-link:focus, .pagination-prev-link:focus, .pagination-next-link:focus, .pagination-last-link:focus {
  background-color: #17494D;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination-first-text, .pagination-last-text {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.pagination-prev-text {
	margin-left: 10px;
}

.pagination-next-text {
	margin-right: 10px;
}

.pagination-prev-link {
	padding-left: 10px;
}

.pagination-next-link {
	padding-right: 10px;
}

[dir="rtl"] .pagination-prev-link {
	padding-right: 10px;
}

[dir="rtl"] .pagination-next-link {
	padding-left: 10px;
}

[dir="rtl"] .pagination-prev-text {
	margin-right: 10px;
}

[dir="rtl"] .pagination-next-text {
	margin-left: 10px;
}


/***** Footer CSS *************************/
footer.footer {
	display: none;
	width: 100%;
	background: #ab110e;
	padding: 50px 0 100px;
}

.footer .footer-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.logo-all-rights-and-social-icons {
	width: 30%;
	padding: 0 20px 0 0;
	text-align: center;
}

.footer-logo {
	margin-bottom: 30px;
}

.all-rights {
	color: #FFFFFF;
	font-size: 12px;
}

.follow-us-icons-wrapper {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.follow-us-icons-wrapper h5 {
    font-size: 20px;
    padding: 10px 0 20px 0;
    font-weight: 700;
    color: #FFFFFF;
}

.follow-us-icons {
	display: flex;
	flex-wrap: wrap;
}

.follow-us-icons li {
	width: 45px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.follow-us-icons li img {
	width: 100%;
	height: 38px;
	object-fit: none;
	margin: 0;
}

.follow-us-icons li .facebook {
	object-position: -1px -1px;
}

.follow-us-icons li .twitter {
	object-position: 0 -61px;
}

.follow-us-icons li .instagram {
	object-position: 0 -121px;
}

.follow-us-icons li .linkedin {
	object-position: 0 -181px;
}

.follow-us-icons li .telegram {
	object-position: 0 -241px;
}

.quick-links-wrapper {
	width: 38%;
}

.quick-links-wrapper h4 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #FFFFFF;
	flex-basis: 100%;
	font-weight: 700;
}

.quick-links {
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.quick-links ul:first-child {
	margin-bottom: 12px;
}

.quick-links li {
	border-bottom: 1px solid #c45957;
}

.quick-links li a {
	display: block;
	padding: 12px 10px 12px 14px;
	position: relative;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

.quick-links li:first-child a {
	padding-top: 0;
}

.quick-links li a:focus, .quick-links li a:hover {
	color: #f36f32;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.quick-links li a::before {
	content: "\00BB \0020";
	position: absolute;
	left: 0;
}

.security-payment-partners {
	width: 30%;
}

.security-payment-partners h4 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #FFFFFF;
	flex-basis: 100%;
	font-weight: 700;
}

.security-game-integrity {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.security-game-integrity li {
	margin: 0 0 10px;
	flex-basis: 25%;
}

.payment-partners {
	display: flex;
	flex-wrap: wrap;
}

.payment-partners li {
	flex-basis: 25%;
	height: 40px;
	margin-bottom: 10px;
}

.payment-partners li img {
	width: 100%;
	height: 40px;
	object-fit: none;
}

.payment-partners .paytm {
	object-position: -64px -1px;
}

.payment-partners .tech-process {
	object-position: -64px -61px;
}

.payment-partners .razor-pay {
	object-position: -64px -121px;
}

.payment-partners .cash-free {
	object-position: -64px -181px;
}

.payment-partners .times-of-money {
	object-position: -64px -241px;
}

@media screen and (max-width: 1200px) {
	.logo-all-rights-and-social-icons {
		width: 33%;
	}

	.quick-links-wrapper {
		width: 31%;
	}

	.quick-links {
		width: 90%;
	}

	.security-payment-partners {
		width: 33%;
	}
}

@media screen and (max-width: 992px) {
	footer.footer {
		padding-bottom: 60px;
	}

	.logo-all-rights-and-social-icons {
		width: 31%;
	}

	.follow-us-icons p {
		margin-bottom: 10px;
	}

	.quick-links {
		width: 100%;
	}

	.quick-links-wrapper {
		width: 35%;
	}

	.security-payment-partners {
		width: 34%;
	}

	.security-game-integrity li, .payment-partners li {
		flex-basis: 33%;
	}
}

@media screen and (max-width: 767px) {
	.follow-us-icons-wrapper h5 {
		font-size: 20px;
		margin-right: 12px;
	}

	.logo-all-rights-and-social-icons {
		order: 1;
		width: 100%;
	}

	.follow-us-icons p {
		margin-bottom: 0;
	}

	.quick-links-wrapper {
		width: 55%;
		margin-bottom: 30px;
	}

	.quick-links {
		width: 100%;
		margin: 0 auto;
		justify-content: flex-start;
	}

	.quick-links-wrapper h4 {
		font-size: 20px;
	}

	.security-payment-partners {
		width: 45%;
	}

	.security-payment-partners h4 {
		font-size: 20px;
	}

	.payment-partners, .security-game-integrity {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 567px) {
	.follow-us-icons-wrapper h5 {
		font-size: 18px;
	}

	.quick-links-wrapper {
		width: 100%;
		justify-content: space-evenly;
	}

	.quick-links-wrapper h4 {
		font-size: 18px;
	}

	.quick-links {
		justify-content: space-around;
	}

	.quick-links h4 {
		text-align: center;
	}

	.quick-links li a {
		padding: 10px 0 10px 7px;
		font-size: 11px;
	}

	.quick-links li a::before {
		left: -3px;
	}

	.security-payment-partners {
		width: 100%;
		text-align: center;
		order: -1;
	}

	.security-payment-partners h4 {
		font-size: 18px;
	}

	.payment-partners, .security-game-integrity {
		width: 100%;
		flex-wrap: nowrap;
		overflow: scroll;
		white-space: nowrap;
	}

	.security-game-integrity li {
		flex-basis: 75px;
		margin-right: 10px;
	}

	.security-game-integrity li img {
		max-width: 75px;
	}

	.payment-partners li {
		flex-basis: 75px;
		margin-right: 10px;
	}

	.payment-partners li img {
		width: 75px;
		max-width: 75px;
	}
}

@media screen and (max-width: 480px) {
	.follow-us-icons-wrapper h5 {
		margin-right: 0;
	}
}

@media screen and (max-width: 380px) {
	.follow-us-icons-wrapper h5, .quick-links-wrapper h4, .security-payment-partners h4 {
		font-size: 16px;
	}
}

/***** Dynamic Elements CSS *************************/
header.header.appview .header-navigation-section {
	background: none;
}

header.inner-page.webview .header-search-section {
	background: #80130D;
	padding: 20px 0;
}

header.home-page.appview .header-search-section {
	background: none;
	padding: 0 0 25px;
}

header.home-page.appview .header-search-section .search-box-wrapper {
	margin: 15px auto 0;
}

header.inner-page.appview .header-search-section {
	background: none;
	padding: 0 0 25px;
	margin-top: -10px;
}

header.inner-page .header-search-section h2 {
	display: none;
}

header.inner-page .header-search-section .search-box-wrapper {
	margin: 0;
}


/***** Zendesk AutoComplete Dropdown CSS *************************/
zd-autocomplete * {
	color: #747474 !important;
}

/* Hide number ticks */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.upload-item p.notification.notification-alert.notification-inline[aria-hidden="true"]{
  display: none;
}
input[disabled] {
    opacity: 0.5;
}