.waveWrapperInner {
    background: #221d52 !important;
}
.eight-banner-section {
    padding: 100px 0px 0px;
    margin-bottom: 190px;
    background: #221d52 !important;
    max-height: 780px;
}
#eight-banner .col-lg-8, #eight-banner .col-lg-4{
        padding-left: 0px;
        padding-right: 0px;
}
.eight-banner-section .eight-banner-content {
    position: relative;
    z-index: 5;
    display: block;
    padding-bottom: 0px;
    width: 100%;
}
.register-form {
    background-color: white;
    padding: 15px 46px;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: auto;
    padding-bottom: 54px;
    margin-left: 10px;
    margin-right: 0px;
    
}

        .register-form h2 {
        text-align: center;
            margin-bottom: 7px;
            font-size: 16px;
            font-weight: bold;
            color:#25294e;
        }

    .register-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 12px;
        font-size: 11px;
}

.register-form input, .register-form select, .register-form button {
    width: 100%;
    padding: 12px;
    margin-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

        .register-form input[type="radio"], 
        .register-form input[type="checkbox"] {
        width: auto;
        }

        .register-form button {
        background-color: #e41d25;
        color: white;
        cursor: pointer;
        border: none;
        width: 100%;
            padding: 3px;
            margin-bottom: 5px;
            border-radius: 7px;
            border: 1px solid #ccc;
            font-size: 14px;
        }

        .register-form button:hover {
        background-color:#0056b3;
        }

        fieldset {
        border: none;
        padding: 0;
        display: flex;
        }

        #captcha-text {
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-left: 8px;
        }

        #reload-captcha {
        cursor: pointer;
        font-size: 16px;
        background-color: transparent;
        border: none;
        color: #007BFF;
        margin-top: -7px;
        }


        @media (max-width: 768px) {
                .register-form {
                    width: 300px;
                    margin: 0px auto;
                    }
                        .eight-banner-section {
                padding-bottom: 0px;
            }
        }


        .section-1 {
            text-align: center; /* Center the content */
            padding: 20px;
        
        }

        .section-image {
            width: 100%; /* Adjust the size of the image */
        width: 1170px;
            margin-right: 10px; /* Max width for large images */
            height: auto; /* Maintain the aspect ratio */
            margin-bottom: 20px; /* Space between image and button */
            border-radius: 16px;
        }
        @media only screen and (max-width: 768px) {
        /* For mobile phones: */
        .section-image {
            height: 160px;
        }
        .action-button {
            padding: 5px 11px;
            font-size: 12px;
            background-color: #e41d25;
        }
        }
        .action-button {
            padding: 12px 24px;
            font-size: 16px;
            background-color: #e41d25; /* Button background color */
            color: white; /* Text color */
            border: none;
            border-radius: 8px; /* Rounded corners */
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .action-button:hover {
            background-color: #0056b3; /* Darker shade on hover */
        }
            
        
        .stats {
            background-color:#e9ebf7;
        }
        .stats h2 {
            color: #25294e;
            font-size: 36px;
            font-weight: 800;
            text-align: center;
        }

        .stats b {
        color: #d2151e;
            font-size: 35px;
            font-weight: 700;
            line-height: 29px;
        }
        .stats h3 {
            color: #fff;
            font-size: 19px;
        }
        .stats .line{
            background: #25294e;
            padding: 12px 19px;
            border-radius: 0px 20px;
            box-shadow: 10px 10px 5px #d2151e;
        }

        /* General Styles */
        .three-boxes-section {
        padding: 40px 0;
        background-color: #f9f9f9;
        }

        .feature-box {
        background-color: #e9ebf7;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        position: relative; /* Ensure pseudo-elements are positioned correctly */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .feature-box:hover {
        transform: translateY(-10px); /* Lifts the box */
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); /* Adds a deeper shadow */
        background-color: #fff; /* Changes the background color */
        }

        /* Add a decorative line before the box content */
        .feature-box::before {
        content: ''; /* Create an empty box */
        position: absolute;
        top: 10px;
        left: 10px;
        width: 50px;
        height: 5px;
        background-color: #007bff;
        border-radius: 5px;
        }

        /* Add some decorative effect after the box content */
        .feature-box::after {
        content: '★'; /* Star icon or any text */
        font-size: 30px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #f39c12;
        }

        /* Icon styling */
        .feature-box .icon {
        margin-bottom: 20px;
        background: #fff;
            width: 94px;
            margin: 0px auto;
            padding: 10px;
            border-radius: 10px;
        }

        .feature-box .icon img {
        max-width: 60px;
        height: 60px;
        }

        .feature-box h3 {
        font-size: 18px;
            color: #333;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .feature-box p {
        font-size: 14px;
        color: #666;
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
        .feature-box {
            padding: 15px;
            margin-bottom: 10px;
        }

        .feature-box .icon img {
            max-width: 50px;
            height: 50px;
        }

        .feature-box h3 {
            font-size: 16px;
        }

        .feature-box p {
            font-size: 13px;
        }

        /* Stacking columns vertically on smaller screens */
        .col-lg-4,
        .col-md-6,
        .col-sm-12 {
            width: 100%;
        
        }
        }

        @media (max-width: 480px) {
        .feature-box .icon img {
            max-width: 45px;
            height: 45px;
        }

        .feature-box h3 {
            font-size: 14px;
        }

        .feature-box p {
            font-size: 12px;
        }
        }
       .btn-1 {
    padding: 10px;
    background: red;
    border-radius: .25rem;
    background: #e31e25;
    display: block;
    margin: 10px auto 0px;
    font-size: 15px;
    width: 100%;
}

