/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Physiocare - Physiotherapy HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. Home Contact Us css 
06. About Us css
07. Gallery Carousel css
08. Our Services css
09. Solution Your Plan css
10. Why Choose Us css
11. Need Attension css
12. Our Theraphist css
13. Our Testiminial css
14. Our Blog css
15. Scrolling Ticker css
16. Footer css
17. About us Page css
18. Services Page css
19. Service Single css
20. Blog Archive css
21. Blog Single css
22. Theraphist Page css
23. Theraphist Single css
24. Testimonials Page css
25.	FAQs Page css
26. Contact us Page css
27. Make Appointment Page css
28. 404 Page css
29. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
    --primary-color: #e5763b;
    --secondary-color: #fff;
    --text-color: #555;
    --accent-color: #253674;
    --white-color: #FFFFFF;
    --divider-color: #FFFFFF26;
    --dark-divider-color: #0000001a;
    --error-color: rgb(230, 87, 87);
    --accent-font: "Archivo", sans-serif;
    --default-font: "DM Sans", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    color: var(--text-color);
    background-color: var(--white-color);
}

p {
    line-height: 1.7em;
    margin-bottom: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: var(--accent-font);
    font-weight: 700;
    line-height: 1em;
    color: var(--primary-color);
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #fff;
}

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

html,
body {
    width: 100%;
}

.container {
    max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters>* {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default {
    display: inline-block;
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    color: var(--white-color);
    background: var(--accent-color);
    text-transform: capitalize;
    padding: 18px 55px 18px 20px;
    border-radius: 99px;
    border: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--primary-color);
    background-size: 20px !important;
    background-image: url('https://astroanant.in/wp-content/uploads/2025/02/svgviewer-output-97.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    transform: translate(-10px, -50%);
    transition: all 0.4s ease-in-out;
}

.btn-default:hover:before {
    background-color: var(--accent-color);
    color: #fff;
}

.btn-default::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 102%;
    border-radius: 99px;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover::after {
    width: 106%;
    color: #fff;
}

.btn-default.btn-highlighted {
    background-color: var(--white-color);
    color: var(--accent-color);
}

.btn-default.btn-highlighted:hover {
    color: var(--white-color);
}

.btn-default.btn-highlighted::before {
    background-color: var(--primary-color);
}

.btn-default.btn-highlighted::after {
    background-color: var(--accent-color);
}

#magic-cursor {
    position: absolute;
    width: 10px !important;
    height: 10px !important;
    pointer-events: none;
    z-index: 1000000;
}

#ball {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 8px !important;
    height: 8px !important;
    background: var(--accent-color);
    margin: 0;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1 !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto;
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--white-color) transparent var(--white-color);
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 66px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

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

.section-row {
    margin-bottom: 60px;
}

.section-row .section-title {
    margin-bottom: 0;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background-color: #e5763b30;
    color: var(--accent-color);
    border-radius: 99px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.section-title h1 {
    color: #ffb400;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0;
}

.section-title h2 {
    color: var(--accent-color);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
    color: var(--accent-color);
}

.section-title p {
    margin-top: 10px;
    margin-bottom: 0;
}

.section-btn {
    text-align: end;
}

.section-title-content p {
    text-align: right;
    margin: 0;
}

.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}

.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

.topbar {
    padding: 10px 0;
}

.topbar-contact-info {
    text-align: left;
    justify-content: end;
    display: flex;
}

.topbar-contact-info ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    line-height: 1em;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.topbar-contact-info ul li a {
    color: #000;
    display: flex;
    align-items: center;
}

.topbar-contact-info ul li a img {
    max-width: 20px;
    margin-right: 10px;
}

.topbar-social-links {
    text-align: right;
}

.topbar-social-links ul {
    list-style: none;
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.topbar-social-links ul li {
    display: inline-block;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li:last-child {
    margin-right: 0;
}

.topbar-social-links ul li a {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a:hover {
    color: var(--accent-color);
}

.topbar-social-links ul li a i {
    font-size: 20px;
    color: inherit
}

/* header.main-header {
    background-color: var(--white-color);
    position: relative;
    z-index: 100;
} */

header.main-header .header-sticky {
    position: relative;
    top: 0;
    z-index: 100;
}

header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    transform: translateY(0);
    background: var(--secondary-color);
    border-bottom: 1px solid var(--divider-color);
    backdrop-filter: blur(30px);
}

.navbar {
    padding: 10px 0;
    align-items: center;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 80px;
}

.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
}

.main-menu .nav-menu-wrapper>ul {
    align-items: center;
    display: inline-flex;
}

.main-menu ul li {
    margin: 0 5px;
    position: relative;
}

.main-menu ul li a {
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 500;
    padding: 14px 15px !important;
    color: #000;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.navbar .main-menu ul li.menu-item-has-children a
{
    position: relative;
}
.navbar .main-menu ul li#menu-item-190.menu-item-has-children>a::after {
    position: absolute;
    content: "\ea29";
    display: inline-block;
    right: -2px;
    top: -10px;
    bottom: 0;
    margin: auto;
    font-family: boxicons !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 4.4;
    color: #000;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    color: var(--accent-color);
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 220px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 35px;
    overflow: hidden;
    background-color: var(--accent-color);
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}

.main-menu ul ul li {
    margin: 0;
    padding: 10px;
}

.main-menu ul ul li a {
    color: var(--white-color);
    padding: 8px 20px !important;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
    color: var(--primary-color);
    background-color: transparent;
    padding: 8px 20px 8px 23px !important;
}

.header-btn .btn-default::before {
    background-image: url(https://astroanant.in/wp-content/uploads/2025/02/svgviewer-output-97.svg);
    background-size: 20px;
}

.main-menu ul li.highlighted-menu {
    display: none;
}

.responsive-menu,
.navbar-toggle {
    display: none;
}

.responsive-menu {
    top: 0;
    position: relative;
}

.slicknav_btn {
    background: var(--primary-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: var(--white-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
    position: absolute;
    width: 100%;
    padding: 0;
    background: var(--primary-color);
}

.slicknav_menu ul {
    margin: 5px 0;
}

.slicknav_menu ul ul {
    margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 20px;
    color: var(--white-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--accent-color);
    padding: 10px 20px 10px 23px;
}

.slicknav_menu ul ul li a {
    padding: 10px 20px 10px 30px;
}

.slicknav_menu ul ul li a:hover {
    padding: 10px 20px 10px 33px;
}

.slicknav_arrow {
    font-size: 0 !important;
}

.slicknav_arrow:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
    transform: rotate(-180deg);
    color: var(--accent-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero .bg {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.hero-content {
    padding-right: 100px;
}

.hero-content .section-title p {
    font-size: 18px;
    color: #ffff;
}

.hero-content-body {
    border-bottom: 1px solid var(--dark-divider-color);
    /* padding-bottom: 40px; */
    /* margin-bottom: 40px; */
}

.hero-content-body a:hover {
    color: #fff;
}


.hero-counter-box h3 {
    font-size: 32px;
    color: var(--accent-color);
    margin-bottom: 5px;
}

.hero-counter-box p {
    color: #000;
    text-transform: capitalize;
    margin: 0;
}

.hero-image {
    position: relative;
}

.hero-image img {
    width: 420px;
}

.export-doctor-box {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(-100px);
    background-color: var(--white-color);
    box-shadow: 0px 0px 24px 0px #00000012;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 20px;
    animation: exportmoveobject 3s infinite linear alternate;
}

@keyframes exportmoveobject {
    50% {
        left: 50px;
    }
}

.export-doctor-box .icon-box {
    margin-right: 10px;
}

.export-doctor-box .icon-box img {
    max-width: 48px;
    border-radius: 50%;
}

.export-doctor-content {
    width: calc(100% - 58px);
}

.export-doctor-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
    width: 130px;
}

.export-doctor-content p {
    color: var(--text-color);

    text-transform: capitalize;
    margin: 0;
}

.hero.bg-image {
    position: relative;
    background: url('../images/hero-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 130px 0 180px;
}

.hero.bg-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 50%;
    width: 100%;
    height: 100%;
}

.hero.bg-image .hero-content {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding-right: 0;
    z-index: 1;
}

.hero.bg-image .hero-content .section-title p,
.hero.bg-image .hero-content .section-title h1 span,
.hero.bg-image .hero-content .section-title h1 {
    color: var(--white-color);
}

.hero.bg-image .hero-content .section-title h1 {
    font-size: 80px;
}

.hero.bg-image .hero-content .hero-content-body {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.hero.hero-slider {
    text-align: center;
    background: none;
    padding: 0;
}

.hero-slider-layout .hero-slide {
    position: relative;
    padding: 130px 0 180px;
}

.hero.bg-image.hero-slider:before {
    display: none;
}

.hero.hero-slider .hero-slider-layout {
    position: relative;
    z-index: 2;
}

.hero-slider-layout .hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.hero-slider-layout .swiper-pagination {
    bottom: 100px;
}

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: var(--white-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.hero.bg-image.hero-video {
    position: relative;
}

.hero.bg-image.hero-video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    opacity: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.hero-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-book-appointment {
    padding: 100px 0;
}

.hero-book-appointment .appointment-form {
    background-color: var(--white-color);
    border-radius: 20px;
    text-align: center;
    padding: 40px;
    margin-left: 100px;
}

.hero-appointment-form-title {
    margin-bottom: 30px;
}

.hero-appointment-form-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.hero-appointment-form-title h2 span {
    color: var(--accent-color);
}

.hero-appointment-form-title p {
    margin: 0;
}

/************************************/
/***  05. Home Contact Us css     ***/
/************************************/

.home-contact-us {
    padding: 50px 0;
    background: var(--accent-color);
}

.home-contact-us .home-contact-item {
    display: flex;
    position: relative;
    padding: 10px 15px 10px 0;
    border-right: 1px solid var(--divider-color);
}

.home-contact-us .col-lg-4:last-child .home-contact-item {
    padding-right: 0;
    border-right: none;
}

.home-contact-item .icon-box {
    position: relative;
    width: 64px;
    height: 64px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
}

.home-contact-item .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 10px;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    height: 100%;
}

.home-contact-item:hover .icon-box::before {
    transform: scale(1);
}

.home-contact-item .icon-box img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(3357%) hue-rotate(203deg) brightness(92%) contrast(92%);
    position: relative;
    z-index: 1;
}

.home-contact-us .col-lg-4:nth-last-child(1) .home-contact-item:before {
    display: none;
}

.home-contact-item .icon-box img {
    max-width: 34px;
}

.home-contact-item .home-contact-content {
    width: calc(100% - 84px);
}

.home-contact-item .home-contact-content h3 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.home-contact-item .home-contact-content p {
    color: var(--white-color);
    margin: 0;
}

/************************************/
/***       06. About Us css       ***/
/************************************/

.about-us {
    padding: 60px 0 50px;
    background: url('http://localhost/viveksengar/wp-content/uploads/2024/10/about-us-bg.svg') no-repeat;
    background-position: right -100px center;
    background-size: auto;
}

.about-us-image {
    position: relative;
}

.about-img img {
    border-radius: 30px;
}

.about-img img {
    width: 90%;
}

.company-experience {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 15px 20px;
    box-shadow: 0px 0px 24px 0px #00000012;
    animation: expmoveobject 3s infinite linear alternate;
}

@keyframes expmoveobject {
    50% {
        right: 80px;
    }
}

.company-experience .icon-box {
    margin-right: 10px;
}

.company-experience .icon-box img {
    max-width: 52px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(3357%) hue-rotate(203deg) brightness(92%) contrast(92%);
}

.company-experience-content {
    width: calc(100% - 62px);
    text-align: left;
}

.company-experience-content h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--accent-color);
}

.company-experience-content p {
    color: var(--text-color);
    font-family: var(--accent-font);
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
}

.about-us-body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--dark-divider-color);
}

.about-list-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}

