table thead th {
    font-size: small;
    border-color: gray;
    background-color: #EE7310;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding: 6px 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
    text-transform: capitalize;
}
table tbody td {
    font-size: small;
    border-color: gray;
    vertical-align: middle;
    padding: 4px 4px 4px 4px;
    background: transparent;
    white-space: normal;
    word-spacing: normal;
    text-align: center;
}
.swal2-popup {
	font-size:15px !important;
}
.card {
	-webkit-box-shadow: -5px 10px 29px -22px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: -5px 10px 29px -22px rgba(0, 0, 0, 0.55);
	box-shadow: -5px 10px 29px -22px rgba(0, 0, 0, 0.55);
	border-radius: 5px;
	border: none;
	background: var(- -mainbackground);
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card .card-header h4 {
	line-height: 37px;
	font-size: 20px;
	text-transform: uppercase;
}

.card .card-body {
	padding: 15px;
}
.mt-2 {
	margin-top: 1%;
}
.mt-2 {
	margin-top: 2%;
}
.mb-2 {
	margin-bottom: 2%;
}
.mb-1 {
	margin-bottom: 1%;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
	color: white;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-center {
	justify-content: center;
}

.text-align {
	text-align: center;
}

.border, .theme-border {
	border-color: var(- -bordercolor) !important;
}

.p-3 {
	padding: 8px !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}
.view-more a{
	font-size:12px;
	color: #007bff;
    background-color: transparent;
}

/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
  padding: 0px 4.2rem;
  font-size: 12px;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline;
     zoom:1;
}
.nav-tabs, .nav-pills {
    text-align:center;
}
.text-muted {
	color: white;
}
.strength-count {
	background: #45ad45;
}
.moderate-count {
	background: #f1f10f;
}
.critical-count {
	background: red;
}
.strength-count span, .moderate-count span, .critical-count span {
	font-size:15px;
}
#sector-heading {
	font-size:24px;
	color: #f13e00;
	font-weight: 600;
}
#sectors-li{
	padding: 15px 0px;
	text-align: left;
}
#sectors-li>li.active>a, #sectors-li>li.active>a:focus, #sectors-li>li.active>a:hover {
	background: #f13e00;
	color:white;	
}
#sectors-li li{
	display: block;
}
#sectors-li li a{
	font-size: 12px;
	background: #fbf9f7;
	border-bottom: 1px dotted #f13e00;
	font-weight: inherit;
	color: #337ab7;
	box-shadow: none;
	border-radius: 4px;
}
.gaps-pane {
	overflow-x: auto;
}
.row-counts-boxes{
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 33%;
    justify-content: center;
    display: flex;
    padding: 0px 10px;
}
.row-counts-boxes>div{
	margin: 0 3;
	border-radius:4px;
}
.row-counts-boxes>div>span {
	padding: 0 10px;
}
.row-counts-boxes div h3 {
	margin-top:0px;
	font-size: 18px;
	margin-bottom:0px;
}
.gaps-chart-title{
	width: 80%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
}
.gaps-primary-schools, .gaps-primary-schools:hover, .gaps-middle-schools[disabled].focus, .gaps-middle-schools[disabled].hover {
	background: #337ab7;
	border: 1px solid #337ab7 !important;
}
.gaps-middle-schools, .gaps-middle-schools:hover, .gaps-middle-schools[disabled].focus, .gaps-middle-schools[disabled].hover {
	background: #45ad45;
	border: 1px solid #45ad45 !important;
}
.gaps-high-schools, .gaps-high-schools:hover, .gaps-middle-schools[disabled].focus, .gaps-middle-schools[disabled].hover {
	background: #f5a623;
	border: 1px solid #f5a623 !important;
}
.gaps-ssc-schools,.gaps-ssc-schools:hover, .gaps-middle-schools[disabled].focus, .gaps-middle-schools[disabled].hover {
	background: #765be6;
	border: 1px solid #765be6;
}
.gaps-degree-college,.gaps-degree-college:hover, .gaps-middle-schools[disabled].focus, .gaps-middle-schools[disabled].hover {
	background: #337ab7 !important;
	border: 1px solid #337ab7 !important;
}
.cursor-pointer{
	cursor: pointer;	
}
.modal .modal-body{
	padding: 0px 15px;
}
.modal .modal-count-row div h3{
	font-size: 15px;
	color: black;
	margin-top:0px;	
	margin-bottom:0px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	float: none !important;
	font-size:13px;
}
.ui-widget input{
	height: 20px !important;
}
.modal .dt-buttons button {
	font-size: 10px;
    height: 25px;
}
.modal .distance-count-table{
	border: 1px solid #ddd;
	width: 100%;
}
.modal .distance-count-table th{
	background: #8a8585;
    padding: 2px 0px;
    font-size: 13px;
    border: 1px solid #ddd;
}
table.gaps-category-count {
	width: 75%;margin:0px auto;
}
table.gaps-category-count th, table.gaps-category-count tr{
	color: black;
	font-weight: 100;
	border: 1px solid white;
} 
.selectedLocation {
	padding-left: 45px; text-align: left; font-weight: bold; font-size: 12px; color: #CB3E74;text-align:center;
}
.tabs-category {
	background: #383332;
}
.tabs-category li a {
	color:#FFF !important;
	padding: 10px 14px !important;
}
.tabs-category>li.active>a, .tabs-category>li.active>a:focus, .tabs-category>li.active>a:hover {
	background: #f13e00 !important;
}
.tabs-category > li.open, .tabs-category > li:hover {
}

