	.social-icons {
		display:block;
		margin: auto 1em;
		float: right;
	}
	.social-icons a {
		color: #223F99;
	}
	.social-icons a:hover {
		color: #38c2f1;
	}
	
	.social-icons i{
	margin: auto 0.5em;
	}
/* added sep 25 */
.imgright {
	float: right;
	padding: 10px;
}

.imgleft {
	float: left;
	padding: 10px;
}

/* Style the tab */
.tab {
  overflow: hidden;
/*  border: 1px solid #ccc;
  background-color: #f1f1f1;*/

}
.text-center {text-align: center!important;}
/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  /*float: left;*/
  border: none;
	border-radius: 25px;
  outline: none;
  cursor: pointer;
  padding: 14px 36px;
  transition: 0.3s;
	margin: 10px 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #2e74b5;
	color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
/*  border: 1px solid #ccc;*/
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.imgrounded {border-radius: 15%; border: solid 1px #cecece; padding: 10px;}
.home {
	background: repeating-linear-gradient(
		90deg,
       /* #E6FBFF*/#effcff,
        #effcff 40px,
        #fff 40px,
        #fff 80px);
	


}
.hidebr {display: none;}
.homeimg-control { text-align: center;}
.homeimg { border: solid 3em #8ee2ff; border-radius: 50%;  width: 65%!important; margin: 1em;}
.displayhome {  margin: 15% 0% 15% 5%!important;  padding: 10px; vertical-align:middle!important;} 

.display-heading {
    font-weight: 800;
    font-size: 4.2em;
    color: #0082E3;
    text-transform: capitalize;
	margin: 5px 0px;
/*	-moz-text-shadow:1px 1px 3px  rgba(0,0,0,0.3);
	-webkit-text-shadow:1px 1px 3px  rgba(0,0,0,0.3);
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);*/
}
.display-content {
    color: #929A9E;
   /* font-size: 1.2em;00beff*/
	margin-top: 4em;
    /*text-shadow: 0px 3px 3px #CECECE;
	-moz-text-shadow:1px 1px 3px  rgba(0,0,0,0.3);
	-webkit-text-shadow:1px 1px 3px  rgba(0,0,0,0.3);
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);*/
}
body {
	background-image:url("../img/bg-inside.jpg");
	background-repeat: repeat-x;	
    /*background-attachment: fixed;*/
/*	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
body {
	font-family: 'Roboto', serif;
}
.asterisk-italic {
	font-size: 12px;
	font-style: italic;
	color: #ff6600;
}

.textquote {
	font-size: 12px;
	font-style:italic;
}

.no-bg {
	background-image:none;
}
.main-wrapper {
    margin:0 auto 0  auto;
    padding: 0;
    max-width: 1170px;
    overflow: hidden;
/*	OFF 25 Sep 2023*/
	-webkit-box-shadow: 0 0 40px rgba(77, 70, 74, 0.69);
    -moz-box-shadow: 0 0 40px rgba(77, 70, 74, 0.69);
    box-shadow: 0 0 40px rgba(77, 70, 74, 0.69);
    background-color: #ffffff;
    padding-right: 0;
}

.announcement-section {
    padding: 20px 0px 20px 0px; background: #0f1842; text-align:center; } 
.container-call {
	position: relative;
	height: 14rem;
/*  border: 1px solid;*/
}

.call-now {
  position: absolute;
  top: 61%;
  left: 52%;
  transform: translate(0%,-50%);

}

.call-now a:link {
	color: #2e74b5!important;
	text-decoration: none!important;
}

.call-now a:hover {
	color: #032e56!important;
	text-decoration: none!important;
}
.member-text {
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    padding: 6px 0px 6px 0px;
}
.member-text a {
    color: #ffffff;
    font-style: normal;
}
.member-text a:hover {
    color: #66b4f9;
    font-style: normal;
}
.headertxt {
	margin-bottom: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 5px!important;
	vertical-align: middle;
}

.headericon {
	padding-left: 20px!important;
	margin-right: 5px!important;
	color: #2e74b5;
}
.fa-lg {
  vertical-align: middle;
}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.message-pic {
	margin: 0 auto;
	    display: inline-block;
/*
    float: left;
    margin-right: 3em;
    margin-bottom: 1em;
*/
}

.rizal {
	margin-bottom: 0px;
	
}
#email2 { display: none!important; }

.message-info {
    padding: 20px;
    background: #e9f6fc;
    border-bottom: solid 3px #b5e8fa;
 
}
/*.message-info:before {
    color: #bbb;
    font-size: 60px;
    content: "\201C";
    position: absolute;
    margin: -25px 0 0 155px;
    font-family: Georgia, serif;
}*/
/*.message-info:after{
    color: #bbb;
    font-size: 60px;
    content: "\201D";
    position: absolute;
    margin: -35px 0 0 7.2em;
	text-align: right;
    font-family: Georgia, serif;
}*/
.rounded-bottom {
    border-radius: 0 0 4px 4px !important;
}
blockquote {
  background: none;
  border-left: none;
  margin: .5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
	font-family: Georgia, serif;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -0.4em;
	font-family: Georgia, serif;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.48em;
	font-family: Georgia, serif;
}
blockquote p {
	 display: inline;
	font-family: 'Roboto', serif;
}
/*
#our-companies .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 75%;
    height: auto;
}
*/
#our-companies .img-responsive, .thumbnail > img, .thumbnail a > img {
    display: block;
/*    max-width: 75%;*/
    max-width: 75%;
    height: auto;
}
#whatsNewSection {
    padding:0px 0px 30px 0px;
}
.d-block {
    display: block!important;
}
.terms {
	font-size: 13px;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-open{
    overflow:hidden
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    display:none;
    width:100%;
    height:100%;
    overflow:hidden;
    outline:0;
	background-color:  rgba(0, 0, 0, 0.6);

}
.modal-dialog{
    position:relative;
 /*   width:auto;*/
    margin:auto;
    pointer-events:none;

}
.modal.fade .modal-dialog{
    -webkit-transition:-webkit-transform 0.3s ease-out;
    transition:-webkit-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
    transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform:translate(0, -50px);
	transform:translate(0, -50px)}

.modal-content {text-align: center;	
}

/*Carousel*/
@media screen and (min-width: 768px) {
	
.carousel-indicators {
    bottom: 0px;
}
	.carousel-indicators .active {
    background-color: #122068;
}
.carousel-indicators li {
    border: 1px solid #033572;
}

.carousel-inner > .item > a > img {
    display: block;
    max-width:-webkit-fill-available;
    height: auto;
}

}



/*colors*/
.orange {
	background-color:#FAAB29;
}
.green {
	background-color:#68bc47;
}
.red {
	background-color:#ef533e;
}
.blue {
	background-color: #0082E3/*#122068*/;
}
.blue-f {
	color: #0082E3;
}
.black {
	background-color:#191919;
}
.white {
	background-color: #ffffff;
}
/*buttons*/
.btn-eip {
  color: #fff;
  background-color:#0082E3/* #435c9a*/;
  border-color: #2e6da4;
	border-radius: 10px;
}
.btn-eip:hover {
    color: #fff;
    background-color: #0d1956;
    border-color: #204d74;
}
/*margin and padding*/
.m-10 {
	margin: 10px;
}
.m-35 {
	margin: 35px;
}
.mb-35 {
	margin-bottom:35px;
}
.mb-110 {
	margin-top:110px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.pt10 {
	padding-top: 10px;
}
.pr-10{
	padding-right:10px;
}
.img-responsive-contact {
    display:inline;
    max-width: 100%;
    height: auto;
}
#error-msg {
  color: red;
	padding-left: 20px;
}
#valid-msg {
  color: #00C900;
	padding-left: 20px;
}
.hide {
  display: none;
}

.content-container {
  padding-right: 15px;
  padding-left: 15px;
	
}

.content-container ul li {

    font-size: 1.571rem;
   line-height: 1.42857143;
	margin-bottom: 10px;
}
.breadcrumb {
    padding: 4px 15px;
    margin-bottom: 0px;
    list-style: none;
	background-image:url(../img/headingbg.png);
	background-repeat: repeat-x;
}
.left {
  float: left;
  margin-right: 1em;
}

.right {
  float: right;
  margin-left: 1em;
}
.title-page {
    margin-bottom: 20px;
	    color: #0082E3;
}
.title-page-app {
    margin-bottom: 18px;
    color: #0082E3;
}
p, ul {
	font-size: 1.571rem;
}
.signinformbox1.widget h4 {
    margin: 0;
    /* margin-left: 20px; */
    font-family: 'Roboto', serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: #3C3B3B;
	background: url(../img/titlesep.png) bottom left no-repeat;
    padding: 15px 0px;
    text-shadow: 0 1px 0 #fff;
}
ul.app-icons {
    margin-top: 0;
    margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
}
.app-icons li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    text-align: center;
}
 #table-bordered-testimonials > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 0px solid #ddd;
}
#table-bordered-testimonials .table>tbody>tr>td {
    padding: 25px 25px 15px 25px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
