
html { position: relative; min-height: 100%; font-family: "Roboto", sans-serif; font-weight: 300; color: rgba(0,0,0,0.87); }

@font-face { font-family: "Roboto"; src: local(Roboto Thin),url("../font/roboto/Roboto-Thin.woff2") format("woff2"),url("../font/roboto/Roboto-Thin.woff") format("woff"),url("../font/roboto/Roboto-Thin.ttf") format("truetype"); font-weight: 200; }
@font-face { font-family: "Roboto"; src: local(Roboto Light),url("../font/roboto/Roboto-Light.woff") format("woff"),url("../font/roboto/Roboto-Light.ttf") format("truetype"); font-weight: 300; }
@font-face { font-family: "Roboto"; src: local(Roboto Regular),url("../font/roboto/Roboto-Regular.woff") format("woff"),url("../font/roboto/Roboto-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { font-family: "Roboto"; src: url("../font/roboto/Roboto-Medium.woff") format("woff"),url("../font/roboto/Roboto-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { font-family: "Roboto"; src: url("../font/roboto/Roboto-Bold.woff") format("woff"),url("../font/roboto/Roboto-Bold.ttf") format("truetype"); font-weight: 700; }

:root { --orange: #fff; --white: #fff; }
body { background-color: #f9f9f9; }
#main { padding-left: 240px; }
.main { padding-left: 240px; }
footer { padding-left: 240px; position: fixed; bottom: 0; left: 0; right: 0; z-index:98; }
    footer.page-footer { padding-top: 0px; }
select { background-color: transparent; width: 100%; padding: 5px; border: none; border-radius: 2px; height: 3rem; border-bottom: 1px solid #9e9e9e; }


.HideVisibility { visibility: hidden !important; }
#sidenav-overlay { background-color: transparent; }
.container { padding: 0 0.5rem; margin: 0 auto; max-width: 100% !important; width: 98%; }
#left-sidebar-nav { position: fixed; width: 100px; left: 180px; z-index: 999; height: auto; }
	#left-sidebar-nav span.badge.new { line-height: 20px; margin-top: 11px; }
#content .header-search-wrapper { width: 100%; margin: 0 auto; height: 40px; display: inline-block; position: relative; }
#content .container .row { margin-bottom: 0; }

.alignleft { text-align: left !important; }
.alignright { text-align: right !important; }
.aligncenter { text-align: center !important; }
.alignjustyfy { text-align: justify; }

.MainHeading { font-size: 22px !important; font-weight: 400 !important;  }
.Heading { font-size:18px !important; font-weight:500 !important; }
.SubHeading { font-size:16px !important; font-weight: 400 !important; }
.PeregraphText { font-size:14px !important; }

#profile-page { margin-bottom: 50px; }
#plans { margin-bottom: 30px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}

@media only screen and (min-width: 601px) {
	.container { width: 98%; }
}

@media only screen and (min-width: 993px) {
	.container { width: 98%; }
}

@media only screen and (max-width: 993px) {
	#main { padding-left: 0; }
    .main { padding-left: 0; }
	footer { padding-left: 0; }
}

.ps-scrollbar-x-rail { z-index: 9999; }
.ps-scrollbar-y-rail { z-index: 9999; }
.small { font-size: 1.0rem; margin: 0; padding: 0; }
.medium-small { font-size: 0.9rem; margin: 0; padding: 0; }
.ultra-small { font-size: 16px; margin: 0; padding: 0; }
small { font-size: 0.8rem; }
.strong { font-weight: 600; }
h4.header { line-height: 2.508rem; margin: 1.14rem 0 0.912rem 0; font-size: 1.4rem; font-weight: 400; text-transform: uppercase; }
h4.header2 { font-size: 1.1rem; font-weight: 400; text-transform: uppercase; }
p.title { font-size: 1.3rem; }
p { font-weight: 300; }
a { font-weight: 300; }
label { font-weight: 300; }
p.header { font-size: 1rem; font-weight: 500; text-transform: uppercase; }
li.li-hover:hover { background: transparent !important; }
li.search-out:hover { background: transparent; }
li.mobile:before { background: #f7464a; }
li.kitchen:before { background: #46bfbd; }
li.home:before { background: #fdb45c; }
.more-text { padding: 5px 20px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
.valign-demo { height: 400px; background-color: #ddd; }
.margin { margin: 0 !important; }
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; display: none; }
    #loader-wrapper .loader-section { position: fixed; top: 0; width: 51%; height: 100%; background: #eceff1; z-index: 1000; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
        #loader-wrapper .loader-section.section-left { left: 0; }
        #loader-wrapper .loader-section.section-right { right: 0; }
#loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: rgb(3, 169, 244); -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; z-index: 1001; }
    #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: #fb8309; -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; }
    #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #4fd816; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; }
#loader-logo { display: block; position: absolute; left: 48%; top: 46%; background: url("../images/user-bg-2.jpg") no-repeat center center; z-index: 1001; }
.show { display: block !important; }

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
	0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

.loaded #loader-wrapper { visibility: hidden; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out; }
	.loaded #loader-wrapper .loader-section.section-left { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
	.loaded #loader-wrapper .loader-section.section-right { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.loaded #loader { opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.progress { background-color: rgba(252, 128, 2, 0.33); visibility: hidden; }
.no-js #loader-wrapper { display: none; }
h1.logo-wrapper { margin: 0; }
h1 span.logo-text { display: none; }
.menu-sidebar-collapse { margin: 0 10px; }
	.menu-sidebar-collapse i { line-height: 36px !important; }
header .brand-logo { margin: 0px 0; padding: 0px 16px; }
    header .brand-logo img { width: 49px; margin-top: 2px; }
.PayTvselflogo img { width: 123px !important; }
@media only screen and (max-width: 992px) {
	nav .nav-wrapper { text-align: center; }
		nav .nav-wrapper a.page-title { font-size: 36px; }
	ul.side-nav.leftside-navigation { top: 64px !important; }

    .UnBilledDivmain { padding: 0px 0px 8px 0px !important; }
}

.header-search-wrapper { margin: 10px auto 0 240px; width: calc(100% - 600px); height: 40px; display: inline-block; position: relative; }
    .header-search-wrapper i { position: absolute; font-size: 24px; top: 6px; left: 24px; line-height: 32px !important; -webkit-transition: color 200ms ease; transition: color 200ms ease; }
input.header-search-input { display: block; padding: 8px 8px 8px 72px; width: 100%; background: rgba(255,255,255,0.3); height: 24px; -webkit-transition: all 200ms ease; transition: all 200ms ease; border: none; font-size: 16px; appearance: textfield; font-weight: 400; outline: none; border-radius: 3px; }
    input.header-search-input:hover { background: rgba(255,255,255,0.5); }
    input.header-search-input:focus { color: #333; background: #fff; border-bottom: none !important; box-shadow: none !important; }
.header-search-wrapper-focus i { color: #444; }
.header-search-input::-webkit-input-placeholder { color: #fff; font-size: 16px; font-weight: 400; }
.header-search-input::-moz-placeholder { color: #fff; font-size: 16px; font-weight: 400; }
.header-search-input:-ms-input-placeholder { color: #fff; font-size: 16px; font-weight: 400; }
.header-search-input:focus::-webkit-input-placeholder { color: #333; font-size: 16px; font-weight: 400; }
.header-search-input:focus::-moz-placeholder { color: #333; font-size: 16px; font-weight: 400; }
.header-search-input:focus::placeholder { color: #333; font-size: 16px; font-weight: 400; }
.header-search-input:focus:-ms-input-placeholder { color: #333; font-size: 16px; font-weight: 400; }
.header-search-input::placeholder { color: #fff; font-size: 16px; font-weight: 400; }
.UserName { font-weight: 500; }
.search-out { display: none; }
    .search-out input[type=text]:focus:not([readonly]) { border-bottom: 1px solid #fff !important; box-shadow: none; }
.search-out-text { border-bottom: 1px solid #fff !important; }
.translation-button img { position: relative; top: 12px; }
#translation-dropdown .language-select { position: relative; top: -9px; }
.notification-badge { position: relative; right: 5px; top: -20px; color: #ffffff; background-color: #FF4081; margin: 0 -.8em; border-radius: 50%; padding: 4px 5px; }
#notifications-dropdown h5 { font-size: 1rem; text-transform: capitalize; font-weight: 500; }
#notifications-dropdown li { padding: 10px; font-size: 1rem; }
    #notifications-dropdown li > a { padding: 0; font-size: 1rem; font-weight: 300; }
        #notifications-dropdown li > a > i { display: inline-block; font-size: 1.2rem; position: relative; top: 4px; }
    #notifications-dropdown li > time { font-size: 0.8rem; font-weight: 400; }
    #notifications-dropdown li.divider { padding: 0; }
nav.top-nav { height: 122px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
    nav.top-nav a.page-title { line-height: 122px; font-size: 48px; }
nav ul li.no-hover:hover { background: none; }
.side-nav a { line-height: 42px; height: 42px; }
.side-nav.leftside-navigation .collapsible-body li.active { background-color: rgba(0,0,0,0.04); }
.side-nav.fixed.leftside-navigation .collapsible-body li.active { background-color: rgba(0,0,0,0.04); }
.side-nav .collapsible-body li a { margin: 0 1rem 0 3rem; }
ul.side-nav.leftside-navigation { top: 64px; overflow: hidden; }
    ul.side-nav.leftside-navigation hr { display: block; height: 1px; border: 0; border-top: 1px solid #e0e0e0; margin: 1em 0; padding: 0; }
    ul.side-nav.leftside-navigation li { line-height: 80px; border-bottom: 1px solid #dbdbdb; }
        ul.side-nav.leftside-navigation li:hover { background-color: rgba(0,0,0,0.08); }
        ul.side-nav.leftside-navigation li.active { background-color: var(--orange); }
        ul.side-nav.leftside-navigation li a { font-size: 14px; font-weight: 300; }
        ul.side-nav.leftside-navigation li.user-details { background-color: #fff !important; margin-top: 4px; border-bottom: none !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; margin-bottom: 0px; padding: 0px 0 0 0px; border-radius: 50%; width: auto; }
            ul.side-nav.leftside-navigation li.user-details #profile-dropdown a { padding: 8px 15px; }
    ul.side-nav.leftside-navigation .profile-btn { margin: 0; text-transform: capitalize; padding: 0; text-shadow: 1px 1px 1px #444; font-size: 14px; }
    ul.side-nav.leftside-navigation ul.collapsible-accordion { background-color: #fff; }
.UserNameHead { margin-left: 80px; line-height: 26px; margin-top: 7px; font-size: 16px; text-align: left; }
ul.side-nav li { padding: 0; }
ul.side-nav .collapsible-header { margin: 0; }
#slide-out li a i { line-height: inherit; width: 2rem; font-size: 1.6rem; display: block; float: left; text-align: center; margin-right: 1rem; }
#slide-out ul.side-nav li { padding: 0 !important; }
.caption { font-size: 1.25rem; font-weight: 300; margin-bottom: 30px; }
.caption-uppercase { font-size: 1.25rem; font-weight: 300; margin-bottom: 30px; text-transform: uppercase; }
.sidebar-collapse { position: relative; box-shadow: none !important; color: #fff; color: rgb(255, 255, 255); line-height: 2.3; display: block; float: left; font-size: 44px; padding: 0px 0px 0px 0px; }
#SideBarBtn i { font-size: 27px; }
#backbtn i { font-size: 3rem !important; line-height: 1.5; }
#renew_back_btn i { font-size: 3rem !important; line-height: 1.5; }
.user-task, .user-time { margin: 0; font-size: 13px; color: #fff; }
.user-roal { color: #242424; margin-top: -16px; font-size: 13px; }
.user-details .row { margin: 0; }
.bold > a { font-weight: bold; }
.rightside-navigation { overflow: hidden; }
#right-search .input-field { margin-top: 0; }
#chat-out .collapsible-header { background-color: transparent; border: none; line-height: 45px; height: 45px; font-weight: 300; }
    #chat-out .collapsible-header:after { color: #fff; }
#chat-out .chat-out-list { padding: 5px; margin: 0; border-bottom: 1px solid #e0e0e0; }
#chat-out .favorite-associate-list .circle { -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; border: 2px solid #999; padding: 3px; display: block; }
#chat-out .favorite-associate-list .online-user { border: 2px solid #00e676; }
#chat-out .favorite-associate-list p { padding: 0; }
    #chat-out .favorite-associate-list p.place { font-size: 0.8rem; }
#chat-out .recent-activity-list-icon { margin-top: 8px; font-size: 2rem; }
#chat-out .recent-activity-list-text a { font-size: 0.8rem; padding: 0; font-weight: 600; }
#chat-out .recent-activity-list-text p { font-size: 0.9rem; padding: 0; }
.chat-close-collapse { padding: 5px 15px 0 0; }
#breadcrumbs-wrapper { background: #f3f3f3; }
h5.breadcrumbs-header { font-size: 1.64rem; line-height: 1.804rem; margin: 1.5rem 0 0 0; }
.breadcrumbs { padding: 0; margin: 15px 0; list-style: none; }
    .breadcrumbs > li { display: inline-block; }
        .breadcrumbs > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; }
    .breadcrumbs .active { font-weight: normal; color: #999; }
.breadcrumbs-title { font-size: 1.5rem; line-height: 1.804rem; margin: 18px 0 0; }
.breadcrumbs-nav { margin: 8px 0 9px; }
.breadcrumb:before { content: "\e7c3"; font-family: "Material-Design-Icons"; }
.jsgrid-edit-row input[type="checkbox"], .jsgrid-insert-row input[type="checkbox"], .jsgrid-filter-row input[type="checkbox"], .jsgrid-alt-row input[type="checkbox"], .jsgrid-row input[type="checkbox"], .config-panel input[type=checkbox] { position: relative !important; left: 0 !important; visibility: visible !important; }
.jsgrid-grid-body { height: auto !important; }
.jsgrid-edit-row select { display: block !important; }
.jsgrid-insert-row select { display: block !important; }
.jsgrid-insert-row .select-wrapper .caret { display: none !important; }
.jsgrid-insert-row .select-wrapper .select-dropdown { display: none !important; }
#jsGrid-sorting { height: 500px !important; overflow: scroll !important; }
#jsGrid-page { height: 500px !important; overflow: scroll !important; }
#jsGrid-custom-row { height: 500px !important; overflow: scroll !important; }
.card { overflow: hidden; }
#card-stats .card-content { text-align: center; }
#card-stats .card-stats-title { font-size: 1.2rem; }
    #card-stats .card-stats-title i { font-size: 1.2rem; }
#card-stats .card-stats-compare { font-size: 1.0rem; }
    #card-stats .card-stats-compare i { position: relative; top: 5px; }
#card-stats .card-stats-number { font-size: 1.8rem; line-height: 2.0rem; margin: 0.2rem 0 0.2rem 0; font-weight: 500; }
#card-stats .card .card-content { padding: 10px 14px; }
#card-stats .card .card-action { padding: 10px 14px; }
#card-alert i { font-size: 20px; position: relative; top: 2px; }
#card-alert .alert-circle { display: inline-block; width: 40px; white-space: nowrap; border-radius: 1000px; vertical-align: bottom; position: relative; top: -5px; left: -2px; }
#card-alert .single-alert { line-height: 42px; }
#card-alert button { background: none; border: none; position: absolute; top: 15px; right: 10px; font-size: 20px; color: #fff; }
#card-alert .card .card-content { padding: 20px 40px 20px 20px; }
#card-alert .card-action i { top: 0; margin: 0; }
#work-collections .collection-header { font-size: 1.14rem; font-weight: 500; }
#work-collections p.collections-title { font-size: 1.0rem; padding: 0; margin: 0; font-weight: 500; }
#work-collections p.collections-content { font-size: 0.9rem; padding: 0; margin: 0; font-weight: 300; }
#work-collections .collection-item.avatar { height: auto; padding-top: 22px; }
#flight-card .flight-card-title { margin: 0; font-weight: 300; color: #fff; }
#flight-card .flight-card-date { font-size: 1.0rem; margin: 0; color: #fff; }
#flight-card .flight-state { padding-bottom: 15px; }
#flight-card .flight-state-two { border-left: 1px dashed #9e9e9e; }
#flight-card .flight-icon { font-size: 2.2rem; display: block; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
#flight-card .card-content-bg { background: url("../images/sample-1.jpg") no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
#flight-card .card-content { background: rgba(0,0,0,0.25); }
#flight-card .flight-state-wrapper { margin: 0 0 100px 0 !important; }
#flight-card .card-header .card-title { padding: 20px; }
#task-card label { display: block; color: rgba(0,0,0,0.87); height: auto; }
#task-card .task-card-title { margin: 0; color: #fff; font-weight: 300; }
#task-card .task-card-date { font-size: 1.0rem; margin: 0; color: #fff; }
#task-card .collection-header { padding: 20px; }
#task-card .task-add { position: absolute; right: 10px; top: 76px; }
#task-card .task-cat { padding: 2px 4px; color: #fff; margin-left: 37px; font-weight: 300; font-size: 0.8rem; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-clip: padding-box; }
.task-cat { padding: 2px 4px; color: #fff; font-weight: 300; font-size: 0.8rem; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-clip: padding-box; }
.collection .collection-item.avatar i.circle { font-size: 28px; }
#profile-card .card-image { height: 150px; }
#profile-card .card-profile-image { width: 70px; /*position: absolute;*/ top: 110px; z-index: 1; cursor: pointer; }
#profile-card .btn-move-up { position: relative; top: -40px; right: -18px; margin-right: 10px !important; }
#profile-card .card-content p { font-size: 1.2rem; margin: 10px 0 12px; }
.card-move-up .move-up { padding: 20px; }
#chart-dashboard { padding-top: 12px; }
    #chart-dashboard .card { overflow: hidden; }
        #chart-dashboard .card .card-content { padding: 10px 14px; }
.sample-chart-wrapper { width: 100%; }
.chart-title { font-size: 1.6rem; font-weight: 300; }
.chart-revenue { float: right; text-align: center; padding: 8px; border-radius: 3px; }
    .chart-revenue .chart-revenue-total { font-size: 0.9rem; margin: 0; }
    .chart-revenue .chart-revenue-per { font-size: 0.8rem; margin: 0; }
        .chart-revenue .chart-revenue-per i { position: relative; top: 5px; }
.chart-revenue-switch { padding-top: 28px; padding-right: 10px; color: #fff; text-align: right; }
.doughnut-chart-status { position: relative; top: -75px; left: 0; font-size: 16px; font-weight: 500; height: 0; text-align: center; }
    .doughnut-chart-status p { margin-top: -5px; }
.doughnut-chart-legend li { padding: 2px 0; font-size: 0.9rem; }
    .doughnut-chart-legend li:before { content: ""; width: 8px; height: 8px; display: block; float: left; margin-top: 6px; margin-right: 4px; }
a.button-collapse.top-nav { position: absolute; left: 7.5%; top: 0; float: none; margin-left: 1.5rem; color: #fff; font-size: 32px; z-index: 2; }
.trending-bar-chart-wrapper { width: 100%; }
.btn-move-up { position: relative; top: -28px; right: -18px; margin-right: 10px !important; }
.flotchart-placeholder { width: 100%; height: 300px; font-size: 13px; line-height: 1.2em; }
#flotchart table { position: absolute; top: 13px; right: 17px; font-size: smaller; color: #545454; width: 100px; }
#flotchart td { padding: 5px; }
th { padding: 5px; }
.xchart-placeholder { width: 90%; height: 300px; }
.jqstooltip { border: none !important; box-sizing: content-box; }
.tooltip-class { overflow: hidden; color: #fff; height: 20px; width: 30px; }
#ct2-chart .ct-series.ct-series-a .ct-area { fill: #00bcd4; }
#ct2-chart .ct-series.ct-series-a .ct-point { stroke: #00bcd4; }
#ct2-chart .ct-series.ct-series-a .ct-line { stroke: #54e2f4; }
.socialbox .logo { color: #fff; font-size: 28px; left: 20px; bottom: 20px; position: absolute; }
.socialbox .info { color: #fff; margin: 0; position: absolute; right: 20px; bottom: 20px; font-size: 15px; padding: 0; }
.CardFont { font-size: 14px !important; }
.Disconnected { background: linear-gradient(89deg, rgb(255 82 82) 0%, rgb(251 139 139) 100%) !important; }
.Connected { background: linear-gradient(89deg, rgb(124, 179, 66) 0%, rgb(165, 216, 112) 100%) !important; }
.RechrageMsg { text-align: center; margin: 0 auto; color: #242424;font-size:14px; background: var(--orange) !important; width: 70%; margin-top: 6px; padding: 9px; border-radius: 5px; font-weight: 400; }
    .RechrageMsg a { text-decoration: none; color: blue; font-size:15px; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.doughnut-chart-status { display: none; }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.doughnut-chart-status { display: none; }
	#card-stats .card-stats-compare { font-size: 0.8rem; }
}

#full-calendar { padding-top: 30px; }
#calendar h2 { font-size: 1.5rem; text-transform: uppercase; line-height: 35px; }
#calendar .fc-day-header { text-transform: uppercase; font-weight: 300; }
#external-events { padding-top: 50px; }
	#external-events .fc-event { color: #fff; text-decoration: none; padding: 5px; margin-bottom: 10px; cursor: all-scroll; border: none; }
.fc button { background: #fff; }
.fc td { border-width: 0 !important; }
.fc th { border-width: 0 !important; }
.fc-state-active { color: #ff4081 !important; }
.fc-state-down { color: #ff4081 !important; }
.dynamic-color .red, .dynamic-color .pink, .dynamic-color .purple, .dynamic-color .deep-purple, .dynamic-color .indigo, .dynamic-color .blue, .dynamic-color .light-blue, .dynamic-color .cyan, .dynamic-color .teal, .dynamic-color .green, .dynamic-color .light-green, .dynamic-color .lime, .dynamic-color .yellow, .dynamic-color .amber, .dynamic-color .orange, .dynamic-color .deep-orange, .dynamic-color .brown, .dynamic-color .grey, .dynamic-color .blue-grey { height: 55px; width: 100%; padding: 0 15px; line-height: 55px; font-weight: 500; font-size: 12px; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.dynamic-color .col { margin-bottom: 55px; }
tr.group { background-color: #ddd !important; }
	tr.group:hover { background-color: #ddd !important; }

@media only screen and (max-width: 1024px) {
    tfoot { display: none; }
}

#site-layout-example-left { background-color: #90a4ae; height: 300px; }
#site-layout-example-right { background-color: #26a69a; height: 300px; }
#site-layout-example-top { background-color: #e57373; height: 50px; }
.flat-text-header { height: 35px; width: 80%; background-color: rgba(255,255,255,0.15); display: block; margin: 27px auto; }
.flat-text { height: 25px; width: 80%; background-color: rgba(0,0,0,0.15); display: block; margin: 27px auto; }
    .flat-text.small { width: 25%; height: 25px; background-color: rgba(0,0,0,0.15); }
    .flat-text.full-width { width: 100%; }
.col.grid-example { border: 1px solid #eee; margin: 7px 0; text-align: center; line-height: 50px; font-size: 28px; background-color: tomato; color: #fff; padding: 0; }
    .col.grid-example span { font-weight: 200; line-height: 50px; }
.waves-color-demo .collection-item { height: 57px; line-height: 57px; }
.browser-window { text-align: left; width: 100%; height: auto; display: inline-block; -webkit-border-radius: 5px 5px 2px 2px; -moz-border-radius: 5px 5px 2px 2px; border-radius: 5px 5px 2px 2px; background-clip: padding-box; background-color: transparent; margin: 20px 0; overflow: hidden; }
    .browser-window .top-bar { height: 30px; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; background-clip: padding-box; border-top: thin solid #eaeae9; border-bottom: thin solid #ddd; background: linear-gradient(#e7e7e6, #e0e0e0); }
    .browser-window .circle { height: 10px; width: 10px; display: inline-block; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background-color: #fff; margin-right: 1px; }
    .browser-window .circles { margin: 5px 12px; }
    .browser-window .content { margin: 0; width: 100%; display: inline-block; border-radius: 0 0 5px 5px; background-color: #fafafa; }
    .browser-window .row { margin: 0; }
#close-circle { background-color: #ff5c5a; }
#minimize-circle { background-color: #fdb45c; }
#maximize-circle { background-color: #1bc656; }
.clear { clear: both; }
.promo i { color: #ee6e73; font-size: 6rem; display: block; }
.promo-caption { font-size: 1.7rem; font-weight: 500; margin-top: 5px; margin-bottom: 0; }
.shadow-demo { background-color: #26a69a; width: 100px; height: 100px; margin: 20px auto; }
.collapsible-header { font-weight: 500; }
    .collapsible-header:before { font-family: "Material-Design-Icons"; content: "\e7c3"; float: right; color: #FFF; font-size: 18px; }
    .collapsible-header.active:before { content: "\e7c1"; }
#input-select .input-field label { position: absolute; top: -14px; font-size: 0.8rem; }
.icon-demo { line-height: 50px; }
.icon-container i { font-size: 3em; display: block; margin-bottom: 10px; }
.icon-container .icon-preview { height: 120px; text-align: center; }
.icon-holder { display: block; text-align: center; width: 150px; height: 115px; float: left; margin: 0 0 15px 0; }
    .icon-holder p { margin: 0; }
.text-long-shadow { text-shadow: #1d7d74 1px 1px,#1d7d74 2px 2px,#1d7d74 3px 3px,#1d7d74 4px 4px,#1d7d74 5px 5px,#1d7d74 6px 6px,#1d7d74 7px 7px,#1d7d74 8px 8px,#1d7d74 9px 9px,#1d7d74 10px 10px,#1d7d74 11px 11px,#1d7d74 12px 12px,#1d7d74 13px 13px,#1d7d74 14px 14px,#1d7d74 15px 15px,#1d7d74 16px 16px,#1d7d74 17px 17px,#1d7d74 18px 18px,#1d7d74 19px 19px,#1d7d74 20px 20px,#1d7d74 21px 21px,#208b81 22px 22px,#208b81 23px 23px,#208b81 24px 24px,#208b81 25px 25px,#208b81 26px 26px,#208b81 27px 27px,#208b81 28px 28px,#208b81 29px 29px,#208b81 30px 30px,#26a69a 31px 31px,#26a69a 32px 32px,#26a69a 33px 33px,#26a69a 34px 34px,#26a69a 35px 35px,#26a69a 36px 36px,#26a69a 37px 37px; background-color: #26a69a; width: 100%; font-size: 10rem; color: #fff !important; text-align: center; padding: 20px 0 !important; }
.login-form { width: 360px; }
.login-form-text { text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; }
.profile-image-login { width: 150px; height: 135px !important; }
.login-text { margin-top: -6px; margin-left: -6px !important; }

.RateMasgWeb { width: 98%; margin: 0 auto; padding: 4px 12px; color: #242424; margin-top: 10px; border-radius: 5px; background: #e0f3ff !important; top: 0; }
    .RateMasgWeb p { float: left; width: 98%; font-size: 14px; font-weight: 400; }
    .RateMasgWeb a { font-size: 15px; color: blue; font-weight: 400; }
.RateMasgMob { position: fixed; z-index: 999; top: 0px; left: 0; bottom: 0; right: 0; height: 125%; width: 100%; background: #0000006b; display: block; will-change: opacity; }
.RateMasgMain { height: auto; margin: 0px auto; width: 420px; margin-top: 7%; border-radius: 10px; }
.RateMasgMainM { background: #fff; float: left; border-radius: 10px; }
.RateMasgHead { text-align: center; background: #fb8309; width: 100%; float: left; color: #fff; border-radius: 10px 10px 0px 0px; }
    .RateMasgHead p { font-size: 30px; line-height: 39px; padding: 7px 0px; font-weight: 700; }
    .RateMasgHead img { width: 164px; margin-bottom: 10px; }
.RateMasgText { float: left; width: 100%; padding: 15px 15px 10px 15px; }
    .RateMasgText p { font-weight: 500; font-size: 16px; }
.RateMasgButn { text-align: center; margin-top: 20px; float: left; width: 100%; margin-bottom: 15px; }
    .RateMasgButn a { width: 100%; color: #242424; font-size: 16px; font-weight: 500; margin-top: 10px; float: left; text-decoration: revert; }
        .RateMasgButn a:focus { text-decoration: revert; }
#RateMasgMob { display: none; }
.ShowPassword { color: #00c6f7; cursor: pointer; font-size: 18px; position: absolute; right: 27px; top: 8px; }

.Passwordlogin i { position: absolute; right: 11px; top: 13px; color: var(--white); cursor: pointer; font-size: 18px; }
#mail-app hr { display: block; height: 1px; border: 0; border-top: 1px solid #e0e0e0; margin: 1em 0; padding: 0; }
#mail-app #email-sidebar { margin-top: 0; }
#mail-app #email-list { margin-top: 0; }
#mail-app #email-details { margin-top: 0; }
#mail-app .modal .modal-content { padding: 0; }
.email-unread .email-title { font-weight: 500; }
#email-sidebar { min-height: 650px; }
    #email-sidebar li { padding: 10px 0; text-align: center; }
        #email-sidebar li i { padding: 12px; color: #272727; }
            #email-sidebar li i.active { background: #ddd; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
            #email-sidebar li i:hover { background: #ddd; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
#email-list { padding: 0; }
    #email-list .collection { margin: 0; }
        #email-list .collection .collection-item.avatar { height: auto; padding-left: 72px; position: relative; }
            #email-list .collection .collection-item.avatar .secondary-content { position: absolute; top: 10px; right: -4px; }
                #email-list .collection .collection-item.avatar .secondary-content.email-time { right: 8px; }
            #email-list .collection .collection-item.avatar .icon { position: absolute; width: 42px; height: 42px; overflow: hidden; left: 15px; display: inline-block; text-align: center; vertical-align: middle; top: 20px; }
            #email-list .collection .collection-item.avatar .circle { position: absolute; width: 42px; height: 42px; overflow: hidden; left: 15px; display: inline-block; vertical-align: middle; text-align: center; font-size: 1.5rem; color: #fff; font-weight: 300; padding: 10px; }
            #email-list .collection .collection-item.avatar img.circle { padding: 0; }
        #email-list .collection .collection-item:hover { background: #e1f5fe; cursor: pointer; }
        #email-list .collection .collection-item.selected { background: #e1f5fe; border-left: 4px solid #29b6f6; }
    #email-list .attach-file { -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); color: #9e9e9e; font-size: 1.1rem; }
#email-details { padding: 15px; }
    #email-details .email-subject { font-size: 1.2rem; }
        #email-details .email-subject i { font-size: 2.2rem; }
    #email-details .email-tag { padding: 3px; font-size: 0.9rem; }
    #email-details .collection { border: none; }
        #email-details .collection .collection-item.avatar { height: auto; padding-left: 72px; position: relative; }
            #email-details .collection .collection-item.avatar .icon { position: absolute; width: 42px; height: 42px; overflow: hidden; left: 15px; display: inline-block; vertical-align: middle; top: 20px; }
            #email-details .collection .collection-item.avatar .circle { position: absolute; width: 42px; height: 42px; overflow: hidden; left: 15px; display: inline-block; vertical-align: middle; text-align: center; font-size: 1.5rem; color: #fff; font-weight: 300; padding: 10px; }
            #email-details .collection .collection-item.avatar img.circle { padding: 0; }
        #email-details .collection .collection-item.selected { background: #e1f5fe; border-left: 4px solid #29b6f6; }
    #email-details .email-actions { padding-top: 25px; }
        #email-details .email-actions a { color: #757575; padding: 5px; }
.email-reply { padding-top: 20px; }
    .email-reply a { color: #757575; }
        .email-reply a i { font-size: 2rem; }
    .email-reply p { color: #757575; margin: 0; }
.model-email-content { padding: 24px; }
.blog-card .card .card-content .card-title, .blog-card .card .card-reveal .card-title { font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; }
.blog-card .card { margin: 0; }
    .blog-card .card .card-content { padding: 5px 10px; }
.blog-card ul.card-action-buttons { margin: -26px 10px 0 0; text-align: right; }
    .blog-card ul.card-action-buttons li { display: inline-block; padding-left: 5px; }
.blog .card .card-content .card-title, .blog .card .card-reveal .card-title { font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; }
.blog { width: 20%; padding: 10px; }
    .blog .card { margin: 0; }
        .blog .card .card-content { padding: 5px 10px; }
    .blog ul.card-action-buttons { margin: -26px 10px 0 0; text-align: right; }
        .blog ul.card-action-buttons li { display: inline-block; padding-left: 5px; }
.blog-sizer { width: 20%; }
.blog-post-content { padding-bottom: 10px; }
.PayTV_Quick_btn_main { text-align: center; display: inline-flex; justify-content: center; width: 100%; }
.PayTV_Quick_btn { background: var(--orange); cursor: pointer; border-radius: 10px; padding: 8px 0px 10px 0px; width: 204px; }
    .PayTV_Quick_btn p { color: #fff; line-height: 12px; font-weight: 400; font-size: 16px; }
    .PayTV_Quick_btn img { width: 34px; vertical-align: middle; margin-left: 5px; }
    .PayTV_Quick_btn span { color: #666666; font-size: 12px; }
.disableeye
 {
     float:right;
    pointer-events:none;
    display:none;
}
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.PageHeading { width: auto; float: left; font-weight: 400; margin-top: 8px; }
    .PageHeading i { float: left; line-height: 27px; }
.PageSelect { width: 30%; float: right; margin-right: 17px; }
.PageDownload { width: auto; float: right; margin-top: 10px; color: #367200; }

.slider { height: 430px !important; }
    .slider .slides { height: 400px !important; }
    .slider .indicators .indicator-item { height: 12px; width: 12px; }



#DasboardRenewalSubcription { width: 440px; top: 23%; }
.RenewalSubsMain { margin-top: 10px !important; float: left; line-height: 30px; }
    .RenewalSubsMain p { width: 100%; font-size: 16px; font-weight: 500; float: left; text-align: center; }
.RenewalSubsCheck { float: left; width: 100%; text-align: center; vertical-align: bottom; margin: 0 auto; font-size: 14px; padding-left: 0px; color: #333333; /* width: 60%; */ outline: none; }

    .RenewalSubsCheck input[type=checkbox] { display: none; }
    .RenewalSubsCheck label { display: inline-block; cursor: pointer; position: relative; margin-left: 0px; margin-right: 15px; font-size: 15px; outline: none; padding-left: 0px; }
    .RenewalSubsCheck input[type=checkbox]:checked + label:before { border: 2px solid #30a3e6; -webkit-box-shadow: 0px 0px 7px 0px rgb(65 128 255); -moz-box-shadow: 0px 0px 7px 0px rgb(65, 128, 255); box-shadow: 0px 0px 7px 0px rgb(65 128 255); transform: rotate( 0deg ); top: 0; left: 0; width: 19px; height: 18px; }
    .RenewalSubsCheck label:before { content: ''; background: #fff; border-radius: 5px; border: 2px solid #c9c9c9; display: inline-block; vertical-align: middle; width: 18px; height: 18px; padding: 2px 4px 2px 4px; margin-right: 9px; float: left; position: relative; margin-top: 4px; }
    .RenewalSubsCheck input[type=checkbox]:checked + label:after { opacity: 1; -webkit-animation: check 0.8s; -moz-animation: check 0.8s; -o-animation: check 0.8s; animation: check 0.8s; }
    .RenewalSubsCheck label:after { opacity: 0; content: ""; padding: 2px; position: absolute; width: 8px; height: 17px; border: solid #30a3e6; border-width: 0px 3px 4px 0px; transform: rotate( 45deg ); left: 10px; top: 0px; z-index: 1; -webkit-transition: all 0.50s; -moz-transition: all 0.50s; -o-transition: all 0.50s; transition: all 0.50s; }


.renewbutton { float: left; width: 100%; text-align: center; margin-top: 13px; }
    .renewbutton a { padding: 0px 30px; }
.LoadingHidden { visibility: hidden; }
    /*TileLoader Start*/
    .cs-loader {
        position: absolute;
        top: 40px;
        left: 0;
        height: auto;
        width: 100%;
        display: none;
        z-index: 1;
    }

    .cs-loader-inner label {
        font-size: 20px;
        opacity: 0;
        display: inline-block;
        margin-top: 0%;
    }

    .cs-loader-inner {
        transform: translateY(-50%);
        top: 0%;
        position: absolute;
        width: 100%;
        height: 100%;
        color: #131212;
        opacity: 0.7;
        padding: 0 0px;
        text-align: center;
        z-index: 100;
    }

        .cs-loader-inner label:nth-child(6) {
            -webkit-animation: lol 3s infinite ease-in-out;
            animation: lol 3s infinite ease-in-out;
        }

        .cs-loader-inner label:nth-child(5) {
            -webkit-animation: lol 3s 100ms infinite ease-in-out;
            animation: lol 3s 100ms infinite ease-in-out;
        }

        .cs-loader-inner label:nth-child(4) {
            -webkit-animation: lol 3s 200ms infinite ease-in-out;
            animation: lol 3s 200ms infinite ease-in-out;
        }

        .cs-loader-inner label:nth-child(3) {
            -webkit-animation: lol 3s 300ms infinite ease-in-out;
            animation: lol 3s 300ms infinite ease-in-out;
        }

        .cs-loader-inner label:nth-child(2) {
            -webkit-animation: lol 3s 400ms infinite ease-in-out;
            animation: lol 3s 400ms infinite ease-in-out;
        }

        .cs-loader-inner label:nth-child(1) {
            -webkit-animation: lol 3s 500ms infinite ease-in-out;
            animation: lol 3s 500ms infinite ease-in-out;
        }


    @keyframes lol {
        0% {
            opacity: 0;
            transform: translateX(-100px);
        }

        33% {
            opacity: 1;
            transform: translateX(0px);
        }

        66% {
            opacity: 1;
            transform: translateX(0px);
        }

        100% {
            opacity: 0;
            transform: translateX(100px);
        }
    }

    @-webkit-keyframes lol {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-500px);
        }

        33% {
            opacity: 1;
            -webkit-transform: translateX(0px);
        }

        66% {
            opacity: 1;
            -webkit-transform: translateX(0px);
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(500px);
        }
    }
    /*TileLoader End*/
/*Expiring Details Popup Start*/
.ExpiriConnecDt { margin-top: 64px; }
.ExpiriConnecMain { float: left; width: 100%; margin-top: 7px; }
#ExpiringDetails { width: 860px; top: 15%; background-color: #ffffff; min-height: 50%; }
#ExpiringDetailspacks { width: 860px; top: 15%; background-color: #ffffff; min-height: 50%; }
.ExpirHeading { float: left; width: 100%; background: #bfdeff ; color: #000; font-size: 18px; padding-right: 9px; }
    .ExpirHeading p { padding: 10px 10px 10px 20px; margin: 0px; }
.ValidityTime { float: left; padding-left: 10px; width: 97%; }
.ExpiringProHeader { padding: 0px; position: fixed; width: 860px; z-index: 1; }
.ModalFooter { position: sticky; position: -webkit-sticky; width: 100%; height: 10px; background: #fff; bottom: 0; /* margin-top: 379px; */ border-radius: 0px 5px 5px 5px; }
.ExepirProHeadtxt { font-size: 22px; padding-left: 20px; }
    .ExepirProHeadtxt i { font-size: 27px; }

.ExepirProductdetailsMain2 { float: left; width: 100%; }
.ExepirProductDetailMain { width: 100%; float: left; border-bottom: 1px solid #d0cfcf; padding: 8px 0px 4px 0px; }
.ExepirProductdetails { width: 100%; float: left; }
    .ExepirProductdetails p { font-weight: 300; font-size: 18px; padding: 8px 10px 2px 10px; float: left; }
    .ExepirProductdetails h6 { float: right; font-size: 14px; padding: 0px 11px; margin: 0px; }
    .ExepirProductdetails h5 { float: left; font-size: 14px; padding: 0px 0px 0px 20px; margin: 0px; }
.ExepirProSubHeading { font-size: 16px !important; font-weight: 500 !important; }
.ExepirProlist-unstyled { list-style: none; float: left; width: 100%; padding: 10px 13px 10px 20px; border-top: 1px solid #abaaaa; }
.ExepirProPackageRateMain { float: left; width: 100%; padding: 4px 0px; }
.ExepirProPeregraphText { font-size: 14px !important; }
.ExepirProtags { float: left; }
.ExepirProtags2 { float: right; margin: 3px 0px; }
.ExepirProSmallDiv { display: none; }
.ExpiringIcon { cursor: pointer; width: 21px; margin-left: 7px; }
/*Expiring Details Popup End*/

@media screen and (max-width: 2200px) {
    .blog-sizer { width: 20%; }
    .blog { width: 20%; }
    .doughnut-chart-status { top: -100px; }
    .product-sizer { width: 20%; }
    .product { width: 20%; }
    .gallary-sizer { width: 20%; }
    .gallary-item img { width: 20%; }
    .slider { height: 333px !important; }
        .slider .slides { height: 303px !important; }
}
    .renewbutton { float: left; width: 100%; text-align: center; margin-top: 13px; }
        .renewbutton a { padding: 0px 30px; }

    /*Amount Info CSS Start*/
    .AmountInfo { width: 15px; float: right; margin-top: 7px; margin-top: 8px; margin-left: 5px; }
    .AmountInfoPopup { position: absolute; display: none; width: 200px; right: -10px; top: -50px; background: #69cd92; color: #242424; padding: 2px 10px; border-radius: 6px; font-size: 13px; }
    .AmountInfotxt { padding: 2px 0px; }
    .AmountInfo:hover + .AmountInfoPopup { display: block; color: #242424; }
    .AmountInfoPopup::after { content: ""; position: absolute; top: 100%; right: 6%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #69cd92 transparent transparent transparent; }


    .progress { background-color: rgba(252, 128, 2, 0.33); visibility: hidden; }

    .no-js #loader-wrapper { display: none; }

    h1.logo-wrapper { margin: 0; }

    h1 span.logo-text { display: none; }

    .menu-sidebar-collapse { margin: 0 10px; }


@media screen and (max-width: 1800px) {
	.blog-sizer { width: 30%; }
	.blog { width: 30%; }
	.product-sizer { width: 30%; }
	.product { width: 20%; }
	.gallary-sizer { width: 30%; }
	.gallary-item img { width: 30%; }
}

@media screen and (max-width: 1600px) {
	.blog-sizer { width: 33.33%; }
	.doughnut-chart-status { top: -75px; }
	.blog { width: 33.33%; }
	.product-sizer { width: 25%; }
	/*.product { width: 25%; }*/
	.gallary-sizer { width: 25%; }
	.gallary-item img { width: 25%; }
    .slider { height: 248px !important; }
    .slider .slides { height: 220px !important; }
}

@media screen and (max-width: 1224px) {
	.blog-sizer { width: 33.33%; }
	.doughnut-chart-status { top: -75px; }
	.doughnut-chart-status { top: -100px; }
	.blog { width: 33.33%; }
	.product-sizer { width: 33.33%; }
	.product { width: 33.33%; }
	.gallary-sizer { width: 33.33%; }
	.gallary-item img { width: 33.33%; }
}


@media screen and (max-width: 980px) {
	.blog-sizer { width: 50%; }
	.blog { width: 50%; }
	.product-sizer { width: 50%; }
	.product { width: 50%; }
	.gallary-sizer { width: 50%; }
	.gallary-item img { width: 50%; }
    .slider { height: 137px !important; }
    .slider .slides { height: 140px !important; }
    .slider .slides li img { background-size: 115% 100%; }
    .slider .indicators { z-index: 2 !important; }
    #ExpiringDetails { width: 97%; min-height: 400px;}
    #ExpiringDetailspacks { width: 97%; min-height: 400px; }
    .ModalFooter { width: 97%; }
    .ExpiringProHeader { width: 97%;}

    .ExepirProlist-unstyled {
    padding:10px 12px 10px 13px;}
}
@media screen and (max-width: 720px) {
    .blog-sizer { width: 50%; }
    .blog { width: 50%; }
    .product-sizer { width: 50%; }
    .product { width: 50%; }
    .gallary-sizer { width: 50%; }
    .gallary-item img { width: 50%; }
     #SubscriberRemark {width:75% !important; }
    .ExepirProHeadtxt { font-size: 18px; padding-left: 6px; }
        .ExepirProHeadtxt i { font-size: 22px; }
    .ExpirHeading { font-size: 16px; padding-top: 5px; padding-bottom: 5px;}
     .slider .indicators .indicator-item { height: 7px; width: 7px; }

     #DasboardRenewalSubcription { width: 95%; }
     .ExepirProductdetails h5 { padding: 0px 0px 0px 11px; }
     .ValidityTime { padding-left: 1px; }
     .ExepirProSmallDiv { display: block; }
     .ExepirProLargeDiv { display: none; }
     .ExpirHeading p { padding: 0px 12px 0px 9px; line-height: 25px;}
     .ExpiriConnecDt { margin-top: 56px; }
      .smallexpiry{display:none;}
    .ExpiringIcon { width: 16px; margin-left: 4px; }
}

    @media screen and (max-width: 480px) {
        .blog-sizer { width: 100%; }
        .blog { width: 100%; }
        .product-sizer { width: 100%; }
        /*.product { width: 100%; }*/
        .gallary-sizer { width: 100%; }
        .gallary-item img { width: 100%; }
        #SubscriberRemark { width: 95% !important; }
        .RateMasgMain { width: 96%; }
        .RateMasgMain { margin-top: 15%; min-height: 300px; overflow: auto; max-height: 74%; }
        .slider { height: 102px !important; margin-bottom: 5px !important; }
            .slider .slides { height: 104px !important; }
                .slider .slides li img { background-size: 124% 100%; }
            .slider .indicators .indicator-item { margin: 0 8px; }
        .BuquName { white-space: nowrap; width: 72%; overflow: hidden; text-overflow: ellipsis; }
    }

    @media screen and (max-width: 400px) {
        .ExepirProHeadtxt i { font-size: 16px; }
        .ExpirHeading p { padding: 0px 12px 0px 9px; }
        .ExepirProHeadtxtSmall { line-height: 26px !important; }
    }

    @media screen and (max-width: 350px) {
        .ExepirProHeadtxt { font-size: 17px; }
    }
@media screen and (max-width:616px) and (min-width:310px) {
    .SmallSize { display: block !important; }
    .PageHeading i { line-height: 25px; }
    .RechrageMsg { width: 89%; }
}
 .SmallSize {
        display: none;
    }
        #blog-post-full .card-title { text-shadow: 1px 1px 4px #000; font-weight: 300; font-size: 2rem; }

        #blog-post-full .blog-post-full-cat { padding: 5px; margin: 25px; right: 0; left: inherit; font-size: 15px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }

            #blog-post-full .blog-post-full-cat a { color: #fff; text-shadow: none; }

        .invoice-table { padding-top: 40px; }

        .invoice-text { padding: 18px 0; }

        .invoice-icon i { font-size: 2rem; }

        .product-card .card .card-content .card-title, .product-card .card .card-reveal .card-title { font-size: 1.1rem; line-height: 1.6rem; font-weight: 400; }

        .product-card .card { margin: 0; }

            .product-card .card .card-content { padding: 5px 10px; }

            .product-card .card .btn-price { width: 65px; height: 65px; font-weight: 600; font-size: 1.0rem; line-height: 65px; margin: 10px; position: absolute; top: 0; letter-spacing: 0; }

        .product-card ul.card-action-buttons { margin: -26px 10px 0 0; text-align: right; }

            .product-card ul.card-action-buttons li { display: inline-block; padding-left: 5px; }

        .product .card .card-content .card-title, .product .card .card-reveal .card-title { font-size: 1.1rem; line-height: 1.6rem; font-weight: 400; }

        .product { padding: 10px; }
            /*width: 20%;*/
            .product .card { margin: 0; }

                .product .card .card-content { padding: 5px 10px; }

                .product .card .btn-price { width: 65px; height: 65px; font-weight: 600; font-size: 1.0rem; line-height: 65px; margin: 10px; position: absolute; top: 0; letter-spacing: 0; }

            .product ul.card-action-buttons { margin: -26px 10px 0 0; text-align: right; }

                .product ul.card-action-buttons li { display: inline-block; padding-left: 5px; }

        .product-sizer { width: 20%; }

        .gallary-sizer { width: 20%; }

        .gallary-item img { width: 20%; }

        .slider .indicators { z-index: 99; }

        .map-card .card .card-content .card-title, .map-card .card .card-reveal .card-title { font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; }

        .map-card #map-canvas { width: 100%; height: 250px; }

        .map-card .btn-move-up { top: -38px; }

        #map-canvas { width: 100%; height: 250px; }

        .plans-container .collection { border: none; margin-top: 15px; }

            .plans-container .collection .collection-item { border-bottom: none; text-align: center; font-size: 1.07rem; line-height: 1.6em; }
        /*.plans-container .collection .collection-item:before { font-size: 1.28rem; line-height: 1.6em; color: #009315; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; content: "\e623"; margin-right: 10px; }*/
        .plans-container .card .card-image { position: relative; width: 100%; }

            .plans-container .card .card-image .card-title { position: relative; font-size: 1.28rem; line-height: 1.6em; text-align: center; width: 100%; padding: 10px 15px; text-transform: uppercase; background: rgba(0,0,0,0.1); }

            .plans-container .card .card-image .price { position: relative; font-size: 5rem; line-height: 1.6em; color: #fff; font-weight: 300; text-align: center; }

                .plans-container .card .card-image .price sup { font-weight: 100; font-size: 1.42rem; line-height: 1.6em; top: -35px; }

                .plans-container .card .card-image .price sub { font-weight: 100; font-size: 1.42rem; line-height: 1.6em; top: 0; }

#blog-post-full .card-title { text-shadow: 1px 1px 4px #000; font-weight: 300; font-size: 2rem; }
#blog-post-full .blog-post-full-cat { padding: 5px; margin: 25px; right: 0; left: inherit; font-size: 15px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
	#blog-post-full .blog-post-full-cat a { color: #fff; text-shadow: none; }
.invoice-table { padding-top: 40px; }
.invoice-text { padding: 18px 0; }
.invoice-icon i { font-size: 2rem; }
.MYCableTvclass { width: 100% !important; }
.product-card .card .card-content .card-title, .product-card .card .card-reveal .card-title { font-size: 1.1rem; line-height: 1.6rem; font-weight: 400; }
.product-card .card { margin: 0; }
	.product-card .card .card-content { padding: 5px 10px; }
	.product-card .card .btn-price { width: 65px; height: 65px; font-weight: 600; font-size: 1.0rem; line-height: 65px; margin: 10px; position: absolute; top: 0; letter-spacing: 0; }
.product-card ul.card-action-buttons { margin: -26px 10px 0 0; text-align: right; }
	.product-card ul.card-action-buttons li { display: inline-block; padding-left: 5px; }
.product .card .card-content .card-title, .product .card .card-reveal .card-title { font-size: 1.1rem; line-height: 1.6rem; font-weight: 400; }
.product { padding: 10px; }
	/*width: 20%;*/
	.product .card { margin: 0; }
		.product .card .card-content { padding: 5px 10px; }
		.product .card .btn-price { width: 65px; height: 65px; font-weight: 600; font-size: 1.0rem; line-height: 65px; margin: 10px; position: absolute; top: 0; letter-spacing: 0; }
	.product ul.card-action-buttons { margin: -26px 10px 0 0; text-align: right; }
		.product ul.card-action-buttons li { display: inline-block; padding-left: 5px; }
.product-sizer { width: 20%; }
.gallary-sizer { width: 20%; }
.gallary-item img { width: 20%; }
.slider .indicators { z-index: 1; }
.map-card .card .card-content .card-title, .map-card .card .card-reveal .card-title { font-size: 1.2rem; line-height: 1.6rem; font-weight: 400; }
.map-card #map-canvas { width: 100%; height: 250px; }
.map-card .btn-move-up { top: -38px; }
#map-canvas { width: 100%; height: 250px; }
.plans-container .collection { border: none; margin-top: 15px;}
	.plans-container .collection .collection-item { border-bottom: none; text-align: center; font-size: 1.07rem; line-height: 1.6em; }
/*.plans-container .collection .collection-item:before { font-size: 1.28rem; line-height: 1.6em; color: #009315; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; content: "\e623"; margin-right: 10px; }*/
.plans-container .card .card-image { position: relative; width: 100%; }
    .plans-container .card .card-image .card-title { position: relative; font-size: 1.28rem; line-height: 1.6em; text-align: center; width: 100%; padding: 10px 15px; text-transform: uppercase; background: rgba(0,0,0,0.1); }
    .plans-container .card .card-image .price { position: relative; font-size: 5rem; line-height: 1.6em; color: #fff; font-weight: 300; text-align: center; }
        .plans-container .card .card-image .price sup { font-weight: 100; font-size: 1.42rem; line-height: 1.6em; top: -35px; }
        .plans-container .card .card-image .price sub { font-weight: 100; font-size: 1.42rem; line-height: 1.6em; top: 0; }
    .plans-container .card .card-image .price-desc { text-align: center; color: #fff; padding-bottom: 10px; }
.plans-container .card .card-content { padding: 0; position:relative}
#profile-page-header .card-image { height: 140px; }
#profile-page-header .card-profile-image { width: 95px; position: absolute; top: 80px; z-index: 1; left: 40px; cursor: pointer; margin: 0; }
#profile-page-header .card-content { margin-top: -40px; }
    #profile-page-header .card-content .card-title { margin-bottom: 10px; }
#profile-page-wall .profile-image-post { width: 60px; margin: 30px 10px; }
#profile-page-wall .tab-content { padding: 10px; webkit-box-shadow: 0px 0px 3px 0px rgba(148,148,148,1); -moz-box-shadow: 0px 0px 3px 0px rgba(148,148,148,1); box-shadow: 0px 0px 3px 0px rgba(148,148,148,1); height: 400px; }
#profile-page-wall .share-icons { margin-top: 10px; }
    #profile-page-wall .share-icons i { padding: 0 5px; }
#profile-page-wall .tab-profile .tab i { font-size: 16px; }
#profile-page-wall-posts .profile-small { height: 250px; overflow: hidden; }
#profile-page-wall-posts .profile-medium { height: 350px; overflow: hidden; }
#profile-page-wall-posts .profile-large { height: 450px; overflow: hidden; }
#profile-page-wall-posts .card-profile-title { font-size: 16px; padding: 20px; border-radius: 0 0 2px 2px; }
#profile-page-wall-posts .card-action-share { padding: 16px; }
.MobileNoEdit { position: absolute; color: #00c6f7; right: 23px; top: 15px; cursor: pointer; }
.page-footer .container { padding: 0 15px; }
#world-map-markers { height: 300px; }
#polar-chart-holder { padding-top: 20px; }
.modelheadclose { font-size: 18px; text-align: right; padding: 5px 10px 0px 10px; }
    .modelheadclose i { cursor: pointer; }
.modelhead { font-size: 18px; text-align: left; padding: 0px 10px 0px 10px; }
    .modelhead p { float: left; padding-right: 87px; font-weight: 500;}
    .modelhead i { color: #00c6f7; cursor: pointer; font-size: 24px; line-height: 24px; }
.RadioBtnDiv { padding: 10px 10px 10px 10px !important; border-bottom: 1px solid #e3e3e3; width: 100%; }
#RequestStatement { visibility: visible; width: 346px; padding-bottom: 10px; animation-name: fadeInTop; display: none; top: 20%; }
  #RequestStatement [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {

    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #00c6f7;
    border-radius: 100%;
    background: #fff;
}
  #RequestStatement [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #00c6f7;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 #RequestStatement [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ReqstStatButn { width: 100%; text-align: right; cursor: pointer; padding-top: 0px; font-weight: 300; font-size: 17px; color: #00c6f7; }

.BackToConne { text-align: left !important; padding-top: 29px !important; width: auto !important; padding-right:0px !important }
/*New Loading*/
#loding-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; background: #eceff1; display: none; }
#loding { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: rgb(3, 169, 244); -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; z-index: 1001; }
	#loding:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: #fb8309; -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; }
	#loding:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #4fd816; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; }
/*End New Loading*/


        /*New Lite Loading*/
        #Liteloding-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background: #eceff1; opacity: 1; display: none; }

        #Liteloding { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 50%; border: 3px solid transparent; border-top-color: rgb(3, 169, 244); -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; z-index: 1001; }

            #Liteloding:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 50%; border: 3px solid transparent; border-top-color: #fb8309; -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; }

            #Liteloding:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 50%; border: 3px solid transparent; border-top-color: #4fd816; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; }
        /*End New Lite Loading*/

#ChangePassword { visibility: visible; width: 500px; animation-name: fadeInTop; z-index: 1003; display: block; opacity: 1; transform: scaleX(1); top: 23%; }

.ShowHidePassword { display: none; }

	.ShowHidePassword i { right: 15px; position: absolute; top: 15px; cursor: pointer; color: #ffffff; font-size: 18px; }
        .SmallSizeDiv { display: none !important; }
    .LargeSizeDiv { display: block !important; }
.StatmentDiv { width: 174px; padding-top: 14px; }
    .StatmentDiv i { float: left; color: #00c6f7 !important; line-height: 24px; }

.STBVCInfo i { right: 15px; position: absolute; top: 15px; cursor: pointer; color: #fff; font-size: 18px; }




.SubsInfo p { line-height: 18px; font-size: 14px; padding: 10px 10px 10px 15px;font-weight:400 }



/* The switch - the box around the slider */
.switch { position: relative; display: inline-block; width: 52px; height: 25px;}

	/* Hide default HTML checkbox */
	.switch input { display: none; }

/* The slider */
.switch-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }

	.switch-slider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 4px; bottom: 3px; background-color: white; -webkit-transition: .4s; transition: .4s; }

input:checked + .switch-slider { background-color: #0dcc59; }

        input:focus + .switch-slider { box-shadow: 0 0 1px #2196F3; }


        input:checked + .switch-slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); }


        /* Rounded sliders */
        .switch-slider.round { border-radius: 34px; width: auto !important; height: auto !important; }

            .switch-slider.round:before { border-radius: 50%; }


        .disabled { pointer-events: none; }

            .disabled input { border-bottom-style: dashed; }


        #CollChannels .collapsible-body { padding-left: 4%; }


        #text { font-size: 50px; color: white; }

        #text1 { font-size: 50px; color: white; }

        #Skip { width: 100%; text-align: right; padding-right: 2%; padding: 2%; }

            #Skip a { color: #FFF; text-decoration: underline; font-size: 16px; }

        #Skip1 { width: 100%; text-align: right; padding-right: 2%; padding: 2%; }

            #Skip1 a { color: #FFF; text-decoration: underline; font-size: 16px; }


        #text1 { display: none; }

        #Skip1 { display: none; }

        .ProfileSubsID { margin-right: 12px; }

        /*Start OutStandind BillAmount CSS*/
        .OutstandBillsDivmain { padding: 8px 0px 8px 0px; }

        .OutstandBackButton { width: 100%; float: left; color: #fb8309; font-size: 22px; padding-bottom: 10px; padding-top: 20px; }

            .OutstandBackButton p { cursor: pointer; float: left; padding: 0px 10px; }

        .OutstandBillCard { width: 100%; float: left; padding: 0px 0px 0px 0px; }

        .CardTilemain { width: 250px; padding: 6px 10px 12px 17px; border-radius: 5px; -webkit-box-shadow: 0px 0px 4px 0px #a19f9f; box-shadow: 0px 0px 4px 0px #a19f9f; float: left; margin-right: 20px; margin-bottom: 20px; }

            .CardTilemain h5 { font-size: 24px; }

            .CardTilemain h6 { font-size: 16px; }

            .CardTilemain:last-child { background: #fb8309; color: #fff; }

        .OutstandBillDt { padding-top: 3px; float: left; width: 100%;  border-top: 1px solid #d0d0d0;  border-right: 1px solid #d0d0d0; border-left: 1px solid #d0d0d0; }

            .OutstandBillDt table th:first-child { padding: 0 0 0 9px; width: 15%;padding-left: 25px !important; }

            .OutstandBillDt table th { font-size: 16px; font-weight: 500; width: 25%; color: #757575; cursor: pointer; white-space: nowrap; padding: 0; height: 40px; padding-left: 5px; vertical-align: middle; outline: none !important; text-align: center;}

            .OutstandBillDt table tr td { padding: 0 0 0 9px; position:relative; width: 25%; height: 48px; font-size: 14px; color: rgba(0, 0, 0, 0.87); border-bottom: solid 1px #DDDDDD; white-space: inherit; text-overflow: ellipsis; }

            .OutstandBillDt table tr td:first-child { padding-left: 25px !important; }

        .OutstandingSmallSize { display: none; }

        .OutstandingFull { display: table-cell; }

        .OutStandingInfo { width: 15px; margin-left: 4px; float: right; margin-top: 3px; cursor: pointer; }

            .OutStandingInfo:hover + .OutStandingInfoDt { display:block }
            .SubsChargesInfo:hover + .SubsChargesInfoDt { display:block }
            .dcclistcon:hover + .dcclistconDt { display:block }


.OutStandingInfoDt { display: none; width: 274px; text-align: center; z-index: 5; border-radius: 5px; position: absolute; background-color: #efefef; color: #373737; -webkit-box-shadow: 1px 0px 5px 0px rgba(76,175,80,1); -moz-box-shadow: 1px 0px 5px 0px rgba(76,175,80,1); box-shadow: 1px 0px 5px 0px rgba(76,175,80,1); top: 52px; right: -3px; font-size: 12px; line-height: 19px; padding: 4px 4px 1px 4px; }
    .OutStandingInfoDt:after { content: ""; position: absolute; bottom: 100%; right: 3%; margin-left: -5px; border-width: 7px; border-style: solid; border-color: transparent transparent #4caf50 transparent; }


    .dcclistconDt { display: none; width: 274px; margin: 0 auto;  right: 3px; text-align: center; z-index: 5; border-radius: 5px; position: absolute; background-color: #efefef; color: #373737; -webkit-box-shadow: 1px 0px 5px 0px rgba(76,175,80,1); -moz-box-shadow: 1px 0px 5px 0px rgba(76,175,80,1); box-shadow: 1px 0px 5px 0px rgba(76,175,80,1); top: 35px; font-size: 12px; line-height: 19px; padding: 4px 4px 1px 4px; }
    .dcclistconDt:after { content: ""; position: absolute; bottom: 100%; right: 3%; margin-left: -5px; border-width: 7px; border-style: solid; border-color: transparent transparent #4caf50 transparent; }
    .dcclistconDt p { display: inline-block; float: left; padding: 0px 3px 0px 3px; color: #000; }
    .dcclistconDt span { float: left; }


.SubsChargesInfoDt { display: none; width: 274px; margin: 0 auto; left: -166px; right: 0; text-align: center; z-index: 5; border-radius: 5px; position: absolute; background-color: #efefef; color: #373737; -webkit-box-shadow: 1px 0px 5px 0px rgba(76,175,80,1); -moz-box-shadow: 1px 0px 5px 0px rgba(76,175,80,1); box-shadow: 1px 0px 5px 0px rgba(76,175,80,1); top: 30px; font-size: 12px; line-height: 19px; padding: 4px 4px 1px 4px; }
    .SubsChargesInfoDt:after { content: ""; position: absolute; bottom: 100%; right: 31%; margin-left: -5px; border-width: 7px; border-style: solid; border-color: transparent transparent #4caf50 transparent; }
    .SubsChargesInfoDt p { display: inline-block; float: left; padding: 0px 3px 0px 3px; color: #000; }
    .SubsChargesInfoDt span { float: left; }

    .OutStandingInfoDt p { display: inline-block; float: left; padding: 0px 3px 0px 3px; color: #000; }
    .OutStandingInfoDt span { float: left; }
.OutstandingAmtDt { height: auto; float: left; background: #efefef; width: 100%; display: none; padding: 5px 0px; }
.OutstandingAmtTxt { float: left; width: 100%; text-align: center; line-height: 12px; }
    .OutstandingAmtTxt p { width: 31%; color: #000; padding: 0px 7px; float: left; font-size: 12px; line-height: 15px; align-items: center; display: inline-block; }
    .OutstandingAmtTxt span { float: left; display: inline-block; line-height: 16px;}
.OutstaAmount { float: none !important; color: #626262; }
.Outalign-right { text-align: right !important; }
.Outalign-left { text-align: left !important; }
        /*Start OutStandind BillAmount CSS*/

        /*UnBilled Amount css Start*/
        .UnBilledDivmain { padding: 0px 0px 8px 0px; }

        .UnBilledBackButton { width: 100%; float: left; color: #fb8309; font-size: 22px; padding-bottom: 10px; padding-top: 20px; }

            .UnBilledBackButton p { cursor: pointer; float: left; padding: 0px 10px; }

        .UnBilledcard { width: 100%; float: left; padding: 0px 0px 0px 0px; }

        .UnBilledCardTilemain { width: 280px; padding: 6px 10px 12px 17px; border-radius: 5px; -webkit-box-shadow: 0px 0px 4px 0px #a19f9f; box-shadow: 0px 0px 4px 0px #a19f9f; float: left; margin-right: 20px; margin-bottom: 20px; }

            .UnBilledCardTilemain h5 { font-size: 24px; }

            .UnBilledCardTilemain h6 { font-size: 16px; }

        .UnBilledCardTilemain { background: #fb8309; color: #fff; }

        .UnBilledDTMain { margin-bottom: 30px; width: 100%; float: left; }

        .UnBilledDT { width: 100%; -webkit-box-shadow: 0px 0px 4px 0px #a19f9f; box-shadow: 0px 0px 4px 0px #a19f9f; float: left; }

            .UnBilledDT h6 { color: #fb8309; font-size: 20px; border-bottom: 1px solid #e5e5e5; padding: 5px 10px 10px 10px; }

        .UnBilledDetalMain { float: left; border-bottom: 1px solid #e5e5e5; width: 100%; }

        .UnBilledConnDetal { float: left; width: 100%; padding: 12px 10px 8px 10px; }

        #UnbilledDataTable { float: left; width: 100%; }

        .UnBilledConnDetal h5 { float: left; width: 76%; font-size: 18px; margin: 0px; font-weight: 400; color: #5362c7; }

        .UnBilledConnDetal p { float: right; width: auto; font-size: 18px; margin: 0px; font-weight: 400; color: #5362c7; }

        .UnBilledConnDetal2 { float: left; width: 100%; padding: 8px 10px 8px 23px; border-bottom: 0px solid #e5e5e5; }

            .UnBilledConnDetal2 h5 { float: left; width: 100%; font-size: 15px; margin: 0px; font-weight: 400; color: #000; padding-bottom: 10px; }

            .UnBilledConnDetal2 h4 { float: left; width: 76%; font-size: 14px; margin: 0px; padding-left: 10px; font-weight: 300; color: #565656; padding-bottom: 10px; padding-top: 3px;}

            .UnBilledConnDetal2 p { float: right; width: auto; font-size: 14px; margin: 0px; font-weight: 300; color: #565656; padding-bottom: 10px; }

        .UnBilledConnSmall { display: none; }
        /*UnBilled Amount css End*/
/*Notification css Start*/
.RightMenu li a { padding: 0 8px !important; }
.NotiCount { position: absolute; background: #e80505; color: #fff; top: 17px; border-radius: 53%; left: 25px; font-size: 14px; line-height: 19px; padding: 2px 4px 1px 4px; text-align: center; }
.NotificationMenu { right: 85px; position:fixed; color: #242424; background-color: rgb(255, 255, 255); border-radius: 5px; box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 31%) 0px 0px 1px; box-sizing: border-box; display: block; flex: 1 1 auto; overflow: auto; z-index: 400; }
.NotificationMenuDrowr { width: 420px; max-height: calc(80vh - 100px); padding-top: 10px; padding-left: 0px; overflow: auto; }
.NotificationMenuHead { float: left; width: 100%; border-bottom: 1px solid #dad3d3;}
.NotificationMenuHead h4 { font-size: 25px; font-weight: 400; padding: 0px 0px 9px 10px;  margin: 0px; float: left; }
    .NotificationMenuHead p { float: right; line-height: 20px; padding: 4px 8px 0px 0px; cursor: pointer; color: #8c8c8c; font-size: 14px;}
.NotificationMenuCard { float: left; width: 100%; display: inline-block; padding: 0px 0px 14px 10px; border-bottom: 1px solid #dad3d3; cursor: pointer; }
    .NotificationMenuCard:hover { background: #f3f3f3; }
.NotificationMenuCardImg { width: auto; float: left; }
    .NotificationMenuCardImg img { width: 36px; float: left; margin-top: 12px; }
.NotificationMenutext { width: 78%; float: left; padding-left: 10px; text-align: left;}
    .NotificationMenuCard:hover > .ReadNotification { display: block; }
    .NotificationMenuCard:hover > .UnReadNotification i { display: block; }
.UnReadNotification i { display: none; }
    .NotificationMenutext h5 { float: left; width: 100%; font-weight: 400; font-size: 18px; margin: 23px 0px 0px 0px; text-align: left; }
    .NotificationMenutext p { float: left; width: 100%; line-height: 23px; padding-top: 3px; text-align: left;}
.NotificationClearIcon { float: right; width: auto; padding: 23px 6px 0px 0px; }
    .NotificationClearIcon i { float: left; font-size: 16px; height: auto !important; line-height: 20px !important; cursor:pointer; }
    .NotificationClearIcon label { float: left; line-height: 20px; padding: 0px 0px 0px 6px; font-size: 11px; cursor: pointer;}
        .NotificationClearIcon label::before { content: "*"; background: #09c3db; border-radius: 50%; width: 20px; padding: 0px 9px 0px 0px; color: #09c3db; }        
.ReadNotification { display: none; }
    .ReadNotification label::before { content: "*"; background: #c4c4c4; border-radius: 50%; width: 20px; padding: 0px 9px 0px 0px; color: #c4c4c4; }
.Blank_Notification { float: left; width: 100%; text-align: center; margin-top: 50px; }
    .Blank_Notification img { width: 182px; margin: 0 auto; }
    .Blank_Notification p { line-height: 20px; padding-bottom: 40px; }
.ColorGray { color: #767676; }
/*Notification Amount css End*/

/*Setting css Start*/
.SettingMenu { right: 14px; position:fixed; color: #242424; background-color: rgb(255, 255, 255); border-radius: 5px; box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 31%) 0px 0px 1px; box-sizing: border-box; display: block; flex: 1 1 auto; overflow: auto; z-index: 400; }
.SettingMenuDrowr { width: 234px; height: 135px; padding-top: 0px; padding-left: 0px; overflow: auto; }
.SettingMenuCard { float: left; width: 100%; display: inline-block; padding: 6px 0px 6px 15px; border-bottom:1px solid #dad3d3; cursor:pointer; color: var(--orange); line-height: 32px;}
    .SettingMenuCard i { float: left; font-size: 21px; height: auto !important; line-height: 29px !important; cursor: pointer; padding-right: 5px; }
    .SettingMenuCard:hover { background: #f3f3f3; }
/*Setting css End*/
/*Help and Support css Start*/
.ContTopHead { float: left; width: 100%; }
    .ContTopHead ul { margin: 0px; float: left; display: none; }
        .ContTopHead ul li { line-height: 51px; color: #fff; margin-top: 5px; display: flex; font-size: 18px;}
            .ContTopHead ul li i { font-size: 40px; line-height: 51px;}
.ContTopHead-fixed { position: fixed; width: 100%; top: 0; z-index: 999; }
.ContTopHead-color{ background:#fb8309; }
.CompanyLogo { display: flex; }
    .CompanyLogo img { width: 49px; margin: 0px 12px 5px 15px; cursor: pointer; }
    .CompanyLogo p { display: inline-block; font-size: 18px; color: #fff; }
.ContactContainer { width: 1024px; margin: 0 auto; }
.ContSubHead { height: 312px; background-image: url(../Images/others/ContactSubHeadBg.jpg); background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; margin-top: 60px; }
.ContactNoDt { float: left; width: 100%; text-align: center; margin-bottom: 15px;}
    .ContactDtHeding a { display: inline-block; }
.ContactDtHeding img {
    width: 23px;
    display: inline-block;
    padding-top: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 14px;
}
    .ContactDtHeding p { display: inline-block; padding: 13px 0px 0px 10px; margin: 0px; float: left; color: #000; font-size: 16px; margin-top:10px;}
.ContactDtHeding { float: left; width: 100%; text-align: center; margin-top: 50px;}
    .ContactDtHeding h3 { color: #fb8309; margin: 31px 0px 20px  0px; font-size: 28px; display: inline-block;}
.ContactDtform { float: left; width: 100%; text-align: center; }
    .ContactDtform input { background: #fff; text-indent: 27px; border-radius: 29px; width: 680px; height: 48px; font-size: 1.2em; font-weight: 300; color: #6a6a6a; border-bottom: none; }
        .ContactDtform input:focus { box-shadow: none !important; border-bottom: none !important; }
    .ContactDtform a { background: #00a3e8; color: #fff; padding: 6px 10px; display: inline-block; border-radius: 5px; font-size: 14px; }
.SendBtn { display: inline-block; width: 100%; padding: 22px 10px 18px 10px; }
.ContactDttext { float: left; width: 100%; text-align: center; }
    .ContactDttext p { padding: 0px; margin: 0px; color: #fb8309; }
.ContactDetails { float: left; width: 100%; }

.TreevieHead { width: 788px; margin: 0 auto;  }
    .TreevieHead h5 { float: left; margin: 0px; width: 100%; font-size: 22px; line-height: 2.5; padding-left: 13px; }
.TreeviewMain { float: left; width: 100%; margin-bottom: 30px; }
.TreeviewMain a { margin: 0px; width: 100%; float: left; font-size: 20px; cursor: pointer; color: #6a6a6a; background: #fff; padding: 12px 12px 12px 2px; border-bottom: 1px solid #ececec; }
    .TreeviewMain i { font-size: 43px; float: left; color: #feaf5f; line-height: 0.8; transform: rotate(0); transform-origin: center; transition: transform 500ms ease-in-out; }
.rotate { transform: rotate(90deg) ; color:#fff ;}
.ViewDetailsMain { float: left; width: 100%; padding: 0px 10px; background: #f2f2f2; }
.ViewDetails { padding: 10px 7px; }
    .ViewDetails p { margin: 0px; padding: 7px 0px; float: left; width: 100%; color: #707070; font-size: 17px; line-height: 38px; }
    .ViewDetails img { width: auto; height: auto; max-width:100%; }
.Supportimg { text-align: center; display: inline-block; width: 100%;}
.end-public { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition-duration: 1s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; }
.showdetails { float: right; color: #008ad3; cursor: pointer; display: flex; font-size: 15px}
    .showdetails i { float: right !important; color: #008ad3 !important;  font-size: 20px !important; line-height: 0 !important; padding-top: 20px; }
    .showdetails a { padding: 0px !important; font-size: 15px !important; background: #f2f2f2 !important; color: #008ad3 !important; }
.faq_search { position: relative; width: 100%; }
.faq_search input { width: 100% !important; border: 1px solid #dddddd !important; background: #f1f1f1; font-size: 1.2em !important; border-radius: 10px !important; text-indent: 45px; margin-top: 16px !important; margin-bottom: 20px !important; }
    .faq_search input:focus { border: 1px solid #fb8309 !important; border-bottom: 1px solid #fb8309 !important; box-shadow: none !important; }
    .faq_search input::placeholder { color: #7a7a7a; opacity: 1; }
    /*Help and Support css End*/
        @media screen and (min-width: 100px) and (max-width: 1000px) {
            #modal5 .modal-content { width: 98% !important; }

            #modal5 .collection { margin: 0.5rem 0 0rem 0 !important; }

            #modal5 .collection-item { padding-top: 5px !important; padding-bottom: 0px !important; }

            #LogOut { display: block !important; }

            #profile-page-wall .tab-content { height: auto; }

            .OutstandingFull { display: none !important; }

            .OutstandBillDt thead { display: none; }

            .OutstandBillDt tbody { display: block; }

            .OutstandBillDt tr { font-size: 12px; display: block; border-bottom: 1px solid #dad3d3; background-color: #fff; padding-top: 6px; -webkit-box-shadow: 2px 11px 5px -10px rgba(204,204,204,1); -moz-box-shadow: 2px 11px 5px -10px rgba(204,204,204,1); box-shadow: 2px 11px 5px -10px rgba(204,204,204,1); }

            .OutstandingSmallSize { display: block; }

            .OutstandBillsDiv { line-height: 22px; }

            .OutstandBillsDivmain { padding: 0px 0px 8px 9px; }
    .NotificationMenu { right: 73px; }
            .OutstandBillDt table tr td { padding: 0 0 0 0px !important; }

            .OutstandBillDt table tr td:first-child { padding-left: 0px !important; }
            /*.MainConnDiv { width: 30% !important; }*/
    .ContactContainer { width:100%; box-sizing:border-box; }
    .ContactDtform input { width: 90%; }
    .ContactDttext p { padding: 0px 10px; }
        }

        @media screen and (min-width: 200px) and (max-width: 500px) {
            #ProfileCustNameDiv { text-align: center !important; padding: 64px 10px 11px 10px !important; }

            .selectProfilePic { top: 101px !important; }

            .CardTilemain { width: 100%; text-align: center; }
    .NotificationMenuDrowr { width: 100%; height: calc(98vh - 100px); max-height:inherit; overflow: auto; }
    .NotificationMenu { right: 5px; width: 95%; }
    .NotificationMenutext { width: 71%; }
    .SettingMenu { right: 5px; text-align: left; }
                .ContactDtHeding { margin-top:10px; }
                .ContactDtHeding img { margin-top:0px; padding-top:0px;}
                .ContactDtHeding p {margin-top:0px; padding: 0px 0px 0px 10px;}
                .ContactDttext p { margin-top: 8px; }
        }


        @media screen and (min-width: 100px) and (max-width: 600px) {
            #profile-page-header .card-image { height: 170px; }

            #profile-page-header .card-profile-image { top: 35px; left: 98px; }

            #ProfileCustNameDiv { width: 100% !important; margin-left: 0px; }

            #ProfileCustNameDiv { padding: 0px 0px 11px 0px; text-align: right; }

            .ProfilePic { width: 80px !important; height: 80px !important; }

            #SelectMonth { width: 100%; margin-right: 0px; }

            .PageSelect { margin-right: 0px; }

            div.material-table .table-title { font-size: 16px !important; }

            #ChangePassword { width: 94%; }

            .CardTilemain { width: 100%; text-align: center; }

            .UnBilledCardTilemain { width: 100%; text-align: center; }

            .UnBilledConnDetal2 h4 { padding-left: 0px; }

            .StatmentDiv i { line-height: 24px; }

            .ReqstStatButn { padding-top: 0px; }

        }

        @media screen and (min-width: 100px) and (max-width: 768px) {
            .UnBilledConnDetal h5 { padding: 3px 0px; width: 74%; }

            .UnBilledConnSmall { display: block; }

            .UnBilledConnLarg { display: none; }

        }







        @media screen and (min-width: 768px) and (max-width: 1366px) {
            #login-page .overbox { left: 502px !important; top: 40px !important; }

            .ProfileSubsID { margin-right: 15px; }
        }

        @media screen and (min-width: 100px) and (max-width: 400px) {
            .login-form { width: 270px; }

            header .brand-logo img { width: 68px; }
    .ContTopHead ul li { font-size: 14px; }
        }

        @media screen and (min-width: 100px) and (max-width: 600px) {
            header .brand-logo img { width: 49px ; }
        }

        @media screen and (min-width: 100px) and (max-width: 990px) {
            #ConnPreloader { margin-left: 40% !important; }

            #breadcrumbs-wrapper1 .btn { margin-top: 6% !important; margin-bottom: 5px; }

            header .brand-logo img { margin-top: 5px; }

            #orrsDiag .channellist { max-width: 100% !important; }

            #orrsDiag { font-size: 13px; }

                #orrsDiag .channellist { max-width: 100% !important; }

            #orrsDiag { font-size: 13px; }

            .switch { margin-top: 5px; }

            #CollChannels .collapsible-body ul { width: 70%; }

            #CollChannels .collapsible-body { padding-left: 18%; }

                /*#MangePacks #AlaCarteBody ul { margin-left: 26% !important; }*/

                #CollChannels .collapsible-body .ChkUnChkAll { width: 90% !important; }

            #breadcrumbs-wrapper3 { width: 92% !important; }

            #text img { width: 220px !important; }

            #text1 img { width: 300px !important; }

            #PaymentHistory td:last-child { margin-bottom: 5px; padding-top: 5px !important; }

            #DownloadReceipt { margin-bottom: 20% !important; }

            /*Dashboard css*/
            #card-widgets .product { margin: 3px; width: 48% !important; padding: 0px !important; }

            #ComplaintsFilter { width: 100%; margin-top: 8px; }

            #LedgerFilter { width: 100%; margin-bottom: 5px; }

            #DasPrePostAmt a { width: 100% !important; }
            /*.card { border-radius: 0px !important; }*/

            .clsCardTitle { font-size: 115% !important; }

            .clsCardInnerAmt { font-size: 120% !important; }

            .clsExtratxt { font-size: 12px !important; }

            .clsViewMoreLink { width: 100% !important; padding: 0px 18px 0px 8px !important; }

            .clsPaddingTop { padding-top: 10% !important; }

    .TreeviewMain a { font-size: 16px; }
    .TreeviewMain i { font-size: 30px; display: inline-table;}
    .TreevieHead { width: 100%; }
        .TreevieHead h5 { font-size: 17px; }
    .ViewDetails p { font-size: 15px; line-height: 29px; }
    .CompanyLogo { display: flex; width: auto; line-height: 4px; }
        .CompanyLogo p { margin-top: 29px; }
        .CompanyLogo img { margin-left: 0px; }
    .ContTopHead ul { display: block; }
    .showdetails { display: none; }
    .faq_search { text-align: center; width: 90%; margin: 0 auto; }
            /*#RegBackToLogin { font-size: 14px !important; }*/
        }



        @media screen and (min-width: 1400px) and (max-width: 1600px) {
            .CardFont { font-size: 12px !important; }
        }

        @media screen and (min-width: 1400px) and (max-width: 1500px) {
            #login-page .overbox { left: 582px !important; top: 82px !important; }
            .RechrageMsg { width:80%; }
        }



        /*Dashboard*/

        .product { float: left; width: 300px !important; cursor: pointer; }

        #profile-card .card-image { height: 90px !important; }

        #profile-card .card-profile-image { height: 100px; width: 100px; background: #FFF; top: 15px !important; }

        #CurrentCompName { margin-top: 2.82rem; font-weight: 400; }

        .company_image { width: 100px; height: 100px; border-radius: 50%; border: 1px solid #ffb500; background: #fff; top: 40px; position: absolute; display: grid; justify-content: space-around; align-content: center; z-index: 9;}

        #profile-card .card-profile-image { height: 65px; width: 65px; background: #fff0; /*border: 1px outset #ffb500 !important;*/ }


        .align-center { text-align: center; }

        .align-right { text-align: right; }

        .clsMobile { font-size: 13px; }

        .clsEmail { font-size: 13px; display: none; }



        .white-text { position: relative; }

        .actions select { float: left; }

        .actions a { float: left; }


        .table-header .btn { width: 265px; }

        #Complaint .btn { width: 265px; }

        .MyBalanceMob { text-align: right; margin-top: 10px; display: none; font-size: 14px; padding-right: 7px; right: 19px; margin-bottom: 0px; display: none; }


        /*Rate Us Menu*/

        .clsRatePlayStore { display: none; }

            .clsRatePlayStore i { font-size: 32px !important; }



        .clsCardTitle { font-size: 20px; }

        .clsCardInnerAmt { font-size: 25px; }

        .clsExtratxt { font-size: 13px; }

        .clsViewMoreLink { padding: 0px 18px 0px 15px; color: #FFF !important; text-align: left; font-size: 15px; width: 50%; float: left; pointer-events: none; cursor: pointer; }

        .clsPaddingTop { padding-top: 10px; }
        /*#OpenRequestCount { margin-bottom: 25px; }*/


        /*On My Profile*/

        #ProfileDetail .right-align { word-wrap: break-word; }

        #ExtendedFeatures { margin-top: 5%; background: #FFF; margin-top: 5%; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); padding: 8px; border-radius: 2px; }

            #ExtendedFeatures i { color: #fb8309; }

            #ExtendedFeatures li { font-size: 18px; line-height: 32px; }

            #ExtendedFeatures sup { background: red; color: #FFF; font-size: 12px; padding: 2px; border-radius: 5px; }

        .documenntelement { float: left; width: 100%; border-bottom: 1px solid #c7c7c7; padding-bottom: 8px; padding-top: 8px; }

        .documentDetalMain { padding: 10px 0px 15px 0px; float: left; width: 100%; height: 400px; overflow-y: auto; background: #f5f5f5; position: relative; webkit-box-shadow: 0px 0px 3px 0px rgba(148,148,148,1); -moz-box-shadow: 0px 0px 3px 0px rgba(148,148,148,1); box-shadow: 0px 0px 3px 0px rgba(148,148,148,1); }

        .DocumentTxt { float: left; line-height: 26px; width: 59%; }

        .DocumentImg { float: left; padding: 10px; border: 1px solid #aeaeae; margin-right: 15px; margin-top: 10px; margin-left: 10px; position: relative; }

            .DocumentImg img { width: 100px; height: 60px; }

            .DocumentImg i { display: none; position: absolute; position: absolute; right: 0; left: 0; text-align: center; padding: 34px 34px 29px 34px; background: #0000003b; /* opacity: .5; */ top: 0; color: red; font-size: 20px; cursor: pointer; }

        .Ducumentviewbtn { color: #ffffff; margin-right: 7px; background: var(--orange); border-radius: 50%; padding: 5px 0px 5px 0px; font-size: 16px; height: 36px; width: 36px; float: left; text-align: center; }

        .Ducumentdeletebtn { color: #ffffff; background: var(--orange); border-radius: 50%; padding: 5px 0px 5px 0px; font-size: 16px; height: 36px; width: 36px; float: left; text-align: center; }

        .DocumentHead { font-weight: 500 !important; font-size: 16px; color: var(--orange); margin-top: 4px; }

        .DucumentDownloadbtn { color: #ffffff; margin-right: 7px; background: var(--orange); border-radius: 50%; padding: 5px 0px 5px 0px; font-size: 16px; height: 36px; width: 36px; float: left; text-align: center; }

        .documenntelement:hover + .DeleteIcon { display: block; }

        #DeleteIcon { display: none; }

        .documenntelement:hover #DeleteIcon { display: block; }

        #DeleteIcon2 { display: none; }

        .DocumentImg:hover #DeleteIcon2 { display: block; }

        .UploadBtn { position: absolute; right: 13px; bottom: 13px; background: var(--orange); color: var(--white); border-radius: 50%; font-size: 27px; cursor: pointer; }

            .UploadBtn i { padding: 17px; }

        .DocumentHeads { color: #092000; font-weight: 300; font-size: 14px; }

        #modal65 { overflow-y: visible; width: 360px; max-height: 100%; }

        #DocumentUploadModal { width: 36% !important; }

        .Viewdocument { top: 11%; -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; width: 75%; margin: 0 auto; }

        .ViewImg { z-index: 10004; position: fixed; margin: 0 auto; left: 0; right: 0; text-align: center; }

        .ViewProfileImg { z-index: 10004; position: fixed; margin: 0 auto; left: 0; right: 0; text-align: center; }

        .ViewProfilePic { top: 11%; -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; width: 350px; margin: 0 auto; }
        /*.ViewImg img { mawidth: 100%; }*/
        .closeIcon { width: 100%; margin: 0 auto; text-align: right; }

            .closeIcon i { font-size: 24px; color: #fff; border-radius: 50%; padding: 6px 10px; cursor: pointer; }

        .NavigationImg { position: absolute; height: auto; width: 100%; }

            .NavigationImg img { height: 166px; width: 100%; border-radius: 50%; width: 75%; margin-left: 29px; border-bottom: none; }

        .NavigationImgBG { background-color: rgba(0, 0, 0, 0.51); position: relative; border-radius: 50%; width: 74%; margin: 0 auto; height: 166px; }

        .MobileUserName { float: left; line-height: 27px; margin: 7px 7px 7px 7px; font-size: 15px; display: none; }
        @-webkit-keyframes zoomIn {
            0% { opacity: 0; -webkit-transform: scale(.3); transform: scale(.3); }

            50% { opacity: 1; }
        }

        @keyframes zoomIn {
            0% { opacity: 0; -webkit-transform: scale(.3); -ms-transform: scale(.3); transform: scale(.3); }

            50% { opacity: 1; }
        }
        /*For Quick Login in app*/
        .overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.73); }

            .overlay nav { position: relative; margin: auto; top: 20%; min-height: 225px; width: 300px; background: #fb8309; padding: 10px; padding-top: 15px; padding-bottom: 0px; height: auto; }
            /*.DefaultPage .overlay nav { position: relative; margin: auto; top: 20%; min-height: 300px; width: 500px; background: #efefef; padding: 10px; padding-top: 0px; padding-bottom: 20px; border: 2px solid #fb8309; }*/

            .overlay ul { list-style: none; padding: 0; margin: 0 auto; display: inline-block; width: 100%; position: relative; }

                .overlay ul li a { text-decoration: none; display: block; color: #FFF; list-style: none; float: right; margin-top: -8px; line-height: 0; }

        .overlay-close { right: 35px; font-size: 18px; color: #FFF; }

        .overlay-data { opacity: 0; visibility: hidden; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; transition: opacity 0.5s, visibility 0s 0.5s; }

        .overlay-open { opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; z-index: 9999; }

        nav ul li:hover, nav ul li.active { background-color: inherit; }

        .clsLogintxt { width: 95% !important; outline: none !important; border: none !important; text-indent: 10px !important; height: 35px !important; border: 1px solid !important; border-color: #bdbdbd !important; color: #777777 !important; background-color: #FFF !important; }

        .AppLoginError { color: #9b0000; visibility: hidden; /*text-shadow: 1px 1px 4px #FFFFFF;*/ line-height: 14px; padding-left: 6px; font-size: 15px; text-align: left; margin-bottom: 9px; padding-top: 4px; margin-left: 38px; font-size: 14px; margin-bottom: 14px !important; }

        .overlay .innerDiv { margin: auto; }

        .uploader { display: block; margin: 17px 0px 0px 24px; float: left; }

            .uploader label { float: left; cursor: pointer; clear: both; width: 100%; padding: 8px 15px; text-align: center; background: #fff; border-radius: 7px; border: 2px dashed #d3d3d3; transition: all .2s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-image-source: url(images\others\Border.png); border-image-slice: 2; border-image-repeat: round; border-radius: 3px; position: relative; }

            .uploader i.fa { font-size: 50px; margin-bottom: 1rem; transition: all .2s ease-in-out; color: #5f6982; }

            .uploader label:hover { border-color: #d7a327; }

            .uploader span { font-size: 16px; }

            .uploader img { width: 151px; }

        .dragbtn { background: #cacaca; padding: 10px; margin: 13px auto; color: #616161; width: 113px; }

        #ChngMobliNo { width: 450px; display: none; top: 20%;}

        #VerifyOtp { width: 450px; display: none; top: 30%; }

        .ChngMobPassword i { position: absolute; right: 11px; top: 13px; color: #00c6f7; cursor: pointer; font-size: 18px; }

        .GreenBtn { background-color: #4cc84f !important; }

            .GreenBtn:hover, .GreenBtn:focus { background-color: #4cc84f !important; }

        .resndotp { float: right; padding-top: 0px; position: absolute; right: 20px; color: #0072ff; font-weight: 400; top: 7px; }

        .RegMobOTP { width: 130px !important; }

        .otptimer { color: green; text-align: center; float: left; width: 100%; }

        @media screen and (max-width:1500px) {
            .documentDetalMain { padding: 10px 0px 15px 0px; }

            .DocumentImg { margin-right: 9px; margin-left: 8px; }

            .uploader label { padding: 8px 2px; }
        }

        @media screen and (max-width:1390px) {
            #DocumentUploadModal { width: 50% !important; }
            .RechrageMsg { width: 85%; }
        }


        @media screen and (max-width:1100px) {
            .Viewdocument { width: 30%; }
        }
        @media only screen and (max-width: 993px) {
            .UserNameHead { display: none !important; }
            .NavigationImg img { height: 68px; margin-left: 11px; width: 73px; float: left; }
            .NavigationImgBG { width: 73px; height: 68px; margin: 0px 10px 0px 10px; }
            .SubsInfo p { padding: 10px 10px 10px 0px; }
            .MobileUserName { display: block; width: 93%; padding-left: 82px; position: absolute; }
            .MobileUserName p { white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; font-weight: 400; }
            .MenuLeft { left: -105%; }
        }
        @media screen and (max-width: 944px) {
            #DocumentUploadModal { width: 95% !important; }
        }

        @media screen and (max-width: 1353px) and (min-width: 991px) {
            .DocumentTxt { margin: 10px 10px 0px 10px; }
        }

        @media screen and (max-width: 990px) and (min-width: 100px) {
            #profile-page-sidebar { width: 100% !important; }

            #profile-page-wall { width: 100% !important; }

            .UserNameHead { white-space: nowrap; width: 58%; overflow: hidden; text-overflow: ellipsis; }

            nav .brand-logo { left: 50%; position: absolute; float: left; padding: 0px 0px 0px 5px; line-height: 30px; }

            .UserNameHead { margin-left: 90px; position: absolute; margin-top: 3px; }
        }

        @media screen and (min-width: 413px) and (max-width: 600px) {
            .Viewdocument { width: 85%; }

            .uploader { margin: 0px 0px 14px 24px; }

            .UploadDivMainhide { display: none; }

            .uploader label { width: 100%; margin-left: 0px; }
            ul.side-nav.leftside-navigation { top: 64px !important; }
            #ChngMobliNo { width: 97%; }
            #VerifyOtp { width: 97%; }
        }

        @media screen and (min-width: 100px) and (max-width: 413px) {

            .documentDetalMain { padding: 10px 0px 15px 0px; }

            .DocumentTxt { margin: 10px 10px 0px 10px; }

            .Viewdocument { width: 85%; }

            #RecomndedSearch a { padding: 0px 7px 0px 0px !important; }

            #PrePaidWallet a { padding: 0px !important; }

            .UploadDivMainhide { display: none; }

            .uploader { margin: 0px 0px 14px 24px; }

                .uploader label { width: 100%; margin-left: 0px; }

            .SmallSizeDiv { display: block !important; float: left !important; }

            .LargeSizeDiv { display: none !important; }

            #RequestStatement { width: 95%; }
            ul.side-nav.leftside-navigation { top: 64px !important; }
            #ChngMobliNo { width: 97%; }
            #VerifyOtp { width: 97%; }
        }
        /*@media screen and (min-width: 100px) and (max-width: 500px) {
    nav .brand-logo { left:83px; position:relative; float: left; padding: 0px 0px 0px 5px;}
    .UserNameHead { margin-left: 119px; position: absolute; margin-top: 3px; }
}*/

        /*For App login Loading*/
        #AppLoginDiv .sk-fading-circle { width: 18px; height: 30px; position: relative; display: none; margin: auto; }

            #AppLoginDiv .sk-fading-circle .sk-circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

                #AppLoginDiv .sk-fading-circle .sk-circle:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #FFF; border-radius: 100%; -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

            #AppLoginDiv .sk-fading-circle .sk-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); }

            #AppLoginDiv .sk-fading-circle .sk-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

            #AppLoginDiv .sk-fading-circle .sk-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s; }

            #AppLoginDiv .sk-fading-circle .sk-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

            #AppLoginDiv .sk-fading-circle .sk-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }

            #AppLoginDiv .sk-fading-circle .sk-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }

            #AppLoginDiv .sk-fading-circle .sk-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }

            #AppLoginDiv .sk-fading-circle .sk-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }

            #AppLoginDiv .sk-fading-circle .sk-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }

            #AppLoginDiv .sk-fading-circle .sk-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }

            #AppLoginDiv .sk-fading-circle .sk-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }

            #AppLoginDiv .sk-fading-circle .sk-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }

        @-webkit-keyframes sk-circleFadeDelay {
            0%, 39%, 100% { opacity: 0; }

            40% { opacity: 1; }
        }

        @keyframes sk-circleFadeDelay {
            0%, 39%, 100% { opacity: 0; }

            40% { opacity: 1; }
        }



        /*For Quick Pay*/
        #mainDetailDiv { line-height: 26px; border-radius: 4px; -moz-border-radius: 4px; -webkit-box-shadow: 1px 1px 5px 1px rgba(199,199,199,1); -moz-box-shadow: 1px 1px 5px 1px rgba(199,199,199,1); box-shadow: 1px 1px 5px 1px rgba(199,199,199,1); padding: 0px; }

        #QuickPay .clsDetailDiv { border-right: 1px solid #b7b2b2; border-bottom: 1px solid #b7b2b2; padding-right: 15px; padding-left: 15px; width: 100%; }

        #QuickPay .clsMidDiv { float: left; width: 2%; padding: 8px; }

        #QuickPay .clsRightDiv { float: left; padding: 8px; }

        #QuickPay .row-padding { padding-top: 15px; padding-bottom: 15px; }

#AppQuickPayDiv .overlay-data { opacity: 0; visibility: hidden; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; transition: opacity 0.5s, visibility 0s 0.5s; }
#AppQuickPayDiv .overlay-open { opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; z-index: 9999; }
.newpiyush {
   
    margin-left:-37px;
}
#AppQuickPayDiv select { background: #FFF; border-radius: 0px; border: none; height: 35px; width: 100%; outline: none; margin-bottom: 0px; text-indent: 10px; color: #7b7878; border: 0px solid; box-shadow: 0px 1px 4px 1px rgb(175, 175, 175); }
.ButonBlue { background-color: #00c6f7 !important; font-size:14px; color: #fff; border-radius: 5px; border: none; text-transform: uppercase !important; }
    .ButonBlue:hover { background-color: #00c6f7 !important; color: #fff;  }
    .ButonBlue i { font-size:14px;}
/*For Quick Pay STB SmartCard Details Pay*/
.DefaultPage #container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 50px; width: 100px; }
.DefaultPage #overlay-menu { width: 100px; height: 50px; }
.DefaultPage .menuButton { background-color: #7a7a7a; text-indent: 0; border: 1px solid #000; color: #fff; font-size: 15px; font-weight: bold; }
	.DefaultPage .menuButton:hover { background-color: #474747; }
	.DefaultPage .menuButton:active { position: relative; top: 1px; }

#QuickPay .clsOverlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.73); }
	#QuickPay .clsOverlay nav { position: relative; margin: auto; top: 20%; min-height: 300px; width: 275px; background: #fb8309; padding: 10px; padding-top: 0px; padding-bottom: 20px; max-height: 300px; overflow: auto; }
	#QuickPay .clsOverlay ul { list-style: none; padding: 0; margin: 0 auto; display: inline-block; width: 100%; position: relative; }

		#QuickPay .clsOverlay ul li a { text-decoration: none; display: block; color: #FFF; list-style: none; float: right; margin-top: 5px; }
#QuickPay .clsOverlay-close { right: 35px; font-size: 18px; color: #FFF; }
#QuickPay .clsOverlay-data { opacity: 0; visibility: hidden; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; transition: opacity 0.5s, visibility 0s 0.5s; }
#QuickPay .clsOverlay-open { opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; z-index: 9999; }

.clear { clear: both; }

.clsContinue { font-size: 18px; visibility: hidden; }
.clsBack { font-size: 18px; float: left !important; width: 50%; }

.step-1 { display: none; }
.step-2 { display: none; }

.IDStep .btn-default { color: #6d6a6a; background-color: #fff; border-color: #ccc; border-radius: 3px; margin-top: 10px; margin-bottom: 6px; }

.clsStep2txtbox { width: 100%; outline: none; border: none; text-indent: 10px; height: 40px; border: 1px solid; border-color: #bdbdbd; color: #777777; }
/*box-shadow: 0px 1px 4px 1px rgb(175, 175, 175);*/
.clsStep2OR { text-align: center; color: #FFF; margin-top: 10px; margin-bottom: 10px; }

.innerDiv { width: 98%; margin: auto; }

.step-2 .innerDiv { margin-top: 15px; }

.float-left { float: left; }

.Step2Error { color: #9b0000; font-weight: 300; visibility: hidden; /*text-shadow: 1px 1px 4px #FFFFFF;*/ line-height: normal; font-size: 14px; }


/*For Quick Pay Loading*/
.sk-fading-circle { width: 18px; height: 30px; position: relative; display: none; }

	.sk-fading-circle .sk-circle { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

		.sk-fading-circle .sk-circle:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #FFF; border-radius: 100%; -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
	.sk-fading-circle .sk-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); }
	.sk-fading-circle .sk-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); }
	.sk-fading-circle .sk-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
	.sk-fading-circle .sk-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); }
	.sk-fading-circle .sk-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); }
	.sk-fading-circle .sk-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
	.sk-fading-circle .sk-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); }
	.sk-fading-circle .sk-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); }
	.sk-fading-circle .sk-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
	.sk-fading-circle .sk-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); }
	.sk-fading-circle .sk-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); }
	.sk-fading-circle .sk-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
	.sk-fading-circle .sk-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s; }
	.sk-fading-circle .sk-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
	.sk-fading-circle .sk-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
	.sk-fading-circle .sk-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
	.sk-fading-circle .sk-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
	.sk-fading-circle .sk-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
	.sk-fading-circle .sk-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }
	.sk-fading-circle .sk-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }
	.sk-fading-circle .sk-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }
	.sk-fading-circle .sk-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% { opacity: 0; }
	40% { opacity: 1; }
}




/*Quick Pay Payment Screen*/

#AppQuickPayDiv nav { line-height: normal !important; }

#QuickPay .list-group-item { position: relative; display: block; text-align: center; padding: 10px 15px; margin-bottom: 0px; border: 1px solid #ddd; font-size: 16px; }
.list-group a { color: #555; }
/*  bhoechie tab */
div.bhoechie-tab-container { z-index: 10; background-color: #ffffff; padding: 0 !important; background-clip: padding-box; opacity: 0.97; filter: alpha(opacity=97); }
div.bhoechie-tab-menu { padding-right: 0; padding-left: 0; padding-bottom: 0; }
	div.bhoechie-tab-menu div.list-group { margin-bottom: 0; margin-top: 5px; }
		div.bhoechie-tab-menu div.list-group > a { margin-bottom: 0; }
			div.bhoechie-tab-menu div.list-group > a .glyphicon,
			div.bhoechie-tab-menu div.list-group > a .fa { color: #fb8309; font-size: 25px; }
			div.bhoechie-tab-menu div.list-group > a:first-child { border-top-right-radius: 0; -moz-border-top-right-radius: 0; }
			div.bhoechie-tab-menu div.list-group > a:last-child { border-bottom-right-radius: 0; -moz-border-bottom-right-radius: 0; }
			div.bhoechie-tab-menu div.list-group > a.active,
			div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
			div.bhoechie-tab-menu div.list-group > a.active .fa { background-color: #fb8309; color: #ffffff; border-color: #FFF; border-radius: 0px; }
				div.bhoechie-tab-menu div.list-group > a.active:after { display: none; content: ''; position: absolute; left: 100%; top: 50%; margin-top: -13px; border-left: 0; border-bottom: 13px solid transparent; border-top: 13px solid transparent; border-left: 10px solid #fb8309; }

div.bhoechie-tab-content { background-color: #ffffff; /* border: 1px solid #eeeeee; */ padding-left: 20px; padding-top: 10px; }

div.bhoechie-tab div.bhoechie-tab-content:not(.active) { display: none; }


.list-group-item:first-child { border-top-left-radius: 0px !important; }

.bhoechie-tab { font-size: 16px; color: #636363; }
.row-padding { padding-top: 15px; padding-bottom: 15px; }

.border-top { border-top: 1px solid #9a9a9a; border-top-style: dashed; }


.QuickPayIslimit { display: none; }
	.QuickPayIslimit input[type="text"] { text-indent: 10px; width: 100%; }
.ConviDisplay { display: block; }

@font-face { font-family: "Material-Design-Icons"; src: Url("../../font/material-design-icons/Material-Design-Icons.ttf"); /* Replace with thatever your font file is */ }
.fa-wallet:before { font-family: "Material-Design-Icons"; content: "\e602"; font-size: 20px; font-style: normal; }



.btn-default.btn-on.active { background-color: #5BB75B; color: white; }
.btn-default.btn-off.active { background-color: #DA4F49; color: white; }


.clsOverlay table th { text-align: center !important; border: 2px solid; }
#Detailstbody { text-align: center; }
	#Detailstbody tr td { border: 2px solid; }

.bhoechie-tab-menu .list-group-item { padding: 13px 9px !important; }


sup { background: red; color: #FFF; padding: 2px 4px 2px 2px; border-radius: 5px; font-weight: 600; }


#AppQuickPayDiv .sk-fading-circle { margin: auto; margin-top: 12px; }


@media screen and (min-width: 100px) and (max-width: 1200px) {
	/*Quick Pay and footer*/
	#PW { font-size: 12px; }
	#TC div { font-size: 11px; }

    /*#QuickPay { padding: 38px 0px !important; padding-bottom: 5px !important; }*/
    #mainDetailDiv { width: 95% !important; }
        #mainDetailDiv .container { width: 100% !important; padding: 0px; }

	#QPTitle { margin-top: 0px !important; margin-bottom: 0px !important; }

	.clsDetailDiv { border-right: 0px !important; width: 100%; }

	.clsPayBtn { text-align: center !important; width: 100%; margin-top: 10px; }
	.clsIsReg { width: 100%; padding: 0px; text-align: center; }

	#DisclaimerPage { height: auto !important; }

	.bhoechie-tab { padding-left: 0px; padding-right: 0px; }
	div.bhoechie-tab-content { padding-left: 0px !important; padding-top: 30px !important; }

	.bhoechie-tab .row-padding { padding-right: 0px; padding-left: 0px; }
	.bhoechie-tab .col-xs-6 { padding-right: 0px; padding-left: 0px; }

	.bhoechie-tab .col-xs-5 { font-size: 15px; }

	.DefaultPage .clsOverlay nav { width: 270px !important; }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
    .brand-logo {display:block !important; }
    #WalletBalanceAmount {display:none !important; }
    /*.MyBalanceMob { display: block;}*/
}

@media screen and (min-width: 100px) and (max-width: 990px) {
	.clsDetailRight { width: 128px !important; }
	#AppLogOut { display: none; }
	#DownloadReceipt .mainDiv { background-color: #fff !important; -webkit-box-shadow: -1px 1px 5px 2px rgba(214,211,214,1); -moz-box-shadow: -1px 1px 5px 2px rgba(214,211,214,1); box-shadow: -1px 1px 5px 2px rgba(214,211,214,1); }
}




.disabledPay { pointer-events: none; opacity: 0.2; }



.hide { display: none; }


/*Margin and Padding Style Start*/

/*[ PADDING ]
///////////////////////////////////////////////////////////
*/
/*------Margin left-------*/
.ml-0 { margin-left: 0px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }
.ml-50 { margin-left: 50px; }
.ml-60 { margin-left: 60px; }
.ml-70 { margin-left: 70px; }
.ml-80 { margin-left: 80px; }
.ml-90 { margin-left: 90px; }
.ml-100 { margin-left: 100px; }
/*------Margin right-------*/
.mr-0 { margin-right: 0px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }
.mr-60 { margin-right: 60px; }
.mr-70 { margin-right: 70px; }
.mr-80 { margin-right: 80px; }
.mr-90 { margin-right: 90px; }
.mr-100 { margin-right: 100px; }
/*------Margin Top-------*/
.mt-0 { margin-top: 0px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
/*------Margin Bottom-------*/
.mb-0 { margin-bottom: 0px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
/*------Padding left-------*/
.pl-0 { padding-left: 0px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pl-40 { padding-left: 40px; }
.pl-50 { padding-left: 50px; }
.pl-60 { padding-left: 60px; }
.pl-70 { padding-left: 70px; }
.pl-80 { padding-left: 80px; }
.pl-90 { padding-left: 90px; }
.pl-100 { padding-left: 100px; }
/*------Padding right-------*/
.pr-0 { padding-right: 0px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-30 { padding-right: 30px; }
.pr-40 { padding-right: 40px; }
.pr-50 { padding-right: 50px; }
.pr-60 { padding-right: 60px; }
.pr-70 { padding-right: 70px; }
.pr-80 { padding-right: 80px; }
.pr-90 { padding-right: 90px; }
.pr-100 { padding-right: 100px; }
/*------Padding Top-------*/
.pt-0 { padding-top: 0px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }
.pt-110 { padding-top: 110px; }
/*------Padding Bottom-------*/
.pb-0 { padding-bottom: 0px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-110 { padding-bottom: 110px; }
.pb-120 { padding-bottom: 120px; }
.pb-130 { padding-bottom: 130px; }
.block { display: block; }

/*Margin and Padding Style End*/

/*Loading CSS Start*/
.LoadingBg { background: #f1f1f1; width: 100%; height: 100%; position: fixed; top: 0px; z-index: 9999; opacity: .5; }
.cssload-box-loading { width: 50px; height: 50px; margin: auto; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999; }
    .cssload-box-loading:before { content: ''; width: 50px; height: 5px; background: #efc23c; opacity: 0.1; position: absolute; top: 59px; left: 0; border-radius: 50%; animation: shadow 0.5s linear infinite; -o-animation: shadow 0.5s linear infinite; -ms-animation: shadow 0.5s linear infinite; -webkit-animation: shadow 0.5s linear infinite; -moz-animation: shadow 0.5s linear infinite; }
    .cssload-box-loading:after { content: ''; width: 50px; height: 50px; background: #efc23c; position: absolute; top: 0; left: 0; border-radius: 3px; animation: cssload-animate 0.5s linear infinite; -o-animation: cssload-animate 0.5s linear infinite; -ms-animation: cssload-animate 0.5s linear infinite; -webkit-animation: cssload-animate 0.5s linear infinite; -moz-animation: cssload-animate 0.5s linear infinite; }



@keyframes cssload-animate {
    17% { border-bottom-right-radius: 3px; }
    25% { transform: translateY(9px) rotate(22.5deg); }
    50% { transform: translateY(18px) scale(1, 0.9) rotate(45deg); border-bottom-right-radius: 40px; }
    75% { transform: translateY(9px) rotate(67.5deg); }
    100% { transform: translateY(0) rotate(90deg); }
}

/*@-o-keyframes cssload-animate { 17%;
{ border-bottom-right-radius: 3px; }
25% { -o-transform: translateY(9px) rotate(22.5deg); }
50% { -o-transform: translateY(18px) scale(1, 0.9) rotate(45deg); border-bottom-right-radius: 40px; }
75% { -o-transform: translateY(9px) rotate(67.5deg); }
100% { -o-transform: translateY(0) rotate(90deg); }
}*/

@-ms-keyframes cssload-animate {
    17% { border-bottom-right-radius: 3px; }
    25% { -ms-transform: translateY(9px) rotate(22.5deg); }
    50% { -ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg); border-bottom-right-radius: 40px; }
    75% { -ms-transform: translateY(9px) rotate(67.5deg); }
    100% { -ms-transform: translateY(0) rotate(90deg); }
}

@-webkit-keyframes cssload-animate {
    17% { border-bottom-right-radius: 3px; }
    25% { -webkit-transform: translateY(9px) rotate(22.5deg); }
    50% { -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg); border-bottom-right-radius: 40px; }
    75% { -webkit-transform: translateY(9px) rotate(67.5deg); }
    100% { -webkit-transform: translateY(0) rotate(90deg); }
}

@-moz-keyframes cssload-animate {
    17% { border-bottom-right-radius: 3px; }
    25% { -moz-transform: translateY(9px) rotate(22.5deg); }
    50% { -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg); border-bottom-right-radius: 40px; }
    75% { -moz-transform: translateY(9px) rotate(67.5deg); }
    100% { -moz-transform: translateY(0) rotate(90deg); }
}

@keyframes shadow {
    0%, 100% { transform: scale(1, 1); }
    50% { transform: scale(1.2, 1); }
}

/*@-o-keyframes shadow { 0%, 100%;
{ -o-transform: scale(1, 1); }
50% { -o-transform: scale(1.2, 1); }
}*/

@-ms-keyframes shadow {
    0%, 100% { -ms-transform: scale(1, 1); }
    50% { -ms-transform: scale(1.2, 1); }
}

@-webkit-keyframes shadow {
    0%, 100% { -webkit-transform: scale(1, 1); }
    50% { -webkit-transform: scale(1.2, 1); }
}

@-moz-keyframes shadow {
    0%, 100% { -moz-transform: scale(1, 1); }
    50% { -moz-transform: scale(1.2, 1); }
}
/*Loading CSS End*/

.blink { display: none; text-align: center; font-size: 16px; color: red; padding-top: 1%; text-decoration: blink; -webkit-animation-name: blinker; -webkit-animation-duration: 0.9s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; -webkit-animation-direction: alternate; }
