
footer {
    background-color: #08070C;
    padding-top: 50px;
    text-align: left;
  }
  footer .designed {
    text-align: right;
     margin-top: 20%; 
  }
  footer .designed img {
    max-width: 185px;
    margin: 0 auto 5px auto;
  }
  footer .designed p {
    color: #BCBCBC;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    text-align: right !important;
  }
  footer .footer .footer-top {
    padding-bottom: 15px;
    /* border-bottom: 1px solid #eee; */
    /* margin-bottom: 25px; */
  }
  footer .footer .social-media i{
    font-size: 20px;
    background: var(--background_color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* margin-right: 20px; */
  }
  footer .footer .footer-top .disclaimer {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  footer .footer .footer-top ul.quick-links {
    column-count: 1;
    padding: 0;
    list-style: none;
  }
  footer .footer .footer-top ul.quick-links li {
    margin-bottom: 10px;
  }
  footer .footer .footer-top ul.quick-links li a {
    color: #BCBCBC;
    font-size: 15px;
    font-weight: 600;
  }
  footer .footer .footer-top ul.footer-contact {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
  }
  footer .footer .footer-top ul.footer-contact li {
    /* margin-bottom: 15px; */
    position: relative;
  }
  footer .footer .footer-top ul.footer-contact li h6 {
    /* font-weight: 700; */
    font-size: 12px;
    color: var(--primary_color);
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  footer .footer .footer-top ul.footer-contact li a {
    color: #BCBCBC;
    font-size: 14px;
    font-weight: 600;
  }
  footer .footer .footer-top .footer-contact .custom-footer-address{
    color:#BCBCBC !important;
    font-size: 14px;
    font-weight: 600;
    /* text-transform: uppercase; */
  }
  footer .footer .footer-top ul.footer-contact li ul.social-media {
    display: inline-block;
  }
  footer .footer .footer-top ul.footer-contact li ul.social-media li {
    position: relative;
    margin-bottom: 0 !important;
  }
  footer .footer .footer-top ul.footer-contact li ul.social-media li:not(:last-child) {
    margin-right: 20px;
  }
  footer .footer .footer-top ul.footer-contact li ul.social-media li a:hover .fa {
    color: #FFFFFF;
  }
  footer .footer .footer-top ul.footer-contact li ul.social-media li a .fa {
    color: #C5C5C5;
    transition: all 0.25s;
  }
  footer .footer{
    background: #08070C;
  }
  
  footer .footer .footer-bottom .container{
    border-top: 1px solid #404040;
    padding-top: 15px;
  }
  footer .footer .footer-bottom .container .row .more-links-link{
    text-align: right;
  }
  footer .footer .footer-bottom .container .row .more-links-link li a{
    color:#BCBCBC;
  }
  footer .footer-bottom{
    background-color: transparent !important;
  }
  footer .footer .footer-bottom {
    padding-top: 20px;
    color: #BCBCBC;
  }
  footer .footer .footer-bottom span{
    font-size: 14px;
  }
  footer .footer  .social-media {
    width: max-content;
    margin-left:auto; 
    margin-top: 10%;
  }
  footer .footer  .social-media a{
    color: var(--primary_color);
  }
  footer .footer .footer-bottom ul.more-links li {
    color: #BCBCBC;
    font-size: 14px;
    font-weight: 500;
  }
  footer .footer .footer-bottom ul.more-links li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    /* font-weight: 600; */
  }
  footer .footer .footer-bottom ul.more-links li:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    content: "";
    background-color: #BCBCBC;
  }
  footer .footer .footer-bottom ul.more-links li a {
    color: #BCBCBC;
    font-size: 12px;
    /* font-weight: 500; */
    text-decoration: none;
  }
  footer .footer .footer-bottom ul.social-media li {
    position: relative;
    margin-bottom: 0 !important;
  }
  footer .footer .footer-bottom ul.social-media li:not(:last-child) {
    margin-right: 20px;
  }
  footer .footer .footer-bottom ul.social-media li a:hover .fa {
    color: #FFFFFF;
  }
  footer .footer .footer-bottom ul.social-media li a .fa {
    color: #C5C5C5;
    transition: all 0.25s;
  }
  footer .footer .footer-bottom p {
    color: #C7C7C7;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
    text-align: right;
  }
  footer .footer .footer-bottom p a {
    color: #FBB207;
  }
  
  @media (max-width: 576px) { 
    footer{
        padding-top: 10px !important;
    }
    footer .footer .footer-top .disclaimer {
        padding: 10px;
      }
      footer .footer .footer-top .logo{
        text-align: center;
        margin-bottom: 15px;
      }
      footer .footer .footer-top ul.quick-links li:not(:last-child):after{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 15px;
        content: "";
        background-color: #888888;
      }
      footer ul.quick-links {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content:center;
      }
      footer ul.quick-links li:not(:last-child) {
        padding-right: 15px;
        margin-right: 15px;
        position: relative;
      }
      footer ul.quick-links li {
        display: inline-block;
    }
    footer .footer .social-media{
        margin: auto;
        margin-top: 10%;
    }
    footer .designed{
        margin-top: 10px;
        text-align: center;
    }
    footer .designed p{
        text-align: center !important;
    }
    footer .footer .footer-bottom .more-links{
        text-align: center;
    }
  }
  @media (min-width: 577px) and (max-width: 991px){
    footer{
      padding: 15px;
    }
    footer a, footer p{
        font-size: 12px !important;
    }
    footer .footer .social-media i{
        font-size: 17px;
        /* margin-right: 10px; */
    }
    footer .designed img{
      max-width: 100%;
    }
    footer .designed p{
      text-align: left !important;
  }

}