body {
    font-family: 'DM Sans', sans-serif!important;
}

h1, h2, h3, h4 {
             font-family: 'DM Serif Display', serif;
             font-weight: 400;
        }
        
.container-fluid {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

a:hover {
    color: #e3543b;
    text-decoration:none;
}


.login-card2 {
    padding: 5%;
    background-color: white;
    height: auto;
    margin-top: 15%;
    margin: 0%;
}

.buttoner2 {
    width: 45%;
    margin-top: 5%;
    font-size: 16px;
    border-radius: 0px;
    background-color: #f8931d;
    border-color: #f8931d;
    color: white;
}

.fa-star {
    color: #FF9800!important;
    font-size: 20px!important;
}

.panel-title{
  color: #004a80!important;
  font-size: 18px;
}
.glyphicon-minus{
   color: #004a80!important;
}
.glyphicon-plus{
   color: #004a80!important;
}

.panel-group .panel{
  border-color: transparent;
}
.panel{
  border: 0px solid transparent;
  padding: 2%;
}


.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa00;
    border-color: #eeeeee00;
}

.panel-heading {
    border-bottom: 3px solid transparent!important;
    /* margin-bottom: -2%; */
}

.panel-group .panel {
    background-color: #ffffff;
    border-bottom: 5px solid white!important;
}

.panel-group .panel+.panel {
    margin-top: 0px;
    background-color: #ffffff!important;
}

.floater-cc-new {
    position: fixed;
    width: 88%;
    right: 5%;
    z-index: 1;
    bottom: 20%;
    padding: 2%;
    border-radius: 6px;
    font-size: 18px;
    box-shadow: 1px 1px 1px #7c7c7c;
}
