@media only screen and (max-width: 1024px){
	h2 {
    margin-bottom: 20px;
	font-size: 48px;
	}
	.play-vid-btn {
    	max-width: 80px;
		height: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.gallery-item-titles h4 {
    font-size: 18px;
    line-height: 22px;
}
	.gallery-item-titles span{
		display: none;
	} 
	.play-vid-btn {
    max-width: 50px;
    height: 50px;
}
	.gallery-item-titles {
    bottom: 15px;
    	padding: 5px;
		min-height: 62px;
	}
    h2 {
letter-spacing: 2px;
        margin-bottom: 40px;
        font-size: 45px;
    }

    .faq-section,
    .gallery-section {
        padding-top: 100px;
    }

    .brand {
        max-width: 60%;
    }

	.mathew-img{
		display: block;
    margin: auto;
    margin-bottom: 25px;
	}
	.gallery-section h2{
		text-align: center;
	}
	.copyright{
		padding-right: 15px;
    line-height: 1.2;
	}
}



@media only screen and (max-width: 767px) {
	

    body {
        font-size: 16px;
        line-height: 1.6;
    }

    .slick-dots {
        bottom: 10px;
        left: 10px;
    }

    .slick-prev {
        right: 30px;
    }

    .slick-prev,
    .slick-next {
        width: 36px;
        height: 36px;
        padding: 6px 0;
    }

    .slick-prev img,
    .slick-next img {
        width: 33%;
    }

    .arrow-down span {
        display: none;
    }

    .main-banner .arrow-down {
        left: calc(50% - 30px);
    }

    h2 {
        margin-bottom: 35px;
        font-size: 36px;
    }

    h3 {
        font-size: 18px;
    }

    .gallery {
        margin-top: 0;
    }
.gallery a {
    width: 50%;
}
    .accordion-header strong {
        display: none;
    }

    .acc-button::after {
        margin-left: 15px;
        font-size: 30px;
    }

    .accordion-header strong {
        display: none;
    }

    .accordion-header {
        padding-bottom: 10px;
    }

    .accordion-body {
        padding: 1rem 0;
    }

    footer#footer .d-flex {
        flex-direction: row;
    	flex-wrap: wrap;
    }
	footer#footer .d-flex .button{
		width: 50%;
		order: 1;
	}
	.copyright{
		order: 3;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
	footer#footer .social-list{
		order: 1;
		margin-bottom: 0;
	}
	footer#footer .social-list li{
		width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
	}
    footer#footer .social-list {
        margin-bottom: 0px;
    }

    footer#footer {
        padding: 25px 0 75px;
    }

    footer#footer .social-list a {
        font-size: 23px;
    }

    .faq-section,
    .gallery-section {
        padding-top: 80px;
    }
.accordion {
    margin-bottom: 100px;    padding-top: 0;
}
.main-slider .slick-slide {
    	min-height: 77vh;
	}
	.copyright{
		padding-right: 0;
	}
}
