.download-brochure, .get-in-touch {
    display: none;
}

/* Style the video header container */
        .video-header {
            position: relative;
            width: 100%;
            height: 75vh;
            overflow: hidden;
        }

        /* Style the video to cover the header */
        video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Style the heading */
        .header-text {
            position: absolute;
            top: 80%;
            left: 5%;
            transform: translate(-0%, -50%);
            text-align: left;
            color: #fff;
            font-size: 2rem;
        }
		.faqQuesMob {
				display:none;
            }


        /* Responsive adjustments */
        @media (max-width: 768px) {
            .video-header {
                height: 50vh;
            }
            .header-text {
                font-size: 1.5rem;
            }
        }

 @media (max-width: 1126px) {
            
	 .faqQuesMob {
				display:block;
            }
	.accordian-module .panel-group .panel .panel-heading h3 a {
			padding: 20px 20px;
		}
	 .faqQuesDesk {
				display:none;
            }
            
        }

 @media (max-width: 1565px) {
            
	 .CSRSections {
				height: 320px !important;
            }
	 
            
        }

@media (max-width: 1492px) {
            
	 .CSRSections {
				height: 370px !important;
            }
	 
            
        }

@media (max-width: 1142px) {
            
	 .CSRSections {
				height: 410px !important;
            }
	 
            
        }

@media (max-width: 934px) {
            
	 .CSRSections {
				height: auto !important;
            }
	 
            
        }
