/*Header*/
header .center-block {
    justify-content: space-between;
}
header .center-block .top-menu {
    display: none;
}
header .center-block .make-appointment-hamb .btn-make-appointment {
    display: none;
}
header .center-block .make-appointment-hamb  .hb-mobile{
    display: block;
}
/*Header*/

/*Hero Landing*/
section.hero-landing .center-block {
    display: block;
    padding-top: 30px;
}
section.hero-landing .center-block .hero-right{
    width: 100%;
    justify-content: center;
}
section.hero-landing .center-block .hero-right img {
    width: 100%;
    max-width: 350px;
}
section.hero-landing .center-block .hero-left {
    width: 100%;
    margin-top: 30px;
}
section.hero-landing .center-block .hero-left .overlay {
    font-size: 0.8rem;
    width: fit-content;
    margin: 0 auto;
    background-color: #EBEFF6;
    color: var(--blue-button-1);
    font-weight: 600;
}
section.hero-landing .center-block .hero-left p {
    font-size: 0.90rem;
    text-align: center;
}
section.hero-landing .center-block .hero-left p *{
    font-size: 0.90rem;
}
section.hero-landing .center-block .hero-left h1, section.hero-landing .center-block .hero-left h1 * {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
}
section.hero-landing .center-block .hero-left h2 {
    text-align: center;
}
section.hero-landing .center-block .hero-left ul{
    max-width: 631px;
    margin: 0 auto;
}
section.hero-landing .center-block .hero-left ul li{
    font-size: 0.90rem;
}
section.hero-landing .center-block .hero-left .hero-contact{
    display: block;
}
section.hero-landing .center-block .hero-left .hero-contact .contact{
    display: block;
    margin: 15px auto;
    max-width: 320px;
    width: calc(100% - 40px);
    text-align: center;
    font-size: 0.90rem;
}
/*Hero Landing*/

/*Our Specialities*/
section.our-specialities .center-block h2 {
    font-size: 1.5rem;
}
section.our-specialities .center-block .subtitle-text {
    width: 100%;
    font-size: 0.90rem;
}
section.our-specialities .center-block .list-sepecialities{
    flex-wrap: wrap;
}
section.our-specialities .center-block .list-sepecialities .specialty-item {
    background-color: var(--card-specialty);
    width: calc(50% - 74px);
    margin: 12px;
    padding: 25px;
    border-radius: 20px;
}
/*Our Specialities*/

/*Results*/
section.results .overlay{
    font-size: 0.9rem;
    text-align: center;
    font-weight: 500;
}
section.results h2 {
    font-size: 1.5rem;
    margin: 15px 0;
    text-align: center;
}
section.results .text {
    display: block;
}
section.results .text p {
    width: 100%;
    font-size: 0.90rem;
    text-align: center;
}
section.results .text .btn-want {
    display: block;
    width: fit-content;
    margin: 15px auto 0px;
    font-size: 0.90rem;
}
section.results .before-and-after-list{
    display: block;
}
section.results .before-and-after-list .baa-item {
    width: calc(100% - 20px);
    max-width: 420px;
    margin: 0px auto 25px;
}
section.results .before-and-after-list .baa-item h2 {
    font-size: 1rem;
    text-align: left;
}
section.results .before-and-after-list .baa-item p {
    font-size: 0.85rem;
    margin-top: 5px;
}
/*Results*/

/*Contact*/
section.contact .center-block{
    display: block;
    width: 80%;
    padding: 0px;
}
section.contact .center-block .contact-left {
    padding: 50px 50px 20px;
    width: calc(100% - 100px);
}
section.contact .center-block .contact-information{
    width: 100%;
}
section.contact .center-block .contact-right {
    width: 100%;
    height: 400px;
}
section.contact .center-block .contact-right .map iframe{
    border-radius: 0;
}
/*Contact*/
