
/* 1600  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1600px) {

}

/* 1200  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1200px) {

}

@media (max-width: 1024px) {
	.csi-header .csi-mobile-ib-login {
        display: block;
        margin-left: 0;
        border-radius: 0px;
        margin-top: 10px;
        margin-bottom: -58px;
        text-align: center;
		width: fit-content;
		position: relative;
		border-radius: 4px;
		padding: .25rem 5rem;
		margin: 0 auto;
		bottom: -58px;
    }
	.csi-header #navbar .csi-ib-login{
		display: none;
	}
}

/* 992  *
-------------------------------------------------------------------------------------- */
@media (max-width: 992px) {
	.csi-hero .carousel-caption h2{
		font-size: 3rem;
	}
	.csi-hero .carousel-caption{
		background-color: #1B1D4D;
	}
	.csi-hero .carousel-item .carousel-caption{
		display: none;
	}
	.csi-hero .carousel-caption .rounded-top{
		border-radius: 0!important;
	}
	.carousel-item{
		padding:0;
	}
	.csi-hero .csi-ib {
		display: none;
		position: absolute;
		top: -15px;
		right: 0;
		z-index: 100;
		width: 100%;
		text-align: center;
		background: white;
		padding: 2rem;
	}
 }


/* 768  *
-------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
}


/* 568  *
-------------------------------------------------------------------------------------- */
@media (max-width: 568px) {
	

}


