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: #f5f5f5;
}

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

/***** Button CSS *************************/
.btn {
    display: inline-block;
    width: auto;
    min-width: 150px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1.5px solid transparent;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.btn-default {
    color: #ffffff;
    background-color: #2D843B;
    border-color: #2D843B;
}

.btn-primary {
    color: #fff;
    background-color: #2D843B;
    border-color: #2D843B;
}

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

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

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

.main-header-section, .request-page-header-section {
    display: block;
    background-color: #2e4980;
    padding: 30px 0 15px;
    width: 100%;
}

.request-page-header-section {
    padding: 30px 0;
}

.main-header-section .header-title, .request-page-header-section .header-title {
    display: flex;
    justify-content: start;
    align-items: center;
}

.main-header-section .header-title {
		margin-bottom: 20px;
}

.main-header-section .header-title img, .request-page-header-section .header-title img {
    margin-right: 10px;
    width: 20px;
}

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

.header-title .home-btn {
    margin-left:auto;
    font-size: 18px;
    color: #FFF;
}

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

.main-header-section .search-box {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

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

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

input[type="search"]::-webkit-search-decoration {
  	display: none;
}

@media only screen and (min-width: 1200px) {
	.main-header-section, .request-page-header-section {
        padding: 40px 0;
    }

  .main-header-section .search-box {
				width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-section, .request-page-header-section {
        padding: 40px 0;
    }

    .main-header-section .search-box {
				width: 100%;
	}
}

/***** Banner Section CSS *************************/
.chat-with-us-banner-section {
    position: relative;
    width: 100%;
  	height: auto;
}

.chat-with-us-banner-section img {
  	display: block;
    width: 100%;
}

.chat-with-us-banner-section .banner-content-area {
  	position: absolute;
  	width: 25%;
    height: 94%;
    top: 0;
  	left: 45%;
  	display: flex;
    flex-direction: column;
    justify-content: center;
  	text-align: center;
}

.banner-content-area .banner-text h1 {
    margin-bottom: 6px;
    font-weight: 900;
    font-style: italic;
    color: #ffffff;
    font-size: 20px;
}

.banner-content-area .banner-text h5 {
    font-size: 12px;
    font-weight: 900;
    font-style: italic;
    color: #FFC2C2;
}

.banner-text h5 a {
    text-decoration: none;
    color: #FFAC2F;
}

.banner-content-area .banner-chat-btn, .inner-pages-chat-btn {
  	display: flex;
  	background: #7B160D;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
    margin: 8.5% auto 0;
    padding: 8px 20px 8px 9px;
    transition: width 0.5s ease;
    color: #fff;
    cursor: pointer;
}

.banner-chat-btn img, .inner-pages-chat-btn img {
    width: 30px;
}

.banner-chat-btn .chat-btn-text {
    font-family: 'Roboto Condensed';
    margin-left: 12px;
  	font-weight: 500;
    font-size: 15px;
}

.banner-chat-btn.convert-into-icon, .inner-pages-chat-btn.convert-into-icon {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 35px;
    margin: 0 !important;
  	padding: 0 !important;
  	z-index: 1;
    cursor: pointer;
}

.inner-pages-chat-btn.convert-into-icon.show {
  	visibility: visible;
}

.inner-pages-chat-btn.convert-into-icon.hide {
  	visibility: hidden;
}

.banner-chat-btn.convert-into-icon span.chat-btn-text {
    display: none;
}

@media only screen and (min-width: 1500px) {
  	.banner-content-area .banner-text h1 {
      	font-size: 22px;
    }

    .banner-content-area .banner-text h5 {
      	font-size: 15px;
    }
  
  	.banner-content-area .banner-chat-btn, .inner-pages-chat-btn {
        padding: 10px 28px 10px 11px;
    }
  
  	.banner-chat-btn .chat-btn-text {
        margin-left: 14px;
      	font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .banner-content-area .banner-text h1 {
      	font-size: 22px;
    }

    .banner-content-area .banner-text h5 {
      	font-size: 15px;
    }
  	
  	.banner-content-area .banner-chat-btn, .inner-pages-chat-btn {
        padding: 9px 24px 9px 10px;
    }
  
  	.banner-chat-btn .chat-btn-text {
        margin-left: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-content-area .banner-text h1 {
        font-size: 20px;
    }

    .banner-content-area .banner-text h5 {
        font-size: 14px;
    }

    .banner-chat-btn img, .inner-pages-chat-btn img {
        width: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .chat-with-us-banner-section .desktop-banner {
        display: block;
    }

    .chat-with-us-banner-section .mobile-banner {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .chat-with-us-banner-section .desktop-banner {
      	display: none;
    }

    .chat-with-us-banner-section .mobile-banner {
      	display: block;
    }

    .chat-with-us-banner-section .banner-content-area {
        width: 60%;
      	height: 88%;
        left: 40%;
    }

    .banner-content-area .banner-chat-btn, .inner-pages-chat-btn {
        margin: 7.5% auto 0;
    }
}

@media only screen and (min-width: 720px) and (max-width: 992px) {
  	.banner-content-area .banner-text h1 {
        font-size: 24px;
    }

    .banner-content-area .banner-text h5 {
      	font-size: 16px;
    }
  	
  	.banner-content-area .banner-chat-btn, .inner-pages-chat-btn {
      	margin: 5% auto 0;
        padding: 8px 20px 8px 9px;
    }
  
  	.banner-chat-btn img, .inner-pages-chat-btn img {
        width: 32px;
    }

    .banner-chat-btn .chat-btn-text {
      	margin-left: 13px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 720px) {
  	.banner-content-area .banner-text h1 {
        font-size: 22px;
    }

    .banner-content-area .banner-text h5 {
      	font-size: 15px;
    }
  
  	.banner-chat-btn img, .inner-pages-chat-btn img {
        width: 28px;
    }
}

@media only screen and (min-width: 420px) and (max-width: 520px) {
  	.banner-content-area .banner-text h1 {
        font-size: 20px;
    }

    .banner-content-area .banner-text h5 {
      	font-size: 13px;
    }
  
  	.banner-content-area .banner-chat-btn, .inner-pages-chat-btn {
        padding: 8px 20px 8px 9px;
    }

    .banner-chat-btn img, .inner-pages-chat-btn img {
        width: 26px;
    }

    .banner-chat-btn .chat-btn-text {
      	margin-left: 10px;
        font-size: 14px;
    }
  
  	.banner-chat-btn.convert-into-icon, .inner-pages-chat-btn.convert-into-icon {
        width: 40px;
        height: 40px;
      	right: 25px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 420px) {
  	.banner-content-area .banner-text h1 {
        font-size: 18px;
    }

    .banner-content-area .banner-text h5 {
      	font-size: 12px;
    }
  
  	.banner-content-area .banner-chat-btn, .inner-pages-chat-btn {
        padding: 6px 16px 6px 7px;
    }

    .banner-chat-btn img, .inner-pages-chat-btn img {
        width: 24px;
    }

    .banner-chat-btn .chat-btn-text {
      	margin-left: 10px;
        font-size: 14px;
    }
  	
  	.banner-chat-btn.convert-into-icon, .inner-pages-chat-btn.convert-into-icon {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 260px) and (max-width: 360px) {
  	.banner-content-area .banner-text h1 {
        font-size: 14px;
    }

    .banner-content-area .banner-text h5 {
      	font-size: 9px;
    }
  
  	.banner-content-area .banner-chat-btn, .inner-pages-chat-btn {
        padding: 5px 14px 5px 6px;
    }

    .banner-chat-btn img, .inner-pages-chat-btn img {
        width: 20px;
    }

    .banner-chat-btn .chat-btn-text {
        margin-left: 8px;   
      	font-size: 12px;
    }
  
  	.banner-chat-btn.convert-into-icon, .inner-pages-chat-btn.convert-into-icon {
        width: 35px;
        height: 35px;
    }
}

/***** Content Section CSS *************************/
main {
    background: #f5f5f5;
}

.home-page-content-wraper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.category-section {
		width: 100%;
    margin: 0 0 15px 0;
}

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

.category-section .main-title {
  	margin: 35px 0 10px;
    color: #244A84;
    font-weight: 600;
  	text-align: center;
    font-size: 18px;
}

/***** 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: 38%;
    margin-top: 16px;
    padding: 12px 16px;
    border: 0.5px solid #F5F4F4;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    text-decoration: none;
}

.category-box-wrapper a.category-box img {
    width: 55px;
}

.category-box-wrapper a.category-box h5 {
    width: 100%; 
    margin:7px 0 3px 0;
    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;
    }

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

@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: 14px;
    }
  
  	.category-box-wrapper a.category-box p {
        font-size: 12px;
  	}
}

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

/***** FAQ Questions CSS *************************/
.faq-section {
    width: 100%;
    text-align: center;
}

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

.faq-wrapper .accordion {
		padding: 0 0 20px 0;
}

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

.faq-wrapper .accordion-item {
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none;
    outline: none;
    border-bottom: 1.3px solid #d4d4d4;
}

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

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

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

.accordion-item .question-wrapper .down-arrow img {
    width: 12px;
    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;
    background-color: #fff;
}

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

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

.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: #4091F0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

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

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

/***** Looking For More Help CSS *************************/
.more-help-section {
    width: 100%;
    padding: 45px 0 130px;
    text-align: center;
}

.more-help-section p {
    color: #747474;
    font-size: 15px;
    margin-bottom: 15px;
}

.more-help-section .buttons-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    margin: auto;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .more-help-section {
        padding: 35px 0 130px;
    }

	.more-help-section .buttons-wrapper {
				width: 100%;
	}
}

@media only screen and (min-width: 567px) and (max-width: 767px) {
  .more-help-section .buttons-wrapper {
				width: 60%;
	}
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
	.more-help-section .buttons-wrapper {
				width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.more-help-section .buttons-wrapper {
				width: 45%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.more-help-section .buttons-wrapper {
				width: 35%;
	}
}

@media only screen and (min-width: 1200px) {
	.more-help-section .buttons-wrapper {
				width: 35%;
	}
}


/***** Haven't Found Section CSS *************************/
.contact-us-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
}

.contact-us-wrapper .question-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    color: #4c4c4c;
    padding: 25px 0 20px;
}

.contact-us-wrapper .question-wrapper .down-arrow {
    width: 12px;
    padding-left:8px;
}

.contact-us-wrapper .question-wrapper .down-arrow img {
    display: block;
    width: 12px;
    transition: all 0.3s ease-in-out;
}

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

.contact-us-wrapper .contact-us-btns-wrapper {
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    line-height: inherit;
    color: #4F4F4F;
    padding: 0 0 15px 0;
    text-align: center;
    line-height: 19px;
    display: none;
}

.contact-us-wrapper .contact-us-btns-inner  {
    display: flex;
    justify-content: center;
}

.contact-us-btns-inner .call-us-btn, .contact-us-btns-inner .grievance-officer-btn {
    border-color: #FFC2C2;
    border-radius: 8px;
    background: #FFC2C2; 
    color: #6D3900;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    min-width: 100px;
    padding: 10px 20px;
    line-height: 12px;
}

.contact-us-btns-inner .call-us-btn {
    display: none;
    margin-right: 25px;
}

.contact-us-btns-inner .call-us-desktop-content {
    display: none;
    align-items: center;
  	font-weight: normal;
  	text-align: center;
  	color: #333333;
  	line-height: 19px;
    font-size: 16px;
    margin-right: 25px;
}

.contact-us-btns-inner .call-us-desktop-content img {
    vertical-align: middle;
    margin-right: 5px;
    width: 28px;
}

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

/***** Request Form CSS *************************/
.faq-section.inner-pages.request-page {
    text-align: left;
}

.request-form-wrapper {
    width: 100%;
    align-items: center;
    min-height: 300px;
    margin: 50px 0;
}

.request-form {
    width: 65%;
}

.form-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 0 5px;
}

input, textarea {
    background: #f5f5f5;
    color: #333333;
    font-size: 14px;
}

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

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

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

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

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

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

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

[aria-describedby$='_error'], [aria-describedby$='request_description_error request_description_hint'] {
    border-color: #FF0000 !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: #2D843B;
    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;
}

.form-field input, .form-field textarea {
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    color: #333;
    font-weight: 400;
    line-height: 16px;
    font-size: 16px;
    font-family: Roboto;
}

.form-field label {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.form-field p {
    margin: 5px 0;
    color: #5a6d7c;
    line-height: 20px;
    font-size: 12px;
}

.button-large, input[type="submit"] {
    font-weight: 700;
}

#request_description_hint {
    display: none;
}

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

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

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

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

/***** CSS to Algin Form Success Massage in Small Device *************************/
@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 {
		width: 100%;
    background: #000;
    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;
}

.skill-game {
    color: #FFFFFF;
    font-size: 9px;
  	margin:20px auto;
}

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

.follow-us-icons-wrapper .stay {
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.follow-us-icons-wrapper ul {
    clear: both;
    padding: 0 0 16px;
    margin: 0;
    list-style: none;
}

.follow-us-icons-wrapper h5 {
    margin-right: 10px;
		color: #FFFFFF;
    font-size: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.quick-links li a {
    display: block;
    padding: 10px;
    position: relative;
    font-size: 12px;
    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: 18px;
    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 .cashfree {
    object-position: -63px -61px;
}

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

.payment-partners .phonepe {
    object-position: -60px -181px;
}

.payment-partners .nttdata {
    object-position: -63px -241px;
}

.payment-partners .billdesk {
    object-position: -63px -301px
}

.payment-partners .ccavenue {
    object-position: -60px -361px;
}

.payment-partners .timesofmoney {
    object-position: -59px -421px;
}

@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) {
    .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;
    }
    
	.security-payment-partners {
        width: 45%;
    }
    
	.payment-partners, .security-game-integrity {	
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 567px) {
   	.quick-links-wrapper {
        width: 100%;
        justify-content: space-evenly;
    }
    
	.quick-links {
        justify-content: space-around;
    }
    
	.quick-links h4 {
        text-align: center;
    }
    
	.quick-links li a {
        padding: 10px 0 10px 7px;
    }
    
	.quick-links li a::before {
        left: -3px;
    }
    
	.security-payment-partners {
        width: 100%;
        text-align: center;
        order: -1;
    }
    
	.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: 80px;
        max-width: 80px;
    }
}

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

@media screen and (max-width: 768px) {
    .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%;
    }
}

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

/********** Hide Login ID CSS *******************/

#request_custom_fields_27754715298073 { 
    display: none !important; 
}

#request_custom_fields_27754715298073_label { 
    display: none !important; 
}
