/*CONTENTAREA*/
.contentarea {
    background: linear-gradient(360deg, #0A273D -12.15%, rgba(5, 23, 36, 0) 82.96%), var(--primary-color);
    padding: 45px 0;
}

.contentarea .container {
    max-width: 1240px;
    position: relative;
    z-index: 2;
}

.contentarea .page-header,
.contentarea .scia {
    margin-bottom: 30px;
}

.contentarea .page-header span {
    display: none;
}

.contentarea h3 {
    margin-top: 25px;
}

.contentarea .clicky.hvr-underline-from-left:before,
.showcase .clicky.hvr-underline-from-left:before {
    background: #fff;
}

.contentarea img {
    filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.25));
}

/*APART*/

.apart {
    padding: 45px 0;
}

.apart .container {
    max-width: 1480px;
}

.apart .container:nth-child(1) {
    margin-bottom: 70px;
   /* text-align: center;*/
    max-width: 1220px;
}

.apart .container:nth-child(1) h2 {
    color: var(--primary-color);
}

.apart .ap_sih {
    height: 308px;
}

.apart .container.d-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
}

.apart .boxwrap {
    background-color: var(--secondary-color);
    border-radius: 8px;
    font-size: 23px;
    line-height: 1.5;
    padding: 69px 15px 50px;
    color: #313A3C;
    filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.25));
    align-items: center;
    min-height: 661px;
    justify-content: center;
}

.apart .boxwrap h2 {
    text-transform: uppercase;
    font-feature-settings: 'pnum'on, 'lnum'on;
    /* Gray/30 */
    color: #545D60;
}

.apart .boxwrap div {
    max-width: 593px;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
}

.apart .boxwrap a:hover {
    color: var(--primary-color);
}

.apart .boxwrap h2 {
    margin: 25px 0 10px;
}

