    .desc_txt_two {
        padding: 0 40px;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }

    .footer-table {
        display: table;   /* Allow the centering to work */
        margin: 0 auto;
    }

    .footer-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }
      
      .footer-list li {
        float: left;
      }

      .footer-list li a {
        font-size: 15px;
      }
      
      .footer-list li a {
        display: block;
        color: white;
        text-align: center;
        padding: 16px;
        text-decoration: none;
      }

    .types-list {
        margin: 0!important;
    }

    .types-list li {
        list-style-type: none!important;
        font-size: 24px;
        color: #2c95f3;
        line-height: 50px;
    }

    .center-center {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

.m-b-5 {
    margin-bottom: 30px;
}

    .center {
        text-align: center!important;
    }

    .side-nav {
        margin: 0;
    }

    .white {
        color: white;
    }

    .side-nav li {
        list-style-type: none!important;
        border-bottom: 2px solid #d2d2d2;
        padding: 0 0 10px 0;
    }

    .side-nav li a {
        font-size: 20px;
     }

    .margin-filler {
        margin-top: 50px;
    }

    .my-list li {
        list-style-type: none!important;
        font-size: 14px;
    }

    .p-t-5 {
        padding-top: 5rem;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .my-list {
        margin: 0!important;
    }
    
    .main-logo {
        max-width: 200px;
        margin-top: 40px;
    }
    
    .m-b-10 {
        margin-bottom: 10px;
    }
    
    .m-b-20 {
        margin-bottom: 20px;
    }
    
    .m-x-20 {
        margin: 20px 0 20px 0;
    }
    
    .your-payroll h4 {
        font-size: 20px;
    }
    
    .button-container {
        text-align: center;
        padding: 44px 0 0 0;
    }
    
    .contact-button {
        color: white;
        border: 2px solid white;
        padding: 20px 40px 20px 40px;
        font-size: 36px;
        font-weight: 600;
    }
    
    .contact-button:hover {
        color: #2196f3;
        text-decoration: none;
    }
    
    .white {
        color: white;
    }
    
    .custom-p p {
        font-size: 17px;
        line-height: 28px;
    }
    
    .custom-li li {
        font-size: 20px;
    }
    
    .custom-h3 h3 {
        line-height: 32px;
    }
    
    .custom-h5 h5 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .sub-active {
        background-color: #2196f3;
        color: white;
    }
    
    .sub-active li a:hover {
        color: white;
    }
    
    .italic {
        font-style: italic;
    }
    
    .align-right {
        text-align: right;
    }
    
    .faq .question .title {
        font-size: 19px;
    }
    
    .answer p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .m-b-50 {
        margin-bottom: 50px;
    }
    
    @media only screen and (max-width: 767px) {
        #Top_bar .logo #logo img {
            height: auto !important;
            max-width: 130px;
            float: left;
            padding: 0 0 20px 0;
        }
        .container {
            max-width: 90%!important;
        }
        .contact-button {
            color: white;
            border: 2px solid white;
            padding: 20px 40px 20px 40px;
            font-size: 24px;
            font-weight: 600;
        }
        #Subheader {
            padding: 120px 0 100px!important;
        }
    }
    /* .subheader {
        padding: 360px 0 100px!important;
    } */

    .section {
        position: relative;
        padding-top: 5rem;
    }
    
    @media only screen and (max-width: 1239px) {
        #Top_bar #menu {
            display: none;
            height: auto;
            width: 100%;
            bottom: auto;
            top: 100%;
            right: 1px;
            position: absolute;
            margin: 0px;
        }
    }
    
    @media only screen and (max-width: 1239px) {
        #Top_bar a.responsive-menu-toggle i {
            font-size: 41px;
            line-height: 35px;
            float: right;
            right: 1px;
            position: absolute;
            top: 120px;
        }
    }
    
    @media only screen and (max-width: 768px) {
        #Top_bar a.responsive-menu-toggle i {
            font-size: 35px;
            line-height: 35px;
            position: relative;
            top: 4px;
        }
        html {
           
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: fixed;
            -webkit-background-size: cover;
            background-size: cover;
        }
    }
    
    @media only screen and (max-width: 450px) {
        html {
            
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: fixed;
            -webkit-background-size: cover;
            background-size: cover;
        }
    }



    .bg-green {
        background-color: #2196f3;
        height: 600px;
    }

    .big-p {
        font-size: 22px;
        line-height: 28px;
    }

    @media only screen and (max-width: 767px) {
        #Top_bar .logo #logo {
            padding: 0;
            margin: 0!important;
        }
        .header-stack #Action_bar {
            background-color: #2C2C2C;
            display: none;
        }
        #Top_bar, #Action_bar {
            background: #060c17a3 !important;
        }
        .footer-list li {
            float: none;
        }

        .side-nav {
            margin: 0;
            display: none;
        }
    }


    
    @media only screen and (max-width: 767px) {
        .section_wrapper, .container, .four.columns {
            max-width: 300px !important;
        }
        .space-balls {
            padding-top: 0px!important;
        }
    }


