.footer-link-list ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 21px;
}
.footer-link-list ul li:nth-child(1) {
    font-size: 18px;
    margin-bottom: 10px;
    color: #B3B3B3 !important;
}
.footer-link-list ul li {
    margin-bottom: 5px;
    color: #B3B3B3;
}

/* .footer-social .fa-facebook {
    color: #3b5998;
  }
  .footer-social .fa-twitter {
    color: #2d99e8;
  }
  .footer-social .fa-linkedin {
    color: #2d99e8;
  }
  .footer-social .fa-instagram {
    color: #bc2a8d;
}
.footer-social .fa-youtube-play {
    color: #ff0000;
} */
.footer-link-list ul li a {
    color: #B3B3B3 !important;
}
.subscribe h4 {
    color: #f2f2f2;
    font-size: 18px;
    font-family: 'TitilliumWeb-Regular';
}
.subscribe .btn-sub {
    background: #1c4374;
    border: none;
    padding: 5px 15px;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.subscribe .btn-sub img {
    width: 20px;
}
.subscribe .form-field-inline input {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.referral-coin img {
    height: 55px;
    margin-top: auto;
}
.referral-coin h5 {
    font-size: 18px;
    color: #2e6ebf;
    font-family: 'TitilliumWeb-Regular';
}
.referral-coin p {
    color: #bfbfbf;
}
.add-logo {
    justify-content: space-around;
    align-self: center;
    border-left: 1px solid #6060609e;
}
.add-logo img {
    height: 75px;
}
.add-logo img:nth-child(1) {
    /* border-right: 1px solid #606060; */
    margin-left: 0;
    padding-right: 14%;
}
footer p {
    color: #B3B3B3;
}
.footer-call {
    text-align: center;
}
.footer-call img {
    width: 23px;
    margin-right: 10px;
}
.footer-call a:nth-child(1) {
    margin-right: 15px;
}
.footer-call a {
    font-size: 14px;
    margin-right: 19px;
}
.footer-mail img {
    width: 23px;
    margin-right: 10px;
}
.footer-mail {
    text-align: center;
}
.footer-mail a {
    font-size: 14px;
    margin-right: 19px;
}
.footer-social ul {
    display: flex;
    justify-content: right;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0px;
}
.footer-social ul li {
    padding: 0px 10px;
    font-size: 16px;

    /* background: #fff;
    margin: auto 3px;
    border-radius: 100px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px; */
}
.footer-social ul li i {
    color: #8c8a8a;
}
.loading_img {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
@media (max-width: 600px) {
    .referral-coin {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .add-logo {
        border-color: transparent;
    }
    .footer-call {
        text-align: center;
        margin-top: 3%;
      }
      .footer-social ul {
        margin-top: 3%;
        justify-content: center;
    }
    .footer-link-list {
        display: grid;
        grid-template-columns: auto auto;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .footer-link-list ul li:nth-child(1) {
        font-size: 16px;
    }
    .footer-social ul {
        margin-top: 3%;
        justify-content: center;
    }
    .footer-call {
        text-align: center;
        margin-top: 3%;
      }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .footer-link-list ul li:nth-child(1) {
        font-size: 16px;
    }
    .footer-social ul {
        margin-top: 3%;
        justify-content: center;
    }
    .footer-call {
        text-align: center;
        margin-top: 3%;
      }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-mail img {
        margin-right: -1px;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1365px) {
    .footer-mail img {
        margin-right: -1px;
    }
}