.why_choose_home .eight-section-title h2 {
    margin-bottom: 20px;}


   #testimonial1 .head-small{padding-left: 15px; font-size: 17px;}
        .ei-team-pic-text{
        padding-bottom: 10px;
        }
        .blog-container {
                    width: 90%;
                    max-width: 1200px;
                    margin: 20px auto;
                    display: flex;
                    gap: 20px;
                }

                .blog-left,
                .blog-right {
                    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                    background: white;
                    border-radius: 8px;
                    overflow: hidden;
                }

                .blog-left {
                    flex: 2; /* Larger section on the left */
                }

                .blog-right {
                    flex: 1; /* Smaller section on the right */
                    display: flex;
                    flex-direction: column;
                    gap: 15px;
                }

                iframe {
                    width: 100%;
                    height: auto;
                    aspect-ratio: 16 / 9;
                    border: none;
                }

                .blog-title {
                    text-align: center;
                    margin-bottom: 20px;
                    color: #333;
                }

                @media (max-width: 768px) {
                    .blog-container {
                        flex-direction: column;
                    }
                }

            .popup-container {
                    display: none;
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0, 0, 0, 0.8);
                    justify-content: center;
                    align-items: center;
                    z-index: 1000;
                }

                .popup-content {
                    position: relative;
                    width: 80%;
                    max-width: 700px;
                    background: #fff;
                    border-radius: 10px;
                    overflow: hidden;
                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
                }

                .popup-content iframe {
                    width: 100%;
                    height: 400px;
                    border: none;
                }

                .close-btn {
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    background: #ff4d4d;
                    color: white;
                    border: none;
                    border-radius: 50%;
                    font-size: 16px;
                    width: 30px;
                    height: 30px;
                    cursor: pointer;
                }

                .show-popup {
                    display: flex;
                }

                #ei-courses button {
                    margin: 5px;
                    padding: 15px 20px;
                    font-size: 16px;
                    font-weight: bold;
                    background-color: #e41d25;
                    color: white;
                    border: none;
                    border-radius: 5px;
                    cursor: pointer;
                    transition: background-color 0.3s ease;
                    width: 100%;
                    text-align: left;
                }

                #ei-courses button:hover {
                    background-color: #0056b3;
                    color:#fff;
                }
                #ei-courses h3{
                font-size: 4.0rem;
            line-height: 1;
                }
                #ei-courses h2{ color: #000;
            font-size: 36px;
            font-weight: 700;
            text-align: center; }
                .section-container {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 20px;
                    width: 90%;
                    max-width: 1200px;
                    margin: 40px auto;
                    background: white;
                    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                    border-radius: 8px;
                    overflow: hidden;
                }
                }

                .section-image {
                    flex: 1;
                }

                .section-image img {
                    width: 100%;
                    height: auto;
                    object-fit: cover;
                    border-radius: 14px;
                }

                .section-content {
                    flex: 1;
                    padding: 20px;
                }

                .section-content h2 {
                color: #333;
            font-size: 24px;
            font-weight: 600;
                }

                .section-content p {
                    font-size: 16px;
                    line-height: 1.6;
                    margin-bottom:0;
                    color: #555;
                    text-align: justify;
                }

                .section-content .highlight {
                    font-weight: bold;
                    color: #d2151e;
                }

                .section-content .contact {
                margin-top: 0;
            font-size: 16px;
            font-weight: 600;
            color: #555;
            text-align: justify;
                }

                @media (max-width: 768px) {
                    .section-container {
                        flex-direction: column;
                        text-align: center;
                    }
                }

                
        .section-title h1{
            font-weight: 700;
        }
            .mevents-card {
            border-radius: 20px;
            overflow: hidden;
            margin: 15px;
            background-size: cover;
            color: #fff;
            height: 405px;
            position: relative;
        }
        .mevents-card-logo {
            padding: 15px;
        display: none !important;
            width: 110px;
        }
        .mevents-card-body {
            padding: 25px;
            position: absolute;
            bottom: 2rem;
            width: calc(100% - 50px);
        }
        .mevents-card-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #fff;
            height: 50px;
        }
        .mevents-card-text {
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 10px;
            padding: 10px 0;
        }
        .fa-calendar-alt, .fa-map-marker-alt {
            margin-right: 5px;
        }
        .fa-calendar-alt, .fa-map-marker-alt {
            margin-right: 5px;
        }
        .mevents-card-footer {
            padding: 15px 25px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: absolute;
            bottom: 0;
            width: calc(100% - 50px);
        }
        .mevents-card-footer .btn {
        border: none;
            border-radius: 5px;
            padding: 7px 20px;
            font-size: 14px;
            font-weight: 600;
        }
        .btn-two {
            background: #EF0000;
        }
        .about-judiciary{
            background: #f3eded;
            padding-top: 20px;
        }
        .about-judiciary h1{
            font-weight: 700;
            padding-bottom: 10px;
        }
        
        .about-judiciary .image-container img{
                border-radius: 15px;
        }
        .about-judiciary .section-title{
            font-size: 20px;
            font-weight: 500;
            padding-bottom: 8px;
        }
        .section-container-one {
                    max-width: 1200px;
                    margin: 0 auto;
                    padding: 40px 20px;
                    background: #f3eded;
                }
        .section-container-one h2{
            text-align: center;
            font-weight: 600;
            padding-bottom: 25px;
        }
        .section-container-two {
                    max-width: 1200px;
                    margin: 0 auto;
                    padding: 40px 20px;
                }
        .section-container-two h2{
            text-align: center;
            font-weight: 600;
            padding-bottom: 25px;
        }
            
                .box-container {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 20px;
                    justify-content: space-between;
                }

  .box {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 100%;
    transition: transform 0.3s ease;
    text-align: center;
    min-height: 220px;
}

                .box:hover {
                    transform: translateY(-5px);
                }

                .box-icon {
                    font-size: 40px;
                    color: #221d52;
                    margin-right: 15px;
                    flex-shrink: 0;
                    
                }

               
                .box-title {
                    font-size: 18px;
                    color: #333;
                    font-weight: bold;
                    margin-bottom: 5px;
                }

                .box-text {
                    font-size: 14px;
                    color: #666;
                    line-height: 1.5;
                }
