.flash-message{
    position: absolute;
    top: 380px;
    right: 20px;
    z-index: 9999;
    width: 25%;
}

.mt-20 {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mt-0 {
    margin-top: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-40 {
    padding-left: 40px;
}

.has-ul li:before {
    display: none;
}

.treated-ul li {
    font-size: 18px;
}

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.line-height-40 {
    line-height: 40px;
}

.text-bold {
    font-weight: bold;
}

.text-600 {
    font-weight: bold;
}

.welcome-msg {
    color: #c6bad0;
    padding-bottom: 7px;
}

.navbar-link ul li a {
    border-left: none;
}

.navigation .navbar-brand {
    padding: 0;
    position: relative;
    top: -9px;
}

.navigation .navbar-brand img {
    max-width: 180px;
    width: 100%;
}

.header-main-logo {
    padding-top: 18px;
    padding-bottom: 18px;
}

.header-main-logo .navbar-brand {
    height: 92px;
}

.header-main-logo .navbar-brand img {
    width: 240px;
}

.header-main-content {
    padding-top: 52px;
    padding-bottom: 52px;
}

.new-text {
    position: relative;
    top: -7px;
    font-size: 10px;
    background-color: #fff;
    border-radius: 4px;
    color: red;
    padding: 1px 3px;
    text-transform: capitalize;
}

#navigation > ul > li.active > a {
    background: #5a3773;
    color: #ffffff;
}

.pt-20 {
    padding-top: 20px;
}

.doc-description {
    margin-top: 1em;
    padding-left: 2em;
    text-indent: -2em;
}

.doc-description li {
    margin-bottom: 15px;
    color: #363636c2;
    text-align: justify;
}

.doc-description li:before {
    margin-right: 20px;
    line-height: 1;
}

.welcome-hamilton {
    background-image: url('../images/therapy-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.welcome-hamilton:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #6D468A;
    background: linear-gradient(90deg, rgba(109, 70, 138, 1) 50%, rgba(255, 164, 5, 1) 100%);
    opacity: 0.60;
}

.parallax-2.new-patient {
    background-image: url("../images/therapy-02.png");
}

#slider .item img {
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: initial;
    text-align: center;
}

.slider-caption h1 {
    color: #ffa405;
}

.slider-caption p {
    color: #ffffff;
    font-size: 24px;
}

.welcome-hamilton h1,
.welcome-hamilton p {
    color: #ffffff;
}

.custom-image-width {
    width: 350px;
    margin: 0 auto;
}

.ct-services h3 a {
    color: #363636;
}

.ct-services h3 a:hover {
    color: #222222;
}

.ct-services .view-more {
    margin-bottom: 20px;
}

.ct-services p {
    margin-bottom: 5px;
}

.our-resources .service-thumbnail .service-img {
    margin-bottom: 7px;
}

.our-resources .service-content {
    margin-bottom: 20px;
}

.our-resources .service-content h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.our-resources .service-thumbnail .service-img img {
    height: 210px;
}

.intl-tel-input .country-list {
    z-index: 9;
}

.form-control.is-invalid {
    border-color: #e3342f;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e3342f;
}

.agree-field .invalid-feedback {
    display: block;
}

.text-black {
    color: #000000 !important;
}

.form-group label {
    font-weight: 500;
}

.treated-ul p {
    display: none;
    margin-left: 1.5em; /* indent to line up nicely, optional */
}

.footer {
    background-color: #101029;
}

.footer-block h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.footer-block p {
    font-size: 14px;
    color: #ffffffa6;
}

.footer-block p strong {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.footer-block .address,
.footer-block .email {
    font-size: 16px;
}

.footer-block .email a {
    color: #ffffffa6;
}

.footer-block img {
    margin-top: 20px;
    width: 205px;
}

.copyright {
    color: #ffffffa6;
}

.copyright a {
    color: #ff9805;
}

.tiny-footer {
    padding-top: 30px;
    margin-top: 0;
    border-top: 1px solid;
}

@media (max-width: 767px) {
    .navigation .navbar-brand {
        top: 0;
        height: inherit;
    }
}