table thead th {
	padding: 2px 0px;
}
/* Color Codes */
.color1{
	background: #f5334f;
}
.color2{
	background: #f5a623;
}
.color3{
	background: #26c2f7;
}
.color4{
	background: #765be6;
}
.color5{
	background: #a9251e;
}
.color6{
	background: #6c757d;
}
.color7{
	background: #563d7c;
}
.color8{
	background: #ba34ab;
}
.color9{
	background: #878660;
}
.color10 {
	background: #1e6945;
}
.color11 {
	background: #bfa299;
}
.color12 {
	background: #a5cc99;
}
.color13 {
	background: #c3bb7f;
}
.color14 {
	background: #ec8b6e;
}
button.color1,button.color2,button.color3,button.color4,button.color5,button.color6,button.color7,button.color8,button.color9,button.color10,button.color11,button.color12,button.color13,button.color14{
	color: white !important;
	padding: 2px 10px;
}
.total-villages {
	background: #ddd;
}
.improvement-comparison-title {
	background: #a9c98f;width: 45%;margin: 0px auto;padding: 5px 0px;border-radius: 3px;
}
.view-detailed-performance-parameter {
	font-size:15px;
	color: yellow;
	animation: blinker 1s linear infinite;
}
.view-gaps-logic{
    font-size: 14px;
    font-weight: 600;
    margin: 0px auto;
    animation: blinker 1s linear infinite;   
}
.view-gaps-logic a{
	color:#f13e00	
}
@keyframes blinker {  
  50% { opacity: 0; }
}
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#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: #3498db;
	-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: #e74c3c;
	-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: #f9c922;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@
