/*!
Theme Name: Shiprocket Custom Theme
Theme URI: https://www.shiprocket.in/
Author: Shiprocket
Author URI: https://www.shiprocket.in/
Description: Custom theme: Shiprocket Custom Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shiprocket-custom-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Shiprocket Custom Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
} */

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.blog .contentWrap .author img {
    width: 50px;
    border-radius: 50%;
}
.blog .contentWrap .author {
    gap: 7px !important;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.page-template-shiprocketXLandingPage .cmmnMail,
.page-id-31222 .cmmnMail,
.page-template-SRX_RateCalculator .cmmnMail,
.page-template-srxProhibted .cmmnMail {
    display: none;
}

.page-template-shiprocketXLandingPage .srxMail,
.page-id-31222 .srxMail,
.page-template-SRX_RateCalculator .srxMail,
.page-template-srxProhibted .srxMail {
    display: block !important;
}

.copyrightRow a.copyrightLinksCompliance {
    border-left: 1px solid #f0f0f0;
    padding-left: 10px;
    margin-left: 10px;
}

.linkBtn svg {
    top: 2px !important;
    right: -25px !important;
	margin-left: 0 !important;
	transform: unset !important;
}

.linkBtn:hover svg {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.wp-block-table tr:nth-child(odd) {
    background: #f8f8f8;
}

.wp-block-table tr:first-child th {
    background: #735ae5;
    color: #ffffff;
}

.singlePost a.blueBtn {
    color: #fff;
}

.singlePost a.blueBtn:hover {
    color: #735ae5;
}


li#menu-item-1440 a {
    color: #735ae5;
    font-family: TWKLausanneSemi;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Custom CSS */
.wp-block-navigation .wp-block-navigation-item__label {
    text-align: left;
}
.fontSize18{
font-size: 18px;
line-height: 28px;
}
.fontSize20{
font-size: 20px;
line-height: 30px;
}
.fontSize16{
font-size: 16px;
line-height: 20px;
}
.fontSize20{
font-size: 20px;
line-height: 26px;
}
.fontSize22{
font-size: 22px;
line-height: 28px;
}
.fontSize52{
font-size: 52px;
line-height: 60px;
}
.fontSize62{
font-size: 62px;
line-height: 66px;
}
.fontSize72{
font-size: 72px;
line-height: 76px;
}
.fontWeight300{
font-weight:300;
}
.fontWeightBold{
font-weight: bold;
}
.fontWeight500{
font-weight: 500;
}
.colorGulfBlue{
color: #0A0753;
}
.colorBlack{
	color: #000000;
}
.colorDeepCove{
color: #09074F;
}
.colorScorpion{
color: #575757;
}
.colorAmethystSmoke{
color: #8D8AB4;
}
.colorHaiti{
color: #1D113E;
}
.blueGradient {
    color: transparent;
    background: transparent linear-gradient(262deg, #47E3F0 0%, #8C4BD8 100%, #000000 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 300;
}
	.blueOrgangeGradient, .blueOrangeGradient{
		color: transparent;
		background: transparent linear-gradient(99deg, #FFC465 0%, #5338FF 100%) 0% 0% no-repeat padding-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: 300;
	}
.orangeGradient{
		color: transparent;
    background: transparent linear-gradient(92deg, #F26422E6 0%, #F79D73F9 65%, #E3A98D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 300;
	}
	.greenGradient {
		color: transparent;
		background: transparent linear-gradient(93deg, #B2DB62 0%, #63A331 100%) 0% 0% no-repeat padding-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: 300;
	}
	.yellowOrangeGradient{
		color: transparent;
		background: transparent linear-gradient(99deg, #FF9900 0%, #FFCF89 100%) 0% 0% no-repeat padding-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: 300;
	}
.lightBlueGradient{
		color: transparent;
		background: transparent linear-gradient(101deg, #0080C3 0%, #6FC2EE 100%) 0% 0% no-repeat padding-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	font-weight: 300;
	}
	.blueGreenGradient{
		color: transparent;
		background: transparent linear-gradient(282deg, #56D2FF 0%, #4CCC7D 100%) 0% 0% no-repeat padding-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: 300;
	}
.redBlueGradient{
	color: transparent;
	background: transparent linear-gradient(280deg, #0D227DA6 0%, #0D227DA6 33%, #EB3136 57%, #EB3034 100%) 0% 0% no-repeat padding-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	font-weight: 300;
}
/* Border radius */
.borderRadius10{
	border-radius: 10px;
}

/* Margin */
.m0{
	margin: 0px;
}
.mt-80{
	margin-top: 80px;
}
.mt-60{
	margin-top: 60px;
}
/* Padding */
.pb0{
	padding-bottom: 0px !important;
}
.pt0{
	padding-top: 0px !important
}
.pb20{
	padding-bottom: 20px;
}
/* Testimonial */
.srTestimonial.testimonails.singleBigTestimonialSlider .col-12.flex {
	position: relative;
}
body::-webkit-scrollbar {
width: 10px;
	height: 3px;
}
/* Track */

body::-webkit-scrollbar-track {
background: #F1F1F1;
}
/* Handle */

body::-webkit-scrollbar-thumb {
background: #888;
border-radius: 2px;
}
/* Handle on hover */

body::-webkit-scrollbar-thumb:hover {
background: #555;
}
/* Selected text*/
::selection {
    color: #fff;
    background: #735AE5;
   -webkit-text-fill-color: #fff;
}

.srTestimonial.singleBigTestimonialSlider .contentWrapper h2 {
	text-align: center;
	color: #0B0757;
}

.srTestimonial.testimonails.singleBigTestimonialSlider .col-12.flex:before {
	content: '';
	position: absolute;
	width: 70%;
	height: 85%;
	background: transparent linear-gradient(95deg, #FFC465 0%, #5338FF 100%);
	border-radius: 22px 22px 10px 10px;
	z-index: -1;
	bottom: 0;
}

.srTestimonial.testimonails.singleBigTestimonialSlider .col-12.col-md-6.flex.justifyContentFlexEnd {
	justify-content: flex-end;
}

.srTestimonial .singleTestiBigSlider {
	margin: 0px 0 0;
}

.srTestimonial  .arrowBottom {
	position: relative;
	top: -80px;
}

.srTestimonial.testimonails.singleBigTestimonialSlider.srx h3 span {
	color: transparent;
	background: -webkit-linear-gradient(95deg, #FFC465 0%, #5338FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.srTestimonial  .slick-slide {
	opacity: 0;
	transition: all ease 0.5s;
}

.srTestimonial  .slick-slide.slick-current.slick-active {
	opacity: 1;
}


.blog .contentWrap h3, .blogModule .blogCards .blogCard .content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog .contentWrap>p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customForm.lightForm.withoutBGform [data-name="requirements"]{
width: 100%;
    flex-basis: 100% !important;
}

header.subMenu .logo img{
	width: auto;	
}

.authorDetails p.authorName {
    margin: 0 0 5px;
    color: #1d113e;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.mainBlogFilterButton .filters-button-group {
    gap: 20px !important;
}

.widget_search #searchResults {
    padding: 0px;
    max-height: 300px;
    overflow: auto;
    border-radius: 12px;
}
.listOptions {
    background: #fff;
    margin: 0px;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 21px;
}
.widget_search #searchResults a {
    color: #0b0757 !important;
}
.widget_search #searchResults a:hover {
    color: #735ae5 !important;
}

.faq2 .schema-faq .schema-faq-section strong {
    font-weight: 500;
}

.wp-block-embed iframe {
    width: 100%;
}

.allCommontTesti	.imageTextWrapperTesti {
    gap: 10px;
}

.blog .contentWrap .category::-webkit-scrollbar, .singlePost .category::-webkit-scrollbar {
    display: none;
}


html body #LeadboosterContainer {
    z-index: 999 !important;
}


.allCommontTesti.testimonails.singleBigTestimonialSlider.srx .col-12.flex:has(.sliderArrow){
	justify-content: space-between !important;
}
.allCommontTesti.testimonails.singleBigTestimonialSlider .col-12.flex .sliderArrow {
    margin-top: 0px !important;
}
	
.allCommontTesti.testimonails.singleBigTestimonialSlider.srx .singleItemBigTestiSlider .testimonials_wrapper ul li .testi_content_wraper .testi_detail_wraper p.testi_company, .allCommontTesti.testimonails.singleBigTestimonialSlider.srx .singleItemBigTestiSlider .testimonials_wrapper ul li .testi_content_wraper .testi_detail_wraper p.testi_name, .allCommontTesti.testimonails.singleBigTestimonialSlider.srx .singleItemBigTestiSlider .testimonials_wrapper ul li .testi_content_wraper .testi_detail_wraper p.testi_text_info {
	 text-align: center;
}
.allCommontTesti.testimonails.singleBigTestimonialSlider.srx img.quoteLeft {
    margin: 0 auto;
}
.allCommontTesti.testimonails.singleBigTestimonialSlider .singleItemBigTestiSlider{
	justify-content: center;
}
	.allCommontTesti	.imageTextWrapperTesti {
    align-items: center;
		    justify-content: center;
}

header .menuWrapper nav.main-navigation ul li#menu-item-7>.sub-menu>li>ul.sub-menu a img {
    max-width: 25px !important;
}


li#menu-item-42 a img, li#menu-item-41 a img {
	width: 25px !important;
}
/* rate css */
.singlePost .bolgCalc .calcComponentStyle .intForm .intCalcResponse.dataTabs.tabPopup {
    position: unset;
    display: flex;
    background: transparent;
    flex-direction: column;
    align-items: flex-start;
    z-index: 0;
}
.singlePost .bolgCalc .calcComponentStyle .intForm .intCalcResponse.dataTabs {
    width: 100%;
    text-align: left;
}
.singlePost .bolgCalc .calcComponentStyle .intForm .intCalcResponse.dataTabs .tabContent table {
    margin: 0 auto 0px;
}
.singlePost .bolgCalc .calcComponentStyle .intForm .dataTabs .taxBottomBox {
    margin-top: 15px;
    margin-bottom: 0px;
}
.singlePost .bolgCalc .calcComponentStyle .intForm .taxBottomBox a {
    margin-bottom: 0px;
}

.justifyContentFlexStart{
	justify-content: flex-start;
}
.flexFlowRow{
	flex-flow: row;
}
.colorDarkBlue{
	color: #0B0757;
}
.alignRowCenter .row{
	align-items:  center;
}
.hideEmptyHref a[href=""]{
	display: none;
}

.singlePost .bolgCalc .defaultForm.singleForm.blogPageCalc .taxBottomBox{
	    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.blogRelatedWrapper {
    display: flex;
/*     flex-flow: wrap; */
    gap: 30px;
}
.blogRelatedWrapper .blog {
    flex-basis: calc(100% / 3 - 20px);
}
.singlePost h2#Frequently_Asked_QuestionsFAQs, .singlePost .wp-block-heading.has-text-align-center, .singlePost .wp-block-heading {
    text-align: left;
}
.singlePost button.resetButton:after{
	display: none;
}
.single-post .relatedBlogs h2 {
    font-size: 26px;
    line-height: 39px;
    color: #1c1c1c;
}
/* media query start */

header .menuWrapper nav.main-navigation ul li#menu-item-37963 a {
    font-weight: 500;
    color: #735ae5;
}

@media(min-width: 767px){
	.widget-area .widget:last-child {
    z-index: 0;
}
}

@media(min-width: 992px){
section.Section.mainBlogNewsletter.newsLetter {
    margin-bottom: 50px;
}
.homeSingleBigTesti .arrowBottom {
    top: -5px !important;
}
.blogModule.layoutThree .blogCard>a {
    display: inline-flex;
}
	.blogBanner {
    padding: 190px 0 60px !important;
}
	
.boxCarouselSection .slick-list {
    overflow: visible !important;
}
/*header ui css new starts*/
li#menu-item-251 {
	width: 495px;
  }
  
  header .menuWrapper nav.main-navigation ul li.mega3.bigMenu>.sub-menu {
	width: 1020px;
	left: -200px;
  }
  
  
  li#menu-item-251 ul.sub-menu li {
	width: 50%;
  }
  
  li#menu-item-251 ul.sub-menu {display: flex;flex-flow: wrap;}
  
  header .menuWrapper nav.main-navigation ul li ul.sub-menu p.menuDescription {
	line-height: 1.3 !important;
	margin-top: 3px !important;
  }
  
  header .menuWrapper nav.main-navigation ul li.bigMenu>.sub-menu>li>ul.sub-menu a>div {
	align-items: flex-start !important;
  }
  
  li#menu-item-251 ul.sub-menu li {
	width: 49%;
  }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.fontSize72 {
	font-size: 55px;
	line-height: 65px;
}
.fontSize52 {
    font-size: 45px;
    line-height: 55px;
}
.srTestimonial  .arrowBottom {
    top: -10px;
}	
/* Margin */
.mt-80{
	margin-top: 60px;
}
}

@media only screen and (max-width: 991px) {
.menuOpen header .mainMenu .main-navigation ul.menu li a {
    font-weight: 500 !important;
}
}

@media only screen and (max-width: 767px) {
h3.smallText, h3.smallText strong {
    font-weight: 500;
    font-size: 13px;
}
.linksFooter {
    text-align: center;
}
.site-footer:before {
/*     height: calc(100% - 100px) !important; */
}
.blogRelatedWrapper {
    overflow: auto;
    flex-flow: nowrap;
	margin-right: -15px;
    padding-right: 15px;
}
.blogRelatedWrapper .blog {
    flex-basis: 100%;
    min-width: 300px;
}	
	.single-post .relatedBlogs h2 {
    font-size: 26px;
    line-height: 31px;
}
.menuOpen header.secondMenuSlide .mainMenu ul.menu>li.menu-item-has-children.menuLinkOpen>ul.sub-menu>li>a>div {
    flex-flow: column;
    gap: 10px;
}
.menuOpen header.secondMenuSlide .mainMenu ul.menu>li.menu-item-has-children.menuLinkOpen>ul.sub-menu>li>a img {
    width: 80px !important;
}
header .menuWrapper nav.main-navigation ul li.horizontalColumns.mega1>.sub-menu>li>.sub-menu li:last-child a {
    color: #735ae5;
}
.page-id-21153.submenuEnable .subMenu .menuWrapper nav ul,
.page-template-engageLanding.submenuEnable .subMenu .menuWrapper nav ul,
.page-template-engage_solution.submenuEnable .subMenu .menuWrapper nav ul {
    justify-content: flex-end;
}
.fontSize18{
font-size: 17px;
line-height: 26px;
}
.category section.Section.blogBanner {
    padding-bottom: 0 !important;
}
	
div#webengage-notification-container, .webengage-push-down {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
	
/*menu starts*/	

/*menu ends*/	
	.contentWithCards.twoGridLayout.largeHeading .upperWrap .headingText,
	.uppperHeadingContent .uppperHeadingContentWrapper h2,
	.clienLogoSection.twoRowGrid .contentWrapper h2, .sreLeftContent .headingText,
	.headerOne.gradientBanner .contentWrapper .headingText {
/* 		font-size: 48px !important;
		line-height: 60px !important;
		text-align: left; */
	}
	.fontSize72 {
		font-size: 60px;
		line-height: 65px;
	}
	.fontSize52 {
		font-size: 48px;
		line-height: 60px;
	}
	
	.featuredPostsWrapper {
    margin-bottom: 40px;
}
	
.archive header.site-header, .blog header.site-header, .search header.site-header, .single-post header.site-header {
    background: transparent !important;
}

.blogBanner {
    background: transparent !important;
}

.mainBlogFilter {
	display: none;
}
	
.widget_search #searchResults {
    right: initial;
    left: 20px;
}
	
.blogBanner .container h1 {
    display: block !important;
    font-size: 34px !important;
    line-height: 50px !important;
}

	/* testimonial */
	.srTestimonial.testimonails.singleBigTestimonialSlider .col-12.flex:before {
		width: 100%;
	}	
	.srTestimonial.testimonails.singleBigTestimonialSlider .col-12.flex.justifyContentFlexEnd{
		margin: 10px 0px 30px
	}
	.srTestimonial  .slick-slide {
		top: -15px;
	}

	.srTestimonial  .arrowBottom {
		top: -10px;
	}
	/*margin */
	.mt-80{
		margin-top: 40px;
	}	
	.mt0Mobile{
		margin-top: 0px !important;
	}
		.pb20-mobile{
		padding-bottom: 0px !important
	}
	/* padding */
	.pt0Mobile{
	padding-top: 0px !important
}
	.pb0Mobile{
	padding-bottom: 0px !important
}
	
.allCommontTesti.testimonails.singleBigTestimonialSlider.srx .singleItemBigTestiSlider .testimonials_wrapper ul li .testi_content_wraper .testi_detail_wraper p.testi_company, .allCommontTesti.testimonails.singleBigTestimonialSlider.srx .singleItemBigTestiSlider .testimonials_wrapper ul li .testi_content_wraper .testi_detail_wraper p.testi_name, .allCommontTesti.testimonails.singleBigTestimonialSlider.srx .singleItemBigTestiSlider .testimonials_wrapper ul li .testi_content_wraper .testi_detail_wraper p.testi_text_info {
	 text-align: center;
}
.testimonails.singleBigTestimonialSlider.srx .arrowBottom{
		display: none !important;
	}
 
	.allCommontTesti	.imageTextWrapperTesti {
    align-items: center;
}
.allCommontTesti.testimonails.singleBigTestimonialSlider .col-12.flex .sliderArrow {
    justify-content: flex-start;
}	
	
.allCommontTesti.testimonails.singleBigTestimonialSlider .col-12.alignItemsCenter	{
		align-items: flex-start;
	}
.site-footer {
    overflow: hidden !important;
}	
.site-footer:before {
    top: -1px !important;
    right: -1px !important;
    width: 101% !important;
}
/* .submenuEnable .headerOne.gradientBanner {
    margin-top: -170px !important;
    padding: 180px 0 90px;
} */
	.fontSize22, .fontSize20{
		font-size:17px;
		line-height:26px;
	}
}

/* ios menu fix */
@supports (-webkit-touch-callout: none) {
   .menuOpen header.secondMenuSlide .mainMenu ul.menu>li.menu-item-has-children.menuLinkOpen>ul.sub-menu {
    padding-bottom: 80px !important;
} 
}

@font-face {
    font-family: TWKLausanne;
    src: url(https://checkout.shiprocket.in/wp-content/themes/shiprocket/assets/fonts/TWKLausanne-300.woff2) format("woff2"), url(https://checkout.shiprocket.in/wp-content/themes/shiprocket/assets/fonts/TWKLausanne-300.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: TWKLausanneSemi;
    src: url(https://checkout.shiprocket.in/wp-content/themes/shiprocket/assets/fonts/TWKLausanne-500.woff2) format("woff2"), url(https://checkout.shiprocket.in/wp-content/themes/shiprocket/assets/fonts/TWKLausanne-500.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: TWKLausanneBold;
    src: url(https://checkout.shiprocket.in/wp-content/themes/shiprocket/assets/fonts/TWKLausanne-700.woff2) format("woff2"), url(https://checkout.shiprocket.in/wp-content/themes/shiprocket/assets/fonts/TWKLausanne-700.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: ManropeMed;
    src: url(https://checkout.shiprocket.in/wp-content/themes/shiprocket/assets/fonts/Manrope-Medium.woff) format("woff2"), url(https://checkout.shiprocket.in/wp-content/themes/shiprocket/assets/fonts/Manrope-Medium.woff2) format("woff");
    font-display: swap
}

@font-face {
    font-family: ManropeRegular;
    src: url(https://checkout.shiprocket.in/wp-content/themes/shiprocket/assets/fonts/Manrope-Regular.woff) format("woff2"), url(https://checkout.shiprocket.in/wp-content/themes/shiprocket/assets/fonts/Manrope-Regular.woff2) format("woff");
    font-display: swap
}

@media (min-width: 992px) {
    .fixedTopHeading.subMenu {
        padding: 15px 0;
        position: fixed !important;
        width: 100%;
        top: 0;
        z-index: 99999 !important;
        border-top: 0 !important;
    }
    .fixedTopHeading.subMenu {
        background: transparent !important;
        backdrop-filter: none;
        border: none;
    }
    header.site-header.fixedTopHeading .menuWrapper:before {
        content: "";
        position: absolute;
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        width: 100%;
        height: 100%;
        border-radius: 30px;
        left: 0;
        top: 0;
        background: #ffffffcc;
    }
    .fixedTopHeading.subMenu .menuWrapper {
        margin: 0 auto;
        gap: 2rem;
        padding: 0 15px;
        background: transparent;
        height: 65px;
        position: relative;
    }
    .submenuEnable .subMenu .menuWrapper nav ul li:last-child a {
        border-radius: 30px !important;
    }
    header .menuWrapper nav.main-navigation ul li.horizontalColumns.bottomSingleColumn.mega2 > .sub-menu {
        width: 656px !important;
    }
    header .menuWrapper nav.main-navigation ul > li.bigMenu > .sub-menu {
        font-family: "ManropeRegular";
    }

    /* VALUE ADDED SERVICES panel — 6th child, right-side panel */
    .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu > li:nth-child(6) {
        width: 300px !important;
        background: #f7f9fb !important;
        border-top-right-radius: 17px;
        border-bottom-right-radius: 17px !important;
        border-bottom-left-radius: 0px !important;
        position: absolute !important;
        top: 0;
        right: 0 !important;
        height: 100%;
        padding: 5px 14px;
        box-shadow: none !important;
        left: unset !important;
    }

    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu ul.sub-menu {
        border-radius: 17px;
    }

    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu > li {
        width: 33% !important;
        border-bottom: 12px solid #f7f9fb;
    }

    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu li.menu-item-has-children:nth-child(4),
    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu li.menu-item-has-children:nth-child(5) {
        border-bottom: 0;
        padding-bottom: 15px;
        padding-top: 8px;
    }

    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu > li:last-child > ul.sub-menu {
        display: flex;
        flex-flow: column !important;
    }

    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu > li > ul.sub-menu a {
        padding-left: 8px;
        padding-bottom: 8px;
    }

    /* Products mega3 dropdown positioning */
    .submenuEnable
        .site-header:not(.subMenu)
        .menuWrapper
        nav.main-navigation
        ul
        li.mega3.bigMenu:first-child
        > .sub-menu {
        left: -750px;
        width: 1290px;
        display: flex;
        flex-wrap: wrap;
        padding-top: 8px;
        padding-right: 290px;
        font-family: "ManropeRegular";
        box-shadow: 5px 20px 22px #0000004b;
    }

    .menuOpen header.secondMenuSlide .mainMenu ul.menu > li.menu-item-has-children.menuLinkOpen > ul.sub-menu a {
        font-size: 14px !important;
        color: #181818;
    }

    header .menuWrapper nav.main-navigation ul li ul.sub-menu p.menuDescription {
        font-size: 12px !important;
        margin-top: 5px !important;
    }

    /* GROWTH & MARKETING — 3rd section, single column */
    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu > li:nth-child(3) > ul.sub-menu {
        display: flex;
        flex-flow: column;
    }
    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu > li:nth-child(3) > ul.sub-menu li {
        width: 100% !important;
    }

    header .menuWrapper nav.main-navigation ul li.bigMenu > .sub-menu > li > ul.sub-menu a {
        font-size: 15px !important;
    }
    header .menuWrapper nav.main-navigation ul li.bigMenu > .sub-menu > li.menu-item-has-children > a {
        padding-left: 10px !important;
    }

    /* VALUE ADDED SERVICES link styles */
    header .menuWrapper nav.main-navigation ul li.bigMenu > .sub-menu > li:nth-child(6) > ul.sub-menu a {
        font-size: 13px !important;
        color: #141413;
        padding-bottom: 4px;
    }

    /* Product icons in first bigMenu */
    header .menuWrapper nav.main-navigation ul li.bigMenu:first-child > .sub-menu > li > ul.sub-menu a img {
        width: 30px;
        min-width: 30px;
        background: #f7f9fb;
        padding: 5px;
        border-radius: 6px;
    }
    header .menuWrapper nav.main-navigation ul li.bigMenu:first-child > .sub-menu > li.menu-item-has-children > a {
        font-size: 12px;
        color: #999999;
        padding: 10px;
    }

    /* AI ENABLED PRODUCTS — 5th section, 65% width, 2-col layout */
    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu > li:nth-child(5) {
        width: 65% !important;
    }
    header .menuWrapper nav.main-navigation ul li.bigMenu > .sub-menu > li:nth-child(5) > ul.sub-menu {
        display: flex;
        flex-flow: wrap;
    }

    /* Trends item padding (2nd item in AI section) */
    header
        .menuWrapper
        nav.main-navigation
        ul
        li.mega3.bigMenu
        > .sub-menu
        > li:nth-child(5)
        > ul.sub-menu
        > li:nth-child(2) {
        padding-left: 30px;
    }

    /* Partners menu (4th bigMenu) */
    header .menuWrapper nav.main-navigation ul li.bigMenu:nth-child(4) > ul.sub-menu {
        left: -360px !important;
        display: flex;
        flex-flow: row;
        border-radius: 17px !important;
        overflow: hidden;
        background: transparent;
        box-shadow: 5px 20px 22px #0000004b;
    }
    header
        .menuWrapper
        nav.main-navigation
        ul
        li.horizontalColumns.bottomSingleColumn
        > .sub-menu
        li.menu-item-has-children
        ul {
        display: flex !important;
        flex-flow: column !important;
        gap: 12px;
    }

    /* Partner Program panel — 2nd child, grey background */
    header .menuWrapper nav.main-navigation ul li.bigMenu:nth-child(4) > .sub-menu > li:nth-child(2) {
        background: #f7f9fb !important;
        border-radius: 0px;
    }

    /* Become a Partner card */
    header
        .menuWrapper
        nav.main-navigation
        ul
        li.bigMenu:nth-child(4)
        > .sub-menu
        > li:nth-child(2)
        > ul.sub-menu
        > li:first-child {
        background: #ffffff;
        border: 1px solid #eeeeee;
        border-radius: 12px;
        padding: 10px 0px 10px;
    }
    header
        .menuWrapper
        nav.main-navigation
        ul
        li.bigMenu:nth-child(4)
        > .sub-menu
        > li:nth-child(2)
        > ul.sub-menu
        > li:first-child
        img {
        width: 85px;
    }

    /* Platform menu width */
    header .menuWrapper nav.main-navigation ul li.horizontalColumns.mega1:nth-child(2) > .sub-menu {
        left: -580px !important;
        /* width: 1030px !important; */
        box-shadow: 5px 20px 22px #0000004b;
    }

    /* Resources menu shadow */
    header .menuWrapper nav.main-navigation ul li.horizontalColumns.bottomSingleColumn.mega2 > .sub-menu {
        box-shadow: 5px 20px 22px #0000004b;
    }

    header .nav__bg-wrapper > .nav__bg {
        box-shadow: none !important;
        top: 2px !important;
    }
    .submenuEnable .subMenu .menuWrapper nav ul li a {
        color: #141413 !important;
        font-size: 15px !important;
        font-family: "ManropeRegular" !important;
    }
    .fixedTopHeading.subMenu .menuWrapper nav ul li:last-child a {
        border-radius: 30px !important;
    }
    .submenuEnable .subMenu .menuWrapper nav ul li:last-child a {
        color: #fff !important;
    }
}

@media only screen and (max-width: 992px) {
    header .menuWrapper nav.main-navigation ul > li.bigMenu > .sub-menu {
        font-family: "ManropeRegular";
    }

    .submenuEnable .subMenu .col-12 .menuWrapper {
        padding: 12px 0px;
        border-radius: 50px;
    }
    .submenuEnable .subMenu {
        border-radius: 50px;
        top: 12px;
        box-shadow: none;
    }
    header.site-header.fixedTopHeading.active {
        position: fixed !important;
        background: #fff;
        transition: none;
    }
    .submenuEnable .subMenu {
        top: 15px;
        width: calc(100% - 30px);
        margin: 0 auto;
        left: 0;
        right: 0;
        padding: 12px 0px;
        transition: all ease 0.5s;
        background: none;
        border: none;
    }
    .fixedTopHeading.subMenu {
        padding: 12px 0 !important;
    }
    .submenuEnable .subMenu .col-12 .menuWrapper .mainMenu {
        padding-right: 12px !important;
    }
    .fixedTopHeading.subMenu .menuWrapper nav ul li:last-child a {
        font-size: 14px !important;
        padding: 9px 16px !important;
        border-radius: 30px !important;
        max-width: 150px !important;
    }
    header .menuWrapper nav.main-navigation ul > li.bigMenu > .sub-menu {
        font-family: "ManropeRegular";
    }
    .submenuEnable
        .site-header:not(.subMenu)
        .menuWrapper
        nav.main-navigation
        ul
        li.mega3.bigMenu:first-child
        > .sub-menu {
        font-family: "ManropeRegular";
    }
    .menuOpen header .mainMenu .main-navigation ul.menu li a {
        font-family: "ManropeRegular";
        font-size: 16px !important;
    }
    .menuOpen header .mainMenu .main-navigation ul.menu li a.button-light-blue {
        padding: 10px !important;
    }
    body header.site-header.activeMobileMenu:not(.secondMenuSlide) .mainMenu {
        height: fit-content !important;
    }
    body header.site-header.activeMobileMenu {
        border-bottom: none !important;
    }
    header .mainMenu {
        transform: translateX(0) !important;
    }
    .menuOpen header.firstMenuSlide .mainMenu .main-navigation ul.menu li {
        border-bottom: 2px solid #f7f9fb !important;
    }
    .menuOpen header.firstMenuSlide .mainMenu {
        padding: 0px !important;
    }
    .menuOpen header.firstMenuSlide .mainMenu .main-navigation ul.menu li {
        padding: 15px;
    }
    .menuOpen header .mainMenu .main-navigation ul.menu li.menu-item-has-children:after {
        right: 10px !important;
    }
    .submenuEnable .site-header:not(.subMenu) {
        padding: 10px 15px !important;
        z-index: 9999;
    }
    header.site-header.activeMobileMenu:not(.subMenu) .menuWrapper {
        margin: 0 auto;
        gap: 2rem;
        border-radius: 30px !important;
        padding: 0 20px !important;
        background: #fff;
        height: 60px !important;
        border: 1px solid #e8e8e8;
    }
    .menuOpen header.activeMobileMenu .mainMenu,
    .menuOpen header.secondMenuSlide .mainMenu {
        top: 70px !important;
        max-height: 500px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #e8e8e8;
    }
    .menuOpen header.secondMenuSlide .mainMenu {
        position: absolute !important;
    }
    body.menuOpen::after,
    body.no-scroll::after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #00000047;
        position: fixed;
        top: 0;
        z-index: 99;
    }
    .submenuEnable .site-header:not(.subMenu) .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .menuOpen header.secondMenuSlide .mainMenu {
        box-shadow: none !important;
    }
    /* header.activeMobileMenu { background-color: transparent !important; } */
    .submenuEnable .subMenu .col-12 .menuWrapper .logo {
        padding-left: 0px !important;
    }
    header.site-header.fixedTopHeading.active .col-12 .menuWrapper .logo {
        padding-left: 15px !important;
    }
    .menuOpen header.secondMenuSlide .mainMenu ul.menu > li.menu-item-has-children.menuLinkOpen > ul.sub-menu a {
        font-size: 14px !important;
    }
    header.site-header.fixedTopHeading {
        position: relative !important;
    }
    .submenuEnable .subMenu {
        border-top: none !important;
    }
    .submenuEnable .site-header:not(.subMenu) {
        background: transparent !important;
    }
}