#dropdown li {
	background: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #e3e3e3;
	font-size: 14px;
	text-align: left;
	color: #848484;
}
.gm-svpc {
	display: none !important;
}
.gm-style-pbt {
	font-size: 24px !important;
	color: #fff !important;
} 
.gm-style-iw a.abtmod-close {
    display: none;
}
.quoets-inner figure {
    top: 0;
}
.partners-list {
	width: 100%;
	text-align: center;
}
.partners-list img {
	max-height: 130px;
}
.partners-list li {
	display: inline-block;
	margin: 25px 10px;
	max-width: 150px;
	width: 100%;
	vertical-align: middle;
}
.newsletter-blk {
	background: #f2f2f2;
}
.review-switching {
	margin-bottom: 40px;
}
/*video review start*/
/*.video-review-main {
	padding-bottom: 55px;
}*/
.v-review{
	float: left;
	width: 100%;
}
.v-btn{
	text-align: center;
}
.v-btn button{
	background-color: #ffa300;
	color: #fff;
	font-size: 22px;
	padding: 20px 50px;
	border: none;
	border-radius: 4px;
	margin-top: 38px;
	margin-bottom: 43px;
}
.video-review{
	float: left;
	width: 100%;
}
.video-review-blk{
	width: calc(100%/3 - 12px);
	float: left;
	margin-right: 18px;
}
.video-review-blk:last-child{
	margin-right: 0;
}
.video-review-blk:nth-child(3),.video-review-blk:nth-child(6){
	margin-right: 0;
}
.video-review-blk{
	margin-bottom: 45px;
}
.video-review-img {
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
	max-height: 210px;
	padding: 5px;
}
.video-review-img img.reviewback {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 4px #ccc;
	height: 210px;
	object-fit: cover;
}
.video-review-inner {
	display: block;
	width: 100%;
}
.paly-pause {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80px;
    top: 0;
    bottom: 0;
    max-height: 80px;
}	
.text-caption-left {
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
}
.text-caption-left img {
	width: 45px;
	height: 45px;
	border-radius: 25px;
	object-fit: cover;
}
.text-caption-right{
	display: inline-block;
	vertical-align: middle;
}
.text-caption {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.text-caption-right h3{
	color: #ffa300;
	font-size: 17px;
	font-weight: 700;
}
.text-caption-right p{
	color: #3e3d3d;
	font-size: 14px;
	font-weight: 400;
	margin-top: 4px;
}
.fancybox-slide video {
	display: inline-block;
	max-width: 950px;
	padding: 0;
	width: 100%;
}
.search-trainer .site-button a{
	width: 235px;
}
.video-review-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: left;
}
.video-review-inner.justify-center{
	justify-content: center;
}
.wistia_click_to_play img {
	max-height: 210px !important;
	object-fit: cover;
}
.training-offered-events .pre-arrow.slick-arrow, .training-offered-events .next-arrow.slick-arrow{
	padding:0px;
}
.about-training .about-training-grid li {
	min-height: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.join-pilots-inner a {
	background-position: right 25px center;
	padding: 0px 70px 0px 25px;
	border-radius: 5px;
	top: -10px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.join-pilots-inner {
	padding-right: 277px;
}
.join-pilots {
	padding: 35px 0 25px 0;
	margin: auto;
}
.review-switching a{
	display:inline-flex;
	align-items:center
}
/*#dropdown { background-image: url('../img/trainer-icon.png'); background-repeat: no-repeat; background-position: left 15px center; color: #848484; font-size: 14px; font-family: 'Roboto', sans-serif; text-align:left;}
*/
#dropdown li {
	background: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #e3e3e3;
}
#drop_down-input {
	height: 55px;
	background: #fff;
	border-radius: 4px;
	color: #848484;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.con-search-inner #dropdown {
	
	position:relative;
	z-index: 10;
	box-shadow: 0px 2px 2px #000;
}
	.el-search-width:first-child input {
	border-radius: 4px 0 0 4px;
	border: 1px solid #A9A9A9;
	width: 100%;
	height: 55px;
	padding-left: 50px;
}
.where-left-outerr
{
	display:none;
}
#map {
	width: 500PX;
	height: 500px;
}
#map { position:absolute; top:0; bottom:0; width:100%; }
.marker {
	display: block;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	padding: 0;
}
.where-input-boxes select option {
padding: 4px 10px;
}
.slides-by-trainer span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../img/start-y.png') no-repeat center/13px;
    margin-right: 7px;
}

@media (max-width: 1024px){
	.video-review-blk {
	    width: calc(100%/2 - 27px);
	    margin-right: 0;
	}
	.video-review-blk:nth-child(2), .video-review-blk:nth-child(4) {
	    margin-right: 0;
	}
	.video-review-img img.reviewback{
		height: 220px
	}
	.video-review-inner{
		justify-content: space-around;
	}
}
@media (max-width: 767px){
	.review-inner .slick-arrow img {
	    width: 21px;
	}
	.review-inner .slick-arrow {
	    width: 20px;
	    height: 22px;
	}
	.review-inner {
	    padding: 0 22px;
	}
	.slick-slide {
	    margin: 0;
	}
	.quoets-inner {
	    margin-bottom: 0;
	}
	.join-pilots-inner {
		padding-right: 0;
	}
	.join-pilots-inner a{
		max-width: 275px;
		margin: auto;
		display: inherit;
	}
}
@media (max-width: 680px){
	.video-review-img img.reviewback {
			height: 160px;
	}
	.paly-pause{
		max-width: 55px;
	}
	.video-review-blk{
		margin-bottom: 25px;
	}
	.video-review-blk {
		margin-right: 0;
		width: 100%;
	}
	.video-review-img {
		max-height: unset;
		overflow: unset;
	}
	.wistia_click_to_play img{
		max-height: unset !important;
	}

}
@media (max-width: 520px) {
	.video-review-blk {
		width: 100%;
	}
	.video-review-img img.reviewback {
		height: unset;
	}
	.video-review-blk{
		margin-bottom: 35px;
	}
}
@media (max-width: 380px) {
	.join-pilots-inner a {
		padding: 0px 55px 0px 10px;
		font-size: 15px;
	}
}