.card {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6f2;
	text-align: center;
}

.card-header {
    padding: 1.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

h5 {
	font-size: 15px;
    line-height: 26px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.form-group.row {
    margin-bottom: 0;
    padding: 12px 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-form-label {
    /*padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);*/
    margin-bottom: 0;
    /*font-size: inherit;*/
	font-size: initial;
    line-height: 2.25;
	margin-left: 16.1111111%
}

.col-form-label-2 {
	margin-bottom: 0;
    font-size: initial;
}

.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-control {
    position: relative;
    display: block;
	margin: auto;
	max-width: 66.6666667%;
    /*min-height: 15px;
    padding-left: 15px;*/
}

.form-control {
    display: block;
    /*width: 100%;*/
	width: 66.666667%;
    font-size: 14px;
    line-height: 2.5;
    color: #71748d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
	margin: auto;
}

.text-sm-right {
    text-align: right!important;
}

.text-sm-left {
    text-align: left!important;
}

.custom-control-label {
    position: static;
    display: inline-block;
    line-height: 2;
	margin-left: 10px;
}

.text-right {
    /*text-align: right!important;*/
	text-align: center!important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #2bc500;
    border-color: #2bc500;
}

.btn {
    font-size: 14px;
    padding: 9px 16px;
    border-radius: 2px;
	border: 1px solid transparent;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-feedback-type, .invalid-feedback-service {
    display: none;
	width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

/*.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}*/

input[type="email"]:focus, input[type="date"]:focus, input[type="text"]:focus {
	outline: 0 !important;
	/*border: 3px solid rgba(0,0,255,0.2);*/
	border-color:#66b3ff;
	box-shadow: 0 0 0 .2rem rgba(102,279,255,.2);
}

textarea {
	resize: vertical;
}

textarea:focus {
	/*outline: 3px solid rgba(0,0,255,0.2);*/
	border-color:#66b3ff;
	box-shadow: 0 0 0 .2rem rgba(102,279,255,.2);
}

.custom-controls-stacked {
    font-size: initial;
}

.online-quotation {
	border: 1px solid transparent;
	padding: 12px 24px;
	font-size: 24px;
    color: #258742;
    background-color: transparent;
    background-image: none;
    border-color: #258742;
	transition-duration: 0.5s;
}

.online-quotation:hover {

    color: #258742;
    background-color: #e3e3e3;
    background-image: none;
    border-color: #258742;
	

}