/**
*****************************************
	Theme Name: Earth Dreams International Pvt Ltd.
	Author: 
	Version: 1.0
******************************************
**/
@media (min-width: 1440px){

}

@media (max-width: 1366px){
}

@media (min-width: 1199px) {
	.section-inner-wrapper {
		flex: 0 0 90%;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 0 15px;
	}
}

@media (max-width: 1024px){
	.slider-area img {
        height: 500px!important;
    }
    .s-title-1 h1{
        width: 100% !important;
    }
}
@media (min-width: 991px){
    .close-btn{
        display: none;
    }
}
@media (max-width: 991px){
    .carousel-caption {
        width: 65%;
        left: 12%;
    }
    .navbar-collapse {
        flex-basis: auto;
    }
    .support-icon h5{
        font-family: 'font-1';
    }
}

@media (max-width: 768px){
    .carousel-caption {
        top: 25%;
    }
    .slider-area img {
        height: 400px!important;
    }
    .carousel-caption h1 {
        line-height: 35px;
        font-size: 2rem;
    }
    .slider-area .carousel-control-next, 
    .slider-area .carousel-control-prev {
        display: none;
    }
    .s-title-1 h1,.s-title-2 h1{
        font-size: 1.8rem;
    }
    .s-title-1.w-75{
        width: 100% !important;
    }
    .top-header span{
        display: none;
    }
}

@media (max-width: 575px){
    .carousel-caption h1 {
        font-size: 1.6rem;
    }
    .top-header .social-icon{
        display: none !important;
    }
    .navbar-brand img{
        height: 75px;
    }
    .navbar-toggler{
        font-size: 1.6rem;
        padding: 1rem;
    }
    .about-box .help-details{
        left: 0;
    }
    .about-box .help-details img{
        display: none;
    }
}

@media (max-width: 425px){
    .contact-list {
        display: none !important;
    }
}

