@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #777;
}

/* header scrool */

.header.on-scroll {
    display: block;
    background-color: #fff;
    position: fixed !important;
    z-index: 10;
    animation: smoothScroll 1s;
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
    background-color: #fff;
    z-index: 10;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

section {
    position: relative;
    overflow: hidden;
}

.btn-primary:focus {
    box-shadow: unset;
}

.btn:focus {
    box-shadow: unset;
}

.btn-primary:active:focus {
    box-shadow: unset;
}

.header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 8px 10px;
    text-transform: uppercase;
    color: #474747;
    transition: all 1s ease-in;
}

.header .navbar-light .navbar-nav .nav-link:hover {
    color: #e16389;
    transition: all 1s ease-in;
}

.logo {
    display: flex;
    align-items: center;
    height: auto;
}

.logo img {
    width: 100px;
}

.logo h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #e97195;
    font-weight: bold;
}

.footer_logo .logo h1 {
    color: #fff;
    font-size: 24px;
}

.footer_logo .logo {
    width: 85%;
    flex-flow: column;
}

.footer_logo p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.menu-item {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    position: relative;
}

.call-link {
    display: flex;
    font-size: 16px;
    color: #e97195;
    padding: 8px 12px;
    align-items: center;
}

.call-link .icon1 {
    margin: 0 5px;
    border-radius: 100%;
    padding: 0.25rem;
    font-size: 18px;
    color: #fafafa;
    background-color: #e97195;
}

.call-link .number {
    font-size: 16px;
    color: #e97195;
}

