/*
Theme Name: Blocksy Child
Theme URI: https://example.com
Description: A child theme for the Blocksy theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: blocksy
Version: 1.0
*/

@import url("../blocksy/style.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.flex{
	display:flex;
}
.last_start_line{
	align-items:center;gap:16px;  justify-content: center;flex-wrap:wrap;	padding:20px 0;
}

.last_start_line span{
	font-size:14px;color:#788087;

	background:#fff;
}
#menu-header-buttons li:last-child a.ct-menu-link {
	color:#4494E2;font-size:16px; font-weight:600;
}
.ct-header .ct-sticky-container{
	height: auto !important;
}
[data-header*="type-1"] .ct-header [data-row*="middle"]{
	--height: 0px;
}
#header [data-row*="middle"] {
	z-index: 2;  --shrink-height:0px !important;
	padding: 22px 0;
}
.ct-header-text p a{
	text-decoration:none; font-size:12px;  padding: 0px 4px;
}
#header [data-menu*="type-2"] > ul > li > a::after {
	content: "";
	width: 16px;
}
#header [data-menu*="type-2"] > ul > li > a:hover::after {
	content: "";
	width: var(--menu-indicator-width, 100%);
}
.rounded-16 {
	border-radius:16px;
}
.py-5{
	padding-top:5rem;
	padding-bottom:5rem;
}
.px-5{
	padding-left:5rem;
	padding-right:5rem;
}
.bg-gray {
	background:#F7F9FA;
}
.align-center{
	align-items:center;	
}
.section-title{
	color:#2A2C2E;
	font-size:42px;  line-height: 1.2;
	margin-bottom:20px;
	max-width: 760px;
}

.ml-auto{
	margin-left:auto;
}

.mr-auto{
	margin-right:auto;
}
.text-center{
	text-align:center;
}
.mt-1{
	margin-top:0.625rem;
}
.mt-2{
	margin-top:1.25rem;
}
.mt-3{
	margin-top:1.875rem;
}
.mt-4{
	margin-top:2.5rem;
}
.mt-5{
	margin-top:3.125rem;
}
.mb-1{
	margin-bottom:0.625rem;
}
.mb-2{
	margin-bottom:1.25rem;
}
.mb-3{
	margin-bottom:1.875rem;
}
.mb-4{
	margin-bottom:2.5rem;
}
.mb-5{
	margin-bottom:3.125rem;
}
.font-12 {
	font-size:12px;
}	
.font-14 {
	font-size:14px;
}	
.font-16 {
	font-size:16px;
}	
.font-20 {
	font-size:20px;
}	
.font-24 {
	font-size:24px;
}	
.block {
	display: block;
}
.light-gray {
	color:#686C70;
}
.justify-between{
	justify-content:space-between;
}
.ct-button:hover {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.gray-card-section{
	padding:0 0 60px 0;background: #fff;
}
.w-100 {
	width:100%;
}
.h-auto{
	height:auto;
}
.max-width-360 {
	max-width:360px;
}
.two-col-image{
	padding:60px 0;background: #fff;
}
.two-col-image .image_full_touch{
	padding-right: calc(-1 * (100vw - 100%) / 2);
	margin-right: calc(-1 * (100vw - 100%) / 2);
}
.faq-wrapper {
	background: #fff;
	padding:60px 0 120px;
}
.faq-wrapper .faq-answer {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
	margin: 0; /* ✅ REMOVE vertical spacing when closed */
	padding-top: 0;
	padding-bottom: 0;
}
.faq-question[aria-expanded="true"] + .faq-answer {
	max-height: 500px; /* Or whatever max you need */
	opacity: 1;
	margin-top: 20px;
	padding-top:0px;
	padding-bottom: 0px;
}
.faq-wrapper .faq-answer p {
	margin: 0;
}
.faq-wrapper .faq-question {
	display: flex;
	width: 100%;	background: transparent;
	border: none;
	font-size: 20px;
	color: #2A2C2E;
	font-weight: 400;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
	cursor:pointer;
	text-align: left;
}
.faq-question .arrow {
	width: 8px;
	height: 8px;
	border-right: 1px solid #2A2C2E;
	border-bottom: 1px solid #2A2C2E;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	flex-shrink: 0;  top: 12px;  position: relative;
	display: flex;
}
.faq-question[aria-expanded="true"] .arrow {
	transform: rotate(225deg);
}
.faq-wrapper .faq-item {
	background: #F7F9FA;
	padding: 22px 39px;
	margin:16px 0 0;
	border-radius: 40px;
}


.banner-section {
	padding: 80px 0px 60px;
	background:#fff;
}

.banner-section .content-box {
	align-items: center;
}

.banner-section .text-box h1 {
	line-height: 1.2;
}

.banner-section .text-box h1 span {
	color: #4494e2;
}

.banner-section .text-box p {
	margin-bottom: 10px;
}

.banner-section .text-box .cta-box {
	display: flex;
	align-items: center;
	gap:24px;flex-wrap:wrap;
}


.banner-section .text-box .cta-box span.requiredtext {
	font-weight: 400;
	color: #788087;
	text-decoration: none;
}

.banner-section .img-box {
	position: relative;
	line-height: 0;
	text-align: center;
}

.banner-section .img-box::after {
	content: "";
	background: #dcf5ffb2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 0;
	filter: blur(170px);
}

.banner-section .img-box img {
	position: relative;
	z-index: 2;
	width:110%;
}

/* Bottom list */
.banner-section .bottom-list {
	margin-top: 40px;
}
.banner-section .bottom-list ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 20px 0px;
}