/*SHOWCASE*/
.showcase {
    padding: 45px 0;
    background: linear-gradient(360deg, #0A273D -12.15%, rgba(5, 23, 36, 0) 82.96%), var(--primary-color);
}

.showcase .container {
    position: relative;
    z-index: 2;
}

.showcase .container.d-grid {
    max-width: 1750px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.showcase .container a.boxwrapper {
    max-width: 418px;
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.showcase .boxwrapper .overlay {
    bottom: -21px;
    height: 68px;
    padding: 0 15px;
    background: var(--secondary-color);
    border-radius: 6.82245px;
    max-width: 302px;
    text-align: center;
    font-size: 15.3119px;
    line-height: 1.5;
    text-align: center;
    color: var(--primary-color);
}

.showcase .boxwrapper .overlay h4 {
    line-height: 68px;
}

.showcase .boxwrapper .overlay p {
    margin: 0;
}

.showcase .clcl {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-top: 12px;
}

.showcase .showig p a {
    color: #edc881;
}

/*.showcase .showig a:visited {
    color: #edc881;
}*/
.showcase a img {
    margin: 0;
}

.showcase .boxwrapper:hover .overlay {
    height: calc(100% - 35px);
    padding: 25px 15px;
}

.showcase .boxwrapper:hover h4 {
    line-height: 1.5;
}

/*REVIEW*/
.review {
    padding: 45px 0;
    grid-template-columns: repeat(2, 1fr);
}

.review .rev_con {
    padding: 0 25px;
    flex-flow: column;
    margin: 0 auto;
}

.review .rev_con>div {
    max-width: 670px;
}

.review .revbox {
    background-color: var(--secondary-color);
    border-radius: 9px;
    min-height: 462px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 70px;
}

.review .rev_con h2 {
    color: var(--primary-color);
}

.review .slides {
    font-size: 18px;
    text-align: center;
    color: var(--primary-color);
    max-width: 531px;
    margin: 0 auto;
    min-height: 150px;
}

.review .patient-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: var(--primary-color);
}

/*REVIEW ARROWS*/
.review .arrow {
    display: none;
}

/*REVIEW BREADCRUMBS*/
.review .number-crumb-container {
    bottom: -20px;
}

.review .number-crumb-container .option {
    border: 2px solid var(--primary-color);
    background: transparent;
    width: 11px;
    height: 11px;
}

.review .number-crumb-container .option.selected {
    background: var(--primary-color);
}

.loaded .review .rev_bg {
    background: url(../images/reviewbg.jpg);
}

.loaded.webp .review .rev_bg {
    background: url(../images/reviewbg.webp);
}

/*CONTACT_US*/
.contact_section {
    padding: 45px 0;
    line-height: 2;
    text-transform: initial;
    background-color: var(--primary-color);
}

.contact_section .container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px;
    margin-top: 45px;
}

.mapsection {
    border-radius: 15px;
    height: 346px;
    position: relative;
    overflow: hidden;
    align-self: center;
}

.mapsection iframe {
    height: 100%;
    max-height: none;
}

.loaded .mapsection .map_bg {
    background: url(../images/map.jpg);
}

.webp .mapsection .map_bg {
display: none;
visibility: hidden;
    background: url(../images/map.webp);
}

.map_bg {
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.contact_section h4 {
    margin: 15px 0;
}

.contact_section .phone {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.contact_section .phone.address {
    margin: 15px 0 25px;
}

.contact_section .phone * {
    margin-right: 15px;
}

@media screen and (min-width: 1026px) {
    .contact_section {
        padding: 110px 0 118px;
    }

    .contact_section .container {
        margin-top: 70px;
    }

    .review .rev_bg {
        padding: 200px 25px 50px;
    }

    .apart .boxwrap div div {
        height: 308px;
    }
}

@media screen and (max-width: 1025px) {
    .contact_section .container {
        grid-gap: 35px;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .mapsection {
        max-width: 400px;
        width: 100%;
    }
}

@media screen and (min-width: 1026px) {
    .contentarea {
        display: flex;
        align-items: center;
        min-height: 1218px;
        text-align: center;
        position: relative;
    }

    .contentarea:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 136px;
        background-color: var(--secondary-color);
        top: calc(908px / 2)
    }

    .contentarea:after {
        content: '';
        position: absolute;
        height: 42px;
        width: 100%;
        background-color: var(--secondary-color);
        top: calc(908px / 2 + 136px + 35px);
    }

    .contentarea .page-header {
        margin-bottom: 85px;
    }

    .contentarea .scia {
        margin-bottom: 70px;
    }

    .apart {
        padding: 85px 0;
    }

    .showcase {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }

    .showcase h2 {
        margin-bottom: 60px;
    }

    .showcase:after {
        content: '';
        height: 52px;
        background-color: var(--secondary-color);
        width: 100%;
        position: absolute;
        top: 56.7%;
    }

    .showcase .container:nth-child(3) {
        margin-top: 75px;
    }

    .review {
        padding: 0;
        min-height: 100vh;
    }

    .contact_section h4 {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1500px) {
    .showcase .boxwrapper .overlay {
        font-size: 12px;
    }

    .showcase .boxwrapper:hover .overlay {
        height: 100%;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 1266px) {
    .showcase .container.d-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .showcase .boxwrapper .overlay {
        font-size: 15px;
    }

    .showcase .boxwrapper:hover .overlay {
        height: calc(100% - 35px);
        padding: 25px 15px;
    }
}

@media screen and (max-width: 1025px) {
    .apart .container.d-grid {
        grid-gap: 45px;
        grid-template-columns: repeat(1, 1fr);
    }

    .apart .boxwrap {
        max-width: 600px;
        margin: 0 auto;
    }

    .showcase .container.d-grid {
        margin: 45px auto;
    }

    .review {
        padding: 45px 0;
        grid-gap: 45px;
        grid-template-columns: repeat(1, 1fr);
    }

    .review .rev_bg {
        height: 82vw;
        min-height: 450px;
        /*grid-row: 1;*/
        display: flex;
        justify-content: center;
        align-items: start;
        padding: 25px;
    }

    .review .rev_bg div {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .showcase .container.d-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .showcase .container a.boxwrapper {
        margin: 0 auto;
    }

    .contact_section .phone {
        letter-spacing: 0;
        font-size: 10px;
    }

    .review .revbox {
        min-height: auto;
        padding: 45px 10px;
    }
}

@media screen and (max-width: 607px) {
    .contentarea h3 {
        margin-top: 10px;
        text-align: center;
    }

    .showcase .boxwrapper .overlay {
        height: 60px;
    }

    .showcase .boxwrapper .overlay h4 {
        line-height: 39px;
    }

    .review {
        padding: 45px 0 45px;
    }
}

@media screen and (max-width: 400px) {
    .contact_section .phone{
        font-size: 9px;
    }
    .contact_section .phone * {
        margin-right: 6px;
    }
}

.contentarea .row{
	justify-content: center;
}
