﻿
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

.net-coaching-section {
    min-height: 100vh;
    display: block;
    background-color: #fefefe;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-title {
    margin: 35px 0 0 10px;
}

.section-header {
    padding-top: 1rem !important;
    font-family: 'Poppins', sans-serif;
    color: #1a1a23 !important;
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
    margin-top: 5px
}

.sub-header {
    padding-top: 1rem !important;
    font-family: 'Poppins', sans-serif;
    color: #1a1a23 !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 15px;
    margin-top: 3px
}

.net-section-wrap {
    margin: 30px 0 0;
    background-image: linear-gradient(to bottom, #fff, #fdfdfd);
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding-left: 0px;
}

.net-section-body p  {
    margin: 15px 0 20px;
    padding-top: 20px;
}


.net-section-body h2 {
    line-height: 24px;
    margin: 15px 0 20px;
}

.net-section-body a {
    color: #1a1a23;
}

    .net-section-body a:hover {
        color: #ff952e;
    }


    .net-image img {
        width: 100%;
        height: auto;
        position: relative;
        left: 50px;
    }

.text-center{
    text-align: center!important;
}

.product-body p {
    color: #6a6a6a;
}

.color-1 {
    color: #ff952e;
    font-weight: 600;
}

.color-2 {
    color: #193f6f;
    font-weight: 600;
}

.max-width-300{
    max-width: 300px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-600 {
    max-width: 600px;
}

.net-highlights-section {
    background-color: #fefefe !important;
    padding-top: 1px;
    padding-bottom: 1px;
}

.net-section-body{
    padding-top: 50px;
}

    .net-section-body div {
        padding-left: 30px;
    }

    .net-section-body img {
        width: 30px;
        display: inline-flex;
        margin-right: 10px;
    }

/*#table-section {
    background-color: #F8F8FF;
    padding: 35px 0 35px;
}

.table {
    width: 100%;
    height: 100%;
}

.table-section-header {
    padding-top: 1rem !important;
    font-family: 'Poppins', sans-serif;
    color: #1a1a23 !important;
    line-height: 52px;
    font-weight: 500;
}

.table-section-details {
    margin: 30px 0 0;*/
/* border: 1px solid #e8e8e8;
    border-radius: 15px; */
/*padding-left: 0px;
}

.bg-thead {
    background: #21649A;
}

    .bg-thead th {
        color: #e8e8e8;
    }

.tr-dark {
    background-color: rgba(0,0,0,.05);
}*/
.fadeup {
    animation-name: fadeUp;
}

.net-about-section {
    min-height: 100vh;
    display: block;
    background-color: #fefefe !important;
    padding-top: 10px;
    padding-bottom: 60px;
}

.net-about-content {
    text-align: justify;
    padding-top: 30px;
}

