#home-banner {
    background-color: #000;
    width: 100%;
    color: #ffffff;
    max-height: 480px;
    padding: 0;
    overflow: hidden;
    padding-bottom: 20px;
}
#home-banner .page-section-inner {
    max-width: 1170px;
    margin: auto;
}
#home-banner .row{
	display: flex;
	align-items: center;
}
#home-banner h1{
	font-size: 65px;
	line-height: 66px;
	margin-top: 0;
	margin-bottom: 14px;
	text-transform: uppercase;
}
#home-banner p{
	font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
}
#home-content-sec {
    width: 100%;
    text-align: center;
    padding: 25px 0;
}

#home-content-sec .page-section-inner {
    max-width: 1170px;
    margin: auto;
}
#home-content-sec p{
	font-size: 20px;
	line-height: 24px;
	font-family: 'Montserrat-Medium';
	margin-bottom: 20px;
}
#home-content-sec p:last-child{
	font-family: Montserrat-Bold;
    font-size: 22px;
    line-height: 27px;
    max-width: 850px;
    margin: auto;
}
.home-banner-img{
    display: none;
}
#home-banner .col-sm-6.col-xs-12:first-child{
	width: 60%;
}
#home-banner .col-sm-6.col-xs-12:last-child{
	width: 40%;
}
#home-banner .video.section{
	width: 775px;
	margin-left: -100px;
	position: relative;
	z-index: -1;
}
#main-wrapper .video.section .initialized{
    height: auto!important;
    text-align: center!important;
}
#main-wrapper .video.section iframe{
    width: 960px!important;
    height: 480px!important;
    margin: auto!important;
}
#main-wrapper .video-thumb-parent .video-play-icon{
    display: none;
}
.tab_mob{
    display: none;
}
/* Responsive */

@media screen and (max-width: 1366px){
	#home-banner .video.section{
	    margin-left: -150px;
	}
}

@media screen and (max-width: 1210px){
	#home-banner .page-section-inner{
		max-width: 970px;
	}
	#home-banner h1 {
	    font-size: 45px;
	    line-height: 50px;
	}
	#home-banner p {
	    font-size: 15px;
	    line-height: 20px;
	}
	#home-content-sec .page-section-inner{
		max-width: 970px;
	}
	#home-banner .video.section {
	    width: 700px;
	    margin-left: -200px;
	}
	.home-video img{
		max-width: 80%;
	}
	#home-content-sec p br{
	    display: none;
	}
    .tab_mob{
        display: block;
    }
    #home-banner .video.section{
        display: none;
    }
    .tab_mob {
        display: block;
        width: 650px;
        margin-left: -160px;
        position: relative;
        z-index: -1;
    }
    .tab_mob img{
        width: 100%;
    }
    #main-wrapper{
        max-width: 970px;
    }
}

@media screen and (max-width: 1050px){
    .tab_mob {
        width: 550px;
        margin-left: -150px;
    }
}

@media screen and (max-width: 991px){
	#home-banner{
		padding: 0 40px 10px;
	}
	#home-content-sec{
		padding: 30px 40px;
	}
	#home-content-sec p {
        font-size: 16px;
        line-height: 24px;
    }
    #home-content-sec p:last-child{
        font-size: 18px;
        line-height: 26px;
    }
	#home-banner .page-section-inner{
		max-width: 100%;
	}
	#home-banner .video.section{
		width: 500px;
	}
	#home-banner .video.section video{
		height: 350px;
	}
	#home-banner h1{
		font-size: 30px;
		line-height: 40px;
	}
	#home-banner p{
		font-size: 12px;
	}
	#home-content-sec .page-section-inner{
		max-width: 100%;
	}
	#main-wrapper{
		padding: 30px 40px;
	}
	.text-fullform{
	    margin-top: 30px;
	}
	#main-wrapper{
	    width: 100%;
	    padding: 30px 40px;
	}
	#main-wrapper .video.section iframe{
        width: 100%!important;
        height: 335px!important;
    }
     #home-banner .video.section img{
         height: 350px;
     }
    .tab_mob {
        width: 500px;
        margin-left: -160px;
    }
    
}

@media screen and (max-width: 768px){
    .tab_mob {
        width: 420px;
        margin-left: -110px;
    }
}

@media screen and (max-width: 767px){
    #home-banner{
        padding-bottom: 0;
    }
    #home-banner .video.section{
        width: 500px;
        margin-left: -160px;
    }
}

@media screen and (max-width: 700px){
	#home-banner{
		padding-bottom: 30px;
	}
	#home-banner .home-banner-img{
		display: block;
	}
	#home-banner .home-banner-img img{
		width: 100%;
	}
	#home-banner .col-sm-6.col-xs-12:first-child{
		width: 100%;
		padding: 0;
	}
	#home-banner .col-sm-6.col-xs-12:last-child{
		display: none;
		padding: 0;
	}
	#home-banner h1{
		font-size: 24px;
		line-height: 16px;
		margin-bottom: 10px;
		text-align: center;
	}
	#home-banner p {
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        max-width: 240px;
        margin: auto;
    }
    #home-content-sec p{
        font-size: 12px;
        line-height: 15px;
    }
    #home-content-sec p:last-child {
        font-size: 14px;
        line-height: 18px;
    }
    .home-video img{
        max-width: 100%;
    }
    
}


@media screen and (max-width: 420px){
    #main-wrapper .video.section iframe{
        height: 250px!important;
    }
    .heading{
        max-width: 303px;
    }
}


@media screen and (max-width: 991px) and (orientation: landscape){
    #home-banner .video.section img{
        height: 300px;
    }
}