.testimonial_section  .box{
    width: calc(33% - 10px);
}

                @media (max-width: 768px) {
                    .box {
                        width: 100%;
                    }
                }


                .eight-feature-box:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease-in-out;
        }
        @media (max-width: 576px) {
            .eight-feature-box {
                margin-bottom: 20px;
            }
        }
        .about-judiciary p{
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 0;
            color: #555;
            text-align: justify;
        }

        .blog-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            padding: 20px;
        }

        /* Left box style */
        .left-box {
            flex: 1 1 60%; /* 60% width for left box */
            padding: 20px;
            background-color: #f4f4f4;
            border-radius: 8px;
        }

        .left-box img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        .left-box h2 {
            margin-top: 10px;
            font-size: 24px;
            color: #333;
        }

        .left-box p {
            margin-top: 10px;
            font-size: 16px;
            color: #666;
        }

        /* Right box style */
        .right-box {
            display: flex;
            flex: 1 1 35%; /* 35% width for right box */
            flex-direction: column;
            gap: 20px;
            background-color: #f4f4f4;
            border-radius: 8px;
        }

        /* Individual right box items */
        .right-box-item {
            padding: 20px;
            background-color: #f4f4f4;
            border-radius: 8px;
        }

        .right-box-item img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        .right-box-item h3 {
            margin-top: 10px;
            font-size: 20px;
            color: #333;
        }

        .right-box-item p {
            margin-top: 10px;
            font-size: 14px;
            color: #666;
        }
        /* Style the section container */
        .section {
        display: flex;
        align-items: center; /* Vertically center the content */
        margin: 20px 0;
        }

        /* Style the icon container */
        .icon {
        font-size: 30px;
        margin-right: 20px; /* Space between the icon and the text */
        color: #4CAF50; /* You can change the color */
        }

        /* Style the content container */
        .content {
        display: flex;
        flex-direction: column;
        }

        /* Style the heading */
        .heading {
        margin: 0;
        font-size: 24px;
        color: #333;
        }

        /* Style the paragraph text */
        .text {
        margin: 5px 0;
        color: #666;
        font-size: 16px;
        }
        .blog-text h6{
            padding-top: 28px;
            font-size: 20px;
            font-weight: 600;
            padding-bottom: 10px;
        }
