@media screen and (max-width:1366px){
    .electrictestimonial-con .carousel-control-prev {
        left: 38%;
        top: 100%;
        height: fit-content;
    }
    .electrictestimonial-con .carousel-control-next {
        right: 38%;
        top: 100%;
        height: fit-content;
    }
}
@media screen and (max-width:1024px) {
    .contact-us-con button {
        min-width: 130px !important;
        height: 50px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 50px;
    }
    .contact-us-con ul li input{
        height: 42px;
    }
    .featured-services-outer-con .white-box{
        flex-direction: column;
        text-align: center;
    }
    .featured-services-outer-con .white-box .feature-content {
        padding-left: 0px;
        padding-top: 20px;
    }
    .featured-services-outer-con .white-box img{
        width: 80px;
        height: 80px;
    }
    .featured-services-outer-con .white-box .feature-content p {
        font-size: 14px;
    }
    .electrictestimonial-con .carousel-indicators .active figure img {
        width: 80px;
        opacity: 1;
        transform: scale(1.4);
    }
    .electrictestimonial-con .testimonial-box h3 {
        font-size: 20px;
    }
    .electrictestimonial-con .carousel-indicators {
        margin: 20px 0;
    }
    .news-blogs-con .blog-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .news-blogs-con .new-blog-box{
        height: 350px;
    }
    .news-blogs-con .new-blog-box img{
        height: 350px;
    }
    .blog-widget-style-1 .news-blogs-con{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
    }
    .carousel-focus-inner .carousel-focus-controls {
        bottom: -60px;
    }

    .testimonials-con .heading-title-con h2 {
        margin-bottom: 25px;
    }

    .carousel-focus-controls button.carousel-focus-control {
        width: 40px;
        height: 40px;
        margin: 0 6px;
    }

    .blue-shape {
        display: none;
    }

    .testimonials-con .review-box p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .testimonials-con .review-box {
        padding: 90px 28px 30px;
    }
    .popular-courses-con1{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .meet-the-team-con .team_wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .our-services-new-con .servicepage_wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .popular-courses-con2{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
    }
    .popular-courses-con3{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
    }
}
@media screen and (max-width:767px){
    .electrictestimonial-con .carousel-control-prev {
        left: 34%;
        top: 100%;
        height: fit-content;
    }
    .electrictestimonial-con .carousel-control-next {
        right: 34%;
        top: 100%;
        height: fit-content;
    }
    .electrictestimonial-con .carousel-indicators li {
        text-indent: 0;
        width: 81px;
        height: 81px;
        opacity: 1;
        margin: 0 10px;
        border-radius: 100%;
    }
    .carousel-focus-inner .carousel-focus-item:nth-of-type(2) {
        width: 100%;
    }

    .testimonials-con .review-box p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .testimonials-con .review-box img.person-img {
        top: -40px;
        width: 90px;
    }

    .testimonials-con .review-box {
        padding: 70px 24px 20px;
        width: 100%;
    }
    .carousel-focus-inner .carousel-focus-item:nth-of-type(3){
        width: 100%;
        opacity: 1;
        transform: scale(1);
        right: 0;
    }
    .carousel-focus-inner .carousel-focus-item{
        width: 100%;
        opacity: 1;
        opacity: 1;
        transform: scale(1);
        right: 0;
        left: 0;
    }
    .carousel-focus-inner .carousel-focus-item:first-of-type{
        width: 100%;
        opacity: 1;
        opacity: 1;
        transform: scale(1);
        right: 0;
        left: 0;
    }

}
@media screen and (max-width:575px) {
    .featured-services-outer-con .servces-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    .news-blogs-con .blog-wrapper{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .blog-widget-style-1 .news-blogs-con{
        grid-template-columns: repeat(1,1fr);
    }
    .carousel-focus-inner .carousel-focus-item:first-of-type {
        opacity: 1;
    }

    .testimonials-con .review-box p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 6px;
    }
    .popular-courses-con1{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .meet-the-team-con .team_wrapper{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .our-services-new-con .servicepage_wrapper{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .popular-courses-con2{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }
    .popular-courses-con3{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 15px;
    }
}