.addressbaricon , .phoneicons {
width: 40px;
    height: 40px;
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    z-index: 1;
}


.phoneiconp  {
    display: flex;
    align-items: center;
}

.copyright-links  img {
    max-width: 625px;
    height: auto;
}

.footer-nav li {
    margin-bottom: 23px;
}

.footer-nav li a {
    color: #fff;
}

.dark-light-switcher {
    border: 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    width: 10px;
    height: 30px;
    margin-top: 2px;
    word-wrap: nowrap;
    border-radius: 2;
}

.nav-wrapper-nav  {
    display: flex;
    justify-content: end;
}

.nav-wrapper-ul {
    margin-left: 15px;
}




@media  (max-width: 1400px) {
    .copyright-links  img {
    max-width: 520px;
    height: 32px;
    }
}
@media  (max-width: 1199px) {
    .colcustom {
    width: 100%;
}
    .copyright-links img {
        max-width: 409px;
        height: 29px;
    }
}

@media (max-width: 1024px){
.colcustom {
    width: 83%;
}
}

@media  (max-width: 991px) {
    .colcustom {
    width: 50%;
}
        .copyright-links  img {
    max-width: 340px;
    height: auto;
}
}

@media  (max-width: 820px) {
    .colcustom {
    width: 50%;
}
    .nonecustom {
        display: none;
    }
        .copyright-links  img {
    max-width: 340px;
    height: auto;
}
}
@media  (max-width: 768px) {
    .colcustom {
    width: 50%;
}
    .nonecustom {
        display: none;
    }
        .copyright-links  img {
    max-width: 355px;
    height: auto;
}
}
@media  (max-width: 575px) {
      .nonecustom {
        display: none;
    }
}

@media  (max-width: 540px) {
    .colcustom {
    width: 50%;

}
    .nonecustom {
        display: none;
    }

     .copyright-links {
        width: 400px;
        margin: 0 auto;
     }

     .copyright-links  img {
        width: 100%;
        height: auto;
     }

     .copyright-txt p {
        text-align: center;
     }
}

@media  (max-width: 430px) {
    .colcustom {
    width: 50%;
}
    .nonecustom {
        display: none;
    }
}

@media  (max-width: 414px) {
    .colcustom {
    width: 50%;
}
    .nonecustom {
        display: none;
    }
}

@media  (max-width: 412px) {
    .colcustom {
    width: 50%;
}
    .nonecustom {
        display: none;
    }

    .copyright-links  img {
    max-width: 350px;
    height: auto;
}
}


