#mega-menu-wrap-header-menu,
.scrollto{
	display: none !important;
}
.h4, h4{
	font-size: 20px;
	margin-top: 11px;
    margin-bottom: 11px;
	font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1, h1{
	font-size: 41px;
	margin-top: 22px;
    margin-bottom: 11px;
}
.h6, h6 {
    font-size: 14px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.btn-gr.btn-lg, .btn-group-lg>.btn-gr.btn {
    padding: 13px 40px !important;
    font-weight: 600;
}
.text-panel-with-heading h3 {
    font-size: 25px;
    letter-spacing: 1px;
    font-family: Roboto,sans-serif;
    font-weight: 900;
    margin: 0;
    padding: 10px 0 20px 0;
}
p{
	letter-spacing: 0px !important;
}
.pad-top-8cent{
	padding-top: 4%;
}
.no-padding .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* .estimator-v3 .btn-gr{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.estimator-v3 .heading{
	font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    margin-top: 0;
    text-transform: uppercase;
}
.estimator-v3 label.btn-gr{
	border: solid 1px #999;
	color: #222;
	background: #fff;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-weight: normal !important;
	width: 100%;
}
.estimator-v3 label.active{
	background: #666;
	color: #fff;
	border-color: #666;
	box-shadow: none;
}
.estimator-v3 .one-trip-options, .estimator-v3 .all-year-options{
	border-top: none;
}
.estimator-v3 .one-trip-options:before, .estimator-v3 .all-year-options:before{
	content: none;
} */
.estimator-container{
	background: #e6e6e6;
	min-height: 0;
	max-height: auto;
}
.estimator-container .container{
	padding-top: 60px;
	padding-bottom: 60px;
}
.estimator-container .col-md-6:first-child{
	border-right: solid 1px #d63652;
}
.estimator-v3 {
   padding: 0px;
   background: #e6e6e6;
}
.mb-10 {
    margin-bottom: 10px;
}
.lp-quotes strong{
	font-weight: 600 !important;
}

.estimator-v3 label.btn-gr {
    width: 100%;
    color: #222;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: normal !important;
}
.estimator-v3 label.active {
    background: #666;
    color: #fff;
    border-color: #666;
    box-shadow: none;
}
.estimator-v3 #enrollNow{
	width: 100%;
}
.video-thumbnail {
    position: relative;
	background-color: #d61315;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 380px;
    background-position: center center;
	cursor: pointer;
}
.video-thumbnail[data-vendor=youtube]:after, .video-thumbnail[data-vendor=vimeo]:after {
    position: absolute;
    left: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
}
.video-thumbnail[data-vendor=vimeo]:after {
    height: 40px;
    width: 65px;
    display: block;
    bottom: 50%;
    z-index: 3;
    background-color: rgba(214,19,21,.65);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=);
    background-size: 100% 100%;
    border-radius: 5px;
    margin: 0 0 -32px -20px;
}
.video-thumbnail[data-vendor=vimeo]:hover:after {
    background-color: #d61315;
}
.media-testimonials-heading{
	font-size: 1.333rem;
    line-height: 1.4;
    font-weight: 600;
	text-transform: uppercase!important;
	font-family: "Roboto", sans-serif;
	color: white;
}
.media-testimonials-content p{
	color: white;
	margin-bottom: 11px;
}
.video-thumbnail iframe{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    min-height: 380px;
    background: #010001;
}
.slide-thumbnail img.img-responsive {
    width: 88px;
    border: 1px solid #fff;
    opacity: 0.5;
}
.slick-current.slide-thumbnail img.img-responsive {
	opacity: 1;
}
button.slick-prev.slick-arrow {
    background: rgba(66, 65, 65, 0.65);
    border-radius: 0 140px 140px 0;
    z-index: 999;
    width: 70px;
    height: 140px;
    left: 0px;
}
.slick-prev::before {
    font-family: gr-icons!important;
    content: '\f104' !important;
    font-size: 43px !important;
}

.slick-next::before {
    font-family: gr-icons!important;
    content: '\f105' !important;
    font-size: 43px !important;
}
button.slick-next.slick-arrow {
    transform: translateY(-50%);
    background: rgba(66, 65, 65, 0.65);
    width: 70px !important;
    height: 140px !important;
	border-radius: 140px 0 0 140px !important;
}
.slider-for .slick-arrow{
display: none;
}