@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:15px;} */
	.lfrm-actrow {
		margin-top: 40px;
	}

	.awclps_head {
		padding: 15px;
	}
}

@media screen and (max-width:1366px) {
	.inn_container {
		width: 94%;
		margin: 0px calc((100% - 94%) / 2);
	}

	.awclps_head {
		padding: 12px 24px 12px 12px;
	}

	.awclps_head>h4 {
		font-size: 17px;
	}

	.awclps_head:after {
		right: 7px;
		font-size: 18px;
	}
}

@media screen and (max-width:1288px) {
	div[formgroupname="invoiceinformation"] label.ch_item:nth-child(3) {
		margin-top: 15px;
	}
}

@media screen and (max-width:1250px) {
	div[formgroupname="invoiceinformation"] label.ch_item:nth-child(3) {
		margin-top: 0px;
	}

	.main_ttl>h3 {
		font-size: 25px;
		line-height: 30px;
	}

	.ae_innbox {
		padding: 30px 0px;
	}

	.cms-awitm {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px;
	}

	.cms-awitm>label {
		width: 100%;
		margin: 0px 0px 5px 0px;
	}

	.cms-awitm>div,
	.cms-awitm>input,
	.cms-awitm>select,
	.cms-awitm>textarea,
	.cms-awitm.vpl_fld>select {
		width: 100%;
	}

	.text-danger {
		width: 100%;
		margin-left: 0;
	}
}

@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%;
	}
}

@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>a {
		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:927px) {
	div[formgroupname="invoiceinformation"] label.ch_item:nth-child(3) {
		margin-top: 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:480px) {
	.trslogo {
		top: 0 !important;
		width: 70px !important;
		margin: 20px auto;
		padding-bottom: 0;
	}

	.sqqlogo,
	.logpage_frm>h2 {
		text-align: center;
	}

	.sqqlogo img {
		height: 22px;
	}

	.login_box {
		width: 100% !important;
		padding: 30px !important;
		border-top: solid 5px #116f91
	}

	.lfrm-actrow>button {
		width: 100%;
	}

}

@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:767px) {
	.sremod_content {
		width: 86%;
	}

	.logpage_frm>h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.lfrm_control {
		margin-bottom: 40px;
	}

	.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: 7px;
	}

	.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;
	}

	.mtsp_psize>select {
		margin: 5px 0px 0px 0px;
	}

	.mtsp_recbox>p {
		margin-top: 8px;
	}

	.pagination {
		justify-content: center;
		/* flex-direction: column; */
	}

	.mtsp_recbox {
		margin-top: 10px;
	}

	.ae_innbox {
		padding: 24px 0px;
	}

	.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;
	}

	.awclps_head>h4 {
		font-size: 16px;
	}

	.umlp_srsec .faq_head {
		padding: 10px;
	}

	.def_btn {
		height: 34px;
	}
}

@media screen and (max-width:700px) {

	.odr-one {
		order: 1;
	}

	.odr-two {
		order: 2;
	}

	.odr-thre {
		order: 3;
	}

	.odr-four {
		order: 4;
	}

	.odr-fiv {
		order: 5;
	}

	.odr-six {
		order: 6;
	}

	.odr-sevn {
		order: 7;
	}

	.odr-eit {
		order: 8;
	}

	.odr-nin {
		order: 9;
	}

	.odr-tn {
		order: 10;
	}

	.odr-elvn {
		order: 11;
	}

	.odr-twl {
		order: 12;
	}

	.odr-trtn {
		order: 13;
	}

	.odr-frtn {
		order: 14;
	}

	.odr-fiftn {
		order: 15;
	}

	.odr-sixtn {
		order: 16;
	}

	.odr-sevtn {
		order: 17;

	}

	.odr-eitn {
		order: 18;
		width: 100%;
	}

	.odr-nintn {
		order: 19;
	}

	label.ch_item:nth-child(3) {
		margin-top: 0px;
	}

	div[formgroupname="invoiceinformation"] label.ch_item:nth-child(3) {
		margin-top: 0px;
	}

	.main_ttl>h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.umrt_box.edrole_row {
		flex-direction: column;
		align-items: flex-start;
	}

	.umrt_itm.edrole_row {
		padding-left: 0px;
		flex-direction: row;
	}

	.umrt_itm.edrole_row>.edlink {
		margin: 0px 6px;
	}

	.umrt_itm.edrole_row>.rlname {
		font-size: 15px;
	}

	.umrt_itm.edrole_row>.edlink>a {
		width: 88px;
	}

	.cms-awrow {
		flex-flow: column;
	}

	.ng-autocomplete {
		width: 100% !important;
	}

	.cms-awitm {
		width: 100%;
		padding: 10px 0;
	}

	.awclps_box .cms-awitm {
		padding: 10px;
	}
}


@media screen and (max-width:650px) {
	.umtp_act {
		flex-direction: column;
	}

	.umacts {
		flex-direction: column;
		align-items: center;
	}

	.cusrow.mwo_tbtn {
		flex-direction: column;
	}

	.cusrow.mwo_tbtn>a:first-child {
		margin-bottom: 12px;
	}

	.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;
	}

	.awclps_head>h4 {
		font-size: 15px;
	}
}

@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%;
	}

}

@media screen and (max-width:500px) {
	.sremod_header>h3 {
		font-size: 18px;
	}

	.sremod_header>.close {
		line-height: 20px;
	}

	.lfrm_control>.text-danger {
		margin-top: 0;
	}

	.cpas_btns.cusrow button.def_btn {
		display: inherit !important;
	}

	.trslogo img {
		width: 80px;
	}

	.logpage_frm>h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.def_btn,
	.lfrm_control>input {
		font-size: 14px;
	}

	.umlp_frbtn {
		margin: 0 auto;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	/*.cpas_btns.cusrow {
		justify-content: center;
	}
	 .cpas_btns>button:first-child {
		margin-right: 10px;
	} */

	.umlp_frbtn>button:nth-child(1) {
		margin-right: 0;
	}

	.umlp_frbtn .def_btn.bg_lgray {
		margin-top: 10px;

	}

	.sremod_frm .def_btn.bg_lgray {
		margin-top: 0px;
	}

	.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;
	}

	div[formgroupname="invoiceinformation"] label.ch_item:nth-child(3) {
		margin-top: 0px !important;
	}


}

@media screen and (max-width:464px) {
	div[formgroupname="invoiceinformation"] label.ch_item:nth-child(3) {
		margin-top: 15px !important;
	}
}

@media screen and (max-width:440px) {



	.mtsp_recbox {
		margin: 10px 0px 0px 0px;
	}

	.pagination {
		/* justify-content: flex-start; */
		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: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;
	}

	div[formgroupname="documentupdated"] label.ch_item:nth-child(3) {
		margin-top: 10px !important;
	}
}