/* Main Css Start Here  */
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, 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%;
    font: inherit;
    vertical-align: baseline;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('$assets-robotocondensed-bold-woff2') format('woff2'), url('$assets-robotocondensed-bold-woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/***** HTML5 display-role reset for older browsers *************************/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
	line-height: 1;
	font-family: "Roboto", sans-serif;
	background: #f2f2f2;
}

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;
}


/***** Comman CSS *************************/
main {
    position: relative;
}

.inner-section {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inner-section {
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
		padding-left: 15px;
		width: 960px;
	}
}

/***** Header CSS *************************/
header.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: #fff;
    z-index: 101;
    box-sizing: border-box;
}

.top-header-section {
    display: block;
    background-color: #392058;
    width: 100%;
    padding: 10px 0 8px 0;
    box-sizing: border-box;
}

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

.main-header-section, .request-page-header-section {
    display: block;
	background-color: #392058;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
	width: 100%;
  margin-top:-1px;
}

.main-header-section .header-title, .request-page-header-section .header-title {
	position: relative;
    overflow: hidden;
    display: flex;
	justify-content: start;
    align-items: center;
    padding: 10px 0;
}

.main-header-section .back-btn img, .request-page-header-section .back-btn img {
	margin-right: 10px;
	width: 32px;
}

.search-btn img {
    margin-right: 0;
    width: 24px ;
}

.mask-body {
    position:fixed; z-index:8; top:0; left:0; bottom:0; right:0;height:100%;width:100%;
}

.main-header-section .header-title h2, .request-page-header-section .header-title h2 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}

h3.content-title {
    padding-top: 24px;
  	text-align:left;
    font-weight: 500;
    font-size: 19px;
  	color:#333333;
}

.header-title .search-btn, .request-page-header-section .home-btn {
  margin-left:auto;
}

.header-title .home-btn img, .request-page-header-section .home-btn img {
  display: block;
  width: 26px;
  margin-right: 0;
}

.main-header-section .search-box {
	position: absolute;
    width: 90%;
    right: 0;
    color: #aaa;
    font-size: 16px;
    z-index: 9;
    opacity: 0;
    transform: translateX(105%);
    transition: all .15s;
}

.search-box-animation {
    opacity: 1 !important;
    transform: translateX(0%) !important;
}

.search-box img {
    position: absolute;
    width: 17px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  	z-index:1;
}

.search-box input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    font-size: 15px;
	text-indent: 15px;
}


@media only screen and (min-width: 1200px) {
  .main-header-section .search-box {
		width: 60%;
	}
}

@media only screen and (max-width:767px) { 
    .main-header-section .header-title h2, .request-page-header-section .header-title h2 {
        font-size: 16px;
    }
  
    h3.content-title {
      font-size:18px;
      text-align:center;
    }

    .main-header-section .header-title, .request-page-header-section .header-title { 
        padding: 10px 0;
    }

    .main-header-section .back-btn img, .request-page-header-section .back-btn img {
        width: 28px;
    }

    .search-btn img { 
        width: 20px;
    }
  
  .header-title .search-btn {
  		margin-left:70%;
	}
}

/***** Content Section CSS *************************/
.home-page-content-wraper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
}

.category-section {
	width: 100%;
    margin: 0 0 15px 0;
    padding: 28px 0;
    background: #F2F2F2;
}

.category-section.swap {
    order: 1;
}

.category-section .main-title {
    font-weight: 600;
  	text-align: left;
    color: #333333;
    font-size: 18px;
}

@media only screen and (max-width:767px) { 
    .category-section { 
        padding: 24px 0;
    }
    .category-section .main-title {
        font-size: 14px;
    }
}