.blog-text h3 {
    font-size: 26px;
    font-weight: 700;
    color: #282350;
    margin-bottom: 15px;
    margin-top: 15px;
}
        .blog-text h3:hover{
            color: #ff6700;
        }
        .blog-box{
            background: #f3eded;
            padding: 22px 22px;
            border-radius: 10px;
            height:100%;
        }
        .blog-box-one{
            background: #f3eded;
            padding: 22px 22px;
            border-radius: 10px;
        }
        .blog-box img{
            border-radius: 14px;
        }
        .blog-box-one img{
            border-radius: 14px;
        }
        .blog-box .blog-img{
            width: 68px;
            height: 68px;
            /* overflow: hidden; */
            margin-right: 15px;
            border-radius: 100%; 
        }
    
        .blog-box .dia-author-name span{
            font-size: 20px; 
        }
        .blog-box .dia-author-name span a{
            color: #6606d9;
            font-weight: 700; 
        }
        .blog-box .dia-date-meta{
            margin-top: -60px;
            font-size: 20px;
        }
        .blog-text-one h6{
        padding-top: 5px;
        }

        .blog-box-one.mb-1:nth-child(2){
            margin-bottom: 0px !important
        }
        .blog-text-one h3 {
    font-size: 18px;
    font-weight: 600;
    color: #282350;
    margin-top: 10px;
    line-height: 1.4;
}
        .blog-text-one h3:hover{
            color: #ff6700;
        }
        .blog-box-one .blog-img-one{
            width: 43px;
            height: 43px;
            overflow: hidden;
            margin-right: 10px;
            border-radius: 100%;
        }
        .blog-box-one .dia-author-name-one span{
            font-size: 16px;
        }
        .blog-box-one .dia-author-name-one span a{
            color: #6606d9;
            font-weight: 600;
        }
        .blog-box-one .dia-date-meta-one{
            margin-top: -29px;
            font-size: 16px;
        }
