@media only screen and (max-width: 1025px) {
	.homepro h2{
	    font-size: 20px !important;
	}
	.main-msg p {
		font-size: 18px !important;
    	letter-spacing: 0px;
    	line-height: 30px !important;
	}
	.inspired a h2{
		font-size: 24px !important;
	}
}

@media only screen and (max-width: 768px) {
	.stting h2.set {
    	font-size: 26px !important;
    }

	.faddress, .faddress p{
		text-align: center !important;
	}
	.fsocial, .getdirection {
    	text-align: center !important;
    	margin-top: 10px;
    }
    /*.fsocial .social-links.justify-content-end{
    	justify-content: center !important;
    }*/
    .inspispace{
        font-size: 25px;
        line-height: 34px !important;
    }
    .slick-dots li button{
    	display: none;
    }
}
@media only screen and (max-width: 560px) {

    .inspispace {
        line-height: 25px !important;
    }
    .mywidgettv {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
	.inspired .inh2{
		letter-spacing: 2px !important;
		line-height: 22px !important;
	}
	.inspired a h2 {
	    font-size: 16px !important;
	    line-height: 30px !important; 
	}
    
    /*.mainSlider .content {
        left: 0 !important;
        margin: 0 30px !important;
    }*/
    .slidersubtxt {
        font-size: 20px;
    }

}