.banner-section .bottom-list ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 600;
	color: #2a2c2e;
	font-family: "DM Sans", sans-serif;
	line-height: 1.5;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.banner-section .bottom-list ul li img {
	width: 16px;
	height: 10px;
	margin-right: 5px;
}
.cta-section{
	padding:60px 0;
}
.cta-section .cta_bg_section {
	background: #4494E2;
	border-radius: 16px;
	padding:20px 100px 20px 0;
}
.cta-section .cta_bg_section .cta-heading{
	font-size:64px;
	color:#163E65;
	font-weight:600;  max-width: 420px;
	line-height: 1;
}
.cta-section .cta_bg_section .ct-button{
	color:#4494E2;border: 1px solid #4494E2;
	background:#fff;
}
.cta-section .cta_bg_section .ct-button:hover {
	background: #CFF4FF;
	border: 1px solid #B5EEFF;color:#163E65;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.testimonial-section{
	padding:70px 0;
}
.testimonial-section .testimonial-inner {
	background:#ECFCFF;
	padding:60px 160px 60px 260px;
}
.testimonial-section .testimonial-inner p{
	color: #2A2C2E;
	font-size: 28px;  line-height: 1.5;
	font-weight: 300;
}
.testimonial-section .testimonial-inner p span {
	background: rgba(68, 148, 226, 0.2);  padding: 3px;
}
.d-flex {
	display:flex;
}
.rounded-circle{
	border-radius:100%;
}
.mb-0{
	margin-bottom:0;
}
.relative{
	position:relative;
}
.gap10 {
	gap:10px;
}
.testimonial-section .testimonial-inner .profile_test{
	width:64px;height:64px;
}
.testimonial-section .testimonial-inner .testimonial-profile h5 {
	color:#707D81;font-weight:400;
	font-size:18px;
}
.testimonial-section .testimonial-inner .testimonial-profile small{
	font-size:16px;color:#707D81;font-weight:400;	
}
.testimonial-section{
	padding:70px 0;
}
.two-col-image h6 {
  font-size: 16px;
  font-weight: 400;
  color: #4494E2;
  font-family: "Inter", sans-serif;
  margin-bottom: 16px;
  line-height: 1.4;
}
.gray-card-section h6 {
  font-size: 16px;
  font-weight: 400;
  color: #F14331;
  font-family: "Inter", sans-serif;
  margin-bottom: 16px;
  line-height: 1.4;
}
.security-section .security-inner{
	max-width:750px;
	margin:0px auto;
	display:table;
	text-align:center;
}
.security-section .security-inner h4{
	font-size:20px;  margin: 12px 0;
	color:#2A2C2E;
}
.security-section .security-inner p{
	font-size:14px;color:#788087;  margin: 0;
}
.security-section{
	padding:25px 0;
}
.slider-section {
	padding: 60px 0px;
	background: #fff;
	overflow: hidden;
}

.slider-section .content-section {
	display: flex;
}

.slider-section .content-section .text-box {
	min-width: 360px;
}
.slider-section .content-section .text-box h6 {
	font-size: 16px;
	font-weight: 400;
	color:#848A91;
	font-family: "Inter", sans-serif;
	margin-bottom: 16px;
	line-height: 1.4;
}
.slider-section .content-section .text-box p {
	margin-bottom: 10px;
}

.slider-section .content-section .slide-col {
	width: 100%;
	position: relative;
}