-webkit-keyframes spin { 0% {
	-webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(0deg); /* IE 9 */
	transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
}

100%
{
-webkit-transform
:
 
rotate
(360deg);

       
-ms-transform
:
 
rotate
(360deg); /* IE 9 */

       
transform
:
 
rotate
(360deg); /* Firefox 16+, IE 10+, Opera */

    
}
}
@
keyframes spin { 0% {
	-webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: rotate(0deg); /* IE 9 */
	transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
}

100%
{
-webkit-transform
:
 
rotate
(360deg); /* Chrome, Opera 15+, Safari 3.1+ */

       
-ms-transform
:
 
rotate
(360deg); /* IE 9 */

       
transform
:
 
rotate
(360deg); /* Firefox 16+, IE 10+, Opera */

    
}
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.6);
	z-index: 1000;
	-webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0); /* IE 9 */
	transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	/* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(-100%); /* IE 9 */
	transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s
		cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%); /* IE 9 */
	transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s
		cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%); /* IE 9 */
	transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
}
/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}
.no-js h1 {
	color: #222222;
}
.pricing {
    position: relative;
    margin: 20px 0px 0px 0px;
    border: 3px solid #eee;
    cursor:pointer;
}
.pricing-head {
    text-align: center;
}
.pricing-head h3 {
    font-weight: 600;
    color: #ff3300;
    padding: 8px 0;
    font-size: 12px;
    height: 30px;
    border-bottom: solid 1px #41b91c;
    margin: 0px;
    background: #fbf9f7;
    text-decoration: underline;
}
.pricing-head-image {
    color: #bac39f;
    width: 100%;
    height: 100PX;
    font-weight: 300;
    background: #fbfef2;
    border-bottom: solid 1px #f5f9e7;
}
.pricing-head-image img {
    width: 100%;
    height: 100PX;
    margin: auto;
}
.box14 {
	width:100%;
	height:82px
}
.box14 td {
	font-size: 17px !important;
}
.box14 td, .box14 th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px 2px;
    color: #f13e00;
    height: auto;
    text-transform: uppercase;
    font-size: 11px;
}
.box14 th {
    background: #fbf9f7;
    white-space: inherit;
    color: #333;
    font-weight: 500;
    width: 50%;
}
.user-rank {
	text-align:center;
}
.user-rank-count {
	display: grid;
    font-size: 45px;
    color: #f13e00;
}
.user-rank-count i {
	color: black;
}
.rank-text {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}
.marquee-for-training {
    width: 100%;
    color: #a81616;
    font-weight: bold;
    vertical-align: middle;
    font-size: 14px;
    text-transform:uppercase;
}
.survey-status-counts {
	text-decoration: underline;
	cursor: pointer;
}
.generalSelect{
    border:none;
    background: #fbf9f7;
    font-weight:600;
}
.disable-sector {
	display: none !important; 
}
.sagySelect {
	border : 2px solid #3daf2c !important;
	background: #f9fff7 !important;
}
.sagy-dark-color {
	color: #3daf2c !important; 
}
.sagy-light-color {
	background: #f9fff7 !important;	 
}
#sectors-li>li>a.sagy-light-color {
	border-bottom : 1px dotted #4FD434 !important;
}
#sectors-li>li.active>a.sagy-dark-bg-color, #sectors-li>li.active>a.sagy-dark-bg-color:focus, #sectors-li>li.active>a.sagy-dark-bg-color:hover {
	background: #3daf2c !important;
}

.badpSelect {
	border : 2px solid #0079c1 !important;
	background: #edf6fc !important;
}
.badp-dark-color {
	color: #0079c1 !important; 
}
.badp-light-color {
	background: #edf6fc !important;	 
}
#sectors-li>li>a.badp-light-color {
	border-bottom : 1px dotted #387599 !important;
}
#sectors-li>li.active>a.badp-dark-bg-color, #sectors-li>li.active>a.badp-dark-bg-color:focus, #sectors-li>li.active>a.badp-dark-bg-color:hover {
	background: #0079c1 !important;
}


.aspSelect {
	border : 2px solid #c00000 !important;
	background: #ffeded !important;
}
.asp-dark-color {
	color: #c00000 !important; 
}
.asp-light-color {
	background: #ffeded !important;	 
}
#sectors-li>li>a.asp-light-color {
	border-bottom : 1px dotted #b61010 !important;
}
#sectors-li>li.active>a.asp-dark-bg-color, #sectors-li>li.active>a.asp-dark-bg-color:focus, #sectors-li>li.active>a.asp-dark-bg-color:hover {
	background: #c00000 !important;
}