.separator-h {
    margin-left: 0.75rem;
    height: 25px;
    width: 1px;
    background-color: #d0d0d0;
    display: block;
    position: relative;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.menu-item .btn {
    font-size: 16px;
    padding: 9.6px 28px;
}

.menu-item .btn-primary {
    background-color: #e97195;
    border-color: #e97195;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.menu-item .btn-primary::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #e97195;
    transform: scale(0);
    opacity: 0;
}

.menu-item .btn-primary:hover::before {
    transform: scale(1);
    opacity: 1;
    border: 1px solid #b13f61;
    background: #b13f61;
    border-radius: 50rem !important;
}

.header .menu_cstm {
    margin-left: 2.0rem;
}

.slider_img_wepper {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 86vh;
}

.slider_img_wepper::before {
    box-shadow: 0 0 65rem 17rem #fff;
    -webkit-box-shadow: 0 0 65rem 17rem #fff;
    -moz-box-shadow: 0 0 65rem 17rem #fff;
    content: "";
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 100%;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 0 31rem 17rem #fff;
}

.banner_wepper .item {
    background-image: url(../images/slider1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.slider_content_wepper {
    position: relative;
    z-index: 5;
}

.slider_content_wepper h1 {
    font-size: 40px;
    margin: 0 0 8px;
    color: #e97195;
    position: relative;
    z-index: 5;
    font-weight: 300;
    line-height: 1.2;
}

.slider_content_wepper hr {
    opacity: 1;
}

.slider_content_wepper p {
    font-size: 20px;
    margin-bottom: 1rem;
}

.book {
    background-color: #e97195;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 12px;
    line-height: 2;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.book::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #e97195;
    transform: scale(0);
    opacity: 0;
}

.book a {
    color: #fff;
}

.book:hover::before {
    transform: scale(1);
    opacity: 1;
    border: 2px solid #e97195;
    background: #b13f61;
    border-radius: 12px;
}

.banner_wepper {
    position: relative;
}

.banner.owl-theme .owl-nav {
    width: 100%;
    margin: 0;
}

.banner.owl-carousel .owl-nav button.owl-next,
.banner.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    font-size: 25px;
    background-color: #fafafa;
    color: rgb(27, 27, 27);
    text-align: center;
    font-weight: 100;
    width: 50px;
    height: 50px;
    line-height: 37px;
    margin: 0;
    outline: none;
    border-radius: 100%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .18);
}

.banner.owl-theme .owl-dots .owl-dot.active span {
    background-color: #e97195;
}

.icon_page .owl-theme .owl-dots .owl-dot.active span {
    background-color: #e97195;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.testimonials_bg .owl-theme .owl-dots .owl-dot.active span {
    background-color: #e97195;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.testimonials_bg .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.icon_page .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.banner.owl-theme .owl-dots .owl-dot span {
    background-color: #00000085;
}

.icon_page .owl-theme .owl-dots .owl-dot span {
    background-color: #00000085;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.banner .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1rem;
}

.banner.owl-carousel .owl-nav button.owl-next span,
.banner.owl-carousel .owl-nav button.owl-prev span {
    position: absolute;
    top: 45%;
    line-height: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.banner.owl-carousel .owl-nav button.owl-next i {
    font-size: 22px;
    color: #e97195;
}

.banner.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.banner.owl-carousel .owl-nav button.owl-prev i {
    font-size: 22px;
    color: #e97195;
}

.banner.owl-theme .owl-nav [class*="owl-"]:hover {
    color: rgb(27, 27, 27);
    background-color: #fff;
}

.icon_page {
    padding: 4rem 0;
}

.all_space_same {
    padding: 4rem 0;
}

.servise-item {
    display: flex;
    text-align: center;
    padding-right: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
}

.servise-item .item-image {
    margin-bottom: 1rem !important;
    margin: auto;
    max-height: 70px;
    width: unset !important;
}

.servise-item h5 {
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #e97195;
}

.rounded {
    border-radius: 1rem !important;
}

.shadow-lg {
    box-shadow: 0 .5rem 2.5rem rgba(179, 121, 120, .25) !important;
}

.about_hedding h2 {
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
    color: #e97195;
}

.service-mainbox img {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain;
}

.rounded-circle {
    border-radius: 50%;
}

.about_strong strong {
    color: #e97195;
}

.about_strong p {
    margin-bottom: 1rem;
}

.hedding_wepper h2 {
    font-size: 2rem;
    text-align: center;
    color: #e97195;
    margin-bottom: 0;
    padding: 30px 0;
}

.custm_card h6 {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1.2;
}

.custm_card a {
    color: #e97195;
}

.service_page h6 {
    color: #e16389;
}

.custm_card p {
    font-size: 14px;
}

.bg_color {
    background-color: #fafafa;
}

.bg_color .nav-pills .nav-link.active {
    color: #fff;
    background-color: #e97195;
    margin-right: 15px;
}

.bg_color .nav-pills .nav-link {
    color: #e97195;
    background: #fff;
    margin-right: 15px;
    transition: all 1s ease-in-out;
}

.bg_color .nav-pills .nav-link:hover {
    transition: all 1s ease-in-out;
    background-color: #e97195;
    color: #fff;
}

.bg_color .nav {
    display: grid !important;
    grid-gap: 1rem !important;
}

.bg_color .nav {
    grid-template-columns: repeat(4, 1fr) !important;
}

.custm_bg {
    background-color: #fff;
}

.custm_bg h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    color: #e97195;
}

.img_weeper {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.img_weeper img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonials_bg {
    background-image: url(../images/testimonial_patreon.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.content_testimonials {
    width: 50%;
    margin: auto;
    text-align: center;
}

.content_testimonials p {
    margin-bottom: 1rem;
}

.content_testimonials h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #e97195;
}

.content_testimonials h5 {
    font-size: 16px;
    font-weight: 400;
    color: #e97195;
}

.content_testimonials img {
    width: 1rem;
    height: 1rem;
    margin: auto;
}

.testimonials_bg .owl-theme .owl-nav {
    width: 100%;
    margin: 0;
}

.testimonials_bg .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.testimonials_bg .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.testimonials_bg .owl-carousel .owl-nav button.owl-next,
.testimonials_bg .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 25%;
    text-align: center;
    font-weight: 100;
    margin: 0;
}

.testimonials_bg .owl-carousel .owl-nav button.owl-prev i {
    font-size: 40px;
    color: #e97195;
}

.testimonials_bg .owl-carousel .owl-nav button.owl-next i {
    font-size: 40px;
    color: #e97195;
}

.testimonials_bg .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: unset;
}

.footer {
    font-weight: 200;
    padding-top: 20px;
    color: rgba(250, 250, 250, .65);
    font-size: 16px;
    background-color: #e97195;
}

.footer_logo img {
    width: 100px;
}

.footer_logo a {
    text-decoration: none;
    transform: translateX(0);
    color: #fff;
    transition: all .18s ease-in-out;
}

.footer_hedding h4 {
    font-size: 28px;
    margin-bottom: 1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #fafafa;
    margin-top: 14px;
}

.table {
    color: #fafafa;
}

.footer table>:not(caption)>*>* {
    border-color: rgba(250, 250, 250, .25);
}

.footer_hedding ul li {
    margin-bottom: 10px;
    font-weight: 400;
}

.footer_hedding ul li a {
    text-decoration: none;
    transform: translateX(0);
    color: #fff;
    transition: all .18s ease-in-out;
    display: block;
}

.footer_hedding a:hover {
    color: #fff;
    transform: translateX(10px) !important;
}

.footer_hedding ul li a i {
    margin-right: 9px;
    font-size: 14px;
}

.social-list {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.social-list li {
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.social-list .social-button.light {
    background-color: #fafafa;
    box-shadow: 0 4px 22px rgba(0, 0, 0, .12);
}

.social-list .social-button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .15s ease-in-out;
}

.social-list .social-button i {
    font-size: 17px;
    color: #e97195;
    margin: 0;
}

.footer .copyright {
    padding: 20px 0;
    background: #e16389;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.copyright a {
    color: #fafafa;
}

.form-title p {
    margin: 7px 0 10px;
    color: #1c1c1c;
}

.form-title p:first-child {
    margin-top: 0;
}

.from-box input,
.from-box select {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    transition: .5s;
    border: 0;
    padding: 7px 15px;
    display: block;
    width: 100%;
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    height: 48px;
    margin: 0;
}

.custm_model input:focus,
.custm_model select:focus,
.custm_model button:focus {
    outline-color: transparent;
    box-shadow: 0 0 0 0.2rem #e97195;
    border-color: transparent;
}

.custm_model .menu-item {
    display: block;
    margin: 40px 0;
}

.appointments_img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ul_wrap ul li {
    list-style: inherit;
    font-size: 20px;
    margin-left: 22px;
    border-bottom: 1px solid #d3d1d1;
    padding: 5px;
}

.ul_wrap ul {
    padding-left: 0;
    line-height: 25px;
    list-style-image: url(../images/tick-mark-icon.svg);
}

.ul_wrap ul li span {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.slider_about h3 {
    font-size: 16px;
    color: #e97195;
    text-align: center;
}

.slider_about .item {
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
}

.slider_about .nav-tabs .nav-link {
    border-radius: unset;
}

.slider_about .nav-tabs .nav-link.active {
    background: #e97195;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all 1s ease-in-out;
}

.slider_about .nav-tabs {
    border: unset;
}

.slider_about .nav-tabs .nav-link .active,
.slider_about .nav-tabs .nav-link:hover {
    background: #e97195;
    color: #fff;
    transition: all 1s ease-in-out;
}

.slider_about .nav-tabs .nav-link {
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 2px solid #e97195;
    margin-left: 5px;
    color: #000;
    transition: all 1ms ease-in-out;
}

.bg_sec {
    padding-top: 120px;
    padding-bottom: 20px;
    background: #e97195;
    background-image: url(../images/bg_overleay.png);
    color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.areyou_wepper_hedding {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.areyou_wepper_hedding h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Quicksand', sans-serif;
}

.areyou_wepper_hedding1 h5 {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 35px;
}

.areyou_wepper_hedding1 p {
    font-family: Open Sans, sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    width: 75%;
    font-weight: 300;
}

.border_bootem {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    margin: 0 0 50px;
    padding: 0 0 40px;
    height: 250px;
}

.icon-wrapper img {
    max-width: 100%;
    height: auto;
    display: inherit;
}

.find_program_wepper {
    position: relative;
}

#toTop {
    position: fixed;
    /* display: none; */
    text-decoration: none;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url(../images/totop.png) no-repeat left top;
    z-index: 999;
    opacity: 0.8;
    text-indent: -9999px;
}

#toTop:after {
    content: "";
    background-image: url(../images/totop_after.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    margin: auto;
    width: 36px;
    height: 36px;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.adders_main li {
    display: flex;
    align-items: center;
    transition: all .5s ease;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.adders_main li span {
    font-size: 18px;
    margin-right: 12px;
    color: #fff;
    line-height: 10px;
}

.appointment_footer {
    color: #fff;
    cursor: pointer;
}

#pageloader {
    background: #FFF;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

#response {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

.viewport_more_wepper .menu-item {
    width: 20%;
    margin: auto;
    padding-top: 4rem;
}

.about_bg {
    background: url(../images/breadcrumb1.jpg) 50% 0px no-repeat;
    padding-top: 100px;
    position: relative;
    width: 100%;
    padding: 130px 0px 45px;
    clear: both;
}

.about_bg::before {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-title-section {
    position: relative;
}

.main-title-section h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
    word-break: break-word;
    font-family: 'Quicksand', sans-serif;
}

.breadcrumb {
    position: relative;
    font-size: 16px;
    align-items: baseline;
}

.breadcrumb a {
    color: #000000;
}

.breadcrumb .fa.default {
    display: inline-block;
    height: 14px;
    width: 1px;
    -webkit-transform: rotate(30deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(30deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(30deg);
    transform-origin: 0 0;
    transform: rotate(30deg);
    background: #000000;
    top: 3px;
    position: relative;
    margin: 0px 5px 0px 10px;
}

.breadcrumb span.current {
    color: rgba(0, 0, 0, 0.5);
}

.wpb_wrapper {
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 10px;
    transform: translateY(0);
    transition: all 1s ease-in-out;
}

.wpb_wrapper:hover {
    transform: translateY(-20px);
    transition: all 1s ease-in-out;
}

.icon-wrapper {
    float: none;
    margin: 0px 0px 10px 0px;
    display: block;
}

.wpb_column img {
    max-width: 100%;
    height: auto;
    display: inherit;
}

.icon-content h4 {
    font-size: 22px !important;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: Quicksand, sans-serif;
}

.icon-content h4 a {
    color: #e97195;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-content h4 a:hover {
    color: #71cd9d;
}

.icon-content p {
    margin: 20px 0px 0px;
    font-family: Open Sans, sans-serif;
    color: #323232;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.wpb_wrapper .icon-wrapper img {
    margin: auto;
}

.dt-sc-counter.dt-sc-rounded-box {
    background-repeat: no-repeat;
    background-position: 70px 150px;
    position: relative;
}

.dt-sc-counter.dt-sc-rounded-box {
    background-color: #e97195;
}

.dt-sc-counter.dt-sc-rounded-box:hover {
    background-color: #71cd9d;
}

.dt-sc-counter.dt-sc-rounded-box:hover {
    background-position: 0px 100px;
}

.dt-sc-counter.dt-sc-rounded-box {
    background-repeat: no-repeat;
    background-position: 70px 150px;
    position: relative;
}

.dt-sc-counter.dt-sc-rounded-box {
    margin: 0;
    padding: 10% 0 10%;
    border: 0;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #FFF;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dt-sc-counter.dt-sc-rounded-box .icon-wrapper {
    padding-bottom: 5px;
    margin-bottom: 0;
}

.dt-sc-counter.dt-sc-rounded-box .dt-sc-counter-number {
    margin-bottom: 12px;
}

.dt-sc-counter.dt-sc-rounded-box .dt-sc-counter-number {
    font-size: 50px;
    font-weight: normal;
}

.dt-sc-counter.dt-sc-rounded-box h4 {
    font-size: 18px;
    text-transform: none;
    color: #FFF;
    font-weight: 300;
}

#contact-page {
    overflow: hidden;
}

#contact-page .contact-details {
    background-color: unset;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.contact-details {
    box-shadow: 0px 4px 15px -9px rgb(0 0 0 / 50%);
    padding: 30px 20px;
}

.contact-details {
    background: #e97195;
    color: #fff;
    padding: 20px 20px;
    text-align: left;
}

.contact-details img {
    margin-bottom: 20px;
    width: 13%;
}

.contact-details h4 {
    color: #3d4352;
    font-weight: bold;
    line-height: 2.3rem;
    font-size: 1.5rem;
}

.contact-details p {
    margin-bottom: 0px;
    color: #8c89a2;
    line-height: 1.5rem;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}

#contact-page .contact-details:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease;
}

.contact-main {
    background: #fff;
    box-shadow: 1px 1px 41px -13px rgb(0 0 0 / 18%);
}

.contact_sec .contact-form {
    padding: 48px 20px;
}

.contact-form h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 14px;
    outline: 0;
    color: #757575;
}

.contact-form .btn-cstm {
    background: #e97195;
    color: #fff;
    display: inline-block;
    padding: 9px 75px;
    border-radius: 10px;
    transition: .5s ease-in-out;
}

.contact-form .btn-cstm:hover {
    background: #ce5579;
    color: #fff;
    transition: .5s ease-in-out;
}

.icon-chart {
    position: relative;
}

.icon-chart .chart-image-wrapper {
    height: 500px;
    overflow: hidden;
    position: relative;
    background-color: #6f7c7d;
}

.icon-chart .chart-image-wrapper img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center ";
}

img.lazyloaded {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.icon-chart .chart-image-wrapper>div {
    margin: auto;
    text-align: center;
    z-index: 1;
}

.chart-image-wrapper .overlayer {
    position: absolute;
    width: 100% !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000070;
}

.banner_text {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 10px;
    top: 35%;
    text-align: center;
}

.icon-chart .chart-image-wrapper>div span.dollar {
    font-size: 40px;
    font-family: "klavika-web", sans-serif;
    line-height: 50px;
    margin-bottom: 15px;
}

.icon-chart .chart-image-wrapper>div span {
    font-weight: 700;
    margin: 0;
    display: block;
}

.icon-chart .chart-image-wrapper>div span.label {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 25px;
}

.icon-chart .chart-image-wrapper>div span {
    font-weight: 700;
    margin: 0;
    display: block;
}

.bg_btn {
    border-color: #ffffff;
    color: #ffffff;
    background: unset;
    color: #fff !important;
}

.icon-chart .btn {
    text-transform: uppercase;
    padding: 12px 22px;
    color: #6f7c7d;
    font-family: "klavika-web", sans-serif;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
}

.bg_btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000 !important;
}

.chart-image-wrapper .dollar {
    text-transform: uppercase;
}

.chart-image-wrapper .treatment_pr {
    width: 50%;
    margin: auto;
    text-align: center;
}

.our_popular {
    text-align: center;
}

.our_popular_sec {
    padding: 30px 0 0;
}

.videoss-custom-text {
    margin-bottom: 20px;
}

.baby-img {
    margin-right: 17px;
    margin-bottom: 30px !important;
}

.videoss-custom-texts {
    position: relative;
    box-shadow: 0 0 5px #7e7d7d;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    background-color: #0a0a0a;
    opacity: 0.8;
}

.videoss-custom-texts::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.34);
}

.videoss-custom-texts::after {
    content: '';
    position: absolute;
    background-image: linear-gradient(rgba(162, 162, 162, 0.3803921568627451), rgb(233 113 149 / 83%));
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .5s ease 0s;
    left: 0;
    opacity: 0;
}

.videoss-custom-texts p {
    margin: 0px !important;
}

.videoss-custom-texts img {
    max-width: unset;
    opacity: 1;
    transition: opacity 0.25s ease;
    width: 100%;
    height: auto;
    transition: all 1.5s ease 0s;
    width: 100%;
}

.videoss-category-content {
    z-index: 1;
    position: absolute;
    top: 50%;
    font-size: 16px;
    font-weight: 400;
    left: 0;
}

.videoss-category-content h3 {
    transition: 0.5s;
    color: #fff;
    text-transform: uppercase;
    padding: 0 25px;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 3px 8px 20px #0000004d;
}

.videoss-content-menu {
    max-height: 0;
    transition: max-height 0.4s ease;
    overflow: hidden;
    flex-direction: column;
    text-align: center;
    display: flex;
    font-size: 20px;
}

.videoss-content-menu h4 {
    color: #fff;
    padding: 0 10px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.videoss-custom-texts p {
    margin: 0px !important;
}

.videoss-content-menu a {
    padding: 8px 17px;
    background: transparent;
    border: 1px solid #fff;
    line-height: 15px;
    border-radius: 50px;
    color: #fff !important;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
    transition: all 1s ease-in-out;
}

.videoss-content-menu a:hover {
    background-color: #fff;
    color: #e16389 !important;
    transition: all 1s ease-in-out;
}

.videoss-custom-texts:hover img {
    transform: scale(1.2);
}

.videoss-custom-texts:hover .videoss-category-content h3 {
    display: block;
    transition: 4s;
}

.videoss-custom-texts:hover .videoss-content-menu {
    max-height: 250px;
}

.videoss-custom-texts:hover::after {
    opacity: 1;
}

/**
   * Overlay
   * -- only show for tablet and up
   */
@media only screen and (min-width: 40em) {
    .custm_model .modal-overlay {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 11;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }

    .custm_model .modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

/**
   * Modal
   */
.custm_model .modal {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 80%;
    max-width: 75rem;
    min-height: 20rem;
    padding: 0;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(2.9);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.custm_model .modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s;
    z-index: 1;
}

.custm_model .modal .close-modal svg {
    width: 1.75em;
    height: 1.75em;
}

.custm_model .modal .modal-content {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s;
    border: unset;
}

.custm_model .modal.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.custm_model .modal.active .modal-content {
    opacity: 1;
}

.custm_model .modal.active .close-modal {
    transform: translateY(10px);
    opacity: 1;
}

/**
   * Mobile styling
   */
@media only screen and (max-width: 39.9375em) {
    .custm_model .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        transform: scale(1.1);
        padding: 0 !important;
    }

    .custm_model .close-modal {
        right: 20px !important;
    }
}