@media screen and (max-width: 40em) {
	.cell-container {
        display: block;
    }

    #logo-container {
        float: none;
        padding: 10px 0px;
    }
}

@media screen and (max-width: 640px) {
    #top-banner-left {
        max-width: 100%;
        float: none;
    }
    #top-banner-left h3:before {
        display: none;
    }

    #top-banner-left h3,#top-banner-left h2 {
        text-align: center;
        padding: 0px;
        margin-bottom: 5px;
    }

    #top-banner-right a {
        color: black;
        display: block;
        text-align: center;
    }

    #top-banner-right a span {
        display: block;
    }

    #top-banner-right {
        float: none;
    }

    #header-services li {
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
    }

    #header-services li:before {
        display: none;
    }

    h1 {
        text-align: center;
    }

    #main-banner-left {
        padding-top: 20px;
    }

    #relative-white-arrow {
        display: none;
    }

    #relative-van {display: none;}

    .discount img {
        margin: 10px 0px;
    }

    #guarantees-list {
        column-count: 1;
    }

    #guarantees-list li {
        padding: 10px 0px 10px 45px;
    }

    #guarantees {
        padding: 10px 0px;
    }

    #ctas {
        padding: 0px;
    }

    .testimonial {
        margin: 5px;
    }

    #testimonials {
        padding-bottom: 10px;
    }

    #footer-contact h2 span {
        display: block;
    }

    #footer-aiims-left {
        float: none;
        text-align: center;
    }

    #footer-aiims-right {
        text-align: center;
    }
}

@media screen and (max-width: 1500px) {
    #relative-van {
        left: 5%;
        max-width: 400px;
    }
}

@media screen and (max-width: 900px) {
    #top-banner {
        background-position: 100%;
    }
}