.profile-selection .panel-heading {
    background-color:  #147EAE;
    color: #fff;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}

.profile-selection .panel-body {
    padding: 0;
}

.profile-selection .panel-footer {
    background-color:#fff;
}

.profile-selection {
//box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.boximg{
    position:relative;
    overflow:hidden;
}

.boximg img{
    transition:all ease-in 500ms;
}
.boximg img:hover{
    transform:scale(1.3,1.3);
    cursor:pointer;
}

.equal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}

.panel {
    display: flex;
    flex-direction:column;
    align-content:stretch;
}


.image-bg-fixed-height {
    background-image: url("../images/shutterstock-100918426.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*text-align: center;
    height: 385px;
    position:relative;*/
}

.logo-position {
    top: 11%;
    left:9%;
    position: absolute;
}

.home {
    display: inline-block;
}

.bg-header-logo {
    border: solid 8px #fff;
    margin-top: 11%;
    max-width: 70%;
}


@media screen and (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        line-height: 1.2;
    }
    body {
        line-height: 130%;
    }
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }
    p {
        line-height: 1.5;
    }
    .row {
        padding-bottom: 25px;
    }
    .page-header {
        margin: 15px 0 10px;
        padding-bottom: 0;
    }
    .image-bg-fixed-height {
        /*background-position: center center;
        height: 212px;*/
    }
    .bg-header-logo {
        max-width: 70%;
        height: auto;
    }

    .logo-position {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
    }

    .page-footer .footer-navigation li {
        float: none;
        width: 100%;
    }

    .page-footer .footer-navigation li a {
        text-align: left;
        padding: 6px 0;
    }
}

@media screen and (min-width: 768px) {
    .panel-body {
        padding: 25px;
    }
    .image-bg-fixed-height {
        height: 400px;
    }
}


.order-summary .row {
    padding-bottom: 10px;
}

.order-summary .panel-footer .row, .panel-footer .row {
    padding-bottom: 0;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.control-label {
    padding-left:0;
}
.control-label input[type="radio"] + span {
    padding:0 0 0 5px;
}

#order_form .row {
    padding-bottom: 0px;
}

#order_form .form-control {
    margin-bottom: 10px;
}

#order_form .row h4{
    padding-top: 15px;
}

#order_form .form-footer {
    padding-bottom: 45px;
}

.form-group {margin:10px 0 ;}
.form-group .btn {margin:5px ;}

form {padding:0;}