/***** Category Section CSS *************************/
.category-section .category-box-wrapper {
	display: flex;
    justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.category-box-wrapper a.category-box {
	background-color: #fff;
	text-align: center;
	width: 37.5%;
	margin-top: 16px;
	padding: 16px 16px 12px;
	border: 0.5px solid #F5F4F4;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
  text-decoration: none;
}

a.category-box:nth-child(4n + 1) {
    margin-left: 0;
}
.category-box-wrapper a.category-box img {
	width: 28px;
}

.category-box-wrapper a.category-box h5 {
    width: 100%; 
    margin-top:3px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
  	line-height: 20px;
    font-size: 15px;
}

.category-box-wrapper a.category-box p {
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #747474;
}

@media only screen and (min-width: 1200px) {
  	.category-box-wrapper a.category-box {
        width: 19%;
        padding: 20px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  	.category-box-wrapper a.category-box {
        width: 19%;
        padding: 20px;
        margin-top: 24px;
    }

    .category-section .main-title {
        margin: 45px 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-box-wrapper a.category-box {
        width: 28%;
    }

}

@media only screen and (min-width: 567px) and (max-width: 767px) {
  	.category-box-wrapper a.category-box {
      	width: 44%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .category-box-wrapper a.category-box h5 {
        font-size: 12px;
    }
  
  	.category-box-wrapper a.category-box p {
        font-size: 12px;
  	}
}


/***** FAQ Questions CSS *************************/
.faq-section {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  	background: #F2F2F2;
}

.faq-section .main-title {
    margin: 45px 0 10px;
    font-weight: 600;
  	text-align: center;
    font-size: 18px;
}

.faq-section .sub-title {
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    margin: 35px 0 15px;
  	text-decoration: none;
}

.faq-section .faq-wrapper {
	width: 100%;
}

.home-page-content-wraper .faq-wrapper {
    padding-top: 12px;
}

.faq-wrapper .accordion a {
	text-decoration: none;
}

.faq-wrapper .accordion-item {
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: none;
	outline: none;
}

.accordion-item .question-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	line-height: inherit;
	cursor: pointer;
	color: #000000;
	padding: 8px 0;
	text-align: left;
}

.accordion-item .issue-wrapper {
    display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	line-height: inherit;
	cursor: pointer;
	color: #000000;
	padding: 8px 0;
	text-align: left;
}

.accordion-item .issue-wrapper .question {
    padding-right: 10px;
	line-height: 22px;
}

.accordion-item .issue-wrapper .right-arrow {
	width: 12px;
    transform: rotate(90deg);
}

.accordion-item .question-wrapper .question {
    padding-right: 10px;
	line-height: 22px;
}

.accordion-item .question-wrapper .down-arrow img {
	width: 16px;
	display: block;
	transition: all 0.3s ease-in-out;
}

.accordion-item.active .question-wrapper .down-arrow img {
	transform: rotate(180deg);
}

.accordion-item .answer-wrapper {
	font-family: inherit;
	font-size: 15px;
	font-weight: normal;
	line-height: inherit;
	color: #4F4F4F;
	display: none;
	/* padding: 20px; */
	text-align: left;
	line-height: 22px;
}

.accordion-item.active .answer-wrapper {
	display: block;
}

.accordion-item .answer-wrapper > p {
	margin-bottom: 20px;
}

.issue-not-resolved-accordion .answer-wrapper span {
    color: unset !important;
    background-color: unset !important;
}

.accordion-item .answer-wrapper > p:last-child {
	margin-bottom: 0;
}

.accordion-item .answer-wrapper ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
  	line-height: 24px; 
}

.accordion-item .answer-wrapper img {
    display: block;
  	width: 100%;
  	max-width: 485px;
  	height: auto;
}

.answer-wrapper .chat-with-us.visible {
	border-top: 1.3px solid #d4d4d4;
	margin-top: 15px;
}

.answer-wrapper .chat-with-us p {
	padding: 15px 0 10px;
}

.answer-wrapper .chat-with-us p.waiting-time {
	color: #ACACAC;
    padding: 10px 0 0 0;
}

.show-more {
  float: right;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
  margin-top: 10px;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .faq-section.inner-pages .main-title {
    	font-size: 16px;
    	margin: 30px 0 15px
    }

	.accordion-item .question-wrapper, .accordion-item .answer-wrapper {
        font-size: 14px;
	}

    .accordion-item .question-wrapper .down-arrow img { 
        width: 12px;
    }

    .answer-wrapper .issue-wrapper {
        font-size: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq-wrapper .accordion {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/***** Search Result Page CSS *************************/
.no-result-found { 
	margin: 75px 0;
}


/***** Request Page CSS *************************/
.request-page-section {
	background: #fff;
}

.request-page {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	margin: 0;
	align-items: center;
    padding: 30px 0 24px;
	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: 10px;
	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: 14px;
	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/drop-down-v.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: #312E41;
	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%;
	}

	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 {
    text-align: left;
  	padding-top: 25px;
}

.breadcrumbs li {
  	color: #666666;
    display: inline;
    font-weight: 300;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0;
}

.breadcrumbs li a {
    color: #C94D28;
    font-size: 13px;
    text-decoration: none;
}

.breadcrumbs li a:after {
    content: "»";
    margin: 0 4px;
    font-size: 25px;
    vertical-align: -3px;
    color: #666666;
}

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


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

.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 #4091F0;
    border-radius: 4px;
    color: #4091F0;
    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: auto;
    -webkit-touch-callout: none;
  	text-decoration: 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: #4091F0;
    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: #392058;
	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;
	}
}


/***** Zendesk AutoComplete Dropdown CSS *************************/
zd-autocomplete * {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    color: #2F3941;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
}

.category-content .section-tree .article-list-item:nth-child(2n+2){
  display:none;
}
/***** Main Css Ends Here *************************/

/***** Inner Pages CSS Start Here *************************/
/***** Inner Accordion CSS *************************/
h4.sub-category-title {
    padding-top: 16px;
  	text-align:left;
    font-weight: 500;
    font-size: 18px;
  	color:#333333;
}

.faq-wrapper .sub-category-box {
  	margin-bottom: 12px;
    background: #F2F2F2;
}

.faq-wrapper .sub-category-box:first-child {
  	margin-top: 16px;
}

.faq-wrapper .sub-category-box:last-child {
  	margin-bottom: 0;
    padding-bottom: 40px;
}

.issue-not-resolved-accordion .accordion-item {
    border-bottom: 1px solid #E3E3E3;
}

.faq-wrapper:last-child .accordion-item:last-child{
    border-bottom: none;
}

.issue-not-resolved-accordion .accordion-item.active { 
    border: none;
}

.issue-not-resolved-accordion .question-wrapper {
    padding: 20px 0;
    margin-right: 3px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    font-size: 16px;
}

.issue-not-resolved-accordion .accordion-item.active .question-wrapper{ 
    padding-bottom: 16px;
}

.issue-not-resolved-accordion .question-wrapper .question {
    line-height: 19px;
}

.issue-not-resolved-accordion .answer-wrapper {
    padding: 20px 14px;
    background: #FAFAFA;
    border-radius: 12px;
    font-weight: 400;
    color: #747474;
    font-size: 16px;
}

.issue-not-resolved-accordion .answer-wrapper p span {
    font-size: 16px !important;
}

/***** Call Us Button CSS *****/
.call-us-section {
  display:none;
}

@media screen and (max-width: 767px) {
  
    .call-us-section {
        position: fixed;
        bottom: 15%;
        right: 20px;
        width: 48px; 
        height: 48px; 
        z-index: 99999;
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        border-radius: 15px;
		}
  
    .call-us {
        width: 100%;
        height: 100%;
    }
  
      h4.sub-category-title {
        font-size: 14px;
    }
  
    .issue-not-resolved-accordion .question-wrapper {
        padding: 16px 0;
        margin-right: 0;
        line-height: 15px;
        font-size: 12px;
    }

    .issue-not-resolved-accordion .accordion-item.active .question-wrapper{ 
        padding-bottom: 12px;
    }
    
    .issue-not-resolved-accordion .question-wrapper .question {
        line-height: 18px;
    }

    .issue-not-resolved-accordion .answer-wrapper {
        padding: 16px 10px;
        border-radius: 8px;
        font-size: 12px;
        line-height: 18px;
    }
    .issue-not-resolved-accordion .answer-wrapper p span {
        font-size: 12px !important;
    }
}

.hidden-breadcrumbs .breadcrumbs {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	visibility: hidden;
	z-index: -9999999999;
}

/***** Footer section start *************************/

.container-fluid {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}

.footer-short {
    font-size: 14px;
    text-align: center;
    color: #b1b1b1;
    line-height: 1.5;
    background-color: #392058;
    padding-top: 49px;
    padding-bottom: 49px;
    width: 100%;
}

.footer-short a, .footer-short a:hover, .footer-short a:visited {
    color: #fff;
    text-decoration: none;
}