* {
    margin: 0;
    padding: 0;
    -webkit-font-variant-ligatures: no-common-ligatures;
    text-rendering: optimizeLegibility;
    text-rendering: optimizeSpeed;
    line-height: normal;
}
h1, h2, h3, h4, h5, h6, ul, a {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
}
.footer-main {
    background: #fff;
}
.footer-main .dvdr-row {
    padding: 60px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e1e1e1;
}
.cstm-container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 80%;
}
.row.dvdr-row,
.row {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}
.useful_links-holder h3 {
    color: #116687;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 24px;
}
.useful_links-holder h3 a {
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    text-decoration: none;
}
.useful_links-holder h3 a:hover,
.useful_links-holder h3 a:focus {
    color: #f8c76c !important;
}
A:visited {
    text-decoration: none;
}
.useful_links-holder ul li {
    line-height: 40px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}
.useful_links-holder ul li a {
    color: #949494;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.useful_links-holder ul li a i {
    font-size: 9px;
    padding-right: 10px;
}
.useful_links-holder ul li .join-btn {
    color: #212121;
    background: #f8c76c;
    padding: 14px 24px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 10px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    font-family: 'Montserrat', sans-serif;
}
.useful_links-holder ul li .join-btn:hover,
.useful_links-holder ul li .join-btn:focus {
    background: #116687;
    color: #f8c76c;
}
.bottom-fotter-holder .social_icons span a:hover,
.bottom-fotter-holder .social_icons span a:focus {
    border: 1px solid #116687;
    color: #f8c76c;
    background: #116687;
}
.useful_links-holder ul li a:hover,
.useful_links-holder ul li a:focus {
    color: #222;
}
.bottom-fotter-holder {
    padding: 16px 0;
}
.col-md-6 {
    flex: 0 0 50%;
    padding: 0 15px;
}
.bottom-fotter-holder .copyright_tx {
    align-items: center;
    display: flex;
    height: 100%;
}
.bottom-fotter-holder p {
    font-size: 14px;
    color: #656565;
}
.bottom-fotter-holder .social_icons {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.bottom-fotter-holder .social_icons span a {
    border: 1px solid #b5b5b5;
    padding: 8px;
    background: transparent;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    color: #a0a0a0;
    font-size: 13px;
    display: flex;
    margin-right: 5px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    font-family: 'Montserrat', sans-serif;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width:767px) {
  .footer-main .row.dvdr-row .col-md-3 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .footer-main .row.dvdr-row .useful_links-holder {
    margin-bottom: 30px;
}
.footer-main .dvdr-row {
    padding: 60px 0 0px;
}

}

@media only screen and (max-width:576px) {
  .footer-main .cstm-container {
    width: 100%;
    max-width: 100%;
}
.bottom-fotter-holder .col-md-6 {
    flex: 0 0 100%;
    text-align: center;
}
.bottom-fotter-holder .social_icons {
    justify-content: center;
    padding-top: 10px;
}
.bottom-fotter-holder .copyright_tx {
    justify-content: center;
}

}
