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

}

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

    .productAccordionImage {
        margin-bottom: 10px;
    }

}

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

    .csi-header .col-md-4.col-6 {
        top: 20px;
    }

    .csi-logo {
        width: 340px;
    }
    
     .carousel-item {
	   height: 95vh;
   }

    .carousel-caption {
        top: 75% !important;
        text-align: center;
    }

    .csi-ib {
        top: 25%;
        margin: 0 auto;
        //width: fit-content;
        left: 0;
        right: 0;
    }
    
    .social {
	    left: 4%;
    }

    .home-page .card {
        margin-bottom: 20px;
    }

 }


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

   .search-btn {
    position: relative;
    left: -25vw;
   }
   
   
   .carousel-caption h1 {
	   font-size: 3.25rem;
   }

}

/* 621  *
-------------------------------------------------------------------------------------- */
@media (max-width: 621px) {
	
    .search-btn {
        display: block;
        text-align: center;
    }

}

/* 568  *
-------------------------------------------------------------------------------------- */
@media (max-width: 568px) {
	
	.csi-logo {
		width: 280px;
	}
	
	.csi-ib {
		top: 20%;
	}
	
	.carousel-item {
		height: 1000px;
	}
	
	.carousel-caption {
		top: 70% !important;
	}
	
	.carousel-caption h1 {
		font-size: 2.75rem;
	}
	
    .csi-productAccordion .panel-heading {
        padding: 50px;
    }

}


