@media screen and (max-width:1600px) {
	.tbl-responsive {
		overflow: auto;
	}

	.login_box {
		padding: 30px 6%;
	}

	.logpage_frm>h2 {
		font-size: 26px;
		margin-bottom: 40px;
	}

	.lfrm_control>input {
		height: 50px;
	}

	.lusr:after,
	.lpass:after,
	.lmail:after {
		bottom: 10px;
	}

	.lfrm-actrow {
		margin-top: 40px;
	}
}

@media screen and (max-width:1366px) {
	.inn_container {
		width: 94%;
		margin: 0px calc((100% - 94%) / 2);
	}
}

@media screen and (max-width:1250px) {
	.main_ttl>h3 {
		font-size: 25px;
		line-height: 30px;
	}

	.ae_innbox {
		padding: 30px 0px;
	}
}

@media screen and (max-width:1024px) {
	.umlp_sritm {
		width: calc(50% - 10px);
		margin: 0px 20px 20px 0px;
	}

	.umlp_sritm:nth-child(even) {
		margin-right: 0px;
	}

	.umrt_itm {
		width: 80%;
	}

	.umrt_box.aroll>.umrt_itm {
		width: 80%;
	}

	.umrt_box.roll_mng>.umrt_itm {
		width: 100%;
	}
}

@media screen and (max-width:1023px) {
	.sremod_content {
		width: 75%;
	}

	/*--- start toggle navigation ---*/
	.side-box-close-btn {
		display: block;
		text-align: left;
		font-size: 20px;
	}

	.side-box-close-btn>i {
		float: right;
		padding-top: 3px;
	}

	.hl_logo {
		width: 150px;
	}

	.res-menu-icon-box {
		display: inline-block;
		position: absolute;
		right: 30px;
		top: calc((100% - 35px) / 2);
	}

	.hr_navlist {
		width: 100%;
	}

	.hr_navlist>li {
		display: block;
		margin-bottom: 0px;
		width: 100%;
		margin-right: 0px;
		padding: 10px 15px;
		border-bottom: 1px solid #ddd;
	}

	.hr_navlist>li>a {
		font-size: 16px;
	}

	.hr_navigation {
		width: 290px;
		width: 280px;
		height: 100%;
		padding-top: 0px;
		position: fixed;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 100;
		transform: translate3d(280px, 0px, 0px);
		-ms-transform: translate3d(280px, 0px, 0px);
		-webkit-transform: translate3d(280px, 0px, 0px);
		-moz-transform: translate3d(280px, 0px, 0px);
		-o-transform: translate3d(280px, 0px, 0px);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
		-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
		-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
		-moz-transition: all 0.3s cubic-bezier(0.5, 0.3, 0.47, 0.81);
		-o-transition: all 0.3s cubic-bezier(0.5, 0.3, 0.47, 0.81);
		-webkit-transition: all 0.3s cubic-bezier(0.5, 0.3, 0.47, 0.81);
		transition: all 0.3s cubic-bezier(0.5, 0.3, 0.47, 0.81);
	}

	.hr_navigation.res_navigation {
		transform: translate3d(0px, 0px, 0px);
		-ms-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate3d(0px, 0px, 0px);
	}

	.portContent {
		float: left;
	}

	.portImage {
		float: left;
		width: 250px;
	}

	/*--- end toggle navigation ---*/
	.form-control,
	.smgbtn {
		height: 40px;
	}

	.head_litem>button {
		padding: 6px 30px 6px 12px;
	}

	.csrch_box>.btn {
		padding: 7px 12px;
	}

	.input-group.date>.input-group-addon {
		padding: 7px;
	}

	.def_btn {
		line-height: 34px;
	}

	.lfrm_control>input {
		padding: 0 7px 0 46px;
	}

	.lusr:after,
	.lpass:after,
	.lmail:after {
		left: 12px;
	}

	.faq_page {
		padding: 0px;
	}

	.faq_head {
		font-size: 17px;
		padding: 15px;
	}

	.faq_desc>p {
		padding: 15px;
	}

	.mtsp_psize,
	.mtsp_recbox {
		align-items: flex-start;
		flex-direction: column;
	}

	.mtsp_psize>select {
		margin: 5px 0px 0px 0px;
	}

	.mtsp_recbox>p {
		margin-top: 10px;
	}

	.mtsp_pgebox {
		align-items: flex-start;
	}

	.head_acts>ul>li:not(:last-child) {
		margin-right: 10px;
	}

	.umlp_srsec>h5 {
		font-size: 18px;
	}

	.sremod_header>h3 {
		font-size: 20px;
	}

	.faq_ilink {
		padding: 10px;
	}

	.faq_ilink>h5 {
		font-size: 17px;
		line-height: 20px;
	}
}

@media screen and (max-width:1000px) {

	.umrt_box,
	.umrt_box.roll_mng {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 15px;
	}
}