.rurbanSelect {
	border : 2px solid #ed00f1 !important;
	background: #fff1ff !important;
}
.rurban-dark-color {
	color: #ed00f1 !important; 
}
.rurban-light-color {
	background: #fff1ff !important;	 
}
#sectors-li>li>a.rurban-light-color {
	border-bottom : 1px dotted #b706ba !important;
}
#sectors-li>li.active>a.rurban-dark-bg-color, #sectors-li>li.active>a.rurban-dark-bg-color:focus, #sectors-li>li.active>a.rurban-dark-bg-color:hover {
	background: #ed00f1 !important;
}
/*14-9-2021-new-code*/
.nav {
    background-color: #f5f5f5;
    padding: 10px;
}
.nav .active{
	background:#e63c2c !important;
	    color: #FFF !important;
    padding: 0px !important;

}
 .menu>ul {
    margin: 0 0rem;
    width: 100%;
    list-style: none;
    padding: 7px 10rem;
    position: relative;
    box-sizing: border-box;
    clear: right;
} 
 .bg-main-navbar:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2.3%;
    background: #00a21a;
    width: 82px;
    height: 40px;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    z-index: 0;
} 
 .topbar1 {
    display: block;
    color: #969ba0;
    width: 20%;
    height: 40px;
    background: none;
    position: absolute;
    z-index: 999;
}
.topbar1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 9%;
    background: #00a21a;
    width: 60px;
    height: 40px;
    -webkit-transform: skew(
-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    z-index: 0;
} 

.latest-add-btn {
	width: 100%;
	height: 40px;
	margin: 0 2.8rem;
	background: #000;
}

.latest-add-btn p {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	color: #fff !important;
	line-height: 40px;
	font-family: sans-serif;
}

