/* only small desktops */
/* tablets */
/* only small tablets */
@media only screen and (min-width: 992px) and (max-width: 1180px) {
	.footer-area h3{
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-light .navbar-brand{
		margin-left: 15px;
	}
	.navbar-light .navbar-toggler{
		margin-right: 15px;
		border-radius: 0px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		box-shadow: none;
	}
	.carousel-control-prev{
		left: -60px;
	}
	.carousel-control-next{
		right: -60px;
	}
	.why-text h4{
		font-size: 18px;
	}
	.why-text p{
		margin: 0px;
	}
}
/* Adjust the image size specifically for mobile */
    .cover-slides img {
        width: 100%; /* Full width of the container */
        height: 40vh; /* Set the height to 40% of the viewport height for smaller images */
        object-fit: cover; /* Ensures the image scales correctly and does not stretch */
        object-position: center; /* Centers the image in the available space */
    }

    /* Adjust font sizes for mobile */
    .cover-slides h1 {
        font-size: 20px; /* Smaller title font */
    }

    .cover-slides p {
        font-size: 14px; /* Smaller paragraph text */
    }

    /* Adjust slide navigation buttons */
    .slides-navigation a {
        font-size: 18px;
        padding: 10px;
        height: 40px; /* Smaller navigation buttons */
        width: 40px;
    }

    /* Other elements */
    .container {
        padding: 0 15px; /* Add some padding around text */
    }

    .m-b-20 {
        font-size: 18px; /* Reduce margin-bottom for better spacing */
    }

    .m-b-40 {
        font-size: 14px; /* Adjust paragraph size */
    }

    .btn-lg {
        font-size: 14px; /* Smaller button text */
        padding: 10px 20px; /* Smaller padding */
    }

    /* Adjust carousel controls for mobile */
    .carousel-control-prev,
    .carousel-control-next {
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px;
    }
}
/* mobile or only mobile */
@media (max-width: 767px) {
	.navbar-light .navbar-brand{
		margin-left: 15px;
	}
	.navbar-light .navbar-toggler{
		margin-right: 15px;
		border-radius: 0px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		box-shadow: none;
	}
	.cover-slides h1{
		font-size: 22px;
	}
	.cover-slides p {
		font-size: 14px;
	}
	.slides-navigation a{
		height: 42px;
		width: 38px;
		line-height: 33px;
	}
	.inner-column{
		margin-top: 15px;
	}
	.inner-column h1{
		font-size: 22px;
	}
	.filter-button-group{
		margin: 10px 0px;
	}
	
	.contact-imfo-box .col-md-4{
		margin-bottom: 15px;
	}
	.carousel-control-prev{
		left: 0px;
	}
	.carousel-control-next{
		right: 0px;
	}
	.blog-box-inner .blog-detail{
		overflow: hidden;
	}
	.blog-sidebar{
		margin-top: 50px;
	}
	.top-navbar .navbar{
		border-radius: 0px 0px 50px 50px;
	}
	
}
@media only screen and (min-width: 280px) and (max-width: 599px) {
	
	.why-text p{
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.inner-column{
		margin-bottom: 30px;
	}
	.inner-menu-box .nav-pills .nav-link{
		font-size: 12px;
		padding: 5px;
	}
}
