:root {
    --color2: #6bc447;
    --cnvs-themecolor: #d6562e;
    --cnvs-themecolor-rgb: 214, 86, 46;
    --cnvs-headings-font-weight: 500;
    /* Font Families */
    --cnvs-body-font: "Inter", serif;
    --cnvs-primary-font: "Work Sans", sans-serif;
    --cnvs-secondary-font: "Work Sans", sans-serif;
    --cnvs-line-height-base: 1.5;
    --cnvs-line-height-content: 1.5;
    /* Header Height */
    --cnvs-header-height: 83px;
    --cnvs-header-height-sm: 60px;
    --cnvs-header-height-md: 80px;
    --cnvs-header-height-lg: 120px;
    --cnvs-header-height-shrink: 60px;
    --cnvs-font-size-h1: 3rem;
    --cnvs-font-size-h2: 1.875rem;
    --cnvs-font-size-h3: 1.625rem;
    --cnvs-font-size-h4: 1.375rem;
    --cnvs-font-size-h5: 1.125rem;
    --cnvs-font-size-h6: 0.875rem;
    --cnvs-section-margin: 0;
    --cnvs-section-padding: 4rem;
}

.form-control {
    --cnvs-input-focus-border-color: #6bc447;
    --cnvs-input-focus-box-shadow: 0 0 0 0.25rem rgba(107, 196, 71, 0.25);
}

.heading-block.center>span,
.heading-block.text-center>span,
.center .heading-block>span,
.text-center .heading-block>span {
    font-family: var(--cnvs-primary-font);
    font-weight: 400;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 1rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 1rem;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

#logo a img.logo-top {
    display: block;
    /* height: auto !important; */
}

div#logo {
    border: none !important;
}

header#header ul.menu-container {
    border: none !important;
    margin-right: 0;
    padding-right: 0;
}

.primary-menu .menu-link {
    font-size: 15px;
    font-weight: 500;
}

div#header-wrap {
    border-bottom: none;
}

div.header-wrap-clone {
    height: var(--cnvs-header-height);
}

.block-hero-10-title {
    font-size: 3.5rem;
    line-height: 1.1;
}


/* un comment this if want to add grid for online appointment */


/* .services--box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
} */

.clinic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.services--box-item {
    background-color: #fff;
    padding: 40px 40px 25px;
    /* box-shadow: 0 0px 40px rgba(239, 246, 250, .9); */
    border-radius: 15px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.services--box-item:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 0px 50px rgba(239, 246, 250, 1); */
}

.services--box-item .image_frame {
    margin-bottom: 30px;
}

.services--box-item>p {
    font-size: 14px;
    opacity: 0.8;
}

div#info-section {
    overflow: visible;
}

.location--row {
    display: flex;
    gap: 30px;
    width: 100%;
}

.location--item {
    background-color: #fff;
    box-shadow: 0 0px 50px #dee2e6;
    flex-basis: 30%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.location--item:hover {
    box-shadow: 0 0px 50px #a4a6a8;
}


/* .location--item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg,rgba(214, 86, 46, 1), rgba(0, 0, 0, 1));
  z-index: 0;
  transition: all .3s ease-in-out;
} */


/* .location--item:hover::before {
  top: 0;
} */

.location--map {
    padding: 10px;
    position: relative;
    transition: all .6s ease-in-out;
}

.location--item:hover .location--map {
    /* mix-blend-mode: hard-light; */
    filter: saturate(0.55);
}

.location--info {
    padding: 10px 10px;
    position: relative;
}

.location--info>h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.location--info>p {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.location--item:hover .location--info * {
    /* color: #fff; */
}

.location--action {
    padding: 0 10px;
    margin-top: auto;
    margin-bottom: 20px;
    position: relative;
}

.location--action a.button {
    margin: 0;
}

.location--item:hover .location--action a.button {
    /* background-color: #fff !important;
  color: var(--cnvs-themecolor); */
}

.location--action a.button:hover {
    background-color: #111 !important;
}

.image-anime {
    position: relative;
    transform: translate(0px);
    opacity: 1;
    visibility: inherit;
    overflow: hidden;
}

.image-anime::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

#location--section img.section-bg-image {
    position: absolute;
    right: 0;
    filter: grayscale(1);
}

.location--hours {
    margin-bottom: 10px;
}

.location--hours-title {
    margin-bottom: 5px;
}

.location--hours-item {
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: dotted 1px #ccc;
    padding: 5px 0;
}

.location--hours-separator {
    display: flex;
    width: 10px;
    height: 2px;
    background-color: #333;
}

.location--hours-item>span:nth-child(1) {
    width: calc(50% - 5px);
}

.location--hours-item>span:nth-child(3) {
    width: calc(50% - 5px);
    text-align: right;
}

.doctors-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.doctors-row.col-3-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.booking-doctors-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.doctor-item {
    display: flex;
    gap: 15px;
    align-items: center;
    border: solid 1px #e4e4e4;
    padding: 10px;
    border-radius: 0.5rem;
    box-shadow: 0 0px 20px #dee2e6;
    transition: all .3s ease-in-out;
    background-color: #fff;
}

.doctor-item:hover {
    background-color: #f7f7f7;
    transform: translateY(-5px);
}

.doctor-info {
    display: flex;
    flex-direction: column;
}

.doctor-info h4 {
    margin: 0;
    font-size: 1rem;
}

.doctor-info span {
    margin: 0;
    font-size: 0.8rem;
}

#section-booking {
    position: relative;
}

