:host{
    padding:0px;
    margin:0px;
    overflow:auto;
}

body {
    color: #66615b;
    font-size: 14px;
    overflow: auto;
}

@media (min-width: 992px) {
    .container1 {
        width: 100%;
    }
}

@media (max-width: 768px){
    .container1 {
        width: 100%;
    }
}

.panel-heading{
    background: #000;
}

h3 {
  color:white;
}

.h5-megent-heading {
    margin-top:1px;
    margin-bottom:1px;
    background:#e20074;
    padding:5px;
    height:44px;
    color:#fff;
}

.h5-back-heading{
    background:#2d2d30;
    padding:5px;
    height:44px;
    color:#fff;
}

.h5-gray-heading{
    background:gray;
    padding:5px;
    height:44px;
    color:#fff;
}

.footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}

.panel-heading-image {
    height:165px;
    background-color: #e20074;
    background-image: url('../../assets/images/quote-header.png');
    background-size: cover;
    background-position: center 0;
}

input, select{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-group{
   margin-top:2px;
   margin-bottom:1px; 
}