.main-header .navbar-brand img{
	width:250px;
}

.home-banner-section .banner-img-outer {
    padding-top: 70px;
}

.home-banner-section .home-banner-text {
    padding: 0px 0 180px 0px;
}

.banner-img {
        /* position: absolute;
    right: -45px;
    bottom: 0px;
    top: 90px; */
}

.whychoose-section {
    padding: 90px 0;
}

.home-banner-section .banner-btn a {
    padding: 15px 20px 15px 25px !important;
}

.autorix-text{
	margin-left: 0px;
    margin-bottom: 16px;
}

.btn-talk a {
    padding: 12px 23px 12px 23px !important;
}

.car-serv-btn{
	margin-top:120px;
}


.offer-section {
    padding: 90px 0;
}


.offer-btn {
    margin-top: 20px;
}

.footer-section {
    background: var(--e-global-color-dark-blue2);
    padding: 60px 0 60px;
    position: relative;
}







/*======================================================Cust Responsive======================================================*/

@media screen and (max-width: 1700px) {
	/* .banner-img {
    position: absolute;
    right: -137px;
    bottom: 0px;
    top: 90px;
} */
.home-banner-text h1{
	font-size:41px;
}
}
@media screen and (max-width: 1400px) {
	/* .banner-img {
    position: absolute;
    right: -200px;
    bottom: 0px;
    top: 65px;
} */

.home-banner-text h1{
	font-size:38px;
}

}
@media screen and (max-width: 1350px){
.home-banner-section .home-banner-text {
		padding: 0px 0 120px 0px;
}
.banner-paragraph {
    padding-right: 50px;
}
.banner-img {
    /* position: absolute;
    right: -250px;
    bottom: 0px;
    top: 60px ; */
}
}
@media screen and (max-width: 1199px){
   .banner-img {
	/* position: absolute;
    right: -160px;
    bottom: 0px;
    top: 103px; */
}
.home-banner-text h1{

	font-size:35px;
}
}

@media screen and (max-width: 1024px){
	
	.banner-img {
    /* position: absolute;
    right: -250px;
    bottom: 0px;
    top: 98px; */
}
	
}
@media screen and (max-width: 991px){
	
	.banner-img{
		display:none;
	}
	.home-banner-section .banner-container-box .social-icons ul{
		display:none;
	}
	.home-banner-section {
    padding-left: 0px;
	}
	
	.home-header-section .home-banner-section .banner-container-box .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 14px;
    left: 0px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 35%;
    margin-left: 35%;
    list-style: none;
}
.banner-paragraph {
    padding-right: 50px;
    padding-left: 50px;
}
.main-header {
    padding: 25px 20px;
}
.navbar-light .navbar-toggler{
	margin-top:0px;
}
.main-header .navbar-brand {
    margin-right: 0px;
}
}




@media screen and (max-width: 767px){
.home-banner-section .banner-img-outer {
    padding-top: 0px;
}
.home-banner-section .home-banner-text {
    padding: 30px 0 90px 0px;
}
.home-header-section .home-banner-section .banner-container-box .carousel-indicators{
	margin-top:20px;
}
.home-banner-text h1{
	font-size:32px;
}
.banner-paragraph {
    padding-right: 0px;
    padding-left: 0px;
}

.home-banner-section{
	padding-top: 30px
}
}



@media screen and (max-width: 500px){
	.main-header .navbar-brand img {
    width: 200px;
}
}

@media screen and (max-width: 360px){
	.main-header .navbar-brand img {
    width: 150px;
}
.main-header {
    padding: 15px 10px;
}
}
.bg-dark {
    background-color: #15203a !important;
}
.nav-item .active > a{
  border-bottom: 2px solid white;
  color: black;
}
#background-video {
  width: 100px;
  height: 100px;
 
}
/* @media screen and (min-width: 1200px){
	.about-content {
		margin-top:18%;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.about-content {
		margin-top:12%;
}
} */
@media screen and (max-width: 991px){
	.home-header-section .header .main-header .navbar-collapse .navbar-nav a {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
}









.split-view {
  display: flex;
  min-height: 76vh; /* Ensure the container takes minimum full height of the viewport */
}

.video-container {
  flex: 1; /* Take up half the space of the container */
  max-width: 50vw; /* Limit width to half of the viewport width */
}

.full-screen-video {
  width: 100%; /* Cover the full width of the video container */
  height:100%; /* Cover the full viewport height */
  /* object-fit: cover; /* Ensure video covers the area without distortion */ */
}

.content-container {
  flex: 1; /* Take up the remaining space */
  display: flex;
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  max-width: 50vw; /* Limit width to half of the viewport width */
  padding: 20px;/* Add some padding for spacing */
}

@media (max-width: 992px) {
  .split-view {
    flex-direction: column;
  }

  .video-container, .content-container {
    max-width: 100vw; /* Allow each container to take full width of the viewport on smaller screens */
  }

 
  
}

	@media screen and (min-width: 1156px) and (max-width: 1475px){
  .full-screen-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.split-view {
    display: flex;
    min-height: 59vh;
}
}
@media screen and (min-width: 993px) and (max-width: 1155px){
  .full-screen-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.split-view {
    display: flex;
    min-height: 50vh;
}
}
@media (max-width: 1024px) {
  .split-view {
    flex-direction: column;
  }

  .video-container, .content-container {
    max-width: 100vw; /* Allow each container to take full width of the viewport on smaller screens */
  }

 
  
}
@media screen and (min-width: 993px) and (max-width: 1024px){
  .full-screen-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

}