﻿.sliderIcons {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

body.master-page .container-fluid {
    padding: 0;
}
body.master-page {
    overflow-x: hidden;
}
.FormBanner {
    padding: 0px 126px;
    margin-bottom: 60px;
}
.live-webinar {
    margin-bottom: 60px;
}
@media screen and (max-width: 988px) {
    .FormBanner {
        padding: unset;
        margin: 0 40px 60px;
    }
    .live-webinar {
        margin-bottom: -1px;
    }
    .col-md-4.quick-links-footer, .col-md-4.learn-more-footer {
        text-align: center !important;
    }
    footer.footer--Bottom--Blue .col-md-4.quick-links-footer, footer.footer--Bottom--Blue .col-md-4.learn-more-footer {
        width: 100%;
    }
    footer.footer--Bottom--Blue .phone-icon {
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width:991px){
    body.master-page .container-fluid {
        overflow: hidden;
    }
    .quick-links-footer h2, .learn-more-footer h2 {
        padding-left: 0;
    }
    footer ul {
        padding-left: 0;
    }
}
@media (min-width: 991px) {
  
    .FormBanner {
        /* max-width: 1163px; */
        margin: auto;
        padding: 0px 50px;
        max-height: 289px;
    }
    /*.live-webinar {
        position: relative;
        margin-bottom: 0;
    }*/


    .sliderIcons {
        padding: 0 50px;
    }
}
@media screen and (max-width:768px){
    footer.footer--Bottom--Blue .container-fluid {
        text-align: center;
    }
    footer.footer--Bottom--Blue .row.container-max {
        max-width: 1337px;
        margin: auto;
    }
    footer.footer--Bottom--Blue .col-md-4.learn-more-footer {
        margin-top: 29px;
    }
}