/*General*/
.center-block {
	width: calc(100% - 16px);
	padding: 0px 8px;
}
/*General*/

/*Hero Naat*/
section.hero-landing .center-block {
    padding-top: 30px;
}
section.hero-landing .center-block .hero-left .overlay {
    font-size: 0.8rem;
}
section.hero-landing .center-block .hero-left p {
    font-size: 0.85rem;
}
section.hero-landing .center-block .hero-left p *{
    font-size: 0.85rem;
}
section.hero-landing .center-block .hero-left h1, section.hero-landing .center-block .hero-left h1 * {
    font-size: 2.5rem;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}
section.hero-landing .center-block .hero-left h2 {
    margin-top: 10px;
    font-size: 1.1rem;
}
section.hero-landing .center-block .hero-left ul li {
    font-size: 0.85rem;
}
section.hero-landing .center-block .hero-left .hero-contact{
    margin-bottom: 15px;
}
section.hero-landing .center-block .hero-left .hero-contact .contact {
    padding: 10px 10px;
    font-size: 0.85rem;
}
/*Hero Naat*/

/*Our Specialities*/
section.our-specialities .center-block .list-sepecialities .specialty-item {
    width: calc(25% - 16px);
    margin: 8px;
    padding: 18px;
}
/*Our Specialities*/

/*Results*/
section.results .before-and-after-list .baa-item .image-item .image-left {
    height: 300px;
}
section.results .before-and-after-list .baa-item .image-item .image-right {
    height: 300px;
}
/*Results*/