﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&display=swap');

:root {
 --whiteColor: #ffffff;
 --font16: 15px;
 --font18: 18px;
 --font21: 21px;
 --PrimaryboxShadow: 1px 5px 12px -3px rgba(0,0,0,0.10);
 --blueColor: #379EFF;
 --paraColor: #404040;
 --headingColor: #061a3a;
 --hoverColor: #00198d;
 --activeColor: #00198d;
 --borderRadius10: 10px;
 --heading-font: "Geom", sans-serif;
 --primaryColor: #00198d;
}

/*------ Scroll Bar ---------------------*/
::-webkit-scrollbar {
width: 10px;
height: 10px;
transition: ease-in-out all 0.3s;
}

::-webkit-scrollbar-button {
width: 0px;
height: 0px;
transition: ease-in-out all 0.3s;
}

::-webkit-scrollbar-thumb {
background: #dddddd;
border: 0px none #ffffff;
border-radius: 5px;
transition: ease-in-out all 0.3s;
}

::-webkit-scrollbar-thumb:hover {
background: #8e8e93;
transition: ease-in-out all 0.3s;
}

::-webkit-scrollbar-thumb:active {
background: #8e8e93;
transition: ease-in-out all 0.3s;
}

::-webkit-scrollbar-track {
background: transparent;
border: 0px none #ffffff;
border-radius: 50px;
transition: ease-in-out all 0.3s;
}

::-webkit-scrollbar-track:hover {
background: transparent;
}

::-webkit-scrollbar-track:active {
background: transparent;
}

::-webkit-scrollbar-corner {
background: transparent;
}

.fileupload-preview img {
width: 100%;
}

/*------------- Scroll Bar End --------------------*/


body {
font-family: "Rubik", serif;
line-height: 1.9;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: var(--heading-font);
margin: 0 0 30px 0;
color: var(--headingColor);
font-weight: 600;
}

h1 {
font-size: 42px;
}

h2 {
font-size: 36px;
}

h3 {
font-size: 30px;
}

h4 {
font-size: 24px;
}

h5 {
font-size: 18px;
}

h6 {
font-size: 16px;
}

p {
color: var(--paraColor);
margin: 0 0 10px 0;
font-size: var(--font16);
}

.lead {
font-size: 16px;
font-weight: 500;
color: var(--primaryColor);
}

.subTitle {
color: var(--activeColor);
}
/*
.active {
color: var(--hoverColor) !important;
}*/
a {
transition: ease-in-out all 0.2s;
color: var(--blueColor);
}

a:hover {
color: var(--hoverColor);
}

ul {
padding: 0;
}

ul li {
list-style: none;
color: var(--paraColor);
}

.breadcrumb .breadcrumb-item a {
color: var(--headingColor);
}

.btn-default {
position: relative;
display: inline-block;
background: var(--primaryColor);
color: var(--whiteColor);
font-size: 16px;
border: none;
padding: 12px 55px 12px 24px;
border-radius: 10px;
transition: all 0.5s ease-in-out;
overflow: hidden;
z-index: 0;
margin: 30px 0 0 0;
}

.btn-default:hover {
background: transparent;
color: var(--whiteColor);
}

.btn-default::before {
content: '';
position: absolute;
top: 50%;
right: 0;
width: 20px;
height: 20px;
background-image: url(../image/arrow-white.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
transform: translate(-24px, -50%);
transition: all 0.4s ease-in-out;
}

.btn-default:hover::before {
transform: translate(-21px, -50%);
}

.btn-default::after {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: auto;
right: 0;
width: 0;
height: 100%;
background: var(--headingColor);
border-radius: 5px;
transition: all 0.4s ease-in-out;
z-index: -1;
}

.btn-default:hover:after {
width: 100%;
left: 0;
right: auto;
}

a {
text-decoration: none;
}

.top-header {
background-color: #00198d;
padding: 5px 0;
}

.head-social-media {
display: flex;
align-items: center;
gap: 15px;
margin: 0;
justify-content: end;
}

.head-social-media li {
list-style: none;
}

.head-social-media li a {
display: flex;
align-items: center;
justify-content: center;
height: 35px;
width: 35px;
background-color: transparent;
color: var(--whiteColor);
border: 1px solid #fff;
border-radius: 8px;
}

.navbar-area {
z-index: 10;
position: relative;
}

.navbar-area .navbar-top {
padding: 11.5px 0;
}

.navbar-area .navbar-top .contact-info {
line-height: 1;
}

.navbar-area .navbar-top .contact-info li {
margin-right: 28px;
}

.navbar-area .navbar-top .contact-info li:last-child {
margin-right: 0;
}

.navbar-area .navbar-top .contact-info li i {
position: relative;
margin-right: 5px;
font-size: 15px;
}

.navbar-area .navbar-top .contact-info li a {
color: var(--whiteColor);
margin-left: 4px;
}

.navbar-area .navbar-top .contact-info li a:hover {
color: var(--primaryColor);
}

.navbar-area .navbar-wrapper {
padding: 15px 0;
}

.navbar-area {
padding: 10px 0;
background-color: transparent;
position: relative;
width: 100%;
transition: background 0.3s ease;
z-index: 1000;
}

.navbar-area.scrolled {
background: #ffffff;
box-shadow: var(--PrimaryboxShadow);
}

.navbar-area .navbar-wrapper .right-side .right-side-item {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}

.navbar-area .navbar-wrapper .right-side .right-side-item a {
font-size: var(--font18);
}

.navbar-area .navbar-wrapper .right-side .right-side-item a i {
margin: 0 5px 0 0;
}

.navbar-area .navbar-wrapper .right-side .right-side-item a .bi-headphones::before {
font-weight: 900 !important;
}

.navbar-area .navbar-wrapper .right-side .right-side-item .nav-right-btn {
height: 50px;
padding: 0 24px;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
background-color: var(--whiteColor);
border-radius: 10px;
/*box-shadow: var(--PrimaryboxShadow);*/
border: 1px solid #dfdfdf;
}

.navbar-area .navbar-wrapper .right-side .right-side-item .nav-right-btn a {
color: var(--headingColor);
font-size: var(--font21);
}

.navbar-area .navbar-wrapper .right-side .right-side-item .nav-right-btn a {
border-right: 1px solid #00000020;
padding-right: 15px;
}

.navbar-area .navbar-wrapper .right-side .right-side-item .nav-right-btn a:hover {
color: var(--hoverColor);
}

.navbar-area .navbar-wrapper .right-side .right-side-item .nav-right-btn a:last-child {
border-right: none;
padding-right: 0;
}

.navbar-area .navbar-wrapper {
padding: 0;
}
/*.navbar-area .menu-section {
        margin-left: 32px;
    } */

.navbar-area .menu-mobile-trigger span {
background: #f9f9f9;
}
/*.navbar-area .menu > ul > li > a {
       color: #F7F6E4;
    }*/

.navbar-area .menu > ul > li > a .title {
color: var(--paraColor);
}

.navbar-area .menu > ul > li > a:hover, .navbar-area .menu > ul > li > a.active {
color: #F7F6E4;
}

.navbar-area .menu > ul > li > a .title {
color: var(--auto_secondaryColor);
}

.navbar-area .menu > ul > li .menu-subs li a.active,
.navbar-area .menu > ul > li .menu-subs li a:hover {
color: var(--auto_secondaryColor);
}

.navbar-area .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
color: var(--auto_secondaryColor);
}

.navbar-area .navbar-top {
background-color: #E5EAEE;
}

