@media only screen and (min-width:1500px) {
	.side-menu ul.p-0 {
		height: 630px;
	}

	.line-r {
		width: 200px;
	}
	.select-box,
	.date-box {
		width: 230px;
		height: 50px;
		font-size: 18px;
		margin-right: 20px;
	}
	.sett {
		height: 40px;
		width: 40px;
	}
	.filter-left h2 {
		margin-right: 20px;
	}
	.rgt-bd {
		margin-right: 20px;
	}
	#tab-li th {
		font-size: 18px;
	}
	.filt-l h2,
	.Email-btn-g,
	.dwn-btn-g {
		font-size: 17px;
	}
	.bas-box {
		font-size: 18px;
	}
	.bas-box {
		height: 50px;
		font-size: 16px;
	}
	.bas-form,
	.c-lab,
	.menu-list ,#user-t th ,#user-t td {
		font-size: 16px;
    }
    .update-btn-g {
        font-size: 18px;
	}

	.login_container::after{
		content: "";
		display: block;
		background: url('../images/login/beforebottomgrey.png') 100% 100% no-repeat;
		width: 100%;
		height: 190px;
		position: absolute;
		bottom: -41px;
		right: -46px;
		z-index: -1;
	}
	.bg_right_wrap img:nth-child(3) {
		display: none;
	}
	#sidebar {
		width: 375px;
	}
	.page-content {
		padding-left: 375px;
	}
	.page-wrapper.hide #sidebar {
		transform: translateX(-375px);
	}

}

