.custom-select {
	height: calc(2.25rem + 14px);
	color:#312d2dba;
	padding: 0.375rem 0.75rem 0.375rem 1.10rem;
	text-align:left;
	border-color:#388c4f;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: white;
}
.custom-select:focus {
    border-color: #ec167f;
    outline: 0;
    box-shadow: none;
}
.multiselect-container > .multiselect-option > span > .form-check-label, .multiselect-container .multiselect-group > span > .form-check-label {
	margin-bottom: 0;
	vertical-align: middle;
}	
.multiselect-container{
	max-height:250px;
	max-width: 347px;
  overflow:auto;
}
.form-check-label {
  
    color: #312d2dba;
}
.row {
    margin-right: 29px;
    margin-left: 289px;
}
 .btn-group {
	  width:640px;
  }
  .divcs
  {
	  max-width:89%;
  }
  
@media screen and (max-width: 568px){
	.row {
    margin-right: -12px;
    margin-left: 17px;
	}
  .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="url"], .contact-form .form-group input[type="password"], .contact-form .form-group textarea, .contact-form .form-group select{
	  width :115%;
  }
  .btn-group {
	  width:115%;
  }
  .divcs
  {
	  max-width:115%;
  }
  .page-title {
    /* padding: 80px 0; */
	display:none;
	}
	.errsec{
		margin-top:30px;
	}
  
}
@media screen and (max-width: 768px) {

.row {
    margin-right: -12px;
    margin-left: 17px;
}
 .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="url"], .contact-form .form-group input[type="password"], .contact-form .form-group textarea, .contact-form .form-group select{
	  width :115%;
  }
  .btn-group {
	   width:115%;
  }
  .divcs
  {
	  max-width:115%;
  }
  .page-title {
    /* padding: 80px 0; */
	display:none;
	}
	.errsec{
		margin-top:30px;
	}
  
}