.navbar-area .navbar-top .contact-info li a {
color: var(--paraColor);
}

.navbar-area .navbar-top .contact-info li a:hover {
color: var(--health_primaryColor);
}

.navbar-area .navbar-top .contact-info li i {
color: var(--health_primaryColor);
}

/*    .navbar-area .navbar-brand {
        position: relative; 
    }*/

/*.navbar-area .navbar-wrapper {
        padding: 3.5px 0;
        border-bottom: 1px solid #D4D5E4;
    }*/

.navbar-area .menu > ul > li > a {
color: var(--headingColor);
}

.navbar-area .menu > ul > li > a i {
margin-top: 3px;
}

.navbar-area .menu > ul > li > a .title {
color: var(--paraColor);
}

.navbar-area .menu > ul > li > a:hover, .navbar-area .menu > ul > li > a.active {
color: var(--health_primaryColor);
}

.navbar-area .menu > ul > li > a .title {
color: var(--health_primaryColor);
}

.navbar-area .menu > ul > li .menu-subs li a.active,
.navbar-area .menu > ul > li .menu-subs li a:hover {
color: var(--health_primaryColor);
}

.navbar-area .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
color: var(--health_primaryColor);
}

/*.navbar-area .menu-section, .navbar-area .menu-section, .navbar-area .menu-section {
        margin-left: 32px;
    }*/

.navbar-area .navbar-top {
background-color: #17463B;
}

.navbar-area .navbar-top .contact-info li a {
color: var(--whiteColor);
}

.navbar-area .navbar-top .contact-info li a:hover {
color: var(--khakiColor);
}

.navbar-area .navbar-top .contact-info li i {
color: var(--khakiColor);
}



.navbar-area .menu > ul > li > a .title {
color: var(--paraColor);
}

.navbar-area .menu > ul > li > a:hover, .navbar-area .menu > ul > li > a.active {
color: var(--home_primaryColor);
}

.navbar-area .menu > ul > li > a .title {
color: var(--home_primaryColor);
}

.navbar-area .menu > ul > li .menu-subs li a.active,
.navbar-area .menu > ul > li .menu-subs li a:hover {
color: var(--home_primaryColor);
}

.navbar-area .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
color: var(--home_primaryColor);
}

.navbar-area .navbar-top .contact-info li {
color: #B6B0B8;
}

.navbar-area .navbar-top .contact-info li a {
color: #B6B0B8;
}

.navbar-area .navbar-top .contact-info li a:hover {
color: var(--travel_primaryColor);
}

.navbar-area .navbar-top .contact-info li i {
color: var(--travel_primaryColor);
}



.navbar-area .menu > ul > li > a .title {
color: var(--paraColor);
}

.navbar-area .menu > ul > li > a:hover, .navbar-area .menu > ul > li > a.active {
color: var(--travel_primaryColor);
}

.navbar-area .menu > ul > li > a .title {
color: var(--travel_primaryColor);
}

.navbar-area .menu > ul > li .menu-subs li a.active,
.navbar-area .menu > ul > li .menu-subs li a:hover {
color: var(--travel_primaryColor);
}

.navbar-area .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
color: var(--travel_primaryColor);
}

.navbar-area .navbar-top .contact-info li i {
color: var(--life_primaryColor);
}


.navbar-area .menu > ul > li > a .title {
color: var(--paraColor);
}

.navbar-area .menu > ul > li > a:hover, .navbar-area .menu > ul > li > a.active {
color: var(--hoverColor);
}

.navbar-area .menu > ul > li > a .title {
color: var(--blueColor);
}

.navbar-area .menu > ul > li .menu-subs li a:hover {
color: var(--hoverColor);
}

.navbar-area .menu > ul > li .menu-subs.menu-column-5 > .list-item a.active .title,
.navbar-area .menu > ul > li .menu-subs.menu-column-5 > .list-item a:hover .title {
color: var(--hoverColor);
}


.sidebar-wrap .offcanvas-header .close-btn {
transition: var(--transition);
color: var(--whiteColor);
font-size: 19px;
line-height: 0.8;
cursor: pointer;
top: 20px;
right: 25px;
width: 35px;
height: 35px;
position: absolute;
z-index: 2;
cursor: pointer;
background-color: var(--titleColor);
}

.sidebar-wrap .offcanvas-header .close-btn:hover {
color: var(--whiteColor);
}

.sidebar-wrap .offcanvas-body {
padding: 35px 30px;
}

.sidebar-wrap .offcanvas-body .ceo-info-wrap .ceo-img {
width: 50px;
height: 50px;
}

.sidebar-wrap .offcanvas-body .ceo-info-wrap .ceo-info {
width: calc(100% - 60px);
margin-left: auto;
}

.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item {
margin-bottom: 17px;
}

.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item:last-child {
margin-bottom: 0;
}

.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item a {
color: var(--paraColor);
}

.sidebar-wrap .offcanvas-body .contact-info-wrap .contact-item a:hover {
color: var(--life_primaryColor);
}

.navbar-area .navbar-brand {
width: 245px;
display: block;
position: absolute;
top: -40px;
padding: 10px;
background-color: #fff;
border-radius: 5px;
/*border: 1px solid #dae1ff;*/
}

.sticky {
position: fixed;
top: 0;
width: 100%;
background-color: var(--whiteColor);
box-shadow: var(--PrimaryboxShadow);
}

.sticky .navbar-brand {
padding: 0;
width: 90px;
}

.menu-icon {
font-size: 1.35rem;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-left: 1rem;
border: none;
outline: none;
color: #121212;
transition: all 0.3s ease;
}

.menu > ul > li {
display: inline-block;
margin: 0;
}

.menu > ul > li > a {
position: relative;
padding: 30px;
border: none;
outline: none;
text-rendering: optimizeLegibility;
transition: color 0.3s ease-in-out;
}

.menu > ul > li > a > i {
position: relative;
top: 2px;
}

.menu > ul > li .menu-subs {
position: absolute;
width: 100%;
height: auto;
margin-top: 20px;
padding: 8px 20px;
border: none;
outline: none;
z-index: 500;
opacity: 0;
list-style: none;
visibility: hidden;
border-radius: 0 0 15px 15px;
background: var(--whiteColor);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease-in-out;
}

.menu > ul > li .menu-subs li a {
padding: 6px 0;
display: block;
border-bottom: 1px dashed #E0E1E4;
color: var(--headingColor);
font-size: 15px;
}

.menu > ul > li .menu-subs > li:last-child > a {
border-bottom: none;
}

.menu > ul > li .menu-subs > ul > li {
line-height: 1;
}

.menu > ul > li .menu-subs > ul > li > a {
display: inline-block;
font-family: inherit;
border: none;
outline: none;
padding: 15px 0;
text-transform: capitalize;
text-rendering: optimizeLegibility;
transition: all 0.3s ease-in-out;
}

.menu > ul > li .menu-column-1 {
min-width: 20rem;
max-width: 20rem;
}

.menu > ul > li .menu-subs.menu-mega {
left: 50%;
transform: translateX(-50%);
}

.menu > ul > li .menu-subs.menu-mega > .list-item > a {
border-bottom: none;
padding: 0;
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
display: block;
line-height: 1;
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
display: inline-block;
font-family: inherit;
font-size: 1rem;
font-weight: 500;
line-height: 1.25;
padding: 0.5rem 0;
border: none;
outline: none;
color: #121212;
text-transform: capitalize;
text-rendering: optimizeLegibility;
transition: color 0.3s ease-in-out;
}

