/*
 Theme Name: Flatsome Child
 Description: This is a child theme for Flatsome Theme
 Author: UX Themes
 Template: flatsome
 Version: 3.0
 */
/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--primary-color: #0077d9;
	--secondary-color: #fa5f5b;
	--base-color: #6b7280;
}
body {
	font-family: "Raleway", sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--primary-color) !important;
	font-weight: 500;
}
img {
	max-width: 100%;
}
.col-inner:last-child {
	padding-bottom: 0;
}
a {
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
p {
	margin-bottom: 1rem;
}
.frame-title{
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 28px;
	}
}
.html_topbar_left h3 {
	color: #fff;
	margin: 0;
}
.ul-footer ul {
	margin-bottom: 0;
}
.ul-footer ul li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 6px;
}
.ul-footer ul li a {
	font-size: 14px;
	color: var(--primary-color);
}
.ul-footer ul li a:hover {
	text-decoration: underline;
}
.ul-footer h3 {
	color: var(--base-color) !important;
	font-weight: 400;
	font-size: 18px;
}
.header-main {
	background-image: -webkit-gradient(linear, left top, right top, from(#6bbaff), to(#0077d9)) !important;
	background-image: -o-linear-gradient(left, #6bbaff, #0077d9) !important;
	background-image: linear-gradient(to right, #6bbaff, #0077d9) !important;
}
.header-button .button {
	border: 1px solid #fff;
	color: #fff !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px 36px;
	font-weight: 400;
}
.header-button .button:hover {
	background-color: #fff !important;
	color: var(--primary-color) !important;
}
.copyright-footer {
	color: var(--base-color);
	font-size: 12px;
}
.copyright-footer a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}
.ss-banner-hp {
	background-image: -webkit-gradient(linear, left top, right top, from(#6bbaff), to(#0077d9)) !important;
	background-image: -o-linear-gradient(left, #6bbaff, #0077d9) !important;
	background-image: linear-gradient(to right, #6bbaff, #0077d9) !important;
}
.ss-banner-hp h1 {
	font-size: 70px;
	line-height: 1.1;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 800;
}
.ss-banner-hp p {
	font-size: 20px;
	line-height: 28px;
}
.banner-iconbox-hp .icon-box-text p {
	font-size: 14px;
	line-height: 20px;
}
.gallery-hp-logo img {
	max-width: 100px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
}
.gallery-hp-logo .box-image {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
.gallery-hp-logo .gallery-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
}
.gallery-hp-logo .box-text {
	display: none;
}
.gallery-hp-logo .flickity-prev-next-button {
	margin-top: -3% !important;
}
.ss-afford h2 {
	color: #fff !important;
}
.ss-about-hp {
	position: relative;
}
.ss-about-hp .col-about-sd > .col-inner {
	-webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.ss-about-hp:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(/wp-content/uploads/2025/10/healthinssurance-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ss-pd {
	padding: 60px 0 !important;
}
.ss-about-hp.two:after {
	left: 50%;
	background-image: url(/wp-content/uploads/2025/10/Life-insurance.png);
}
.exchange-hp h2, .exchange-hp p {
	margin-bottom: 15px;
}
.ss-certificate img {
	height: 45px;
	-o-object-fit: contain;
	object-fit: contain;
}
.tabbed-content.tab-question-hp {
	border-radius: 24px;
	overflow: hidden;
}
.tabbed-content.tab-question-hp .tab-panels {
	border: 0;
	padding: 30px;
}
.tabbed-content.tab-question-hp .nav-tabs {
	border-right: 1px solid #e9f0f6;
}
.tabbed-content.tab-question-hp .nav-tabs li + li {
	border-top: 1px solid #e9f0f6;
}
.tabbed-content.tab-question-hp .nav-tabs li a {
	background-color: #fff;
	color: #000;
	border: 0;
	font-size: 16px;
	padding: 28px 16px;
}
.tabbed-content.tab-question-hp .nav-tabs li.active a {
	background-color: var(--primary-color);
	color: #fff;
}
.tabbed-content.tab-question-hp p {
	margin-bottom: 1rem;
}
.tabbed-content.tab-question-hp p:last-child {
	margin-bottom: 0;
}
.tabbed-content.tab-question-hp h3 {
	color: var(--primary-color);
}
.question-rank-plan {
	border-bottom: 1px solid #e9f0f6;
	margin-bottom: 15px;
}
.question-rank-plan .icon-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.question-rank-plan .icon-box h4 {
	font-size: 16px;
	color: var(--primary-color);
	line-height: 24px;
}
.question-rank-plan span {
	color: var(--primary-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}
.question-rank-plan .progress-frame {
	width: 100%;
	height: 16px;
	background: #C7D9E7;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.question-rank-plan .progress-frame .real {
	height: 100%;
	position: absolute;
	background: var(--primary-color);
	left: 0;
	top: 0;
}
.question-rank-plan .col {
	padding-bottom: 15px;
}
.question-rank-plan p {
	margin-bottom: 0 !important;
}
.question-rank-plan:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.desc-question p {
	margin-bottom: 1rem;
}
.desc-question p:last-child {
	margin-bottom: 0;
}
.fz-14 {
	font-size: 14px;
}
.blog-edit-hp .col {
	padding-bottom: 0;
}
.blog-edit-hp .post-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.blog-edit-hp .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.blog-edit-hp .col-inner {
	border-radius: 8px;
	overflow: hidden;
	background-color: #85858508;
}
.nav > li > a > i.icon-menu {
	color: #fff;
}
.item-service {
	-webkit-box-shadow: rgba(100, 100, 111, 0.09) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.09) 0px 7px 29px 0px;
	border-radius: 8px;
	overflow: hidden;
}
.step-life-insurance .col-inner {
	border-radius: 4px;
	-webkit-box-shadow: #1e65a047 0px 5px 15px;
	box-shadow: #1e65a047 0px 5px 15px;
}
.step-life-insurance .col-inner span {
	width: 40px;
	height: 40px;
	border: 1px solid var(--secondary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 24px;
	color: var(--secondary-color);
	margin: auto;
	margin-bottom: 15px;
}
.step-life-insurance .col-inner p {
	text-align: center;
}
.step-life-insurance .col-inner h3 {
	font-weight: 500;
	color: var(--secondary-color) !important;
}
.step-life-insurance .col:first-child .col-inner {
	background-color: var(--secondary-color);
	color: #fff;
}
.step-life-insurance .col:first-child .col-inner h3 {
	color: #fff !important;
}
.step-life-insurance .col:first-child .col-inner span {
	border-color: #fff;
	color: #fff;
}
.highlights-icon h3 {
	margin-bottom: 4px;
	color: var(--primary-color);
}
.blog-archive {
	padding-bottom: 0;
}
.blog-archive > .col {
	padding-bottom: 0;
}
.blog-archive .post-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 16px;
}
.blog-archive .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.entry-content p {
	margin-bottom: 1rem;
}
.form-all-advisor input, .form-all-advisor textarea, .form-all-advisor select {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	background-color: #33333314 !important;
	font-size: 14px;
	border-radius: 8px;
	min-height: 50px;
	font-weight: 400;
}
.form-all-advisor textarea {
	min-height: 200px;
}
.form-all-advisor .two-col p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 0;
}
.form-all-advisor .wpcf7-submit {
	background-color: var(--primary-color) !important;
	font-weight: bold;
	min-height: 40px;
	margin: auto;
	display: block;
}
.form-all-advisor a{
	color: var(--primary-color);
	font-size: 14px;
}
textarea {
	resize: vertical;
}
.wpcf7-spinner {
	display: none;
}
.nav-dropdown {
	padding: 0;
}
.ss-medial-banner h1 {
	font-size: 36px;
}
.ss-medial-banner p {
	font-size: 30px;
	color: var(--primary-color);
	line-height: 1.2;
}
.ss-about-medical p, .ss-about-medical li {
	color: #000;
}
.ss-medical-whatdo-banner .icon-box {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ss-medical-whatdo-banner h4 {
	font-size: 20px;
	color: #64748B !important;
	margin: 0;
}
.overlay {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 20%, rgba(255, 255, 255, 0) 80%);
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
	text-shadow: 0 !important;
}
.ss-about-hp-v2 .box {
	border-radius: 10px;
	overflow: hidden;
}
.ss-about-hp-v2 .box .box-text {
	height: 185px;
	bottom: -41%;
	transition: all 0.25s linear;
	background-color: #000 !important;
}
.ss-about-hp-v2 .box .box-text h3 {
	color: #fff !important;
	font-weight: 600;
	font-size: 22px;
}
.ss-about-hp-v2 .box .box-text p, .ss-about-hp-v2 .box .box-text .button {
	color: #fff !important;
}
.ss-about-hp-v2 .box .box-text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ss-about-hp-v2 .box .box-text .button {
	margin-bottom: 0;
}
.ss-about-hp-v2 .box:hover .box-text {
	bottom: 0;
}
.flickity-slider > .row:not(.is-selected) {
	opacity: 1;
}
.ss-specialist {
	padding-top: 30px;
}
.ss-specialist .card-item {
	border-radius: 15px;
	overflow: hidden;
	background-color: #fafafa;
}
.ss-specialist .card-item .image-box {
	height: 350px;
	overflow: hidden;
	background: #333;
}
.ss-specialist .card-item .image-box img {
	height: 100%;
	object-fit: cover;
}
.ss-specialist .card-item .text-box {
	padding: 15px;
}
.ss-specialist .card-item .text-box h2 {
	font-size: 24px;
}
.ss-specialist .card-item .text-box ul {
	margin-bottom: 0;
}
.ss-specialist .card-item .text-box ul li {
	list-style-type: none;
}
.ss-specialist .card-item .text-box ul li i {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	color: var(--primary-color);
}
.ss-specialist .card-item .text-box ul li:last-child {
	margin-bottom: 0;
}
.nav-pagination li a {
	border: 1px solid #333;
}
.nav-pagination li a i {
	top: 1px;
}
.form-specialist input, .form-specialist button {
	margin-bottom: 0;
}
.form-specialist input {
	height: 55px;
	border-radius: 50px;
	padding-left: 20px;
	padding-right: 125px;
	box-shadow: none;
}
.form-specialist button {
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
	border-radius: 50px;
}
.header-nav {
	/*width: 300px;
	*/
}
.header-nav .sub-menu li {
	width: 100%;
}
.header-nav .sub-menu .menu-item-has-children > a {
	text-transform: none;
}
.header-nav .sub-menu .menu-item-has-children:after {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 11px;
}
.header-nav .sub-menu .menu-item-has-children {
	position: relative;
}
.header-nav .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	opacity: 0;
	transition: all 0.25s ease;
	position: absolute;
	left: 100%;
	background: #fff;
	border-radius: 5px;
	top: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-nav .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}
.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
	opacity: 0;
}
.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}
.header-nav .sub-menu.nav-dropdown-default {
	display: flex;
	flex-direction: column;
}
.header-nav .sub-menu.nav-dropdown li a {
	padding: 5px 25px 5px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--text-black);
	display: block;
	border: none;
	text-align: left;
	margin: 0;
}
@media (max-width: 998px) {
	.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
		font-size: 14px;
	}
	.nav:not(.nav-slide) .active > .children {
		padding-bottom: 15px;
		font-size: 14px;
	}
	.blog-edit-hp .post-title a {
		font-size: 16px;
	}
	.tabbed-content.tab-question-hp .nav-tabs {
		border-right: 0;
		border-bottom: 1px solid #e9f0f6;
	}
	.banner-iconbox-hp .icon-box-text p {
		font-size: 12px;
	}
	.ss-banner-hp h1 {
		font-size: 50px;
	}
	.ss-about-hp.two:after {
		left: 0%;
	}
	.ss-about-hp:after {
		width: 100%;
		height: 50%;
	}
	.frame-title h2 {
		font-size: 26px;
	}
	.frame-title h3 {
		font-size: 24px;
	}
	header #logo img {
		max-height: 50px !important;
	}
	header .stuck #logo img {
		max-height: 70px !important;
	}
}
@media (max-width: 580px) {
	.ss-about-hp-v2 .box .box-text {
		bottom: -51%;
	}
	.ss-about-hp-v2 .box .box-text h3 {
		font-size: 20px;
	}
	.banner-iconbox-hp .icon-box-text p {
		font-size: 14px;
	}
	.ss-medial-banner p {
		font-size: 16px;
	}
	.ss-medial-banner h1 {
		font-size: 24px;
	}
	.form-all-advisor .two-col p {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}
	.ss-pd {
		padding: 30px 0 !important;
	}
	.ss-certificate .col img {
		margin-bottom: 15px;
	}
	.ss-certificate .col:last-child img {
		margin-bottom: 0;
	}
	.ss-banner-hp h1 {
		font-size: 30px;
		line-height: 1.3;
	}
	.frame-title h2 {
		font-size: 24px;
	}
	.frame-title h3 {
		font-size: 22px;
	}
	.ss-about-hp:after {
		height: 33%;
	}
	.ul-footer h3 {
		font-size: 16px;
	}
	.ul-footer ul li a {
		font-size: 14px;
	}
}
