.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: rgba(0, 0, 0, 0) url("../images/shutterstock-100918426.jpg") no-repeat scroll center center;
    background-size:100% auto;
    text-align: center;
    height: 385px;
    position:relative;
}

.logo-position {
    top: 11%;
    left:9%;
    position: absolute;
}

.bg-header-logo {
    border: solid 8px #fff;
}


@media screen and (max-width: 605px) {
    .image-bg-fixed-height {
        background-position: center center;
    }

    .bg-header-logo {
        max-width: 70%;
        height: auto;
    }

    .logo-position {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
    }
}

@media screen and (max-width: 395px) {
    .image-bg-fixed-height {height:295px;}
}

.order-summary .row {
    padding-bottom: 10px;
}