.about-list-item .icon-box {
    margin-right: 10px;
}

.about-list-item .icon-box img {
    max-width: 34px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(3357%) hue-rotate(203deg) brightness(92%) contrast(92%);
}

.about-list-content {
    width: calc(100% - 44px);
}

.about-list-content h3 {
    font-size: 18px;
    color: var(--accent-color);
    font-weight: 600;
    text-transform: capitalize;
}

.about-us-footer {
    display: flex;
    flex-wrap: wrap;
}

.doctor-info,
.appointment-btn {
    width: 50%;
}

.appointment-btn {
    text-align: right;
}

.doctor-info-item {
    display: flex;
    align-items: center;
}

.doctor-info-item .image-box {
    margin-right: 10px;
}

.doctor-info-item .image-box img {
    max-width: 68px;
    border-radius: 100%;
}

.doctor-info-item .doctor-info-content {
    width: calc(100% - 58px);
}

.doctor-info-item .doctor-info-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.doctor-info-item .doctor-info-content p {
    color: var(--text-color);
    margin: 0;
}

/************************************/
/***   07. Gallery Carousel css   ***/
/************************************/

.gallery-carousel {
    padding: 50px 0;
}

.gallery-carousel .container-fluid {
    padding: 0;
}

.gallery-carousel-box {
    --gap: 10px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.gallery-scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: galleryscroll 15s linear infinite;
}

@keyframes galleryscroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.gallery-scrolling-content .gallery-image img {
    border-radius: 30px;
}

.gallery-carousel-box .gallery-scrolling-content .gallery-image:nth-child(even) {
    padding-top: 75px;
}

/************************************/
/***     08. Our Services css     ***/
/************************************/

.our-service {

    padding: 50px 0 70px;
}

.main-header .mobile-nav-toggler.navbar-trigger span {
    font-size: 50px;
}

.main-header .mobile-nav-toggler.navbar-trigger {
    color: var(--accent-color);
}

.main-header .mobile-nav-toggler.navbar-trigger:hover {
    color: var(--accent-color);
}

.service-item {
    background-color: #fff;
    padding: 20px;
    border: 2px solid var(--dark-divider-color);
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.service-item .image img {
    margin-bottom: 20px;
    border-radius: 10px;
    height: 190px;
    width: 100%;
    object-fit: cover;
}

.service-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background-color: var(--accent-color);
    transition: all 0.4s ease-in-out;
    height: 100%;
    z-index: -1;
}

.service-item:hover:before {
    top: 0;
}

.service-item .icon-box {
    background-color: #a3a3a330;
    height: 52px;
    width: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-item .icon-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background-color: var(--white-color);
    transition: all 0.5s ease-in-out;
    height: 100%;
}

.service-item:hover .icon-box::before {
    top: 0;
}

.service-item .icon-box img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(3357%) hue-rotate(203deg) brightness(92%) contrast(92%);
    position: relative;
    z-index: 1;
    max-width: 30px;
}

.service-item .service-body {
    margin-bottom: 20px;
}

.service-item .service-body h3 {}

.service-item .service-body h3 a {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
    color: var(--accent-color);

}

.service-item .service-body h3 a:hover {
    color: var(--primary-color);
}

.service-item .service-body p {
    margin: 0;
    transition: all 0.5s ease-in-out;
}



.service-item .service-footer a {
    background-color: var(--primary-color);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.service-item .service-footer a:hover {
    background-color: var(--text-color);
}

.service-cta-item {
    padding: 40px 100px;
    text-align: center;
}

.service-cta-item .icon-box {
    margin: 0 auto;
    margin-bottom: 20px;
}

.service-cta-item:hover .service-cta-btn .btn-default:after {
    width: 100%;
}

.service-cta-item:hover .service-cta-btn .btn-default:before {
    background-color: var(--accent-color);
}

/************************************/
/***  09. Solution Your Plan css  ***/
/************************************/

.solution-your-plan {
    padding: 100px 0;
    background: #f4f1ea;
}

.solution-plan-image {
    display: flex;
    align-items: start;
    justify-content: end;
    position: relative;
}

.solution-plan-img-1 {
    margin-right: 16px;
}

.solution-plan-img-1 figure,
.solution-plan-img-2 figure {
    display: block;
}

.solution-plan-img-1 figure:after,
.solution-plan-img-2 figure:after {
    width: 250%;
}

.solution-plan-img-1 img,
.solution-plan-img-2 img {
    border-radius: 30px;
}

.solution-plan-content {
    margin-left: 20px;
}

.solution-plan-content .section-title h3 {
    background: var(--white-color);
}

.solution-plan-body {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--dark-divider-color);
}

