@font-face {
	font-family: 'urdu';
	src: url('../fonts/urdu.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.lang-urdu {
	font-family: urdu;
	direction: unset !important;
	text-align: right;
	word-spacing: 1pt;
}

.nws-txt>.lang-urdu>p {
	font-size: large;
	line-height: normal;
}

/** SPINNER CREATION **/
.loader {
	position: relative;
	text-align: center;
	margin: 0px auto 0px auto;
	z-index: 9999;
	display: block;
	width: 15px;
	height: 15px;
	border: 3px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	border-top-color: #000;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.all-sms {
	height: 300px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0px 0px 25px 0px;
}

div.directory_scroller {
	height: 690px;
	width: 155px;
	overflow: auto;
}

.fturd-agent .no-img {
	height: 165px;
}

.no-img {
	height: 218px;
	width: 100% !important;
	border: 1px solid #5f5f5f;
	background-color: #aaaaaa;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: large;
	text-transform: capitalize;
}

.agent-img .no-img {
	height: 200px;
}

#exampleSlider {
	position: relative;
}

@media (max-width: 767px) {
	#exampleSlider {
		border-color: transparent;
	}
}

#exampleSlider .MS-content {
	margin: 0px 2%;
	overflow: hidden;
	white-space: nowrap;
}

@media (max-width: 767px) {
	#exampleSlider .MS-content {
		margin: 0;
	}
}

#exampleSlider .MS-content .item {
	display: inline-block;
	height: 100%;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 23%;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32941176470588235);
	margin: 1%;
}

@media (max-width: 1200px) {
	#exampleSlider .MS-content .item {
		width: 25%;
	}
}

@media (max-width: 992px) {
	#exampleSlider .MS-content .item {
		width: 48.3333%;
	}
}

@media (max-width: 767px) {
	#exampleSlider .MS-content .item {
		width: 98%;
	}
}

#exampleSlider .MS-controls button {
	position: absolute;
	border: none;
	font-size: 20px;
	outline: 0;
	top: 43%;
	padding: 5px 13px;
	color: white;
	border-radius: 50px;
	background-image: linear-gradient(to right, #1774e4, #44b4f4);
	box-shadow: 0px 1px 5px #000000b3;
}

@media (max-width: 767px) {
	#exampleSlider .MS-controls button {
		display: none;
	}
}

#exampleSlider .MS-controls button:hover {
	cursor: pointer;
}

#exampleSlider .MS-controls .MS-left {
	left: -2px;
}

@media (max-width: 992px) {
	#exampleSlider .MS-controls .MS-left {
		left: -2px;
	}
}

#exampleSlider .MS-controls .MS-right {
	right: -2px;
}

@media (max-width: 992px) {
	#exampleSlider .MS-controls .MS-right {
		right: -2px;
	}
}


#videoleft.panel-body,
#videoright.panel-body {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}