.slider-section .content-section .slide-col::after {
	content: "";
	background: #ECFCFF;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	z-index: 0;
	filter: blur(749px);
}
.slider-section .content-section .slider-main {
	padding-left: 60px;
	position: relative;
	z-index: 2;
}
.slider-section .content-section .slider-main .slider {
	background: #fdfeff;
	border: 1px solid #e7ebed;display:flex;
	box-shadow: 0px 2px 8px 0px #1b1d1f0a;
	padding: 32px 32px 50px;
	border-radius: 4px;
	margin: 0px 12px;
}

.slider-section .content-section .slider-main .slider h3 {
	font-size: 32px;
	font-weight: 400;
	color: #4494e2;
	font-family: "Inter", sans-serif;
	margin-bottom: 16px;
}
.slider-section .content-section .slider-main .slider h5 {
	font-size: 20px;
	font-weight: 400;
	color: #2a2c2e;
	font-family:"DM Sans", sans-serif;
	margin-bottom: 12px;
	line-height: 1.4;
}

.slider-section .content-section .slider-main .slider p {
	font-size: 16px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	color: #5e6367;
	line-height: 1.56;
	margin: 0;
}

.slider-section .slick-prev,
.slider-section .slick-next {
	top: inherit;
	bottom: -50px;
	width: 32px;
	height: 24px;
	border: 1px solid #e7ebed;
	background: #ffffff;
	z-index: 2;
	border-radius: 4px;
}

.slider-section .slick-prev {
	left: 73px;
}

.slider-section .slick-next {
	left: 113px;
}

.slider-section .slick-prev:before,
.slider-section .slick-next:before {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #4494e2;
	border-bottom: 1px solid #4494e2;
	position: absolute;
}

.slider-section .slick-prev:before {
	transform: rotate(132deg);
	top: 7px;
	left: 12px;
}
.slider-section .slick-next:before {
	transform: rotate(-45deg);
	top: 7px;
	left: 8px;
}
.slider-section .slick-track, .slider-section .slick-list  {
	display: flex;
}
.testimonial {
	padding:28px 0;
	background:#fff;
}
.testimonial .testimonial-content-inner {
	max-width:906px;
	margin:0px auto;
	display:table;
}
.testimonial .testimonial-content-inner p {
	font-size:28px;color:#2A2C2E;
	text-align:center;font-family: "DM Sans", sans-serif;
	line-height:1.3;  margin: 0 0 13px;
}
.testimonial .testimonial-meta {
	color:#707D81;font-size:18px;font-weight:400;  text-align: center;
}
.testimonial .testimonial-meta img {
	display: block;
	margin: 12px auto 0;max-width:162px;
}
.tabbing-section {
	padding: 60px 0px;
	background: #ffffff;
}

.tabbing-section .heading {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}
.tabbing-section .heading h6 {
	font-size: 16px;
	font-weight: 400;
	color: #F3B420;
	margin-bottom: 16px;
	line-height: 1.4;
}


.tabbing-section .content-box {
	margin-top: 100px;
	position: relative;
}

.tabbing-section .content-box::after {
	content: "";
	background: #e3fbff;
	position: absolute;
	top: 0;
	left: -30%;
	width: 50%;
	height: 100%;
	z-index: 0;
	filter: blur(250px);
}
.tabbing-section .box {
	position: relative;
	z-index: 2;
}
.tabbing-section .content_right {
	transition: opacity 0.3s ease;
}
.tabbing-section .tabs .tab-item {
	font-size: 18px;
	font-weight: 400;
	color: #616568;
	margin: 0;  line-height: 1.2;
	max-width:300px;
	display: flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #e7ebed;
	border-radius: 40px;
	padding:15px 50px 15px 30px;
	cursor: pointer;
	margin-bottom: 16px;
}
.tabbing-section .tabs .tab-item:last-child {
	margin-bottom: 0;
}
.tabbing-section .tabs .tab-item.active {
	background: #4494e2;
	border-color: #b4daff;
	color: #ffffff;
}
.tabbing-section .tabs .tab-item img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

/* .tabbing-section .tabs .tab-item:first-child img {
filter: brightness(0.4);
} */
.tabbing-section .tabs .tab-item.active img {
	filter: brightness(3);
}

.tabbing-section .content-items {
	display: none;
	align-items: center;
}
.tabbing-section .content-items.active {
	display: flex;
}
.tabbing-section .content-items .img-box {
	max-width: 400px;
	min-width: 400px;
}
.tabbing-section .content-items .img-box img {
	max-width: 100%;
}

