/* Large Display */

@media only screen and (min-width: 1367px){
	.bk{
		background-image: url('../imgs/5.jpg');
		background-repeat: no-repeat;
		background-position: 5px -650px;
		background-size: cover;
	}

	.ips-chkbx-text-1{
		padding-left: 30px;
	}

	.ips-chkbx-text-3{
		padding-left: 35px;
	}

	.marg-left{
		margin-left: 16px!important;
	}

	.ips-rows-top{
		margin-top: 32px;
	}
}

/*Small Display */

@media only screen and (min-width: 768px) and (max-width: 1366px){
	.bk{
		background-image: url('../imgs/5.jpg');
		background-repeat: no-repeat;
		background-position: 0px -450px;
		background-size: 99%;
	}

	.ips-chkbx-2{
		width: 160px; 
		height: 32.71px;
	}

	.ips-chkbx-text-3{
		padding-left: 35px;
	}

	.marg-left{
		margin-left: 16px!important;
	}

	.ips-rows-top{
		margin-top: 32px;
	}
}

/* Mobile Display */

@media screen and (max-width: 767px){

	.frt2{
		display: flex;
		position: relative;
	}

	.ips-selected-value{
		position: relative;
		display: flex;
		left: 16px;
		top: 7px;
	}

	.caret-position{
		display: flex;
		position: absolute;
		left: 84%;
		top: 19px;
	}

	.ips-mobile-rows-top{
		margin-top: 69px;
	}

}