@media only screen and (min-width: 360px) and (max-width: 620px) {
	.rights a
{
display:none !important;
}

	
    .banner {
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    .section {
        float: left;
        width: 100%;
        padding: 25px 0px;
        position: relative;
    }
    .about-para-sm {
        width: 100%;
        margin: 0 auto;
        color: #666;
        line-height: 25px;
        font-size: 16px;
        letter-spacing: 1px;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 400;
        text-align: center;
    }
    .abrilheading {
        font-size: 24px;
        margin: 0px;
        margin-bottom: 5px;
        color: #c71c6a;
        letter-spacing: 2px;
        font-weight: 600;
        text-align: center;
        font-family: 'Abril Fatface', "cursive";
    }
    .service-box {
        background: url(../images/service-bg.jpg) center;
        background-size: cover;
        padding: 25px;
        height: 450px;
        margin-bottom: 40px;
    }
    .single-page-banner {
        float: left;
        width: 100%;
        padding: 35px 0px;
        margin-top: 50px;
        text-align: center;
        position: relative;
    }
    .spgheading {
   
        font-size:20px;
	}
    .ab-head {
        color: #bd125f;
        margin-top: 5px;
        font-size: 22px;
    }
    .resorce-left {
        padding: 0px 0px;
    }
    .contact-us-form-left {
        padding-top: 0;
        padding-left: 0;
    }
    .abt-pg-left {
        float: left;
        width: 100%;
        height: auto;
    }
    .abt-pg-right {
        float: left;
        width: 100%;
        height: 600px;
        background: #fff;
        margin-top: 0px;
        border: 25px solid rgba(251,184,172,.4);
        border-top: none;
        overflow: hidden;
        padding: 25px;
        text-align: center;
    }
    .resorce-left h1 {
        margin-top: 0px;
        font-size: 40px;
        color: #c71c6a;
        line-height: 45px;
        text-align: center;
        margin-bottom: 36px;
    }
    .contact-us-form-left h1 {
        color: #fff;
        line-height: 35px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 25px;
    }
    .contact-form-div h4 {
         font-family: 'Titillium Web', sans-serif;
        font-size: 26px;
        margin-top: 0;
        font-weight: 400;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    .highlight-text {
        font-size: 24px;
        font-weight: 300;
        color: #fff;
        line-height: 32px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        letter-spacing: 1px;
    }
}