body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    color: #484848;
    font-size: 1rem;
    font-family: Manrope, sans-serif;
    /* font-family: Volkhov, serif; */

    font-weight: 400;
}

a {
    color: #f7a5a5;
}

.primary-color {
    color: #f7a5a5 !important;
}

.secondary-color {
    color: #5d688a !important;
}

.bg-light-section {
    background-color: #fff2ef;
}

a:active:hover,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Manrope, sans-serif;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2.125rem;
}

.banner-txt h2 {
    font-size: 1.6rem !important;
}

.h3,
h3 {
    font-size: 1.75rem;
}

.h4,
h4 {
    font-size: 1.375rem;
}

.h5,
h5 {
    font-size: 1.125rem;
}

.h6,
h6 {
    font-size: 1rem;
}

.heading {
    letter-spacing: -1px;
}

.heading-block {
    position: relative;
    text-align: center;
    margin-bottom: 2.5rem;
}

/* .heading-block:before {
    content: "";
    position: absolute;
    height: 0.25rem;
    width: 3.125rem;
    bottom: 0;
    left: 50%;
    background-color: #f7a5a5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
} */

.heading-block .heading {
    margin-bottom: 0;
}

.heading-block .sub-heading {
    display: block;
    font-size: 1.125rem;
    text-align: center;
    margin: 0 auto 1.125rem auto;
    line-height: 1.75;
    color: #9a9a9a;
    max-width: 650px;
    text-transform: none;
    font-weight: 400;
    padding: 1rem 0 1.75rem 0;
    position: relative;
}

.small,
small {
    font-size: 85%;
}

.lead {
    font-size: 1.25rem;
    line-height: 1.55em;
}

p {
    display: block;
    line-height: 1.7em !important;
}

address {
    font-size: 0.9375rem;
    line-height: 1.75rem;
}

address strong {
    font-size: 1.2em;
    font-weight: 400;
}

blockquote {
    position: relative;
    /* padding: 3.125rem 0 0 1.25rem; */
    border: 0;
}

blockquote img.quotes {
    width: 3rem !important;
    position: absolute;
    left: 0;
    top: 0;
}

