@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  

html,
body {
    padding: 0;
    margin: 0;
    background: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: "Poppins",sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}
.img-circle {
    border-radius: 100%;
    border: 3px solid white;
    margin: 8px;
    width: 115px;
    height: 108px;
}

.d-m-none {
    display: block !important
 }

 .d-d-none {
    display: none !important
 }
@media (max-width:990px) {
 .d-m-none {
    display: none !important
 }

 .d-d-none {
    display: block !important
 }
}


.footer-container {
  background: #ededed !important
}

.footer-col a, b {
    font-family: 'Roboto';
  color: black !important;
  font-weight: 500;
  text-decoration: none;
  font-size: .80rem !important
}

.footer-col h4 {
    font-family: 'Roboto';
    color: black !important;
    font-size: 1.2rem;
    font-weight: 700;
}

@media (max-width: 990px) {
    
    .mt-footer-box {
        margin-top: 15px !important;
    }
}

@media (min-width: 376px) and (max-width: 426px) {
    .footer-col h4 {
      font-size: .9rem !important;
    }
    .footer-col a, b {
        font-size: .7rem !important;
    }
}

@media (min-width: 320px) and (max-width: 376px) {
    .footer-col h4 {
      font-size: .7rem !important;
    }
    .footer-col a, b {
        font-size: .5rem !important;
    }
}

.border-white-top {
  border-top: 1px solid black !important;
  width: 40%;
}