@media only screen and (max-width: 767px) and (min-width: 320px) {
	.sub-header {
		position: unset;
		background-color: #000;
		display: flex;
	}
	.sub-header ul li {
		padding-right: 14px;	
		font-size: 13px;
	}
	.navbar-brand img {
		width: 40px;
	}
	.navbar.navbar-expand-md.navbar-dark {
		width: 100%;
		position: absolute;
		z-index: 99;
		background-color: #000;
	}
	#main-carousel {
		margin-top: 65px;
	}
	.figure-cercal h4 {
		font-size: 75px;
	}
	.figure-cercal2 h4 {
		font-size: 75px;
	}
	.figure-cercal p {
		font-size: 21px;
	}
	.figure-cerca2 p {
		font-size: 21px;
	}
	.figure-cercal {
		top: 71px;
		left: 29%;
	}
	.figure-cercal2 p {
		font-size: 23px;
	}
	.figure-box2 {
		margin-top: 30px;
	}
	.figure-box2 .icon {
		left: 39%;
		bottom: 0;
		top: 76%;
	}
	.figure-box .icon {
		left: 39%;
		bottom: 0;
	}
	.figure-cercal2 {
		position: absolute;
		top: 97px;
		left: 30%;
		text-align: center;
	}
	.colam-3 {
		padding-top: 76px;
	}
	.colam-3 .figure-cercal {
		top: 176px;
		left: 29%;
	}
	.colam-3 .icon {
		top: 43px;
	}

	.owl-nav {
		display: none;
	}
	.tab button.active {
		height: 100px;
	}
	.innerpage-text ul li.main_nav {
		width: 100%;
		margin-bottom: 30px;
	}
	#nav-tab {
		width: 320px;
		margin-bottom: 10px;
	}
	.nav-tabs .nav-link {
		font-size: 10px;
	}
   
   /*14-07-2022*/
	.sub-banner {
	position: relative;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center center;
    padding: 40px 0px 40px 0px;
    background-size: cover;
    overflow: hidden;
    }

    .e-busbuton{
    width: 100%;
    background-color: black;
    } 
    .sub-banner2 {
  	display: none;
    }
}

@media only screen and (max-width: 600px) {
  .sub-banner {
  	display: none;
  }
  .sub-banner2 {
  	position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0px 80px 0px;
    background-size: cover;
    overflow: hidden;
  	display: block;
  	margin-top: 17%;
  }
  .ebus-maintext{
  	padding:0px !important;
  	font-size:13px !important;
  }

  .about-us-sectionnn div.targetDiv {
	min-height: 150px;
   }

   .ebuspage-text ul li.main_nav a {
	padding: 4px 8px;
	border-radius: 0px;
	font-size: 12px;
	border: #e6e6e6 1px solid;
	width: auto;
	display: list-item;
	font-weight: 600;
	background: #022e71;
	color: #FFF;
	cursor: pointer;
}
}