.tabbing-section .content-items .text {
	max-width: 270px;
	margin: 0 auto;
}
.tabbing-section .content-items .text h4 {
	font-size: 24px;
	color: #2a2c2e;
	margin-bottom: 12px;
	line-height: 1.3;
}

.tabbing-section .content-items .text p {
	font-size: 16px;
	font-weight: 400;
	color: #5e6367;
	margin: 0;
	line-height: 1.6;
}

.heading_section_center{
	max-width:600px;margin:0px auto;
}
.pricing-features-section{
	padding:60px 0;
}
.pricing-features-section .feature-box h4 {
	font-size: 20px;
	font-weight: 400;font-family: "Inter", sans-serif;
	color: #2A2C2E;
	margin: 0 0 5px;
}
.pricing-features-section .feature-box  {
	display:flex;gap:14px;	
}
.pricing-features-section .feature-box p{
	font-size:14px;margin:0;
}
.pricing-features-section .feature-box .icon {
	display: flex;
	flex-shrink: 0;
	align-items: baseline;
}


.pricing-section {
	padding: 60px 0px;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}

.pricing-section .container {
	position: relative;
	z-index: 1;
}

.pricing-section::after {
	content: "";
	background: #e3fbff;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 100%;
	height: 60%;
	z-index: 0;
	filter: blur(400px);
}

.pricing-section .heading {
	max-width: 810px;
	margin: 0 auto;
	text-align: center;
}

.pricing-section .heading h2 {
	font-size: 48px;
	color: #141c24;
	margin-bottom: 16px;
	line-height: 1.2;
}

.pricing-section .heading p {
	font-size: 16px;max-width: 680px;
	margin: 0 auto;
	font-weight: 400; text-align: center;
	color: #45515e;
	line-height: 1.6;
	font-family: Inter, Sans-Serif;
}
.pricing-section .card-section {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}
.pricing-section .card-section .card-box {
	padding: 0px 15px;
	display: flex;
	max-width: 400px;
	min-width: 400px;
}
.pricing-section .card-section .card-box .main-box {
	width: 100%;
	background: #ffffff;
	border-radius: 16px;
	padding: 32px;
	text-align: center;
	margin-top: 30px;
}

.pricing-section .card-section .main-box .icon {
	margin-bottom: 15px;
	line-height: 0;
	text-align: center;
}
.pricing-section .card-section .main-box .text h3 {
	font-size: 30px;
	font-weight: 600;
	color: #2a2c2e;
	margin-bottom: 12px;
	line-height: 1.2;
}

.pricing-section .card-section .main-box .text p {
	font-size: 14px;
	font-weight: 400;
	color: #2a2c2e;
	margin-bottom: 0;
	font-family: Inter, Sans-Serif;
	line-height: 1.5;
}

.pricing-section .card-section .main-box .text h2 {
	font-size: 48px;
	font-weight: 600;
	color: #2a2c2e;
	margin: 25px 0px 16px;
	line-height: 1.2;
}

.pricing-section .card-section .main-box .text h2 sup {
	font-size: 24px;
}

.pricing-section .card-section .main-box .text h6 {
	font-size: 16px;
	font-weight: 600;
	color: #2a2c2e;
	margin: 25px 0px;
	line-height: 1.4;
}
.pricing-section .card-section .main-box .text h6 span {
	color: #4494e2;
}

.pricing-section .bottom-text p {
	font-size: 16px;
	font-weight: 400;
	color: #45515e;
	text-align: center;
	line-height: 1.5;
	margin: 50px 0px 0px;
}
.pricing-section .bottom-text p a {
	text-decoration: none;
	color: #4494e2;
}
@media (max-width:999.98px) {
	.ct-header .ct-panel-content-inner {
		display: table;
		overflow-y: visible;
		padding: 0px 3% 40px;
		background: #fff;
		height: 100%;
	}
	[data-header*="type-1"] .ct-header#offcanvas  .ct-panel-inner {
		background-color: #fff;
		width: 100%;
		display: table;
		box-shadow: 0 0 0 !important;
		top: 0px;
		position: relative;
	}
	[data-header*="type-1"] .ct-header#offcanvas {
		--side-panel-width: 100%;
	}
	.ct-header nav[class*="menu"] .ct-menu-link {
		color: #2A2C2E;  font-size: 14px;  font-weight: 600;    padding: 8px 0;
	}
	[data-behaviour*="side"] .ct-panel-inner {
		transform: none !important;
	}
	.ct-panel.ct-header {
		position: absolute;
		top: 100px;
		background: #fff;
	}
}