#table-bordered-testimonials .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}
.dcf-w-100\% {
	 width: 100% !important;
}

#gallery ul {
  padding:0 0 0 0;
  margin:0 0 0 0;
	list-style: none;
}
#gallery ul li {
  list-style:none;
  margin-bottom:25px;
}
#gallery ul li img {
  cursor: pointer;
}

#app-preview .img-responsive {
    display: block;
    max-height: 70%;
	max-width: none;
}
.app-modal-body-screen{
	padding: 15px 15px 0px 15px;
}

/*.modal-dialog {
    width: 40%;
}*/
/*.modal-dialog-gallery {width:600px;}*/
.thumbnail {margin-bottom:6px;}

#modal-gallery .carousel-control.left {
  background-image:none;
  margin-top:-6%;
  width:5%;
	color: darkblue;
}
#modal-gallery .carousel-control.right{
  background-image:none;
  margin-top:-6%;
  width:5%;
	color: darkblue;
}
.app-img-center {
    /* margin: 0 10% 0 10%; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#modal-gallery .carousel-inner {
    width: 50%;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
/*---------------------------------
  Our Companies
---------------------------------*/
.company-card a, .company-card a:visited {
    width: 100%;
    height: auto;
}
.company-logos {
    margin: 50px auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.company-card {
    /*max-width: 16%;*/
	max-width: 16%;
    /*flex: 0 0 11%;*/
	flex: 0 0 18%;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    background-color: #FFF;
    border: 1px solid #F5F5F5;
    padding: 1.5em 0;
}

.company-card:nth-child(2n+2) {
    background-color: #F8F8F8;
}

.company-card a:link,
.company-card a:visited
 {
    width: 100%;
    height: auto;
}

.company-logo {
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;   
}
.company-logo img {
    width: 75%;
    height: auto;
}

/*---------------------------------
  Our Team
---------------------------------*/
.team-img {
	width: 180px;
	height: 180px;
	overflow: hidden;
	position: relative;
	margin: 25px auto 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #f5f5f5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.45);
}
.team-img img {
    width: 100%;
}
.team-img .team-img::after {
    top: 0;
    left: 0;
    content: '';
    width: 140px;
    height: 140px;
    position: absolute;
}
.team-name {
    color: #2e74b5;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
	text-align:center;
}
.team-position {
font-weight: 900;    
color:#333333;
font-size: 12px;
margin: 0px 0px 0px 0px;
text-align:center;
}
.team-course {
color: #000;
font-size: 12px;
margin: 0px 0px 0px 0px;
text-align:left;
	text-align:center;
}
.team-description {
    padding: 0px 0px 0px 0px;
		text-align:center;
}
.team-footer {
    background-color: rgba(255, 255, 255, 0);
    border-top: 0px;
}
.panel-footer-team {
    padding: 10px 15px 30px 15px;
	background-color: rgba(255, 255, 255, 0);
    border-top: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}



@media screen and (max-width: 569px) {
	
.imgright {
	float: none;
	padding: 10px;
	margin: 10px auto;
}

.imgleft {
	float: none;
	padding: 10px;
	margin: 10px auto;
}
.breadcrumb {
    display: none;
}
    .title-page {
    margin-bottom: 10px;
    color: #435c9a;
}
.mt-40 {
    margin-top: 0px;
}
    .company-logos {
        margin: 20px auto;
        width: 100%;
    }
    .company-card {
        flex: 0 1 33% !important;
        max-width: 40% !important;
    }
    .company-logo img {
        width: 70% !important;
        height: auto;
    } 
    .call-now {
    display: none;
}
.navbar-brand {
    float: left;
    padding: 0px 0px;
}
.header-eip .navbar-brand img {
    margin: 8px auto !important;
    height: 70px;
}   
	.hidecol {display: none;}
}
/*----FEATURED PROMOTION-------------------->*/
.featured-promotion {
	background-image: url("../img/promotion/img-featured-promotion-bg.png"); background-repeat: no-repeat; background-position: right bottom; background-size: cover; max-height: inherit; padding: 3rem 0 1rem 0;}
.img-featuredPromo  {width: 200px!important;}
.featuredPromo-mainname  {font-size: 4.5rem!important; font-weight:600!important; color: #DA3821!important;}
h2.featuredPromo-mainname {margin-top: 0px!important;}
.featuredPromo-intro {font-size: 1.75rem; color: #777777!important;}
.featuredPromo-text p {font-size: 1.25rem; color: #122F53!important; line-height: 1.65rem;}
.featuredPromo-department {display: block;font-size: 16px;margin-bottom: 10px;color:#5AC5E6;font-weight:bold; border-top: 1px dotted #333;}
.featuredPromo-name {font-size: 21px; font-weight:bold; color:#10a8dc; text-transform:capitalize;text-align:center !important;}
.featuredPromo-position {display: block;font-size: 14px;margin-bottom: 10px;color:#999999;font-weight:bold;}
.panel-default-featuredPromo {border: solid 1px #F2F2F2; border-radius: 5px; padding: 0px 10px; margin-bottom: 20px;}
.panel-body-featuredPromo {text-align:center!important;}
.featuredPromo-off {display: none;}
.featured-promotion .panel { webkit-box-shadow:none!important; box-shadow: none!important;}    
.featured-promotion .panel-body {padding: 7px;}
.featured-spacer {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
/*contetn page
------------------------------------*/
/*sub-footer*/

.footer-wrapper {background-color: #8dd8f5;}
.sub-footer {
	background-color:#122068;
	padding:2.857rem 2.857rem;
	/*margin:2.857rem 0 0 0;*/
	color:#ffffff;
}
.sub-footer h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight:bold !important;
    line-height: 1.1;
    color: inherit;
}
.sub-footer p {
font-size: 1.125rem;
    line-height: 1.95rem;
}
.sub-footer a {
    color: #7ab5d8;
    text-decoration: none;
}
.sub-footer a:hover {
    color: #7ab5d8;
    text-decoration: underline;
}
.sub-footer ul>li>a {
    color: #ffffff;
    text-decoration: none;
font-size: 1.125rem;
}
.sub-footer ul>li>a:hover {
    color: #cccccc;
    text-decoration: none;
}
.footer-copyright {
	color:#ffffff;
	background-color:#191919;
	font-size: smaller;
	padding: 10px 20px;
}
.footer-copyright p {
	font-size: 1.071rem;
}
.footer-copyright a:hover, a:focus {
    color: #7ab5d8;
    text-decoration: underline;
}
.footer-copyright a {
    color: #7ab5d8;
}
.sub-footer ul li {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -40px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    line-height: 1.25rem;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
/*    float:none;*/
    /* reset the text-align */
/*    text-align:left;*/
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.tablinks {width: 80%;
	margin: 5px 20px;}	
.col-centered {
    display: block;
}	
.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    display: none;
}	
.announcement-section {
    padding: 0px 0px 0px 0px;
    background: #0f1842;
    text-align: center;
}    
/*	.message-pic {
    float: none;
    display: block !important;
    text-align: center !important;
    margin-right: 0;
    margin-bottom: 3em !important;
}
		.message-info {
    padding: 50px 30px 20px 30px;
    background: #e9f6fc;
    border-bottom: solid 3px #b5e8fa;
 
}
	.message-info:before {
    color: #bbb;
    font-size: 60px;
    content: "\201C";
    position: absolute;
    margin: 180px 0 0 -25px;
    font-family: Georgia, serif;
}
.message-info:after{
    color: #bbb;
    font-size: 60px;
    content: "\201D";
    position: absolute;
        margin: -41px 0 0 248px !important;
	text-align: right;
    font-family: Georgia, serif;
}*/
    
.header-eip .navbar-brand img {
    margin: 0 auto !important;
}
}

@media (max-width: 767px){
    .logo-header {
        margin: 0 auto 0 auto; 
    }
.breadcrumb {
    display: none;
}
	.container-call {
        display: none;
/*
	  position: relative;
	  height: 6rem;
*/
	/*  border: 1px solid;*/
	}
.col-centered {
    display: block;
	}
	.call-now {
position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(3%,-50%);
    /* border: 1px dashed deeppink; */
    font-size: 12px;
}
.member-text a:hover {
    color: #66b4f9;
    font-style: normal;
}
.title-page {
    margin-bottom: 10px;
    color: #435c9a;
}
.mt-40 {
    margin-top: 0px;
}    
.modal-dialog {
    width: 95%;
}
.carousel-inner > .item > a > img {
    display: block;
    max-width:100%;
    height: auto;
}	
	.carousel-indicators {
    position: absolute;
    bottom: -31px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.navbar-brand {
    float: left;
    padding: 0px 0px;
}
.header-eip .navbar-brand img {
    margin: 8px auto !important;
    height: 70px;
}	
        .term-started {
        display: none;
    }
}

@media only screen and (max-width : 768px) {
/*	.message-info:after{
    color: #bbb;
    font-size: 60px;
    content: "\201D";
    position: absolute;
        margin: -41px 0 0 256px !important;
	text-align: right;
    font-family: Georgia, serif;
}*/
    }



/* ----------- iPad mini ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .sub-footer {
    background-color: #122068;
    padding: 2.857rem 2.857rem;
	margin: none !important; 
    color: #ffffff;
    font-size: 1.286rem;
}	
	  .carousel-inner > .item > a > img {
    display: block;
    max-width:100%;
    height: auto;
}

}
/* ----------- iPad 1 and 2 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
.carousel-inner > .item > a > img {
    display: block;
    max-width:100%;
    height: auto;
}
}
/* ----------- iPad 3 and 4 ----------- */
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  .carousel-inner > .item > a > img {
    display: block;
    max-width:100%;
    height: auto;
}

	  
}

.headertxt {
	font-size: 16px;
	margin-bottom: 10px!important;
	padding-bottom: 10px!important;
}

.fa-2x {
  vertical-align: middle;
}

.modal-backdrop {
    position:relative;
}



/*---------------------------------
  PROMOTIONS SECTION
---------------------------------*/
.img-fluid {
	width: 100%;
}
.promotions {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: flex-start;
/*	padding: 0px 15px;*/
	margin: 10px auto;
	flex-wrap:wrap;
}
.card {
	width: 48%;
	border: 1px solid #eee;
	border-radius: 5px;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 50px;
}
.card:first-child {
	margin-right: 30px;
}
.card-body {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	padding: 10px;
}
.card-body h3 {
	margin-top: 0;
	padding-top: 0;
	font-size: 21px;
}
.promo-block-01 { 
	-webkit-box-flex: 1;
  	-moz-box-flex: 1;
  	-webkit-flex: 1;
  	-ms-flex: 1;
	flex: 1;	
}
.promo-block-02 { 
	-webkit-box-flex: 2;
  	-moz-box-flex: 2;
  	-webkit-flex: 2;
  	-ms-flex: 2;
	flex: 2;
	padding: 10px 20px;
}
.card-footer {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	padding: 10px 10px;
	background-color: #eee;
	justify-content: space-between;
	align-items: center;
}
.promo-label { font-size: 16px;	}
.promo-details {
	margin: 20px auto;
	font-size: 1em;
}
.promo-details .button-group {
	margin: 20px auto;
	text-align: center;
}

.promo-main-img{
	padding-bottom: 20px;
}

.promo-default-bt {
	color: #435c9a !important; 
	background-color: #fff !important; 
	border-color: #2e6da4 !important; 
	height: 50px; 
	font-size: 18px; 
	font-weight: bold; 
	margin: 10px; 
	padding: 10px 20px; 
	box-shadow: 5px 5px 10px #d8d8d8; 
	border-radius: 6px;
}

.promo-default-bt:hover {
	color: #fff !important;
    background-color: #0d1956 !important;
    border-color: #204d74; 
}
.promo-primary-bt {
	color: #fff!important;	
	background-color:#15A6FF; 
	border-color: #15A6FF; 
	height: 50px; 
	font-size: 18px; 
	font-weight: bold; 
	margin: 0px 5px;
	padding: 10px 20px; 
	box-shadow: 5px 5px 10px #d8d8d8;
	border-radius: 6px;
}

@media only screen and (max-width: 768px) {
	.promotions {
	flex-direction: column;
}

.card {
	width: 100%;
	flex-direction: column;
	margin-bottom: 40px;
}
.card:first-child {
	margin-right: 0;
}

}

@media only screen and (max-width: 480px) {
.breadcrumb {
    display: none;
}
.homeimg { border: solid 1em #8ee2ff; border-radius: 10%;  width: 100%!important; margin: 20px 5px;}
.title-page {
    margin-bottom: 20px;
    color: #435c9a;
}
.mt-40 {
    margin-top: 0px;
}
    .card-body, .card-footer {
	flex-direction: column;
}
.card-footer {
	justify-content: center;
	text-align: center;
}
.promo-details > div:nth-child(2) {
	margin-top: 20px;
}
.promo-block-02 {
	padding: 10px 0;
}

.promo-details .button-group a {
	width: 220px;
	margin: 10px auto;
}
.navbar-brand {
    float: left;
    padding: 0px 0px;
}
.header-eip .navbar-brand img {
    margin: 8px auto !important;
    height: 70px;
}
    .term-started {
        display: none;
    }
.promo-label {
    font-size: 14px;
}
    .noDisplay {
        display: none;
    }
}


/*---------------------------------
  SPACING
---------------------------------*/
.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}