.sectionWapper {
    display: flex;
    z-index: 1;
    position: relative;
    width: 104.5%;
    margin-left: -27px;
    right: 0;
    top: auto;
    bottom: 4px;
}
.section-icon {
    display: block;
    align-items: center;
    padding: 50px 50px 30px;
    background-color: #631d1d;
    border-radius: 0px;
        margin: 25px 15px 0px;
    width: 100%;
    text-align: center;
    box-shadow: 1px 2px 15px #0000004a;
}

.icon-container {
    max-width: 95px;
    margin: 0px auto 10px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 5px 15px #3333333b;
}

        /* Icon style */
        .icon-container .icon {
            width: 100%;
            max-width: 240px;
        }

        /* Text container for heading and paragraph */
        .text-container {
        max-width: 600px;
        line-height: 17px;
        }

        /* Heading style */
      .section-heading {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
}

        /* Text paragraph style */
        .section-text {
        font-size: 13px;
            color: #ffffff;
        
        }
      .text-container p {
    color: #bbbbbb;
}
        #eight-banner .icon-wapper{
            z-index: 1;
        }
        .banner-pagination, .banner-buttons{
            display: flex;
            gap: 10px;
            font-size: 20px;
        }
       .col-lg-3.pt-4 .banner-img {
    max-height: 180px;
    width: 100%;
}
        .banner-slider{
            display: flex; gap: 24px;
            justify-content: end;
            width: 100%;
            margin-top: 25px;
        }
        #prev, #next{
            padding: 11px;
            width: 50px;
            height: 50px;
            background: #fff;
            border-radius: 7px;
            border-radius: 100px;
            color: #017bff;
        }
        #prev i,#next i{
            padding-left: 5px;
        }
        #mode-section{
            display: none;
            justify-content: start;
            margin: 10px 0px;
            gap: 15px;
        }
        .form-radio  {
            display: flex !important;
            align-items: center !important;
            height: 20px;
            gap: 5px;
        }
        #reload-captcha{
            display: inline !important;
            width: fit-content;
        }
 #videoGallery .owl-nav .owl-prev,  #videoGallery .owl-nav .owl-next, #videoGallery .banner-navigation{
   
    display: inline;
}
#videoGallery .owl-controls{
    text-align: center
}


.eg-fun-fact-section .eg-fun-fact-mockup {
    top: 0px;
    left: -59px;
    position: absolute;
    width: 100%;
    max-width: 688px;
}

 
@media screen and (min-width: 768px) and (max-width: 2000px) {
.eg-fun-fact-section .eg-fun-fact-mockup {
    top: 0px;
    left: -59px;
    position: absolute;
    width: 100%;
    max-width: 688px;
}
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number {
    width: 50%;
    float: left;
    padding: 0px 0px 30px;
}

}

.eight-banner-section .eight-banner-content h1{
    font-size: 50px !important;
}
.eight-banner-section .eight-banner-content h1 span:nth-child(1){
    font-size: 75px !important;
    color: #e31e25
}
.call-back-area{
  background: #1d1a4a;
  padding:40px 0px;
}
.main-header-eight .appheader-content .site-logo img {
    max-width: 200px;
    padding: 0px 10px;
}
.testimonial_content {
    padding: 20px;
    display: block;
}
.testimonial_slider .carousel-control-prev, .testimonial_slider .carousel-control-next {
    left: auto;
    right: 0px;
    }
