@media all and (max-width: 500px) {
    .content {
        padding: 10px;
        width: auto;
    }
    .content img {
        display: block;
        width: 60%;
        height: auto;
    }
    .content div {
        width: auto !important;
        float: none !important;
        margin: 0px !important;
    }
    .content h3 {
        font-size: 1.2em;
    }
    .content div p {
        font-size: 1em !important;
        line-height: 18px !important;
    }
    .content li {
        font-size: 1em;
        display: block;
        width: auto;
    }
    .aboutSection {
        float: none;
        width: auto;
        margin: 0px auto 15px auto;
        padding: 10px;
    }
    .aboutSection h3 {
        font-size: 1em;
        margin: 0px;
    }
    .aboutSection p {
        font-size: 0.8em;
        font-weight: 400;
    }
    .aboutSection-2 {
        float: none;
        width: auto;
        margin: 15px auto;
        padding: 10px;
    }
    .aboutSection-2 h3 {
        font-size: 1em;
    }
    .bx-wrapper img {
        height: 200px;
    }
    .doctorSection {
        padding: 10px;
    }
    .doctorSection .profile {
        float: none;
        width: auto;
        margin: auto;
        text-align: center;
        border: none;
        padding: 0px;
    }
    .doctorSection .profile img {
        width: 60%;
        background: #fff;
        border-radius: 100%;
        height: auto;
        margin: auto;
        float: none;
    }
    .doctorSection .profile h3 {
        font-size: 1.5em;
    }
    .doctorSection .profile p {
        font-size: 1em;
    }
    .doctorSection .profile .profiletxt {
        font-size: 2em;
    }
    .doctorSection .profile .profiletxt br {
        display: none;
    }
    .content_address {
        float: none;
        width: auto;
        margin: auto;
        text-align: center;
        border: none;
        padding: 0px;
    }
    .content_address h3 {
        font-size: 1.5em;
    }
    .content_address div {
        float: none !important;
        margin: auto !important;
    }
    .testimonial {
        padding: 10px;
        height: auto;
    }
    .testimonial h3 {
        font-size: 1.5em;
        text-align: center;
        width: auto;
        margin: 0px 0px 10px 0px;
    }
    .testimonial ul {
        width: auto;
    }
    .testimonial li {
        font-size: 0.8em;
        line-height: 18px;
        text-align: center;
        border: none;
        padding: 0px;
    }
    .thankBox {
        width: auto;
        height: auto;
        padding: 20px 10px;
        border-radius: 0px;
    }
    .thankBox .thank-img {
        width: auto;
    }
    .thankBox .thank-img img {
        width: 100%;
    }
    .thankBox h2 {
        padding: 0px;
    }
}