/* ------ Slider -------- */
.vw-lawyer-pro-slider .carousel-content{
	width: 65%;
    margin: auto;
}
.vw-lawyer-pro-slider-cover{
    background-color: #0000007d !important;
    min-height: 253px !important;
}
.vw-lawyer-pro-slider .owl-nav .owl-prev{
	margin-left: 74px !important;
    margin-top: 24px !important;
}
.vw-lawyer-pro-slider .owl-nav .owl-next{
	margin-right: 74px !important;
    margin-top: 24px !important;
}
.vw-lawyer-pro-cover{
	position: relative;
    bottom: 8px;
}
.vw-lawyer-pro-h3 img {
	width: auto !important;
	max-width: initial !important;
}
.vw-lawyer-pro-services-p img{
	max-width: 75% !important;
	position: relative;
    top: 21px;
    left: 18px;
}
.vw-lawyer-pro-work-cover{
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	width: 123%;
}
.vw-lawyer-pro-social-icon{
	position: relative !important;
    right: 82px !important;
}
.vw-lawyer-pro-rightinner-cover{
	clip-path: polygon(9% 0%, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    padding: 0;
    margin: 0;
}
.vw-lawyer-pro-testimonial-slide{
	border: 1px solid #c29965 !important;
}
.vw-lawyer-pro-latest-post .post-meta{
	border-top: 1px solid #c29965;
    border-bottom: 1px solid #c29965;
    padding: 8px;
}
.vw-lawyer-pro-newsletter-section form p{
	text-align: center;
}
.vw-lawyer-pro-newsletter-section input{
	color: #ffffff;
	height: 50px;
}
.vw-lawyer-pro-newsletter-section input[type="submit"]{
	width: 20%;
	position: relative;
    bottom: 1px;
}
.vw-lawyer-pro-newsletter-section input[type="email"]{
	    width: 50% !important;
}
.vw-lawyer-pro-newsletter-section form{
	    transform: skew(-7deg);
    	float: left;
    	width: 100%;
}
.vw-lawyer-pro-faq button:focus{
	outline: none !important;
}

@media screen and (max-width: 599px){
	.vw-lawyer-pro-slider-cover{
		display: none !important;
	}
	.vw-lawyer-pro-work-cover{
		clip-path: none;
		position: relative;
	    bottom: 0px;
	    right: 0px;
	    min-height: 200px !important;
	    width: auto !important;
	}
	.vw-lawyer-pro-social-icon{
		right: 0px !important;
	}
	.vw-lawyer-pro-rightinner-cover{
		clip-path: none;
	}
	.vw-lawyer-pro-faq span{
		text-align: left;
	}
}
@media screen and (max-width: 991px){
	.vw-lawyer-pro-social-icon {
	    right: 55px;
	}
	.vw-lawyer-pro-work-cover {
	   clip-path: none;
	   width: auto !important;
	}
	.vw-lawyer-pro-rightinner-cover{
		clip-path: none;
	}
	.vw-lawyer-pro-newsletter-section input[type="submit"] {
		bottom: 0px;
    	top: 1px;
	}
	
}
@media screen and (min-width: 992px) and (max-width:1200px) {
	.vw-lawyer-pro-social-icon{
	    right: 0px !important;
	    bottom: 5px;
	}
}