/* Responsiveness for hello-child website */

@media only screen and (min-width : 1481px) and (max-width : 1680px) {


.award-item {
width: 300px;

	}
	
}
@media screen and  (max-width: 1480px) {
	.award-item {
width: 300px;

	}

.category_blog_loop img {
    height: 280px !important;
}

}
@media screen and  (max-width: 1025px) {


.award-item {
width: 220px;

	}


	.home_banner::before {
    height: 800px !important;
    width: 800px !important;
		bottom: -400px !important;
}



.banner_logo_slider figure.swiper-slide-inner {
	height: 80px !important;
width:180px !important;
}
.banner_logo_slider figure.swiper-slide-inner img {
    width: 120px;
    height: 50px;
}

.service_main_flex_tab {
    padding: 25px 10px;
}

.service_slides {
    padding: 10px 20px !important;
}
.counter_box {
	padding: 20px 10px;
}

.counter_head {
    display: flex;
    align-items: center;
}

.left_column_work {
    width: calc(30% - 10px);
    padding-left: 15px;
}
	.worker_nav_slides{
min-height:70px !important;
}

.top_detail.flex {
    
    padding-bottom: 20px;
}

}
@media screen and  (max-width: 768px) {

.detal_atuhor_image img.author-image {
    width: 80px;
	height: 80px;
}

.category_blog_loop img {
    height: 220px !important;
}


.award-item {
width: 200px;

	}

.case_counters {
    flex-wrap: wrap;
}
.award-item img {
    max-width: 120px !important;
    height: 50px !important;

	}
    .counter_box {
             border-left: none;
	}
	.our_work .flex.justify_space_between {
    flex-direction: column;
gap:40px;
}

.col-25.left_column_work {
    width: 100%;
}

.col-70 {
    width: 100%;
}

.flex.right_work_side {
    flex-direction: column;
}

.right_work_side .col-50 {
    width: 100%;
}

.flex.counter_flex {
    flex-direction: column;
}

.flex.service_main_flex_tab {
    flex-direction: column;
}

.flex.service_main_flex_tab .col-48 {
    width: 100%;
}

.case_detail_btn {
    margin-top: 20px !important;
}

ul.listed.flexx_listed li {
    width: calc(100% - 0px)
}

}
@media screen and  (max-width: 600px) {


.award-item {
width: 150px;

	}

.banner_logo_slider figure.swiper-slide-inner {
        height: 70px !important;
        width: 160px !important;
    }
    .banner_logo_slider figure.swiper-slide-inner img {
        width: 100px;
        height: 40px;
    }

	
}