.latest-add-btn p a {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	color: #fff !important;
	letter-spacing: 2px;
	line-height: 40px;
}
 .head-email-contact {
    width: 100%;
    height: 40px;
    padding: 3px 2px;
    right: 0;
    left: 32rem;
    margin: auto;
    z-index: 9;
    position: absolute;
    background: linear-gradient(to left, #00a21a 0%, #ffffff 100%);
    background: linear-gradient(to right, #e65300 0%, #f7c727 100%);
} 
 .topbar {
    display: block;
    color: #969ba0;
    width: 100%;
    height: 40px;
    margin-left: 27rem;
    background: #e65300;
    position: absolute;
    z-index: 99;
    border-bottom-right-radius: 91px;
} 
 .head-email-contact {
    width: 411px;
    height: 40px;
    padding: 3px 2px;
    right: 0;
    left: 24rem;
    margin: auto;
    z-index: 9;
    position: absolute;
    background: linear-gradient(to left, #00a21a 0%, #ffffff 100%);/* 
    background: linear-gradient(to right, #e65300 0%, #f7c727 100%); */
} 
.menu>ul>li a {
    text-decoration: none;
    padding: 0px 11px;
    display: block;
    font-size: 14px;
    height: 26px;
    color: #fff !important;
    font-family: sans-serif;
}
#sectors-li {
    padding: 0px 0px;
    text-align: left;
}
.nav li a {
    padding: 8px 0px;
    width:auto;
    border: none !important;
}
#sectors-li li {
    display: flex;
    justify-content: center;
}
#sectors-li li a {
    font-size: 12px;
    background: #fbf9f7;
    border-bottom: 1px dotted #f13e00 !important;
    font-weight: inherit;
    color: #337ab7;
    box-shadow: none;
    border-radius: 4px;
    margin: 0;
    padding: 8px 8px;
    width: 100%;
}
.tab-content > .active {
    display: block;
    padding: 2px 0%;
    height: auto;
}
.box14 th {
    background: #fbf9f7;
    white-space: inherit;
    color: #333;
    font-weight: 500;
    width:50%;
}
.box14 td, .box14 th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px 2px;
    height: auto;
    text-transform: uppercase;
    font-size: 10px;
}
.card .card-body {
    padding: 0px;
}
.form-control{
	padding: 6px 0px;
	box-shadow:none !important;
	-webkit-box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
 .nav {
    margin: 0;
    padding: 0;
}
.menu {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: -3.9rem;
    left: 12rem;
}
.main-navigation-top {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
}
.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #f5f5f5;
    padding: 2px 6px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 39px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
 .pies-row{
	display:block;
	margin-top:2rem;
} 
.pie_progress {
    position: relative;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 120px;
    margin:auto;
}
.main-prelogin-section{
	width:100%;
	height:auto;
	margin:auto;
}
/*14-9-2021-new-code*/
/*mega-menu*/
.menu {
	width: 100%;
	position: absolute;
	z-index: 99;
	top: -3.6rem;
	left:0;
	right:0;
}

.menu h2 {
	font-size: 16px;
	color: #fff;
	padding: 10px 0px;
	text-align: left;
	text-transform: uppercase;
	width: 50%;
	line-height: 40px;
}

.menu-container {
	margin: 0 auto;
	background: #C9AE69;
}

.menu-mobile {
	display: none;
	padding: 20px;
}

.menu-mobile:after {
	/* content: url("../images/mobile-bar.png"); */
	font-family: "Ionicons";
	font-size: 2.5rem;
	padding: 0;
	position: relative;
	top: 50%;
	/*    -webkit-transform: translateY(-25%);*/
	transform: translateY(-25%);
}

.menu-dropdown-icon:before {
	content: url("../images/drop-arrow.png");
	font-family: "Ionicons";
	display: none;
	cursor: pointer;
	float: right;
	opacity: 0;
	padding: 1.5em 2em;
	color: #333;
}

.menu>ul {
	margin: auto 13rem;
    width: 100%; 
    list-style: none;
    right: 0rem;
    padding: 7px 84px;
	position: relative;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
	clear: right;
}

.menu>ul:before, .menu>ul:after {
	content: "";
	display: table;
}

.menu>ul:after {
	clear: both;
}

.menu>ul>li {
	float: left;
	padding: 0;
	margin: 0;
}

.menu>ul>li a {
	text-decoration: none;
	padding: 0px 14px;
	display: block;
	font-size: 14px;
	height: 26px;
	color: #fff !important;
	font-family: sans-serif;
}

.menu>ul>li:hover {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border:none !important;
	min-height: 26px;
	color: #fff;
	/*background: linear-gradient(to right, #e65300 0%, #f7c727 100%);*/
}

.menu>ul>li>ul {
	display: none;
	width: 100%;
	background: #f5f5f5;
	padding: 2px 6px;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 3.6rem !important;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}

.menu>ul>li>ul:before, .menu>ul>li>ul:after {
	content: "";
	display: table;
}

.menu>ul>li>ul:after {
	clear: both;
}

.menu>ul>li>ul>li {
	margin: 2px;
	padding-bottom: 0;
	list-style: none;
	width: 32.5%;
	background: none;
	float: left;
}

.menu>ul>li>ul>li a {
	color: #1a2041;
	padding: 0px 0px;
	width: 100%;
	display: block;
	border-bottom: 1px solid rgba(237, 142, 19, 0.24);
}

.menu>ul>li>ul>li a:hover {
	color: #1a2041;
}

.menu>ul>li>ul>li>ul {
	display: block;
	padding: 0;
	margin: 0px 0 0;
	list-style: none;
	box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before, .menu>ul>li>ul>li>ul:after {
	content: "";
	display: table;
}

.menu>ul>li>ul>li>ul:after {
	clear: both;
}

.menu>ul>li>ul>li>ul>li {
	float: left;
	width: 100%;
	padding: 4px 10px;
	margin: 0;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
}

.menu>ul>li>ul>li>ul>li a {
	border: 0;
	font-size: 12px;
}

.menu>ul>li>ul.normal-sub {
	width:auto;
	min-width:25%;
	max-width:32%;
	left: auto;
	padding: 6px 15px;
}

.menu>ul>li>ul.normal-sub>li {
	width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
	border: 0;
	width: 100%;
	padding: 2px 0px;
	border-bottom: 1px dotted #ccc;
	font-size: 12px;
	color: #000 !important;
}
.menu>ul>li>ul.normal-sub>li:HOVER{
	background:#ccc;
	cursor: pointer;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1920px) {
	.menu h2 {
		display: none;
	}
}
/*@media only screen and (max-width: 969px) {
    .menu h2 {
        display: contents;
    }
}*/
@media only screen and (max-width: 959px) {
	.menu h2 {
		display: contents;
	}
	.menu h2 {
		display: contents;
	}
	.menu-container {
		width: 100%;
	}
	.menu-container .menu {
		display: inline-block;
	}
	.menu-mobile {
		display: block;
		float: right;
		padding: 9px 0;
	}
	.menu-dropdown-icon:before {
		display: block;
	}
	.menu>ul {
		display: none;
		width: 100%;
	}
	.menu>ul>li {
		width: 100%;
		float: none;
		display: block;
		background: rgba(0,0,0,0.6);
		min-height: 26px;
	}
	.menu>ul>li a {
		padding:5;
		width: 100%;
		display: block;
	}
	.menu>ul>li>ul {
		position: relative;
		padding: 0 40px;
	}
	.menu>ul>li>ul.normal-sub {
		width: 100%;
	}
	.menu>ul>li>ul>li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.menu>ul>li>ul>li:first-child {
		margin: 0;
	}
	.menu>ul>li>ul>li>ul {
		position: relative;
	}
	.menu>ul>li>ul>li>ul>li {
		float: none;
	}
	.menu .show-on-mobile {
		display: block;
		left: 0 !important;
		right: 0 !important;
	}
}
.accordion-wrapper table tbody td {
    font-size: small;
    border-color: gray;
    vertical-align: middle;
    padding: 4px 4px 4px 4px;
    background: transparent;
    white-space: normal;
    word-spacing: normal;
    text-align: justify;
}
.accordion-wrapper {
    border-radius: 8px;
    overflow-x: scroll;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
	width: auto !important;
    max-width: 100% !important;
    margin-left: -37rem !important;
    margin: 0 auto;
    height: auto;
    min-width: 1240px;
    right:0;
    margin-top: -8px;
    background-color: #f5f5f5;
}
.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: -7px;
}
.accordion:last-child{
    margin-bottom: 0;
}
.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 8px;
    background: #fff;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    font-size: 12px;
}
.accordion-label:hover {
    background: #ee7310;
    color: #fff;
}
.accordion-label::after {
    content: "\276F";
    width: 10px;
    height: 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4,57,94,1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content p{
    margin: 0;
    color: rgba(4,57,94,.7);
    font-size: 18px;
}
.accordion input:checked + .accordion-label {
    background: #ee7310;
    color: #fff;
}
.accordion input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 5px;
    min-width: 1230px;
    left: 0rem;
    right: 0rem;
    width: 100%;
}
.accordion thead, tbody, tfoot, tr, td, th a {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 12px;
}
.accordion tr:nth-child(even){
	background-color: #f5f5f5;
}
.accordion  thead, tbody, tfoot, tr, td, th{
border:none;
}
/* @media(max-width: 823px) {
    .accordion-wrapper{
      width: 100%;
    }

.accordion  thead, tbody, tfoot, tr, td, th a {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    justify-content: center;
    font-size: 9px;
}
.accordion input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 10px;
}
  }
@media(max-width: 812px) {
    .accordion-wrapper{
      width: 100%;
    }

.accordion thead, tbody, tfoot, tr, td, th a {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    justify-content: center;
    font-size: 9px;
}
.accordion input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 10px;
}
  }
@media(max-width: 731px) {
    .accordion-wrapper{
      width: 100%;
    }

.accordion thead, tbody, tfoot, tr, td, th a {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    justify-content: center;
    font-size: 9px;
}
.accordion input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 10px;
}
  }
 
@media(max-width: 720px) {
    .accordion-wrapper{
      width: 100%;
    }
 .accordion thead, tbody, tfoot, tr, td, th a {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    justify-content: center;
    font-size: 9px;
}
.accordion input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 10px;
}
 }
@media(max-width: 414px) {
    .accordion-wrapper{
      width: 100%;
    }
}*/
@media(max-width: 414px) {
    .accordion-wrapper{
      border-radius: 8px;
    overflow-x: scroll;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 50%);
    width: 100% !important;
    min-width: 100% !important;
    margin-left:0 !important;
    margin: 0 auto;
    height: auto;
    right: 0;
    margin-top: -8px;
    background-color: #f5f5f5;
} 
.menu>ul>li>ul.normal-sub {
    width: auto;
    min-width: 65%;
    left: auto;
    padding: 6px 6px !important;
}
.accordion input{
	display: none;
}
.menu .show-on-mobile{
	left: 0 !important;
	right: 0 !important;
}
  } 
