/*# sourceMappingURL=index-style.css.map */
.sectionContainer1 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}
.sectionContainer2 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
}
.sectionHeading {
    color: #56c5d0;
    margin-top: 32px;
    margin-bottom: 32px;
}
.arrowDiv {
    display: none;
    padding: 0.8rem;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgb(130, 196, 196);
    -webkit-box-shadow: 0px 0px 23px 0px rgba(67, 100, 109, 0.13);
    box-shadow: 0px 0px 23px 0px rgba(67, 100, 109, 0.13);
}
.arrowBack {
    left: 10px;
}
.arrowNext {
    right: 10px;
}
#testimonialSlideSection1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: auto;
}
#testimonialWrapper1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}
#testimonialWrapper1 .testimonialBox1 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    margin-right: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(67, 100, 109, 0.13);
    box-shadow: 0px 0px 23px 0px rgba(67, 100, 109, 0.13);
}
#testimonialWrapper1 .testimonialBox1 .commentDiv img {
    width: 50%;
    max-height: 140px;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #56c5d0;
}
#testimonialWrapper1 .testimonialBox1 .commentDiv .commentText {
    margin-top: 1rem;
    margin-right: 1rem;
    text-align: left;
}
#testimonialWrapper1 .testimonialBox1 .authorDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem;
}
#testimonialWrapper1 .testimonialBox1 .authorDiv .authorImageDiv {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 1rem;
    border-right: 1px solid #56c5d0;
}
#testimonialWrapper1 .testimonialBox1 .authorDiv .authorImageDiv .authorImage {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    border-radius: 100%;
}
#testimonialWrapper1 .testimonialBox1 .authorDiv .authorDetailsDiv {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 1rem;
}
#testimonialWrapper1 .testimonialBox1 .authorDiv .authorDetailsDiv .authorReview {
    width: 60px;
    margin-top: 0.5rem;
}
#testimonialWrapper1 .testimonialBox1.commentDiv {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    padding: 1rem;
}