.solution-plan-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.solution-plan-body ul li {
    position: relative;
    color: var(--accent-color);
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.solution-plan-body ul li:before {
    content: '';
    position: absolute;
    top: 49%;
    left: 10px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: var(--accent-color);
    background-image: url('http://localhost/viveksengar/wp-content/uploads/2024/10/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    transform: translate(-10px, -50%);
    transition: all 0.4s ease-in-out;

}

.solution-plan-body ul li:last-child {
    margin-bottom: 0;
}

.solution-counter-item {
    display: flex;
    align-items: center;
}

.solution-counter-item .icon-box {
    margin-right: 10px;
}

.solution-counter-item .icon-box img {
    max-width: 48px;
}

.solution-counter-item .solution-counter-content {
    width: calc(100% - 58px);
}

.solution-counter-item .solution-counter-content h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
}

.solution-counter-item .solution-counter-content p {
    color: var(--text-color);
    text-transform: capitalize;
    margin: 0;
}

/************************************/
/***    10. Why Choose Us css 	  ***/
/************************************/

.why-choose-us {
    padding: 100px 0;
}

.why-choose-us .section-title {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.why-choose-us .why-choose-us-box {
    position: relative;
    margin-top: 30px;
}

.why-choose-box-1 {
    background-color: #f4f1ea;
    border-radius: 30px 0 0 30px;
}

.why-choose-box-2 {
    background-color: #3B3B3B;
    border-radius: 0 30px 30px 0;
}

.why-choose-image img {
    width: 90%;
}

.why-choose-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.why-choose-item {
    border-bottom: 2px solid var(--dark-divider-color);
    display: flex;
    align-items: center;
    padding: 40px;
}

.why-choose-item:last-child {
    border-bottom: none;
}

.why-choose-item .icon-box {
    background-color: var(--white-color);
    height: 52px;
    width: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.why-choose-item .icon-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
    background-color: var(--primary-color);
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    height: 100%;
}

.why-choose-item:hover .icon-box::before {
    transform: scale(1);
}

.why-choose-item .icon-box img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(3357%) hue-rotate(203deg) brightness(92%) contrast(92%);
    position: relative;
    z-index: 1;
    max-width: 30px;
    transition: all 0.3s ease-in-out;
}

.why-choose-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.why-choose-content {
    width: calc(100% - 72px);
    position: relative;
    z-index: 1;
    max-width: 300px;
}

.why-choose-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.why-choose-content p {
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.why-choose-box-2 .why-choose-item {
    border-color: var(--divider-color);
    flex-direction: row-reverse;
    text-align: right;
}

.why-choose-box-2 .why-choose-item .icon-box {
    margin-right: 0;
    margin-left: 20px;
}

.why-choose-box-2 .why-choose-item .icon-box::before {
    background-color: var(--secondary-color);
}

.why-choose-box-2 .why-choose-item:hover .icon-box img {
    filter: brightness(1) invert(0);
}

.why-choose-box-2 .why-choose-content h3 {
    color: var(--white-color);
}

.why-choose-box-2 .why-choose-content p {
    color: var(--white-color);
    opacity: 70%;
}

/************************************/
/***   11. Need Attension css     ***/
/************************************/

.need-attention {
    padding: 100px 0;
    background: url('../images/need-attention-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

.need-attention:before {
    position: absolute;
    content: '';
    background: var(--accent-color);
    opacity: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.need-attention .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.need-attention .section-title h3 {
    background-color: #ffffff30;
    color: #ffffff;
}

.need-attention .section-title {
    text-align: center;
}

.need-attention .section-title h2,
.need-attention .section-title p {
    color: var(--white-color);
}

.need-attention-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 10px 20px 10px;
    border-bottom: 1px solid var(--divider-color);
}

.need-attention .col-lg-4:nth-last-child(-n + 3) .need-attention-list {
    margin-bottom: 0px;
    padding: 0px 10px 0px 10px;
    border-bottom: none;
}

.need-attention-list .icon-box {
    margin-right: 20px;
    display: none;
}

.need-attention-list .icon-box img {
    max-width: 32px;
}

.need-attention-list .need-attention-content {
    width: calc(100% - 52px);
}

.need-attention-list .need-attention-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: capitalize;
    margin: 0;
}


/************************************/
/***  	13. Our Testimonial css   ***/
/************************************/

.our-testimonial {
    padding: 100px 0 50px;
    background: var(--secondary-color) url('../images/testimonial-bg.svg') no-repeat center center;
    background-size: auto;
}

.our-testimonial .section-title {
    text-align: center;
}

.our-testimonial .section-title h3 {
    background: #e5763b30;
}

.our-testimonial .swiper-wrapper {
    cursor: none;
}

.testimonial-item {
    background: var(--white-color);
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    padding: 40px;
}

.testimonial-item .testimonial-header {
    margin-bottom: 20px;
}

.testimonial-header .testimonial-rating {
    margin-bottom: 20px;
}

.testimonial-header .testimonial-rating i {
    font-size: 16px;
    color: #F5A200;
    margin-right: 5px;
}

.testimonial-header .testimonial-content p {
    color: var(--text-color);

    margin: 0;
}

.testimonial-body {
    display: flex;
    align-items: center;
}

.testimonial-body .author-image {
    width: 56px;
    height: 56px;
    margin-right: 10px;
}

.testimonial-body .author-image img {
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-body .author-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.testimonial-body .author-content {
    width: calc(100% - 66px);
}

.testimonial-body .author-content p {
    color: var(--text-color);
    opacity: 70%;
    text-transform: capitalize;
    margin: 0;
}

.testimonial-slider .swiper-pagination {
    position: relative;
    text-align: center;
    bottom: 0px;
    margin-top: 60px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: var(--accent-color);
    opacity: 1;
    margin: 0px 6px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    opacity: 1;
}

/************************************/
/***   		14. Our Blog css      ***/
/************************************/

.our-blog {
    padding: 100px 0 70px;
}

.blog-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.post-featured-image {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 30px;
}

.post-featured-image a {
    display: block;
    cursor: none;
}

.post-featured-image img {
    height: 250px;
    aspect-ratio: 1/0.65;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.5s ease-out;
}

.blog-item:hover .post-featured-image img {
    transform: scale(1.1);
}

.post-item-body {
    margin-bottom: 20px;
}

.post-item-body h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: #000;
}

.post-item-body h2 a {
    color: inherit;
}

.post-item-footer .readmore-btn {
    position: relative;
    font-family: var(--accent-font);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-right: 30px;
    transition: 0.3s ease-in-out;
}

.post-item-footer .readmore-btn::after {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    background-image: url("../images/readmore-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    transition: 0.3s ease-in-out;
}

/************************************/
/***  15. Scrolling Ticker css    ***/
/************************************/

.our-scrolling-ticker {
    background-color: var(--secondary-color);
    padding: 30px 0;
}

.scrolling-ticker-box {
    --gap: 40px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}

.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 24s linear infinite;
}

.scrolling-content span {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    font-family: var(--accent-font);
    vertical-align: middle;
}

.scrolling-content span img {
    width: 100%;
    max-width: 30px;
    margin-right: 40px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/************************************/
/***   		16. Footer css        ***/
/************************************/

.main-footer {
    padding: 100px 0 0;
    background: #3B3B3B;
}

.footer-logo {
    margin-bottom: 10px;
}

.about-footer-content {
    margin-bottom: 30px;
}

.about-footer-content p {
    color: var(--white-color);
    margin: 0;
}

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

.footer-social-links ul li {
    display: inline-flex;
    margin-right: 20px;
}

.footer-social-links ul li:last-child {
    margin-right: 0;
}

.footer-social-links ul li a i {
    color: var(--white-color);
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i {
    color: var(--accent-color);
}

.about-working-hour h3,
.about-service-list h3,
.footer-contact h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.about-working-hour {
    margin-left: 55px;
}

.about-working-hour ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-working-hour ul li {
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-working-hour ul li:last-child {
    margin-bottom: 0;
}

.about-service-list {
    margin-left: 55px;
}

.about-service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-service-list ul li {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.about-service-list ul li:hover {
    color: var(--primary-color);
}

.about-service-list ul li:last-child {
    margin-bottom: 0;
}

.about-service-list ul li a {
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.about-service-list ul li:hover a {
    color: var(--primary-color);
}

.footer-contact-details .footer-info-box {
    position: relative;
    margin-bottom: 10px;
}

.footer-contact-details .footer-info-box:last-child {
    margin-bottom: 0;
}

.footer-info-box .icon-box {
    position: absolute;
    top: -2px;
    left: 0;
}

footer .main-menu ul li a {
    padding-left: 0 !important;
}

.footer-info-box .icon-box img {
    max-width: 20px;
}

.footer-info-box-content p {
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-copyright {
    border-top: 1px solid var(--divider-color);
    padding: 40px 0;
    margin-top: 40px;
}

.footer-copyright-text p {
    color: var(--white-color);
    margin: 0;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: end;
}

.footer-links ul li {
    display: inline-block;
    margin-right: 40px;
}

.footer-links ul li:last-child {
    margin-right: 0;
}

.footer-links ul li a {
    color: var(--white-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a {
    color: var(--accent-color);
}

/************************************/
/***   17. About us Page css      ***/
/************************************/

.page-header {
    padding: 100px 0;
    background: #e4eaff;
}

.page-header-box h1 {
    color: var(--primary-color);
    font-size: 57px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
    font-family: var(--accent-font);
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.page-about-us {
    padding: 100px 0;
}

.company-counter {
    padding: 40px 0;
    background: var(--primary-color);
}

.company-counter-item {
    display: flex;
    align-items: center;
}

.company-counter-item .icon-box {
    margin-right: 10px;
}

.company-counter-item .icon-box img {
    width: 64px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(20%) hue-rotate(128deg) brightness(110%) contrast(100%);
}

.company-counter-item .company-counter-content {
    width: calc(100% - 74px);
}

.company-counter-item .company-counter-content h3 {
    color: var(--white-color);
    font-size: 32px;
    margin-bottom: 5px;
}

.company-counter-item .company-counter-content p {
    color: var(--white-color);
    opacity: 70%;
    text-transform: capitalize;
    margin: 0;
}

.mission-vision {
    position: relative;
    padding: 100px 0;
}

.mission-vision::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    opacity: 85%;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mission-vision .section-title {
    position: relative;
    z-index: 1;
    text-align: center;
}

.our-mva-item {
    position: relative;
    background: var(--white-color);
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
    z-index: 1;
}

.our-mva-item:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: var(--accent-color);
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.our-mva-item:hover:before {
    top: 0;
}

.our-mva-item .icon-box {
    position: relative;
    background: #a3a3a330;
    border-radius: 10px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
}

.our-mva-item .icon-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background-color: var(--white-color);
    transition: all 0.5s ease-in-out;
    height: 100%;
}

.our-mva-item:hover .icon-box:before {
    top: 0;
}

.our-mva-item .icon-box img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(3357%) hue-rotate(203deg) brightness(92%) contrast(92%);
    position: relative;
    position: relative;
    z-index: 1;
    max-width: 30px;
}

.our-mva-item .mva-item-content {
    position: relative;
    z-index: 1;
}

.our-mva-item .mva-item-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.our-mva-item:hover .mva-item-content h3 {
    color: var(--white-color);
}

.our-mva-item .mva-item-content p {
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.our-mva-item:hover .mva-item-content p {
    color: var(--white-color);
}

.cta-infobar {
    position: relative;
    background: var(--white-color);
    padding: 40px;
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    z-index: 1;
}

.cta-info-content {
    display: flex;
}

.cta-info-content .icon-box {
    background: #a3a3a330;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.cta-info-content .icon-box img {
    max-width: 30px;
}

.cta-info-content .cta-content {
    width: calc(100% - 68px);
}

.cta-info-content .cta-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000;
}

.cta-info-content .cta-content p {
    color: var(--text-color);
    opacity: 70%;
    margin: 0;
}

.cta-appointment-btn {
    text-align: right;
}

.quality-treatment {
    background: var(--secondary-color);
    padding: 100px 0;
}

.quality-treatment-video {
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: none;
    border-radius: 30px;
}

.quality-treatment-video .video-image img {
    width: 100%;
    aspect-ratio: 1/0.88;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

.quality-treatment-video:hover .video-image img {
    transform: scale(1.1);
}

.quality-treatment-video .video-image a {
    cursor: none;
    position: relative;
    z-index: 1;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.video-play-button a {
    position: relative;
    background-color: var(--white-color);
    border-radius: 100%;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
}

.video-play-button a:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--white-color);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}

.video-play-button a:after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--white-color);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
    animation-delay: .3s;
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.video-play-button a i {
    font-size: 36px;
    color: var(--accent-color);
}

.quality-treatment-content .section-title h3 {
    background: #e5763b30
}

.quality-treatment-content {
    padding-left: 20px;
}

.quality-treatment-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quality-treatment-body ul li {
    position: relative;
    color: var(--accent-color);
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 20px;
}

.quality-treatment-body ul li:before {
    content: '';
    position: absolute;
    top: 49%;
    left: 10px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: var(--accent-color);
    background-image: url(http://localhost/viveksengar/wp-content/uploads/2024/10/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    transform: translate(-10px, -50%);
    transition: all 0.4s ease-in-out;
}

.quality-treatment-body ul li:last-child {
    margin-bottom: 0;
}

.therapy-process {
    padding: 100px 0 70px;
}

.therapy-process .section-title {
    text-align: center;
}

.therapy-process-item {
    text-align: center;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.therapy-process-item .icon-box {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.therapy-process .col-lg-3:nth-child(even) .therapy-process-item .icon-box:before {
    position: absolute;
    display: block;
    content: '';
    background: url('http://localhost/viveksengar/wp-content/uploads/2024/10/icon-right-down-arrow-2.svg') no-repeat right center;
    top: 50%;
    right: 0;
    width: 135px;
    height: 23px;
    background-size: 100% auto;
    transform: translate(175px, -50%);
    z-index: 2;
}

.therapy-process .col-lg-3:nth-child(odd) .therapy-process-item .icon-box::before {
    position: absolute;
    display: block;
    content: '';
    background: url('http://localhost/viveksengar/wp-content/uploads/2024/10/icon-right-up-arrow-2.svg') no-repeat right center;
    top: 50%;
    right: 0;
    width: 135px;
    height: 23px;
    background-size: 100% auto;
    transform: translate(175px, -50%);
    z-index: 2;
}

.therapy-process .col-lg-3:nth-last-child(1) .therapy-process-item .icon-box:before {
    display: none;
}

.therapy-process-item .icon-box img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 100%;
}

.therapy-process-item .therapy-process-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #000;
}

.therapy-process-item .therapy-process-content p {
    color: var(--text-color);
    opacity: 70%;
    margin: 0;

}

/************************************/
/***	18. Service Page css      ***/
/************************************/

.page-services {
    padding: 100px 0;
}

.page-services .cta-infobar {
    margin-top: 70px;
}

/************************************/
/***    19. Service Single css    ***/
/************************************/

.page-service-single {
    padding: 100px 0;
}

.service-featured-img {
    margin-bottom: 30px;
}

.service-featured-img img {
    aspect-ratio: 1 / 0.57;
    object-fit: cover;
    border-radius: 30px;
}

.service-entry h2 {
    font-size: 54px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.service-entry h3 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.service-entry p {
    margin-bottom: 30px;
}

.service-entry ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.service-entry ul li {
    position: relative;
    width: calc(50% - 10px);
    color: var(--primary-color);
    text-transform: capitalize;
    padding-left: 35px;
}

.service-entry ul li:before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

.service-entry-image figure {
    display: block;
}

.service-entry-image img {
    border-radius: 30px;
    aspect-ratio: 1/0.68;
    object-fit: cover;
}

.service-sidebar {
    position: sticky;
    top: 20px;
    margin-left: 10px;
}

.service-catagery-list,
.opening-hour-section {
    margin-bottom: 40px;
}

.service-catagery-list,
.opening-hour-section,
.sidebar-cta-box {
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    padding: 30px;
}

.service-catagery-list h3,
.opening-hour-section h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.service-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-catagery-list ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
}

.service-catagery-list ul li:last-child {
    margin-bottom: 0;
}

.service-catagery-list ul li:before {
    position: absolute;
    content: '';
    background: url('../images/arrow-white.svg') no-repeat center center;
    background-color: var(--primary-color);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-size: 12px auto;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover:before {
    background-color: var(--accent-color);
}

.service-catagery-list ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:hover a {
    color: var(--accent-color);
}

.opening-hour-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.opening-hour-section ul li {
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.opening-hour-section ul li:last-child {
    margin-bottom: 0;
}

.sidebar-cta-box {
    text-align: center;
}

.sidebar-cta-box .icon-box {
    background: var(--secondary-color);
    border-radius: 10px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sidebar-cta-box .cta-content {
    margin-bottom: 40px;
    text-align: center;
}

.sidebar-cta-box .cta-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.sidebar-cta-box .cta-content p {
    margin: 0;
}

.sidebar-cta-box .cta-appointment-btn {
    text-align: center;
}

/************************************/
/***	 20. Blog Archive css     ***/
/************************************/

.page-blog {
    padding: 100px 0;
}

.page-blog .blog-item {
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

.post-pagination {
    margin-top: 30px;
    text-align: center;
}

.post-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/************************************/
/***	 21. Blog Single css      ***/
/************************************/

.page-single-post {
    padding: 100px 0;
}

.post-single-meta ol li.breadcrumb-item {
    font-size: 18px;
}

.post-single-meta ol li i {
    font-size: 18px;
    color: var(--accent-color);
    margin-right: 5px;
}

.post-image {
    position: relative;
    margin-bottom: 30px;
}

.post-image figure {
    display: block;
}

.post-image figure,
.post-image img {
    border-radius: 30px;
    aspect-ratio: 1 / 0.50;
    object-fit: cover;
}

.post-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.post-entry {
    border-bottom: 1px solid var(--dark-divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after {
    content: '';
    display: block;
    clear: both;
}

.post-entry a {
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    margin: 0 0 0.6em;
}

.post-entry h1 {
    font-size: 40px;
}

.post-entry h2 {
    font-size: 36px;
}

.post-entry h3 {
    font-size: 30px;
}

.post-entry h4 {
    font-size: 26px;
}

.post-entry h5 {
    font-size: 20px;
}

.post-entry h6 {
    font-size: 16px;
}

.post-entry p {
    margin-bottom: 20px;
}

.post-entry p:last-child {
    margin-bottom: 0;
}

.post-entry p strong {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}

.post-entry ol {
    margin: 0 0 30px;
}

.post-entry ol li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

.post-entry ul {
    padding: 0;
    margin: 20px 0 20px;
    padding-left: 20px;
}

.post-entry ul li {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 18px;
}

.post-entry ul li:last-child {
    margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
    margin-bottom: 0;
}

.post-entry blockquote {
    background: var(--secondary-color) url('../images/icon-blockquote.svg') no-repeat 35px 40px;
    background-size: 45px;
    border-radius: 30px;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
}

.post-entry blockquote p {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
}

.post-entry blockquote p:last-child {
    margin-bottom: 0;
}

.tag-links {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    display: inline-block;
}

.post-tags .tag-links a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: var(--accent-color);
    color: var(--white-color);
    border-radius: 10px;
    padding: 8px 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
    background: var(--primary-color);
}

.post-social-sharing {
    text-align: right;
}

.post-social-sharing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li {
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child {
    margin-right: 0;
}

.post-social-sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--accent-color);
    color: var(--white-color);
    border-radius: 10px;
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
    background-color: var(--primary-color);
}

.post-social-sharing ul li a i {
    font-size: 18px;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a i {
    color: var(--secondry-color);
}

/************************************/
/***   22. Theraphist Page css    ***/
/************************************/

.page-team {
    padding: 100px 0 60px;
}

.page-team .team-member-item {
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

/************************************/
/***   23. Theraphist Single css  ***/
/************************************/

.page-team-single {
    padding: 100px 0 25px;
}

.page-team-single .row {
    background-color: var(--primary-color);
    border-radius: 35px 30px 30px 35px;
}

.team-member-image {
    height: 100%;
}

.team-member-image figure {
    height: 100%;
}

.team-member-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}

.team-member-details {
    margin-left: 30px;
    height: 100%;
    padding: 50px 30px;
}

.member-detail-header {
    margin-bottom: 40px;
}

.member-detail-header h2 {
    font-size: 32px;
    color: var(--white-color);
    margin-bottom: 10px;
}

.member-detail-header p {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--white-color);
    margin: 0;
}

.member-detail-content {
    margin-bottom: 40px;
}

.member-detail-content p {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--white-color);
}

.member-detail-content p:last-child {
    margin-bottom: 0;
}

.member-detail-body {
    margin-bottom: 40px;
}

.member-detail-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.member-detail-body ul li {
    font-size: 18px;
    color: var(--white-color);
    display: flex;
    margin-bottom: 15px;
}

.member-detail-body ul li:last-child {
    margin-bottom: 0;
}

.member-detail-body ul li span {
    width: 30%;
    font-weight: 500;
}

.member-social-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-social-list ul li {
    display: inline-block;
    margin-right: 20px;
}

.member-social-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white-color);
    transition: all 0.3s ease-in-out;
}

.member-social-list ul li:hover a {
    color: var(--accent-color);
}

.member-social-list ul li a i {
    font-size: 20px;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.about-member-details {
    padding: 25px 0 100px;
}

.about-member-info {
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 30px;
}

.member-info-title {
    margin-bottom: 30px;
}

.member-info-title h2 {
    font-size: 32px;
    text-transform: capitalize;
}

.member-info-content p:last-child {
    margin-bottom: 0;
}

.member-winning-awards {
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    padding: 40px;
}

.winning-awards-content {
    margin-bottom: 30px;
}

.winning-awards-content h2 {
    font-size: 32px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.winning-awards-content p:last-child {
    margin-bottom: 0;
}

.winning-awards-box .row .col-6 {
    padding: 0;
}

.winning-awards-box {
    text-align: center;
}

.winning-award-img img {
    max-height: 129px;
}

.winning-award-img.img-box-1 {
    border-right: 2px solid var(--dark-divider-color);
    border-bottom: 2px solid var(--dark-divider-color);
    padding-bottom: 35px;
}

.winning-award-img.img-box-2 {
    border-bottom: 2px solid var(--dark-divider-color);
    padding-bottom: 35px;
}

.winning-award-img.img-box-3 {
    padding-top: 35px;
    border-right: 2px solid var(--dark-divider-color);
}

.winning-award-img.img-box-4 {
    padding-top: 35px;
}

.team-member-skills {
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 30px;
}

.member-skills-title {
    margin-bottom: 30px;
}

.member-skills-title h2 {
    font-size: 32px;
    text-transform: capitalize;
}

.team-member-skills .skills-progress-bar {
    margin-bottom: 35px;
}

.team-member-skills .skills-progress-bar:last-child {
    margin-bottom: 0;
}

.skillbar .skill-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.skillbar .skill-data .skill-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: capitalize;
}

.skillbar .skill-data .skill-no {
    font-size: 22px;
    font-weight: 500;
    color: var(--primary-color);
    margin-left: 20px;
}

.skillbar .skill-progress {
    width: 100%;
    height: 10px;
    background: var(--secondary-color);
    border-radius: 99px;
    position: relative;
}

.skillbar .skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--accent-color);
    border-radius: 99px;
}

.cta-infobar.team-sidebar-cta .cta-info-content p {
    margin-bottom: 20px;
}

.cta-infobar.team-sidebar-cta .cta-appointment-btn {
    text-align: left;
}

/************************************/
/***  24. Testimonials Page css   ***/
/************************************/

.page-video-gallery {
    padding: 100px 0 70px;
}

.photo-gallery {
    margin-bottom: 30px;
}

.photo-gallery a {
    cursor: none;
}

.photo-gallery figure {
    position: relative;
}

.photo-gallery figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.photo-gallery:hover figure::before {
    opacity: 40%;
    visibility: visible;
    transform: scale(1);
    border-radius: 30px;
}

.photo-gallery figure::after {
    position: absolute;
    content: '\f144';
    background: var(--white-color);
    border-radius: 50%;
    color: var(--accent-color);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 46px;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.photo-gallery:hover figure::after {
    opacity: 1;
    visibility: visible;
}

.photo-gallery img {
    position: relative;
    aspect-ratio: 1 / 0.85;
    object-fit: cover;
    border-radius: 30px;
}

/************************************/
/*** 	  25. FAQs Page css	 	  ***/
/************************************/

.page-faqs {
    padding: 100px 0;
}

.faq-sidebar {
    position: sticky;
    top: 20px;
    margin-right: 20px;
}

.faq-catagery-list {
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    padding: 30px;
}

.faq-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq-catagery-list ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
}

.faq-catagery-list ul li:last-child {
    margin-bottom: 0;
}

.faq-catagery-list ul li:before {
    position: absolute;
    content: '';
    background: url('../images/arrow-white.svg') no-repeat center center;
    background-color: var(--primary-color);
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-size: 12px auto;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover:before {
    background-color: var(--accent-color);
}

.faq-catagery-list ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.faq-catagery-list ul li:hover a {
    color: var(--accent-color);
}

.page-faqs .faqs-section {
    margin-bottom: 60px;
}

.page-faqs .faqs-section:last-child {
    margin-bottom: 0;
}

.faqs-section-title {
    margin-bottom: 40px;
}

.faqs-section-title h2 {
    font-size: 32px;
}

.faq-accordion .accordion-item {
    border: 2px solid var(--dark-divider-color);
    border-radius: 20px;
    margin-bottom: 20px;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: auto;
    transform: translate(0px, -50%) rotate(90deg);
    background-image: url("../images/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    border-radius: 50%;
    background-color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after {
    transform: translate(0px, -50%) rotate(0deg);
}

.accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 20px 45px 20px 20px;
}

.accordion-header {
    margin-left: 10px;
}

.accordion-body {
    padding: 20px;
}

.accordion-body p {
    margin: 0;
}

.section-heading span {
    font-weight: 600;
    color: var(--accent-color);
}

/************************************/
/***	26. Contact Us Page css	  ***/
/************************************/

.page-contact {
    padding: 100px 0 20px;
}

.contact-info-item {
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    padding: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.contact-info-item .icon-box {
    background: #a3a3a330;
    border-radius: 10px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact-info-item .icon-box img {
    max-width: 30px;
}

.contact-info-item .contact-info-content h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.contact-info-item .contact-info-content p {
    margin: 0;
}

.contact-us-form {
    padding: 50px 0 100px;
}

.contact-us-img img {
    border-radius: 30px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.contact-form {
    margin-left: 25px;
}

.contact-form .form-control {
    padding: 15px 20px;
    background-color: transparent;
    border: 2px solid var(--dark-divider-color);
    border-radius: 10px;
    color: var(--primary-color);
    box-shadow: none;
}

.google-map .container-fluid {
    padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

/***************************************/
/***  27. Make Appointment Page css  ***/
/***************************************/

.page-book-appointment {
    padding: 100px 0;
}

.page-book-appointment .book-appointment-form {
    max-width: 1050px;
    margin: 0 auto;
    border: 2px solid var(--dark-divider-color);
    border-radius: 30px;
    padding: 40px;
}

.book-appointment-form .section-title {
    text-align: center;
}

.book-appointment-form .appointment-form {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.appointment-form .form-control {
    padding: 15px 20px;
    background-color: transparent;
    border: 2px solid var(--dark-divider-color);
    border-radius: 10px;
    color: var(--primary-color);
    box-shadow: none;
}

/************************************/
/*** 	28. Error 404 Page css    ***/
/************************************/

.error-page {
    padding: 100px 0;
}

.error-page-image {
    text-align: center;
    margin-bottom: 30px;
}

.error-page .error-page-content {
    text-align: center;
}

.error-page-content-heading {
    margin-bottom: 30px;
}

.error-page-content-heading h2 {
    font-size: 56px;
}

.error-page-content-heading h2 span {
    color: var(--accent-color);
}

.error-page-content-body p {
    font-size: 18px;
}

/************************************/
/***     28. faqs css       ***/
/************************************/
.faq {
    padding: 80px 0
}

.faq .accordion-item .accordion-header .accordion-button:after {
    position: absolute;
    left: -8px;
    font-size: 20px;
    transform: rotate(0deg);
    top: 25px
}

.faq .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faq-sec {
    padding: 100px 0
}

.faq .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    font-weight: 600;
    font-size: 18px
}

.faq .accordion-body,
.faq .accordion-body p {
    background-color: var(--accent-color);
    border-radius: 10px;
    color: #fff
}

.faq .accordion-body ul li b {
    font-weight: 600
}

.faq .accordion-body ul li {
    margin-bottom: 20px
}

.faq .accordion-flush .accordion-item {
    border-bottom: 1px solid #00000034 !important
}

.faq .accordion {
    margin-bottom: 150px
}

.faq .section-heading h2 {
    display: inline-block;
    color: var(--font-color-3);
    margin-bottom: 40px;
}

.faq-sec .tebs-outer-box .nav-tabs li {
    width: 15%;
    border-radius: 10px
}

.faq-sec .tebs-outer-box .nav-tabs {
    border-bottom: 0
}

.faq-sec .tebs-outer-box .nav-tabs li a {
    border-radius: 10px;
    border: 1px solid #ddd;
    height: 100px;
    align-items: center;
    display: flex;
    justify-content: center
}

.faq-sec .tebs-outer-box .nav-tabs li a img {
    width: 50px
}

.founder-section {
    padding: 100px 0;
    position: relative
}

.founder-section h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--font-color-3F);
    margin-bottom: 0;
    line-height: 1.5
}

.founder-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--purple);
    margin-bottom: 20px
}

.founder-section p {
    text-align: justify;
    color: var(--heading-5);
    line-height: 30px;
    margin-bottom: 10px
}

.founder-section .doctor-image {
    width: 1-0%;
    height: 100%;
    position: relative;
    padding-right: 110px
}

.founder-section .doctor-image:before {
    content: "";
    position: absolute;
    left: -50%;
    top: -5%;
    bottom: -5%;
    right: 5%;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    background: linear-gradient(131deg, rgba(217, 217, 217, .2) 24.75%, rgba(115, 115, 115, .2) 737.64%);
    z-index: -1
}

.founder-section .doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgb(149 157 165/20%)
}

.founder-section .doctor-image .experience-card {
    width: 100%;
    max-width: 140px;
    padding: 20px 15px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background: #333;
    box-shadow: 0 8px 24px rgb(149 157 165/20%);
    border-radius: 10px
}

.founder-section .doctor-image .experience-card i {
    color: #fff;
    font-size: 50px
}

.founder-section .doctor-image .experience-card h6 {
    color: #fff;
    font-size: 36px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.founder-section .doctor-image .experience-card h6 span {
    font-size: 16px;
}

.founder-section .doctor-image .experience-card p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.3
}

.founder-section .message {
    position: relative;
    position: relative;
    color: var(--heading-6);
    line-height: 1.8
}



.founder-section .btn-info {
    display: inline-flex;
    align-items: center;
    column-gap: 20px
}

.founder-section .btn-info .default-btn {
    border-radius: 100px;
    padding-left: 45px;
    padding-right: 45px
}

.founder-section .btn-info span {
    color: var(--font-color-3F);
    font-weight: 700
}

/* start faq section  */
.accordion-button:focus {
    box-shadow: none;
}

.faq-section {
    padding: 60px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url(../img/background/faq-bg.png);
}

.faq-tabs .nav-tabs {
    border: 0;
    padding-right: 20px
}

.faq-tabs .nav-tabs .nav-item {
    margin-bottom: 15px;
    width: 100%
}

.faq-tabs .nav-tabs .nav-item .nav-link {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px 30px 15px 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: unset;
    border-radius: 5px;
    transition: all .15s ease-in;
    position: relative;
    margin: 0;
    cursor: pointer
}

.faq-tabs .nav-tabs .nav-item .nav-link:after {
    content: "\f105";
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    position: absolute;
    right: 25px;
    font-size: 22px;
    color: #fff;
    opacity: 0;
    transform: translateX(20px);
    transition: all .4s ease
}

.faq-tabs .nav-tabs .nav-item .nav-link img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-right: 15px;
    filter: contrast(10) brightness(0)
}

.faq-tabs .nav-tabs .nav-item .nav-link span {
    text-align: start
}

.faq-tabs .nav-tabs .nav-item .nav-link h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--matte-black);
    text-transform: capitalize;
    margin-bottom: 0
}

.faq-tabs .nav-tabs .nav-item .nav-link p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #a3a2a2
}

.faq-tabs .nav-tabs .nav-item .nav-link.active,
.faq-tabs .nav-tabs .nav-item .nav-link:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2)
}

.faq-tabs .nav-tabs .nav-item .nav-link.active:after,
.faq-tabs .nav-tabs .nav-item .nav-link:hover::after {
    opacity: 1;
    transform: translateX(0)
}

.faq-tabs .nav-tabs .nav-item .nav-link.active img,
.faq-tabs .nav-tabs .nav-item .nav-link:hover img {
    filter: contrast(0) brightness(10)
}

.faq-tabs .nav-tabs .nav-item .nav-link.active h5,
.faq-tabs .nav-tabs .nav-item .nav-link.active p,
.faq-tabs .nav-tabs .nav-item .nav-link:hover h5,
.faq-tabs .nav-tabs .nav-item .nav-link:hover p {
    color: #fff
}

.faq-section .accordion {
    box-shadow: 0px 8px 24px 0px #959DA533;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
}

.faq-section .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #0000000D;
}

.faq-section .accordion .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.faq-section .accordion .accordion-item .accordion-button:hover {
    color: var(--primary-color);
}

.faq-section .accordion .accordion-item:last-child {
    border: 0;
}

.faq-section .accordion-button:not(.collapsed) {
    color: var(--pink) !important;
    background: transparent;
}

.faq-section .accordion-body {
    padding-right: 40px;
}


/* End faq section  */

.OurVideo-section {
    padding: 60px 0;
}

.OurVideo-section .video-thumb {
    width: 100%;
    height: 180px;
    object-fit: contain;
    border-radius: 10px;
    position: relative;
}

.OurVideo-section .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    background: #f0f0f0;
}

.OurVideo-section .watch-video-btn {
    width: 100%;
}

.OurVideo-section .watch-video-btn a {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    width: fit-content;
    padding: 6px 20px 6px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--matte-black);
    font-family: "Poppins", sans-serif;
}

.OurVideo-section .watch-video-btn a .bx-play {
    background: #f63c25;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}

.OurVideo-section .default-btn {
    width: max-content;
    border-radius: 100px;
    margin: auto;
}

.branch-seo-content {
    padding: 50px 0;
    position: relative
}

.branch-seo-content .container-fluid {
    padding: 0 !important
}

.branch-seo-content .entraordinary-outer {
    width: 100%;
    height: auto;
    padding: 60px 20px 40px;
    background-image: url('/wp-content/themes/sattvafertility/library/assets/images/extraordinary-services.jpg');
    background-position: left center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden
}

.branch-seo-content .inner-content h6 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize
}

.branch-seo-content .inner-content h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #2c3145
}

.branch-seo-content .inner-content p {
    margin-top: 10px
}

.branch-seo-content .inner-content .list-item {
    margin-top: 20px
}

.branch-seo-content .inner-content .list-item {
    padding: 0 !important;
    position: relative;
    margin-bottom: 12px
}

.branch-seo-content .inner-content .list-item .card-icon {
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    display: flex
}

.branch-seo-content .inner-content .list-item .icon {
    position: absolute;
    left: 10px;
    top: 0;
    width: 55px;
    height: 55px;
    background: var(--pink);
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    padding: 12px
}

.branch-seo-content .inner-content .list-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.branch-seo-content .inner-content .list-item .item-content {
    padding-left: 70px
}

.branch-seo-content .inner-content .list-item .item-content h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #333
}

