@media only screen and (min-width: 1599px) {
	.tab-data .l10 {
		padding-left: 20px;
	}
}

@media screen and (min-device-width:1200px) and (max-device-width:1300px) {}

@media screen and (min-device-width:991px) and (max-device-width:1130px) and (orientation:landscape) {
	.payment-pg .page-tab-main{
		width: calc(100% - 25%);
	}
	.my-container {
		width: 100%;
	}
	.left-menu {
		background-color: #fff;
		position: fixed;
		min-width: 220px;
		width: calc(17% + 2%);
		z-index: 2;
	}
  ul.left-scroll-menu li a.active {
		color: #9E9E9E;
		font-weight: normal;
	}
  ul.left-scroll-menu li:last-child a.active {
		color: #333;
		font-weight: 600;
	}
  ul.left-scroll-menu li.active a {
    color: #333;
    font-weight: 600;
  }
	.page-tab-main ul.tabs {
		background-color: #fff;
		position: fixed;
		min-width: 220px;
		width: calc(17% + 2%);
		z-index: 2;
	}
	.tab-data .l10 {
		padding-left: 90px;
	}
	.itt-right {
		margin: 0 0 30px 0;
	}
  .col.l3 {
		width: 50% !important;
	}
  .col.m6.l6 {
    width: 100%;
  }
}

