@media screen and (max-width:1199px){
    .article-con .box-content {
        padding: 25px;
    }
    .article-con .submit_now{
        padding: 16px 25px 14px 28px;
    }
}
@media screen and (max-width:1024px) {
    .contact_form input {
        padding: 15px 25px;
    }
    .contact_form button {
        padding: 16px 25px 14px 28px;
        font-size: 14px;
    }
    .index3-outer-wrapper .test-box {
        padding: 30px;
    }
    .index2-outer-wrapper .test-box {
        padding: 30px;
    }
    .team-con .team_wrapper .box-content {
        width: 200px;
        padding: 10px;
    }
    .team-con .team_wrapper figure img {
        width: 100% !important;
        height: 250px;
    }
    .team-con .team_wrapper .icon_box ul{
        padding-top: 10px;
    }
    .team-con .team_wrapper{
        gap: 15px;
    }
    .article-con .submit_now{
        padding: 16px 25px 14px 28px;
        font-size: 14px;
    }
    .article-con .article-image img{
        height: 200px;
    }
    .article-con .box-content p {
        margin-bottom: 15px !important;
    }
    .article-con .box-content .span_wrapper {
        margin-bottom: 10px !important;
    }
    .category-con .category_wrapper{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }
    .service-con .service-box {
        padding: 40px 15px;
    }
    .service-con .service-box figure img{
        width: 80px;
    }
    .pricingpage-testimonial .testimonial_content .paragraph{
        font-size: 16px;
    }
    .courses-box img {
        height: 230px !important;
        width: 100%;
    }
    .course-con .nav-tabs {
        padding-bottom: 30px;
    }
    .courses-box .course-bottom-sub a {
        padding: 12px 17px 11px 21px;
    }
}
@media screen and (max-width:767px){
    .team-con .team_wrapper{
        grid-template-columns: repeat(2,1fr);
    }
    .category-con .category_wrapper .category-box{
        padding: 30px 30px 30px 30px;
    }
    .category-con .category_wrapper{
        gap: 15px;
    }
    .course-con .nav-tabs {
        padding-bottom: 20px;
        gap: 15px 30px;
    }
    .courses-box .course-bottom-sub {
        padding: 20px 15px 20px 15px;
    }
    .courses-box .course-bottom-sub h5 {
        margin-bottom: 15px;
    }
    .courses-box .course-bottom-sub .icon {
        gap: 15px;
        margin-bottom: 15px;
    }
    .owl-dots .owl-dot {
        width: 11px !important;
        height: 11px !important;
    }
}
@media screen and (max-width:575px){
    .team-con .team_wrapper{
        grid-template-columns: repeat(1,1fr);
    }
    .category-con .category_wrapper{
        gap: 15px;
    }
    .category-con .category_wrapper{
        grid-template-columns: repeat(1,1fr);
    }
}