.header-button-round {
  border-radius: 25px;
  background-color: #346ef4;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  color: white !important;
}
.header-button-round > a{
  color: white !important;
}
.header-button-text {
  font-weight: 600;
}
.background {
  background-image: linear-gradient(rgba(255, 182, 47, 0.45), rgba(255, 182, 47, 0.45));
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
/* ul{
    list-style: none;
} */
.bg-carousel{
    background-image: url("../../images/bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    
    padding-top: 100px;
    padding-bottom: 100px;
    
}
.mintfin-text{
  font-weight: 400;
  font-size: 17px;
}
.form-input{
  background-color: rgb(231, 230, 230);
}


/* footer css */

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

.footer-body {
    background: linear-gradient(0deg, #fff, 50%, #DEEEFE);
    font-family: 'Rubik', sans-serif;
    background: #455A64;
}


small {
    font-size: calc(12px + (15 - 12) * ((100vw - 360px) / (1600 - 360))) !important
}

.bold-text {
    color: #989c9e !important
}

.mt-55 {
    margin-top: calc(50px + (60 - 50) * ((100vw - 360px) / (1600 - 360))) !important
}

h3 {
    font-size: calc(34px + (40 - 34) * ((100vw - 360px) / (1600 - 360))) !important
}

.social {
    font-size: 21px !important
}

.rights {
    font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important
}


/* footer css ends */
