/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199.98px) {

	.din {
		display: none;
	}

	.block1__flex h1 {
		font-size: 33px;
	}

	section.block1 {
		margin-top: 0;
	}

	.h2, h2 {
		font-size: 40px;
	}

	.block3__video {
		height: 245px;
	}
	.block3__video iframe{
		width: 100%;
		height: 100%;
		display: flex;
	}
	.block3__right_tube {
		text-align: right;
	}

	.block4__item {
		max-width: 250px;
	}

	.footer__top a.head__logo {
		margin-bottom: 30px;
	}

	.block8__item {
		height: 400px;
	}
	.video_block-wrapper {
		width: 80%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991.98px) {
	.block1__flex h1 {
		font-size: 29px;
	}

	section.block1 {
		height: 367px;
		min-height: 550px;
	}

	.h2, h2 {
		font-size: 30px;
	}

	section.block3 {
		padding-bottom: 50px;
	}

	.keys .container {
		max-width: 720px;
		width: auto;
	}

	.keys {
		padding: 0;
	}

	span.block6__hide {
		top: 0;
	}

	.block6__item:after {
		opacity: 1;
	}

	.block6__item:before {
		opacity: 1;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767.98px) {
	.block1__flex h1 br {
		display: none;
	}

	.h2, h2 {
		font-size: 24px;
	}

	.margin {
		margin: 50px 0;
	}

	.block3__right {
		margin-top: 40px;
		text-align: center;
		display: block;
	}

	.block3__right_tube {
		text-align: center;
	}

	section#land3 .d-flex:before {
		opacity: 0;
	}

	.margin2 {
		margin: 0;
	}

	section.block5.margin img {
		display: none;
	}

	.block6 {
		padding: 50px 0;
	}

	.footer__top {
		text-align: center;
	}

	.footer__top a.head__logo {
		display: inline-block;
	}

	.footer__top ul.soc {
		margin-top: 30px;
	}

	.footer__bot {
		text-align: center;
	}

	.keys .formPopupp input[type=submit] {
		margin-bottom: 15px;
	}

	.keys .formPopupp input[type=submit] {
		margin-bottom: 15px;
	}

	.keys h2 {
		font-size: 18px;
	}

	.h2 small, h2 small {
		font-size: 14px;
	}

	.keys__slide .video {
		height: 140px;
	}

	.block8__item {
		height: 270px;
	}

	.block8__slide {
		padding: 0 30px;
		padding-bottom: 30px;
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}

	.keys__slide {
		margin-bottom: 30px;
	}
	.video_block-wrapper {
		width: 100%;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480.98px) {
	section.block1 {
		height: auto;
		min-height: auto;
	}

	header.head {
		text-align: center;
	}

	header.head .align-items-center.justify-content-between.row {
		justify-content: center !important;
	}

	header.head .head__logo {
		margin-bottom: 20px;
	}

	.block1__bg {
		padding-top: 70px;
		padding-bottom: 30px;
	}

	.head.sticky {
		display: none;
	}

	.block1__flex h1 {
		font-size: 20px;
	}

	.call {
		padding: 15px 20px;
		text-align: center;
	}

	.h2, h2 {
		font-size: 20px;
	}

	section.block3 {
		padding: 50px 0;
	}

	.block3__right_arrow {
		display: none;
	}

	.block4__item {
		display: block;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.block8 {
		padding: 50px 0;
	}

	.slick-next, .slick-prev {
		display: none;
	}

	.block8__item {
		padding: 0;
	}

	.faq .q {
		margin-left: 25px;
	}

	.block3__video {
		height: 200px;
	}

	.block8__item {
		height: 155px;
	}
	.block6 .text-center a{
		display: block;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 480.98px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320.98px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480.98px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768.98px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992.98px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200.98px) {

}