.btn:active{

}

header {
    position: relative !important;
}
.bread {
    margin-top: 20px;
    font-family: NexaBold;
}
.bread .breadcrumb{
    background: transparent;
}
.bread a{
    color: #68ace8;
}
.bread .breadcrumb a{
    text-decoration: none;
}
.bread .breadcrumb a:hover{
    color: #68ace8;
}
.internal{
    margin-top: 25px;
    padding: 0 9.6em !important;
}
.internal h1{
    color: #aaaaaa;
}
.internal h2{
    font-family: NexaBold;
    color: #68ace8;
}
.internal h4{
    font-family: NexaLight;
    color: #68ace8;
}
.internal h5{
    font-family: NexaBold;
    color: #68ace8;
}
.internal strong{
    color: #68ace8;
}
.internal span{
    font-family: NexaBold;
    color: #aaaaaa;
}
.internal  .btn-outline-sanep {
    background: #68ace8;
    color: white !important;
}
.internal  .btn-outline-sanep:hover {
    color: #68ace8 !important;
    border-color: #68ace8;
    background: #fff;
}
.internal label{
    font-family: NexaBold;
    color: #68ace8;
}

.internal .card{
    border: none;
}
.internal .card-header{
    border: none;
}

.internal .list-style-none{
    list-style-type: none;
    padding-left: 0px;
}
.internal a:hover{
    text-decoration: none;
    color: #68ace8;
}
.internal a{
    text-decoration: none;
    color: #68ace8;
}
@media (max-width: 768px)  {
    .internal{
        padding: 0 0em !important;
    }
}