.menu > ul > li .menu-subs.menu-column-5 {
display: flex;
flex-wrap: wrap;
max-width: 68rem;
width: 100%;
padding: 1.25rem 1rem;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item {
flex: 0 0 20%;
padding: 0 1rem;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item .title {
line-height: 1;
margin-top: 18px;
display: block;
font-weight: 500;
text-rendering: optimizeLegibility;
transition: all 0.3s ease-in-out;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center .title {
text-align: center;
}



.menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.menu > ul > li .menu-subs > ul > li > a:hover {
color: var(--blueColor);
}

.header .menu > ul > li:hover > a {
color: var(--blueColor);
}

.menu-mobile-header,
.menu-mobile-trigger {
display: none;
}

.sticky .menu > ul > li .menu-subs {
margin-top: 20px;
}



@media only screen and (max-width: 767px) {
.navbar-area .navbar-top .contact-info li {
margin-right: 10px;
margin-bottom: 5px;
font-size: 14px;
}

.navbar-area .navbar-top .contact-info li:last-child {
margin-right: 0;
}


.navbar-area .navbar-top .contact-info {
width: 100%;
}

.sidebar-wrap .offcanvas-header .close-btn {
top: 15px;
right: 15px;
}

.sidebar-wrap .offcanvas-body {
padding: 20px 20px;
}
}

@media only screen and (min-width: 992px) {
.navbar-area .menu > ul > li {
position: relative;
}

.navbar-area .menu ul > li > .menu-subs > li > .menu-subs {
left: 100%;
}

/*.navbar-area .menu > ul > li .menu-column-1 {
        min-width: 15.3rem;
    }*/

.menu ul li.menu-item-has-children .menu-subs li.menu-item-has-children a i {
float: right;
}

.menu ul li.menu-item-has-children:hover > .menu-subs {
/*margin-top: 30px;*/
opacity: 1;
visibility: visible;
}

.menu ul > li > .menu-subs > li > .menu-subs {
left: 100%;
right: 0;
margin-top: -50px !important;
}
}

@media only screen and (max-width: 991px) {
.navbar-area .navbar {
padding: 10px 0;
}

.navbar-area {
padding: 10px 0;
}

.navbar-area .navbar-wrapper {
padding: 0;
}

.navbar-area .navbar-wrapper .menu-section {
margin-left: 0;
}

.navbar-area .menu-mobile-trigger span {
background: #000000;
}

.navbar-area .menu > ul > li > a {
color: var(--headingColor);
font-size: 16px;
}

.navbar-area .menu > ul > li > a:hover, .navbar-area .menu > ul > li > a.active {
color: var(--hoverColor);
}

.navbar-area .menu > ul > li > a .title {
color: var(--headingColor);
}

.navbar-area .navbar-wrapper, .navbar-area .navbar-wrapper, .navbar-area .navbar-wrapper, .navbar-area .navbar-wrapper, .navbar-area .navbar-wrapper {
padding: 10px 0;
}

.navbar-area .menu-section, .navbar-area .menu-section, .navbar-area .menu-section, .navbar-area .menu-section, .navbar-area .menu-section {
margin-left: 0;
}

.navbar-area .menu ul li a i {
float: right;
margin: 0;
}

.navbar-area .menu .menu-mega .list-item {
margin-bottom: 20px;
}

.navbar-area .menu .menu-mega .list-item:last-child {
margin-bottom: 0;
}

.menu-mobile-trigger {
position: relative;
display: block;
cursor: pointer;
width: 1.75rem;
height: 1rem;
border: none;
outline: none;
background: 0 0;
transform: rotate(0deg);
transition: 0.35s ease-in-out;
}

.menu-mobile-trigger span {
display: block;
position: absolute;
width: 100%;
height: 2px;
left: 0;
border: none;
outline: none;
opacity: 1;
border-radius: 0.25rem;
background: #121212;
transform: rotate(0deg);
transition: 0.25s ease-in-out;
}

.menu-mobile-trigger span:nth-child(1) {
top: 0;
}

.menu-mobile-trigger span:nth-child(2),
.menu-mobile-trigger span:nth-child(3) {
top: 0.5rem;
width: 80%;
margin-left: 20%;
}

.menu-mobile-trigger span:nth-child(4) {
top: 1rem;
}

.menu {
position: fixed;
top: 0;
left: 0;
width: 320px;
height: 100%;
z-index: 1099;
overflow: hidden;
background: #ffffff;
transform: translate(-100%);
transition: all 0.3s ease-in-out;
}

.menu.active {
transform: translate(0%);
}

.menu > ul > li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: flex;
margin: 0;
align-items: center;
padding: 0 15px;
gap: 10px;
}

.menu > ul > li:last-child {
border-bottom: none;
}
/* .menu > ul > li > a {
                
            }*/
.menu > ul > li > a i.ion {
position: absolute;
font-size: 1.25rem;
line-height: 3.125rem;
top: 0;
right: 0;
width: 3.125rem;
height: 3.125rem;
text-align: center;
transform: rotate(-90deg);
}

.menu .menu-mobile-header {
position: relative;
position: sticky;
display: flex;
align-items: center;
justify-content: space-between;
top: 0;
height: 3.125rem;
z-index: 501;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
background: #EEF9FF;
}

.menu .menu-mobile-header .menu-mobile-arrow {
display: none;
font-size: 1.25rem;
line-height: 3.125rem;
width: 3.125rem;
height: 3.125rem;
cursor: pointer;
border-right: 1px solid rgba(0, 0, 0, 0.1);
color: #121212;
text-align: center;
}

.menu .menu-mobile-header.active .menu-mobile-arrow {
display: block;
}

.menu .menu-mobile-header .menu-mobile-title {
font-family: inherit;
font-size: 1rem;
font-weight: 500;
line-height: inherit;
color: #121212;
text-transform: capitalize;
text-rendering: optimizeLegibility;
}

.menu .menu-mobile-header .menu-mobile-close {
font-size: 24px;
cursor: pointer;
width: 4.125rem;
height: 3.125rem;
border-left: 1px solid rgba(0, 0, 0, 0.1);
color: #121212;
text-align: center;
}

.menu .menu-section {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}

.menu > ul > li .menu-subs {
position: absolute;
display: none;
top: 0;
left: 0;
max-width: none;
min-width: auto;
width: 100%;
height: 100%;
margin: 0;
padding: 1rem;
padding-top: 4rem;
opacity: 1;
overflow-y: auto;
visibility: visible;
transform: translateX(0%);
box-shadow: none;
}

.menu > ul > li .menu-subs.menu-mega {
position: absolute;
display: none;
top: 0;
left: 0;
max-width: none;
min-width: auto;
width: 100%;
height: 100%;
margin: 0;
padding: 1rem;
padding-top: 4rem;
opacity: 1;
overflow-y: auto;
visibility: visible;
transform: translateX(0%);
box-shadow: none;
}

.menu > ul > li .menu-subs.active {
display: block;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item {
flex: 0 0 100%;
padding: 0;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center .title {
margin-top: 15px;
}

.menu > ul > li .menu-subs.menu-column-5 > .list-item.text-center:last-child .title {
margin-bottom: 0;
}

.menu > ul > li .menu-subs > ul > li > a {
display: block;
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul {
margin-bottom: 1rem;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
display: block;
}

.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1098;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, 0.55);
transition: all 0.3s ease-in-out;
}

.overlay.active {
opacity: 1;
visibility: visible;
}
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.menu {
width: 40%;
}
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.menu {
width: 50%;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-area .navbar-top {
padding: 8px 0;
}

.navbar-area .navbar-top .contact-info li {
font-size: 14px;
}

.navbar-area .menu > ul > li .menu-subs.menu-column-5, .navbar-area .menu > ul > li .menu-subs.menu-column-5, .navbar-area .menu > ul > li .menu-subs.menu-column-5, .navbar-area .menu > ul > li .menu-subs.menu-column-5, .navbar-area .menu > ul > li .menu-subs.menu-column-5 {
max-width: 58rem;
min-width: 58rem;
width: 100%;
padding: 1.25rem 1rem;
}
}

@media only screen and (min-width: 1200px) {
.navbar-area .menu > ul > li .menu-subs.menu-column-5 {
min-width: 68rem;
left: -100%;
transform: translateX(-25%);
}
}

@media only screen and (min-width: 1400px) {
.navbar-area .menu-section, .navbar-area .menu-section, .navbar-area .menu-section, .navbar-area .menu-section {
margin-left: 0;
}

.menu > ul > li:last-child() {
margin-right: 0;
}
}

@media only screen and (min-width: 1920px) {
.navbar-area .menu-section, .navbar-area .menu-section, .navbar-area .menu-section, .navbar-area .menu-section {
margin-left: 0;
}
}
/*# sourceMappingURL=header.css.map */


@keyframes slideLeft {
0% {
opacity: 0;
transform: translateX(100%);
}

100% {
opacity: 1;
transform: translateX(0%);
}
}

@keyframes slideRight {
0% {
opacity: 1;
transform: translateX(0%);
}

100% {
opacity: 0;
transform: translateX(100%);
}
}

.slider-section {
position: relative;
overflow: hidden;
}

.slider-section .carousel-inner .carousel-item .carousel-caption {
padding: 0;
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
background: linear-gradient(90deg, rgba(1, 7, 38, 0.61) 0%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0) 100%);
z-index: 1;
display: flex;
align-items: start;
flex-direction: column;
justify-content: center;
}

.slider-section .carousel-inner .carousel-item .carousel-caption h1 {
font-size: 60px;
color: #ffffff;
margin: 0 0 15px 0;
font-weight: 600;
text-shadow: 0px 2px 1px #000000;
}

.slider-section .carousel-inner .carousel-item .carousel-caption p.lead {
color: #ffffff;
font-weight: 500;
margin: 0 0 30px 0;
font-size: 18px;
}

.slider-section .carousel-inner .carousel-item .carousel-caption h3 {
color: #f21011;
font-size: 60px;
margin: 0;
position: relative;
display: inline-block;
}

.slider-section .carousel-inner .carousel-item .carousel-caption h3::after {
font-family: bootstrap-icons !important;
content: "\F64D";
position: absolute;
top: 8px;
right: -54px;
font-size: 48px;
left: auto;
}

.slider-section .carousel-inner .carousel-item .carousel-caption h5 {
color: #ffffff;
margin: 0;
font-size: 21px;
}

.slider-section .carousel-inner .carousel-item .carousel-caption .main-slider-badges {
display: flex;
align-items: center;
gap: 24px;
}

.slider-section .carousel-inner .carousel-item .carousel-caption .main-slider-badges a {
display: inline-flex;
height: 50px;
color: #ffffff;
background-color: #ffffff00;
font-size: 18px;
padding: 0 20px;
transition: .5s ease-in-out;
border-radius: var(--primaryBorderRadius);
align-items: center;
margin: 0;
border: 1px solid #ffffff;
backdrop-filter: blur(4px);
transition: ease-in-out all 0.2s;
}

.slider-section .carousel-inner .carousel-item .carousel-caption .main-slider-badges a:hover {
background-color: #ffffff;
border-color: #ffffff;
color: #000000;
}

.about-section {
margin: -120px 0 0 0;
position: relative;
z-index: 1;
}

.non-invasive-section {
padding: 70px 0;
position: relative;
}

.non-invasive-section .non-invasive-bg-shape {
width: 100%;
position: absolute;
top: -45px;
left: 0;
right: 0;
}

.non-invasive-content .lead {
position: relative;
padding: 0 0 0 95px;
}

.non-invasive-img img {
border-radius: 15px;
}

.non-invasive-content .lead::before {
content: '';
position: absolute;
height: 1px;
width: 80px;
background-color: var(--primaryColor);
top: 10px;
left: 0;
}

.non-invasive-content h5 {
margin: 20px 0 20px 0;
}

.non-invasive-content .btn-custom {
margin: 0;
}

.non-invasive-content ul {
margin: 0 0 0 15px;
}

.non-invasive-content ul li {
list-style: disc;
color: var(--paraColor);
}

.non-invasive-section .non-invasive-img {
position: relative;
}

.non-invasive-section .non-invasive-img .non-invasive-img-2 {
position: absolute;
bottom: -60px;
right: -30px;
width: 270px;
text-align: end;
}

.non-invasive-section .non-invasive-img .exp-card {
position: absolute;
bottom: -60px;
left: -80px;
width: 220px;
height: 180px;
text-align: center;
background: linear-gradient(180deg, #fff 0%, rgb(238 249 255) 100%);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
}

.non-invasive-section .non-invasive-img .exp-card h1 {
font-size: 36px;
color: var(--blueColor);
}

.non-invasive-section .non-invasive-img .exp-card h1 small {
color: var(--headingColor);
font-size: 24px;
}

.video-card {
position: relative;
display: block;
cursor: pointer;
}

.video-card img {
width: 100%;
border-radius: 15px;
}

.video-card .play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-flex;
align-items: center;
text-decoration: none;
transition: 0.3s ease;
}

.video-card .play-btn i {
color: #FF0000;
font-size: 66px;
transition: 0.3s ease;
}

/* 🔥 SCALE EFFECT ON HOVER */
.video-card:hover .play-btn i {
transform: scale(1.15);
color: #FFF;
}

.mfp-iframe-scaler iframe {
border-radius: 15px !important;
}

.product-section {
background: #cfd7ff;
padding: 70px 0;
position: relative;
overflow: hidden;
}

.product-section h6 {
position: relative;
z-index: 1;
}

.mission-section {
background: linear-gradient(180deg, rgba(147, 209, 242, 0.71) 0%, #FFF 100%);
margin: 0;
padding: 70px 0;
}

.mission-section h3 {
margin: 0 0 15px 0;
}

.mission-section hr {
margin: 45px 0;
border-color: #76d0ff;
}

.mission-section p {
color: #090909;
}

.mission-section-img img {
border-radius: 15px;
}

.why-choose-section {
padding: 0 0 70px 0;
}

.why-choose-section .why-choose-card {
border: 1px solid #00000020;
padding: 30px 24px;
border-radius: 15px;
text-align: center;
}

.why-choose-section .why-choose-card .why-icon {
width: 80px;
height: 80px;
border: 1px solid #00000020;
border-radius: 100%;
margin: 0 auto 24px auto;
display: flex;
align-items: center;
justify-content: center;
}

.why-choose-section .why-choose-card .why-icon img {
width: 40px;
}

.why-choose-section .why-choose-card h5 {
margin: 0 0 10px 0;
}

.why-choose-section .why-choose-card p {
margin: 0;
}

.heading-section {
position: relative;
margin-top: -50px;
}

.product-section .product-bg-shape {
width: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
}

.product-section .areas {
position: relative;
z-index: 1;
}

.product-section .swiper-wrapper {
padding: 15px 0;
}

.product-card {
text-align: center;
background: var(--whiteColor);
border-radius: 8px;
box-shadow: 1px 5px 12px -3px rgba(0,0,0,0.10);
}

.product-card .product-image {
padding: 15px;
}

.product-card .product-image img {
border-radius: 10px;
height: 250px;
width: 100%;
object-fit: cover;
}

.product-card .product-content {
border-top: 1px solid rgba(0,0,0,0.20);
padding: 20px 15px;
}

.product-card .product-content h4 {
margin: 0;
font-size: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.product-card .product-content p {
margin: 0;
font-size: 15px;
}

.product-card .product-btns {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}

.product-card .product-btns .btn-default {
padding: 0 35px 0 10px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
margin: 20px 0 0 0;
}

.product-card .product-btns .btn-default::before {
width: 15px;
height: 15px;
}

.product-card .product-btns .btn-default::before {
right: -10px;
}

.client-video-card .video-card {
position: relative;
display: block;
cursor: pointer;
height: 380px;
overflow: hidden;
}

.client-video-card .video-card img {
width: 100%;
border-radius: 15px;
height: 380px;
object-fit: cover;
object-position: center;
}

.client-video-card .video-card .play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-flex;
align-items: center;
text-decoration: none;
transition: 0.3s ease;
}

.client-video-card .video-card .play-btn i {
color: #FF0000;
font-size: 66px;
transition: 0.3s ease;
}

/* 🔥 SCALE EFFECT ON HOVER */
.client-video-card .video-card:hover .play-btn i {
transform: scale(1.15);
color: #FFF;
}



.swiper-button-next, .swiper-button-prev {
position: static;
top: 50%;
width: 45px;
height: 45px;
z-index: 10;
cursor: pointer;
background-size: unset;
background-position: center;
background-repeat: no-repeat;
background-color: #000000;
opacity: 1;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
font-family: bootstrap-icons !important;
color: var(--whiteColor);
font-size: 21px;
}

.swiper-button-prev::before {
content: "\F12F";
}

.swiper-button-next::before {
content: "\F138";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
background-image: none;
right: 0;
left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
background-image: none;
left: 0;
right: auto;
}

.swiper-container-service {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
z-index: 1;
padding: 0 3px;
}




.expert-card {
background: var(--primaryColor);
border-radius: 30px;
padding: 60px;
}

.expert-card .btn-default {
background-color: var(--whiteColor);
color: var(--primaryColor);
padding: 12px 24px;
}

.expert-card .btn-default:hover {
color: var(--whiteColor);
}

.expert-card .btn-default::before {
display: none;
}
/* IMAGE */
.expert-image {
position: relative;
width: 320px;
height: 420px;
border-radius: 100px;
overflow: hidden;
border: 6px solid #5f5aff;
}

.expert-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.badge-text {
position: absolute;
bottom: 40px;
left: 53px;
background: #cfd7ff;
color: #00198d;
padding: 8px 14px;
font-size: 12px;
border-radius: 20px;
font-weight: 500;
}

.expert-content h2 {
font-size: 42px;
color: var(--whiteColor);
line-height: 1.5;
margin: 0 0 45px 0;
}

.expert-content h2 span {
background: #ffffff;
color: var(--primaryColor);
padding: 0 10px 5px 10px;
border-radius: 8px;
}

.expert-content p {
font-size: 18px;
line-height: 1.6;
margin-bottom: 0;
color: var(--whiteColor);
font-weight: 400;
}


.testimonial-section {
padding: 70px 0;
overflow: hidden;
}

.testimonial-section h2 {
margin: 0 0 10px 0;
}

.testimonial-section .lead {
font-size: var(--font18);
}

.testimonial-card {
position: relative;
background: #fff;
margin: 30px auto 0 auto;
padding: 45px 24px 45px 60px;
border-radius: 15px;
/*box-shadow: 0 5px 20px rgba(0,0,0,0.08);*/
border: 1px solid #ddd;
}

.quote {
position: absolute;
font-size: 72px;
color: #00198d;
font-weight: bold;
line-height: 1;
font-family: "Gravitas One", serif;
}

.quote-left {
top: 32px;
left: 20px;
}

.testimonial-footer {
display: flex;
align-items: center;
gap: 15px;
}

.testimonial-footer img {
width: 55px;
height: 55px;
border-radius: 50%;
object-fit: cover;
}

.testimonial-footer h4 {
margin: 0;
font-size: 16px;
color: #333;
}

.testimonial-footer span {
font-size: 13px;
color: #888;
}


.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}

.form-group {
margin: 24px 0 0 0;
}

.form-control, .form-select {
padding: 12px 24px;
border-radius: 8px;
font-size: 14px;
}

.inner-banner {
background-color: #00198D;
position: relative;
display: flex;
align-items: end;
height: auto;
overflow: hidden;
padding: 24px 0 24px 0;
}

.inner-banner .inner-banner-detail {
position: relative;
padding-top: 0;
z-index: 1;
}

.inner-banner .inner-banner-detail h2 {
margin: 0 0 15px 0;
color: #fff;
}

.breadcrumb-item.active {
color: #fff;
}

.breadcrumb .breadcrumb-item a {
color: #00aafd;
}

.breadcrumb-item + .breadcrumb-item::before {
color: #ffffff;
}

.carousel-inner .carousel-item img {
width: 100%;
object-fit: cover;
object-position: center;
}

.carousel-control-btns {
width: 100px;
height: 45px;
position: absolute;
top: auto;
bottom: 24px;
right: 24px;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
gap: 24px;
padding: 0;
text-align: center;
background: none;
background-color: #ffffff;
border-radius: 30px;
box-shadow: var(--PrimaryboxShadow);
}

.carousel-control-prev, .carousel-control-next {
font-size: 24px;
opacity: 1;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
opacity: 1;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
background-image: none;
font-family: bootstrap-icons !important;
width: auto;
height: auto;
color: #ffffff;
transition: all 0.15s ease;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
color: var(--hoverColor);
}

.carousel-control-prev-icon::before {
content: "\F12F";
}

.carousel-control-next-icon::before {
content: "\F138";
}

.product-detail {
margin: 70px 0;
/* border-bottom: 1px solid #00000021; */
/* padding: 0 0 50px 0; */
}

.product-detail-content h3 {
margin: 30px 0 15px 0;
}

.product-detail-content h4 {
margin: 24px 0 10px 0;
}

.product-detail-content ul {
margin: 0 0 0 15px;
}

.product-detail-content ul li {
list-style: disc;
color: var(--paraColor);
font-size: 15px;
}
 .product-detail-content ul li b {
font-weight: 500;
 }

 .product-detail .cta-content {
  position: relative;
  z-index: 1;
  width: 70%;
  padding: 45px 30px;
 }

.product-detail .cta-content h4 {
margin: 0 0 15px 0;
}

.product-detail .cta-content .btn-custom {
margin: 20px 0 0 0;
}

.product-detail .cta-content .btn-text {
margin: 20px 0 0 0;
}

.product-detail .cta-img {
position: absolute;
bottom: 0;
right: 15px;
width: 60%;
}

.product-detail-content .expert-card {
padding: 30px 24px;
}
 .product-detail-content .expert-card .expert-image {
  width: 100%;
  height: 360px;
  border-radius: 60px;
 }
 .product-detail-content .expert-card .expert-content h2 {
  font-size: 36px;
  color: var(--whiteColor);
  line-height: 1.5;
  margin: 0 0 30px 0;
 }
 .product-detail-content .expert-card .expert-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: var(--whiteColor);
  font-weight: 400;
 }

 aside {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
 }

.side-card {
background-color: #ffffff;
border: 1px solid rgb(221, 221, 221);
padding: 24px;
border-radius: 15px;
margin: 0 0 30px 0;
/*box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;*/
}

.side-card h4 {
margin: 0;
}

.side-card ul {
margin: 15px 0 0 20px;
}

.side-card ul li {
list-style: disc;
margin: 0 0 5px 0;
}

.side-card ul li:last-child {
margin: 0;
}

.side-card ul li a {
color: var(--paraColor);
font-size: var(--font16);
font-weight: 500;
}

.side-card ul li a:hover {
color: var(--hoverColor);
}




/*Blog Page css Start*/
/*=================== Blog Posts=====================*/

.blog-detail-section {
margin: 50px 0;
}

.post {
margin-bottom: 30px;
margin-right: 30px;
border: 1px solid rgb(221, 221, 221);
padding: 24px;
box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
border-radius: 15px;
}


.post .post-thumbnail {
position: relative;
overflow: hidden;
border-radius: 15px;
}

.post .post-thumbnail a {
display: block;
}

.post .post-thumbnail img {
width: 100%;
border-radius: 15px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
-webkit-transform: scale(1) translateX(0) rotate(0deg);
-ms-transform: scale(1) translateX(0) rotate(0deg);
transform: scale(1) translateX(0) rotate(0deg);
height: 450px;
object-fit: cover;
object-position: center center;
}

.post .post-thumbnail:hover img {
-webkit-transform: scale(1.1) translateX(0) rotate(2deg);
-ms-transform: scale(1.1) translateX(0) rotate(2deg);
transform: scale(1.1) translateX(0) rotate(2deg);
}

.post .post-thumbnail .post-meta {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 8px;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
pointer-events: none;
padding: 10px 15px;
border-bottom: 0;
margin: 0;
display: flex;
justify-content: space-between;
align-items: end;
}

.post .post-thumbnail .post-meta span {
display: block;
color: #fff;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
font-size: 13px;
}

.post .post-thumbnail:hover .post-meta {
opacity: 1;
visibility: visible;
}

.post.post-no-thumbnail .post-meta {
margin: 0;
padding: 0;
border: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

.post.post-no-thumbnail .post-meta span {
font-size: 13px;
}

.post-categories {
margin-top: 15px;
}

.post-categories span {
display: inline-block;
padding: 5px 15px;
color: var(--paraColor);
background-color: #EEF9FF;
border-radius: 5px;
font-weight: normal;
margin: 0 2px 5px 0;
font-size: 13px;
text-align: center;
line-height: 1.6;
}

.post-categories a:hover {
background-color: var(--blueColor);
color: #fff;
}

.post h5 {
transition: ease-in-out all 0.2s;
}

.post:hover h5 {
color: var(--hoverColor);
}

.post .post-body {
margin: 10px 0 0;
}

.post .post-body p {
margin: 0;
}

.post .post-body h5 {
font-size: 21px;
margin-bottom: 10px;
}

.post .video-player-trigger,
.post-single .video-player-trigger {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.post .video-player-trigger a,
.post-single .video-player-trigger a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
/* Featured */
.recipe.featured-recipe {
position: relative;
margin: 0 0 30px 0px;
}

.recipe .recipe-body {
padding: 30px;
}

.recipe.featured-recipe .recipe-body {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}

.recipe.featured-recipe .recipe-body::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 8px;
z-index: -1;
}

.recipe.featured-recipe h6 {
margin: 0;
}

.recipe.featured-recipe h6 a {
line-height: 24px;
color: #fff;
}

.recipe.featured-recipe h6 a:hover {
color: #ff6767;
}

.recipe.featured-recipe .recipe-thumbnail,
.recipe.featured-recipe .recipe-thumbnail img {
border-radius: 8px;
}

.post-single {
margin-bottom: 0;
padding-right: 30px;
margin-bottom: 30px;
margin-right: 30px;
border: 1px solid rgb(221, 221, 221);
padding: 24px;
box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
border-radius: 15px;
}

.post-single h1 {
font-size: 36px;
margin: 0 0 15px 0;
}

.post-single h2 {
font-size: 30px;
margin: 0 0 15px 0;
}

.post-single h3 {
font-size: 24px;
margin: 0 0 15px 0;
}

.post-single h4 {
font-size: 21px;
margin: 0 0 15px 0;
}

.post-single h5 {
font-size: 18px;
margin: 0 0 15px 0;
}

.post-single h6 {
font-size: 16px;
margin: 0 0 15px 0;
}

.post-single h2 strong {
font-weight: 600;
}

.post-single blockquote {
color: var(--paraColor);
position: relative;
padding: 20px;
margin: 20px 0;
border-left: 3px solid var(--blueColor);
font-size: 16px;
font-style: italic;
}

.post-single .post-categories {
margin-bottom: 15px;
}

.post-single .post-meta {
margin-bottom: 0;
}

.post-single .post-meta span,
.post-single .post-meta span i {
margin-right: 10px;
font-size: 14px;
color: var(--headingColor);
}

.post-single .post-thumbnail {
position: relative;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
}

.post-single .post-thumbnail img {
border-radius: 15px;
max-height: 350px;
}

.post-single .post-date-time {
display: flex;
align-items: center;
justify-content: space-between;
}

.post-single .post-date-time .post-categories a {
display: inline-block;
padding: 5px 15px;
color: var(--paraColor);
background-color: #EEF9FF;
border-radius: 5px;
font-weight: normal;
margin: 0;
font-size: 13px;
text-align: center;
line-height: 1.6;
max-width: 480px;
}

.post-single .media {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}

.post-single .media img {
width: 50px;
border-radius: 50%;
}

.post-single .media p {
margin-bottom: 0;
}

.post-content blockquote p {
margin: 0;
}

.post-content img {
border-radius: 8px;
}

.post-content p {
margin-bottom: 15px;
}

.post-content p strong {
font-weight: 450;
color: var(--blueColor);
}

.post-content ul {
margin: 0 0 15px 30px;
}

.post-content ul li {
list-style: disc;
color: var(--paraColor);
margin: 0 0 5px 0;
}

.post-content ul li p {
margin: 0;
}

.post-content ul li p strong {
font-weight: 600;
color: var(--headingColor);
}

.post-content ul li::marker {
color: var(--headingColor);
}

.post-content ol {
margin: 0 0 15px 0;
}

.post-content ol li {
margin: 0 0 5px 0;
}

.post-content ol li p {
margin: 0;
}

.post-content ol li p strong {
font-weight: 600;
color: var(--headingColor);
}

.post-content ol li::marker {
color: var(--headingColor);
}

.post-content ol li {
color: var(--paraColor);
}

.post-content img {
margin-bottom: 20px;
}

.post-meta {
margin-bottom: 50px;
}

.about-author {
margin: 0 30px 30px 0;
background-color: #ffffff;
border-radius: 15px;
border: 1px solid rgb(221, 221, 221);
padding: 24px;
box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.about-author h4 {
margin-bottom: 30px;
}

.about-author-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}

.about-author-content {
flex: 1;
}

.about-author-content p {
text-align: justify;
}

.about-author-content h5 {
margin-bottom: 15px;
}

.social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
}

.social-media li {
margin: 0;
}

.about-author .social-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 20px 0 0;
}

.about-author .social-media li a {
background-color: #f3f3f3;
border: 0;
color: #515151;
width: 40px;
height: 40px;
font-size: 14px;
transition: ease-in-out all 0.2s;
}

.about-author .social-media li a:hover {
background-color: var(--blueColor);
color: #fff;
}

.social-media a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 15px;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid #1d2228;
color: #1d2228;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.social-media a:hover {
background-color: #85b72c;
border-color: #85b72c;
color: #fff;
}

