
        .btn_apply {
            background: #2a2c92;
            border-radius: 10px;
            padding: 3px 15px;
            color: white !important;
            border: none;
            font-size: 15px;
            text-transform: capitalize !important
        }
  
        .new_course {
            text-align: left !important;
            background: white !important;
            box-shadow: .3px 4px 7px rgba(0, 0, 0, .2) !important;
            border-radius: 15px !important;
        }

        .course_image {
            width: 100% !important;
            height: 220px !important;
            overflow: hidden !important;
        }

        .new_course img {
            border-radius: 15px !important;
            width: 100% !important;

            height: 220px !important;
        }

        .course_content {
            padding: 20px;
            background-image: url('../therightwayedu.com/Img/course_content.png') !important;
            background-size: cover !important;
        }

        .course_content a {
            color: black !important;
        }

        .course_content h5 {
            height: 30px !important;
            max-height: 150px !important;
        }

        .no_mp {
            margin: 0px !important;
            padding: 0px !important;
        }
 
        .why-choose {
            position: relative;
        }

        .padding-lg {
            display: block;
            padding-top: 90px;
            padding-bottom: 90px;
        }

        .why-choose h2 {
            padding-bottom: 70px;
            color: #fff;
        }

        ul.our-strength {
            display: block;
            text-align: center;
        }

        ul.our-strength li {
            width: 20%;
            display: inline-block;
            color: #fff;
            text-align: center;
            border-right: 1px #94d3a4 solid;
        }

.section-padding {
                        background: aliceblue;
                        padding: 50px;
                    }

                    .eco_system {
                        padding: 20px;
                        margin: 15px 0;
                        background-color: #fff;
                        border-radius: 10px;
                        text-align: center;
                        height: 100%;
                    }

                    .eco_system h4 {
                        font-weight: bold;
                        padding: 7px 0;
                        font-size: 16px;
                    }

                    .eco_system span {
                        width: 60px;
                        line-height: 60px;
                        height: 60px;
                        display: block;
                        margin: 0 auto;
                        background-color: #eee;
                        border-radius: 6px;
                        font-size: 21px;
                    }

                    .eco_system span {}

                    .eco_system h4 {}

                    .eco_system p {}

                    .row_col_5,
                    .count-box {
                        display: grid;
                        grid-template-columns: auto auto auto auto auto;
                        grid-gap: 15px;
                        text-align: center;
                        margin-bottom: 40px;
                    }

                    .img_icon img {
                        text-align: center;
                        margin: 0 auto;
                        max-width: 100px;
                    }

                    .row_col_5 .col {
                        position: relative;
                        z-index: 1;
                    }

                    .row_col_5 {
                        position: relative;
                    }

                    .row_col_5:after {
                        content: '';
                        position: absolute;
                        height: 100px;
                        width: 100%;
                        left: 0;
                        right: 0;
                        top: 50%;
                        background-image: url('../iistindia.in/img/bg-002.html');
                    }

                    @media (max-width: 991px) {
                        .row_col_5 {
                            grid-template-columns: auto auto auto;
                        }
                    }

                    @media (max-width: 767px) {
                        .row_col_5 {
                            grid-template-columns: auto auto;
                        }
                    }

                    @media (max-width: 576px) {
                        .row_col_5 {
                            grid-template-columns: auto;
                        }
                    }