
/* 1600  *
-------------------------------------------------------------------------------------- */
@media (max-width: 1600px) {
    .csi-container1600 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #locationModal .modal-body img{
        max-width: 100%;
    }
}

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

/* 992  *
-------------------------------------------------------------------------------------- */
@media (max-width: 992px) {
    .home-body-three .card {
        max-width: 350px;
        margin: auto;
        margin-bottom: 2rem;
    }
    .modal-fullscreen .modal-content{
        height: auto;
    }
    #locationModal .modal-body img{
        margin-bottom: 1rem;
    }
    #locationModal .modal-body h3{
        margin-bottom: 3.5rem;
    }
 }
 

/* 768  *
-------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
    footer .locations-background {
        text-align: center;
    }
    .footer-locations .left-side img {
        max-width: 350px;
        margin-bottom: 2rem; 
        height: 300px;
    }
    .home-body-three .card-front, .home-body-three .card-back {
        height: 300px;
    }
    .home-body-three .card {
        height: 300px;
    }
    .footer-bottom {
        text-align: center;
        margin-top: 2rem;
    }
    footer .copyright {
        justify-content: center;
    }
    .home-body-two .right-col {
        padding: 3rem 1rem 3rem 1rem;
        text-align: center;
    }
    .home-body-two .left-image {
        height: 280px;
        max-width: 350px;
        margin: auto;
        margin-top: -3rem;
    }
    .home-body-one {
        margin: 3rem 0 0rem 0;
    }
    .home-body-three {
        padding-bottom: 1rem;
    }
    .csi-logo a {
        width: 100%;
    }
    .csi-logo img {
        margin: auto;
        display: block;
    }
    #csiMenuWrapper .csi-Menu-inner {
        align-items: flex-start;
    }
    #csiMenuWrapper .csi-Menu-inner .toggle {
        padding: 0;
    }
    .search-form .fa-search {
        font-size: 1.25rem;
    }
    .carousel-item {
        padding: 0!important;
    }
    .page-template-front-page .carousel-item {
        height: auto;
        padding: 0!important;
    }
    .page-template-front-page .carousel-image {
        max-height: 250px;
        min-height: 250px;
    }
    .csi-ib .form-row {
        flex-direction: column;
    }
    .csi-ib .col-auto {
        width: 100%;
        display: flex!important;
        justify-content: center;
        padding: 0 2rem 0 2rem;
    }
    .csi-ib button.csi-btn {
        width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .csi-ib input {
        margin-top: 0.5rem;
        text-align: center;
    }
    .home-body-two::after {
        top: -3%;
        height:100%;
    }
    .home-body-two .right-col p {
        font-size: 1.125rem;
    }
    footer .locations-background::before {
        background-position: 20%!important;
    }
    .carousel-caption {
        align-items: center;
    }
    .carousel-caption h2 {
        margin-bottom: 2rem;
    }
    a.csi-focus-button {
        text-align: center;
        margin-top: 1rem;
    }
    .csi-insidepages section {
        padding: 0;
    }
    .csi-defaultAccordion .panel-body:not(.inside-panel-group .panel-body) {
        padding: 20px 10px 20px 10px;
    }
    .csi-scrollableTable .table thead th:first-child, .csi-scrollableTable .table tbody td:first-child {
        text-align: center;
    }
}


/* 568  *
-------------------------------------------------------------------------------------- */
@media (max-width: 576px) {
    .home-body-three .card {
        min-width: 350px;
        margin: auto;
        margin-bottom: 2rem;
    }
}
@media (max-width: 568px) {
    
}