.branch-seo-content .inner-content .list-item.item-content p {
    margin: 0
}

.branch-whychoose {
    background-color: var(--offWhite);
    width: 100%;
    padding: 60px 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.branch-whychoose .section-heading {
    margin-bottom: 20px
}

.branch-whychoose ul {
    column-count: 2
}

.branch-whychoose li {
    padding-left: 30px;
    line-height: 2;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--heading-5);
    position: relative
}

.branch-whychoose li {
    position: relative
}

.branch-whychoose li:before {
    content: "\f114";
    font-family: "feather-icons";
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    speak: none;
    color: var(--pink);
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center
}

.branch-whychoose .image {
    height: 350px
}

.branch-whychoose .image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.contact-us a {
    color: #000;
}

.contact-us a:hover {
    color: #000;
}


/* start Banner Section */


.condition-banner .background {
    background-image: url(../img/background/Conditionbanner.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 70px 0 70px 0;
}

.condition-banner .col-lg-6 {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.condition-banner .hero-content-body a {
    background-color: var(--accent-color);
    color: #fff;
}

.condition-banner .banner-background img {
    transform: scale(1);
    height: 100%;
}

.section-heading span {
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    padding: 11px 15px 9px 15px;
    background-color: #F4F9F6;
    border-radius: 4px;
    letter-spacing: 1px;
    color: #3b3b3b;
    font-weight: 700;
    font-size: 16px;
}

.condition-banner .section-heading span {

    background-color: #ffb400;
    color: #ffff;
}

.condition-banner h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
}

.what-is-section p {
    margin-bottom: 10px;
}

.condition-banner .default-btn {
    width: 270px;
    border-radius: 35px;
    background-color: var(--bluedark);
}

.condition-banner .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.20);
    color: var(--purple);
}

