img{
	max-width:100%;
}
.blue-col{
	color:#0c59b9;
}
label.error {
    color: #ED0000;
}
.btn {
    background: #0c59b9;
}
.btn.btn-small {
    padding:9px 20px;
}
p {
    font-size: 16px;
}
.features-icon span {
    color: #0c59b9;
}
.features-wrap a.btn{
	color:#fff;
	border:solid 1px #fff;
}
.features-wrap a.btn:hover {
    background: #000;
	border:solid 1px #fff;
}
label, p {
	color: #333;
}
.features-wrap:hover {
    background-image: url(https://www.inrpm.com/images/about/5.jpg);
}
.footer-content p{
	color:#757575;
}
.main-menu ul.sub-menu{
	border: 1px solid rgba(0,0,0,0.08);
	background: #F8F9FA !important;
}
.inter-page .breadcrumb-title h2{
	color:#2c3cb6;
	font-size: 42px;
	font-weight: bold;
}
.section-title h2 {
    color: #2c3cb6;
}
.about-info-text h2 {
	font-weight:normal;
	color: #2c3cb6;
}
.about-info-text p {
    padding: 0;
	text-align:left;
	font-size:16px;
	line-height: 2;
}
.about-info-text ul, .about-info-text ol {
	margin: auto;
	padding: 15px;
}
.about-info-text ul li{
	list-style:disc;
}
.about-info-text ol li{
	list-style:decimal;
}
.about-info-text ul li, .about-info-text ol li{
	padding-left: 15px;
	font-size: 16px;
	line-height: 2;
}
.breadcrumb-title h2::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #ffd200;
    bottom: -15px;
}
.form-control{
    display: inline-block;
    border: 2px solid #eee;
    box-shadow: none;
    color: #333;
    line-height: 2;
    border-radius: 0;
    padding: .1rem .4rem;
    font-size: 16px;
}
.form-control:focus{
	box-shadow:none;
	border-color: #eee;
}
.single-clients {
    height: 100px;
	background: #fff;	
	vertical-align: middle;	
	display: table-cell;	
	border: solid 1px #e0e0e0;	
	padding: 5px;
}
.error-cust{
	color:#ED0000;
}
.mandatory{
	color:#ED0000;
}
.secure-seal{
	position: fixed;
	bottom: 0px;
	right: 0px;
}
#scrollUp {
    position: absolute;
    right: 25px;
    bottom: 75px;
	background: #fbc400;
	color:#000;
	font-weight:bold;
}
@media (max-width: 767px) {
	.about-area{
		padding-top:50px;
		padding-bottom:35px;
	}

	.container-lg{
		margin-right: 10px !important;
		margin-left: 10px !important;
	  }

	  .btn.btn-small {
		padding: 9px 9px;
	  }

	  .mobileViewHeight{
		height: 197px !important;
	  }

	  .features-wrap {
		border: 1px solid #e6e6e6;
		padding: 20px 30px;
	  }
}

    /* ///// 28 NOVEMBER 2023 ////// */
	  @media (min-width: 992px) {
		.col-lg-2.myMaxWidth {
		  max-width: 19.667%;
		  padding: 9px 9px ;
		}
		
	  }
	  @media (min-width: 1200px) {
		.col-xl-2 {
		  max-width: 19.667% !important;
		  padding: 9px 16px !important;
		}

		.features-wrap {
			max-height: 236px;
		  }
	  }

	  .container-lg{
		margin-right: 5%;
		margin-left: 5%;
	  }

	  @media (min-width: 768px) and (max-width: 991px) {
		.features-wrap {
		  padding: 40px 30px;
		  max-height: 91%;
		}
	  }

