.c-header-inner {
    align-items: center;
}

.c-header-logo img{
    margin-top: 0;
}

.c-header-menu{
    font-size: 18px;
}

#header-contact{
    padding:5px 7px;
    background-color: black;
}

@media (max-width: 580px) {
    #header-contact{
    margin-right: 50px;
    font-size: 16px;
    }
}

.menu {
    height: 21px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
    z-index: 99;
}




.nslider_head {
    padding-bottom:45px;
}

/* .privacy-policy-wrapper{
    text-align: end;
    padding-right: 50px;
    padding-bottom: 30px;
    font-size: 16px;
    color: black;
    font-weight: bold;

}

.privacy-policy-wrapper a{
    text-align: end;
    padding-right: 50px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #888888;
    font-weight: bold;

} */

.thanks-wrapper{
    text-align: center;
}

.thanks{
    font-size: 3rem;
    font-weight: 700;
}

.thanks{
    font-size: 3rem;
    font-weight: 700;
}




  .d-flex{
      display: flex;
      justify-content: around;
  }


