/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
	.padding-resp{
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	
}

/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
	#mainnav > ul > li > a {
		padding: 0 9px 0 9px;
	}	
}
/* Smaller than standard 992 */
@media only screen and (max-width: 991px) {
	.btn-menu {
		display: block ;
		position: relative!important;
/* z-index: 999999!important; */
	}

	.flat-row.row-container-icontop {
	    padding-top: 80px !important;
	}

	.iconbox.style2 .box-content {
		top: 190px;
	}

	.mainnav {
		display: none;
	}

	.flat-information > li > a {
		padding: 5px 0 5px 28px;
	}

	.flat-information > li:before {
		top: 5px;
	}

	.header .logo1 {
		float: left;
		margin: 28px 50px 0 0;
	}

	.social-links,
	.flat-information {
		text-align: center;
	}

	.flat-row.about,
	.flat-row.blog,
	footer,
	.page-title,
	.main-content,
	.flat-row.offer {
		padding: 40px 0 30px;
	}

	.iconbox,
	.flat-testimonials-images,
	.footer-widgets .widget  {
		margin-bottom: 30px;
	}

	.flat-portfolio .item,
	.flat-portfolio.grid-3columns .item,
	.flat-on-four {
		width: 50%;
	}

	.comment-respond .comment-notes, .comment-respond .comment-form-email,
	.comment-respond .comment-notes, .comment-respond .comment-form-email,
	.mail-chimp input[type="email"],
	.page-single .page-content,
	.page-single .page-sidebar,
	.flat-one-half,
	.flat-promobox.style1 .promobox-group-content,
	.flat-promobox.style1 .promobox-group-btn {
		width: 100%;
	}

	.comment-respond .comment-notes {
		padding-right: 0;
	}

	.comment-respond .comment-form-email {
		padding-left: 0;
	}

	.go-top {
		width: 30px;
		height: 30px;
		line-height: 30px;		
	}

	.flat-row {
		padding: 40px 0;
	}

	.widget.widget_instagram ul li {
		width: 80px;
	}	

	.tp-leftarrow.square, .tp-rightarrow.square {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.tp-leftarrow.square:before, .tp-rightarrow.square:before {
		left: 10px;
		top: 0;
		font-size: 22px;
	}

	.page-title-heading h1,
	.flat-qoute p {
		font-size: 30px;
	}

	.sidebar {
		padding-top: 30px;
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
	}

	.blog-single .direction ul li ul.social-icons {
		margin-top: 0;
		padding: 20px 0;
	}

	.testimonials {
		margin-bottom: 30px;
	}

	.mail-chimp .subscribe {
		text-align: left;
	}

	.subscribe label {
		display: block;
	}

	.mail-chimp input[type="submit"] {
		right: 0;
	}

	.page-single .page-content,
	.page-single .page-sidebar {
		padding: 0 15px;
	}

	.flat-contact-info {
		margin-left: 0;
		margin-top: 30px;
	}

	.tp-leftarrow.square, .tp-rightarrow.square {
		background-color: transparent;		
	}

	.flat-promobox.style1 .promobox-group-content {
		padding: 0 15px;
	}

	.flat-promobox.style1 .promobox-group-btn {
		text-align: left;
	}
	
	.imgaes-single-accordion,
	.imgaes-progress-home7 {
		height: 300px;
	}

	.flat-accordion.style5,
	.wrap-progress-home7 {
		padding: 0 15px 0 15px;
	}

	.testimonials.style2 .message {
		padding: 0 15px;
	}

	.imgaes-progress-home7 {
		margin-bottom: 15px;
	}
}

/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.hidden-xs{
	display: none!important;
}
.list-inline > li {
    margin: 10px!important;
}
.mobilelogo1{
	margin-left: 0%!important;

		}
}


/* Tablet Portrait */
@media only screen and (min-device-width : 1024px) and (max-device-width : 768px) and (orientation : Portrait) {
	.hidden-xs{
		display: none!important;
	}
	.list-inline > li {
		margin: 10px!important;
	}
	.mobilelogo1{
		margin-left: 0%!important;
			}
	}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hidden-xs{
		display: none!important;
	}
	.list-inline > li {
		margin: 10px!important;
	}	
	.mobilelogo1{
		margin-left: 0%!important;
			}
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.requestform p,
	.item-two-column {
		width: 100%;
	}

	.testimonials .avatar,
	.blog-shortcode.style1 article .featured-post {
		max-width: 100%;
	}

	.testimonials .avatar,
	.blog-shortcode.style1 article .featured-post {
		margin-right: 0;
	}

	.testimonials .avatar,
	.blog-shortcode.style1 article .featured-post,
	.flat-button.medium.button-radius {
		margin-bottom: 15px;
	}

	.requestform {
		padding-left: 0;
	}

	.flat-contact-form .input-wrap.name, .flat-contact-form .input-wrap.email {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.blog-shortcode.style1.one-halft article {
		width: 100%;
	}

	.testimonials .avatar {
		float: none;
	}

	.flat-promobox.style1 .promobox-group-btn {
		text-align: center;
	}
	
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
	.flat-portfolio .item,
	.flat-portfolio.grid-3columns .item {
		width: 100%;
	}	
#margin-top{
	margin-top: 10%!important;
}
	.tp-leftarrow.square, .tp-rightarrow.square {
		display: none;
	}

	.flat-portfolio.style1 .item:hover .project-title {
		top: 35%;
		left: 20px;
	}

	.flat-portfolio.style1 .view-detail {
		left: 20px;
	}

	.flat-portfolio.style1 .project-title {
		padding-right: 15px;
	}
}

