
/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {

}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 991px) {
	.logo img {width: 200px;}
	.header-phone, .header-email, .header-social {padding-right: 10px;font-size: 14px; width: 51%;}
	.header-social {padding-right: 0;}
	.header-social a{font-size: 14px;width: 30px;height: 30px;}
	#owl-demo .item img{height: 400px;}
	.menu-toggle #menu-btn{outline: none;}
	.slider-title-wrapper{top: 50px;}
	.ace-responsive-menu > li{border-bottom: 1px solid #fff;}
	.ace-responsive-menu > li:last-child {border-bottom: 0;}
	.owl-pagination{z-index: 0;}
	#featured-services .hentry:last-child{height: 507px}
	.featured-services-wrapper2 .hentry:first-child{height: 626px}
	.eve-month {font-size: 16px;}
	.testimonial-bg {padding: 50px;}
	.header-row1-right-inner p{padding-right: 10px;}

}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) {
	p{text-align: left;}
	.logo img {width: 300px;
	 /* padding-left: 50px; */
	 }
	.header-phone, .header-email, .header-social{padding: 0;padding-top: 10px;text-align: center;width: 100%;}
	.navigation-start {margin-top: 40px;}
	.mainNav {padding: 0;height: 34px;top: -45px;}
	.ace-responsive-menu {top: 39px;}
	.menu-toggle #menu-btn{margin-top: 0;margin-bottom: 0;outline: none;}
	.menu-toggle {margin: 0;}
	.mainNav:before{border-width: 15px 10px 20px 0;}
	.mainNav:after{border-width: 15px 0 20px 10px;}
	#owl-demo .item img {height: 350px;object-fit: cover;}
	.slider-title-wrapper {top: 50px;}
	.slider-title-wrapper h1 {font-size: 50px;line-height: 1;}
	.slider-title-wrapper h2 {font-size: 30px;line-height: 1;}
	.owl-pagination {z-index: 0;}
	.mhr3-column {width: 100%;margin-bottom: 10px;text-align: center;}
	.ace-responsive-menu > li {border-bottom: 1px solid #fff;}
	.ace-responsive-menu > li:last-child {border-bottom: 0;}
	.left-half, .right-half, #featured-services .hentry:first-child, #featured-services .hentry:last-child, .col-2 .hentry, .col-2 .staff {width: 100%;text-align: center;}
	.upcomingboxnew, .learnmore-btn {text-align: center;}
	.photo-profile {width: 100%;}
	.page-section-hero {padding-bottom: 0;}
	.left-half, .right-half {padding-left: 15px;padding-right: 15px;}
	.events-right h3 {line-height: 1;}
	.eve-month {font-size: 16px;}
	.testimonial-bg {padding: 20px;background-size: cover;}
	.news-details-bg a{padding: 30px 0 0 0;}
	.main-footer {padding-bottom: 0!important;}
	.inner-page-paragraph {display: inline-block;padding: 0 15px;}
	ul.price-options li {margin-left: 20px;}
	.threebox-course {margin: 0 auto 20px auto!important;}
	.row {display: inline-block;width: 100%;margin: 0 auto;}
	ul.journal-list li{margin-left: 30px;margin-right: 10px;}
	.mb30 {margin-bottom: 30px;}
	.entry-content p {text-align: left;display: inline-block;}
	.entry-content p .bwt {margin: 0 auto;width: 100%;}
	.entry-content p .tittle, .entry-content p .ans {width: 98%;}
	.gfield_select, .textarea, .medium, .gform_button{width: 100%;}
	.header-row1-right-inner{width: 110%;}
	.header-row1-right-inner p{padding-right: 0; padding-top: 15px;text-align: center;}
	.approved-gov{width: 113%;height:70px;}
	.approved-gov img {left: 25%;top: 10px;}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 567px) {

}

@media (max-width: 767px){
	.approved-gov {
		width: 100% !important;
		height: 70px;
	}
	.approved-gov img{
	width: 100% !important;
	left: 0% !important;
	}
	}