.social-media li a i {
margin: 0;
}

.about-author img {
width: 140px;
border-radius: 15px;
margin-right: 20px;
}

.comments-list {
margin: 0 30px 30px 0;
background-color: #ffffff;
border-radius: 15px;
border: 1px solid rgb(221, 221, 221);
padding: 24px;
box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.comments-list ul {
margin: 0;
}

.comments-list h5 {
margin-bottom: 30px;
}

.comments-list .comment-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}

.comments-list .comment-item .comment-body {
position: relative;
flex: 1;
}

.comments-list .comment-item img {
width: 65px;
margin-right: 20px;
border-radius: 8px;
}

.comments-list .comment-item h6 {
margin-bottom: 15px;
}

.comments-list .comment-item span {
display: inline-block;
margin-bottom: 15px;
color: #848486;
font-size: 13px;
line-height: 21px;
position: absolute;
top: 4px;
right: 0;
}

.comments-list .comment-item p {
margin-bottom: 0;
text-align: justify;
}

.comments-list li {
margin-bottom: 0;
}

.comments-list li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}

.comment-form {
margin: 0 30px 0 0;
background-color: #ffffff;
border-radius: 15px;
border: 1px solid rgb(221, 221, 221);
padding: 24px;
box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}

.comment-form .btn-custom {
margin: 0;
}