@media only screen and (max-width:767px) {
	/*sidemenu*/
	.custom_forms .bas-det-inner input, .custom_forms .bas-det-inner select
	{
		width: 100%;
	}

.side-menu ul.p-0 {
    height: 600px;
}
.side-menu {
    height: auto;
}
nav#sidebar {
    position: fixed;
    top: 0;
}

	.page-content {
		padding-top: 50px;
	}
	.manage_flex_box .dash_flexBox {
		width: 48%;
	}




	.forgot_wrapper button.btn.btn_login {
		margin: 25px auto !important;
	}
	.mob_show
	{
		display: block;
	}
	h1.mob_show {
		font-weight: 800;
		font-size: 18px;
		text-align: center;
	}
	.bg_right_wrap img:nth-child(3) {
		bottom: 100px;
		right: 7%;
		width: 199px;
	}
	.bg_left_wrap, .bg_right_wrap {
		width: 100%;
		padding: 20px !important;
	}
	.login_wrapper {
		flex-direction: column;
	}
	.login_container {
		padding: 25px 15px;
	}
	.bg_left_wrap {
		display: none;
	}
	.login_container_header>img {
		margin: 50px auto;
		width: 270px;
	}
	.login_container, .login_container_header {
		width: 475px;
		margin-bottom: 56px;
	}
	.login_wrapper {
		flex-direction: column;
		height: auto;
		min-height: unset;
		max-height: unset;
	}.custom_message h1 {
		font-size: 20px;
	}
	.custom_message p {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.login_container .from-group label, .from-group.checkbox .form-group a {
		font-size: 13px;
	}
	.login_container .from-group .lable_input input {
		font-size: 14px;
	}
	button.btn.btn_login {
		height: 40px;
		font-size: 15px;
		width: 300px;
		max-width: 100%;
		display: block;
		margin: auto;
	}
	i.fa.fa-check, i.reveal {
		right: 0px;
	}

	.from-group.email, .from-group.password {
		background-size: 21px;
	}
	.login_container .from-group {
		padding: 6px 20px 4px 56px;
	}
	.dash-board-inner {
		max-width: 100%;
		width: 100%;
	}
	.filter-rgt h2 {
		margin-bottom: 10px;
	}
	.filter-rgt h2 {
		margin-bottom: 10px;
		width: 100%;
		margin-right: 0px;
	}
	.rgt-bd {
		margin-right: 0px;
		border: 0;
		width: 100%;
	}
	.select-box,
	.date-box {
		margin: 0px;
		margin-bottom: 10px;
		width: 100%;
	}
	.filter-rgt {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.w-bg {
		padding: 15px;
	}
	.filter-rgt h2 {
		margin-bottom: 10px;
		width: 100%;
		margin-right: 0px;
	}
	.rgt-bd {
		margin-right: 0px;
		border: 0;
		width: 100%;
	}
	.select-box,
	.date-box {
		margin: 0px;
		margin-bottom: 10px;
		width: 100%;
	}
	.filter-rgt {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.w-bg {
		padding: 15px;
	}
	.filt-tb-hd {
		padding: 15px;
		flex-direction: column;
	}
	.filt-l {
		margin-bottom: 20px;
	}
	.filt-l h2 {
		font-size: 16px;
	}
	.filt-r {
		flex-direction: column;
	}
	.Email-btn-g {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.dwn-btn-g {
		width: 100%;
	}
	section.login-sec {
		justify-content: center;
	}
	.mob-img {
		display: block;
		position: absolute;
	}
	div#datepicker {
		width: 100%;
		min-width: 100%;
    }
    #sidebar {
        position: absolute;
        z-index: 2;
    }

    .page-content {
        padding-left: 0px;
    }

    .menu-ico-g {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .menu-ico-g.mb-ic span{
        transition: all linear 0.30s;
    }
    .menu-ico-g.mb-ic span:nth-child(2) {
        display: none;
    }
    .menu-ico-g.mb-ic span:nth-child(1) {
        transform: rotateZ(45deg) translate(6px,6px);
    }
    .menu-ico-g.mb-ic span:nth-child(3) {
        transform: rotateZ(-45deg) ;
    }

    .menu-ico-g span{
        transition: all linear 0.30s;
    }
    .menu-ico-g span:nth-child(2) {
        display: block;
    }
    .menu-ico-g span:nth-child(1) {
        transform: rotateZ(0deg) translate(0px,0px);
    }
    .menu-ico-g span:nth-child(3) {
        transform: rotateZ(0deg) ;
    }

    .page-wrapper #sidebar {
        transform: translateX(-260px);
    }

    .page-wrapper.hide #sidebar {
        transform: translateX(0px);
    }

    .inner-bas {
        padding: 20px 0px;
    }

    .bot-btn-g {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .bas-box {
        max-width: 100%;
	}

	.ass-hg {
		margin-right: 0px !important;
	}
	.table-foot-left {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.show {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	.goto-page {
		margin: 10px auto;
	}
	.pagination.justify-content-end.custom-page {
		justify-content: center !important;
		flex-wrap: wrap;
	}




}



@media only screen and (max-width:350px) {
	.mob-img {
		max-width: 85px;
	}
}

@media only screen and (max-width:991px) {
	.form-group.w-sm-50 button {
		width: 100%;
	}

	form.filter_form_grp {
    	flex-direction: row;
	}

	form.filter_form_grp .form-group.w-sm-50 {
		/*width: 48% !important;*/
		float: left;
	}

	form.filter_form_grp .form-group.w-200 {
		width: 100% !important;
	}

	.filter-sec {
		margin-top: 20px !important;
	}
	.dashboard-header {
		max-height: unset;
		min-height: unset;
    }
    .profile-intial {
        max-width: 50px;
        max-height: 50px;
        min-width: 50px;
        min-height: 50px;
    }

    .profile-intial p {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .profile-name-g {margin-left: 10px;}

    .login-hd-left h2 {
        font-size: 19px;
    }

    .profile-name-g h2 {
        font-size: 16px;
    }

    .profile-name-g p {
        font-size: 14px;
    }

    .form-group.frm-grp-btn.s-b, .form-group.search_width.s-b {
    /*width: 100% !important;*/
    margin: auto;
    text-align: center;
    margin:0px 0px 10px -2px;

}



}

@media only screen and (max-width:500px) {
	.dash-right {
		padding-right: unset;
	}

	.login-hd-left {
		margin: 15px 0px;
	}
	.dash-right {
		padding: 0px;
		padding-bottom: 15px;
	}
	.dash-board-det {
		padding: 30px 15px;
	}
	.dash-board-inner {
		max-width: 100%;
		width: 100%;
		min-width: unset;
    }

    .update-btn-g {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .bot-btn-g {
        flex-direction: column;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
	.login_container_header>img {
		margin: 40px auto;
		width: 280px;
	}
	.custom_message {
		padding: 12px 20px;
		margin-bottom: 30px;
	}
	.login_container .from-group label, .from-group.checkbox .form-group a {
		font-size: 14px;
	}
	.login_container .from-group .lable_input input {
		font-size: 14px;
	}
	button.btn.btn_login {
		height: 40px;
		font-size: 15px;
	}
	.from-group.email, .from-group.password {
		background-size: 22px;
		padding: 6px 20px 4px 54px;
	}
	.custom_message h1 {
		font-size: 18px;
	}
	.custom_message p {
		font-size: 11px;
		margin-bottom: 0px;
	}
	.login_container, .login_container_header {
		width: 340px;
	}
	.bg_right_wrap img:nth-child(3) {
		width: 185px;
	}




	.rgt-bd {
		margin: 5px;
	}
	.select-box,
	.date-box {
		margin: 5px;
		margin-right: 10px;
	}
	.filter-rgt {
		align-items: center;
		justify-content: start;
	}
	.filt-l h2 {
		font-size: 14px;
	}
	.Email-btn-g {
		width: 180px;
	}
	.dwn-btn-g {
		width: 225px;
	}

}

@media only screen and (max-width:1024px) and (min-width:768px) {
	.wd {
		margin-right: 65px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:1284px) and (min-width:1200px) {
	.select-box,
	.date-box {
		width: 180px;
	}
}


@media only screen and (max-width:768px) and (min-width:501px) {
.menu-ico-g {
    position: absolute;
    right: 15px;
    top: 15px;
}

.select-wrap .sel-custom {
    min-width: 195px;
}
}
@media only screen and (min-width:320px) and (max-width:575px) {
div#demo_contact {
    text-align: left;
}
}
@media only screen and (min-width:1088px) and (max-width:1260px) {
.form-group.search_width.s-b {
    margin-right: 20px !important;
}
}
@media only screen and (min-width:320px) and (max-width:486px) {
.pull-right button.add_btn_list {
    margin-bottom: 10px;
}
}
@media only screen and (min-width:1200px){
.rgt-bd {
    margin-bottom: 5px;
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
 .layoutDesign.onecolumn_layoutDesign.ui-sortable {
    margin-top: 10px !important;
}
}
@media screen and (max-width:991px) {
	.font_sm_14
   {
	   font-size: 12px;
   }

   .font_sm_16
   {
	   font-size: 10px;
   }

   .font_sm_18
   {
	   font-size: 14px;
   }

   .font_sm_20
   {
	   font-size: 17px;
   }
   .font_sm_22
   {
	   font-size: 14px;
   }
   .font_sm_24
   {
	   font-size: 18px;
   }
   .font_sm_30
   {
	   font-size: 20px;
   }

}

@media screen and (min-width:992px) and (max-width:1380px) {
	.login_wrapper {
		height: 725px;
		min-height: 725px;
		max-height: 725px;
	}
	.custom_message {
		margin-bottom: 18px;
		padding: 15px;
	}
	.custom_message p {
		margin-bottom: 0px;
	}
	.login_container_header>img {
		margin-bottom: 23px;
		width: 255px;
	}
	.login_container, .login_container_header {
		width: 448px;
	}
}



@media screen and (max-width:1300px) {
.container_default {
   padding: 0px 20px;
}
i.reveal, i.fa.fa-check {
    right: 0;
}
}



@media screen and (max-width:400px) {

.font_sm_18 {
   font-size: 12px;
}
i.fa.fa-check, i.reveal {
    right: -13px;
}
.login-hd-right a {
    margin-left: 0;
    margin-right: 30px;
}
.manage_flex_box .dash_flexBox {
    width: 100%;
}
}












/*ipad devices*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.bg_left_wrap, .bg_right_wrap {
		width: 100%;
	}
	.login_wrapper {
		flex-direction: column;
	}
	.login_container, .login_container_header {
		width: 600px;
		margin-bottom: 54px;
	}
  }
  @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	.bg_left_wrap, .bg_right_wrap {
		width: 100%;
	}
	.login_wrapper {
		flex-direction: column;
	}
	.login_container, .login_container_header {
		width: 600px;
		margin-bottom: 54px;
	}
  }


  @media screen and (max-width:1499px) {
	.dash-profile h1, .login-hd-left h2,.dash_flexBox p {
		font-size: 17px;
	}
	.dash-profile p, .side-menu p, .login-hd-right a {
		font-size: 15px;
	}
	.font_sm_14,#user-t th,#user-t td,button.btn_td{
		font-size: 14px;
	}
	.side-menu ul li a,footer.footer_extend p,.overview p ,.btn_count{
		font-size: 15px;
	}
	.side-menu ul li {
		margin-bottom: 10px;
	}
	.profile_bord>img {
		width: 80px;
		height: 80px;
	}
	.dash-profile {
		padding: 16px 0px;
	}
	.dash_flexBox>img {
		width: 50px;
	}
	#user-t td, #user-t th {
		padding: 12px 10px;
	}
	.table-footer {
		margin-top: 5px;
	}
	button.btn_adduser {
		width: 120px !important;
		font-size: 14px;
		margin:4px 7px 10px 0;
	}

  }

  @media screen and (min-width:768px) and (max-width:991px) {
	.manage_flex_box .dash_flexBox {
		width: 30%;
	}
  }
  @media screen and (min-width:992px) and (max-width:1200px) {
	.filter-rgt .form-group {
		width: 33% !important;
		margin-bottom: 10px;
	}
	.filter-rgt .form-group:last-child {
		text-align: left;
	}
  }

  @media screen and (min-width:768px) and (max-width:991px) {
	.filter-rgt .form-group .form-control {
		width: 100%;
		margin: 6px 0px;
	}
	.filter-rgt .form-group {
		/*width: 49% !important;*/
		padding-right: 0px;
	}
	/*.filter-rgt .form-group:last-child {
		width: 100% !important;
	}*/
	/*.filter-rgt {
		justify-content: space-between;
	}*/
  }

  /*@media screen and (max-width:991px) {
	.filter-rgt .form-group:first-child
	{
		order: 2;
	}
	.filter-rgt .form-group:nth-child(2)
	{
		order: 3;
	}
	.filter-rgt .form-group:nth-child(3)
	{
		order: 4;
	}
	.filter-rgt .form-group:nth-child(4)
	{
		order: 5;
	}
	.filter-rgt .form-group:nth-child(5)
	{
		order: 1;
	}

  }*/

  @media screen and (max-width:769px) {
	.filter-rgt .form-group {
		width: 100% !important;
		padding-right: 0px;
		margin-bottom: 10px !important;
	}
	.form-group.w-sm-50.fill_v {
    width: auto !important;
}
	.form-group.s-b {
    width: auto !important;
    }
	.form-group.form-btn,.form-group.s-b.w-sm-50 {
        width: unset !important;
    }
	.filter-rgt .form-group .form-control {
		margin-bottom: 0px;
	}
	.inner-wrapper-g {
		padding: 0px 15px;
	}
	.filter-rgt .form-group{
		margin-left: unset;
	}
	.pagination-right {
		width: 100%;
		margin-top: 6px;
	}
	.show>*, .page-link {
		font-size: 13px;
	}
	.login-hd-details {
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	.login-hd-right a {
		margin-left: unset;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	.filter-rgt.payment-form .form-group {
    margin: unset;
    }
    .filter-rgt.payment-form .form-group {
     margin: unset; !important;
    }
    .filter-rgt.payment-form .form-group {
    margin: 10px 0px !important;
}
  }


@media screen and (min-width:992px) {
	.filter-rgt .form-group.w-200{
		width: 260px !important;
	}

	.filter_form_grp .form-group{
		width: auto !important;
		padding-right: 10px !important;
	}
}
@media screen and (min-width:992px){
	.form-group.experience_input {
		 width: 180px !important;
	}



}

/*15/12/21*/
@media only screen and (max-width:576px){
.filter_form_grp .form-btn{
	text-align: center !important;
	width: unset !important;
	/*width: 100% !important;
*/}

.filter-rgt.payment-form .form-group:nth-last-child(){
	margin: unset important;
	width: unset important;
}
.filter-rgt.payment-form .form-group:nth-last-child(2) {
    margin: unset; !important;
    width: unset important;
}
.filter-rgt.payment-form .form-group{
	/*width: 100% !important;	*/
}
.title{
	width: 100% !important;
}
}
@media only screen and (max-width:1024px){
	.title,.payment,.category,.template,.all{
		width: 25%;
	}

}


@media only screen and (max-width:400px){
div#demo_1 {
    display: flex !important;
    flex-direction: column;
}

}
@media only screen and (max-width:768px){
.button_section {
    margin-bottom: 10px;
}
}





