@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
@charset "utf-8";

/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* html, body {
    height: 100%;
} */
.clearfix::after,
.clearfix:after {
	clear: both;
	content: " ";
	visibility: hidden
}

a {
	border: 0;
	outline: none;
	-webkit-transition: all 200s ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	 
	text-decoration: none !important;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #000;
	outline-style: none;
}

p {
	line-height: 25px;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'arial';
}

body {
	-ms-overflow-style: scrollbar;
	padding: 0;
	margin: 0;
	font-family: 'arial', serif;
	font-size: 12px; 
	line-height: 20px;
	background: #f6f5fa;
}
 
a {
	text-decoration: none;
}
.card-outline {
    border-top: 3px solid #007bff;
}
.card-outline2 {
	border-top: 3px solid #da1c1c;
}
.cli-list{
	padding:0;
	padding-left:15px;
}
.airc-list .list-group-item{
	border:0;
}
.min-height{
	min-height:270px;
}
.bg-blue{
	background:#49a4ff;
}
.card-body{
	padding: 0rem 1rem;
}
.col-sm-6 {
	width: 55% !important;
}
/* TABLET LAYOUT (LANDSCAPE/992PX) ----------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1279px) {}

/* TABLET LAYOUT (PORTRAIT/768PX) ----------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {}


/* MOBILE LAYOUT (PORTRAIT/320PX) ----------------------------------------------- */
@media only screen and (max-width: 767px) {
	 
}