/*!
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 #ffffff;
    padding-left: 10px;
    margin-left: 10px;
    @media (max-width: 767px) {
        padding-left: 6px;
        margin-left: 6px;
    }
}

.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;
}
p.disclaimerSRXDetail {
    flex-flow: column !important;
    gap: 5px 0 !important;
    font-size: 13px;
}

.intercom-3ldfhm,
div#intercom-container,
.intercom-lightweight-app,
iframe#intercom-frame {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.intCalcResponse.dataTabs.tabPopup .airModeContainer {
    max-height: 400px;
    overflow: auto;
}

li#menu-item-42644 a {
    color: #735ae5;
    font-weight: 500;
}

@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: 0px;
    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:not(.arrowBottom):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;
}

.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;
}

a.smallBtn,
button.smallBtn {
    padding: 8px 25px;
    font-size: 16px;
    box-shadow: none;
    line-height: 21px;
    border-radius: 8px;
}

@media (min-width: 767px) {
    .widget-area .widget:last-child {
        z-index: 0;
    }
    .featuredPostsWrapper .featuredPosts .featuredPost {
        max-width: calc(100% / 4 - 30px) !important;
        flex-basis: calc(100% / 4 - 30px);
    }
}

@media (min-width: 992px) {
    li#menu-item-41430 a {
        color: #735ae5;
        font-weight: 600;
    }
    header .menuWrapper nav.main-navigation ul li.bigMenu.horizontalColumns.mega1 > .sub-menu > li > ul.sub-menu a > div,
    header .menuWrapper nav.main-navigation ul li.bigMenu.horizontalColumns.bottomSingleColumn.mega2 > .sub-menu > li > ul.sub-menu a > div {
        align-items: center !important;
    }
    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu > li:last-child ul li {
        flex-basis: calc(100% / 4);
    }
    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu > li:last-child ul li a > div {
        align-items: flex-start;
    }
    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu > li:last-child ul li a > div p.menuDescription {
        line-height: 20px;
    }
    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-16 {
        width: 495px;
    }

    header .menuWrapper nav.main-navigation ul li.mega3.bigMenu > .sub-menu {
        width: 1020px;
        left: -200px;
    }

    li#menu-item-16 ul.sub-menu li {
        width: 50%;
    }

    li#menu-item-16 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.mega3 > .sub-menu > li > ul.sub-menu a > div {
        align-items: flex-start !important;
    }

    li#menu-item-16 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) {
    .faq2 .schema-faq .schema-faq-section .schema-faq-answer {
        font: normal normal normal 16px / 24px SF Pro Display !important;
    }
    .menuOpen header .mainMenu .main-navigation ul.menu li a {
        font-weight: 500 !important;
    }
}

@media only screen and (max-width: 767px) {
    section#block-13 {
        display: none;
    }
    .tabPopup table td,
    .tabPopup table th,
    .singleForm table td,
    .singleForm table th {
        padding: 8px;
        font-size: 13px;
        line-height: 1.2;
        text-align: left;
    }
    .mainBlogFilterButton .mobFilterWrapper .mobFilter p {
        color: #334856;
        font-size: 24px;
        line-height: 29px;
        margin: 0;
        font-weight: 600;
    }

    .home .tabWrapperFulfillment .tabImageWrapper {
        display: none;
    }

    .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;
    }

    body header.site-header.activeMobileMenu {
        background-color: #ffffff !important;
    }
    body header.site-header.activeMobileMenu .mainMenu {
        background-color: #ffff !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;
    }
}

.supsystic-table-loader.spinner {
    display: none !important;
}
.supsystic-tables-wrap {
    visibility: visible !important;
}
.linkBtn svg {
    top: 3px !important;
    right: 0px !important;
    margin-left: 0 !important;
    transform: unset !important;
    position: relative !important;
    display: inline-block !important;
}
.homeContentWrapper .linkBtn svg {
    width: 19px;
    height: 19px;
}

.topHeader {
    background-image: url("https://www.shiprocket.in/wp-content/uploads/2024/11/stripBG.webp");
    background-position: center;
    background-size: cover;
    font-size: 14px;
    padding: 4px 0;
    z-index: 9;
    position: relative;
}
.topHeader p {
    margin-bottom: 0;
}
.ctaCol a {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0.5px solid #0b0757;
    border-radius: 8px;
    color: #0b0757;
    padding: 5px 8px;
    font-size: 12px;
    font-family: "ManropeMed";
}

.ctaCol {
    gap: 10px;
    margin-left: 20px;
}
.ctaCol p {
    border-bottom: 1px solid #333333;
    color: #333333;
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    html body iframe#LeadboosterContainer {
        bottom: 60px !important;
        z-index: 9999 !important;
    }
    section.topHeader {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    header .menuWrapper .appLogins {
        display: block !important;
        position: absolute !important;
        right: 50px !important;
    }

    header .menuWrapper .appLogins ul li:first-child {
        display: none !important;
    }

    body header.site-header.activeMobileMenu .appLogins {
        display: none !important;
    }

    header .menuWrapper .appLogins ul li a.button-light-blue {
        padding: 8px 16px !important;
        border-radius: 6px !important;
        font: normal normal 500 15px/20px SF Pro Display !important;
    }

    .submenuEnable header .menuWrapper .appLogins {
        display: none !important;
    }
}

.tabTestimonialWithContent {
    padding: 80px 0px 80px;
    overflow: hidden;
}

.tabTestimonialWithContent h2.headingText {
    margin-bottom: 10px;
    text-align: center;
}

.tabTestimonialWithContent p.content {
    text-align: center;
}

.tabTestimonialWithContent .testimonialWithNav {
    margin-top: 60px;
}

.tabTestimonialWithContent .testimonialWithNav .sliderNav {
    border-bottom: 1px solid #ddd;
}

.tabTestimonialWithContent .testimonialWithNav .sliderNav .slick-track {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 120px;
}

.tabTestimonialWithContent .testimonialWithNav .sliderNav .slick-track::before,
.tabTestimonialWithContent .testimonialWithNav .sliderNav .slick-track::after {
    display: none;
}

.tabTestimonialWithContent .testimonialWithNav .sliderNav .sliderNavItem {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
    max-width: 170px;
    cursor: pointer;
    transition: all ease 0.5s;
    position: relative;
    opacity: 0.2;
}

.tabTestimonialWithContent .testimonialWithNav .sliderNav .sliderNavItem:hover {
    opacity: 1;
}

.tabTestimonialWithContent .testimonialWithNav .sliderNav .sliderNavItem::before {
    content: "";
    position: absolute;
    height: 0px;
    width: 100%;
    background: #6348bc;
    bottom: 0;
}

.tabTestimonialWithContent .testimonialWithNav .sliderNav .sliderNavItem.slick-current {
    opacity: 1;
}

.tabTestimonialWithContent .testimonialWithNav .sliderNav .sliderNavItem.slick-current::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    background: #6348bc;
    bottom: 0;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper {
    margin-top: 60px;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .slick-list {
    overflow: visible;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    opacity: 0;
    transition: all ease 2s;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .contentWrapper {
    flex-basis: calc(50% - 25px);
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .contentWrapper .testiDescription {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #000000cc;
    margin-bottom: 40px;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .contentWrapper h3,
.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .contentWrapper h4 {
    letter-spacing: 0px;
    color: #414141;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .contentWrapper h4 {
    font-weight: 500;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .videoWrap {
    display: flex;
    flex-basis: calc(50% - 25px);
    align-items: center;
    justify-content: center;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 24px 60px #172b4d19;
    border: 1px solid #00000000;
    border-radius: 12px;
    padding: 15px 18px;
    position: relative;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .videoWrap .playIcon {
    background: linear-gradient(223deg, #47e3f0 0%, #8c4bd8 100%, #000 100%);
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    box-shadow: 0 12px 30px #00000029;
    align-items: center;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .videoWrap .playIcon a {
    display: flex;
    position: relative;
    z-index: 9;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .videoWrap .playIcon a svg {
    filter: invert(1);
    width: 30px;
    height: 30px;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .videoWrap .playIcon::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    z-index: 0;
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .videoWrap > div {
    position: absolute;
    top: calc(50% - 45px);
    right: calc(50% - 45px);
}

.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider.slick-current {
    opacity: 1;
}

.latest-updates-and-news section.topHeader, .latest-updates-and-news section.Section.relatedBlogs {
    display: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .tabTestimonialWithContent {
        padding: 60px 0px;
    }

    .tabTestimonialWithContent .testimonialWithNav {
        margin-top: 40px;
    }

    .tabTestimonialWithContent .testimonialWithNav .sliderNav .slick-track {
        gap: 40px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper {
        margin-top: 40px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider {
        gap: 30px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .contentWrapper .testiDescription {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .latest-updates-and-news .btnWrapperBottoms {
        display: none !important;
    }
    .category-latest-updates-and-news .btnWrapperBottoms, .category-latest-updates-and-news section.topHeader {
        display: none !important;
    }
    .latest-updates-and-news .Sidebar, .category-latest-updates-and-news .Sidebar {
        display: none !important;
    }
    .tabTestimonialWithContent {
        padding: 60px 0px;
    }

    .tabTestimonialWithContent h2.headingText {
        text-align: left;
    }

    .tabTestimonialWithContent p.content {
        text-align: left;
    }

    .tabTestimonialWithContent .testimonialWithNav {
        margin-top: 30px;
    }

    .tabTestimonialWithContent .testimonialWithNav .sliderNav .slick-track {
        gap: 30px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper {
        margin-top: 30px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider {
        flex-direction: column;
        gap: 30px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .contentWrapper .testiDescription {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .videoWrap {
        box-shadow: 0 12px 30px #172b4d19;
        padding: 10px 12px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .videoWrap .playIcon {
        width: 70px;
        height: 70px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .videoWrap .playIcon a svg {
        width: 20px;
        height: 20px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .videoWrap .playIcon::after {
        border: 8px solid #fff;
    }
}

.prodMenuMod {
    /* 	  position: absolute;
	top: 15px;
	right: 70px; */
    .prodMainMenu {
        .prodMenu-main-menu-container {
            ul#productMenu {
                list-style: none;
                > li {
                    perspective: 2000px;

                    > a {
                        color: #141413;
                        font-size: 16px;
                        line-height: 24px;
                        font-family: "ManropeMed";
                        span {
                            position: relative;
                            &:after {
                                content: "";
                                background: url(https://www.shiprocket.in/wp-content/uploads/2024/11/drop.svg);
                                width: 12px;
                                height: 6px;
                                position: absolute;
                                background-size: contain;
                                top: 9px;
                                right: -18px;
                                display: flex;
                                background-repeat: no-repeat;
                            }
                        }
                    }
                    > ul.sub-menu {
                        list-style: none;
                        transform-origin: 50% -50px;
                        transform: rotateX(-15deg);
                        opacity: 0;
                        visibility: hidden;
                        transition: all 0.3s ease;
                        position: absolute;

                        left: auto;
                        width: calc(100vw - 30px);
                        right: calc(-100% - 10px);
                        top: 50px;
                        margin: 0px;
                        background: #ffffff;
                        border: 1px solid #e8e8e8;
                        border-radius: 12px;
                        max-height: calc(100dvh - 150px);
                        overflow: auto;
                        display: flex;
                        flex-direction: column;
                        gap: 20px;
                        z-index: -1;
                        &:before {
                            content: "Products";
                            position: relative;
                            display: block;
                            color: #141413;
                            font-family: "TWKLausanne";
                            font-size: 26px;
                            line-height: 32px;
                        }

                        > li {
                            > a {
                                color: #a7a7a7;
                                font-size: 12px;
                                line-height: 18px;
                                text-transform: uppercase;
                                font-family: "TWKLausanne";
                                letter-spacing: 0.8px;
                            }
                            ul.sub-menu {
                                list-style: none;
                                margin: 0;
                                display: flex;
                                flex-flow: wrap;
                                gap: 20px;
                                border-bottom: 5px solid #F7F9FB;
                                padding: 20px;

                                li {
                                    flex-basis: calc(100% / 2 - 10px);
                                    a {
                                        div {
                                            display: flex;
                                            align-items: flex-start;
                                            flex-direction: column;
                                            gap: 8px;
                                            > img {
                                                width: 30px;
												height: auto;
												min-width: 30px;
												background: #F7F9FB;
												padding: 5px;
												border-radius: 6px;
                                            }
                                            span {
                                                color: #141413;
                                                font-family: "TWKLausanne";
                                                font-size: 15px;
                                                line-height: 18px;
                                                margin: 0;
                                                position: relative;
/*                                                 padding-right: 14px; */
                                                /* 												&:after{
													content: '';
													position: absolute;
													background: url(https://shiprocket2stg.wpengine.com/wp-content/uploads/2024/10/menuArrow.svg);
													width: 14px;
													height: 9px;
													background-size: contain;
													top: 6px;
													right: 0;
												} */

                                                p.menuDescription {
                                                    font-family: "TWKLausanne";
                                                    font-weight: 300;
                                                    color: #6f6f6ad6;
                                                    margin: 5px 0 0;
                                                    font-size: 12px;
                                                    line-height: 18px;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }

                    &.active {
                        > a {
                            color: #735ae5;

                            span {
                                &:after {
                                    background-image: url(https://www.shiprocket.in/wp-content/uploads/2024/11/Vector.svg);
                                }
                            }
                        }

                        > ul.sub-menu {
                            opacity: 1;
                            visibility: visible;
                            transform-origin: 0 0;
                            transform: rotateX(0);
                            z-index: 9999;
                        }
                    }
                }
            }
        }
    }
}

.fixedTopHeading .prodMenuMod .prodMainMenu ul#productMenu > li > ul.sub-menu {
    top: 60px;
}
.no-scroll {
    overflow: hidden;
}

@media (max-width: 992px) {
	.menuOpen header .mainMenu .main-navigation ul.menu li {
		padding: 14px 0;
	}
	.tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .contentWrapper h3,
    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .contentWrapper h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .tabTestimonialWithContent .testimonialWithNav .testimonialSliderwrapper .testimonialSlider .contentWrapper h4 {
        margin-bottom: 0px;
    }

    .fixedTopHeading,
    .fixedTopHeading.subMenu {
        z-index: 9999 !important;
    }
	
    header.site-header.srMenu {
        .menuWrapper {
            margin: 0 auto;
            gap: 2rem;
            border-radius: 30px !important;
            padding: 0px 20px !important;
            background: #ffffff;
            height: 60px !important;
            border: 1px solid #e8e8e8;
        }
        header .menuWrapper .MobileNavController span {
            background-color: #141413 !important;
        }
        header .menuWrapper .MobileNavController span:nth-child(2) {
            width: 100%;
        }
    }

    body header.site-header.activeMobileMenu {
        background: transparent !important;
    }
    .menuOpen header.activeMobileMenu .mainMenu,
    .menuOpen header.secondMenuSlide .mainMenu {
        top: 70px !important;
        max-height: 500px;
        border-radius: 12px;
        background: #ffffff;
        border: 1px solid #e8e8e8;
    }
    body header.site-header.activeMobileMenu:not(.secondMenuSlide) .mainMenu {
        height: fit-content !important;
		padding: 0;
    }
    .menuOpen header.secondMenuSlide .mainMenu {
        position: absolute !important;
        width: 100% !important;
        height: 100dvh !important;
        overflow: auto;
        right: 0;
        padding: 0 15px;
        top: 40px;
        background-color: #fff;
        z-index: 9;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        transform: translateX(0);
        z-index: 9999;
    }
    .menuOpen header.secondMenuSlide .mainMenu {
        box-shadow: none !important;
    }
	.gap-m-2_5 {
        gap: 2.5rem;
    }
}

/* <style>  */
.btnWrapperBottom {
    bottom: 0;
    width: 100%;
    left: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #ffffff;
    z-index: 9;
    gap: 15px;
	padding: 20px 0 0;

    a {
        margin: 0px;
        justify-content: center;
        font-size: 14px;
        line-height: 14px;
		text-align: center;
        &.blueBtn:not(.lightPurpel) {
            flex-basis: calc(100% - 165px);
            padding-right: 0.7rem;
            padding-left: 0.7rem;
        }
        &.lightPurpel {
            border-color: #f1eeff;
            background: #f1eeff;
            color: #735ae5;
            flex-basis: 150px;
        }
    }
}
/* first menu css */
@media (min-width: 992px) {
	.nav__bg-wrapper {
		display: none !important;!i;!;
	}
	header .menuWrapper nav.main-navigation ul li ul.sub-menu {
		top: 60px !important;
	}
	header .menuWrapper nav.main-navigation ul>li:hover.bigMenu>.sub-menu {
		box-shadow: 5px 20px 22px #0000004b;
	}
    header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu {
        width: 1000px;
        left: 0px;
        display: flex;
        flex-flow: wrap;

        li.lastMenuItem {
        }

        li:not(.lastMenuItem) {
            > a {
                padding: 10px;

                > div {
                    display: flex;
                    align-items: flex-start;
                    img {
                        width: 30px;
                        height: auto;
                        min-width: 30px;
						background: #F7F9FB;
						padding: 5px;
						border-radius: 6px;
                    }
                }
            }
        }
    }

    header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children {
        width: 33.3%;
        display: flex;
        flex-direction: column;
    }
    li#menu-item-16 ul.sub-menu li {
        width: 100%;
    }
    li#menu-item-16 ul.sub-menu {
        display: flex;
        flex-flow: column;
    }
    header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu {
        width: 1290px;
        left: -219px;
        display: flex;
        flex-flow: wrap;
        padding-top: 8px;
        border-radius: 17px;
		padding-right: 292px;
    }
    header.fixedTopHeading .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu>.sub-menu {
        left: -190px;
    }
    .submenuEnable header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu {
        left: -643px;
    }
    header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children > a > div > img {
        display: none;
    }

    li#menu-item-16 {
        width: 33.3%;
    }
    header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children > a > div > img {
        display: none;
    }

    header .menuWrapper nav.main-navigation ul li ul.sub-menu p.menuDescription {
        font-size: 12px;
		margin-top: 5px !important;
    }
    header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children > a > div > img {
        display: none;
    }


    header .menuWrapper nav.main-navigation ul li.bigMenu > .sub-menu > li.menu-item-has-children > a span {
		font-size: 12px;
        color: #999999;
    }

    header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children#menu-item-43807 {
		width: 300px;
        background: #F7F9FB;
        border-top-right-radius: 17px;
        border-bottom-right-radius: 17px;
        position: absolute;
        top: 0;
        right: 0;
		height: 100%;
		        padding: 5px 14px;
    }
	
	header .menuWrapper nav.main-navigation ul li.bigMenu>.sub-menu>li {
		padding: 0 10px 10px;
	}

    header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children#menu-item-43807 ul.sub-menu {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        background: transparent;
    }

    header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children#menu-item-43807 ul.sub-menu li {
        width: 100%;
    }
    header .menuWrapper nav.main-navigation ul li.bigMenu > .sub-menu > li.menu-item-has-children#menu-item-43807 a {
		padding-left: 8px;
        padding-top: 13px;
        padding-bottom: 0;
    }
		header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children#menu-item-43807 ul.sub-menu li span p.menuDescription {
		display: none;
	}
	header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children {
		border-bottom: 12px solid #F7F9FB;
	}

	header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children:nth-child(4), header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children:nth-child(5) {
		border-bottom: 0;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.main-navigation ul ul a {
		width: auto;
	}
/* 	header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children#menu-item-43807 > a > div > span {
		color: #141413;
	} */
/* 	header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children#menu-item-43807 ul.sub-menu li a span:hover {
    font-weight: 600;
} */
	header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children#menu-item-43807 ul.sub-menu li a span {
		color: #141413;
		font-size: 13px;
	}

