*{border-radius:0 !important;font-size:14px;}

.panel-blue {
   border-color: #19274f !important;
}

.panel-red {
    border-color: #630000 !important;
}

.panel-blue > 
.panel-heading {
   background: #19274f;
}
.panel-red > 
.panel-heading {
    background: #630000;
}
.panel-heading {
    color: #fff;
    padding: 5px 15px;
}


.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.margin-bottom-5  { margin-bottom:5px;}

.margin-bottom-10 { margin-bottom:10px;}

.margin-bottom-15 { margin-bottom:15px;}

.margin-bottom-20 { margin-bottom:20px;}

.margin-bottom-25 { margin-bottom:25px;}

.margin-bottom-30 { margin-bottom:30px;}

.margin-bottom-35 { margin-bottom:35px;}

.margin-bottom-40 { margin-bottom:40px;}

.margin-bottom-45 { margin-bottom:45px;}

.margin-bottom-50 { margin-bottom:50px;}

.margin-bottom-55 { margin-bottom:55px;}

.margin-bottom-60 { margin-bottom:60px;}

.additional-options li{
    list-style: none;
    display: inline-block;
    padding: 0px 20px 0px 10px;
    margin-bottom: 10px;
}

.additional-options li i{ 
      font-size:20px;
      color:green;
}

.features-text h5 span {
    background: #0ea20a;
    height: 3px;
    width: 40px;
    margin: 10px 0px 15px 0px;
    display: block;
}
.tag-box-v2 {
    border-left: solid 2px #e67e22;
}
.btn-u.btn-u-red {
    background: #e74c3c;
}
.tag-box-v2 {
    background: #fafafa;
    border: solid 1px #eee;
    border-left: solid 1px #eee;
}
.tag-box {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}
.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
	    color: #fff;
    padding: 10px 25px;
}
.outline-inward:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.fa {
    display: inline-block;
   }
.panel-orange {
    border-color: #e67e22;
}
.panel-orange > .panel-heading {
    background: #e67e22;
}

.panel-heading {
    color: #fff;
    padding: 5px 15px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.form-control {
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon {
    color: #b3b3b3;
    font-size: 14px;
    background: #fff;
}
.btn-u.btn-u-orange:hover, .btn-u.btn-u-orange:focus, .btn-u.btn-u-orange:active, .btn-u.btn-u-orange.active, .open .dropdown-toggle.btn-u.btn-u-orange {
    background: #d35400;
}

.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    background: #d35400;
    color: #fff;
}
.btn-u.btn-u-orange {
    background: #e67e22;
	    border: none;
    padding: 5px 10px;
    color: #fff;
}
.tag-box p {
    margin-bottom: 0;
}
@media (max-width: 992px){
	.no-margin{margin-top : 0 !important}
	.md-margin-bottom-10 {
		    margin-top: 20px;
		margin-bottom: 10px;
	}
}