@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {
	.topnav .mymenu {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#mytestmoni .testmo-img {
		margin-bottom: 35px;
	}
	#mytestmoni.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 0;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		right: inherit;
	}
	.metaslider .slides img {
		min-height: 377px;
		object-fit: cover;
	}
	footer.myfooter .contacudetail {
		text-align: center;
	}
	footer.myfooter .contacudetail ul {
		text-align: left;
		margin: 0 auto;
		margin-bottom: 25px;
		max-width: 171px;
	}
	footer.myfooter .quicklink {
		text-align: center;
	}
	footer.myfooter .quicklink ul li::before{
		display:none;
	}
	footer.myfooter .quicklink ul {
		column-count: inherit;
	}
	footer.myfooter .quicklink ul li {
		padding: 0 5px;
	}
	footer.myfooter .quicklink ul li a {
		background-color: #fff;
		border: 2px solid #fff;
		color: #000;
		display: block;
		margin-bottom: 5px;
		border-radius: 4px;
	}
	footer.myfooter .quicklink ul li a:hover,
	footer.myfooter .quicklink ul li a:active,
	footer.myfooter .quicklink ul li a:focus{
		background-color: #000;
		color: #fff;
	}
	footer.myfooter .quicklink ul li {
		padding: 0 5px;
		width: 50%;
		float: left;
	}
	img.xyz, img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
		max-width: 100%;
		margin-left: 0;
	}
	section#text-2 {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.questi .quesimg {
	    width: 100%;
	}
	footer.myfooter .quicklink ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.cont_t_one .left-side {
		padding: 35px 22px;
	}
	.page-id-199 form.wpcf7-form {
    	width: 100%;
	}
}