
/* update */

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 280px) {
    h5, h4, h6, .navbar-nav li a {
         font-size: 6px !important;
     }
     .fa-user-edit{
         display: none;
     }

     .pt-4 {
         padding-top: .5rem !important;
     }
     .px-4 {
         padding-right: 0rem !important;
         padding-left: 0rem !important;
     }
     span.float-right {
         font-size: 10px;
     }

 }

@media only screen and (max-width: 600px) {
   h5, h4, h6, .navbar-nav li a {
        font-size: 10px !important;
    }
    .fa-user-edit{
        display: none;
    }

    .pt-4 {
        padding-top: .5rem !important;
    }
    .px-4 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    span.float-right {
        font-size: 10px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


}








/* Previous   */
@media(max-width: 539.98px)and (min-width: 350px) {
	.top_menu {
		font-size: 12px;
	}

	/* admin template start */
	.a_color {
		font-size: 14px;
	}

	.table>:not(caption)>*>* {
		padding: 0px 0px;
	}

	input.btn.btn-danger {
		margin-top: 10px;
	}

	a.btn.btn-success {
		margin-top: 10px;
	}

	.selectpart_ictnist {
		margin-top: 50px !important;
	}

	.selectpart_ictnist_h1 {
		font-size: 20px;
	}

	.mav_top_para {
		font-size: 12px !important;
		margin-left: 0px !important;
	}

}

@media (max-width: 575.98px) {

	/* welcome page responsive start */
	.header_title h1 {
		font-size: 26px;
	}

	.login_registration {
		text-align: center !important;
	}

	.loginauthentication {
		margin-top: 50px;
	}

	/* admin template start */
	.table>:not(caption)>*>* {
		padding: 10px 0px;
	}

	.edit_button {
		width: 29px;
		height: 31px;
		margin-right: 10px;
	}

	.selectpart_ictnist {
		margin-top: 50px;
	}

	.mav_top_para {
		font-size: 16px !important;
		margin-left: 8px !important;
	}


}


@media (max-width: 768px) {
	.part1 {
		min-height: 244px;
	}

	/* admin template start */
	.table>:not(caption)>*>* {
		padding: 15px 0px;
	}

	.edit_button {
		width: 83px;
		height: 43px;
		margin-right: 10px;
	}

	.loginauthentication {
		border: 1px solid #fff;
		padding: 12px 18px;
	}

	.mav_top_para {
		margin-left: 41px;
	}
}


@media (max-width: 991.98px) {

	/* welcome page responsive start */
	.login_registration {
		text-align: center !important;
	}

	.loginauthentication {
		margin-top: 50px;
	}

	.mav_top_para {
		font-size: 25px;
		margin-left: 60px;
	}
}

@media (max-width: 1200px) {
	.part1 {
		min-height: 246px;
	}

	.mav_top_para {
		font-size: 22px;
		margin-left: 48px;
	}

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {}


