footer{
    padding-bottom: 60px;
}
.footer-bg-img{
    background-image: url("../img/footer-banner-1.png");
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    min-height: 380px;
    
}
.footer-btn{
    background-color: #29ecc2;
    border-radius: 100px;
    width: 280px;
    height: 50px;
    border: #29ecc2;
    font-size: 15px;
}
.social-media-link{
    border: 1px solid hsla( 250 , 73% , 62% , 1 );
    border-radius: 6px;
    background-color: transparent;
    color: white;
    padding: 15px 12px 15px 12px;
}
.social-media-link:hover{
    border: 1px solid rgba(111,87,229,0.35);
}
.footer-logo img{
    filter:grayscale(100%) blur(0px) brightness(0%) sepia(0%) invert(100%) saturate(0%) contrast(300%) hue-rotate(0deg);
    margin-top: 50px;
    margin-bottom: 60px;
}
.share-icons a{
    padding: 0.6rem;
    background-color: rgb(255,255,255,0.2);
    margin-left: 15px;
}
.share-icons svg{
    fill: white;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}
.share-icons svg:hover{
    fill: rgb(255,91,0) !important;
}
.footer-con li a{
    font-family: "TTNormsProLight";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.7px;
    word-spacing: 1px;
}
.footer-con li{
    margin-bottom: 12px;
}
.footer-con li a{
    font-size: 16px;
}
.footer-con li a:hover{
    color: rgb(255,91,0) !important;
    text-decoration: none;
}

.footer-con>div{
    width: 226px;
}
.footer-con>div>p{
    font-size: 18px;
    margin-bottom: 20px;
}
.btm-links{
    font-weight: 600;
    font-size: 18px;
}
.footer-container{
    width: fit-content;
}
ul.list-unstyled{
    line-height: 25px !important;
}

@media only screen and (max-width: 1600px) {
    /* For desktop: */
  }
@media only screen and (max-width: 992px) {
    /* For desktop: */
    .footer-logo{
        margin-left: 5px !important;
    }
    .footer-con>div{
        width: 100%;
    }
  }
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .lg-no-ml{
        margin-left:0;
    }
  }