@media (max-width: 320px) {	
	.madein {
		margin-top: -28%!important;
		margin-left: 32%!important;
	}
}

@media only screen and (max-width: 600px) {
	.title-sections .title {
		font-family: "Poppins", sans-serif;
		font-size: 20px;
	}
	.about-content-title1 {
		color: #00a85a !important;
		font-size: 20px !important;
		text-align: left;
		line-height: 30px;
		width: 100%;
		letter-spacing: 0px;
	}
	.color {
		font-size: 20px!important;
		color: #00a85a;
	}
	.about-content-title {
		text-align: left;
		line-height: 30px;
		width: 100%;
		letter-spacing: 0px;
	}
	.title-section .title {
		font-family: "Poppins", sans-serif;
		font-size: 22px;
		font-weight: 700;
		line-height: 30px;
		color: #333;
		position: relative;
		margin-top: 0;
		margin-bottom: 35px;
		letter-spacing: 0.5px;
	}
	.fa-heart{
		margin-top: 12%;
	}
	.titles {
		color: #fff !important;
		float: left !important;
		margin-top: 0px !important;
		font-size: 14px !important;
		font-weight: 600;
		cursor: pointer;
		text-align: center;
	}
	.dentist1 {
		width: 6% !important;
		visibility: hidden;
	}
	.tab-content{
		width: 100%!important;
	}
	.btn-group-justified > .btn, .btn-group-justified > .btn-group {
		padding: 0px!important;
	}
	.flat-row.about {
		padding: 30px 0 20px!important;
	}
	.well {
		padding: 0px!important;
	}
	.about-content-title {
		color: #00a85a !important;
		font-size: 18px !important;
	}
	.abouttext {
		text-align: left;
		font-size: 17px;
		line-height: 32px;
		width: 100%;
	}
	.page-single .page-content, .page-single .page-sidebar {
		padding: 0 0px!important;
	}
	.fafaicon {
		border: 2px solid;
		padding: 10px!important;
		border-radius: 54px;
		font-size: 30px !important;
	}
	.flat {
		background: #00a85a;
		padding: 0px 0 0px !important;
		height: auto;
	}
	.daimond {
		font-size: 14px!important;
		margin-top: 10%!important;
	}
	#registration {
		width: 100% !important;
		margin-left: 0% !important;
	}
	#margin-top{
		margin-top: 10%!important;
	}
	.about{
		width: 100%!important;
margin-left: 0%!important;
	}
	.usp {
		font-size: 16px!important;
		line-height: 41px;
		width: 100%!important;
	}
	.box-content {
		height: auto!important;
	}
	.iconbox .box-title {
		color: #333;
		font-size: 15px!important;
		font-weight: 700;
		margin-bottom: 10px;
		letter-spacing: 1px;
	}
	.parallax {
		width: 100%;
		background-attachment: fixed;
		background-position: 42% 0!important;
	}
	.display-content{
		display: contents!important;
	}
	.contents{
		padding: 36px 17px 36px!important;
margin-left: -50%!important;
	}
	.modal-dialog {
		width: auto!important;
		margin: 90px auto;
		margin-top: 13%!important;
	}
	.fa-chevron-right{
		margin-top: 80px!important;
	}
	.fa-chevron-left{
		margin-top: 80px!important;
	}
	.flat-team.style5 {
		margin: 10px!important;
	}
	.iconbox.style2 .box-content {
		top: 90px!important;
		padding: 1px 0 22px 33px;
	}
	.batmit {
		font-size: 18px!important;
		text-align: left;
		font-family: "Open Sans", sans-serif !important;
	}
	.icon {
		margin-top: -10%!important;
		width: 40%!important;
		float: left;
	}
	.icona {
		margin-top: -10%!important;
		width: 40%!important;
		float: left;
	}
	#vertical{
		margin-top: 15%!important;
	}
	#col-md{
		margin-top: 10%!important;
	}
	#col-md1{
		margin-top: 20%!important;
	}
	#col-md3{
		margin-top: 10%!important;
	}
	#col-md2{
		margin-top: 20%!important;
	}
	#col-md4{
		margin-top: 30%!important;
	}
	#col-md5{
		margin-top: 35%!important;
	}
	.img-thumbnail {
		margin: 10px !important;
	}
	
  }
/* Landscape*/

@media only screen and (min-width: 1024px) and (max-width: 1366px) 
 {

	.img-thumbnail {
		margin: 20px!important;
	}
	.mobilelogo1{
		margin-left: 0%!important;
	}
}

/* Portrait*/
@media only screen and (min-width: 1024px) and (max-width: 1366px){
	.img-thumbnail {
		margin: 20px!important;
	}
	.mobilelogo1{
		margin-left: 0%!important;
		margin-top: 4%!important;
	}
	#registration {
		width: 88%!important;
		margin-left: 10%!important;
	}
}

