.main-content {
    padding-top: 90px;
}

h1 {
    margin-top: 0px;
}

.centreRightScroll, .centreLeftScroll {
    border: none;
    background: none;
}


.thumbnail_images>.glider {
    overflow: visible !important;
}

.partnerRightScroll, .partnerLeftScroll {
    display: none;
}

.rightScroll {
    border: none;
    background: none;
    position: relative;
    right: 30px;
    top: 135px;
}

.leftScroll {
    border: none;
    background: none;
    position: relative;
    float: right;
    bottom: 110px;
    left: 30px;
}

.set-clinic-image-size {
    text-align: center;
}

.imageWidth {
    width: 215px !important;
}

#ask_question_popup .modal-footer button.btn.btn-default.submit_form, #ask_question_popup .modal-footer button.btn.btn-default.cancel {
    width: unset;
}

.error {
    color: #D11F39;
    font-size: 16px;
    font-weight: 400;
    margin-left: 23%;
}

form#ask-question {
    text-align: left;
}

#ask-question\:clinicnamemsg, #ask-question\:clinictelephonemsg, #ask-question\:clinicemailmsg, #ask-question\:clinicenquirymsg {
    margin-top: 0px !important;
}

.ui-button {
    margin-left: 10px;
}

#clinic_specialist>.row:nth-child(2)>.col-md-12 {
    display: flex;
    flex-wrap: wrap;
}

#ask-question\:clinic-form-cancel {
    background: #e6e6e6;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: justify;
    color: #666 !important;
    padding: 0px 55px;
    border: 0;
    border-radius: 30px;
}

.glider-prev-specialist-slick, .glider-next-specialist-slick, #prev-thumbnails, #next-thumbnails  {
    user-select: none;
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: 0px;
    border: 0;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17, .67, .83, .67),
        color .5s cubic-bezier(.17, .67, .83, .67);
}

.glider-next-specialist-slick, #next-thumbnails {
    right: 0px;
    left: auto;
}
#clinic-centre-of-excellence-slider>.glider-track>.set-clinic-image-size{
    width: 350px !important;
}
#clinic-centre-of-excellence-slider>.glider-track{
    justify-content: space-around
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .main-content.clinic #profile-right {
        padding-left:  65px;
    }
}

@media only screen and (max-width: 1024px) {
    .partnerRightScroll, .partnerLeftScroll {
        border: none;
        background: none;
        display: block;
    }

    #profile-start {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .rightScroll {
        right: 30px;
        top: 108px;
    }

    .leftScroll {
        bottom: 110px;
        left: 30px;
    }


}

@media only screen and (max-width: 767px) {
    .imageWidth {
        width: 200px !important;
    }

    img.specialist_slick_image {
        width: 135px !important;
    }

    .thumbnail_images>.glider>.rightScroll {
        position: relative;
        left: -30px;
        top: 108px;
    }

    .thumbnail_images>.glider>.leftScroll {
        position: relative;
        bottom: 110px;
        left: 30px;
    }

}

@media only screen and (max-width: 376px) {
    .imgWidth {
        width: 15px;
    }

    .partnerRightScroll, .partnerLeftScroll {
        border: none;
        background: none;
        display: block;
    }

    .imageWidth {
        width: 135px !important;
    }

    .spec-padd {
        padding: 0px 15px 0px 0px !important;
    }

    img.specialist_slick_image {
        width: 135px !important;
    }

}