@media screen and (max-width:1069px) {
	.regcmt_box>a {
		width: calc(23% - 5px);
	}

	.loginsquarbox_bg {
		background-size: 19%;
	}

	.loginsec_bg {
		background-size: 35%;
	}
}

@media screen and (max-width:768px) {
	.login_box {
		width: 94%;
	}

	.trslogo {
		position: relative;
		left: 0px;
		top: -29px;
		/* display: inline-block; */
		width: 100px;
	}

	.trslogo img {
		width: 100px;
	}

	.logpage_frm>h2 {
		margin-top: 0;
	}

	.remdiv {
		padding-left: 10px;
	}

	.sqqlogo {
		margin-right: 0;
	}
}

@media screen and (max-width:900px) {
	.umrt_box.edrole_row {
		flex-direction: column;
	}
}

@media screen and (max-width:767px) {
	/* .srfc_control>.text-danger {
		bottom: auto;
	} */

	.sremod_content {
		width: 86%;
	}

	.logpage_frm>h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.lfrm_control {
		margin-bottom: 40px;
	}

	.lfrm_control>.text-danger {
		bottom: auto;
	}

	.lfrm_control>input {
		height: 38px;
	}

	.lusr:after,
	.lpass:after,
	.lmail:after {
		bottom: 8px;
		font-size: 15px;
	}

	.lfrm-actrow>button {
		padding: 8px 10px;
	}

	.login_box {
		padding: 18px 4%;
	}

	.faq_head {
		font-size: 16px;
		padding: 10px;
	}

	.faq_head>h4 {
		font-size: 16px;
	}

	.faq_head:after {
		top: 9px;
	}

	.faq_desc>p {
		padding: 12px;
		font-size: 15px;
	}

	.mtsp_btmpart {
		flex-direction: column;
	}

	.mtsp_pgebox {
		flex-direction: column;
		align-items: center;
	}

	.mtsp_recbox>label {
		margin-right: 0;
	}

	.mtsp_psize,
	.mtsp_recbox {
		align-items: center;
		flex-direction: column;
		margin-left: 0px;
	}

	.pagination {
		justify-content: center;
	}

	.mtsp_psize>select {
		margin: 5px 0px 0px 0px;
	}

	.mtsp_recbox>p {
		margin-top: 8px;
	}

	.mtsp_recbox {
		margin-top: 10px;
	}

	.ae_crmtsec>.inn_container {
		display: flex;
		flex-direction: column;
	}

	.ae_crmtsec .main_ttl {
		margin-bottom: 2px;
	}

	.main_ttl>h4 {
		font-size: 22px;
	}

	.head_links {
		margin-bottom: 20px;
	}

	.sremod_body {
		padding: 15px;
	}

	.umrt_box.roll_mng>.umrt_itm {
		flex-direction: column;
	}

	.umrt_box.roll_mng>.umrt_itm>a {
		margin-top: 10px;
	}

	.umacts {
		flex-direction: column;
		align-items: center;
	}

	.umacts>div>button,
	.umacts>div>a {
		width: 230px;
	}

	.umacts>.head_litem:not(:last-child) {
		margin: 0px 0px 10px 0px;
	}

	.umrt_box.aroll>.umrt_itm {
		width: 100%;
	}

	.umrt_itm.edrole_row>.eroll_linkbtn>.edlink>a {
		height: 34px;
	}

	.def_btn {
		height: 34px;
	}

	.eroll_linkbtn {
		margin-top: 10px;
		flex-direction: column;
	}

	.umrt_itm.edrole_row>.eroll_linkbtn>.edlink {
		margin: 0px 15px 11px 0px;
		text-align: center;
	}

	.umrt_itm.edrole_row form {
		margin-bottom: 20px;
		width: 100%;
	}

	.umrt_box.aroll .umrt_btn {
		margin-top: 24px;
	}

	.umrt_box.aroll>.umrt_itm {
		flex-direction: column;
	}
}

@media screen and (max-width:700px) {
	.main_ttl>h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.umrt_box.edrole_row {
		flex-direction: column;
		align-items: center;
	}

	.umrt_itm.edrole_row {
		align-items: center;
	}

	.umrt_itm.edrole_row {
		padding-left: 0px;
		flex-direction: column;
	}

	.umrt_itm.edrole_row>.edlink {
		margin: 0px 6px;
	}

	.umrt_itm.edrole_row>.rlname {
		font-size: 15px;
	}

	.umrt_itm.edrole_row>.edlink>a {
		width: 88px;
	}

	.umrt_box.roll_mng>div>.umrt_inputbox {
		flex-direction: column;
		margin: 10px 0px;
	}

	.umrt_box.roll_mng>div>.umrt_inputbox>.umrt_input {
		margin: 0px 0px 10px 0px;
	}
}

