body {
    background-color: #f9fafb;
    font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope", sans-serif;
}
section {
    margin: 50px 0;
}
header .logo img {
    width: 230px;
}
html {
    margin-top: 0px !important;
}

header li a {
    font-size: 15px;
    color: #676f7e;
    text-decoration: none;
    font-weight: 500;
}
.ev-tools-sec .inner-wrapper {
    border: 1px solid #14b89c;
    border-radius: 8px;
    padding: 16px 20px;
}
.ev-tools-sec svg {
    color: #14b89c;
    margin-bottom: 8px;
}
.ev-tools-sec h2 {
    font-size: .975rem;
    font-weight: 600;
    color: #2b303b;
}
.ev-tools-sec h3 {
    font-size: .975rem;
    font-weight: 600;
    color: #2b303b;
    margin: 0 0 .325rem;
}
.ev-tools-sec p {
    font-size: .65rem;
    color: #000;
}
.ev-tools-sec .tool-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 hsl(220 15% 5% / .05);
    border: 1px solid #dcdfe5;
}
.ev-insight-sec h2 {
    font-size: 3.185rem;
    font-weight: 700;
    letter-spacing: -.05em;
    color: #2b303b;
    background: linear-gradient(90deg, #2463eb, #14b89c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.ev-insight-sec p {
    font-size: .875rem;
    color: #000;
    max-width: 600px;
    margin: 0 auto;
}
/************** COPY THIS CSS **************/
.newsletter-sec .inner-content {
    border: 1px solid #dcdfe5;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px hsl(220 15% 5% / .1), 0 4px 6px -4px hsl(220 15% 5% / .1);
}
.newsletter-sec .image-wrapper {
    background-color: #eff2f9;
    border-radius: 16px 0 0 16px;
    padding: 30px;
}
.newsletter-sec .image-wrapper img {
    width: 100%;
    max-width: 600px;
}
.newsletter-sec .content-wrapper {
    padding: 24px 48px 48px;
}
.newsletter-sec img.sec-logo {
    width: 160px;
    height: auto;
    border: 1px solid #dcdfe5;
    border-radius: 8px;
    object-fit: contain;
    padding: 3px 12px;
}
.newsletter-sec h1 {
    color: #2b303b;
}
.newsletter-sec .list-wrapper h3 {
    font-size: 20px;
    color: #2b303b;
}
.newsletter-sec .list-wrapper li {
    color: #676f7e;
}
.newsletter-sec .list-wrapper li::marker {
    color: #2463eb;
}

.newsletter-sec form svg {
    position: absolute;
    top: 14px;
    left: 10px;
    color: #676f7e;
}
.newsletter-sec form input {
    padding: 10px 12px 10px 42px;
}
.newsletter-sec .content-wrapper p {
    font-size: 18px;
    color: #676f7e;
}
.newsletter-sec form button {
    background-color: #2463eb;
    font-weight: 700;
    padding: 12px 10px;
    border-radius: 12px;
}
.newsletter-sec .form-footer p {
    font-size: 14px;
}
.join-us-sec .content-wrapper {
    max-width: 880px;
    margin: 0 auto;
    box-shadow: 0 4px 6px -1px hsl(220 15% 5% / .1), 0 2px 4px -2px hsl(220 15% 5% / .1);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #14b89c;
    background: linear-gradient(135deg, #2463eb 0%, #14b89c 100%);
    color: #fff;
}
/************** /COPY THIS CSS **************/
.ev-news-sec .sec-head h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2b303b;
    letter-spacing: -.02em;
}
.ev-news-sec .card img {
    height: 200px;
    object-fit: cover;
}
.ev-news-sec .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.ev-news-sec .card-date {
    font-size: .875rem;
    font-weight: 500;
    color: #14b89c;
    letter-spacing: .05em;
}
.ev-news-sec .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2b303b;
}
.ev-news-sec .card-text {
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    margin-bottom: 15px;
}
.ev-news-sec a.btn.btn-outline-primary,
.listing-detail-news a.btn.btn-outline-primary,.listing-box-outer a{
    font-size: .875rem;
    padding: 2px 14px;
}
.ev-news-sec a.btn.btn-outline-primary:hover,
.listing-detail-news a.btn.btn-outline-primary:hover,.listing-box-outer a:hover{
    background-color: #eaeffc;
    color: #2463eb;
}
.listing-box-outer {
    background-color: white;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 hsl(220 15% 5% / .05);
    border: 1px solid #dcdfe5;
}
.news-listing-sec .sec-head svg {
    color: #14b89c;
}
.news-listing-sec .sec-head p {
    font-size: 1.125rem;
    color: #000;
    line-height: 1.6;
    max-width: 800px;
}
.news-listing-sec .sec-head h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2b303b;
    margin: 0;
    letter-spacing: -.02em;
}
.listing-box-outer .image-wrapper img {
    width: 100%;
    height: 100%;
}
.listing-news-box .content-wrapper {
    padding: 12px 16px 12px 0;
}
.listing-box-outer .date {
    font-size: .8rem;
    font-weight: 500;
    color: #14b89c;
}
.listing-box-outer h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2b303b;
}
.listing-detail-news h3 {
    font-size: 20px;
    font-weight: 600;
}
.listing-detail-news h3 a {
    color: inherit;
    text-decoration: none;
}
.listing-detail-news h3:hover {
    color: #2463eb;
}
.listing-box-outer p {
    font-size: .9375rem;
    color: #676f7e;
    line-height: 1.5;
    margin: 0;
}
.listing-detail-news p {
    font-size: 16px;
    color: #000;
}
.listing-news-box .listing-box-outer p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} 
.listing-box-outer a.btn {
    font-size: 14px;
    color: #2463eb;
}
.listing-box-outer a.btn svg {
    width: 1rem;
    height: 1rem;
}
.logo{
    padding: 10px 0px;
}
.calculatorWidget {
    background: linear-gradient(135deg, #2463eb 0%, #14b89c 100%);
    box-shadow: 0 4px 6px -1px hsl(220 15% 5% / .1), 0 2px 4px -2px hsl(220 15% 5% / .1);
}
.calculatorWidget h6 {
    font-size: 1.125rem;
    font-weight: 600;
}
.calculatorWidget .calculatorInputs h6,
.calculatorWidget .calculatorInputs p {
    font-size: 14px;
}
.calculatorWidget .calculatorInputs p {
    background: #fff3;
    padding: 4px 8px;
    border-radius: 4px;
    min-width: 50px;
}
.calculatorWidget .calculatorResult {
    background: #ffffff26;
    border-radius: 8px;
    padding: 12px;
}
.calculatorFooter a {
    display: inline-block;
    background: #fff3;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    font-size: 14px;
    font-weight: 500;
    padding: 2px 12px;
    border-radius: 8px;
    text-decoration: none;
}
.calculatorFooter a:hover {
    background: #ffffff4d;
    transform: translateY(-1px);
}
.sidebarCard {
    background-color: white;
    border-radius: 0;
    box-shadow: 0 4px 6px -1px hsl(220 15% 5% / .1), 0 2px 4px -2px hsl(220 15% 5% / .1);
    border: 1px solid #dcdfe5;
}
.sidebarCard h6 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2b303b;
    margin-bottom: 16px;
}
.newsletterWidget p {
    font-size: .875rem;
    color: #676f7e;
    line-height: 1.5;
}
.newsletterWidget form input {
    font-size: .875rem;
}
.newsletterWidget form button {
    background-color: #14b89c;
    color: #fff;
    border: 1px solid #14b89c;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 14px;
    border: none;
}
.newsletterWidget form button:hover,
.testDriveWidget .testDriveContent button:hover {
    background-color: #00a084;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px hsl(220 15% 5% / .1), 0 2px 4px -2px hsl(220 15% 5% / .1)
}
.newsletterWidget .newsletterDisclaimer {
    font-size: .75rem;
    color: #676f7e;
    line-height: 1.4;
}
.NewsWidget .News-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.NewsWidget .NewsImage {
    width: 30%;
}
.NewsWidget .NewsContent {
    width: 70%;
}
.NewsWidget .NewsImage {
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #edeff3;
}
.NewsWidget .NewsImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.NewsWidget .NewsContent h4 {
    font-size: .875rem;
    font-weight: 600;
    color: #2b303b;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.NewsWidget .NewsContent p {
    font-size: .75rem;
    color: #676f7e;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.NewsWidget .NewsContent a.btn {
    font-size: .75rem;
    color: #14b89c;
    text-decoration: none;
    font-weight: 500;
}
.NewsWidget .NewsContent a.btn:hover {
    text-decoration: underline;
}
.testDriveWidget .testDriveImage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.testDriveWidget .testDriveContent p{
    font-size: .875rem;
    color: #2b303b;
    line-height: 1.5;
}
.testDriveWidget .testDriveContent button {
    background-color: #14b89c;
    color: white;
    font-weight: 500;
    border: none;
}
article .articleTitle h1 {
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -.03em;
    color: #2b303b;
}
article .metaItem svg {
    color: #14b89c;
}
article .metaItem span {
    font-size: 14px;
    color: #676f6e;
}
article .featuredImageContainer img,.articleBody img{
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px hsl(220 15% 5% / .1), 0 2px 4px -2px hsl(220 15% 5% / .1);
}
article .articleBody {
    font-size: 18px;
    color: #2b303b;
    line-height: 1.7;
}
article .articleBody h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    border-bottom: 1px solid #dcdfe5;
    padding-bottom: 8px;
    margin-block: 48px 24px;
}
article .articleBody h3 {
    font-size: 22px;
}
article table {
    font-size: 15px;
}
article table tr:nth-child(2n) {
    background-color: color-mix(in srgb, #edeff3 50%, transparent);

}
article table th {
    background-color: #edeff3;
    font-weight: 600;
}
article table th,
article table td {
    border: 1px solid #dcdfe5;
    padding: 12px;
}
footer {
    background-color: #222222;
}
footer .social-icon {
    background-color: #292929;
    border: 1px solid #ffffff21;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
}
footer .footer-menu a:hover,
footer .social-box:hover .social-icon {
    color: #14b89c;
}
footer .social-text {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
footer .footer-copyright {
    background-color: #0d0d0d;
}
footer .copyright {
    font-size: 12px;
    color: #ccc;
}
footer .footer-menu a {
    font-size: 12px;
    color: #ccc;
}
#mega-menu-category-menu{
	    max-width: 1320px !important;
    --bs-gutter-x: 1.5rem !important;
    --bs-gutter-y: 0 !important;
    width: 100% !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
/****** RESPONSIVE START ******/
@media screen and (max-width: 991.5px){
.border-start {
    border-left: 0 !important;
}
}

@media screen and (max-width: 767.5px){
	#mega-menu-wrap-category-menu #mega-menu-category-menu > li.mega-menu-item > a.mega-menu-link{
		color:#000 !important
	}
header .logo img {
    width: 100%;
}
ul#mega-menu-primary-menu {
    margin-top: 10px !important;
	background: #86dc33 !important;
}
	a.mega-menu-link {
    color: #000 !important;
}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item{
		border-bottom: 1px solid #fff !important;
	}
	.mail-d{
		display:none
	}
.ev-tools-sec a.btn.btn-primary {
    font-size: 15px;
}
.ev-insight-sec h2 {
    font-size: 1.8rem;
}
.ev-news-sec .sec-head h2,
.news-listing-sec .sec-head h2 {
    font-size: 1.65rem;
}
.listing-news-box .content-wrapper {
    padding: 12px 16px 12px 16px;
}
.news-listing-sec .sec-head p {
    font-size: 1rem;
}
article .articleTitle h1 {
    font-size: 32px;
}
article .featuredImageContainer img {
    height: 200px;
}
article .articleBody {
    font-size: 16px;
    line-height: 1.5;
}
article .articleBody h2 {
    font-size: 24px;
}
	.boxIcon{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	}
	.ev-tools-sec svg,.ev-tools-sec h3{
		margin-bottom:0px
	}
	section{
    margin:25px 0;
}
footer .social-text {
    font-size: 12px;
}
footer .social-icon {
    width: 30px;
    height: 30px;
}
footer .social-text {
    font-size: 11px;
}
}