.testimonial_slider .carousel-control-prev {
    right: 60px !important;
}
.testimonial_content .testimonial_text {

    padding: 10px;
    }
.color_bg_section {
    background: #f7f9fb !important;
}
.testimonial_section .section_title {
    padding-bottom: 0px;
}
    .container {
        max-width: 1250px;
    }
    .ei-team-section .ei-team-pic-text .ei-team-img .team-mem-img-ei {
    background-color: #f8cd1f;
}

.ei-faq-section {
    background-color: #ffffff;
    padding: 50px 0px;
}
.eight-section-title h2 {
    font-size: 36px;
    padding: 0px;
    line-height: 1.2;
    text-align: center;
}
#ei-appdownload h2 {
    
    text-align: left;
}

#important_topic .ei-partner-text p {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 10px;
}
.ei-faq-section .ei-faq-queans .ei-faq-header button:before {
    color: #ed1b23;
    content: "";
    left: auto !important;
    right: 0px;
}


.ei-faq.faq_bg .ei-faq-header button:before {
    background-image: url(https://shivshankarenergy.com/public/images/minus-icon.png) !important;
    background-position: -2px 8px;
    background-repeat: no-repeat;
    background-size: 15px;
    content: "";
    width: 15px;
    height: 15px; 
}

.ei-faq.faq_bg .ei-faq-header button.collapsed{
    background:none !important;
}

.ei-faq-section .ei-faq-queans .ei-faq-header .collapsed:before {
    content: "+";
      left: auto !important;
}
.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body {
    margin-top: 5px;
    padding-left: 0px;
    font-size: 14px;
    color: #6e6c6c;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
    padding: 0px;
    transition: 0.3s all ease-in-out;
    background-color: transparent;
    box-shadow: 0px 0px #ddd;
}
.ei-faq-section .ei-faq-queans .ei-faq-header button {
     padding: 0 0 0 0px;
     position: static;
    }
.ei-faq-section .ei-faq-queans .ei-faq {
    padding: 0px 0px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1d5db;
}
.ei-faq-section .ei-faq-queans .ei-faq-header button {
    font-weight: normal;
    text-align: left;
    font-size: 18px;
}
.ei-faq-header{
  position: relative;
}
.move-border {
    background: linear-gradient(90deg, #db241c 50%, transparent 50%), linear-gradient(90deg, #db241c 50%, transparent 50%), linear-gradient(0deg, #db241c 50%, transparent 50%), linear-gradient(0deg, #db241c 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 2px, 16px 2px, 2px 16px, 2px 16px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    border-radius: 5px;
        padding: 20px;
    animation: dash;
}
@keyframes dash
{
to {
 background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
 }
}

#homebanner .owl-item img {
    transform-style: preserve-3d;
    border-radius: 0px;
    border: 0px solid #fff;
}
.text-container {
    max-width: 600px;
    padding: 0px 60px 0px;
    line-height: 17px;
}
.judgr_banner img{width: 100%; margin: 30px auto;}
.starts{margin-top: 40px;}

@media only screen and (max-width: 1040px) {

    .register-form { 
        display: none;
    }

    .sectionWapper {
        display: flex;
        z-index: 1;
        position: relative;
        width: 100%;
        margin-left: 0px;
        right: 0;
        top: 5px;
    }
    .section-icon {
        display: inline-block;
        align-items: center;
        padding: 10px;
        background-color: #631d1d;
        border-radius: 0px;
        margin: 1%;
        width: 100%;
        text-align: center;
        box-shadow: 1px 2px 15px #0000004a;
        max-width: 32%;
        min-height: 200px;
    }
    .text-container {
    max-width: 600px;
    padding: 0px 0px 0px;
    line-height: 17px;
}

        .eight-banner-section {
        padding-bottom: 10px;
            max-height: 100%;
            margin-bottom: 0px;
    }
    .judgr_banner img{width: 100%; margin: 0px auto;}

.aplit-info-bar .aplit-info-social a {
    padding: 0px 10px;
    display: inline-block;
    max-width: 120px;
    line-height: 30px;
}
.aplit-info-bar .aplit-info-social {
    display: block;
}
#result .userbox img {
    margin: 0px auto;
    width: 120px;
    height: 120px;
    display: block;
}
#result .userbox {
    letter-spacing: 1px;
            font-size: 14px;
}
#result .border-right {
    border: 1px solid #b3b3b3 !important;
    margin-bottom: 30px;
    max-width: 768px;
    margin: 0px auto 30px;
    padding: 15px;
}
.testimonial_section .box {
    width: calc(31% - 0%);
}
.testimonial_section .eight-section-title h2 {
    font-size: 36px;
    padding: 0px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}