@media screen and (max-width:650px) {
	.umtp_act {
		flex-direction: column;
	}

	.umacts {
		flex-direction: column;
		align-items: center;
	}

	.umacts>.head_litem:nth-child(1) {
		margin: 0px 0px 10px 0px;
	}

	.umtp_act>.main_ttl {
		margin-bottom: 8px;
	}

	.umrt_itm {
		width: 100%;
		flex-direction: column;
	}

	.umrt_input {
		width: 100%;
		margin: 0px 0px 10px 0px
	}

	.faq_itlist {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.faq_ilink {
		width: 50%;
		border-bottom: 1px solid #ddd;
		height: 50px;
	}

	.umrt_box>label {
		margin-bottom: 6px;
	}
}

@media screen and (max-width:601px) {
	.ngx-pagination.responsive .small-screen {
		display: none !important;
	}

	.ngx-pagination.responsive li:not(.small-screen):not(.pagination-previous):not(.pagination-next) {
		display: inline-flex !important;
	}
}

@media screen and (max-width:510px) {
	form.sremod_frm .text-danger {
		width: 100%;
		top: 100%;
		margin-top: 2px;
	}

}

@media screen and (max-width:500px) {

	.sremod_header>h3 {
		font-size: 18px;
	}

	.sremod_header>.close {
		line-height: 20px;
	}

	.trslogo img {
		width: 80px;
	}

	.logpage_frm>h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.cpas_btns.cusrow button.def_btn {
		display: inherit !important;
	}

	.def_btn,
	.lfrm_control>input {
		font-size: 14px;
	}

	.lfrm_control>.text-danger {
		margin-top: 0;
	}

	.umlp_sritm,
	.umlp_sritm:nth-child(4n + 4) {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}

	.umact_cont {
		flex-direction: column;
		align-items: flex-start;
	}

	.umact_cont>label {
		padding: 0px 0px 6px 0px;
	}

	.umact_selcont {
		width: 100%;
	}

	.umact_cont>.umact_selcont>select {
		width: calc(100% - 60px);
		margin: 0px 10px 0px 0px;
	}
}

@media screen and (max-width:440px) {
	.mtsp_recbox {
		margin: 10px 0px 0px 0px;
	}

	.pagination {
		margin-bottom: 0px;
	}

	.head_acts {
		margin-right: 12px;
	}

	.head_acts>ul>li:nth-child(1) {
		width: 100%;
		margin: 0px 0px 0px 0px;
		text-align: right;
	}

	.head_acts>ul {
		text-align: right;
	}

	.head_acts>ul>li {
		float: none;
	}

	.head_acts>ul>li:not(:last-child) {
		margin-right: 6px;
	}

	.head-logo>a>img {
		width: 85%;
	}

	.head_acts>ul>li>a,
	.head_acts>ul>li>p {
		font-size: 13px;
		line-height: 24px;
		font-weight: 600;
	}

	.head_acts>ul>li:nth-last-child(2)>a,
	.head_acts>ul>li:last-child>a {
		width: 30px;
		height: 30px;
		line-height: 32px;
	}

	.faq_itlist {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.faq_ilink {
		width: 100%;
	}

	.faq_ilink>h5 {
		font-size: 16px;
	}
}

@media screen and (max-width:480px) {
	.trslogo {
		top: 0;
		width: 70px;
		margin: 20px auto;
		padding-bottom: 0;
	}

	.sqqlogo,
	.logpage_frm>h2 {
		text-align: center;
	}

	.sqqlogo img {
		height: 22px;
	}

	.login_box {
		width: 100%;
		padding: 30px;
		border-top: solid 5px #116f91
	}

	.lfrm-actrow>button {
		width: 100%;
	}
}

@media screen and (max-width:400px) {
	.inner_container {
		width: 100%;
		margin: 0px;
		padding: 0px 15px;
	}

	.md_header {
		padding: 4px 0px;
	}

	.res-menu-icon-box {
		top: calc((100% - 26px) / 2);
	}

	.res-menu-icon {
		width: 45px;
	}

	.res-menu-icon span {
		height: 4px;
	}

	.res-menu-icon span:nth-child(2) {
		top: 11px;
	}

	.res-menu-icon span:nth-child(3) {
		top: 22px;
	}

	.pagination a {
		padding: 6px 8px;
	}

	.head_dropdown {
		width: 240px;
	}
}

@media screen and (max-width:380px) {
	.umacts>a {
		padding: 0px 6px;
		font-size: 13px;
	}

	.cpas_btns.cusrow {
		flex-direction: column;
		align-items: center;
	}

	.cpas_btns>button:first-child {
		margin: 0px 0px 10px 0px;
	}
}

/* @media screen and (max-width:200px) {
  .toast-container {
    left: 55%;
  position: fixed;
  transform: translate(-50%, 0px);
  z-index: 9999;

  }

} */