.copyright_pad_new {
    padding-top: 10px;
    padding-bottom: 10px;
}

.copyrights_new {
    background: #0071a9;
}

.footer_last_link li a {
    color: #FFF;
    font-size: 13px;
    padding-left: 10px;
}

.footer_last_link li:nth-of-type(2) a {
    padding-left: 25px;
}

.new-footer {
    background: #0087c9;
    padding: 80px 0 40px;
}

footer .section-heading {
    font-weight: 600;
}
.img-label h5{
    color: #fff;
}
footer ul {
    padding: 0;
    list-style-type: none;
}

footer ul li a {
    height: 36px;
    color: #fff !important;
}

footer h3.section-heading::after {
    content: '';
    position: absolute;
    bottom: -7px;
    width: 75px;
    height: 1.5px;
    background: #fff;
    left: 0;
}

footer h3.section-heading {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
}
.text-center.img-label{
    color: #fff;
}

.fl-right {
    float: right;
}

.img-label {
    position: relative;
    display: inline-block;
}

.img-label span {
    position: absolute;
    font-size: 14px;
    bottom: -15px;
    right: 0;
}

.new-footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.social_icons {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding-top: 0;
    margin: 0 !important;
    padding-left: 0 !important;
}

.social_icons li {
    display: inline-block;
    padding-right: 25px;
}

.ftr-twitter,
.ftr-facebook,
.ftr-news {
    padding: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    position: relative;
}

.ftr-twitter::after,
.ftr-facebook::after,
.ftr-news::after {
    content: none;
}
.social_icons li a{
    display: block;
    margin-top: 10px;
}
.social_icons li a svg,
.social_icons li a span{
    width: 30px;
    height: auto;
    fill: #fff;
    font-size: 30px;
    color: #fff;
}
.social_icons li a:hover {
    text-decoration: none;
    color: #fff;
    border-color: transparent;
}

.modal-backdrop {
    z-index: 99999 !important;
}

.pop-up-form.show {
    opacity: 1;
    display: block !important;
}

.bottom-section .learn-more-text {
    color: #1f2471;
    line-height: 45px;
}

.footer-text-align .new-social-wrapper {
    /*text-align: right !important;*/
}

.copyright_pad_new {
    padding-top: 10px;
}


/* .copyrights_new {
    background: #2b2b2b;
} */

.links {
    color: #FFF;
    font-size: 13px;
}

.footer_last_link li {
    list-style: none;
    display: inline;
    color: #fff;
}

.footer_last_link li span,
.text-center.img-label span{
    color: #fff;
}
.footer_last_link li a {
    color: #FFF;
    font-size: 13px;
}

.footer_last_link {
    text-align: right;
}

.f_pr_10 {
    padding-right: 10px;
}

.pt_5 {
    padding-top: 5px;
}


.footer_wrap h4 {
    color: #fff;
    font-weight: 400;
    font-size: 75px;
    margin-top: 25px;
}
.contact-box {
    margin-top: 40px;
}
.contact-box, .contact-box-right {
    margin: auto;
    text-align: left;
    margin-top: 40px;
}

.contact-box p {
    display: inline-block;
    color: white;
    font-size: 18px;
    margin-bottom: 0;
    /*color: #7b7b93;*/
}
.contact-box p, .contact-box-right a, .contact-box-right p, .sub-footer {
    color: #fff;
}
.contact-box-right a, .contact-box-right p {
    color: #fff;
}
.contact-box-right p:first-of-type {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

@media (max-width: 1200px){
    .footer_wrap h4 {
        font-size: 48px;
    }
}


@media (max-width: 991px) {
    .footer-mobile {
        /*flex-wrap: nowrap;*/
    }
    .footer-mobile .fl-right {
        float: none !important;
    }
    .footer-mobile .footer-display {
        display: none !important;
    }
    .footer-text-align .new-social-wrapper {
        text-align: center !important;
    }
    contact-box, .contact-box-right {
     margin: initial;
    }
    .contact-box, .contact-box-right {    
        margin-top: 20px;
    }   
    .contact-box-right p:first-of-type {
        margin-bottom: 12px;
    }

}
@media (max-width: 768px){
    .topnav-wrapper #myLinks.web a span {
        font-size: 18px !important;
    }
}

@media (max-width: 550px) {
    footer .col-lg-3{
        text-align: center;
    }

    footer h3.section-heading::after {
        right: 0;
        margin: auto;
    }
    .footer_last_link li:first-of-type{
        display: block;
    }
    .footer_last_link li:nth-of-type(2) a{
        padding-left: 0;
        margin-top: 10px;
    }
}
@media (max-width: 425px) {
    .copyright_pad_new .links {
        text-align: center;
    }
    .copyright_pad_new .dmca-img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
    }
    .copyright_pad_new .footer_last_link {
        text-align: center;
        padding-left: 0;
    }
   
}

@media (max-width: 300px) {
    .footer-mobile {
        flex-wrap: wrap;
    }
}
