/* Responsiveness for Custom website */

@media only screen and (min-width : 1921px) and (max-width : 3000px) {
	.header_section {padding-right: 18%!important;}
	.hero_section {padding-right: 18%!important;}
}

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

}

@media (min-width: 1200px) {
}


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

}
@media screen and  (max-width: 600px) {
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		text-align: center;
		padding-left: 0px;
}
.elementor-widget-slides .elementor-swiper-button{
    width:40px;
    height:40px;
}
.elementor-widget-slides .elementor-swiper-button-prev::after{
    font-size:25px;
}
.elementor-widget-slides .elementor-swiper-button-next::after{
    font-size:25px;
}
.elementor-widget-slides .elementor-swiper-button-prev{
    right:40px !important;
}	
}