/* 	header .menuWrapper nav.main-navigation ul li.newMainLayout.bigMenu > .sub-menu li.menu-item-has-children#menu-item-43807 ul.sub-menu li a span:hover p.menuDescription {
		display: block;
		opacity: 1;
		visibility: visible;
		        font-weight: 300;
	} */
}

@media (max-width: 992px) {
	.menuOpen header.secondMenuSlide .mainMenu ul.menu>li.menu-item-has-children.menuLinkOpen>ul.sub-menu>li {
		border: none;
		padding: 12px 0;
	}
	.prodMenuMod .prodMainMenu ul#productMenu > li > ul.sub-menu > li > a > div > span {
		padding-left: 20px;
	}
	.menuOpen header.secondMenuSlide .mainMenu ul.menu>li.menu-item-has-children.menuLinkOpen>ul.sub-menu>li>ul.sub-menu li a>div img {
		width: 28px;
		margin-right: 10px;
		height: auto;
	}

	.prodMenuMod .prodMainMenu .prodMenu-main-menu-container ul#productMenu > li > ul.sub-menu::before {
		margin-left: 20px;
	}

	.prodMenuMod .prodMainMenu .prodMenu-main-menu-container ul#productMenu > li > ul.sub-menu {
		padding-top: 20px;
	}
	.btnWrapperBottom {
		display: none;
	}

	body header.site-header.activeMobileMenu.firstMenuSlide .btnWrapperBottom {
		display: flex;
		padding: 20px 15px;
	}
    header.site-header.fixedTopHeading.active {
        top: 0px;
        position: fixed;
        width: 100%;
    }

    .submenuEnable header.site-header.fixedTopHeading {
        top: 0;
        transition: all ease 0.3s;
        padding: 12px 0 10px !important;
        background: transparent;
    }
	
	.prodMenu-main-menu-container ul.sub-menu li.menu-item-has-children > a > div img {display: none;}

	.prodMenu-main-menu-container ul.sub-menu li.menu-item-has-children > a > div span {
		font-size: 15px;
	}
	
}