@media screen and (min-device-width:760px) and (max-device-width:1030px) and (orientation:portrait) {
	.payment-pg .page-tab-main {
    width: calc(100% - 20%);
	}
	.tab-anchors{
		max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    top: 69px;
    position: fixed;
    width: 100%;
    z-index: 2;
    padding: 0;
	}
	.tab-anchors .main-anchors {
	    width: 1083px;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    white-space: nowrap;
	    padding-bottom: 0;
	    position: static;
	    padding: 0;
	}
	header {
		z-index: 4;
	}
  /* .col.m6.l6 {
    width: 100%;
  } */
	.hide-on-med-and-down {
		display: block !important;
	}
	.nav-left {
		padding-left: 15px;
	}
	.my-container {
		width: 100%;
	}
	.page-tab-main ul.tabs:before {
		content: "";
		border-right: 2px solid #9e9e9e;
		border-bottom: 2px solid #9e9e9e;
		width: 9px;
		height: 9px;
		transform: rotate( 45deg) translate(0px, -50%);
		position: absolute;
		right: 16px;
		top: 15px;
	}
	.page-tab-main ul.tabs {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.page-tab-main ul.tabs li.activated {
		order: 0;
	}
	.page-tab-main .tabs:not(.expanded) li.tab a {
		border-bottom: 0;
	}
	.page-tab-main ul.tabs li:not(.activated) {
		display: none;
	}
	.page-tab-main .tabs.expanded li:not(.activated) {
		display: flex;
	}
	.page-tab-main ul.tabs li:nth-last-child(2) {
		margin-bottom: auto;
	}
	.ptm-ta .tabs li.indicator {
		display: none !important;
	}
	.ptm-ta {
		margin: 0 0 30px 0;
	}
	.page-tab-main .tabs.expanded:before {
		border-left: 2px solid #9e9e9e;
		border-top: 2px solid #9e9e9e;
		border-bottom: 0;
		border-right: 0;
		top: 20px;
	}
	.tab-data .l10 {
		padding-left: 15px;
	}
	.itt-right {
		margin: 0 0 20px 0;
	}
	.left-menu {
		border-radius: 0;
		z-index: 2;
		top: 117px;
		width: 100%;
		left: 0;
	}
	.left-scroll-menu li:first-child {
		display: block;
		border-bottom: 0;
		background: #fdcd41;
	}
	.left-menu ul li:first-child:before {
		content: "";
		border: solid #000;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		transform: translateX(0vw) rotate( 45deg);
		position: absolute;
		right: 15px;
		/* transition: 0.3s all linear; */
		top: 15px;
	}
	.left-menu ul li.open-fixed-slide:before {
		border-width: 2px 0 0 2px;
	}
	.left-scroll-menu li:not(:first-child) {
		display: none;
	}
	.main-top {
		margin-bottom: 10px;
		margin-top: 40px;
	}
	table.dataTable>tbody>tr.child ul.dtr-details>li {
		display: block;
		margin: auto;
		border-bottom: 1px solid #efefef;
	}
}

@media screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {
	.payment-pg .page-tab-main{
		width: calc(100% - 25%);
	}
	.left-scroll-menu li:not(:first-child) {
		display: block;
	}
	.left-menu {
		border-radius: 8px;
		z-index: 2;
		top: 117px;
		width: auto;
		min-width: 220px;
		left: auto;
	}
	.left-scroll-menu li:first-child {
		display: none;
	}
	.tab-data .l10 {
		padding-left: 90px;
	}
	.col.l3 {
		width: 50% !important;
	}
	.page-tab-main ul.tabs {
		width: 100%;
		display: block;
		flex-direction: unset;
		min-width: 220px;
	}
	.page-tab-main ul.tabs li.activated {
		order: unset;
	}
	.page-tab-main ul.tabs li:not(.activated) {
		display: block;
	}
	.page-tab-main ul.tabs:before {
		content: none;
	}
}

@media (max-width: 767px) {
	table.dataTable>tbody>tr.child ul.dtr-details>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #efefef;
	}
	.left-menu.sticky {
		position: fixed;
		top: 117px;
		width: 100%;
		z-index: 9;
		left: 0;
	}
	.my-container {
		width: 100%;
	}
	.main-top {
		flex-wrap: wrap;
	}
	.mt-left,
	.mt-right {
		width: 100%;
	}
	.mt-left h3 {
		font-size: 21px;
		margin: 15px 0;
	}
	.left-menu {
		width: 100%;
		left: 0;
	}
	.left-scroll-menu li:first-child {
		display: block;
		border-bottom: 0;
		background: #fdcd41;
	}
	.left-menu ul li:first-child:before {
		content: "";
		border: solid #000;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		transform: translateX(0vw) rotate( 45deg);
		position: absolute;
		right: 15px;
		/* transition: 0.3s all linear; */
		top: 15px;
	}
	.left-menu ul li.open-fixed-slide:before {
		border-width: 2px 0 0 2px;
	}
	.left-scroll-menu li:not(:first-child) {
		display: none;
	}
	.tab-anchors {
		max-width: 100%;
		overflow: hidden;
		overflow-x: auto;
		display: flex;
		top: 69px;
		position: fixed;
		width: 100%;
		z-index: 2;
		padding: 0;
	}
	.tab-anchors .tabs, .tab-anchors .main-anchors {
		width: 765px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		white-space: nowrap;
		padding-bottom: 0;
		position: static;
		padding: 0;
		/* overflow: hidden; */
	}
	.tab-anchors .main-anchors{
		width: 1083px;
	}
	.tab-anchors .main-anchors li a{
		padding: 0 12px;
}
	.tabs .indicator {
		display: none;
	}
	.tab-anchors .tabs li.tab a.active {
		color: #fdcd41;
		font-weight: 600;
		border-bottom: 3px solid;
	}
	.left-menu {
		border-radius: 0;
		z-index: 2;
		top: 117px;
	}
	.tab-data .l10 {
		padding: 0;
	}
	.main-top {
		margin-bottom: 30px;
		margin-top: 40px;
	}
	.sec-heading {
		margin: 0 0 15px 10px;
	}
	.nk-checkbox {
		align-items: center;
		height: 45px;
	}
	.page-tab-main ul.tabs {
		width: 100%;
		display: flex;
		flex-direction: column;
		border-radius: 0;
		border: 1px solid #dbd9d5;
	}
	.page-tab-main ul.tabs li.activated {
		order: 0;
	}
	.page-tab-main ul.tabs li {
		order: 1;
	}
	.page-tab-main ul.tabs li:not(.activated) {
		display: none;
	}
	.page-tab-main .tabs.expanded li:not(.activated) {
		display: flex;
	}
	.page-tab-main .tabs:not(.expanded) li.tab a {
		border-bottom: 0;
	}
	.page-tab-main ul.tabs li:nth-last-child(2) {
		margin-bottom: auto;
	}
	.ptm-ta {
	    margin: 0 0 20px 0;
	    width: calc(100% + 11%);
	    transform: translateX(-5%);
	}
	.ptm-ta .tabs li.indicator {
		display: none !important;
	}
	.common-inner-cont .main-top {
		margin: 0 0 25px 0;
	}
	.itt-right {
		flex-wrap: wrap;
		display: flex;
	}
	.itt-right .grey-btn {
		margin-bottom: 10px;
	}
	table.dataTable.no-footer {
		overflow: auto;
	}
	.page-tab-main ul.tabs:before {
		content: "";
		border-right: 2px solid #9e9e9e;
		border-bottom: 2px solid #9e9e9e;
		width: 9px;
		height: 9px;
		transform: rotate( 45deg) translate(0px, -50%);
		position: absolute;
		right: 16px;
		top: 15px;
	}
	.nav-left {
		padding-left: 10px;
	}
	.nav-left .search-group {
		display: none;
	}
	header .nav-wrapper {
		flex-wrap: wrap;
	}
	.hide-on-med-and-down {
		display: block !important;
	}
	table.dataTable>tbody>tr.child ul.dtr-details {
		width: 100%;
	}
	.nk-input-button {
		height: 50px;
	}
	td.dataTables_empty {
		visibility: visible;
		background: #fff;
		visibility: hidden;
		position: relative;
	}
	td.dataTables_empty div {
		font-size: 13px;
		font-weight: 600;
	}
  ul.imp-links{
    column-count: 1;
  }
	.nk-checkbox label span, [type="checkbox"]+span:not(.lever){
		font-size: 16px;
	}
	p.nk-checkbox.mt-20 {
    margin-top: 0;
}
label.nk-p{
	font-size: 15px;
}
.collection.uploaded-files .collection-item{
	padding: 10px 15px;
}
.upload-btns.green-button{
	margin-right: 10px;
}
.pledge-div{
	display: block;
}
.pledge-div label.nk-p {
margin-bottom: 10px;
}
.payment-pg .page-tab-main{
	width: 100%;
}
}