@media (max-width:767px) {
.last_start_line {
  justify-content: left;
}
.testimonial .testimonial-content-inner p {
  font-size: 20px;
}
.testimonial .testimonial-meta {
  font-size: 14px;
}
	.section-title.text-40 {
		font-size: 20px;
	}
	.pricing-section, .pricing-features-section {
		padding: 40px 0px;
	}
	.pricing-features-section .feature-box h4 {
		font-size: 16px;
	}
	.pricing-features-section .feature-box.mt-5 {
		margin-top: 32px;
	}
	.pricing-section .heading h2 {
		font-size: 30px;
	}
	.pricing-section .card-section {
		margin-top: 0;
	}
	.pricing-section .card-section .card-box {
		max-width: 50%;
		min-width: 170px;
	}
	.pricing-section .card-section .card-box {
		padding: 0px 8px;
	}
	.pricing-section .card-section .card-box .main-box {
		padding: 20px 15px;
	}
	.pricing-section .card-section .main-box .text h3 {
		font-size: 20px;
	}
	.pricing-section .card-section .main-box .text h2 {
		font-size: 40px;
	}
	.pricing-section .card-section .main-box .text h6 {
		font-size: 12px;
	}

	.faq-wrapper{
		padding:40px 0;
	}
	.gray-card-section .px-5 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gray-card-section .py-5 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section-title {
		font-size: 20px;
	}
	.gray-card-section {
		padding: 0 0 40px 0;
	}
	.two-col-image {
		padding: 40px 0;
	}
	.testimonial-section {
		padding: 40px 0;
	}
	.testimonial-section .testimonial-inner {
		padding: 20px 20px 20px 40px;
	}
	.testimonial-section .testimonial-inner p {
		font-size: 16px;
	}
	.testimonial-content::after {
		display:none;
	}

	.testimonial-section .testimonial-content::before {
		left: -30px !important;
		background-size: 20px !important;
		background-repeat: no-repeat;
	}
	.slider-section {
		padding: 40px 0px;
	}
	.testimonial-section .testimonial-inner .profile_test {
		width: 36px;
		height: 36px;
	}
	.testimonial-section .testimonial-inner .testimonial-profile h5 {
		font-size: 15px;
	}
	.testimonial-section .testimonial-inner .testimonial-profile small {
		font-size: 12px;
	}
	.tabbing-section {
		padding: 40px 0px;
	}

	.cta-section .cta_bg_section {
		padding: 32px 0px 0px 0;
	}
	.cta-section .cta_bg_section .cta-heading {
		font-size: 32px;
		max-width: none;
		text-align: center;
		padding: 0px 20px;
	}
	.cta-section .cta_bg_section .ct-button {
		margin: 0px auto 30px;
		display: table;
	}
	.cta-section .row {
		flex-direction: column-reverse;
	}
	.two-col-image .row.align-center{
		flex-direction: column-reverse;
	}
	.cta-section {
		padding: 40px 0;
	}

	.faq-wrapper .faq-question {
		font-size: 16px;
		line-height: 1.3;}
	.faq-wrapper .faq-item {
		padding: 12px 16px;
	}
	.sm-mt-1 {
		margin-top:10px;
	}
	.sm-mt-2 {
		margin-top:20px;
	}
	.sm-mt-3 {
		margin-top:30px;
	}
	.sm-mb-1 {
		margin-bottom:10px;
	}
	.sm-mb-2 {
		margin-bottom:20px;
	}
	.sm-mb-3 {
		margin-bottom:30px;
	}
	.max-width-360 {
		max-width:100%;
	}
	.banner-section .img-box img {
		width:100%;
	}

	.banner-section {
		padding: 50px 0px;
	}
	.banner-section .content-box {
		flex-direction: column-reverse;
	}
	.banner-section .text-box {
		margin-top: 40px;
		max-width: 480px;
	}
	.banner-section .text-box h1 {
		font-size: 30px;
	}
	.banner-section .text-box p {
		font-size: 16px;
	}
	.banner-section .bottom-list {
		margin-top: 0;
	}
	.banner-section .bottom-list ul li {
		font-size: 16px;
		padding: 5px 0px;
	}
	.banner-section .bottom-list ul {
		display: block;
	}
	.tabbing-section .content-items .img-box {
		min-width: auto;
	}
	.tabbing-section .heading h2 {
		font-size: 20px;
	}
	.tabbing-section .tabs .tab-item {
		font-size: 14px;
		padding: 10px 30px 10px 15px;
	}
	.tabbing-section .content-box {
		margin-top: 40px;
	}
}