.comment-form h4 {
margin-bottom: 30px;
}

.reply-link {
color: #1d2228;
font-family: "Playfair Display", sans-serif;
font-weight: 600;
}

.reply-link:hover {
color: #729e25;
}

/* 6.4.1. Sidebar */
.sidebar-widget + .sidebar-widget {
margin-top: 50px;
}

.sidebar-widget p {
margin-bottom: 0;
font-size: 13px;
}

.sidebar-widget h5 {
font-size: 21px;
margin-bottom: 30px;
}

.media {
display: flex;
}

.media-body {
-ms-flex: 1;
flex: 1;
}

.blog-place-img img {
height: 140px;
width: 100%;
object-fit: cover;
object-position: center;
}

.sidebar-widget .media {
margin-bottom: 30px;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: center;
}

.sidebar-widget .media:last-child {
margin-bottom: 0;
}

.sidebar-widget .media > a {
display: block;
width: 130px;
border-radius: 8px;
margin-right: 15px;
overflow: hidden;
border: 1px solid rgb(221, 221, 221);
}

.sidebar-widget .media img {
width: 100%;
border-radius: 8px;
height: 100px;
object-fit: cover;
object-position: center;
}

.sidebar-widget .media h6 {
margin: 0 0 5px 0;
font-size: 16px;
}