@media(max-width: 412px) {
    .accordion-wrapper{
      border-radius: 8px;
    overflow-x: scroll;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 50%);
    width: 100% !important;
    min-width: 100% !important;
    margin-left:0 !important;
    margin: 0 auto;
    height: auto;
    right: 0;
    margin-top: -8px;
    background-color: #f5f5f5;
} 
.menu>ul>li>ul.normal-sub {
    width: auto;
    min-width: 65%;
    left: auto;
    padding: 6px 6px !important;
}
.accordion input{
	display: none;
}
.menu .show-on-mobile{
	left: 0 !important;
	right: 0 !important;
}
  } 
@media(max-width: 411px) {
    .accordion-wrapper{
      border-radius: 8px;
    overflow-x: scroll;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 50%);
    width: 100% !important;
    min-width: 100% !important;
    margin-left:0 !important;
    margin: 0 auto;
    height: auto;
    right: 0;
    margin-top: -8px;
    background-color: #f5f5f5;
} 
.menu>ul>li>ul.normal-sub {
    width: auto;
    min-width: 65%;
    left: auto;
    padding: 6px 6px !important;
}
.accordion input{
	display: none;
}
.menu .show-on-mobile{
	
	margin: 0;
    left: 0 !important;
    padding: 0;
    right: 0 !important;
}
/* 21-9-21 */
.main-navigation-sec,.container-fluid{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

  } 
  @media(max-width: 375px) {
    .accordion-wrapper{
      border-radius: 8px;
    overflow-x: scroll;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 50%);
    width: 100% !important;
    min-width: 100% !important;
    margin-left:0 !important;
    margin: 0 auto;
    height: auto;
    right: 0;
    margin-top: -8px;
    background-color: #f5f5f5;
} 
.menu>ul>li>ul.normal-sub {
    width: auto;
    min-width: 65%;
    left: auto;
    padding: 6px 6px !important;
}
.accordion input{
	display: none;
}
.menu .show-on-mobile{
	left: 0 !important;
	right: 0 !important;
}
}
 @media(max-width: 360px) {
    .accordion-wrapper{
      border-radius: 8px;
    overflow-x: scroll;
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 50%);
    width: 100% !important;
    min-width: 100% !important;
    margin-left:0 !important;
    margin: 0 auto;
    height: auto;
    right: 0;
    margin-top: -8px;
    background-color: #f5f5f5;
} 
.menu>ul>li>ul.normal-sub {
    width: auto;
    min-width: 65%;
    left: auto;
    padding: 6px 6px !important;
}
.accordion input{
	display: none;
}
.menu .show-on-mobile{
	left: 0 !important;
	right: 0 !important;
}
}