.font-thin {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

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

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

.font-style-1 {
    font-family: Manrope, sans-serif;
}

.font-style-2 {
    font-family: Lato, sans-serif;
}

.font-style-3 {
    font-family: Volkhov, serif;
}

.font-1 {
    font-size: 0.8125rem !important;
}

.font-2 {
    font-size: 0.9375rem !important;
}

.font-3 {
    font-size: 1rem !important;
}

.font-4 {
    font-size: 1.125rem !important;
}

.font-5 {
    font-size: 1.25rem !important;
}

.font-6 {
    font-size: 1.375rem !important;
}

.font-7 {
    font-size: 1.5rem !important;
}

.font-8 {
    font-size: 1.625rem !important;
}

.font-9 {
    font-size: 1.75rem !important;
}

.font-10 {
    font-size: 1.875rem !important;
}

.font-11 {
    font-size: 2rem !important;
}

.font-12 {
    font-size: 2.125rem !important;
}

.font-13 {
    font-size: 2.25rem !important;
}

.font-14 {
    font-size: 2.375rem !important;
}

.font-15 {
    font-size: 2.5rem !important;
}

.font-16 {
    font-size: 2.625rem !important;
}

.font-17 {
    font-size: 2.75rem !important;
}

.font-18 {
    font-size: 2.875rem !important;
}

.font-19 {
    font-size: 3rem !important;
}

.font-20 {
    font-size: 3.125rem !important;
}

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

.mt-10 {
    margin-top: 0.625rem !important;
}

.mt-20 {
    margin-top: 1.25rem !important;
}

.mt-30 {
    margin-top: 1.875rem !important;
}

.mt-40 {
    margin-top: 2.5rem !important;
}

.mt-50 {
    margin-top: 3.125rem !important;
}

.mt-60 {
    margin-top: 3.75rem !important;
}

.mt-70 {
    margin-top: 4.375rem !important;
}

.mt-80 {
    margin-top: 5rem !important;
}

.mt-90 {
    margin-top: 5.625rem !important;
}

.mt-100 {
    margin-top: 6.25rem !important;
}

.mt-110 {
    margin-top: 6.875rem !important;
}

.mt-120 {
    margin-top: 7.5rem !important;
}

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

.mb-10 {
    margin-bottom: 0.625rem !important;
}

.mb-20 {
    margin-bottom: 1.25rem !important;
}

.mb-30 {
    margin-bottom: 1.875rem !important;
}

.mb-40 {
    margin-bottom: 2.5rem !important;
}

.mb-50 {
    margin-bottom: 3.125rem !important;
}

.mb-60 {
    margin-bottom: 3.75rem !important;
}

.mb-70 {
    margin-bottom: 4.375rem !important;
}

.mb-80 {
    margin-bottom: 5rem !important;
}

.mb-90 {
    margin-bottom: 5.625rem !important;
}

.mb-100 {
    margin-bottom: 6.25rem !important;
}

.mb-110 {
    margin-bottom: 6.875rem !important;
}

.mb-120 {
    margin-bottom: 7.5rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-10 {
    margin-left: 0.625rem !important;
}

.ml-20 {
    margin-left: 1.25rem !important;
}

.ml-30 {
    margin-left: 1.875rem !important;
}

.ml-40 {
    margin-left: 2.5rem !important;
}

.ml-50 {
    margin-left: 3.125rem !important;
}

.ml-60 {
    margin-left: 3.75rem !important;
}

.ml-70 {
    margin-left: 4.375rem !important;
}

.ml-80 {
    margin-left: 5rem !important;
}

.ml-90 {
    margin-left: 5.625rem !important;
}

.ml-100 {
    margin-left: 6.25rem !important;
}

.ml-110 {
    margin-left: 6.875rem !important;
}

.ml-120 {
    margin-left: 7.5rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-10 {
    margin-right: 0.625rem !important;
}

.mr-20 {
    margin-right: 1.25rem !important;
}

.mr-30 {
    margin-right: 1.875rem !important;
}

.mr-40 {
    margin-right: 2.5rem !important;
}

.mr-50 {
    margin-right: 3.125rem !important;
}

.mr-60 {
    margin-right: 3.75rem !important;
}

.mr-70 {
    margin-right: 4.375rem !important;
}

.mr-80 {
    margin-right: 5rem !important;
}

.mr-90 {
    margin-right: 5.625rem !important;
}

.mr-100 {
    margin-right: 6.25rem !important;
}

.mr-110 {
    margin-right: 6.875rem !important;
}

.mr-120 {
    margin-right: 7.5rem !important;
}

.mt-minus10 {
    margin-top: -0.625rem !important;
}

.mt-minus20 {
    margin-top: -1.25rem !important;
}

.mt-minus30 {
    margin-top: -1.875rem !important;
}

.mt-minus40 {
    margin-top: -2.5rem !important;
}

.mt-minus50 {
    margin-top: -3.125rem !important;
}

.mt-minus60 {
    margin-top: -3.75rem !important;
}

.mt-minus70 {
    margin-top: -4.375rem !important;
}

.mt-minus80 {
    margin-top: -5rem !important;
}

.mt-minus90 {
    margin-top: -5.625rem !important;
}

.mt-minus100 {
    margin-top: -6.25rem !important;
}

.mt-minus110 {
    margin-top: -6.875rem !important;
}

.mt-minus120 {
    margin-top: -7.5rem !important;
}

.mb-minus10 {
    margin-bottom: -0.625rem !important;
}

.mb-minus20 {
    margin-bottom: -1.25rem !important;
}

.mb-minus30 {
    margin-bottom: -1.875rem !important;
}

.mb-minus40 {
    margin-bottom: -2.5rem !important;
}

.mb-minus50 {
    margin-bottom: -3.125rem !important;
}

.mb-minus60 {
    margin-bottom: -3.75rem !important;
}

.mb-minus70 {
    margin-bottom: -4.375rem !important;
}

.mb-minus80 {
    margin-bottom: -5rem !important;
}

.mb-minus90 {
    margin-bottom: -5.625rem !important;
}

.mb-minus100 {
    margin-bottom: -6.25rem !important;
}

.mb-minus110 {
    margin-bottom: -6.875rem !important;
}

.mb-minus120 {
    margin-bottom: -7.5rem !important;
}

.ml-minus10 {
    margin-left: -0.625rem !important;
}

.ml-minus20 {
    margin-left: -1.25rem !important;
}

.ml-minus30 {
    margin-left: -1.875rem !important;
}

.ml-minus40 {
    margin-left: -2.5rem !important;
}

.ml-minus50 {
    margin-left: -3.125rem !important;
}

.ml-minus60 {
    margin-left: -3.75rem !important;
}

.ml-minus70 {
    margin-left: -4.375rem !important;
}

.ml-minus80 {
    margin-left: -5rem !important;
}

.ml-minus90 {
    margin-left: -5.625rem !important;
}

.ml-minus100 {
    margin-left: -6.25rem !important;
}

.ml-minus110 {
    margin-left: -6.875rem !important;
}

.ml-minus120 {
    margin-left: -7.5rem !important;
}

.mr-minus10 {
    margin-right: -0.625rem !important;
}

.mr-minus20 {
    margin-right: -1.25rem !important;
}

.mr-minus30 {
    margin-right: -1.875rem !important;
}

.mr-minus40 {
    margin-right: -2.5rem !important;
}

.mr-minus50 {
    margin-right: -3.125rem !important;
}

.mr-minus60 {
    margin-right: -3.75rem !important;
}

.mr-minus70 {
    margin-right: -4.375rem !important;
}

.mr-minus80 {
    margin-right: -5rem !important;
}

.mr-minus90 {
    margin-right: -5.625rem !important;
}

.mr-minus100 {
    margin-right: -6.25rem !important;
}

.mr-minus110 {
    margin-right: -6.875rem !important;
}

.mr-minus120 {
    margin-right: -7.5rem !important;
}

.p-10 {
    padding: 0.625rem !important;
}

.p-20 {
    padding: 1.25rem !important;
}

.p-30 {
    padding: 1.875rem !important;
}

.p-40 {
    padding: 2.5rem !important;
}

.p-50 {
    padding: 3.125rem !important;
}

.p-60 {
    padding: 3.75rem !important;
}

.p-70 {
    padding: 4.375rem !important;
}

.p-80 {
    padding: 5rem !important;
}

.p-90 {
    padding: 5.625rem !important;
}

.p-100 {
    padding: 6.25rem !important;
}

.p-110 {
    padding: 6.875rem !important;
}

.p-120 {
    padding: 7.5rem !important;
}

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

.pt-10 {
    padding-top: 0.625rem !important;
}

.pt-20 {
    padding-top: 1.25rem !important;
}

.pt-30 {
    padding-top: 1.875rem !important;
}

.pt-40 {
    padding-top: 2.5rem !important;
}

.pt-50 {
    padding-top: 3.125rem !important;
}

.pt-60 {
    padding-top: 3.75rem !important;
}

.pt-70 {
    padding-top: 4.375rem !important;
}

.pt-80 {
    padding-top: 5rem !important;
}

.pt-90 {
    padding-top: 5.625rem !important;
}

.pt-100 {
    padding-top: 6.25rem !important;
}

.pt-110 {
    padding-top: 6.875rem !important;
}

.pt-120 {
    padding-top: 7.5rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 0.625rem !important;
}

.pb-20 {
    padding-bottom: 1.25rem !important;
}

.pb-30 {
    padding-bottom: 1.875rem !important;
}

.pb-40 {
    padding-bottom: 2.5rem !important;
}

.pb-50 {
    padding-bottom: 3.125rem !important;
}

.pb-60 {
    padding-bottom: 3.75rem !important;
}

.pb-70 {
    padding-bottom: 4.375rem !important;
}

.pb-80 {
    padding-bottom: 5rem !important;
}

.pb-90 {
    padding-bottom: 5.625rem !important;
}

.pb-100 {
    padding-bottom: 6.25rem !important;
}

.pb-110 {
    padding-bottom: 6.875rem !important;
}

.pb-120 {
    padding-bottom: 7.5rem !important;
}

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

.pl-10 {
    padding-left: 0.625rem !important;
}

.pl-20 {
    padding-left: 1.25rem !important;
}

.pl-30 {
    padding-left: 1.875rem !important;
}

.pl-40 {
    padding-left: 2.5rem !important;
}

.pl-50 {
    padding-left: 3.125rem !important;
}

.pl-60 {
    padding-left: 3.75rem !important;
}

.pl-70 {
    padding-left: 4.375rem !important;
}

.pl-80 {
    padding-left: 5rem !important;
}

.pl-90 {
    padding-left: 5.625rem !important;
}

.pl-100 {
    padding-left: 6.25rem !important;
}

.pl-110 {
    padding-left: 6.875rem !important;
}

.pl-120 {
    padding-left: 7.5rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-10 {
    padding-right: 0.625rem !important;
}

.pr-20 {
    padding-right: 1.25rem !important;
}

.pr-30 {
    padding-right: 1.875rem !important;
}

.pr-40 {
    padding-right: 2.5rem !important;
}

.pr-50 {
    padding-right: 3.125rem !important;
}

.pr-60 {
    padding-right: 3.75rem !important;
}

.pr-70 {
    padding-right: 4.375rem !important;
}

.pr-80 {
    padding-right: 5rem !important;
}

.pr-90 {
    padding-right: 5.625rem !important;
}

.pr-100 {
    padding-right: 6.25rem !important;
}

.pr-110 {
    padding-right: 6.875rem !important;
}

.pr-120 {
    padding-right: 7.5rem !important;
}

.bs-dark-sm {
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}

.bs-dark-md {
    box-shadow: 0.125rem 0.125rem 0.438rem rgba(0, 0, 0, 0.15);
}

.bs-dark-lg {
    box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
}

.rounded-sm {
    border-radius: 0.188rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-lg {
    border-radius: 0.563rem;
}

.rounded-full {
    border-radius: 3.125rem;
}

.text-muted {
    color: #000000 !important;
    font-size: 18px;
}

.text-primary {
    /* color: #427cc5 !important; */
    color: #f7a5a5 !important;
    /* color: #F7A5A5 !important; */
}

.text-secondary {
    color: #394657 !important;
}

.text-success {
    color: #4ec74e !important;
}

.text-info {
    color: #54c1e2 !important;
}

.text-warning {
    color: #f1c420 !important;
}

.text-danger {
    color: #e62c22 !important;
}

.text-light {
    color: #eff5f9 !important;
}

.text-dark {
    color: #1f2831 !important;
}

.text-white {
    color: #fff !important;
}

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

.text-grey-1 {
    color: "#F1F3F4";
}

.text-grey-2 {
    color: "#E3E5E8";
}

.text-grey-3 {
    color: "#D6D9DC";
}

.text-grey-4 {
    color: "#BAC0C4";
}

.text-grey-5 {
    color: "#9EA6AE";
}

.text-grey-6 {
    color: "#818F98";
}

.text-grey-7 {
    color: "#66757F";
}

.text-grey-8 {
    color: "#495D69";
}

.text-grey-9 {
    color: "#304050";
}

.text-grey-10 {
    color: "#1B2932";
}

.link-white {
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Manrope, sans-serif;
}

.link-white:hover {
    color: #fff;
    text-decoration: underline !important;
}

.link-primary {
    color: #427cc5 !important;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Manrope, sans-serif;
}

.link-primary:hover {
    color: #427cc5;
    text-decoration: underline !important;
}

.link-secondary {
    color: #394657 !important;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Manrope, sans-serif;
}

.link-secondary:hover {
    color: #394657;
    text-decoration: underline !important;
}

.link-success {
    color: #4ec74e !important;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Manrope, sans-serif;
}

.link-success:hover {
    color: #4ec74e;
    text-decoration: underline !important;
}

.link-info {
    color: #54c1e2 !important;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Manrope, sans-serif;
}

.link-info:hover {
    color: #54c1e2;
    text-decoration: underline !important;
}

.link-warning {
    color: #f1c420 !important;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Manrope, sans-serif;
}

.link-warning:hover {
    color: #f1c420;
    text-decoration: underline !important;
}

.link-danger {
    color: #e62c22 !important;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Manrope, sans-serif;
}

.link-danger:hover {
    color: #e62c22;
    text-decoration: underline !important;
}

.link-light {
    color: #eff5f9 !important;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Manrope, sans-serif;
}

.link-light:hover {
    color: #eff5f9;
    text-decoration: underline !important;
}

.link-dark {
    color: #1f2831 !important;
    font-weight: 700;
    font-size: 0.875rem;
    font-family: Manrope, sans-serif;
}

.link-dark:hover {
    color: #1f2831;
    text-decoration: underline !important;
}

.bg-primary {
    /* background-color: #427cc5 !important; */
    background-color: #f7a5a5 !important;
}

.bg-secondary {
    /* background-color: #394657 !important; */
    background-color: #5d688a !important;
}

.bg-success {
    background-color: #4ec74e !important;
}

.bg-info {
    background-color: #54c1e2 !important;
}

.bg-warning {
    background-color: #f1c420 !important;
}

.bg-danger {
    background-color: #e0372e !important;
}

.bg-light {
    /* background-color: #eff5f9 !important; */
    background-color: #fff4fa !important;
}

.bg-yoga {
    background-color: #ffc5e5;
}

.bg-pink {
    background-color: #e992b3 !important;
}

.bg-blue {
    background-color: #427cc5 !important;
}

.bg-dark {
    background-color: #1f2831 !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background-color: #427cc5 !important;
}

.bg-grey-1 {
    background-color: #f1f3f4;
}

.bg-grey-2 {
    background-color: #e3e5e8;
}

.bg-grey-3 {
    background-color: #d6d9dc;
}

.bg-grey-4 {
    background-color: #bac0c4;
}

.bg-grey-5 {
    background-color: #9ea6ae;
}

.bg-grey-6 {
    background-color: #818f98;
}

.bg-grey-7 {
    background-color: #66757f;
}

.bg-grey-8 {
    background-color: #495d69;
}

.bg-grey-9 {
    background-color: #304050;
}

.bg-grey-10 {
    background-color: #1b2932;
}

.text-white {
    color: white;
}

.text-lh-1 {
    line-height: 1 !important;
}

.text-lh-2 {
    line-height: 1.1 !important;
}

.text-lh-3 {
    line-height: 1.2 !important;
}

.text-lh-4 {
    line-height: 1.3 !important;
}

.text-lh-5 {
    line-height: 1.4 !important;
}

.text-lh-6 {
    line-height: 1.5 !important;
}

.text-lh-7 {
    line-height: 1.6 !important;
}

.text-lh-8 {
    line-height: 1.7 !important;
}

.text-lh-9 {
    line-height: 1.8 !important;
}

.text-lh-10 {
    line-height: 1.9 !important;
}

.opacity-01 {
    opacity: 0.1;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-03 {
    opacity: 0.3;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}

.opacity-10 {
    opacity: 1;
}

hr {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.06);
    border: 0;
}

hr {
    border-color: #dedede;
    position: relative;
    margin: 1.5625rem auto;
}

/* hr.hr-1 {
    position: relative;
    border: 0;
    height: 3px;
    background-color: #f7a5a5;
    width: 3.125rem;
} */

hr.hr-dark {
    border: 0;
    background-color: #000;
    height: 1px;
}

hr.hr-light {
    border: 0;
    background-color: #fff;
    height: 1px;
}

.fade {
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.border {
    border: 1px solid #dedede !important;
}

.border-top {
    border-top: 1px solid #dedede !important;
}

.border-left {
    border-left: 1px solid #dedede !important;
}

.border-right {
    border-right: 1px solid #dedede !important;
}

.border-bottom {
    border-bottom: 1px solid #dedede !important;
}

.border-light {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.border-light-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.border-light-left {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.border-light-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.border-light-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.border-dark {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.border-dark-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-dark-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.border-dark-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.border-dark-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-1 .emergency {
    display: flex;
    align-items: center;
    background-color: #e23b3b;
    padding: 1.125rem 0 1.125rem 0;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    justify-content: center;
}

.header-1 .emergency .number {
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

.header-1 .emergency .sub-text {
    color: rgba(255, 255, 255, 0.75);
    margin-right: 0.625rem;
    font-weight: 600;
}

.header-1 .topbar {
    border-bottom: 1px solid #ededed;
}

.header-1 .topbar .topbar-items {
    display: flex;
    justify-content: space-between;
}

.header-1 .topbar .topbar-social {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.header-1 .topbar .topbar-social a {
    height: 2.625rem;
    width: 2.375rem;
    display: inline-flex;
    font-size: 1.0625rem;
    /* color: #d3d8df; */
    justify-content: center;
    align-items: center;
}

.header-1 .topbar .widgets {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Manrope, sans-serif;
    width: 100%;
}

.header-1 .topbar .widgets li {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    color: #f7a5a5;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.header-1 .topbar .widgets li i {
    font-size: 1.25rem;
    margin-right: 0.375rem;
}

.header-1 .topbar .widgets .emergency-widget {
    padding: 0;
    width: 100%;
}

.header-1 .topbar .container-lg {
    padding: 0;
}

.navbar-toggler-icon {
    position: relative;
    height: 1.5rem;
    width: 1.875rem;
}

.navbar-toggler-icon span {
    position: absolute;
    height: 3px;
    display: block;
    width: 100%;
    background-color: #394657;
    border-radius: 0.125rem;
    transition: 350ms ease all;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(2) {
    display: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(1) {
    transform: rotate(135deg);
    top: 0.6875rem;
    width: 80%;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(3) {
    transform: rotate(-135deg);
    top: 0.6875rem;
    width: 80%;
}

.navbar-toggler.collapsed .navbar-toggler-icon span {
    transform: rotate(0);
}

.navbar-toggler.collapsed .navbar-toggler-icon span.one {
    top: 1px;
}

.navbar-toggler.collapsed .navbar-toggler-icon span.two {
    top: 10px;
}

.navbar-toggler.collapsed .navbar-toggler-icon span.three {
    top: 19px;
}

.career-box {
    padding: 1.875rem;
    overflow: hidden;
    border: 1px solid #dedede;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

#fixed-appointment {
    position: fixed;
    bottom: 0;
    right: 0.625rem;
    width: 350px;
    max-width: 100%;
    z-index: 99;
}

#fixed-appointment .form-header {
    background-color: #427cc5;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

#fixed-appointment .form-header .heading {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
    padding: 0.875rem 1.25rem;
}

#fixed-appointment .form-header #open-form:after {
    content: "\ea1f";
    font-family: Ionicons;
    position: absolute;
    color: #fff;
    z-index: 5;
    right: 1.25rem;
    top: 0.438rem;
    font-size: 1.5rem;
}

#fixed-appointment .form-header #open-form.open:after {
    transform: rotate(180deg);
}

#fixed-appointment .form-header .heading i {
    font-size: 1.5rem;
}

#fixed-appointment .form-body {
    background-color: #f5f5f5;
    display: none;
    padding: 1.875rem;
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.4rem;
    height: 2.8125rem;
    width: 2.8125rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.icon-primary {
    background-color: #427cc5;
    color: #fff;
    border-color: #427cc5;
}

.icon-outline-primary {
    color: #427cc5;
    border-color: #427cc5;
}

.icon-secondary {
    background-color: #394657;
    color: #fff;
    border-color: #394657;
}

.icon-outline-secondary {
    color: #394657;
    border-color: #394657;
}

.icon-success {
    background-color: #4ec74e;
    color: #fff;
    border-color: #4ec74e;
}

.icon-outline-success {
    color: #4ec74e;
    border-color: #4ec74e;
}

.icon-warning {
    background-color: #f1c420;
    color: #fff;
    border-color: #f1c420;
}

.icon-outline-warning {
    color: #f1c420;
    border-color: #f1c420;
}

.icon-info {
    background-color: #42daf3;
    color: #fff;
    border-color: #42daf3;
}

.icon-outline-info {
    color: #42daf3;
    border-color: #42daf3;
}

.icon-danger {
    background-color: #e0372e;
    color: #fff;
    border-color: #e0372e;
}

.icon-outline-danger {
    color: #e0372e;
    border-color: #e0372e;
}

.icon-light {
    background-color: #eff5f9;
    color: #1f2831;
    border-color: #eff5f9;
}

.icon-outline-light {
    color: #eff5f9;
    border-color: #eff5f9;
}

.icon-dark {
    background-color: #1f2831;
    color: #fff;
    border-color: #1f2831;
}

.icon-outline-dark {
    color: #1f2831;
    border-color: #1f2831;
}

.icon-white {
    background-color: #fff;
    color: #2a2a2a;
    border-color: #fff;
}

.icon-outline-white {
    color: #fff;
    border-color: #fff;
}

.icon-round {
    border-radius: 50%;
}

.icon-2x {
    height: 3.4375rem;
    width: 3.4375rem;
    font-size: 1.6rem;
    line-height: 3.625rem;
}

.icon-3x {
    height: 4.063rem;
    width: 4.063rem;
    font-size: 1.8rem;
    line-height: 4.375rem;
}

.icon-4x {
    height: 4.688rem;
    width: 4.688rem;
    border-width: 2px;
    font-size: 2.1rem;
    line-height: 5rem;
}

.icon-5x {
    height: 5.313rem;
    width: 5.313rem;
    border-width: 2px;
    font-size: 2.4rem;
    line-height: 5.625rem;
}

.icon-left,
.icon-right {
    font-size: 1.45em;
}

.icon-left {
    margin-right: 0.75rem;
}

.icon-right {
    margin-left: 0.75rem;
}

p>.icon-left,
p>.icon-right {
    line-height: 1.4;
}

.iconbox-1 {
    text-align: center;
    border: 1px solid #dedede;
    padding: 1.875rem;
}

.iconbox-1 .iconbox-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f4ff;
    border-radius: 50%;
    color: #427cc5;
    font-size: 3.75rem;
    height: 5.625rem;
    width: 5.625rem;
    transition: 350ms ease all;
}

.iconbox-1 .iconbox-content {
    margin-top: 1.875rem;
}

.iconbox-1:hover .iconbox-icon {
    background-color: #427cc5;
    color: #fff;
}

.iconbox-2 {
    display: flex;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.iconbox-2 .iconbox-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.875rem;
    background-color: #e6f4ff;
    color: #427cc5;
    height: 4.375rem;
    width: 4.375rem;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 1.5625rem;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.iconbox-3 {
    position: relative;
    padding: 1.875rem;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.iconbox-3 .iconbox-icon {
    margin-bottom: 1.25rem;
    font-size: 4.063rem;
    text-align: center;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.iconbox-3:hover {
    /* background-color: #fff4fa; */
    background-color: #fff2ef;
}

.iconbox-3:hover .iconbox-icon {
    color: var(--main-color-one);
}

.iconbox-4 {
    position: relative;
}

.iconbox-4 .iconbox-body {
    margin-top: 1.563rem;
}

.iconbox-4 .iconbox-icon {
    display: inline-flex;
    height: 4.063rem;
    width: 4.063rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #427cc5;
    color: #fff;
    font-size: 1.875rem;
}

.department-box-1 {
    position: relative;
    overflow: hidden;
    /* padding: 1.875rem; */
    padding: 0.6rem;
    text-align: center;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.department-box-1 .dep-icon {
    display: inline-block;
    font-size: 3.125rem;
    background-color: #fff;
    height: 6.25rem;
    width: 6.25rem;
    box-shadow: 0.125rem 0.125rem 0.313rem rgb(0, 0, 0, 0.08);
    border-radius: 50%;
    line-height: 6.563rem;
    text-align: center;
    /* color: #427cc5; */
    color: #f7a5a5;
    margin-bottom: 1.25rem;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.department-box-2 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 1.875rem;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.department-box-2 .dep-icon {
    font-size: 2.25rem;
    color: #427cc5;
    height: 3rem;
    margin-right: 0.75rem;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.department-box-2 .head {
    display: flex;
    align-items: center;
    margin-bottom: 0.625rem;
}

.department-box-2 .body {
    border-top: 0;
}

.department-box-2:hover {
    border-color: #427cc5;
}

.department-box-3 {
    text-align: center;
}

.department-box-3 .dep-icon {
    background-color: #eff5f9;
    display: inline-flex;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 3.4375rem;
    color: #427cc5;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.department-box-3:hover i {
    background-color: rgba(255, 255, 255, 0.1);
}

.department-box-3 a {
    display: block;
    margin-top: 0.875rem;
    color: #1a1a1a;
    font-weight: 800;
    margin-bottom: 0;
}

.department-box-4 {
    text-align: center;
}

.department-box-4 .dep-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f4ff;
    border-radius: 50%;
    color: #427cc5;
    font-size: 3.75rem;
    height: 5.625rem;
    width: 5.625rem;
    transition: 350ms ease all;
}

.department-box-4 .body {
    margin-top: 1.875rem;
}

.department-box-4:hover .dep-icon {
    background-color: #427cc5;
    color: #fff;
}

.department-box-5 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 1.875rem;
    border: 1px solid #dedede;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.department-box-5 .dep-icon {
    font-size: 2.25rem;
    color: #427cc5;
    height: 3rem;
    margin-right: 0.75rem;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.department-box-5 .head {
    display: flex;
    align-items: center;
    margin-bottom: 0.625rem;
}

.department-box-5 .body {
    border-top: 0;
}

.department-box-5 .price {
    display: inline-flex;
    align-items: center;
    color: #2a2a2a;
    font-family: Manrope, sans-serif;
}

.department-box-5 .price .new-price {
    font-weight: 800;
    font-size: 1.75rem;
    text-decoration: none;
}

.department-box-5 .price del {
    font-size: 1.25rem;
    font-weight: 600;
    margin-right: 0.313rem;
}

.department-box-5 .price .badge {
    margin-left: 0.5rem;
}

.department-box-6 .head {
    display: inline-block;
    border: 1px solid #dedede;
    padding: 0.625rem;
    border-radius: 50%;
}

.department-box-6 .body {
    margin-top: 1.25rem;
    text-align: center;
}

.department-list {
    list-style: none;
    padding: 0;
}

.department-list li {
    margin: 0.313rem 0;
    display: flex;
    overflow: hidden;
}

.department-list li .list-icon {
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1.875rem;
    height: 2.75rem;
    width: 2.75rem;
    border-radius: 50%;
    background-color: #427cc5;
    color: #fff;
    margin-right: 1.25rem;
    line-height: 1;
    align-items: center;
    justify-content: center;
}

.department-list li .heading {
    margin-bottom: 0.375rem;
}

.offer-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #dedede;
    background-color: #fff;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.offer-box .price {
    display: inline-flex;
    align-items: center;
    color: #2a2a2a;
    font-family: Manrope, sans-serif;
}

.offer-box .price .new-price {
    font-weight: 800;
    font-size: 1.75rem;
    text-decoration: none;
}

.offer-box .price del {
    font-size: 1.25rem;
    font-weight: 600;
    margin-right: 0.313rem;
}

.offer-box .price .basis {
    margin-left: 0.313rem;
}

.offer-box .offer-tag {
    font-family: Manrope, sans-serif;
    position: absolute;
    left: 0;
    top: 0.625rem;
    font-size: 0.875rem;
    background-color: #427cc5;
    padding: 0.5rem 0.5rem;
    color: #fff;
}

.offer-box .offer-tag:after,
.offer-box .offer-tag:before {
    content: "";
    position: absolute;
    right: -1.1875rem;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.offer-box .offer-tag:before {
    border-width: 2.3125rem 1.25rem 0 0;
    border-color: rgba(66, 124, 197, 0.8) transparent transparent transparent;
}

.offer-box .offer-tag:after {
    border-width: 2.3125rem 0 0 1.25rem;
    border-color: transparent transparent transparent rgba(66, 124, 197, 0.8);
}

.offer-box .offer-header {
    width: 25%;
    flex-shrink: 0;
}

.offer-box .offer-header .heading {
    margin-bottom: 0.1em;
    font-size: 1.75rem;
}

.offer-box .offer-body {
    padding: 1.875rem;
}

.doctor-box-1 {
    text-align: center;
    position: relative;
    padding: 0.9375rem;
    background: #f2f2f2;
    background: linear-gradient(45deg,
            #f2f2f2 0,
            rgba(242, 242, 242, 0.3) 100%);
}

.doctor-box-1 img {
    margin: auto;
}

.doctor-box-1 .doctor-data {
    position: relative;
    background-color: #fff;
    text-align: center;
    width: 100%;
    padding: 0.9375rem 0;
    overflow: hidden;
}

.doctor-box-1 .doctor-details {
    transition: 350ms ease all;
}

.doctor-box-1 .doctor-details .doctor-name {
    margin-bottom: 0.313rem;
}

.doctor-box-1 .doctor-social {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.625rem 0;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 150%;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.doctor-box-1:hover .doctor-details {
    transform: translateY(-150%);
}

.doctor-box-1:hover .doctor-social {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.doctor-box-2 {
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.doctor-box-2 .doctor-img {
    position: relative;
    max-width: 13.125rem;
    border: 1px solid #dedede;
    padding: 0.625rem;
    border-radius: 50%;
    margin: auto;
}

.doctor-box-2 .doctor-img img {
    max-width: 100%;
}

.doctor-box-2 .doctor-name {
    text-align: center;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
}

.doctor-box-2 .doctor-name .heading {
    margin-bottom: 0;
}

.doctor-box-2 .doctor-details {
    text-align: center;
}

.doctor-box-2 .doctor-name .doctor-desig {
    display: block;
    margin-top: 0.313rem;
    color: #9a9a9a;
}

.doctor-box-2:hover {
    border-color: #427cc5;
}

.doctor-box-3 {
    position: relative;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.doctor-box-3 .doctor-head {
    display: flex;
    align-items: center;
}

.doctor-box-3 .doctor-desig {
    font-family: Manrope, sans-serif;
    color: #9e9e9e;
    font-size: 85%;
    font-weight: 600;
}

.doctor-box-3 .doctor-detail {
    position: absolute;
    left: 0;
    bottom: 1.25rem;
    padding: 0.625rem 1.25rem;
    background-color: #fff;
}

.doctor-box-3 .doctor-detail .heading {
    font-size: 1.125rem;
    margin-bottom: 0.125rem;
}

.donation-box .body {
    padding: 1.875rem;
    background-color: #fff;
}

.table-schedule {
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #dedede;
}

.table-schedule td {
    border-right: 1px solid #dedede;
    height: 5rem;
    padding: 0.875rem;
    position: relative;
    text-align: center;
}

.table-schedule thead th {
    color: #1a1a1a;
    font-size: 1rem;
    font-family: Manrope, sans-serif;
    text-align: center;
    font-weight: 800;
    border-right: 1px solid #dedede;
    text-transform: uppercase;
    background-color: #fff;
}

.table-schedule tbody tr td:first-child {
    font-family: Manrope, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    border-bottom: 1px solid #dedede;
}

.table-schedule tbody tr td:first-child span {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.65);
}

.table-schedule tbody td.green {
    background-color: #d2f7d2;
}

.table-schedule tbody td.purple {
    background-color: #e2e0f7;
}

.table-schedule tbody td.yellow {
    background-color: #fdf5bf;
}

.table-schedule tbody td.red {
    background-color: #f7e4e4;
}

.table-schedule tbody td.lunch {
    background: repeating-linear-gradient(45deg,
            #f9f9f9,
            #f9f9f9 10px,
            #f4f4f4 10px,
            #f4f4f4 20px);
}

.table-schedule tbody td .book {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.table-schedule tbody td:hover .book {
    opacity: 1;
    visibility: visible;
}

.table-schedule tbody td .book .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.table-schedule-mini .doctor-img {
    margin-right: 1.25rem;
}

.table-schedule-mini .doctor-img img {
    max-width: 3.75rem;
    border-radius: 50%;
}

.table-schedule-mini .doctor-detail {
    display: flex;
    align-items: center;
}

.table-schedule-mini .doctor-detail .heading {
    margin-bottom: 0.313rem;
}

.table-schedule-mini .doctor-detail .doctor-post {
    color: #a2a2a2;
    font-size: 90%;
}

.table-schedule-mini td,
.table-schedule-mini th {
    white-space: nowrap;
}

.pricing-box-1 {
    position: relative;
    border: 1px solid #dedede;
    border-radius: 0.188rem;
    overflow: hidden;
}

.pricing-box-1 .header {
    position: relative;
    z-index: 6;
    text-align: center;
    padding: 0 1.875rem 0 1.875rem;
}

.pricing-box-1 .pricing-icon {
    position: relative;
    font-size: 3.75rem;
    color: #427cc5;
    z-index: 5;
    padding: 0.9375rem 1.875rem 0 1.875rem;
    text-align: center;
}

.pricing-box-1 .pricing-icon:before {
    content: "";
    height: 400px;
    width: 700px;
    background-color: #eff5f9;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -350px;
    bottom: -3.75rem;
    border-radius: 50%;
}

.pricing-box-1 .price {
    font-family: Manrope, sans-serif;
    line-height: 1;
    display: flex;
    justify-content: center;
}

.pricing-box-1 .price .price-currency {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-right: 0.25rem;
}

.pricing-box-1 .price .price-basis {
    align-self: flex-end;
    line-height: 1.6;
    margin-left: 0.625rem;
}

.pricing-box-1 .price .price-fig {
    font-size: 3.125rem;
    font-weight: 800;
    margin-right: 0.313rem;
}

.pricing-box-1 .price .price-fig small {
    font-size: 1.125rem;
}

.pricing-box-1 .body {
    padding: 1.875rem;
}

.feature-box .heading {
    display: flex;
    align-items: center;
}

.contact-icon {
    display: flex;
}

.contact-icon .con-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #427cc5;
    font-size: 1.5rem;
    height: 2.75rem;
    width: 2.75rem;
    flex-shrink: 0;
    border: 2px solid #427cc5;
    border-radius: 50%;
    margin-right: 1.5rem;
}

.process-box-1 {
    position: relative;
    text-align: center;
}

.process-box-1 .process-box-header {
    position: relative;
    padding-bottom: 1.875rem;
}

.process-box-1 .process-box-header .icon {
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    color: #427cc5;
    font-size: 2.125rem;
}

.process-box-1:hover .process-box-header .icon {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.process-box-1 .process-box-body {
    position: relative;
    padding: 2.1875rem 1.25rem 0 1.25rem;
    border-top: 2px dashed #e5e5e5;
}

.process-box-1 .process-box-body p {
    margin-bottom: 0;
}

.process-box-1 .process-box-body:before {
    content: "";
    position: absolute;
    top: -0.313rem;
    left: 50%;
    height: 0.625rem;
    width: 0.625rem;
    background-color: #f7a5a5;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process-box-1 .process-box-body:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.375rem 0 0.375rem 0.65rem;
    border-color: transparent transparent transparent #e5e5e5;
    top: -0.438rem;
    right: -0.5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process-box-1.first .process-box-header:after,
.process-box-1.last .process-box-header:after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    right: -0.625rem;
    height: 1.25rem;
    width: 1.25rem;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    border-radius: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process-box-1.first .process-box-header:after {
    left: 0;
    right: initial;
}

.process-box-1.last .process-box-body:after {
    display: none;
}

.counter-box-1 {
    color: #303b41;
}

.counter-box-1 .fact-number {
    font-family: Manrope, san-serif;
    font-size: 3.125rem;
    color: #427cc5;
    font-weight: 800;
    border-radius: 50%;
    margin-bottom: 0.313rem;
}

.counter-box-2 {
    background-color: #f7f7f7;
    padding: 2.5rem;
    border-radius: 0.25rem;
}

.counter-box-2 .fact-count {
    font-family: Manrope, sans-serif;
    font-size: 1.875rem;
    margin-right: 0.625rem;
    color: #427cc5;
    text-align: center;
    font-weight: 800;
    line-height: 1.2;
}

.counter-box-2 .counter-box-head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.25rem;
}

.counter-box-2 .heading {
    margin: 0;
    line-height: 1.4;
}

.counter-box-3 {
    text-align: center;
}

.counter-box-3 .heading {
    color: #fff;
    margin: 0;
}

.counter-box-3 .iconbox-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    background-color: #427cc5;
    height: 4.375rem;
    width: 4.375rem;
    margin-bottom: 1.25rem;
    border-radius: 50%;
    line-height: 1;
}

.counter-box-3 .fact-count {
    font-family: Manrope, sans-serif;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.9375rem;
}

.counter-box-4 {
    display: flex;
    justify-content: center;
}

.counter-box-4 .fact-icon {
    color: #427cc5;
    font-size: 2.25rem;
    margin-right: 1.25rem;
    line-height: 1.4;
}

.counter-box-4 .fact-body .fact-count {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    margin-right: 0.313rem;
    line-height: 1;
}

.counter-box-4 .fact-body .heading {
    margin-top: 0.625rem;
    line-height: 1.6;
}

.progress-circle {
    text-align: center;
}

.progress-circle .circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.progress-circle .circle .progress-value {
    font-family: Manrope, sans-serif;
    position: absolute;
    font-weight: 600;
    font-size: 1.125rem;
}

.btn-app {
    text-align: left;
    padding: 0.75rem 1.625rem;
}

.btn-app .btn-icon {
    font-size: 2.125rem;
    line-height: 1;
    margin-right: 0.625rem;
}

.btn-app .text .sub-text {
    font-size: 0.875rem;
    display: block;
    font-weight: 300;
    text-transform: none;
    opacity: 0.65;
}

.testimonial-1 {
    text-align: center;
    padding-top: 5rem;
}

.testimonial-1 .testimonial-icon {
    width: 3.75rem;
    margin-bottom: 1.25rem;
}

.testimonial-1:before {
    content: url(../images/quote-primary.svg);
    position: absolute;
    top: 0;
    width: 3.75rem;
    margin-left: -1.875rem;
}

.testimonial-1 .testimonial-text {
    font-size: 1.125rem;
}

.testimonial-1 .testimonial-author {
    margin-top: 1.875rem;
}

.testimonial-1 .testimonial-author .heading {
    font-weight: 800;
    margin-bottom: 0.375rem;
}

.testimonial-1 .slider-nav-outer {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.testimonial-1 .slider-nav {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.testimonial-1 .slider-nav .icon-next,
.testimonial-1 .slider-nav .icon-prev {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid #484848;
    border-radius: 50%;
    transition: 350ms ease all;
}

.testimonial-1 .slider-nav .icon-next:hover,
.testimonial-1 .slider-nav .icon-prev:hover {
    background-color: #427cc5;
    border-color: #427cc5;
    color: #fff;
}

.testimonial-1 .slider-nav .slick-center {
    margin: 0 3.125rem;
}

.testimonial-1 .slider-nav .slick-list {
    padding: 0.9375rem 0;
    width: 220px;
    margin: 0 3.125rem;
}

.testimonial-1 .slider-nav .slick-center .testimonial-author-img {
    opacity: 1;
    transform: scale(1.4);
}

.testimonial-1 .slider-nav .testimonial-author-img {
    max-width: 4.375rem;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.7;
    transition: 350ms ease all;
}

.testimonial-1 .slider-nav .slick-slide {
    margin: 0 0.313rem;
}

.testimonial-1.slider-light .testimonial-author .heading {
    color: #fff;
}

.testimonial-1.slider-light .testimonial-text {
    color: #fff;
}

.testimonial-1.slider-light .slider-nav .icon-next,
.testimonial-1.slider-light .slider-nav .icon-prev {
    border-color: #fff;
    color: #fff;
}

.testimonial-2 {
    position: relative;
}

.testimonials h2 {
    color: #0b1c4e;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.testimonial-2 {
    position: relative;
    padding: 4rem 1.875rem 1.25rem 1.875rem;
    /* border: 1px solid #dedede; */
    border-radius: 1.25rem;
}

.testimonial-2:before {
    content: url(../_images/double.png);
    position: absolute;
    top: 1.25rem;
    left: 2.5rem;
    width: 1.875rem;
    /* background-color: red; */
}

.testimonial-2 .testimonial-text {
    font-size: 1rem;
}

.testimonial-2 .testimonial-author {
    margin-top: 1.563rem;
    display: flex;
    align-items: center;
}

.testimonial-2 .testimonial-author .heading {
    margin-bottom: 0.313rem;
}

.testimonial-2 .slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 8.125rem;
    margin: 2.5rem auto 0 auto;
}

.testimonial-2 .slider-nav .icon-next,
.testimonial-2 .slider-nav .icon-prev {
    height: 3.75rem;
    width: 3.75rem;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #dedede;
    border-radius: 50%;
    transition: 350ms ease all;
}

.testimonial-2 .slick-slide {
    margin: 0 0.625rem;
}

.testimonial-2 .testimonial-author .testi-img {
    width: 3.4375rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.9375rem;
}

.img-box {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
    margin: 0.063rem;
}

.img-box img {
    transition: 2s ease all;
}

.img-box .img-open {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 2.25rem;
    color: #fff;
    background-color: rgba(0, 0, 20, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.img-box:hover .img-open {
    visibility: visible;
    opacity: 1;
}

.img-box:hover img {
    transform: scale(1.25);
}

.event-box-1 {
    position: relative;
    background-position: center center;
    background-size: cover;
}

.event-box-1 .event-header {
    position: absolute;
    width: 100%;
    padding: 5rem 1.875rem 1.875rem 1.875rem;
    bottom: 0;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    background: #000;
    background: -moz-linear-gradient(0deg,
            rgba(0, 0, 0, 0.9) 0,
            rgba(0, 0, 0, 0.55) 75%,
            rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(0, 0, 0, 0.9) 0,
            rgba(0, 0, 0, 0.55) 75%,
            rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.9) 0,
            rgba(0, 0, 0, 0.55) 75%,
            rgba(0, 0, 0, 0) 100%);
}

.event-box-1 .event-header .heading {
    color: #fff;
}

.event-box-1 .event-header .event-details {
    list-style: none;
    color: #fff;
    padding-left: 0;
    margin-bottom: 0;
}

.event-box-1 .event-header .event-details li {
    display: flex;
    align-items: center;
}

.event-box-1 .event-header .event-details li+li {
    margin-top: 0.625rem;
}

.event-box-1 .event-header .event-details li .icon-left {
    color: #427cc5;
}

.event-box-1 .event-header .event-action {
    margin-top: 1.875rem;
}

.event-box-2 {
    background-color: #f4f4f4;
    align-items: center;
    border-radius: 0.25rem;
    overflow: hidden;
}

.event-box-2 img {
    width: 400px;
}

.event-box-2 .event-header {
    padding: 2.5rem 2.5rem 0 2.5rem;
}

.event-box-2 .event-header .event-details {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.event-box-2 .event-header .event-details li {
    display: flex;
    align-items: center;
}

.event-box-2 .event-header .event-details li+li {
    margin-top: 0.625rem;
}

.event-box-2 .event-header .event-details li .icon-left {
    color: #427cc5;
}

.event-box-2 .event-action {
    padding: 2.5rem;
    flex-shrink: 0;
}

.social {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social li+li {
    margin-left: 0.5rem;
}

.social li a {
    position: relative;
    background-color: #427cc5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1rem;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    z-index: 1;
}

.social li a:hover {
    background-color: #106fab;
}

.social-round li a {
    border-radius: 50%;
}

.social-2x li a {
    font-size: 1.375rem;
    height: 2.5rem;
    width: 2.5rem;
}

.social li a.facebook {
    background-color: #3b5998;
}

.social li a.twitter {
    background-color: #55acee;
}

.social li a.linkedin {
    background-color: #0077b5;
}

.social li a.skype {
    background-color: #00aff0;
}

.social li a.wordpress {
    background-color: #21759b;
}

.social li a.vimeo {
    background-color: #1ab7ae;
}

.social li a.tumblr {
    background-color: #35465c;
}

.social li a.yahoo {
    background-color: #410093;
}

.social li a.google {
    background-color: #dc4e41;
}

.social li a.pinterest {
    background-color: #bd081c;
}

.social li a.youtube {
    background-color: #b31217;
}

.social li a.whatsapp {
    background-color: #25d366;
}

.social li a.instagram {
    background-color: #517fa4;
}

.social li a.dribbble {
    background-color: #ea4c89;
}

.social li a.flickr {
    background-color: #ff0084;
}

.social li a.foursquare {
    background-color: #f94877;
}

.social li a.snapchat {
    background-color: #fffc00;
    color: #4c4b14;
}

.youtube-video {
    position: relative;
    width: 100%;
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.youtube-video .video-data {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.youtube-video .video-data .video-title {
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.youtube-video .btn-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4.063rem;
    width: 4.063rem;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    padding-left: 0.5rem;
    font-size: 2.5rem;
    cursor: pointer;
    transition: 350ms ease all;
}

.youtube-video:hover .btn-play {
    background-color: #427cc5;
    border-color: #427cc5;
}

#modal-video .modal-content {
    border: 0;
}

#modal-video .modal-body {
    padding: 0;
}

#modal-video .modal-body iframe {
    display: block;
}

.timer {
    list-style: none;
    padding: 0;
}

.timer li {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    display: inline-flex;
    flex-direction: column;
    width: 5.5rem;
    background-color: #fafafa;
    padding: 0.625rem;
    color: #1a1a1a;
    margin: 0.313rem;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.625rem;
    text-transform: uppercase;
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}

.timer li span {
    font-size: 3rem;
    margin-right: 0.313rem;
    line-height: 1.2;
}

.gmap {
    height: 500px;
}

.info-window {
    display: flex;
}

.info-window .info-head {
    margin-right: 1.5rem;
}

.info-window .info-text {
    font-size: 1rem;
}

.pagination {
    align-items: center;
}

.pagination a {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    color: #1a1a1a;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
}

.pagination li.active a {
    background-color: #394657;
    color: #fff;
    border-radius: 50%;
}

.pagination li:first-child a,
.pagination li:last-child a {
    font-size: 1.25rem;
}

#back {
    display: none;
    position: fixed;
    right: 2.1875rem;
    bottom: -3.4375rem;
    height: 3.125rem;
    width: 3.125rem;
    background-color: #427cc5;
    color: #d6e1ef;
    line-height: 3.125rem;
    text-align: center;
    cursor: pointer;
    border-radius: 50% 50% 0 0;
    box-shadow: 0.125rem 0.125rem 0.188rem rgba(0, 0, 0, 0.3);
    font-size: 1.625rem;
    z-index: 99;
    transition: 0.5s ease all;
}

#back.visible {
    bottom: 0;
    background-color: #0b1c4e;
}

footer .logo-footer {
    width: 12.375rem;
}

footer .footer-pri {
    padding: 3.125rem 0;
}

footer .footer-sec {
    padding: 0.9375rem 0;
    font-size: 0.9375rem;
}

footer .widget {
    margin: 1.25rem 0;
    position: relative;
    overflow: hidden;
}

footer .payment-list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

footer .payment-list .item {
    margin-right: 0.625rem;
}

footer .payment-list .item img {
    max-width: 3.4375rem;
}

footer .widget-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .widget-links ul li {
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    position: relative;
}

footer .widget-links ul li+li {
    margin-top: 0.25rem;
}

footer .widget-links ul li:before {
    font-family: Ionicons;
    content: "\e9d4";
    color: #427cc5;
    font-size: 0.8125rem;
    position: absolute;
    left: 0;
}

footer .widget-links ul li a {
    color: #73879e;
    padding: 0.125rem 0.313rem;
    display: inline-block;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

footer .widget-twitter .tweets {
    position: relative;
}

footer .widget-twitter .tweets:before {
    font-family: Ionicons;
    content: "\ebc8";
    position: absolute;
    color: #1da1f2;
    left: 0;
    top: 0;
    font-size: 1.625rem;
}

footer .widget-twitter .tweets .tweet-item {
    font-family: Volkhov, serif;
    color: #73879e;
    height: 5.625rem;
    font-style: italic;
    font-size: 1.125rem;
}

footer .widget .contact {
    list-style: none;
    padding: 0;
    font-size: 1rem;
}

footer .widget .contact li {
    display: flex;
}

footer .widget .contact li+li {
    margin-top: 0.438rem;
}

footer .widget .contact li i {
    color: #427cc5;
    font-size: 1.25rem;
    margin-right: 0.625rem;
    line-height: 1.3;
}

footer .footer-sec .misc-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

footer .footer-sec .misc-links a {
    color: #73879e;
}

footer.footer-1 .footer-pri {
    background-color: #ebf2f7;
}

footer.footer-1 .footer-sec {
    background-color: #dbeaf5;
}

footer.footer-1 .widget .heading {
    color: #73879e;
}

footer.footer-1 .footer-text {
    color: #73879e;
}

footer.footer-1 .widget-twitter .tweets .tweet-item {
    color: #73879e;
}

footer.footer-1 .widget-links ul li a {
    color: #73879e;
}

footer.footer-1 .widget-links ul li:hover a {
    color: #5f666e;
}

footer.footer-1 hr {
    background-color: rgb(115, 135, 158, 0.12);
}

footer.footer-2 .footer-pri {
    background-color: #2a3947;
}

footer.footer-2 .footer-sec {
    background-color: #1e2b36;
}

footer.footer-2 .widget .heading {
    color: #b7c0cc;
}

footer.footer-2 .widget-links ul li a {
    color: #abb2ba;
}

footer.footer-2 .widget-links ul li:hover a {
    color: #ccd3db;
}

footer.footer-2 .footer-text {
    color: #abb2ba;
}

footer.footer-2 .widget-twitter .tweets .tweet-item {
    color: #abb2ba;
}

footer.footer-2 hr {
    background-color: #23313f;
}

.blog-box+.blog-box {
    margin-top: 3.125rem;
}

.blog-box .blog-header {
    position: relative;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #dedede;
}

.blog-box .blog-excerpt {
    padding-top: 0.8125rem;
}

.blog-box .blog-header .post-title {
    margin-top: 1.25rem;
    margin-bottom: 0.9375rem;
    line-height: 1.35;
}

.blog-box .blog-header .post-title a {
    color: #1a1a1a;
}

.blog-box .blog-meta {
    overflow: hidden;
    font-family: Manrope, sans-serif;
    font-size: 0.9375rem;
}

.blog-box .blog-meta .meta-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin: 0;
}

.blog-box .blog-meta .meta-list>li+li {
    margin-left: 1.25rem;
}

.blog-box .blog-meta .meta-list>.posted-by a,
.blog-box .blog-meta .meta-list>.posted-in a,
.blog-box .blog-meta .meta-list>.posted-on a {
    color: #427cc5;
    font-weight: 600;
}

.blog-author {
    display: flex;
    margin-top: 3.125rem;
    border: 1px solid #dedede;
    padding: 1.875rem;
    overflow: hidden;
}

.blog-author .author-media {
    margin-right: 2.5rem;
}

.blog-author .author-media .author-img {
    margin-bottom: 1.25rem;
    border-radius: 50%;
    max-width: 8.75rem;
}

.blog-comments {
    border: 1px solid #dedede;
    padding: 1.875rem;
    margin-top: 2.5rem;
}

.blog-comments .comment-list .comment {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5625rem 0 0.9375rem;
}

.blog-comments .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-comments .comment-list .comment-list {
    margin-left: 1.875rem;
}

.blog-comments>.comment-list>.comment+.comment {
    border-top: 1px solid #f2f2f2;
}

.blog-comments .comment-media {
    margin-right: 1.25rem;
    flex-basis: 12%;
}

.blog-comments .comment-media .comment-img {
    border-radius: 50%;
    max-width: 100%;
}

.blog-comments .who-said {
    font-family: Manrope, sans-serif;
    font-weight: 700;
}

.blog-comments .what-said {
    margin: 0.5rem 0 0.75rem 0;
}

.blog-comments .comment-date {
    float: right;
    font-size: 0.8125rem;
    color: #b6c2cc;
    font-weight: 500;
}

.blog-comments .comment-list .comment-body {
    flex-basis: 83%;
}

.blog-comments .comment-list .comment-body .comment-reply {
    font-family: Manrope, sans-serif;
    font-size: 0.8125rem;
    font-weight: 800;
    text-transform: uppercase;
}

.write-comment {
    border: 1px solid #dedede;
    padding: 1.875rem;
    margin-top: 2.5rem;
}

.blog-grid .blog-meta {
    overflow: hidden;
    font-family: Manrope, sans-serif;
}

.blog-grid .blog-meta .meta-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin: 0;
}

.blog-grid .blog-meta .meta-list>li+li {
    margin-left: 0.5rem;
}

.blog-grid .blog-meta .meta-list>.posted-in a,
.blog-grid .blog-meta .meta-list>.posted-on a {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    padding: 0.125rem 0.313rem;
    border-radius: 0.125rem;
}

.blog-grid .blog-meta .meta-list>.posted-on a {
    background-color: #8d8d8d;
}

.blog-grid .blog-meta .meta-list>.posted-in a {
    background-color: #427cc5;
}

.sidebar .widget {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
    overflow: hidden;
}

.sidebar .widget+.widget {
    border-top: 1px solid #dedede;
}

.sidebar .widget .heading {
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.widget-search .search .btn {
    padding-left: 1rem;
    padding-right: 1rem;
}

.widget-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-categories .widget-list li {
    padding: 0.625rem 0;
}

.widget-categories .widget-list li:first-child {
    padding-top: 0;
}

.widget-categories .widget-list li+li {
    border-top: 1px solid #f2f2f2;
}

.widget-categories .widget-list li a {
    display: flex;
    justify-content: space-between;
    color: #1a1a1a;
    align-items: center;
}

.widget-tags .widget-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.widget-tags .widget-list li {
    margin: 0.188rem;
    overflow: hidden;
}

.widget-tags .widget-list li a {
    color: #1a1a1a;
    background-color: #f7f7f7;
    padding: 0.5rem 0.75rem;
    display: inline-block;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.widget-tags .widget-list li a:hover {
    background-color: #427cc5;
    color: #fff;
}

.widget-blogs .widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-blogs .widget-list li {
    padding: 0.875rem 0 0.875rem 2.1875rem;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    border-radius: 0.25rem;
}

.widget-blogs .widget-list li:before {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    background-color: #dedede;
    left: 0.313rem;
    position: absolute;
    margin-top: 0.625rem;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.widget-blogs .widget-list li:first-child {
    padding-top: 0;
}

.widget-blogs .widget-list li:last-child {
    border: 0;
    padding-bottom: 0;
}

.widget-blogs .widget-list li a {
    color: #1a1a1a;
    transition: 350ms ease all;
}

.widget-blogs .widget-list li:hover a {
    color: #427cc5;
}

.widget-testimonial .slider-items .testi-img {
    max-width: 3.75rem;
    border-radius: 50%;
}

.widget-testimonial .slider-items .testi-text {
    font-size: 1.125rem;
    font-style: italic;
    padding-top: 2.8125rem;
}

.widget-testimonial .slider-items .testi-text:before {
    content: url(../images/quote-light.svg);
    position: absolute;
    top: 0;
    width: 2.1875rem;
    z-index: -1;
}

.widget-testimonial .slider-items .said-by {
    margin-bottom: 0;
    margin-left: 0.9375rem;
    font-weight: 600;
}

.widget-testimonial .slider-items .testi-footer {
    display: flex;
    align-items: center;
    margin-top: 1.875rem;
}

.widget-departments ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-departments ul li a {
    font-family: Manrope, sans-serif;
    display: flex;
    position: relative;
    align-items: center;
    color: #1a1a1a;
    text-align: center;
    font-weight: 500;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    padding: 0.5rem 0;
}

.widget-departments ul li a:after {
    font-family: Ionicons;
    content: "\ea18";
    color: #427cc5;
    position: absolute;
    right: 0;
}

.widget-departments ul li+li {
    border-top: 1px solid #f2f2f2;
}

.widget-departments ul li .dep-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin-right: 1.25rem;
}

.widget-departments ul li a:hover {
    padding-left: 0.625rem;
}

.widget-doctors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-doctors ul li {
    display: flex;
    align-items: center;
    padding: 0.625rem 0;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.widget-doctors ul li+li {
    border-top: 1px solid #f2f2f2;
}

.widget-doctors ul li:first-child {
    padding-top: 0;
}

.widget-doctors ul li img {
    max-width: 3.75rem;
    border-radius: 50%;
    margin-right: 1.25rem;
}

.widget-doctors ul li .doctor-name a {
    display: block;
    font-weight: 600;
}

.coming-soon,
.not-found {
    background-color: #eff5f9;
}

.coming-soon-box,
.not-found-box {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.125rem;
}

.coming-soon .icon,
.not-found .icon {
    position: absolute;
    font-size: 400px;
    z-index: -1;
    opacity: 0.05;
}

.loader-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #fff;
}

.loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 5.625rem;
    height: 5.625rem;
    top: 50%;
    left: 50%;
    font-size: 2.125rem;
    color: #cacaca;
    margin-top: -3.125rem;
    margin-left: -3.125rem;
}

.loader:before {
    content: "";
    position: absolute;
    border-radius: 6.25rem;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0.25rem solid #cacaca;
    border-left: 4px solid #427cc5;
    -webkit-animation: circle 1.1s infinite linear;
    animation: circle 1.1s infinite linear;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader i {
    -webkit-animation: pulse 0.5s infinite alternate;
    animation: pulse 0.5s infinite alternate;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.flexible-slider .slick-track {
    display: flex;
    align-items: center;
}

.slider-items .item {
    padding: 0.125rem 0.625rem;
}

.slider-nav-outer {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.slider-nav,
.slider-nav-sleek {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.slider-nav .icon-next,
.slider-nav .icon-prev {
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 0.125rem solid #484848;
    margin: 0 0.25rem;
    border-radius: 50%;
    transition: 350ms ease all;
}

.slider-nav-sleek .icon-next,
.slider-nav-sleek .icon-prev {
    position: absolute;
    height: 2.5rem;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 0.25rem;
    border-radius: 50%;
    transition: 350ms ease all;
}

.slider-nav .icon-prev,
.slider-nav-sleek .icon-prev {
    left: 0;
}

.slider-nav .icon-next,
.slider-nav-sleek .icon-next {
    right: 0;
}

.slider-nav .icon-next:hover,
.slider-nav .icon-prev:hover {
    background-color: #427cc5;
    border-color: #427cc5;
    color: #fff;
}

.slider-nav .slider-arrows,
.slider-nav-sleek .slider-arrows {
    position: absolute;
    height: 2.5rem;
    min-width: 6.25rem;
    width: 100%;
}

.slider-nav .slider-dots,
.slider-nav-sleek .slider-dots {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
    z-index: 5;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.slider-nav-sleek .slider-dots {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
}

.slider-nav .slick-dots,
.slider-nav-sleek .slick-dots {
    width: 100%;
    padding: 0 1.25rem 0 1.25rem;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
}

.slider-nav .slick-dots button,
.slider-nav-sleek .slick-dots button {
    line-height: 0;
    padding: 0;
    color: transparent;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    margin: 0 0.5rem 0;
    border: 0.125rem solid transparent;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -moz-transition: 350ms ease all;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.slider-nav-sleek .slick-dots button {
    height: 0.4rem;
    width: 0.4rem;
}

.slider-nav .slick-dots .slick-active button,
.slider-nav-sleek .slick-dots .slick-active button {
    height: 0.85rem;
    width: 0.85rem;
}

.slider-nav.nav-light .slider-arrows .icon-next,
.slider-nav.nav-light .slider-arrows .icon-prev {
    border-color: #0b1c4e;
    color: #0b1c4e;
}

.slider-nav.nav-light .slider-arrows .icon-next:hover,
.slider-nav.nav-light .slider-arrows .icon-prev:hover {
    border-color: #427cc5;
}

.slider-nav-sleek.nav-light .slick-dots button,
.slider-nav.nav-light .slick-dots button {
    background-color: rgba(11, 28, 78);
}

.slider-nav-sleek.nav-light .slider-arrows .icon-next,
.slider-nav-sleek.nav-light .slider-arrows .icon-prev {
    color: rgba(255, 255, 255, 0.85);
}

.news-slider.style-1 {
    background-color: #427cc5;
    padding: 1.875rem;
}

.news-slider.style-1 .heading {
    color: #fff;
}

.news-slider.style-1 p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.news-slider.style-1 .slider-nav .left,
.news-slider.style-1 .slider-nav .right {
    background-color: transparent;
    border: 1px solid #fff;
}

.news-slider.style-1 .slider-nav .left:hover,
.news-slider.style-1 .slider-nav .right:hover {
    background-color: #fff;
    color: #427cc5;
}

.news-slider.style-2 {
    background-color: #f2f2f2;
    padding: 1.875rem;
}

.news-slider.style-2 p {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
}

.news-slider.style-3 {
    background-color: #303b41;
    padding: 1.875rem;
}

.news-slider.style-3 .heading {
    color: #fff;
}

.news-slider.style-3 p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.carousel-control {
    top: 50%;
    margin: -1.0625rem 0.9375rem 0 0.9375rem;
}

.carousel-control.left,
.carousel-control.right {
    background: #427cc5;
    height: 3.125rem;
    width: 3.125rem;
    line-height: 2.875rem;
    text-align: center;
    font-size: 1.625rem;
    color: #fff;
    border-radius: 0.063rem;
    display: inline-block;
    cursor: pointer;
    text-shadow: none;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
    font-size: 1.875rem;
}

.carousel-indicators {
    align-items: center;
    margin-bottom: 1.875rem;
}

.carousel-indicators li {
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    margin: 0 0.5rem;
    color: #fff;
    opacity: 1;
    border: 0;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.75);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.carousel-indicators .active {
    height: 0.85rem;
    width: 0.85rem;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.ui-datepicker {
    height: auto;
    margin: 0.313rem auto 0;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    z-index: 9999 !important;
}

.ui-datepicker-trigger {
    position: absolute;
    top: 50%;
    right: 0.313rem;
    background-color: transparent;
    border: 0;
    margin-top: -0.9375rem;
}

.ui-datepicker-trigger:focus {
    outline: 0;
}

.ui-datepicker-trigger img {
    height: 1.5625rem;
}

.style-1~.ui-datepicker-trigger img,
.style-2~.ui-datepicker-trigger img {
    filter: invert(100%) brightness(78%);
}

.style-3~.ui-datepicker-trigger img,
.style-4~.ui-datepicker-trigger img,
.ui-datepicker-trigger img {
    filter: invert(75%);
}

.ui-datepicker table {
    width: 100%;
    background-color: #f6f6f6;
    padding: 0.375rem;
}

.ui-datepicker-header {
    font-family: Manrope, Sans-serif;
    background-color: #394657;
    color: #fff;
    padding: 0;
    overflow: hidden;
}

.ui-datepicker-title {
    text-align: center;
    font-weight: 700;
    padding: 0.8125rem;
}

.ui-datepicker-next,
.ui-datepicker-prev {
    font-family: Ionicons;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 3.125rem;
    overflow: hidden;
    position: relative;
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
    display: none;
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-prev:before {
    content: "\ea0c";
    position: absolute;
    left: 0;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-next:before {
    content: "\ea18";
    position: absolute;
    right: 0;
}

.ui-datepicker-next:before,
.ui-datepicker-prev:before {
    font-size: 1.25rem;
    height: 100%;
    width: 100%;
    text-align: center;
}

.ui-datepicker-next:hover:before,
.ui-datepicker-prev:hover:before {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    padding: 0.313rem 0;
    color: rgba(255, 255, 255, 0.8);
}

.ui-datepicker tbody td {
    padding: 0;
    border-right: 1px solid #fff;
    border-bottom: 0.125rem solid #fff;
}

.ui-datepicker tbody td:last-child {
    border-right: 0;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.6875rem;
    color: #303b41;
}

.ui-datepicker-calendar .ui-state-default {
    background: #f2f2f2;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #427cc5;
    color: #fff;
}

.ui-datepicker-calendar .ui-state-active {
    background: #427cc5;
    color: #fff;
    position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
    background-color: #fff;
    color: #d5d5d5;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 1.8125rem;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 1.8125rem;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 1.8125rem;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .header-1 .topbar .container-lg {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .header-1 .topbar .widgets {
        width: auto;
    }

    .header-1 .topbar .widgets .emergency-widget {
        width: auto;
    }

    .header-1 .topbar .widgets .emergency-widget {
        margin-left: 0.875rem;
    }

    .header-1 .emergency {
        font-size: 0.875rem;
        padding: 0.8125rem 1rem;
        width: auto;
    }

    .event-box-2 {
        display: flex;
    }

    .event-box-2 .event-header {
        padding: 2.5rem 1.25rem 2.5rem 2.5rem;
    }

    .offer-box .offer-header {
        width: 45%;
    }

    .table-schedule {
        table-layout: fixed;
    }

    #fixed-appointment {
        right: 5.75rem;
    }

    #back {
        display: inline-block;
    }

    .stick {
        position: fixed !important;
        top: 0;
        width: 100%;
        box-shadow: 0 0.063rem 0.25rem rgba(0, 0, 0, 0.3);
        animation: slideHeader 750ms ease-out;
    }

    @keyframes slideHeader {
        0% {
            transform: translateY(-100%);
        }

        100% {
            transform: translateY(0);
        }
    }

    footer .footer-sec .misc-links {
        display: flex;
        text-align: left;
    }

    footer .footer-sec .misc-links li+li:before {
        content: "|";
        padding: 0 0.625rem;
    }

    .border-lg-top {
        border-top: 1px solid #dedede !important;
    }

    .border-lg-right {
        border-right: 1px solid #dedede !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #dedede !important;
    }

    .border-lg-left {
        border-left: 1px solid #dedede !important;
    }

    .border-lg-top-0 {
        border-top: 0 !important;
    }

    .border-lg-right-0 {
        border-right: 0 !important;
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-lg-left-0 {
        border-left: 0 !important;
    }

    .border-lg {
        border-top: 1px solid #dedede !important;
        border-bottom: 1px solid #dedede !important;
        border-left: 1px solid #dedede !important;
        border-right: 1px solid #dedede !important;
    }

    .border-lg-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

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

    .mt-lg-10 {
        margin-top: 0.625rem !important;
    }

    .mt-lg-20 {
        margin-top: 1.25rem !important;
    }

    .mt-lg-30 {
        margin-top: 1.875rem !important;
    }

    .mt-lg-40 {
        margin-top: 2.5rem !important;
    }

    .mt-lg-50 {
        margin-top: 3.125rem !important;
    }

    .mt-lg-60 {
        margin-top: 3.75rem !important;
    }

    .mt-lg-70 {
        margin-top: 4.375rem !important;
    }

    .mt-lg-80 {
        margin-top: 5rem !important;
    }

    .mt-lg-90 {
        margin-top: 5.625rem !important;
    }

    .mt-lg-100 {
        margin-top: 6.25rem !important;
    }

    .mt-lg-110 {
        margin-top: 6.875rem !important;
    }

    .mt-lg-120 {
        margin-top: 7.5rem !important;
    }

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

    .mb-lg-10 {
        margin-bottom: 0.625rem !important;
    }

    .mb-lg-20 {
        margin-bottom: 1.25rem !important;
    }

    .mb-lg-30 {
        margin-bottom: 1.875rem !important;
    }

    .mb-lg-40 {
        margin-bottom: 2.5rem !important;
    }

    .mb-lg-50 {
        margin-bottom: 3.125rem !important;
    }

    .mb-lg-60 {
        margin-bottom: 3.75rem !important;
    }

    .mb-lg-70 {
        margin-bottom: 4.375rem !important;
    }

    .mb-lg-80 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-90 {
        margin-bottom: 5.625rem !important;
    }

    .mb-lg-100 {
        margin-bottom: 6.25rem !important;
    }

    .mb-lg-110 {
        margin-bottom: 6.875rem !important;
    }

    .mb-lg-120 {
        margin-bottom: 7.5rem !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .ml-lg-10 {
        margin-left: 0.625rem !important;
    }

    .ml-lg-20 {
        margin-left: 1.25rem !important;
    }

    .ml-lg-30 {
        margin-left: 1.875rem !important;
    }

    .ml-lg-40 {
        margin-left: 2.5rem !important;
    }

    .ml-lg-50 {
        margin-left: 3.125rem !important;
    }

    .ml-lg-60 {
        margin-left: 3.75rem !important;
    }

    .ml-lg-70 {
        margin-left: 4.375rem !important;
    }

    .ml-lg-80 {
        margin-left: 5rem !important;
    }

    .ml-lg-90 {
        margin-left: 5.625rem !important;
    }

    .ml-lg-100 {
        margin-left: 6.25rem !important;
    }

    .ml-lg-110 {
        margin-left: 6.875rem !important;
    }

    .ml-lg-120 {
        margin-left: 7.5rem !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mr-lg-10 {
        margin-right: 0.625rem !important;
    }

    .mr-lg-20 {
        margin-right: 1.25rem !important;
    }

    .mr-lg-30 {
        margin-right: 1.875rem !important;
    }

    .mr-lg-40 {
        margin-right: 2.5rem !important;
    }

    .mr-lg-50 {
        margin-right: 3.125rem !important;
    }

    .mr-lg-60 {
        margin-right: 3.75rem !important;
    }

    .mr-lg-70 {
        margin-right: 4.375rem !important;
    }

    .mr-lg-80 {
        margin-right: 5rem !important;
    }

    .mr-lg-90 {
        margin-right: 5.625rem !important;
    }

    .mr-lg-100 {
        margin-right: 6.25rem !important;
    }

    .mr-lg-110 {
        margin-right: 6.875rem !important;
    }

    .mr-lg-120 {
        margin-right: 7.5rem !important;
    }

    .mt-lg-minus10 {
        margin-top: -0.625rem !important;
    }

    .mt-lg-minus20 {
        margin-top: -1.25rem !important;
    }

    .mt-lg-minus30 {
        margin-top: -1.875rem !important;
    }

    .mt-lg-minus40 {
        margin-top: -2.5rem !important;
    }

    .mt-lg-minus50 {
        margin-top: -3.125rem !important;
    }

    .mt-lg-minus60 {
        margin-top: -3.75rem !important;
    }

    .mt-lg-minus70 {
        margin-top: -4.375rem !important;
    }

    .mt-lg-minus80 {
        margin-top: -5rem !important;
    }

    .mt-lg-minus90 {
        margin-top: -5.625rem !important;
    }

    .mt-lg-minus100 {
        margin-top: -6.25rem !important;
    }

    .mt-lg-minus110 {
        margin-top: -6.875rem !important;
    }

    .mt-lg-minus120 {
        margin-top: -7.5rem !important;
    }

    .mb-lg-minus10 {
        margin-bottom: -0.625rem !important;
    }

    .mb-lg-minus20 {
        margin-bottom: -1.25rem !important;
    }

    .mb-lg-minus30 {
        margin-bottom: -1.875rem !important;
    }

    .mb-lg-minus40 {
        margin-bottom: -2.5rem !important;
    }

    .mb-lg-minus50 {
        margin-bottom: -3.125rem !important;
    }

    .mb-lg-minus60 {
        margin-bottom: -3.75rem !important;
    }

    .mb-lg-minus70 {
        margin-bottom: -4.375rem !important;
    }

    .mb-lg-minus80 {
        margin-bottom: -5rem !important;
    }

    .mb-lg-minus90 {
        margin-bottom: -5.625rem !important;
    }

    .mb-lg-minus100 {
        margin-bottom: -6.25rem !important;
    }

    .mb-lg-minus110 {
        margin-bottom: -6.875rem !important;
    }

    .mb-lg-minus120 {
        margin-bottom: -7.5rem !important;
    }

    .ml-lg-minus10 {
        margin-left: -0.625rem !important;
    }

    .ml-lg-minus20 {
        margin-left: -1.25rem !important;
    }

    .ml-lg-minus30 {
        margin-left: -1.875rem !important;
    }

    .ml-lg-minus40 {
        margin-left: -2.5rem !important;
    }

    .ml-lg-minus50 {
        margin-left: -3.125rem !important;
    }

    .ml-lg-minus60 {
        margin-left: -3.75rem !important;
    }

    .ml-lg-minus70 {
        margin-left: -4.375rem !important;
    }

    .ml-lg-minus80 {
        margin-left: -5rem !important;
    }

    .ml-lg-minus90 {
        margin-left: -5.625rem !important;
    }

    .ml-lg-minus100 {
        margin-left: -6.25rem !important;
    }

    .ml-lg-minus110 {
        margin-left: -6.875rem !important;
    }

    .ml-lg-minus120 {
        margin-left: -7.5rem !important;
    }

    .mr-lg-minus10 {
        margin-right: -0.625rem !important;
    }

    .mr-lg-minus20 {
        margin-right: -1.25rem !important;
    }

    .mr-lg-minus30 {
        margin-right: -1.875rem !important;
    }

    .mr-lg-minus40 {
        margin-right: -2.5rem !important;
    }

    .mr-lg-minus50 {
        margin-right: -3.125rem !important;
    }

    .mr-lg-minus60 {
        margin-right: -3.75rem !important;
    }

    .mr-lg-minus70 {
        margin-right: -4.375rem !important;
    }

    .mr-lg-minus80 {
        margin-right: -5rem !important;
    }

    .mr-lg-minus90 {
        margin-right: -5.625rem !important;
    }

    .mr-lg-minus100 {
        margin-right: -6.25rem !important;
    }

    .mr-lg-minus110 {
        margin-right: -6.875rem !important;
    }

    .mr-lg-minus120 {
        margin-right: -7.5rem !important;
    }

    .p-lg-10 {
        padding: 0.625rem !important;
    }

    .p-lg-20 {
        padding: 1.25rem !important;
    }

    .p-lg-30 {
        padding: 1.875rem !important;
    }

    .p-lg-40 {
        padding: 2.5rem !important;
    }

    .p-lg-50 {
        padding: 3.125rem !important;
    }

    .p-lg-60 {
        padding: 3.75rem !important;
    }

    .p-lg-70 {
        padding: 4.375rem !important;
    }

    .p-lg-80 {
        padding: 5rem !important;
    }

    .p-lg-90 {
        padding: 5.625rem !important;
    }

    .p-lg-100 {
        padding: 6.25rem !important;
    }

    .p-lg-110 {
        padding: 6.875rem !important;
    }

    .p-lg-120 {
        padding: 7.5rem !important;
    }

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

    .pt-lg-10 {
        padding-top: 0.625rem !important;
    }

    .pt-lg-20 {
        padding-top: 1.25rem !important;
    }

    .pt-lg-30 {
        padding-top: 1.875rem !important;
    }

    .pt-lg-40 {
        padding-top: 2.5rem !important;
    }

    .pt-lg-50 {
        padding-top: 3.125rem !important;
    }

    .pt-lg-60 {
        padding-top: 3.75rem !important;
    }

    .pt-lg-70 {
        padding-top: 4.375rem !important;
    }

    .pt-lg-80 {
        padding-top: 5rem !important;
    }

    .pt-lg-90 {
        padding-top: 5.625rem !important;
    }

    .pt-lg-100 {
        padding-top: 6.25rem !important;
    }

    .pt-lg-110 {
        padding-top: 6.875rem !important;
    }

    .pt-lg-120 {
        padding-top: 7.5rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-10 {
        padding-bottom: 0.625rem !important;
    }

    .pb-lg-20 {
        padding-bottom: 1.25rem !important;
    }

    .pb-lg-30 {
        padding-bottom: 1.875rem !important;
    }

    .pb-lg-40 {
        padding-bottom: 2.5rem !important;
    }

    .pb-lg-50 {
        padding-bottom: 3.125rem !important;
    }

    .pb-lg-60 {
        padding-bottom: 3.75rem !important;
    }

    .pb-lg-70 {
        padding-bottom: 4.375rem !important;
    }

    .pb-lg-80 {
        padding-bottom: 5rem !important;
    }

    .pb-lg-90 {
        padding-bottom: 5.625rem !important;
    }

    .pb-lg-100 {
        padding-bottom: 6.25rem !important;
    }

    .pb-lg-110 {
        padding-bottom: 6.875rem !important;
    }

    .pb-lg-120 {
        padding-bottom: 7.5rem !important;
    }

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

    .pl-lg-10 {
        padding-left: 0.625rem !important;
    }

    .pl-lg-20 {
        padding-left: 1.25rem !important;
    }

    .pl-lg-30 {
        padding-left: 1.875rem !important;
    }

    .pl-lg-40 {
        padding-left: 2.5rem !important;
    }

    .pl-lg-50 {
        padding-left: 3.125rem !important;
    }

    .pl-lg-60 {
        padding-left: 3.75rem !important;
    }

    .pl-lg-70 {
        padding-left: 4.375rem !important;
    }

    .pl-lg-80 {
        padding-left: 5rem !important;
    }

    .pl-lg-90 {
        padding-left: 5.625rem !important;
    }

    .pl-lg-100 {
        padding-left: 6.25rem !important;
    }

    .pl-lg-110 {
        padding-left: 6.875rem !important;
    }

    .pl-lg-120 {
        padding-left: 7.5rem !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pr-lg-10 {
        padding-right: 0.625rem !important;
    }

    .pr-lg-20 {
        padding-right: 1.25rem !important;
    }

    .pr-lg-30 {
        padding-right: 1.875rem !important;
    }

    .pr-lg-40 {
        padding-right: 2.5rem !important;
    }

    .pr-lg-50 {
        padding-right: 3.125rem !important;
    }

    .pr-lg-60 {
        padding-right: 3.75rem !important;
    }

    .pr-lg-70 {
        padding-right: 4.375rem !important;
    }

    .pr-lg-80 {
        padding-right: 5rem !important;
    }

    .pr-lg-90 {
        padding-right: 5.625rem !important;
    }

    .pr-lg-100 {
        padding-right: 6.25rem !important;
    }

    .pr-lg-110 {
        padding-right: 6.875rem !important;
    }

    .pr-lg-120 {
        padding-right: 7.5rem !important;
    }
}

@media only screen and (min-width: 768px) {
    .testimonial-1 .slider-nav .slick-list {
        width: 350px;
    }
}

/* slider */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
    /* --main-color-one: #fb0937; */
    --main-color-one: #f7a5a5;
    --main-color-two: #5d688a;
    --menu-font: "Poppins", sans-serif;
    --heading-font: "Montserrat", sans-serif;
    --body-font: "Montserrat", sans-serif;
    --slider-heading-regular-font: "gilroy-regular";
    --slider-heading-medium-font: "gilroy-medium";
    --slider-heading-bold-font: "gilroy-bold";
    --paragraph-color: #181818;
}

/* .slider {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0;
} */

/* @media all and (min-width: 1650px) {
    .container {
        max-width: 1640px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1650px) {
    .container {
        max-width: 1400px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1135px) and (max-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1024px) {
    .container {
        max-width: 950px;
    }
} */

/*--------------------------------
    Social Icon Design Here
---------------------------------*/

img {
    max-width: 100%;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-left: 0;
}

.gray-bg {
    background-color: #f8f8f8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.p-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.p-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-100 {
    margin-bottom: 100px;
}

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

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

.min-height-600 {
    min-height: 600px;
}

.m-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

/*--------------------------------------------------------------


/*-----Slider Dots area End-----*/
.home-slider-area {
    width: 100%;
    position: relative;
}

.home-slider-area .container-fluid {
    overflow-x: hidden;
}

.home-slider-area .container-fluid .row {
    position: relative;
}

.home-slider-area .home-slider-one,
.home-slider-area .home-slider-two,
.home-slider-area .home-slider-three,
.home-slider-area .home-slider-four {
    width: 100%;
    height: 100%;
    /*------- Home Slider 01 Content Animation------*/
    /*-------// Slider Content Animation------*/
}

.home-slider-area .home-slider-one .slick-slide.slick-active .slider-content .slider-title,
.home-slider-area .home-slider-two .slick-slide.slick-active .slider-content .slider-title,
.home-slider-area .home-slider-three .slick-slide.slick-active .slider-content .slider-title,
.home-slider-area .home-slider-four .slick-slide.slick-active .slider-content .slider-title {
    -webkit-animation: fadeInDown 2s 0s both;
    animation: fadeInDown 2s 0s both;
}

.home-slider-area .home-slider-one .slick-slide.slick-active .slider-content .slider-paragraph,
.home-slider-area .home-slider-two .slick-slide.slick-active .slider-content .slider-paragraph,
.home-slider-area .home-slider-three .slick-slide.slick-active .slider-content .slider-paragraph,
.home-slider-area .home-slider-four .slick-slide.slick-active .slider-content .slider-paragraph {
    -webkit-animation: fadeInRight 2s 0s both;
    animation: fadeInRight 2s 0s both;
}

.home-slider-area .home-slider-one .slick-slide.slick-active .slider-content .main-btn-wrap,
.home-slider-area .home-slider-two .slick-slide.slick-active .slider-content .main-btn-wrap,
.home-slider-area .home-slider-three .slick-slide.slick-active .slider-content .main-btn-wrap,
.home-slider-area .home-slider-four .slick-slide.slick-active .slider-content .main-btn-wrap {
    -webkit-animation: fadeInUp 2s 0s both;
    animation: fadeInUp 2s 0s both;
}

.home-slider-area.style-02 .home-slider-area__bottom-area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
    height: 175px;
}

.home-slider-area.style-02 .home-slider-area__bottom-area::before {
    content: "";
    background-color: rgba(24, 24, 24, 0.7);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.home-slider-area.style-02 .home-slider-area__bottom-area .container {
    height: 100%;
}

.home-slider-area.style-02 .slider-items .slider-items-wrap {
    padding-top: 100px;
}

.home-slider-area.style-02 .slider-items .slider-inner {
    height: 85%;
}

.home-slider-area.style-02 .slider-items .slider-content-bottom {
    height: 15%;
}

.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items {
    position: relative;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
}

.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items__icon {
    color: var(--main-color-one);
    margin-right: 20px;
    font-size: 25px;
}

.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items__content .heading-05 {
    color: #181818;
    font-size: 25px;
    line-height: 34px;
    font-family: Manrope, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items__content p {
    color: #181818;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: Manrope, sans-serif;
}

.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items:not(:last-child) {
    border-right: 3px solid rgba(24, 24, 24, 0.5);
}

.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items::after {
    content: "";
    width: 1px;
    height: 60%;
    background-color: #181818;
    display: block;
    position: absolute;
    top: 20%;
    left: -2px;
}

.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items:first-child::after {
    display: none;
}

.home-slider-area.style-02 .slider-items .slider-content {
    color: #181818;
}

.home-slider-area.style-02 .slider-items .slider-content .slider-paragraph {
    color: black;
}

.home-slider-area.style-02 .slider-items .slider-img {
    width: 60%;
}

.home-slider-area.style-02 .carousel-dots-area .carousel-dots {
    padding-right: 10px;
    /*---Style 02 Slick Arrow End---*/
    /*---Style 02 Slick Dots End---*/
}

.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-prev::before,
.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-next::after {
    background-color: transparent;
    border: 1px solid var(--main-color-one);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    display: none;
}

.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-prev::before {
    left: -3px;
}

.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-next::after {
    left: 5px;
}

.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-arrow {
    color: #181818;
}

.home-slider-area.style-02 .carousel-dots-area .carousel-dots {
    /* background-color: blue;
    height: 50px; */
}

.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots {
    counter-reset: section;
    counter-reset: section;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    /* top: 200px; */
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: red; */
    /* right: 500px; */
}

/* @media screen and (max-width: 2560px) {
    .home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots {
        right: 590pxpx;
    }
}

@media screen and (max-width: 1440px) {
    .home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots {
        right: 517px;
    }
}

@media screen and (max-width: 1024px) {
    .home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots {
        right: 373px;
        top: 340px;
    }
}

@media screen and (max-width: 770px) {
    .home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots {
        right: 262px;
        top: 349px;
    }
} */

.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots li {
    position: relative;
    color: var(--main-color-one);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    list-style: none;
    border: none;
    padding: 0;
    margin: 29px 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* background-color: #0b1c4e; */
}

.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots li::before {
    counter-increment: section;
    content: "0" counter(section) "";
    color: #fff;
    position: absolute;
    font-size: 10px;
    border-radius: 50%;
    background-color: #181818;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    right: 0;
    border: 2px solid transparent;
    width: 35px;
    height: 35px;
    line-height: 29px;
}

.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots li.slick-active::before {
    opacity: 1;
    background-color: var(--main-color-one);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.home-slider-area .slider-items {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    z-index: 0;
    position: relative;
}

.home-slider-area .slider-items .container {
    padding: 0;
    height: 100%;
}

.home-slider-area .slider-items .slider-items-wrap {
    width: 97%;
    height: 100%;
}

.home-slider-area .slider-items .slider-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-slider-area .slider-items .slider-content-bottom {
    width: 100%;
}

.home-slider-area .slider-items .slider-content {
    width: 40%;
    color: #fff;
    /*------Auto Typing End----- */
    /*------Slider Title Thin End------*/
    /*------Slider Title Bold End------*/
    /*------Slider Pagrgraph End------*/
    /*------Slider Button End------*/
}

.home-slider-area .slider-items .slider-content .auto-typing-header {
    margin: 0 auto 15px;
}

.home-slider-area .slider-items .slider-content .auto-typing-header .typewrite {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--slider-heading-medium-font);
    font-weight: 700;
    letter-spacing: 10px;
    margin: 0;
    padding: 0;
    display: inline;
    color: transparent;
    position: relative;
}

.home-slider-area .slider-items .slider-content .auto-typing-header .typewrite::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    color: #fff;
    overflow: hidden;
    border-right: 2px solid var(--main-color-one);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: type 10s infinite;
    animation: type 10s infinite;
}

.home-slider-area .slider-items .slider-content .slider-title .heading-01 {
    font-size: 45px;
    font-weight: 600;
    color: black;
    line-height: 70px;
    font-family: var(--slider-heading-regular-font);
    margin-bottom: 0;
}

.home-slider-area .slider-items .slider-content .slider-title .heading-01 .bold {
    font-family: var(--slider-heading-bold-font);
    display: block;
}

.home-slider-area .slider-items .slider-content .slider-title-bold .heading-01 {
    font-size: 65px;
    line-height: 70px;
    font-family: var(--slider-heading-bold-font);
}

.home-slider-area .slider-items .slider-content .slider-paragraph {
    font-size: 18px;
    line-height: 30px;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    width: 75%;
}

.home-slider-area .slider-items .slider-content .main-btn-wrap .main-btn {
    text-transform: uppercase;
}

.home-slider-area__bottom-area {
    background-color: #181818;
    width: 100%;
}

.home-slider-area__bottom-area .container {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.home-slider-area__bottom-area .slider-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slider-area__bottom-area__itmes {
    width: 33.33%;
    color: #fff;
    background-color: #f5f5f5;
    margin: 0 30px;
    z-index: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*---Items Left Content End---*/
    /*---Items Right Content End---*/
}

.home-slider-area__bottom-area__itmes:hover .items-left-content::before {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

.home-slider-area__bottom-area__itmes:hover .items-left-content .left-content-wrap .border-design {
    background-color: var(--main-color-one);
}

.home-slider-area__bottom-area__itmes .items-left-content {
    width: 30%;
    position: relative;
}

.home-slider-area__bottom-area__itmes .items-left-content::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: var(--main-color-one);
    top: -12%;
    left: -15%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.home-slider-area__bottom-area__itmes .items-left-content .left-content-wrap {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 9;
}

.home-slider-area__bottom-area__itmes .items-left-content .left-content-wrap .border-design {
    width: 80px;
    height: 80px;
    border: 1px solid #ccd3dc;
    background-color: #f5f5f5;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.home-slider-area__bottom-area__itmes .items-left-content .left-content-wrap .icon-area {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 1px solid #ccd3dc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -10px;
    left: -10px;
}

.home-slider-area__bottom-area__itmes .items-left-content .left-content-wrap .icon-area .icon {
    width: 55px;
    height: 50px;
    color: #181818;
    font-size: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-slider-area__bottom-area__itmes .items-right-content {
    width: 70%;
    padding: 20px 20px 20px 0;
}

.home-slider-area__bottom-area__itmes .items-right-content .heading-05 {
    color: #181818;
    font-size: 22px;
    line-height: 32px;
    font-family: Manrope, sans-serif;
    font-weight: 600;
}

.home-slider-area__bottom-area__itmes .items-right-content .paragraph p {
    color: #181818;
    font-size: 14px;
    line-height: 30px;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    margin: 0;
}

.home-slider-area .carousel-dots-area .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}

.home-slider-area .carousel-dots-area .carousel-dots {
    position: absolute;
    /* top: 60%; */
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*---Slick Arrow Start---*/
    /*---// Slick Arrow End---*/
    /*---Slick Dots Start---*/
    /*---Slick Dots End---*/
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-next {
    position: absolute;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-next::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    line-height: 10px;
    border-radius: 50%;
    background-color: var(--main-color-one);
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-next:hover::after {
    visibility: visible;
    opacity: 1;
    display: block;
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-prev {
    position: relative;
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-prev::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    line-height: 10px;
    border-radius: 50%;
    background-color: var(--main-color-one);
    top: -1px;
    z-index: -1;
    left: 9px;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-prev:hover::before {
    visibility: visible;
    opacity: 1;
    display: block;
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-arrow {
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-dots {
    padding: 0;
    margin: 0;
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-dots li {
    border: 1px solid #fff;
    color: transparent;
    width: 18px;
    height: 18px;
    line-height: 15px;
    border-radius: 50%;
    list-style-position: inside;
    text-align: center;
    padding: 0 5px;
    margin: 30px 10px;
    cursor: pointer;
    position: relative;
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-dots li button {
    display: none;
}

.home-slider-area .carousel-dots-area .carousel-dots .slick-dots li.slick-active {
    color: var(--main-color-one);
}

.main-btn {
    background-color: #5d688a;
    /* border-radius: 50px !important; */
}

/* ================NEw Section Start here====================== */
:root {
    /* --main-color-one: #fb0937; */
    --main-color-one: #f7a5a5;
    --menu-font: "Poppins", sans-serif;
    --heading-font: "Montserrat", sans-serif;
    --body-font: "Montserrat", sans-serif;
    --slider-heading-regular-font: "gilroy-regular";
    --slider-heading-medium-font: "gilroy-medium";
    --slider-heading-bold-font: "gilroy-bold";
    --paragraph-color: #181818;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.our-process-section__work-items {
    padding-right: 0;
}

.padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.our-process-section {
    background-color: #181818;
    /*---Style 02 End---*/
}

.our-process-section.style-02 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    /* min-height: 900px; */
}

.our-process-section.style-02 .section-title .title {
    color: #181818;
}

.our-process-section.style-02 .section-title .title::before {
    background-color: #181818;
}

.our-process-section.style-02 .section-title .title::after {
    background-color: #181818;
}

.our-process-section.style-02 .our-process-section__work-items .items-number {
    color: #b9c7d3;
    text-shadow: 0 2px 6px rgba(10, 14, 20, 0.2);
}

.our-process-section.style-02 .our-process-section__work-items .work-tiems-inner .items-title {
    color: #ffffff;
}

.our-process-section.style-02 .our-process-section__work-items .work-tiems-inner p {
    color: #ffffff;
    line-height: 24px;
}

.our-process-section .section-title-wrap {
    width: 100%;
}

.our-process-section__work-items {
    z-index: 2;
    position: relative;
}

.our-process-section__work-items:hover .items-number {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.our-process-section__work-items .items-number {
    color: rgba(255, 255, 255, 0.2);
    font-size: 100px;
    line-height: 120px;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    -webkit-transform: translateY(32%);
    -ms-transform: translateY(32%);
    transform: translateY(32%);
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.our-process-section__work-items .work-tiems-inner .items-title {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-family: Manrope, sans-serif;
    font-weight: 600;
    margin: 0;
}

.our-process-section__work-items .work-tiems-inner p {
    color: #d1d1d1;
    font-size: 15px;
    line-height: 30px;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.section-title .title {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-family: Manrope, sans-serif;
    letter-spacing: 4px;
    position: relative;
    z-index: 0;
    padding-left: 30px;
    text-transform: capitalize;
    margin: 0;
}

.section-title .title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    z-index: 1;
    width: 20px;
    height: 1px;
}

.section-title .title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    z-index: 1;
    width: 20px;
    height: 1px;
}

.section-title .title.both-line::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
    width: 20px;
    height: 1px;
}

.section-title .heading-02 {
    font-size: 50px;
    font-family: Manrope, sans-serif;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    color: #181818;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-110 {
    padding-top: 110px;
}

.our-process-section__work-items .work-tiems-inner .items-title {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    margin: 0;
}

/* .our-process-section {
  position: relative;
}

.img-bg {
  position: absolute;
  content: "";
  background: url("./_images/bg-services.png") center center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
} */

.our-process-section {
    background: rgb(213, 57, 115);
    background: linear-gradient(0deg,
            rgb(247 165 165) 0%,
            rgba(255, 255, 255, 1) 100%);
}

/* image gallery  */
.item img {
    border-radius: 15px;
}

.owl-carousel .owl-nav {
    display: none;
}

#nutrition-yoga-container {
    /* background-color: red; */
    display: flex;
    gap: 20px;
    /* align-items: center; */
    align-items: stretch;
    /* width: 100%; */
}

#nutrition-yoga-img-container {
    width: 50%;
}

#nutrition-yoga-img-container img {
    width: 100%;
}

#nutrition-yoga-content-container {
    width: 50%;
    padding: 40px;
    background-color: #ffc5e5;
}

@media screen and (max-width: 1024px) {
    #nutrition-yoga-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #nutrition-yoga-img-container {
        width: 70%;
    }

    #nutrition-yoga-content-container {
        width: 100%;
        padding: 40px;
        background-color: #ffc5e5;
    }
}

@media screen and (max-width: 787px) {
    #nutrition-yoga-img-container {
        width: 100%;
    }

    #nutrition-yoga-content-container {
        padding: 20px;
    }
}

@media screen and (max-width: 375px) {
    #nutrition-yoga-container {
        padding: 0 !important;
    }
}

.home-blog-card-img-container {
    /* border: 1px solid #969696 !important; */
    /* border-bottom: none !important; */
    width: 100%;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}

/* .home-blog-card-img-container:hover img {
  transform: scale(1.1);
} */
.home-blog-card-img-container img {
    width: 100%;
    transition: all 0.5s;
}

.home-blog-card:hover .home-blog-card-img-container img {
    transform: scale(1.1);
}

.home-blog-card-content {
    /* border: 1px solid #969696; */
}

.home-blog-card-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
}

.home-blog-card:hover .home-blog-card-content .home-blog-card-heading {
    color: #f7a5a5;
}

.home-blog-card-info {
    color: #969696;
}

.home-blog-card-read-more-btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 10px 30px 10px 30px;
    border-radius: 4px;
    background-color: #f7a5a5;
    color: #ffffff;
    /* margin-top: 20px; */
    font-weight: 700;
}

.home-blog-card-read-more-btn:hover {
    color: #fff;
}

.blog-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-section {
    padding: 60px 0;
}

.blog-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0b1c4e;
    /* dark blue */
    line-height: 1.4;
}

.blog-section h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3.5px;
    background: #0b1c4e;
    margin: 12px auto 0;
    border-radius: 2px;
}

.blog-section .highlight {
    color: #f7a5a5;
    /* Pink highlight */
}

.blog-card img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.blog-card h5 {
    margin-top: 15px;
    font-size: 1.29rem;
    font-weight: bold;
    color: #1a237e;
}

.blog-card-title-text {
    margin-block: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #1a237e;
}

.blog-card a.read-more {
    color: #f7a5a5;
    font-weight: 600;
    text-decoration: none;
}

.blog-card a.read-more:hover {
    text-decoration: underline;
}

.read-more .arrow {
    font-size: 1.3rem;
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hover effect (arrow thoda move karega) */
.read-more:hover .arrow {
    transform: translateX(3px) translateY(-3px);
}

.btn-custom {
    background-color: #f7a5a5;
    color: #fff;
    border-radius: 10px;
    padding: 8px 20px;
    font-weight: 500;
    border: none;
}

.btn-custom:hover {
    background-color: #fa9595;
    color: #fff;
}

.btn-custom .arrow {
    font-size: 1.3rem;
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hover effect (arrow thoda move karega) */
.btn-custom:hover .arrow {
    transform: translateX(3px) translateY(-3px);
}

.about-head {
    color: #0b1c4e;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 2rem;
}

.about-head::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #0b1c4e;
    margin-top: 12px;
    border-radius: 2px;
    position: absolute;
}

.blue-title {
    color: #0b1c4e !important;
}

/* Faq */
.faq-subtitle {
    font-size: 18px;
    color: #0b1c4e;
    font-weight: 800;
    text-transform: uppercase;
    width: 94px;
    /* padding-left: 10px; */
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.faq-subtitle::after {
    content: "";
    display: block;
    width: 70px;
    height: 3.5px;
    background: #0b1c4e;
    margin-top: 12px;
    border-radius: 2px;
}

.home-faq-subtitle {
    font-size: 28px;
    color: #0b1c4e;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 auto 28px;
    width: 94px;
    padding-left: 10px;
    border-radius: 10px;
    /* background-color: #d5d5d55e; */
    border: 2px solid #ffffff;
}

.home-faq-subtitle::after {
    content: "";
    display: block;
    width: 70px;
    height: 3.5px;
    background: #0b1c4e;
    margin-top: 12px;
    border-radius: 2px;
}

.faq-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #0b1c4e;
    margin-bottom: 2rem;
}

/* .faq-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 3.5px;
    background: #0b1c4e;
    margin-top: 12px;
    border-radius: 2px;
} */

.faq-title .highlight {
    color: #f7a5a5;
}

.faq-desc {
    color: #6c757d;
    font-size: 0.95rem;
}

/* FAQ Right Side */
.faq-card {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.faq-card .card-header {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #eee;
    cursor: pointer;
}

.faq-card.active .card-header {
    background: #f7a5a5;
    color: #fff;
}

.faq-card .card-body {
    padding: 15px 20px;
    background: #fff;
    font-size: 0.95rem;
    color: #555;
}

.close-btn {
    float: right;
    background: none;
    border: none;
    font-size: 20px;
    color: #030303;
}

.contact-box {
    border-radius: 12px;
    overflow: hidden;
    max-width: 600px;
}

.contact-header {
    background: #f8a0a0;
    color: #0b1c4e;
    font-weight: 800;
    padding: 12px 20px;
    font-size: 1rem;
}

.contact-body {
    background: #0b1c4e;
    /* Blue */
    color: #fff;
    padding: 15px 20px;
    display: flex;
}

.contact-body i {
    font-size: 18px;
}

.contact-body span {
    font-size: 0.95rem;
    font-weight: 500;
}

.faq-10 a {
    color: #0b1c4e;
}

.info-section {
    background: linear-gradient(to bottom, #f8a0a0, #fff);
    /* padding: 70px 0; */
}

.info-pera {
    color: #0b1c4e;
    font-size: 1rem;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* width: 94px;
    padding-left: 10px;
    border-radius: 10px;
    background-color: #f7a5a55e;
    border: 2px solid #ffffff; */
}

/* Title */
.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0b1c4e;
    margin-bottom: 2rem;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #0b1c4e;
    margin: 12px auto 0;
    border-radius: 2px;
}

/* Horizontal Card */
.h-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.h-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8px;
    background: #f8a0a0;
    border-radius: 16px 0 0 16px;
    /* transition:all 0.9s cubic-bezier(0.96, 0.46, 0, 0.56); */
    transition: all 0.9s ease-in-out;
}

.h-card:hover::before {
    width: 100%;
    opacity: 0.1;
}

/* Hover effect */
.h-card:hover {
    transform: translateX(8px);
    box-shadow: 0 12px 24px rgba(11, 28, 78, 0.2);
}

/* Icon */
.h-card-icon {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    background: #0b1c4e;
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.4s ease;
}

.h-card:hover .h-card-icon {
    background: #f8a0a0;
    color: #0b1c4e;
    transform: rotate(12deg) scale(1.1);
}

/* Content */
.h-card-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0b1c4e;
    margin-bottom: 10px;
}

.h-card-content p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
}

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

.card-text {
    font-size: 13px;
}

.card-text-star {
    color: #fb8e28;
    font-size: 20px;
}

.card-text-review-extra {
    height: 120px;
    overflow: auto;
    padding-right: 5px;
}

.google-svg {
    height: 18px;
    width: 18px;
}

#accordionExample .btn {
    display: block;
    text-align: left !important;
    font-size: 18px;
    font-weight: 700;
    color: #0b1c4e;
    background-color: #f7a5a5;
}

.services-section {
    background: linear-gradient(to bottom, #fff, #f8a0a0);
    position: relative;
    /* min-height: 100vh; */
    padding: 0;
}

/* .services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
} */

.container-fluid {
    position: relative;
    z-index: 2;
}

/* Image Styling */
.image-container {
    max-width: 500px;
    margin: 0 auto;
}

.family-image {
    width: 100%;
    height: auto;
    border-radius: 10px !important;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important; */
    transition: all 0.4s ease;
}

.family-image:hover {
    transform: scale(1.03) translateY(-2px);
    /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4) !important; */
}

/* Content Wrapper */
.content-wrapper {
    max-width: 600px;
}

/* Main Title */
.main-title {
    color: #0b1c4e;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 3rem;
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); */
    letter-spacing: -0.5px;
}

.main-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #0b1c4e;
    margin: 12px auto 0;
    border-radius: 2px;
    position: absolute;
}

/* Services List */
/* .services-list {
    margin-bottom: 3rem;
} */

.service-item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-item:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateX(15px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: #0b1c4e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
}

.service-icon i {
    font-size: 28px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.service-item:hover .service-icon {
    background: #0b1c4e;
    transform: scale(1.1) rotate(5deg);
    border-color: rgba(255, 255, 255, 0.6);
}

.service-content {
    flex: 1;
}

.service-title {
    color: #0b1c4e;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); */
    line-height: 1.4;
}

/* Button Styling */
.button-container {
    text-align: left;
}

.appointment-btn {
    display: inline-block;
    background: #0b1c4e;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 10px 13px;
    border: 3px solid #0b1c4e;
    border-radius: 10px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
}

.appointment-btn:hover {
    background: #0b1c4e;
    color: #f7a5a5;
    transform: translateY(-3px) scale(1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    text-shadow: none;
    border-color: #0b1c4e;
}

/* Make sure text is always visible */
.animate-fade-in,
.animate-slide-left,
.animate-slide-right {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .main-title {
        font-size: 2.8rem;
        text-align: center;
        margin-bottom: 2.5rem;
    }

    .content-wrapper {
        text-align: center;
    }

    .button-container {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 40px 0;
    }

    .main-title {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }

    .service-item {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .service-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .service-title {
        font-size: 1.2rem;
    }

    .appointment-btn {
        font-size: 1rem;
        padding: 15px 35px;
    }
}

@media (max-width: 576px) {
    .main-title {
        font-size: 1.9rem;
    }

    .service-title {
        font-size: 1.1rem;
    }

    .appointment-btn {
        font-size: 0.9rem;
        padding: 12px 30px;
        letter-spacing: 1px;
    }

    .service-item {
        padding: 25px 15px;
        margin-bottom: 15px;
    }
}

/* Focus States */
.appointment-btn:focus {
    outline: 3px solid rgba(255, 255, 255, 0.6);
    outline-offset: 3px;
}

.service-item:focus-within {
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
}

.fertility-services-section {
    padding: 4rem 1rem;
    background: #f8a0a0;
    text-align: center;
}

.fertility-heading p {
    font-size: 1rem;
    color: #0b1c4e;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    /* background-color: #f0f0f0; */
    /* background-color:#ffffff26; */
    /* background-color: rgba(255, 255, 255, 0.15); */
    background-color: #d5d5d55e;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 0.5rem;
}

.global-subtitle {
    font-size: 1rem;
    color: #0b1c4e;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    /* background-color: #f0f0f0; */
    /* background-color:#ffffff26; */
    background-color: #d5d5d55e;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    /* margin: auto; */
}

.global-subtitle-center {
    font-size: 1rem;
    color: #0b1c4e;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    /* background-color: #f0f0f0; */
    /* background-color:#ffffff26; */
    background-color: #d5d5d55e;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 0.5rem;
}

.fertility-heading h2 {
    color: #0b1c4e;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2rem;
    /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); */
    letter-spacing: -0.5px;
}

.fertility-heading h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3.5px;
    background: #0b1c4e;
    margin: 12px auto 0;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .fertility-heading h2 {
        font-size: 2rem;
    }
}

.fertility-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.fertility-service-card {
    background: linear-gradient(145deg, #ffffff, #f9fafc);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}

.fertility-service-card:hover {
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 5px 20px gray;
}

.fertility-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.fertility-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.fertility-service-card:hover .fertility-card-image img {
    transform: scale(1.1);
}

.fertility-card-body {
    padding: 1.8rem;
    text-align: center;
}

.fertility-card-body h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.8rem;
}

.fertility-card-body p {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}

.fertility-btn {
    display: inline-block;
    padding: 0.6rem 1.4rem;
    /* background: linear-gradient(90deg, #f97316, #fb923c); */
    background-color: #0b1c4e;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    /* box-shadow: 0 5px 15px rgb(248 160 160); */
}

.fertility-btn:hover {
    /* box-shadow: 0 8px 20px rgba(249, 115, 22, 0.5); */
    background-color: #f8a0a0;
    color: white;
}

/* Section and grid layout */
.custom-hover-cards-section {
    padding: 80px;
    background-color: #f8a0a0;
}

.custom-hover-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Card */
.custom-hover-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    height: 400px;
    /* FIXED HEIGHT */
}

.custom-hover-card-media {
    position: relative;
    height: 100%;
    width: 100%;
}

.custom-hover-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Keeps proportions while filling card */
    display: block;
}

/* Overlay */
.custom-hover-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 60%, transparent);
    transform: translateY(calc(100% - 70px));
    transition: transform 0.4s ease;
}

/* .custom-hover-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.3) 70%,
        rgba(0, 0, 0, 0) 100%);
    transform: translateY(calc(100% - 70px));
    transition: transform 0.4s ease;
} */


.custom-hover-card-title {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

/* Hidden content */
.custom-hover-card-desc,
.custom-hover-card-btn {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
    color: white;
}

.custom-hover-card-desc {
    margin: 10px 0;
    font-size: 0.95rem;
    line-height: 1.4;
}

.custom-hover-card-btn {
    display: inline-block;
    /* padding: 8px 14px; */
    /* border: 2px solid #fff; */
    /* border-radius: 6px; */
    color: gray;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Hover */
.custom-hover-card:hover .custom-hover-card-overlay {
    transform: translateY(0);
    /* box-shadow: 0 6px 20px; */
}

.custom-hover-card:hover .custom-hover-card-desc,
.custom-hover-card:hover .custom-hover-card-btn {
    opacity: 1;
    transform: translateY(0);
    color: white;
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); */
}

.custom-hover-card-btn:hover {
    background: gray;
    color: wheat;
    /* padding: 5px 5px;
  border: 1px solid gray;
 border-radius: 5px; */
}

/* Responsive */
@media (max-width: 1024px) {
    .custom-hover-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 768px) {
    .custom-hover-cards-grid {
        grid-template-columns: 1fr;
    }
}

.top-section {
    /* background: linear-gradient(135deg, #0b1c4e, #14275c); */
    /* color: #0b1c4e; */
    text-align: center;
    padding: 80px 20px;
    position: relative;
    padding-bottom: 0px;
}

.top-section h2 {
    color: #0b1c4e;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.top-section h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #0b1c4e;
    margin: 12px auto 0;
    border-radius: 2px;
}

.top-section p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

.curve {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.curve svg {
    display: block;
    width: 100%;
    height: 150px;
}

.bottom-section {
    background: linear-gradient(180deg, #f7a5a5, #f8a0a0);
    text-align: center;
    padding: 0px 20px 80px;
    color: #0b1c4e;
}

.cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.card-who {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-who:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-who img {
    width: 60px;
    margin-bottom: 15px;
}

.card-who h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.card-who p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Doctor Section */
.doctor-section {
    padding: 0px 0 80px;
    /* margin-top: 80px; */
    background-color: #fefefe;
    /* background-image: url("images/world-map-3.png"); */
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 38%;
    background: linear-gradient(to bottom, #f8a0a0, #fff);
}

/* Container */
.doctor-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Row */
.doctor-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Left Side Image */
.doctor-image {
    flex: 1 1 50%;
    margin-top: 20px;
}

.doctor-image img {
    /* width: 100%; */
    border-radius: 8px;
}

/* Right Side Content */
.doctor-content {
    flex: 1 1 50%;
    margin-top: 20px;
    text-align: start;
    padding-left: 30px;
}

/* Headings */
.doctor-heading {
    color: #0b1c4e;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.doctor-heading::after {
    content: "";
    display: block;
    width: 70px;
    height: 2.8px;
    background: #0b1c4e;
    margin-top: 12px;
    border-radius: 2px;
}

.doctor-subheading {
    font-size: 18px;
    font-weight: 600;
    color: #0b1c4e;
    margin-bottom: 15px;
}

/* Description */
.doctor-description {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

/* Quote */
/* .doctor-quote {
    padding: 15px 20px;
    margin: 20px auto 30px;
    border-left: 4px solid #f7a5a5;
    background: #fff7f7;
    font-style: italic;
    font-size: 15px;
    max-width: 80%;
} */

/* Doctor Name */
.doctor-name {
    font-size: 16px;
    font-weight: bold;
    color: #0b1c4e;
}

/* Section Styling */
.chooseus-section {
    padding: 80px 20px;
    background: #fefefe;
    text-align: center;
}

.chooseus-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #0b1c4e;
    position: relative;
}

.chooseus-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #0b1c4e;
    margin: 12px auto 0;
    border-radius: 2px;
}

/* Grid Layout */
.chooseus-container {
    max-width: 1200px;
    margin: auto;
}


.chooseus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Items */
.chooseus-item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.chooseus-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    border-color: #f7a5a5;
}

/* Icons */
.chooseus-icon {
    font-size: 40px;
    color: #0b1c4e;
    margin-bottom: 15px;
    transition: 0.3s;
}

.chooseus-item:hover .chooseus-icon {
    color: #f7a5a5;
    transform: scale(1.2);
}

/* Headings & Text */
.chooseus-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0b1c4e;
}

.chooseus-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Section Base */
.aboutus-alt-section {
    padding: 20px 20px 40px;
    /* background: #f9f9ff; */
    position: relative;
    overflow: hidden;
    background: linear-gradient(to top, #f8a0a0, #fff);
}

.aboutus-alt-container {
    max-width: 1100px;
    margin: auto;
}

.aboutus-alt-title {
    color: #0b1c4e;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
    text-align: center;
}

.aboutus-alt-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #0b1c4e;
    margin: 12px auto 0;
    border-radius: 2px;
}

.aboutus-alt-intro {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    max-width: 850px;
    margin: 0 auto;
}

/* Timeline Style */
.aboutus-alt-timeline {
    position: relative;
    padding: 20px 0;
}

.aboutus-alt-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #0b1c4e5e;
    transform: translateX(-50%);
}

/* Timeline Items */
.aboutus-alt-item {
    position: relative;
    width: 50%;
    padding: 20px 30px;
}

.aboutus-alt-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.aboutus-alt-item:nth-child(even) {
    left: 50%;
}

.aboutus-alt-content {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    border: 1px solid #eee;
    position: relative;
}

.aboutus-alt-item:nth-child(odd) .aboutus-alt-content {
    margin-right: 25px;
}

.aboutus-alt-item:nth-child(even) .aboutus-alt-content {
    margin-left: 25px;
}

.aboutus-alt-content:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    border-color: #f7a5a5;
}

/* Dots on Timeline */
.aboutus-alt-content::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #f7a5a5;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgb(11 28 95 / 72%);
}

.aboutus-alt-item:nth-child(odd) .aboutus-alt-content::before {
    right: -38px;
}

.aboutus-alt-item:nth-child(even) .aboutus-alt-content::before {
    left: -38px;
}

/* Headings & Paragraphs */
.aboutus-alt-content h3 {
    font-size: 20px;
    color: #0b1c4e;
    margin-bottom: 10px;
    font-weight: 600;
}

.aboutus-alt-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {

    .aboutus-alt-item,
    .aboutus-alt-item:nth-child(even),
    .aboutus-alt-item:nth-child(odd) {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 50px;
    }

    .aboutus-alt-timeline::before {
        left: 20px;
    }

    .aboutus-alt-content::before {
        left: -38px;
        right: auto;
    }
}


.custom-line-height {
    line-height: 1.7em !important;
}

.main-pink-gradient {
    background: linear-gradient(to bottom,
            #ffffff 0%,
            #f8a0a0 40%,
            #f8a0a0 60%,
            #ffffff 100%);

}