@media(max-width:991px){
	.content-left-wrapper{padding: 0;width: 100%;display: block;}
	.mini-boxwrps{
		position: relative;
	}
	.mini-boxwrps .left_container_top{
		height: 84vh;
	}
	.mini-boxwrps .left_container_top:before{
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		/* background: #000;
		opacity: 0.30; */
		top: 0;
		left: 0;
	}
	.mini-boxwrps .left_container_top img{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.mini-cntbx{
		position: absolute;
		bottom: 15%;
		left: 0;
		right: 0;
		background: #00000057;
		/* padding: 15px;
		background: #0202023d; */
	}
	.content-left-wrapper p,.content-left-wrapper h2{color: #fff !important;}
	.content-right{ display:none;}
}
@media(max-width:991px) and (orientation: landscape) {
	.mini-boxwrps .left_container_top{
		height: 247vh;
	}
	.mini-boxwrps .left_container_top img{
		height: 247vh;
		width: 100%;
		object-fit: cover;
	}
	.content-right{}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
	.mini-boxwrps .left_container_top{
		height: 100vh;
	}
	.mini-boxwrps .left_container_top img{
		height: 100vh;
		width: 100%;
		object-fit: cover;
	}
	.content-right{}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
	.mini-boxwrps .left_container_top{
		
	}
	.mini-boxwrps .left_container_top img{
		
	}
	.content-right{}
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
	.mini-boxwrps .left_container_top{
		
	}
	.mini-boxwrps .left_container_top img{
		
	}
	.content-right{}
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) { 
	.mini-boxwrps .left_container_top{
	
	}
	.mini-boxwrps .left_container_top img{
		
	}
	.content-right{}
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.mini-boxwrps .left_container_top{
		
	}
	.mini-boxwrps .left_container_top img{
		
	}
	.content-right{}
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
	.mini-boxwrps .left_container_top{
		
	}
	.mini-boxwrps .left_container_top img{
		
	}
	.content-right{}
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){ 
	.mini-boxwrps .left_container_top{
		
	}
	.mini-boxwrps .left_container_top img{
		
	}
	.content-right{}
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 
	.mini-boxwrps .left_container_top{
		
	}
	.mini-boxwrps .left_container_top img{
		
	}
	.content-right{}
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
	.mini-boxwrps .left_container_top{
		
	}
	.mini-boxwrps .left_container_top img{
		
	}
	.content-right{}
}
.parsley {}
.parsley-errors-list {
	margin: 0;
	padding: 0;
}

.parsley-errors-list > li {
	list-style: none;
	color: #f36270;
	margin-top: 2px;
	position: relative;
}

.parsley-arrow{
	border-color:transparent;
	border-style:solid;
	border-width:0 0.5em;
	display:inline-block;
	height:0;margin-top: 10px;
    margin-right: 5px;
	opacity:0.4;
	text-indent:-9999px;
	transform-origin: 50% 50%;
	width:0;
   -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
	border-bottom:0.5em solid #f36270;
}
.parsley-error { }
.toggle_radio .parsley-error { border: none;}
.required-text{ color: #f36270; font-weight:bold; margin-left:3px; }
