/*
Theme Name: VA By Milly
Author: Meta Sync Technologies
Version: 999.0
Description: Custom Wordpress Theme By Meta Sync Technologies.
*/
@font-face {
    font-family: 'MillyBold';
    src: url('fonts/MillyBold.eot');
    src: url('fonts/MillyBold.eot') format('embedded-opentype'),
         url('fonts/MillyBold.woff2') format('woff2'),
         url('fonts/MillyBold.woff') format('woff'),
         url('fonts/MillyBold.ttf') format('truetype'),
         url('fonts/MillyBold.svg#MillyBold') format('svg');
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraBold.ttf') format('truetype');
	font-weight: 800;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraLight.ttf') format('truetype');
	font-weight: 200;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Light.ttf') format('truetype');
	font-weight: 300;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: 600;
}
/* #### Satoshi Font Family #### */

@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
/* #### Inter Font Family #### */
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
body {
	color: #293538;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}
h1 {
	color: #84735E;
	font-family: MillyBold;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 57.6px */
}
h2 {
	color: #83685A;
	font-family: MillyBold;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 57.6px */
}
h4 {
	color: #83685A;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 110% */
}
h3 {
	color: #83685A;
	font-family: MillyBold;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
p {
	color: #293538;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}
/* Header Main */
.header-main {
	background: rgb(255, 255, 255);
	box-shadow: 0 0 8px 0 #0000000f;
}
.page_main {
	padding-top: 92px;
}
.header-logo {
	display: flex;
	align-items: center;
	gap: 12px;
}
.header-design-wall {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.header-design-wall .btn {
	color: #293538;
	font-family: Satoshi;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 24px;
	border-radius: 48px;
	background: #F4F4F4;
	transition: all ease 0.3s;
	line-height: 22px;
}
.header-design-wall a.btn.header_login {
    background: #D39C81;
    color: #293538;
}
.header-design-wall a.btn.header_login:hover {
	background: #F4F4F4;
	color: #293538;
}
.header-design-wall .btn:hover {
    background: #D39C81;
    color: #293538;
}
/* Navigation */
nav.primary_menu {
	padding-left: 40px;
}
.nav-list {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-list > li {
	position: relative;
}
.nav-list > li.menu-item-has-children:not(:last-child)::after {
	right: -20px;
}
.nav-list > li > a {
	text-decoration: none;
	display: inline-block;
	transition: color 0.2s;
	color: #293538;
	font-family: Satoshi;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	line-height: 23px;
	padding: 35px 0;
}
.nav-list > li > a:hover, .nav-list > li.menu-item-has-children:hover > a {
	color: #D39C81;
}
/* Submenu styles */
/* ...existing code... */

/* Submenu styles (supports 2nd, 3rd, and 4th level) */
.menu-item-has-children {
	position: relative;
}
.textblock h2 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.textblock h3 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}
/* 2nd level submenu */
.menu-item-has-children > .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 200px;
	background: #D39C81;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	padding: 10px 0;
	z-index: 100;
	list-style: none;
}
.sub-menu li a:hover {
	background: #fff;
	color: #D39C81;
}
/* Show submenu on hover */
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu {
 display: block;
}
/* 3rd level submenu */
.sub-menu .menu-item-has-children {
	position: relative;
}
.sub-menu .menu-item-has-children > .sub-menu {
	top: 0;
	left: 100%;
	border-radius: 8px;
	min-width: 200px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	background: #D39C81;
	padding: 10px 0;
	display: none;
	z-index: 200;
	margin-left: 2px;
}
.sub-menu .menu-item-has-children:hover > .sub-menu, .sub-menu .menu-item-has-children:focus-within > .sub-menu {
 display: block;
}
/* 4th level submenu (nested again) */
.sub-menu .sub-menu .menu-item-has-children > .sub-menu {
	left: 100%;
	top: 0;
	margin-left: 2px;
	min-width: 200px;
	z-index: 300;
}
/* Submenu links */
.sub-menu li {
	width: 100%;
	padding: 0;
}
.sub-menu li a {
	display: block;
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: background 0.2s, color 0.2s;
	font-weight: 500;
	position: relative;
}
/* Dropdown arrow for all menu items with children */
.menu-item-has-children > a {
	position: relative;
	padding-right: 22px;
}
.menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url('images/dropdown.svg') no-repeat center center;
	position: absolute;
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: transform 0.2s;
	background-size: contain;
}
/* For submenu items, show arrow pointing right */
.sub-menu .menu-item-has-children > a {
	padding-right: 22px;
}
.sub-menu .menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url('images/dropdown.svg') no-repeat center center;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	pointer-events: none;
	transition: transform 0.2s;
	background-size: contain;
}

/* Rotate arrow down on hover for top-level, right for submenus */
.menu-item-has-children:hover > a::after, .menu-item-has-children:focus-within > a::after {
 transform: translateY(-50%) rotate(180deg);
}
.sub-menu .menu-item-has-children:hover > a::after, .sub-menu .menu-item-has-children:focus-within > a::after {
 transform: translateY(-50%) rotate(90deg);
}
/* =======================
   Hero Slider Styles
   ======================= */
.hero-section {
	background: linear-gradient(278deg, rgba(255, 70, 162, 0.05) -7.04%, #D39C81 75.06%),  url('images/banner.jpg') no-repeat right top;
	background-size: cover;
	padding: 100px 0;
	position: relative;
	min-height: 650px;
}
.hero-section h1 {
	color: #FFF;
	font-family: MillyBold;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 84px; /* 116.667% */
	letter-spacing: -1.44px;
}
.hero-section p {
	color: #FFF;
	font-family: Satoshi;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	margin-top: 30px;
	line-height: 146%;
}
.hero-buttons {
	display: flex;
	gap: 10px;
	padding-top: 30px;
}
.hero-buttons .btn {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 15px 32px;
	border-radius: 50px;
	background: #FFF;
	border: 1px solid #fff;
	transition: all ease 0.3s;
}
.hero-buttons a.btn.btnsecondary {
	background: none;
	color: #fff;
}
.hero-buttons a.btn.btnsecondary:hover {
	background: #FFF;
	color: #000;
}
.hero-buttons .btn:hover {
	background: none;
	color: #fff;
}
/* ...existing code... */
.about-section {
	padding: 80px 0;
}
.about-image {
	max-width: 100%;
	border-radius: 16px;
	display: block;
	margin: 0 auto;
}
.about_right p {
color: var(--293538, #293538);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
}
.about_right {
	padding-left: 15px;
}
.about-stats {
	margin-top: 32px;
}
.stat-item .stat-value {
 color: var(--000-f-12, #000F12);
	font-family: Satoshi;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.stat-item .stat-label {
	color: #293538;
	font-family: Satoshi;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.about_right h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.out_services {
	padding-bottom: 30px;
}
.section_heading {
	text-align: center;
	padding-bottom: 35px;
}
.services_boxes .service_box_row:nth-child(odd) .service_box_img img {
	width: 100%;
	border-radius: 16px 0 0 16px;
}
.services_boxes .service_box_row:nth-child(even) .service_box_img img {
	width: 100%;
	border-radius: 0 16px 16px 0;
}
.services_boxes .service_box_row:nth-child(odd) .service_box_right {
	padding-right: 30px;
}
.services_boxes .service_box_row:nth-child(even) .service_box_right {
	padding-left: 30px;
}
a.btn.service_btn {
    padding: 13px 24px;
    border-radius: 6px;
    color: #293538;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all ease 0.3s;
    background: #F3F0EC;
}
a.btn.service_btn:hover {
	background: #D39C81;
	color: #293538;
}
.service_box_row {
	border-radius: 12px;
	border: 1.1px solid #DCD6D6;
	background: #FFF;
	box-shadow: 0 4px 11px -1px rgba(10, 10, 10, 0.04);
	margin-bottom: 40px;
}
.help-section {
	background: #F3F0EC;
	padding: 80px 0 50px 0;
}
.help-section-title {
	text-align: center;
	margin-bottom: 48px;
}
.help-box {
	border-radius: 12px;
	border: 1.1px solid #DCD6D6;
	background: #FFF;
	box-shadow: 0 4px 11px -1px rgba(10, 10, 10, 0.04);
	padding: 16px;
}
.help-icon {
	display: flex;
	width: 50px;
	height: 50px;
	padding: 14.301px;
	justify-content: center;
	align-items: center;
	gap: 11.44px;
	border-radius: 8.8px;
	border: 1.1px solid #D39C81;
	background: rgba(255, 70, 162, 0.12);
	box-shadow: 1.1px 4.4px 5.5px 0 rgba(20, 67, 31, 0.10);
	margin-bottom: 18px;
}
h3.help-box-title {
	margin-bottom: 16px;
	color: #000F12;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.help-box-text {
	color: #293538;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px; /* 178.571% */
}
.help-box-btn {
    padding: 13px 24px;
    border-radius: 6px;
    color: #293538;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all ease 0.3s;
    background: #F4F4F4;
}
.help-box-btn:hover {
	color: #293538;
	background: #D39C81;
}
.support_center {
	padding: 80px 0;
}
.help_icon_box h3 {
	color: #33363E;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 133.333% */
	text-transform: capitalize;
}
.help_text_section {
	text-align: center;
}
.help_icon_box_text {
	color: #7D7E7F;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
}
.help_icon_box {
	padding-bottom: 30px;
}
.help_icon_box:last-child {
	padding: 0;
}
.help_icon_box_text {
	padding: 0 20px;
}
a.see_detail {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	text-transform: capitalize;
}
a.see_detail:hover {
	color: #000F12;
	text-decoration: none;
}
.help_icon_box_icon {
	display: inline-flex;
	padding: 20px;
	gap: 10px;
	border-radius: 400px;
	background: #F8F8F8;
	justify-content: center;
	margin-bottom: 10px;
}
.help_center_img img {
	width: 100%;
	border-radius: 16px;
}
.help_banner {
	margin-top: 40px;
	padding: 48px;
	border-radius: 16px;
	background: #D39C81;
}
.help_banner_left h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.help_banner_left p {
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 150% */
	margin: 0;
}
.help_banner_right {
	text-align: right;
}
a.btn.help_link {
	padding: 16px 32px;
	border-radius: 100px;
	background: #FFF;
	color: #293538;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	transition: all ease 0.3s;
	border: 1px solid #FFF;
}
a.btn.help_link:hover {
	background: none;
	color: #FFF;
}
.pricing-section {
	padding-bottom: 50px;
}
.pricing-label {
	color: #D39C81;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 12px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	gap: 6px;
	align-items: center;
}
span.dot_icon {
	display: flex;
	align-items: center;
}
.pricing-box {
	padding: 32px;
	border-radius: 8px;
	border: 1px solid #CECECE;
	background: #FFF;
}
.pricing-box-featured {
	border-radius: 8px;
	border-color: #D39C81;
	background: radial-gradient(69.16% 83.98% at 0% 100%, #D39C81 0%, #D39C81 100%);
}
.pricing-box-featured .pricing-plan-title, .pricing-box-featured .pricing-plan-desc, .pricing-box-featured .pricing-hours, .pricing-box-featured .pricing-hours-unit, .pricing-box-featured .pricing-hours-per {
	color: #fff;
}
.pricing-box-bordered {
	border: 2px solid #1B9EFF;
}
.pricing-plan-title {
	color: #33363E;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.pricing-plan-desc {
	color: rgba(27, 27, 28, 0.60);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	text-transform: capitalize;
}
.pricing-box-featured .pricing-plan-desc {
	color: #fff;
}
.pricing-hours {
	color: #1B1B1C;
	font-family: Poppins;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pricing-hours-per {
	color: rgba(27, 27, 28, 0.60);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.pricing-box-featured .pricing-hours-per {
	color: #fff;
}
.pricing-btn {
	border-radius: 100px;
	padding: 12px 24px;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	text-transform: capitalize;
	text-align: center;
	transition: ease all 0.3s;
	border: 1px solid #D39C81;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.pricing-box-featured .pricing-btn {
	background: #fff;
	color: #000;
}
.pricing-btn-outline {
    background: #D39C81;
    color: #293538;
}
.pricing-btn:hover, .pricing-btn-outline:hover {
    background: #fff;
    color: #293538;
    text-decoration: none;
    border-color: #293538;
}
.pricing-box-bordered .pricing-btn {
	border: 2px solid #1B9EFF;
	background: #fff;
	color: #D39C81;
}
.pricing-btn-icon {
	display: flex;
}

.testimonial_slider_boxes {
	border: 1px solid #EDEEF7;
	background: #FFF;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 10px;
}
.tmsb_img {
	width: 38%;
}
.tmsb_img img {
	width: 100%;
}
.tmsb_content_area {
	width: 62%;
	padding: 32px;
}
.tmsb_contnent {
	color: rgba(27, 27, 28, 0.60);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 30px */
}
.tmsb_titles {
	padding-top: 20px;
}
.tmsb_rating {
	padding-bottom: 10px;
	display: flex;
	gap: 5px;
}
.tmt_detail {
	padding-top: 5px;
}
.tmsb_titles h3 {
	color: #1B1B1C;
	font-family: Poppins;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 0;
}
.testimonail_slider_main {
	padding-bottom: 70px;
	padding-top: 30px;
}
.testimonial_subheader {
	padding-bottom: 20px;
	display: flex;
	gap: 6px;
	color: #D39C81;
	text-align: center;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: 2.1px;
	text-transform: uppercase;
}
span.ts_icon {
	display: flex;
	align-items: center;
}
.tmt_right {
	display: flex;
	gap: 15px;
	justify-content: right;
	align-items: center;
}
.tmt_detail span {
	color: #D39C81;
}
a {
	color: #D39C81;
	transition: ease all 0.3s;
}
a:hover {
	color: #000;
}
.tmt_detail {
	color: rgba(27, 27, 28, 0.60);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.testimonail_slider_main ul.slick-dots {
	padding: 0;
	margin: 0;
	display: flex !important;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	list-style: none;
}
.testimonail_slider_main ul.slick-dots li button {
	border: 0;
	padding: 0;
	font-size: 0;
	width: 6px;
	height: 6px;
	border-radius: 100px;
	cursor: pointer;
	background: #EDEEF7;
	margin: 0 5px;
}
section.testimonials {
	padding-bottom: 80px;
}
.testimonail_slider_main ul.slick-dots li.slick-active button {
	width: 36px;
	background: #D39C81;
}
.testimonail_slider_main .slick-arrow {
	position: absolute;
	bottom: -10px;
	left: 42%;
	cursor: pointer;
	z-index: 9;
}
.testimonail_slider_main .slick-next.pull-right.slick-arrow {
	left: unset;
	right: 42%;
}
.tmsb_titles h4 {
	color: rgba(27, 27, 28, 0.60);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 3px 0 0 0;
}
.ready_to_claim {
	padding-bottom: 80px;
}
.ready_to_claim_inr {
    border-radius: 16px;
    background: #83685A;
    padding: 50px;
}
.ready_to_claim_content {
    padding-right: 6%;
}
.contact_form_area br {
    display: none;
}
.contact_form_area p {
    margin:0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.px-4.py-2:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.px-4.py-2 {
    background: #F4F4F4;
    border-color: #F4F4F4;
    color: #000;
    padding: 12px 36px !important;
    border-radius: 100px;
}
.ready_to_claim_content h2 {
    color: #FFF;
    font-family: MillyBold;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -3.2px;
    text-transform: capitalize;
}
.ready_to_claim_content h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.contact_form_area label {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}
select.form-control:not([size]):not([multiple]) {
    height: unset;
}
.contact_form_area .form-control {
    font-size: 14px;
    border: 0;
    padding: 16px 14px;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
a.rbtc.btn {
	padding: 6px 8px 6px 24px;
	border-radius: 80px;
	background: #FFF;
	color: #293538;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	display: inline-flex;
	align-items: center;
	gap: 20px;
	transition: all ease 0.3s;
	border: 1px solid #fff;
}
a.rbtc.btn:hover {
	background-color: #F4F4F4;
}
.footer_top {
	border-top: 1px solid #D9D9D9;
	padding-top: 40px;
}
.footer_top_inr {
	text-align: center;
	padding-bottom: 25px;
}
.footer_social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.footer_social ul li a:hover svg path {
	fill: #D39C81;
}
.footer_social ul li a svg {
	transition: all ease 0.3s;
}
.footer_social {
	padding-top: 20px;
	padding-bottom: 30px;
}
.footer_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.footer_menu ul li a:hover {
	color: #D39C81;
	text-decoration: none;
}
.footer_menu ul li a {
	color: #293538;
	text-align: center;
	font-family: Satoshi;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all ease 0.3s;
}
.footer_bottom {
	border-top: 1px solid #D9D9D9;
}
.footer_bottom_inr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
	gap: 20px;
}
.footer_bottom_inr p {
	margin: 0;
	color: #293538;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer_bottom_inr ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 15px;
}
.footer_bottom_inr ul li a {
	color: #293538;
	text-align: right;
	font-family: Satoshi;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer_bottom_inr ul li a:hover {
	color: #D39C81;
	text-decoration: none;
}
/* =======================
   Footer Styles
   ======================= */

/***** Responsive style start *****/  
.hide_desktop {
	display: none;
}
@media (max-width: 767px) {
.tmsb_contnent {
	font-size: 16px;
}
.mobile_nab {
	text-align: right;
}
.header-design-wall {
	justify-content: left;
}
.hide_mobile {
	display: none;
}
.hide_desktop {
	display: block;
}
.header-search {
	justify-content: right;
}
.mobile_menu {
	background: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 40px 5%;
	left: -100%;
	transition: ease all 0.3s;
}
.mobile_menu.mobile-menu-open {
	left: 0;
}
.close_nav {
	position: absolute;
	right: 15px;
	top: 20px;
}
.nav-list {
	display: block;
}
.header-nav {
	background: none;
	padding: 20px 0;
}
.nav-list > li > a {
	padding: 12px 0;
	font-size: 16px;
	color: #222;
}
ul.nav-list {
	border: 0;
}
h2 {
	font-size: 36px;
}
.hero-section h1 {
	font-size: 32px;
	line-height: 40px;
}
.hero-section {
	padding-top: 50px;
	padding-bottom: 60px;
	min-height: unset;
}
.hero-section p {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 16px;
}
.hero-buttons .btn {
	font-size: 14px;
	padding: 12px 22px;
}
.hero-section p br {
	display: none;
}
.about-section {
	padding: 40px 0;
}
.about_right {
	padding-left: 0;
}
h3 {
	font-size: 28px;
	line-height: 36px;
}
.about_right p {
	font-size: 16px;
}
.about-stats.row.mt-5 {
	margin-top: 20px !important;
	text-align: center;
}
.stat-item .stat-value {
	font-size: 30px;
}
.section_heading {
	padding-bottom: 20px;
}
.service_box_right {
	padding: 15px !important;
}
.services_boxes .service_box_row .service_box_img img {
	border-radius: 16px !important;
}
p {
	font-size: 16px;
	line-height: 23px;
}
.services_boxes .service_box_row:nth-child(even) .row {
	flex-direction: column-reverse;
}
.service_box_row {
	margin-bottom: 20px;
}
section.help-section {
	padding-top: 40px;
	padding-bottom: 20px;
}
.help-section-title {
	margin-bottom: 20px;
}
.support_center {
	padding: 40px 0;
}
.help_center {
	margin: 30px 0;
}
.help_icon_box h3 {
	font-size: 20px;
	line-height: normal;
}
.help_icon_box_text {
	font-size: 16px;
	line-height: 25px;
	padding: 0;
}
a.see_detail {
	font-size: 16px;
}
.help_banner {
	padding: 20px;
	text-align: center;
}
.help_banner_right {
	text-align: center;
	margin-top: 20px;
}
.help_banner_left p {
	font-size: 16px;
	line-height: 24px;
}
.pricing-section {
	padding-bottom: 20px;
}
h2.pricing-title br {
	display: none;
}
.pricing-box {
	padding: 20px;
}
.pricing-hours {
	font-size: 45px;
}
.tmt_right {
	justify-content: left;
	padding-top: 20px;
}
.testimonial_slider_boxes {
	display: block;
}
.tmsb_img {
	width: 100%;
}
.tmsb_content_area {
	width: 100%;
	padding: 20px;
}
section.testimonials {
	padding-bottom: 50px;
}
.testimonail_slider_main .slick-next.pull-right.slick-arrow {
	right: 20%;
}
.testimonail_slider_main .slick-arrow {
	left: 20%;
}
.ready_to_claim_inr {
	padding: 40px 20px;
}
.ready_to_claim_content h2 {
	font-size: 36px;
}
.ready_to_claim_content h3 {
	font-size: 16px;
	margin-bottom: 30px;
}
.ready_to_claim_content h3 br {
	display: none;
}
.ready_to_claim {
	padding-bottom: 40px;
}
.footer_menu ul {
	gap: 10px;
}
.footer_menu ul li a {
	font-size: 14px;
}
.footer_top {
	padding-top: 30px;
}
.footer_top_inr {
	padding-bottom: 15px;
}
.footer_bottom_inr {
	display: block;
	text-align: center;
}
.footer_bottom_inr ul {
	justify-content: center;
	gap: 10px;
}
.header-main {
	padding: 20px 0;
}
.page_main {
	padding-top: 80px;
}
.ready_to_claim_content {
    padding-right: 0;
    padding-bottom: 10%;
}	
}
/***** End Responsive Style *****/