@media (min-width: 768px) {
    #wallContainer {
        padding-top: 0.5rem;
   }
    .more {
        display: block;
        color: #56c5d0;
        font-weight: 400;
        text-align: right;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
   }
    .moreMob {
        display: none;
   }
    #headerSection {
        padding: 1rem 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
   }
    #headerSection #logoDiv {
        width: 150px;
   }
    #headerSection #menuSection #signIn {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
   }
    #headerSection #menuSection #signIn a {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
   }
    #headerSection #menuSection #signIn:hover a {
        color: #56c5d0;
   }
    #wallBgDiv {
        height: 80%;
   }
    #wallBgDiv #wallBgContent {
        padding-left: 7.5%;
   }
    #wallBgDiv #wallBgContent .wallBgTitle {
        font-size: 3rem;
   }
    #searchSection #searchSuggestionContainer #pcSearchSection {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
   }
    #searchSection #searchSuggestionContainer #mobileSearchSection {
        display: none !important;
   }
    #searchSection #navBar {
        position: relative;
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 1rem 0;
   }
    #searchSection #navBar #menuBar {
        display: none;
   }
    #searchSection #navBar .searchBox {
        width: 90%;
        margin-right: 1rem;
        border: none;
        padding-bottom: 0.3rem;
        border-bottom: 1px solid #56c5d0;
   }
    #searchSection #navBar .searchBarIconDiv {
        width: 30px;
        background-color: transparent;
        border: none;
   }
    #specialitiesContainerWeb {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem 4rem 0 7.5%;
        background-color: #fff;
   }
    #specialitiesContainer {
        display: none;
   }
    #specialitiesContainer .specialitiesBox .specialitiesBoxText {
        font-size: 1rem;
   }
    .gridBoxContainer .reverseRow {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
   }
    .gridBoxContainer .gridBoxSection {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
   }
    .gridBoxContainer .gridBoxSection .gridBoxLg {
        width: 48%;
   }
    .gridBoxContainer .gridBoxSection .gridBoxSmSection {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 48%;
        padding: 0;
   }
    .gridBoxContainer .gridBoxSection .gridBoxSmSection .gridBoxSm {
        width: 47%;
        min-width: 47%;
        margin: 0;
        margin-bottom: 1rem;
   }
    .slideContainer {
        overflow: hidden;
   }
    .slideContainer .slideWrapper .slideBox {
        min-width: 40%;
        max-width: 40%;
   }
    .arrowDiv {
        width: 50px;
        height: 50px;
        position: absolute;
        display: block;
        z-index: 2;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
   }
    #testimonialSlideSection1 {
        overflow: hidden;
   }
    #testimonialWrapper1 .testimonialBox1 {
        width: 40%;
        min-width: 40%;
   }
    .partnershipDiv {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
   }
    .partnershipDiv .partnershipLogoBox {
        width: 10%;
        min-width: 10%;
   }
    #footerMailSection {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1000px;
        margin-bottom: 2rem;
   }
    #footerMailSection .footerMailContent {
        text-align: left;
   }
    #footerMailSection #footerMailBox {
        margin: 0;
   }
    #footerContainer {
        margin-bottom: 0;
   }
    #footerContainer #footerSection #footerSmDiv {
        margin-left: 0;
        margin-bottom: 1rem;
        margin-top: unset;
   }
    #footerContainer #footerSection #footerMainDiv {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
   }
    #footerContainer #footerSection #footerMainDiv .footerParagraphDiv {
        width: 35%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
   }
    #footerContainer #footerSection #footerMainDiv .footerParagraphDiv .footerParagraph {
        text-align: left;
        margin: 0;
   }
    #footerContainer #footerSection #footerMainDiv .footerLinkDiv {
        border: none;
        width: 20%;
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
   }
    #footerContainer #footerSection #footerMainDiv .footerLinkDiv .footerLinkTitle .footerLinkArrow {
        display: none;
        margin: 0;
   }
    #footerContainer #footerSection #footerMainDiv .footerLinkDiv .footerLinksContainer {
        visibility: visible;
        height: unset;
        opacity: 1;
   }
    #footerContainer #footerSection #footerMainDiv .footerLinkDiv .footerLink {
        margin-bottom: 0.35rem;
   }
}
@media (max-width: 479px) {
    #testimonialWrapper1 {
        display: block;
    }
    #testimonialWrapper1 .testimonialBox1 {
        margin-bottom: 50px;
    }
    #testimonialWrapper1 .testimonialBox1 .authorDiv .authorDetailsDiv h5 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14px;
    }
    .sectionHeading {
        color: #56c5d0;
        margin-top: 10px;
        margin-bottom: 32px;
        text-align: center;
    }
    #wallContainer {
        padding-top: 0.5rem;
   }
    .more {
        display: block;
        color: #56c5d0;
        font-weight: 400;
        text-align: right;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
   }
    .moreMob {
        display: none;
   }
    #headerSection {
        padding: 1rem 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
   }
    #headerSection #logoDiv {
        width: 150px;
   }
    #headerSection #menuSection #signIn {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
   }
    #headerSection #menuSection #signIn a {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
   }
    #headerSection #menuSection #signIn:hover a {
        color: #56c5d0;
   }
    #wallBgDiv {
        height: 80%;
   }
    #wallBgDiv #wallBgContent {
        padding-left: 7.5%;
   }
    #wallBgDiv #wallBgContent .wallBgTitle {
        font-size: 3rem;
   }
    #searchSection #searchSuggestionContainer #pcSearchSection {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
   }
    #searchSection #searchSuggestionContainer #mobileSearchSection {
        display: none !important;
   }
    #searchSection #navBar {
        position: relative;
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 1rem 0;
   }
    #searchSection #navBar #menuBar {
        display: none;
   }
    #searchSection #navBar .searchBox {
        width: 90%;
        margin-right: 1rem;
        border: none;
        padding-bottom: 0.3rem;
        border-bottom: 1px solid #56c5d0;
   }
    #searchSection #navBar .searchBarIconDiv {
        width: 30px;
        background-color: transparent;
        border: none;
   }
    #specialitiesContainerWeb {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem 4rem 0 7.5%;
        background-color: #fff;
   }
    #specialitiesContainer {
        display: none;
   }
    #specialitiesContainer .specialitiesBox .specialitiesBoxText {
        font-size: 1rem;
   }
    .gridBoxContainer .reverseRow {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
   }
    .gridBoxContainer .gridBoxSection {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
   }
    .gridBoxContainer .gridBoxSection .gridBoxLg {
        width: 48%;
   }
    .gridBoxContainer .gridBoxSection .gridBoxSmSection {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 48%;
        padding: 0;
   }
    .gridBoxContainer .gridBoxSection .gridBoxSmSection .gridBoxSm {
        width: 47%;
        min-width: 47%;
        margin: 0;
        margin-bottom: 1rem;
   }
    .slideContainer {
        overflow: hidden;
   }
    .slideContainer .slideWrapper .slideBox {
        min-width: 40%;
        max-width: 40%;
   }
    .arrowDiv {
        display: none;
   }
    #testimonialSlideSection1 {
        overflow: hidden;
   }
    #testimonialWrapper1 .testimonialBox1 {
        width: 100%;
        min-width: 100%;
   }
    .partnershipDiv {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
   }
    .partnershipDiv .partnershipLogoBox {
        width: 10%;
        min-width: 10%;
   }
    #footerMailSection {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1000px;
        margin-bottom: 2rem;
   }
    #footerMailSection .footerMailContent {
        text-align: left;
   }
    #footerMailSection #footerMailBox {
        margin: 0;
   }
    #footerContainer {
        margin-bottom: 0;
   }
    #footerContainer #footerSection #footerSmDiv {
        margin-left: 0;
        margin-bottom: 1rem;
        margin-top: unset;
   }
    #footerContainer #footerSection #footerMainDiv {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
   }
    #footerContainer #footerSection #footerMainDiv .footerParagraphDiv {
        width: 35%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
   }
    #footerContainer #footerSection #footerMainDiv .footerParagraphDiv .footerParagraph {
        text-align: left;
        margin: 0;
   }
    #footerContainer #footerSection #footerMainDiv .footerLinkDiv {
        border: none;
        width: 20%;
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
   }
    #footerContainer #footerSection #footerMainDiv .footerLinkDiv .footerLinkTitle .footerLinkArrow {
        display: none;
        margin: 0;
   }
    #footerContainer #footerSection #footerMainDiv .footerLinkDiv .footerLinksContainer {
        visibility: visible;
        height: unset;
        opacity: 1;
   }
    #footerContainer #footerSection #footerMainDiv .footerLinkDiv .footerLink {
        margin-bottom: 0.35rem;
   }
}