#ei-courses h3 {
    font-size: 2rem;
    line-height: 1;
}
#testimonial_slide {
    margin-top: 60px;
}
    .eg-fun-fact-section .eg-fun-fact-mockup {
        top: 0px;
        left: 0px;
        position: relative;
        width: 100%;
       max-width: 100%;
    }
.eg-fun-fact-section .eg-funfact-text {
    max-width: 100%;
}
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter {
    display: block;
    margin-top: 40px;
}
    .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number {
        width: 25%;
        float: left;
        padding: 0px 0px 30px;
    }
    .eight-section-title p {
    font-size: 17px;
    line-height: 1.647;
    text-align: center;
}
.about-judiciary h1 { 
    font-size: 36px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.about-judiciary h2{text-align: center; font-size: 21px;}
.about-judiciary p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #555;
    text-align: justify;
    padding: 15px;
}
.ei-app-down-text {
    max-width: 450px;
    padding-top: 90px;
    margin: 0px auto;
}
#book-a-demo .col-4 {
    -ms-flex: 0 0 10.333333%;
    flex: 0 0 10.333333%;
    max-width: 10.333333%;
}
#book-a-demo .col-8 {
    -ms-flex: 0 0 86.666667%;
    flex: 0 0 86.666667%;
    max-width: 86.666667%;
}
#book-a-demo .section-title{
    margin-bottom: 20px;
}
.ei-app-mockup-img {
    display: none;
}
.stats h3 {
    color: #fff;
    font-size: 15px;
}
.stats h2 { 
    font-size: 36px;
    font-weight: 700;
}
.stats h2.sub_head { 
    font-size: 21px;
    font-weight: 600;
            text-align: center;
            margin-top: 30px;
}
.stats .col-sm-12.pt-4.pb-4 {padding: 0px !important;}
.starts {
    margin-top: 20px;
}
#Notification{
    margin-top: 40px;
}
}

@media only screen and (max-width: 640px) {
     .aplit-info-bar .aplit-info-social a {
 
        max-width: 85px; 
    }
.sectionWapper {
    display: block;
 
}
#book-a-demo .col-4 {
    -ms-flex: 0 0 20.333333%;
    flex: 0 0 20.333333%;
    max-width: 20.333333%;
}
#book-a-demo .col-8 {
    -ms-flex: 0 0 76.666667%;
    flex: 0 0 76.666667%;
    max-width: 76.666667%;
}
#book-a-demo .section-title{
    margin-bottom: 20px;
}
.section-icon {
    display: block;
    align-items: center;
    padding: 10px;
    background-color: #631d1d;
    border-radius: 0px;
    margin: 10px;
    width: auto;
    text-align: center;
    box-shadow: 1px 2px 15px #0000004a;
    max-width: 100%;
            min-height: 100%;
}