.sidebar-widget .media h6 a {
color: var(--heading);
transition: ease-in-out all 0.2s;
}

.sidebar-widget .media h6 a:hover {
color: var(--hoverColor);
}

.tags a {
display: inline-block;
font-size: 13px;
padding: 3px 12px;
border: 1px solid rgba(0, 0, 0, 0.1);
color: #848486;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background-color: #fff;
margin: 2px 2px 2px 0;
border-radius: 30px;
text-decoration: none;
}

.tags a:hover {
background-color: #f5f5f5;
border-color: rgba(0, 0, 0, 0.1);
color: #848486;
-webkit-box-shadow: none;
box-shadow: none;
}

/*=================== Footer Section css Start ========================*/
.footer {
background: linear-gradient(180deg, rgb(0, 25, 141) 0%, #00198D 100%);
color: var(--blueColor);
padding: 45px 0 15px 0;
position: relative;
}

.franchise-content {
padding-right: 24px;
}


.franchise-content h4 {
margin: 0 0 10px 0;
}

.franchise-content h5 {
margin: 24px 0 10px 0;
}

.franchise-content .lead {
margin: 15px 0 0 0;
}

.franchise-content ul {
margin: 0 0 0 20px;
}

.franchise-content ul li {
color: var(--paraColor);
list-style: disc;
}

.contact-form {
background: linear-gradient(180deg, #FFF 0%, rgba(147, 209, 242, 0.71) 100%);
padding: 0 30px 45px 30px;
border-radius: 15px;
}

.breadcrumb-item + .breadcrumb-item {
color: #fff;
}

.contact-form .form-group {
margin: 0 0 15px 0;
}

.contact-form .form-group label {
color: var(--headingColor);
}

.contact-form .btn-custom {
margin: 15px 0 0 0;
border-radius: 8px;
}


.contact-card {
display: flex;
align-items: center;
gap: 15px;
margin: 0 0 30px 0;
border-bottom: 1px solid #00000020;
padding: 0 0 30px 0;
}

.contact-card:last-child {
margin-bottom: 0;
border-bottom: none;
}

.contact-card .contact-icon {
height: 70px;
width: 70px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: #00198D;
}

.contact-card .contact-detail p {
margin: 0;
font-size: var(--font18);
}

.contact-card .contact-detail p a {
color: var(--paraColor);
}

.contact-card .contact-detail p a:hover {
color: var(--hoverColor);
}

.contact-card .contact-icon i {
font-size: 27px;
color: #fff;
}

iframe {
border-radius: 8px;
}

.accordion-button {
font-weight: 600;
color: var(--paraColor);
font-size: var(--font18);
}

.accordion-body {
background: linear-gradient(180deg, #fff 0%, rgba(238, 249, 255, 0.71) 100%);
}

.accordion-body ul {
margin: 0 0 0 20px;
}

.accordion-body ul li {
color: var(--paraColor);
list-style: disc;
}

.accordion-body p {
margin: 0;
}

.accordion-button:not(.collapsed) {
color: var(--headingColor);
background-color: var(--bs-accordion-active-bg);
box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
background: linear-gradient(180deg, rgba(238, 249, 255, 0.71) 0%, #FFF 100%);
}

.privacy-detail {
padding: 70px 0;
}

.privacy-detail h3 {
margin: 20px 0 10px 0;
}

.privacy-detail h3:first-child {
margin: 0;
}

.privacy-detail h5 {
margin: 20px 0 10px 0;
}

.privacy-detail p {
text-align: justify;
}

.privacy-detail ul {
margin: 0 0 10px 20px;
}

.sticky .navbar-brand {
padding: 0;
width: 150px;
position: static;
border: none;
}

.privacy-detail ul li {
list-style: disc;
}

.footer h5 {
margin: 0 0 24px 0;
color: #fff;
}

.footer p a {
color: #d5d9ec;
transition: ease-in-out all 0.2s;
}

.footer p a:hover {
color: #379EFF;
}

.footer .footer-top .footer-logo {
width: 160px;
margin: 0 0 15px 0;
}

.footer-middle {
border-top: 1px solid rgb(14, 38, 147);
border-bottom: 1px solid rgb(14, 38, 147);
margin: 30px 0 15px 0;
padding: 24px 0;
}

.footer-section {
display: none;
padding: 0;
}

.footer-section p {
margin: 0 0 10px 0;
color: #d5d9ec;
}

.footer-section ul li a {
color: #d5d9ec;
margin: 0 0 5px 0;
display: block;
}

.footer-section ul li a:last-child {
margin: 0;
}

.footer-section ul li a:hover {
color: #379EFF;
}

.footer-section p a {
color: #d5d9ec;
}

.footer-section p a:hover {
color: #379EFF;
}

.footer p i {
color: #ffffff;
margin: 0 10px 0 0;
}

.footer-header {
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
border-top: 1px solid #444;
}

.footer-header:first-child {
border-top: none;
}

.icon {
transition: transform 0.3s ease;
}

.ft-social-media {
display: flex;
align-items: center;
gap: 30px;
margin: 0;
justify-content: center;
}

.ft-social-media li {
list-style: none;
}

.ft-social-media li a {
display: flex;
align-items: center;
justify-content: center;
/*height: 40px;
width: 40px;*/
background-color: var(--blueColor);
color: var(--whiteColor);
font-size: 24px;
}

.ft-social-media li a:hover {
color: #379EFF;
}

.fb-bg {
background: var(--fb-bg) !important;
}

.in-bg {
background: var(--in-bg) !important;
}

.yt-bg {
background: var(--yt-bg) !important;
}

.li-bg {
background: var(--li-bg) !important;
}

.x-bg {
background: var(--x-bg) !important;
}

.footer-bottom p {
margin: 0;
color: #ffffff;
}

.modal-content {
background: linear-gradient(180deg, #fff 0%, rgb(238 249 255) 100%);
border: none;
border-radius: 8px;
}

.modal-content .modal-header {
padding: 15px 30px 0 30px;
}

.modal-content .modal-body {
position: relative;
flex: 1 1 auto;
padding: 30px 30px 0 30px;
}

.modal-content .modal-footer {
padding: 0 30px 30px 30px;
justify-content: start;
}

.modal-content .modal-body .btn-close {
position: absolute;
right: 30px;
top: 15px;
}

#button {
background: linear-gradient(180deg, #fff 0%, rgb(238 249 255) 100%);
width: auto;
bottom: 20px;
left: 15px;
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
border-radius: 30px;
height: 50px;
position: fixed;
transition: background-color .3s, opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
padding: 0 20px;
/*box-shadow: -13px 4px 30px -7px rgba(0,0,0,0.49);
    -webkit-box-shadow: -13px 4px 30px -7px rgba(0,0,0,0.49);
    -moz-box-shadow: -13px 4px 30px -7px rgba(0,0,0,0.49);*/
border: 2px solid var(--hoverColor);
font-weight: 500;
}

#button p a .bi-headphones::before {
font-weight: 900 !important;
}

#button.show {
opacity: 1;
visibility: visible;
}

#button p {
margin: 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
}

#button p a {
border-right: 1px solid #00000020;
padding-right: 15px;
color: var(--headingColor);
font-size: var(--font16);
}

#button p a:last-child {
border-right: none;
padding-right: 0;
}

