@media only screen and (min-width:992px) and (max-width:1199px)
{	
	

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {


}

@media only screen and (min-width: 768px) and (max-width: 991px)
{	

	
	
}

@media (max-width: 767px) {

    .banner-content .container {max-width: 100%;}
    .landing-logo img {height: 80px;}
    .landing-logo {margin-bottom: 5px;}
    .banner-slogen br, .banner-sub-text br {display: none;}
    .banner-slogen {font-size: 16px;}
    .banner-text-content h1 {font-size: 30px;}

    .homemanibanner .swiper-pagination {right: 0; left: 0; top: inherit; bottom: 30px; width: 100%; flex-direction: inherit; justify-content: center;  align-items: center; gap: 5px; z-index: 99;}
    .homemanibanner .swiper-pagination-bullet {width: 12px; height: 12px;}
    .banner-flex {position: relative;}
    .banner-dot-img-sec {position: absolute; right: 0px; bottom: 0px;}
    .banner-dot-img-sec img {width: 100px;}
    .banner-text-content {margin-bottom: 110px;}
    .banner-content {top: 30px; height: calc(100vh - 60px);}



}


@media (max-width: 575px) {
	


}


@media (max-width: 479px) {

}

	
img {max-width: 100%; height: auto;}