.icon-container {
    max-width: 75px;
    margin: 0px 15px 0px 0px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 5px 15px #3333333b;
    float: left;
}
.text-container {
    max-width: 600px;
    padding: 0px 60px 0px;
    line-height: 17px;
    text-align: left;
}
.text-container p { 
    font-size: 12px;
    line-height: 1.2;
}
.section-heading {
    font-size: 1rem;
    margin: 0 0 5px;
    font-weight: 600;
    color: #ffffff;
}
.social-media h2 {
        font-size: 1.5rem;
    }

 .social-media .col-sm-10.pt-4.pb-4{
    padding-top: 0px !important;
 }
    .stats h2 {
        font-size: 1.5rem;
        font-weight: 700;
        max-width: 80%;
        margin: 0px auto;
        line-height: 1.2;
    }
.stats b { 
    font-size: 1.5rem; color: #e90101!important;
}
.stats h3 { 
    font-size: 1rem;
}
 .stats.pt-4.pb-5.color_bg_section{
    padding-bottom: 1rem !important;
 }
 .stats .col-sm-12.pt-4.pb-4 {
     padding: 0px !important;
 }
 .stats .row.text-center{
    margin-top: 0px !important;
 }
 .eight-section-title h2 {
    font-size: 1.5rem !important; 
}
#eg-how-work  .eight-section-title h2 {
    font-size: 1.5rem; 
    margin-top: 20px;
}
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p {
    font-size: 16px; 
    text-align: center;
}
    .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number {
        width: 50%; 
    }
    .eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number {
        width: 50%;
        float: left;
        padding: 0px 0px 30px;
        text-align: center;
    }
.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
    margin-right: 15px;
    margin-top: 12px;
    margin-left: -35px;
            float: left!important;
}
.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text {
    padding: 10px;
}
    .eg-how-work-text {
        display: inline-block;
        width: 76%;
        margin-left: 8px;
    }
#result h2 {
    text-align: center;
    font-size: 1.5rem;
}
.results-users {
    margin-top: 10px;
}
    #result .userbox img { 
        width: 85px;
        height: 85px; 
    }
        #result .userbox {
        letter-spacing: 0;
        font-size: 10px;
    }
    .results-users h2 {
        font-size: 1rem !important;
    }
#Notification {
        padding-left: 0px;
    }
#Upcoming_Batches .mCustomScrollBox {
    left: 0px;
}
#Upcoming_Batches{
            padding-left: 10px;
}
#book-a-demo h3{text-align: center;
    font-size: 1.5rem;}

.sa-contact-inner-form { 
    padding-top: 0px;
}
#ei-courses h2 {
    font-weight: 700;
    font-size: 1.5rem;
}
#ei-courses h3 {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
}
    .ei-team-pic-text {
        max-width: 100%;
        margin: 0 auto;
    }
    .testimonial_section .box {
    width: 100%;
}
.testimonial_section  .box-container { 
    gap: 10px; 
    margin-top: 10px;
}
.testimonial_section  .box { 
    padding: 10px 5px 15px;
    min-height: auto;
}
.testimonial_section  .box-title {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}
.testimonial_section .section-title h1 {
    font-weight: 700;
    font-size: 1.5rem;
}
#Our_Masterclass h1 {
    font-weight: 700;
    font-size: 1.5rem;
}
    #Offers {
        padding: 0px 0px 0px 0px !important;
    }

.about-judiciary h1 {
   padding: 0px;
margin: 0px;
font-size: 1.5rem;
}
.about-judiciary h2{
    font-size: 1rem;
            padding: 0px;
        margin: 0px;
        text-align: center;
}
.about-judiciary .image-container img {
    margin-bottom: 10px;
            margin-top: 10px;
}
.about-judiciary p{
    font-size: 13px;
        font-weight: normal;
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
        line-height: 1.5;
        color: #212529;
    }
.eg-fun-fact-section .eg-fun-fact-mockup {
    top: 0px;
    left: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.ei-faq-header {
    position: relative;
    margin-right: 30px;
    padding-right: 15px;
}
    /*======================================================================*/

}