.appointment {
    background-color: var(--bluedark);
    padding: 20px 0;
    left: 0;
    right: 0;

}

.appointment p {
    font-size: 16px;
    color: #fff;
    /* opacity: 80%; */

}

.appointment h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.appointment .btn {
    border-radius: 5px;
    background-color: #fff;
}

.appointment .content h4 {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.appointment .content h4::before {
    content: "";
    background-color: #fff;
    height: 2px;
    width: 170px;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    /* left: 90px; */
    right: -180px;
}

.appointment .content a {
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 600;
    width: 30%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.tab-section .tab-nav {
    justify-content: center;
    border-bottom: 0;
}

.tab-section .tab-nav a {
    padding: 20px 0;
    margin-right: 10px;
    border-top: solid 10px var(--primary-color);
}

.tab-section .tab-nav a h6 {
    padding: 0 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.tab-section .tab-nav a.active {
    background-color: var(--primary-color);
    color: #fff;
    border-top: solid 10px #132654;
}

.tab-section .tab-nav a.active h6 {
    color: #fff;
}

.tab-section .tab-nav a:hover h6 {
    color: #fff;
}

.tab-section .tab-nav a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.tab-section .tab-content .inner-box .heading h5 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.tab-section .tab-content .inner-box .heading h2 {
    color: var(--accent-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.tab-section .tab-content {
    margin-bottom: 70px;
    border-bottom: 1px solid rgb(214, 214, 214);
    padding-bottom: 10px;
    border-top: 5px solid var(--primary-color);
    -webkit-box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    padding: 30px;
    /* padding-bottom: 30px; */
    margin-bottom: 60px;
    border-radius: 20px;
}

.tab-section .tab-content:last-child {
    border-bottom: 0;
}

.tab-section .tab-content ul {
    padding-left: 0px;
}

.tab-section .tab-content ul li {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    display: block;
    line-height: 30px;
    color: #555;
}

.tab-section .tab-content ul li {
    position: relative;
}

.tab-section .tab-content ul li::before {
    background-image: url(https://oplusheartcentre.com/wp-content/uploads/2024/10/arrow-right-circle-1.png);
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.tab-section .tab-content .inner-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
}

.tab-section .tab-content .inner-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* contact us start */
.get-in-touch.contact-us {
    padding: 50px 0;
    background: #e5763b36;
}

.get-in-touch .heading {
    color: var(--second-color);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--second-color);
    display: block;
    margin: auto;
    width: max-content;
    margin-bottom: 30px;
}

.get-in-touch .nav-tabs {
    background: #F1F1F1;
    padding: 5px;
    border-radius: 100px;
    border: 0;
    justify-content: center;
    display: flex;
    margin: auto;
    width: max-content;
    margin-bottom: 25px;
}

.get-in-touch .nav-tabs .nav-link {
    background-color: transparent;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.get-in-touch .nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: #fff;
}

.get-in-touch .contact-info ul {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
}

.get-in-touch .contact-info ul li {
    position: relative;
    list-style: none;
}

.get-in-touch .contact-info ul li:first-child {
    width: 26%;
    position: relative;
}

.get-in-touch .contact-info ul li:nth-child(2) {
    width: 32%;
    position: relative;
}

.get-in-touch .contact-info ul li:last-child {
    width: 54%;
    position: relative;
}

.get-in-touch .contact-info ul li:last-child i {
    position: absolute;
    left: 45px;
}

.get-in-touch .contact-info ul li:nth-child(2) i {
    position: absolute;
    left: 6px;
}

.get-in-touch .contact-info ul li:first-child i {
    position: absolute;
    left: 0;
}

.get-in-touch .contact-info ul li i {
    box-shadow: 0px 8px 24px 0px #959DA533;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.get-in-touch .contact-info ul li span {
    display: block;
    font-weight: 600;
    color: var(--second-color);
}

.get-in-touch .contact-info ul li a {
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

.get-in-touch .clinic-img img {
    width: 100%;
    border: 1.3px solid #DDDDDD;
    border-radius: 5px;
    object-fit: cover;
}

.get-in-touch .map {
    width: 100%;
    height: 100%;
    border: 1.3px solid #DDDDDD;
    border-radius: 5px;
    overflow: hidden;
}

.get-in-touch .map iframe {
    width: 100%;
    height: 100%;
}

.get-in-touch .contact-form {
    box-shadow: 0px 8px 24px 0px #959DA533;
    background: #FFFFFF;
    padding: 14px;
    border-radius: 10px;
}

.get-in-touch .contact-form p {
    margin-bottom: 0;
    width: 100%;
}

.get-in-touch .contact-form .form-label {
    margin-bottom: 5px;
    font-size: 14px;
}

.get-in-touch .contact-form .input-group {
    margin-bottom: 5px;
    position: relative;
}

.get-in-touch .contact-form .input-group-text {
    position: absolute;
    border: 0;
    z-index: 5;
    background: transparent;
    height: 45px;
}

.get-in-touch .contact-form .form-control {
    height: 45px;
    border: 1px solid #DDDDDD;
    background: #F8FAFB;
    border-radius: 5px !important;
    padding: 0 20px 0 45px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Quicksand';
}

.get-in-touch .contact-form .bx-message-square {
    margin-bottom: 23px;

}

.get-in-touch .contact-form textarea.form-control {
    height: 100px;
}

.get-in-touch .contact-form .button-primary {
    width: 100%;
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.get-in-touch .content-box.head h3 {
    line-height: 38px;
}

.default-btn {
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #555;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    column-gap: 10px;
    transition: 0.5s;
    width: 100%;
}

/* contact us end */
/* blog start */


.mdodal-appointment .modal-body {
    padding: 10px 0
}

.mdodal-appointment .content-inner {
    padding: 15px;
    border-radius: 10px;
    background: #1d839624;
    height: 100%;
    position: relative;
    border: 1px solid #ddd
}

.mdodal-appointment .content-inner .doctor-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.mdodal-appointment .content-inner .doctor-box .dr-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    border-radius: 100px
}

.mdodal-appointment .content-inner .doctor-box .content .drname {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: var(--secoundary-color)
}

.mdodal-appointment .content-inner .doctor-box .content p {
    margin: 0;
    font-weight: 600;
    color: #4b4b4b;
    line-height: 1.4;
    font-size: 14px
}

.mdodal-appointment .content-inner ul {
    display: flex;
    justify-items: start;
    align-items: stretch;
    gap: 10px;
    padding-left: 0;
}

.mdodal-appointment .content-inner ul li {
    background-color: #fff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
    text-align: center;
    border-radius: 10px;
    padding: 20px 10px;
    list-style: none;
}
.modal
{
z-index: 111111;}
form h5{
font-size: 14px;
    font-weight: 600;
    line-height: 20px;}
.mdodal-appointment .content-inner ul li img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-bottom: 5px
}

.mdodal-appointment .content-inner ul li span {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    display: block
}

.mdodal-appointment .content-inner .ckbiral-logo {
    max-width: 200px;
    position: relative;
    display: block;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 10px auto
}

.mdodal-appointment .content-inner p {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
    text-align: center
}

.mdodal-appointment .modal-header {
    position: absolute;
    right: -30px;
    padding: 0;
    border: 0;
    top: 10px
}

.modal.show .modal-dialog {
    max-width: 60%;
}

.mdodal-appointment .modal-header .btn-close {
    background: #fff;
    opacity: 1;
    padding: 0;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center
}

.mdodal-appointment .modal-header .btn-close i {
    font-size: 25px;
    padding: 0
}


.mdodal-appointment form .input-group .input-group-text {
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 0;
    border: 0;
    height: 45px;
    background: 0 0
}

.mdodal-appointment form .input-group .form-control {
    height: 50px;
    padding: 10px 10px 10px 45px
}

.mdodal-appointment form .input-group .input-group-text p {
    margin: 0;
    display: flex;
    width: 100%
}

.mdodal-appointment form .form-label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500
}

.mdodal-appointment form p {
    margin-bottom: 0;
    width: 100%;
}

.mdodal-appointment form .default-btn {
    background-color: var(--accent-color);
    height: auto;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    color: #fff
}

.about-us {
    padding: 60px 0 50px
}

.about-us .dashed-border {
    border: 1px dashed #333;
    border-radius: 14px;
    background: #fff
}

.about-us .about-us-outter .image {
    position: absolute;
    width: 500px;
    bottom: 0
}

.about-us .outerbox {
    border-radius: 10px;
    padding: 40px 25px
}

.about-us .background-bg {
    background: linear-gradient(90deg, #253674ed, #e5763bbd);
}

.blog-banner,
.conditions-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.about-us .dashed-border .col-md-12.p-4.rounded-4.position-relative {
    border: 1px solid #eee
}

.about-us .content-box .cklogo-about {
    width: 100%;
    max-width: 200px;
    position: absolute;
    right: 20px
}

.about-us .content-box span.about-title {
    border: .56px dashed #0b7e8e;
    background-color: #fffFFFE5;
    color: #000 !important;
    padding: 4px 20px;
    border-radius: 100px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600 !important;
    display: inline-block
}

.about-us .content-box p {
    margin-bottom: 10px;
    color: #fff;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    /* Change as needed */
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.mobile-header .logo img {
    width: 50% !important;
}

.sub-cate-grids {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.sub-cate-grids .cate-grid {
    float: left;
    width: 23%;
    margin: 0 1% 2%;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .25);
    border-radius: 3px;
}

.sub-cate-grids .cate-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    color: #253674;
    transition: all .5s ease;
    font-size: 16px;
    line-height: 24px;
}

.sub-cate-grids .cate-pic img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    transition: all .5s ease;
    transform: scale(.8);
    height: 120px;
    object-fit: contain;
    object-position: center;
}

.sub-cate-grids .cate-pic {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 15px;
    height: 120px;
    justify-content: center;
    display: flex;
}

.page-template-Gaemstone h1 {

    text-align: center;
    margin: 60px 0;
    text-decoration: underline;
}