/*
Author: Bootstrapthemes
Author URI: http://www.xpeedstudio.com
*/

/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 1rem;
	}


}



/* Portrait tablets and small desktops */

@media (max-width: 991px) {

	.sm-text-center {
		text-align: center !important;
	}
	.sm-pull-none {
		float: none !important;
	}
	.sm-m-top-10 {
		margin-top: 10px;
	}
	.sm-m-top-20 {
		margin-top: 20px;
	}
	.sm-m-top-30 {
		margin-top: 30px;
	}
	.sm-m-top-50 {
		margin-top: 50px;
	}

	.navbar {
		padding: 1rem 1rem 1.5rem;
	}

}



/* Landscape phones and portrait tablets */

@media (max-width: 768px) {
	.navbar {
		padding: 1rem 1rem 1.5rem;
	}
	h2 {
		font-size: 2rem;
	}
	p {
		font-size: 90%;
		line-height: 2rem;
	}
	.xs-pull-none {
		float: none !important;
	}
	.xs-text-center {
		text-align: center !important;
	}
	.xs-m-top-10 {
		margin-top: 10px;
	}
	.xs-m-bottom-10 {
		margin-bottom: 10px;
	}
	.xs-m-bottom-20 {
		margin-bottom: 20px;
	}
	.main_testimonial .testimonial_slid .slick-arrow.nextprevright {
		top: -150px;
	}
	.service_item {
		padding-left: 15px;
	}
	.subscribe_btns button.btn,
	.home_btns a,
	.impress_btns a,
	.portfolio_hover_icon a {
		margin-left: 30px;
	}

}




/* Landscape phones and smaller */

@media (max-width: 479px) {
	html {
		font-size: 85%;
	}
	.testimonial_slid .slick-arrow {
		display: none;
	}
	.navbar {
		padding: 1rem 1rem 1.5rem;
	}

}





@media (max-width: 400px) {}

@media (max-width: 320px) {
	html {
		font-size: 60.5%;
	}
	.btn.btnxs {
		padding: 2.01rem 1.5rem;
	}

}


/*Mobile View*/
@media screen and (max-width: 767px){
    .inner_page_banner {
        padding: 90px 0 20px;
    }
    .inner_page_banner h1{
        font-size: 23px;
    }
    .terms_condition_section{
        padding: 35px 0;
    }
    .panel-title {
        font-size: 14px;
    }
}