#section-booking::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#section-doctors {
    position: relative;
}

#section-doctors img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}

#section-doctors img.bg-image.v2 {
    position: absolute;
    bottom: -20px;
    right: 0;
    top: auto;
    left: auto;
    opacity: 0.4;
    transform: rotate(90deg);
}

img.footer-logo {
    margin-bottom: 15px;
}

footer address {
    font-size: 0.9rem;
}

footer address i {
    display: inline-block;
    margin-right: 3px;
}

.f--address {
    font-size: 0.8rem;
}

.f--phone {
    font-size: 0.8rem;
}

.f--phone i {
    display: inline-block;
    margin-right: 3px;
}

.f--phone-fax {
    font-size: 0.8rem;
    margin-top: 5px;
}

.f--phone-fax i {
    display: inline-block;
    margin-right: 4px;
}

section#content>.content-wrap {
    padding-bottom: 0;
    padding-top: 0;
}

ul.time--available {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.time--available>li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 0.85rem;
    line-height: 1.7em;
    font-weight: 500;
    border-bottom: 1px solid #5b5a5a;
    display: flex;
    justify-content: space-between;
}

ul.contact-info-footer {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
}

ul.contact-info-footer li {
    display: flex;
    font-size: 0.85rem;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #5b5a5a;
    line-height: 1.7em;
}

ul.contact-info-footer li i {
    display: inline-block;
    margin-right: 4px;
    font-size: 0.75rem;
}

ul.time--available {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 53px;
}

.row.footer--row>div {
    padding-bottom: 10px;
}

.copyright--txt {
    font-size: 0.75rem;
}

.copyright--txt-design {
    font-size: 0.75rem;
}

#info-section img.bg-image {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    filter: opacity(0.15);
}

#about-top-section img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
}

.heading-block::after {
    margin-top: 10px;
}

section.page-title img.parallax-bg {
    mix-blend-mode: luminosity;
    opacity: 0.5;
}

.page-title-content span {
    color: #eee;
}

#book-top-section img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
}

#contact-top-section img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
}

#privacy-top-section img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
}

hr.contact-divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 80%;
    border-top: dotted 1px #999;
}

li.f--address {
    display: flex;
    flex-direction: column;
}


/* global ends
------------------------------------------------------------------------------------------------------------ */

@media screen and (min-width:768px) {
    .mob {
        display: none !important;
    }
}


/* /min-width:768px
------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width:767px) {
    * {
        box-sizing: border-box;
        max-width: 100%;
    }
    table {
        table-layout: fixed;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
        image-rendering: -webkit-optimize-contrast;
    }
    body {
        margin: 0px;
        padding: 0px;
    }
    iframe {
        max-width: 100% !important;
    }
    object {
        max-width: 100% !important;
    }
    .pc {
        display: none !important;
    }
    div.header-wrap-clone {
        height: 64px;
    }
    .services--box {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    ul.time--available {
        margin-bottom: 0;
        margin-top: 0px;
    }
    #header-wrap #logo img {
        height: auto;
    }
    div#logo {
        width: 200px;
        max-width: calc(100% - 60px);
    }
    #slider .col-padding {
        padding: 0;
    }
    .row {
        max-width: unset;
    }
    .color.block-hero-10-title {
        font-size: 2rem;
    }
    .hero--img {
        padding: 1.5rem 0;
    }
    .location--row {
        flex-wrap: wrap;
    }
    .location--item {
        flex-basis: 100%;
        width: 100%;
    }
    .doctors-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .doctors-row.col-3-items {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
    .doctor-item {
        flex-direction: column;
        gap: 10px;
    }
    .doctor-photo img {
        width: 40px;
    }
    .doctor-info h4 {
        font-size: 0.9rem;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    #footer div.footer-widgets-wrap {
        padding: 2rem 0;
    }
}


/* /max-width:767px
------------------------------------------------------------------------------------------------------------ */