@media (max-width: 991.98px) {
	.tabbing-section .tabs {
		display: flex;    padding: 0 0 10px;
		overflow-x: scroll;
	}
	.tabbing-section .tabs::-webkit-scrollbar {
		display: none;
	}
	.tabbing-section .tabs .tab-item {
		min-width: max-content;
		margin-right: 8px;
		margin-bottom: 0;
		font-size: 16px;
	}
	.tabbing-section .tabs .tab-item:last-child {
		margin: 0;
	}
	.tabbing-section .content-items {
		margin-top: 40px;
	}
	.tabbing-section .content-box {
		margin-top: 60px;
	}
	.tabbing-section .content-items .text h4 {
		font-size: 16px;
	}
	.tabbing-section .content-items .text p {
		font-size: 14px;
	}

	.slider-section .content-section {
		display: block;
	}
	.slider-section .content-section .text-box {
		padding: 0;
		min-width: auto;
		max-width: 421px;
	}
	.slider-section .content-section .slider-main {
		padding: 0;
		margin-top: 40px;
	}
	.slider-section .content-section .slider-main .slider {
		padding: 16px 16px 30px;
	}
	.slider-section .content-section .slider-main .slider h5 {
		font-size: 16px;
	}
	.slider-section .content-section .slider-main .slider p {
		font-size: 14px;
	}
	.slider-section .slick-prev {
		left: 12px;
	}
	.slider-section .slick-next {
		left: 52px;
	}
}


@media (min-width:768px) and (max-width:991.98px) {
	.section-title.text-40 {
		font-size: 24px;
	}
	.pricing-features-section .feature-box h4 {
		font-size: 16px;
	}
	.pricing-section .card-section .card-box {
		max-width: 350px;
		min-width: 350px;
	}
	.testimonial-section, .tabbing-section, .cta-section, .faq-wrapper, .slider-section, .two-col-image {
		padding: 40px 0;
	}
	.gray-card-section{
		padding:0 0 40px;	
	}
	.banner-section {
		padding: 40px 0px;
	}
	.faq-wrapper .faq-question {
		font-size: 16px;
	}
	.faq-wrapper .faq-item {
		padding: 12px 16px;
	}
	.gray-card-section .px-5 {
		padding-left: 32px;
		padding-right: 32px;
	}
	.gray-card-section .py-5 {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.section-title {
		font-size: 24px;
	}
	.cta-section .cta_bg_section .cta-heading {
		font-size: 36px;
	}
	:root {
		--theme-font-size: 14px !important;
	}
	.testimonial-section .testimonial-inner {
		padding: 40px 40px 40px 80px;
	}
	.testimonial-section .testimonial-content::before {
		left: -60px !important;
		background-size: 45px;
		background-repeat: no-repeat;
	}
	.testimonial-section .testimonial-inner p {
		font-size: 20px;
	}
	.testimonial-section .testimonial-inner .profile_test {
		width: 36px;
		height: 36px;
	}
	.testimonial-section .testimonial-inner .testimonial-profile h5 {
		font-size: 15px;
	}
	.testimonial-section .testimonial-inner .testimonial-profile small {
		font-size: 12px;
	}
	.md-mt-1 {
		margin-top:10px;
	}
	.md-mt-2 {
		margin-top:20px;
	}
	.md-mt-3 {
		margin-top:30px;
	}
	.max-width-360 {
		max-width:100%;
	}
	.banner-section .content-box {
		flex-direction: column-reverse;
	}
	.banner-section .img-box img {
		width:100%;
	}
	.banner-section .text-box {
		margin-top: 40px;
		max-width: 480px;
	}
	.banner-section .text-box h1 {
		font-size: 28px;
	}
	.banner-section .text-box p {
		font-size: 14px;
	}
	.banner-section .bottom-list ul li {
		font-size: 12px;
	}
}



@media (min-width: 992px) and (max-width: 1199.98px) {
	.cta-section .cta_bg_section .cta-heading {
		font-size: 44px;
	}
	.testimonial-section .testimonial-inner {
		padding: 60px 60px 60px 120px;
	}
	.banner-section .text-box .cta-box .primary-cta {
		padding: 8px 14px;
		margin: 30px 15px 0px 0px;
	}
	.tabbing-section .tabs .tab-item {
		font-size: 14px;
		padding: 12px 30px 12px 15px;
	}
}
