/*
Module Name: home-pg (Main CSS)
Author: MP | Prosoft Phils
Author URL: http://prosoft-phils.com/
Date : 05-09-2022 (mm-dd-yyyy)
*/

.home-pg {
	padding-top: 15vh;
	min-height: 94vh;
}


/**********************************
Body
***********************************/
	.home-pg .row .col-lg-6.video_col_mobile,
	.mobile_footer_top_second {
		display: none;
	}

	.home-right {
		margin-top: 5.5%;
	}

	.video_col_desktop p,
	.video_col_desktop ul li{
		font-size: 24px;
    	line-height: 28px;
	}

	.carousel-inner .carousel-item {
		height:100%;
		width: 100%;
	}

	.video_con {
		border-radius: 10px;
		position: relative;
		overflow: hidden !important;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		background: rgba(255,255,255,0.4);
		height: 230px;
		align-items: center;
		justify-content: center;
	}

	.video_con i {
	    font-size: 50px;
	    cursor: pointer;
	    margin-left: 10px;
	}

	.video_con i:hover {
		color: var(--color-blue);
	}

	.video-button img {
		width: 60%;
	}

	.overflow_show {
		overflow: visible;
	}

	.home_vid_button button {
		padding: 0 30px;
		margin-top: 20px;
		box-shadow: rgb(0 0 0 / 20%) 0px 5px 15px;
	}

	.home_vid_button button a{
		color: var(--color-blue);
		font-weight: bold;
	}

	button.reviews_button a i{
		font-size: 8px;
		line-height: 8px;
		color: #FFC400;
		margin-right: 2px;
		margin-top: 7px;
	}

.banner-label {
	font-size: 40px;
    margin-bottom: 14px;
    line-height: 40px;
    color: var(--color-blue);
}

.banner-label-small {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 14px;
	color: var(--color-blue);
}

.video_col_desktop ul {
	margin-bottom: 75px;
}

.row.footer_top_first {
	padding-top:30px;
}

.home-banner-video iframe {
	max-width: 100%;
}
