/* extra small device */
@media(max-width:575px){ 
    .navbar {
		padding: 15px 50px !important;
		width: 100%;
	}
    #banner {
		background: url(../images/bannerbgmobil.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0 0 0 0;
	}
    
	.banner_text h1 {
        font-size: 18px;
        padding-top: 96px;
    }
    .banner_text h3 {
		font-size: 10px;
		padding: 0 0;
	}
	.certifaied{
		display: none;
	}
	.certifaiedmobil {
		display: inline;
		margin-left: 78px;
	}
    .certifaiedImg img {
        width: 50px;
        height: 23px !important;
    }
    .certifaied {
        width: 75%;
        height: 40px;
        line-height: 40px;
        padding: 0 4px;
        margin: auto;
    }
    .banner_Dashbord {
        position: absolute;
		left: 10%;
		display: none;
    }
    .banner_Dashbord img{
        width: 70% !important;
    }
    .banner_Mobil {
        left: -16px;
		bottom: -53px;
		display: none;
	}
	
.banner_Mobil  img{
    width: 40% !important;
    height: 200px;
}
.mobilbannerimage{
	display: inline-block;
	margin-top: 40px;
}

/*========bridge===========*/
.bridgemobilimage{
	display: inline-block;
	margin-top: 50px;
}
.bridegeBorder{
	display: none;
}
.bridegeBorder {
	padding: 29px 0px 22px 0px;
	position: relative;
	border-radius: 16px;
	margin: 10px;
	margin-top: 114px;
}
.bridgetext p {
	font-size: 12px;
	margin-top: 3px;
}
.brigeMobile {
	width: 20%;
	margin-left: 13px;
}
.bridgetext {
	position: absolute;
	bottom: -26px;
	width: 24%;
}
.bridegeBorder::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: -62px;
	left: 0;
	background-image: url(../images/mobilBridge.png) !important;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
}
/*====================
core Module

=================*/
#CoreModule{
	margin-top: 10px;
	padding: 30px 0;
}
#CoreModule::after {
	position: absolute;
	content: '';
	width: 92%;
}
.CoreTitle h2 {
	color: #F05A28;
	margin-bottom: 25px;
	font-size: 18px;
}
.coreNav .nav-link {
	border-radius: .25rem;
	border-bottom: 1px solid #7070703d;
	border-radius: 0;
	color: #626679;
	padding: 0 25px;
	font-size: 8px;
}
.Modulesbtnmobil{
    display: inline;
    margin-left: 70px;
}
.coreModulemainIccon img {
	width: 30px;
	height: 30px;
}
.codemoduleicontext p {
	margin-top: 3px;
	font-size: 7px;
}
.coreModuleIconInner {
	width: 21%;
	float: left;
	margin-right: 11px;
}
.coreModulemainIccon {
	width: 40%;
	float: left;
}
.codemoduleicontext {
	width: 45%;
	float: left;
	margin-left: 6px;
}
#pills-odhyyon {
	margin-top: -6px;
}
.odhyyon h5 {
    font-size: 12px;
    letter-spacing: 6px;
    text-align: center;
}
.odhyyon h3 {
	font-size: 17px;
	line-height: 29px;
	text-align: center;
}
.odhyyonimage img {
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
}
.Modules {
	display: none;
}
.Modulesbtnmobil{
    display: inline-block;
}

/*=======core Feature===============*/
.coreFeaturedown img{
	width: 36px;
	height: 36px;
}
.coreFeatureup img{
	width: 36px;
	height: 36px;
}
.core h3 {
	font-size: 18px;
}
.coreFeaturedown {
	width: 25%;
	padding: 22px 0;
	margin-top: 0px;
	margin-right: 0;
	border-radius: 0;
}
.coreFeatureup {
	width: 25%;
	padding: 22px 0;
	margin-top: 0px;
	margin-right: 0;
	border-radius: 0;
}
.coreFeatureup p {
	font-size: 10px;
}
.coreFeaturedown  p {
	font-size: 10px;
}





  }


/* small device */
@media(min-width:576px) and (max-width:767px){
    

}


/* medium device */
@media(min-width:768px) and (max-width:991px){  }