#button p a:hover {
color: var(--hoverColor);
}



.service-section {
padding: 70px 0;
}

.service-section .lead {
margin: 0;
position: relative;
color: var(--blueColor);
padding: 0 0 0 70px;
display: inline-flex;
font-size: 16px;
font-weight: 500;
}

.service-section .lead::before {
content: '';
position: absolute;
height: 1px;
width: 60px;
background-color: var(--blueColor);
top: 15px;
left: 0;
}

.feature-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
margin: 20px 0;
}

.feature-grid {
list-style: none;
padding: 0;
margin: 30px 0;
display: grid;
gap: 20px;
}

/* Top grid (4 items) */
.feature-grid.upper {
grid-template-columns: repeat(4, 1fr);
}

/* Bottom grid (center 2 items) */
.feature-grid.bottom {
grid-template-columns: repeat(2, 320px); /* fixed width boxes */
justify-content: center; /* centers them */
}

/* Box styling */
.feature-grid li {
background: linear-gradient(180deg, rgba(238, 249, 255, 0.71) 0%, #FFF 100%);
padding: 15px 24px;
font-size: 16px;
font-weight: 500;
color: #333;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
transition: 0.3s ease;
border: 1px solid rgb(221, 221, 221);
border-radius: 10px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}

.feature-grid li:hover {
background: #ffffff;
border-color: #bbb;
box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.service-section .services-card {
text-align: center;
background: var(--whiteColor);
border-radius: 8px;
box-shadow: 1px 5px 12px -3px rgba(0, 0, 0, 0.10);
margin: 0;
padding: 24px 15px;
}

.service-section .services-card h5 {
margin: 24px 0 15px 0;
font-size: 21px;
}

.service-section .services-card img {
border-radius: 8px;
}

.services-card .btn-custom {
padding: 0 24px;
font-size: 16px;
height: 45px;
line-height: 45px;
align-items: center;
justify-content: center;
width: auto;
}




.side-buttons {
position: fixed;
right: 0;
top: 35%;
display: flex;
flex-direction: column;
gap: 10px;
z-index: 999;
}

.side-buttons a.btn {
text-decoration: none;
padding: 20px 15px;
writing-mode: vertical-rl;
text-align: center;
font-size: 15px;
border-radius: 10px 0 0 10px;
transition: 0.3s;
border: none;
}

.side-buttons a.book-service {
background: linear-gradient(90deg, rgb(46, 77, 181) 0.85%, rgb(9, 28, 127) 100%);
color: #ffffff;
border: none;
}

.side-buttons a.become-partner {
background-color: #1fbcff;
color: white;
border: none;
}

.side-buttons a.btn:hover {
opacity: 0.8;
}

.modal {
z-index: 999999999999;
}

.modal-body h4 {
margin: 0 0 10px 0;
}

.quiz-section {
margin: 70px 0;
}

.quiz-section .quiz-detail {
text-align: center;
padding: 30px 0;
}

.quiz-section .quiz-detail select {
max-width: 450px;
margin: 0 auto;
}

.quiz-section .progress {
height: 12px;
border-radius: 30px;
}



.step {
display: none;
}

.step.active {
display: block;
}


.quiz-result {
margin: 70px 0;
}

.circle-progress {
position: relative;
width: 120px;
height: 120px;
}

.progress-ring__background {
fill: none;
stroke: #eee;
stroke-width: 12;
}

.progress-ring__circle {
fill: none;
stroke: #4caf50;
stroke-width: 12;
stroke-linecap: round;
transform: rotate(-90deg);
transform-origin: 50% 50%;
stroke-dasharray: 339.292;
stroke-dashoffset: 339.292;
transition: stroke-dashoffset 0.6s ease;
}

.score-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 22px;
font-weight: bold;
color: #333;
}

.yt-video-section {
margin: 70px 0 15px 0;
}

.yt-video-section .video-card {
position: relative;
display: block;
cursor: pointer;
max-height: 520px;
overflow: hidden;
}

.yt-video-section .video-card img {
width: 100%;
border-radius: 15px;
max-height: 520px;
object-fit: cover;
object-position: center;
}

.yt-video-section .video-card .play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-flex;
align-items: center;
text-decoration: none;
transition: 0.3s ease;
}

.yt-video-section .video-card .play-btn i {
color: #FF0000;
font-size: 66px;
transition: 0.3s ease;
}



/* 🔥 SCALE EFFECT ON HOVER */
.video-card:hover .play-btn i {
transform: scale(1.15);
color: #FFF;
}

/* Make modal fullscreen */
.modal-fullscreen img {
width: 100%;
height: 100vh;
object-fit: cover;
}

.modal-fullscreen .btn-close {
background-color: #ffffff;
height: 40px;
width: 40px;
border-radius: 100%;
border: none;
box-shadow: none !important;
}


.breadcrumb {
margin: 0;
}

.product-banner .carousel-inner .carousel-item img {
border-radius: 15px;
}