@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600&amp;family=Shadows+Into+Light&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    /* background-color: #000000; */
    background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%);
}

html {
    font-size: 10px;
    overflow-x: hidden;
}

h5,
h6 {
    font-family: var(--primary-font);
}

:root {
    --text-gray-1: #ADADAD;
    --text-gray-2: #DBDBDB;
    --primary-font: 'Rubik', sans-serif;
    --heading-font: 'Bebas Neue', sans-serif;
    --orange-color: #FF7B22;
    --highlight-color: #FFB07B;
    --dark-brown: #1D1710;
    --section-gray-color: #262626;
    --shadows-font: 'Shadows Into Light', cursive;

}


h1 {
    font-size: 6.7rem;
    letter-spacing: -0.5px;
    line-height: 0.8;
    color: #fff;
    font-weight: 500;
    margin: 0 0 2rem;
    font-family: var(--heading-font);
}

h2 {
    font-size: 5.4rem;
    line-height: 0.9;
    color: white;
    margin: 0 0 20px;
    font-family: var(--heading-font);
    letter-spacing: -1px;
}

h3 {
    font-size: 3.8rem;
    line-height: 1;
    color: white;
    margin: 0 0 15px;
    font-family: var(--heading-font);
}

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-size: 18px;
    line-height: 1.2;
    color: var(--text-gray-1);
    font-weight: 400;
    margin: 0 0 15px;
}

select {
    padding: 0 40px 0 30px;
}

a,
button,
input,
p,
select,
textarea {
    font-family: var(--primary-font), sans-serif !important;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

ul {
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 1.8rem;
    font-family: var(--primary-font);
    color: var(--text-gray-1);
}

#menu {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2rem;
    margin: 0;
    border-right: 1px solid #4A4A4A;
}

#menu>li>a {
    font-size: 1.4rem;
    color: #f3f3f3;
    font-family: var(--primary-font);
    transition: 0.2s ease-in-out;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 45px;
}

#menu>li>a:hover {
    color: var(--orange-color);
}

.sub-menu-small>a:hover {
    color: var(--orange-color);
}

.sub-menu-list a:hover {
    color: var(--orange-color);
}

.sub-menu {
    display: none;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 45px;
    padding: 0;
    background: black;
    width: 100%;
    z-index: 2;
    left: 100%;
    box-shadow: 1px 13px 60px 0 #8994ac66;
    transform: translateX(-50%);
    height: 400px;
    overflow: hidden;
}

#menu li:hover .sub-menu {
    opacity: 1;
    display: block;
}

#menu li.active>a {
    color: #FF7B22;
    font-weight: 600;
}

#menu li a.active {
    color: var(--orange-color);
    font-weight: 600;
}

.pricing-insight>a.active {
    color: var(--orange-color);
    font-weight: 600;
}

a {
    text-decoration: none;
    color: white;
    font-family: var(--primary-font);
    line-height: 1;
}

a:hover {
    color: lightgray;
}

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.slick-dots button {
    font-size: 0;
    width: 100%;
    height: 100%;
    border: 0;
    transition: 0.3s ease-in-out;
    background: var(--gray-shade1);
}

.slick-dots li {
    width: 15px;
    height: 15px;
}

.slick-dots li.slick-active button {
    background: var(--primary);
}


/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
    display: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .slicknav_menu {
        display: block;
    }
}

.banner {
    height: auto;
    /* overflow: hidden; */
    /* isolation: isolate; */
    padding-top: 20rem;
    z-index: 1;
    padding-bottom: 5rem;
}

.banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); */
    z-index: -1;
    /* background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%); */
    background: linear-gradient(90deg, rgba(19, 25, 33, 1) 0%, rgba(35, 47, 62, 1) 100%);
}

.banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.banner .container {
    /* position: absolute; */
    z-index: 1;
    top: 50%;
    /* transform: translateY(-50%); */
    left: 0;
    right: 0;
}

.ban-img-box {
    height: 500px;
    overflow: hidden;
}

.logo {
    width: 80%;
    height: 75px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 10;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ban-sub-p-26 {
    font-size: 22px;
    letter-spacing: -0.1;
    color: white;
    font-weight: 300;
    font-family: var(--primary-font);
    margin-bottom: 2rem;
}

.ban-sub-p-24 {
    font-size: 24px;
    line-height: 1.1;
    color: white;
    font-weight: 300;
    font-family: var(--primary-font);
    margin-bottom: 2rem;
}

/* loader */

/* .loader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader>img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    animation: 2s rotate linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
} */

/* loader */

/* custom-css-by-zee */
.section-gray-color {
    /* background-color: var(--section-gray-color); */
}

.ptb-8rem {
    padding: 8rem 0;
}

.pt-8rem {
    padding-top: 8rem;
}

.pb-8rem {
    padding-bottom: 8rem;
}

.pt-20rem {
    padding-top: 20rem;
}

.default-pg {
    padding-top: 20rem;
    background-color: var(--section-gray-color);
}

.default-pg h3 {
    margin: 15px 0;
}

.default-pg ul li {
    position: relative;
    padding-left: 3rem;
}

.default-pg ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
}

.default-pg ul {
    margin-bottom: 3rem;
}


.slick-prev,
.slick-next {
    position: absolute;
    font-size: 0;
    z-index: 1;
    color: white;
    border: 1px solid #404040;
    font-family: 'Font Awesome 6 Pro';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-grid;
    background: #222222;
    place-items: center;
    transition: 0.3s ease-in-out;
}

.slick-prev:hover,
.slick-next:hover {
    background: #404040;
    border-color: white;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    font-size: 2rem;
    font-family: "Font Awesome 5 free";
    color: white;
    top: 50%;
    left: 50%;
    font-weight: 400;
    transform: translate(-50%, -50%);
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

.btn-theme2 {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: var(--dark-brown);
    padding: 15px;
    border-radius: 20px;
    border: 2px solid #404040;
    transition: 0.3s ease-in-out;
    margin-top: 1rem;
}

.btn-theme2>div a {
    width: 45px;
    height: 45px;
    display: inline-grid;
    place-items: center;
    background: #F4F4F4;
    border-radius: 50%;
}

.btn-theme2>div a>img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}



.btn-theme2>a {
    margin: 0;
    font-size: 1.5rem;
    position: relative;
    line-height: 1.3;
}



.btn-theme2>a>span {
    color: var(--orange-color);
    border-bottom: 1px solid var(--orange-color);
}

.btn-theme2:hover a {
    color: white;
}

.btn-theme2:hover {
    border-color: rgb(133, 132, 132);
}

.btn-theme-arrow {
    color: var(--orange-color);
    position: relative;
}

.btn-theme-arrow>img {
    width: 15px;
    height: 15px;
    color: white;
    transition: 0.2s ease-in-out;
    margin-left: 5px;
}

.btn-theme-arrow:hover {
    color: var(--orange-color);
}

.btn-theme-arrow:hover img {
    animation: arrow-move 1s infinite;
}

.centerCol {
    margin: 0 auto;
}

.heading-22 {
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--primary-font);
    color: var(--orange-color);
}

.orange-btn {
    padding: 0 2rem;
    border: none;
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--orange-color);
    border-radius: 13px;
    color: white;
    transition: 0.3s ease-in-out;
    gap: 3rem;
    margin-top: 1rem;
}

.orange-btn:hover {
    color: white;
}

.orange-btn>img {
    transition: 0.3s ease-in-out;
    width: 20px;
    height: 20px;
}

.orange-btn:hover img {
    animation: arrow-move 1s infinite;
}

/* calendly-widget */
.calendly-inline-widget {
    height: 620px !important;
    border-radius: 40px !important;
    overflow: hidden;
    width: 500px;
    margin-left: auto;
}

/* calendly-widget */



/* review-sticky-cta */
.review-sticky-cta {
    position: fixed;
    left: -80px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background: #2C2C2C;
    height: 45px;
    width: 200px;
    border: 1px solid transparent;
}

.review-sticky-cta:hover {
    border-color: #4a4a4a;
}

.review-sticky-cta h5 {
    color: white;
    margin: 0;
    font-weight: 400;
}

/* review-sticky-cta */

/* header */
header {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.top-head-review {
    width: calc(100% - 65%);
    display: flex;
    align-items: center;
    gap: 9px;
}

.top-head-review>h6 {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    color: var(--text-gray-1);
    cursor: pointer;
}

.top-head-review>img {
    width: 20px;
}

.top-head {
    padding: 1rem 0;
}

.head-partner-img {
    display: flex;
    gap: 1rem;
    overflow: hidden;
    justify-content: end;
}

.head-partner-img>img {
    object-fit: contain;
    width: 27%;
    height: 40px;
}

.head-live-chat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #FF7B22;
    font-size: 12px;
    font-weight: 600;
    padding: 0 0.6rem;
    background-color: white;
    color: black;
    transition: 0.3s ease-in-out;
}

.head-live-chat:hover {
    background-color: #FF7B22c4;
    color: #ffffff;
}

.top-head-cta-box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.top-head-cta-box>a:not(:first-child) {
    color: var(--text-gray-2);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.top-head-cta-box>a:not(:first-child):hover {
    color: white;
}

.top-head-cta-box>a:not(:first-child) img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.main-navigate {
    border: 1px solid #4A4A4A;
    border-left: 0;
    border-right: 0;
    position: relative;
}

.pricing-insight {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-around;
}

.pricing-insight>div {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.pricing-insight>div>h6 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: white;
    line-height: 1;
}

.pricing-insight>div>a {
    display: grid;
    place-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
    font-size: 12px;
}

.pricing-insight>div>a>img {
    height: 20px;
    width: 20px;
}

.pricing-insight>div>a:hover {
    background: var(--orange-color);
    color: white;
}

.pricing-insight>a:hover {
    color: var(--orange-color);
}

.pricing-insight>a {
    padding: 10px 11px;
    border: 1px solid #4A4A4A;
    border-bottom: 0;
    border-top: 0;
    height: 45px;
    display: grid;
    place-content: center;
    font-weight: 400;
    transition: 0.2s ease-in-out;
}

.book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 0 10px;
    gap: 10px;
    /* background: #FFB07B; */
    height: 45px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    /* https: //grabient.com/HQVg7AnANKAMCMMQGYAcSAsYZgGyxlwCZFgTthldkZ4JsCjhYIMoNh5UIg?angle=135 */
    background: linear-gradient(135deg, #ffffc4 0.000%, #df7225 50.000%, #a94600 100.000%);

}

.call-btn {
    color: var(--orange-color);
    display: flex;
    font-size: 20px;
    align-items: center;
}

.call-btn i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(238, 221, 230) 0%, rgb(237, 224, 229) 21%, rgb(230, 232, 225) 38%, rgb(215, 242, 206) 72%, rgb(189, 233, 238) 100%) 0% 0% no-repeat;
    border-radius: 50%;
    color: black;
    font-size: 11px;
    margin-right: 5px;
}

.call-btn:hover {
    color: var(--orange-color);
}

.book-btn:hover {
    color: black;
    background-position: 10% 30%;
}

.bok-call-cta-box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

.bok-call-cta-box img {
    width: 10px;
    filter: brightness(0);
    animation: arrow-move 1s infinite;
}

.revenue-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    padding: 10px 14px;
    height: 47px;
}

.revenue-box>h5 {
    color: #FF7B22;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
}

.revenue-box>h5.count {}

.revenue-box>h6 {
    color: var(--text-gray-1) !important;
    font-size: 10px !important;
    margin-top: 5px;
}

.head-vid-box {
    background: #161616;
    padding: 4rem 3.5rem;
    text-align: center;
    display: block;
    height: 100%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-content: start; */
}

.head-vid-box h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: white;
    font-family: var(--primary-font);
}

.head-vid-box p {
    font-size: 14px;
    line-height: 1.3;
    width: 95%;
    margin: 0 auto;
}

.head-vid {
    width: 85%;
    height: 100%;
    border-radius: 30px;
    margin: 0 auto;
}

.head-vid>video {
    width: 100%;
    border-radius: 50px;
    height: 100%;
    padding: 15px;
    background: #000;
    object-fit: cover;
}

.sub-menu-list a {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: white;
    text-transform: capitalize;
    padding-left: 20px;
    display: block;
    transition: 0.3s ease-in-out;
}


.sub-menu-list {
    margin-top: 3rem;
    height: 240px;
}

.sub-menu-list ul li {
    margin-bottom: 2rem;
    position: relative;
}

.sub-menu-list ul li:after {
    position: absolute;
    content: "";
    background: var(--orange-color);
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    transform: scale(1) translateY(-50%);
    border-radius: 50%;
    transition: 0.1s ease-in-out;
}

.sub-menu-list ul li:hover:after {
    transform: scale(1.1) translateY(-50%) !important;
}

.sub-menu .btn-theme2 {
    margin-top: 3rem;
}

h5.sub-menu-title {
    padding-top: 0.5rem;
    color: #afa360;
    font-size: 1.5rem;
}

.head-co-founder-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    object-fit: cover;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 11px 60px 0px rgb(126 126 126 / 48%);
}

.head-co-founder-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-co-founder {
    display: flex;
    align-items: center;
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid #4A4A4A;
}

.head-co-founder>div:last-child {
    width: calc(100% - 80px);
    padding-left: 30px;
    padding-right: 20%;
}

.head-co-founder>div h5 {
    color: var(--text-gray-1);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}

.head-co-founder>div p {
    margin: 0;
    color: var(--orange-color);
}

.sub-menu-small {
    width: 240px;
    height: auto;
    padding: 10px 2rem;
    border-radius: 15px;
    box-shadow: 1px 13px 60px 0 #8994ac66;
}

.sub-menu-small>a {
    color: white;
    display: block;
    padding: 1rem 0;
    font-family: var(--primary-font);
    font-size: 15px;
}

.sub-menu-small>a:not(:last-child) {
    border-bottom: 1px solid #82849038;
}

/*.mob-nav-sublink {*/
/*    display: none;*/
/*    padding-left: 3rem;*/
/*}*/

ul.mob-nav-link {
    position: relative;
}

ul.mob-nav-link:before {
    position: fixed;
    content: "";
    width: 100vw;
    height: 5rem;
    top: 0;
    left: 50%;
    background: black;
    border-bottom: 1px solid #404040;
    transform: translateX(-50%);
}

ul.mob-nav-link>li>a {
    font-size: 42px;
    padding: 10px 0;
    display: block;
    line-height: 1;
    font-family: var(--heading-font);
}

ul.mob-nav-link>li.active>a {
    background: linear-gradient(145deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/*ul.mob-nav-sublink a {*/
/*    font-size: 16px;*/
/*    display: block;*/
/*    padding: 8px 0;*/
/*}*/
/* ul.mob-bot-nav {
    padding-top: 5rem;
    border-top: 1px solid #404040;
} */

ul.mob-bot-nav li:first-child>a {
    color: #ADADAD;
}

.mobile-nav-links-box .foot-bottom {
    padding: 3rem 0 5rem 0;
    position: relative;
}

.mobile-nav-links-box .foot-bottom:after {
    position: absolute;
    content: "";
    background: #4A4A4A;
    top: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
}

/* mobile-menu */



.mobile-menu-box {
    display: none;
}

.mobile-nav {
    box-sizing: border-box;
    height: 25px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.mobile-nav svg {
    stroke: white;
    transition: 0.2s;
}

.mobile-nav svg g:first-child {
    opacity: 1;
    transition: opacity 0s 0.2s;
}

.mobile-nav svg g:first-child line {
    transition: transform 0.2s 0.2s;
    transform: translateY(0px);
}

.mobile-nav svg g:last-child {
    opacity: 0;
    transition: opacity 0s 0.2s;
}

.mobile-nav svg g:last-child line {
    transition: transform 0.2s;
    transform: rotate(0deg);
    transform-origin: center;
}

.mobile-nav.open svg {
    stroke: #fff;
}

.mobile-nav.open svg g:first-child {
    opacity: 0;
}

.mobile-nav.open svg g:first-child line {
    transition: transform 0.2s;
}

.mobile-nav.open svg g:first-child line:first-child {
    transform: translateY(7px);
}

.mobile-nav.open svg g:first-child line:last-child {
    transform: translateY(-7px);
}

.mobile-nav.open svg g:last-child {
    opacity: 1;
}

.mobile-nav.open svg g:last-child line {
    transition: transform 0.2s 0.2s;
}

.mobile-nav.open svg g:last-child line:first-child {
    transform: rotate(45deg);
}

.mobile-nav.open svg g:last-child line:last-child {
    transform: rotate(-45deg);
}

.mobile-nav-links-box {
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background-color: black;
    padding: 8rem 0 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* mobile-menu */
/* header */


/* banner */

.banner-txt>h1>span {
    width: 33px;
    height: 50px;
    position: relative;
    display: inline-block;
}

.banner-txt>h1>span>img {
    width: 200%;
    height: 165%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-txt>h4 {
    font-size: 2.6rem;
    color: white;
    font-weight: 300;
    font-family: var(--primary-font);
    margin-bottom: 2rem;
}

.banner-cta {
    display: inline-flex;
    min-width: 300px;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
    /* background: var(--dark-brown); */
    border-radius: 25px;
    padding: 1.5rem 1.5rem;
    border: 2px solid #404040;
    transition: 0.3s ease-in-out;
    /* https: //grabient.com/HQVg7AnANKAMCMMQGYAcSAsYZgGyxlwCZFgTthldkZ4JsCjhYIMoNh5UIg?angle=135 */
    /* background: linear-gradient(135deg, #ffffc4 0.000%, #ff6164 50.000%, #b00012 100.000%); */
    /* https: //grabient.com/LQVgdADAjAHANGALIgTAgzNOA2SiQYDsECUKaYUEF66hCAnCCWA9ughCBVISkA?angle=135 */
    background: #fff;
}

.banner-cta:hover>img {
    animation: shake 0.5s infinite;
}

.banner-cta>img {
    width: 55px;
    height: 55px;
    object-fit: cover;

}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(-5deg);
    }

    90% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.banner-cta>h6 {
    color: #FF7B22;
    text-align: start;
    line-height: 1.3;
    font-size: 1.9rem;
    margin: 0;
    transition: 0.3s ease-in-out;
    font-family: var(--primary-font);
}

.banner-cta>h6>span {
    text-decoration: underline;
    color: #000000;
}

.banner-cta:hover>h6 {
    color: #FF7B22;
}

.banner-cta:hover {
    border-color: rgb(133, 132, 132);
}

/* banner */



/* video-review-box */


.video-review-slider.home {
    height: 145%;
}

.video-review-slider.testiomal .slick-slide {
    height: inherit;
}

.video-review-slider {
    position: relative;
    padding: 4.5rem 0 2rem 0;
    isolation: isolate;
    margin-top: -23rem;
}

.video-review-slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 110.6%;
    background-color: #222222;
    border-radius: 50px;
    top: 0;
    border: 2px solid #404040d1;
    left: 0;
    z-index: -1;
}

.video-review-box {
    height: 650px;
    width: 95%;
    background-color: white;
    margin: auto;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    padding: 2rem;
}

.video-review {
    width: 40%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
    background: var(--dark-brown);
}

.video-review iframe {
    border-radius: 35px;
    width: 100% !important;
    height: 100% !important;
}

.video-review-content {
    width: calc(100% - 40%);
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    padding-left: 4rem;
    justify-content: space-between;
}

.video-review-content h3 {
    color: black;
    font-size: 5.4rem;
    line-height: 0.9;
    font-family: var(--heading-font);
    font-weight: 400;
    width: 95%;
}

.video-review-content p {
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 400;
    color: #687087;
    width: 95%;
}

.client-det-vid-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
    margin-bottom: 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid black;
}

.client-det-vid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-det-vid h5 {
    font-size: 2rem;
    color: black;
    margin-bottom: 0;
    font-weight: 600;
    font-family: var(--primary-font);
}

.client-det-vid h6 {
    color: #687087;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.video-review-slider .slick-arrow {
    position: absolute;
    bottom: -35px;
    z-index: 2;
    transition: 0.2s ease-in-out;
}

.video-review-slider .slick-arrow:hover {
    background-color: lightgray;
}

.video-review-slider .slick-next {
    left: 85%;
    transform: translateX(-50%);
}

.video-review-slider .slick-prev {
    left: 81%;
    transform: translateX(-50%);
}

.video-review-slider .slick-next,
.video-review-slider .slick-prev {
    font-size: 0;
    border: 0;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.video-review-slider .slick-next:before,
.video-review-slider .slick-prev:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    border: 1px solid #404040;
    font-size: 2rem;
    font-family: 'Font Awesome 6 Pro';
    width: 40px;
    height: 40px;
    font-weight: 400;
    border-radius: 50%;
    display: grid;
    background: #222222;
    place-items: center;
    transition: 0.3s ease-in-out;
}

.video-review-slider .slick-next:before {
    content: "\f054";
}

.video-review-slider .slick-next:hover:before,
.video-review-slider .slick-prev:hover:before {
    background-color: #404040;
    border: 1px solid white;
}

.video-review-slider .slick-prev:before {
    content: "\f053";
}

.video-review-slider+h6 {
    position: relative;
    z-index: 2;
    padding-left: 13%;
    color: white;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 10px;
}

.video-review-slider+h6>a {
    text-decoration: underline;
    color: var(--orange-color);
}

.video-review-slider:after {
    position: absolute;
    content: "";
    width: 188px;
    height: 245px;
    background: url("../images/rocket.png") center/contain no-repeat;
    right: -65px;
    top: -75px;
}

.top-client-row {
    margin-top: 13rem;
}

.top-client-slider div>img {
    width: 120px;
    height: 50px;
    object-fit: contain;
    display: block;
    margin-right: 1rem;
}

.top-client-row h5 {
    font-size: 18px;
    color: var(--text-gray-2);
    font-family: var(--primary-font);
    font-weight: 400;
}

/* video-review-box */
/* service-sec */
section.service-sec {
    overflow: hidden;
}

.advertized-txt {
    font-size: 18px;
    color: #FF7B22;
    font-weight: 400;
    font-family: var(--primary-font);
}

.ser-box-left {
    padding: 0 20% 0 0;
}

.ser-box-left .btn-theme2 {
    margin-top: 2rem;
}

.service-box {
    position: relative;
    padding: 4rem 4rem;
    border-radius: 40px;
    background: #F4F4F4;
    height: 560px;
}

.service-box:hover {
    background: linear-gradient(125deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
}

.ser-img-box {
    display: grid;
    place-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #70707052;
    background: #F4F4F4;
    margin-bottom: 3rem;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-box:hover .ser-img-box {
    transform: rotateY(360deg) scale(1.1);
}

.ser-img-box>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-box h2 {
    color: #4a4a4a82;
    font-size: 5.4rem;
    height: 240px;
}

.service-box h2>span {
    color: black;
    text-decoration: underline;
}

.service-slider .slick-slide {
    margin: 0 1rem;
}

.service-slider:after {
    position: absolute;
    /*     content: ""; */
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 40%, rgb(0 0 0) 100%);
}

.service-slider .slick-list {
    padding-left: 5%;
}

.service-box p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4A4A4A;
    line-height: 1.1;
}

.service-box>a:nth-of-type(1) {
    color: black;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.service-box:hover a:nth-of-type(1) {
    animation: arrow-move 1s infinite;
}

@keyframes moving-arrow {

    0%,
    100% {
        right: 30px;
        top: 30px;
    }

    50% {
        right: 20px;
        top: 20px;
    }
}

@-o-keyframes moving-arrow {

    0%,
    100% {
        right: 30px;
        top: 30px;
    }

    50% {
        right: 20px;
        top: 20px;
    }
}

@-moz-keyframes moving-arrow {

    0%,
    100% {
        right: 30px;
        top: 30px;
    }

    50% {
        right: 20px;
        top: 20px;
    }
}

@-webkit-keyframes moving-arrow {

    0%,
    100% {
        right: 30px;
        top: 30px;
    }

    50% {
        right: 20px;
        top: 20px;
    }
}

/* service-sec */

/* counter-sec */
.counter-box {
    text-align: center;
    padding: 3.5rem 2rem;
}

.counter-box>p {
    color: var(--text-gray-1);
    margin: 0;
}

.count {
    margin: 1rem 0;
    line-height: 1;
    color: #FF7B22;
    font-family: var(--primary-font);
    font-weight: 400;
    letter-spacing: -3.5px;
}

.counter-sec {
    border-top: 1px solid #4A4A4A;
    border-bottom: 1px solid #4A4A4A;
}

.counter-sec .col-4 {
    padding: 0;
    border-left: 1px solid #4A4A4A;
}

.counter-sec .col-12 {
    padding: 0;
    border: 1px solid #4A4A4A;
    border-top: 0;
    border-bottom: 0;
}

.counter-box>div i {
    font-size: 4rem;
    color: #ffbea8;
}

.counter-box>div {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 1rem 0;
    line-height: 1;
    color: #FF7B22;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 5.4rem;
}

.clutch-custom-box {
    position: absolute;
    top: -1px;
    width: 215px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #A5885C 0%, #DCC68E 100%) 0% 0% no-repeat;
    text-align: center;
    overflow: hidden;
    padding-top: 2rem;
    z-index: 99;
}

.clutch-custom-box>div:nth-child(1) {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.clutch-custom-box>div:nth-child(1) img:nth-child(1),
.clutch-custom-box>div:nth-child(1) img:nth-child(5) {
    margin-top: 20px;
}

.clutch-custom-box>div:nth-child(1) img:nth-child(3) {
    margin-top: -10px;
}


.clutch-custom-box h5 {
    font-size: 16px;
    line-height: 1;
    color: black;
    font-weight: 600;
    margin: 0 auto 5px;
    width: 80%;
}

.clutch-custom-box h6 {
    color: #6A5439;
    font-weight: 600;
    font-size: 12px;
    margin: 10px;
}

.clutch-custom-box h2 {
    font-size: 5rem;
    color: black;
    margin-bottom: 0;
}

.clutch-custom-box>div:nth-of-type(2) {
    height: 100px;
    display: flex;
    align-items: end;
    justify-content: center;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    margin-bottom: -1px;
    background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%);
}

/* counter-sec */

/* testi-sec */


.testi-sec-social-med {
    background-color: transparent;
}




.testi-box {
    text-align: center;
    margin-top: 100px;
}

.testi-box h4 {
    color: white;
    font-family: var(--primary-font);
    font-weight: 300;
    line-height: 1.2;
    font-size: 22px;
    letter-spacing: -0.5;
}

.test-client-det h5,
.test-client-det h6 {
    font-size: 14px;
    margin-bottom: 0;
    color: white;
}

.test-client-det h6>span {
    color: var(--orange-color);
}

.test-client-img-box button {
    margin-left: -20px;
}


.testi-slider .slick-dots li:not(:last-child) {
    margin-right: -2rem;
}

.testi-slider .slick-dots {
    gap: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.testi-slider .slick-dots button {
    font-size: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #F4F4F4;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.testi-slider .slick-dots button>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-slider .slick-dots li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-box>img {
    display: none;
}

.slick-dots li.slick-active button {
    border-color: var(--orange-color);
    position: relative;
}

/* testi-sec */

/* business-strategy-sec */

.business-strategy-boxes {
    position: relative;
}

.business-strategy-boxes:after {
    position: absolute;
    content: "";
    background: url("../images/victory-hand.png") center/contain no-repeat;
    width: 200px;
    height: 200px;
    top: -120px;
    right: -110px;
}

.business-strategy-boxes>div {
    padding: 14px 25px;
    margin-bottom: 1rem;
    border-radius: 30px;
    display: flex;
    align-items: start;
    gap: 1.5rem;
    border: 1px solid #404040;
    /* background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%); */
    background: linear-gradient(90deg,rgba(35, 47, 62, 1) 0%, rgba(19, 25, 33, 1) 100%); 
}



.business-strategy-boxes>div img {
    width: 45px;
    height: 45px;
}

.business-strategy-boxes>div:hover {
    background: linear-gradient(125deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
}

.business-strategy-boxes>div:hover p {
    color: black;
}

.business-strategy-boxes>div:hover p strong {
    color: black;
}

.business-strategy-boxes>div p {
    width: calc(100% - 45px);
    margin: 0;
}

.business-strategy-boxes>div p strong {
    color: #fff;
}

.max-business-box {
    padding: 7rem 11rem;
    background: #F4F4F4;
    border-radius: 40px;
    position: relative;
    margin-top: 8rem;
}

.max-business-box:hover {
    cursor: pointer;
}

.max-business-box>h2 {
    color: black;
    width: 70%;
}

.max-business-box>div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5rem;
}

.max-business-box>div .btn-theme2 {
    width: 100%;
    /*flex: 100%;*/
}

.max-business-box>div p {
    color: black;
}

.max-business-box:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    top: -90px;
    left: -90px;
    background: url("../images/flying-money.png") center/contain no-repeat;
}

.max-business-box>a:nth-of-type(1) {
    color: black;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.max-business-box>a:nth-of-type(1)>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.max-business-box:hover>a:nth-of-type(1) {
    animation: arrow-move 1s infinite;
}

.testi-sec .max-business-box,
.need-help-sec .max-business-box,
.zigzag-sec .max-business-box,
.social-media-kit-pg .max-business-box,
.our-location-sec .max-business-box,
.case-study-client-feedback .max-business-box {
    margin-bottom: -8rem;
}

/* business-strategy-sec */
/* case-study-sec */
section.case-study-sec {
    position: relative;
    height: 800px;
    overflow: hidden;
    isolation: isolate;
    transition: background 0.3s linear;
    background-position: center;
    background-size: cover;
}

.case-study-box {
    width: 85%;
    height: 500px;
    margin: 8rem 0;
    display: grid;
    align-content: center;
}

.case-study-box>a {
    font-size: 18px;
    display: inline-block;
    margin-top: 3rem;
}

.case-study-box>a img {
    width: 15px;
    height: 15px;
    transition: 0.3s ease-in-out;
}

.case-study-box>a span {
    color: var(--orange-color);
    text-decoration: underline;
}

.case-study-box>a:hover img {
    animation: arrow-move 1s infinite;
}

.case-study-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid #4A4A4A;
}

.case-study-nav-link {
    display: flex;
    height: 200px;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    justify-content: center;
    border-left: 1px solid #4A4A4A;
    transition: 0.2s ease-in-out;
}

.slick-active:last-child .case-study-nav-link {
    border-right: 1px solid #4A4A4A;
}

.case-study-nav-link.active {
    border-bottom: 8px solid var(--orange-color);
}

.case-study-nav-slider {
    border-left: 1px solid #4A4A4A;
    border-right: 1px solid #4A4A4A;
}

/* .slick-current .case-study-nav-link{
    border-bottom: 8px solid lightgray;
} */
.case-study-nav-link>span {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 3px solid white;
    border-radius: 50%;
}

.case-study-nav-link>span>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study-nav-link>div h5 {
    margin-bottom: 0;
    color: white;
    font-weight: 400;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.case-study-nav-link>div p:nth-of-type(1) {
    color: white;
    margin: 5px 0;
    line-height: 1;
}

.case-study-nav-link>div p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
}

.case-study-box h4 {
    font-size: 1.5rem;
    font-family: var(--primary-font);
    color: var(--text-gray-1);
    line-height: 25px;
    font-weight: 300;
    margin: 0;
}


.case-study-nav-link>h2,
.case-study-nav-link>h4,
.case-study-nav-link>p,
.case-study-nav-link>a,
.case-study-nav-link>h3 {
    display: none;
}


h2#case-study-head {
    position: relative;
}

h2#case-study-head:after {
    position: absolute;
    content: "''";
    margin-left: 10px;
}

h2#case-study-head:before {
    position: absolute;
    content: "''";
    left: -30px;
}

.case-study-nav-text {
    display: flex;
    align-items: self-start;
    gap: 1rem;
    padding: 0 1rem;
    height: 100px;
}

.case-study-nav-text h6 {
    font-size: 22px;
    color: white;
    line-height: 1.2;
}

.case-study-nav-text h6>span {
    color: var(--orange-color);
    text-decoration: underline;
}

.case-study-nav-text h6>img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    transition: 0.3s ease-in-out;
}

.case-study-nav-text>a:hover h6>img {
    animation: arrow-move 1s infinite;
}

.case-study-nav-slider .slick-prev {
    right: -70px;
    top: 100px;
}

.case-study-nav-slider .slick-next {
    right: -70px;
    top: 50px;
}

/* case-study-sec */
/* need-help-sec */
.need-help-persons {
    display: flex;
    margin-bottom: 2rem;
}

.need-help-persons>img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #FF7B22;
}

.need-help-persons>img:not(:first-child) {
    margin-left: -10px;
}

.need-help-sec h3 br {
    display: none;
}


.marketing-lanidngpage .need-help-box {
    width: 90%;
    height: 330px;
    border-radius: 15px;
}

.need-help-box {
    width: 75%;
    min-width: 300px;
    padding: 4rem;
    border-radius: 40px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: linear-gradient(90deg,rgba(35, 47, 62, 1) 0%, rgba(19, 25, 33, 1) 100%); 
}

.need-help-box>img {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px;
    height: 25px;
    color: #ADADAD;
    transition: 0.3s ease-in-out;
}

.need-help-box:hover>img {
    animation: arrow-move 1s infinite;
}



.need-help-box div>p {
    color: var(--text-gray-1);
    line-height: 1.2;
    margin-bottom: 2rem;
}

.need-help-box div>span {
    color: var(--orange-color);
    position: relative;
}





.faq-box {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 2rem 0;
    cursor: pointer;
    position: relative;
}

.faq-box>img {
    width: 40px;
    object-fit: contain;
}

.faq-box>div {
    width: calc(100% - 40px);
}

.faq-box>div h5 {
    color: white;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
}

.faq-box>div p {
    font-size: 16px;
    line-height: 1.2;
    transition: 0.3s ease-in-out;
    display: block;
    margin: 0;
}

.faq-box:not(:last-child) {
    border-bottom: 1px solid #4A4A4A;
}

.faq-box.collapsed>div p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    margin: 0;
    display: none;
}

.faq-box:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background: #4a4a4a;
    border-radius: 5px;
    top: 32px;
    right: 4.5px;
    transition: 0.2s ease-in-out;
}

.faq-box.collapsed:after {
    background: white;
}

.faq-box.collapsed:before {
    background: white;
}

.faq-box:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    background: #4a4a4a;
    border-radius: 5px;
    top: 25px;
    right: 11px;
}

.faq-boxes {
    height: auto;
    margin-bottom: 1rem;
}

/* need-help-sec */

/*  two-col-sec*/
section.two-col-sec a {
    display: flex;
    align-items: center;
    padding: 3rem 2rem;
    gap: 2rem;
}

.cerclebx span {
    background: linear-gradient(125deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 0 20px;
    padding: 5px 0 0;
}

section.two-col-sec .col-12:first-child {
    text-align: end;
}

section.two-col-sec a span {
    width: 100px;
    height: 100px;
    background: #F4F4F4;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

section.two-col-sec a span>img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

section.two-col-sec a>div {
    text-align: left;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.two-col-sec a>div>div {
    width: 75%;
}

section.two-col-sec a i {
    width: 40px;
    height: 40px;
    background: #222222;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid #404040;
    transition: 0.3s ease-in-out;
    font-size: 2rem;
    font-weight: 400;
}

section.two-col-sec a:hover i {
    border-color: white;
    background: #404040;
}

section.two-col-sec {
    border-top: 1px solid #4A4A4A;
    /* background: var(--section-gray-color); */
    position: relative;
}

section.two-col-sec:after {
    position: absolute;
    content: "";
    width: 1px;
    left: 50%;
    height: 100%;
    background: #4A4A4A;
    top: 0;
    transform: translateX(-50%);
}

section.two-col-sec a div h5 {
    font-size: 18px;
    color: white;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
}

section.two-col-sec a div p {
    color: white;
    font-weight: 300;
    margin: 0;
}

/*  two-col-sec*/

/* year-exp-sec */
section.year-exp-sec {
    border-bottom: 1px solid #4A4A4A;
    padding: 2rem 0;
}

.skull-box {
    display: flex;
    align-items: center;
}

.skull-box>img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.skull-box p {
    font-weight: 400;
    color: #DBDBDB;
    line-height: 1;
}

.year-exp-logo-box {
    height: 165px;
    display: grid;
    place-items: center;
}

.year-exp-logo-box>img {
    width: 70%;
    object-fit: contain;
}

.year-exp-slider .slick-slide {
    margin: 0 1rem;
}

/* year-exp-sec */

/* before-after-seo */
.before-seo-img {
    width: 100%;
}

.before-seo-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seo-switch:before {
    content: "Before SEO" !important;
    left: -150px !important;
}

.seo-switch:after {
    content: "After SEO" !important;
    right: -150px !important;
}


.seo-num-box {
    text-align: center;
}

.seo-num-box h2 {
    margin-bottom: 10px;
}

.seo-num-box h2 {
    color: #FFBEA8;
    margin: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    letter-spacing: -3.5px;
}

.seo-num-box.active h2 {
    color: white;
}

.seo-num-box h2:nth-child(1) {
    display: none;
}

.seo-num-box h2:nth-child(2) {
    display: block;
}

.seo-num-box.active h2:nth-child(2) {
    display: none;
}

.seo-num-box.active h2:nth-child(1) {
    display: block;
}

/* before-after-seo */

/* testimonial-pg */
.testimonial-pg .row:nth-child(2) {
    margin-top: 10rem;
}

.testi-grid {
    margin-top: 5rem;
}

.testimonial-pg .video-review-slider {
    margin: 0;
}

.testimonial-pg-box {
    border-radius: 10px;
    padding: 25px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid transparent;
    text-align: left;
    /* background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%); */
    background: linear-gradient(90deg,rgba(35, 47, 62, 1) 0%, rgba(19, 25, 33, 1) 100%); 
}

.testimonial-pg-box:hover {
    border: 2px solid #FFB07B;
}

.testimonial-pg-box>div:nth-child(1) img {
    margin-bottom: 20px;
    max-height: 25px;
    text-align: left !important;
}

.namwrp>div:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.namwrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imawrp {
    padding: 1rem;
    background: var(--primary-color);
    font-family: var(--primary-font);
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
}

.testimonial-pg-box>div>h4 {
    color: white;
    font-size: 28px;
    line-height: 1.1;
    font-family: var(--primary-font);
    margin-bottom: 10px;
}

span.imawrp {
    padding: 1rem;
    background: var(--orange-color);
    font-family: var(--primary-font);
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
}

.author-details h4 {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    color: white;
}

.author-details h6 {
    font-size: 14px;
    color: #a3a3a3;
    margin: 0;
}

.testimonial-pg-box .star-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 18px;
    color: white;
}

.testimonial-pg-box .star-rating>img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}

/* testimonial-pg */

/*awards-wining-seo */
.awards-wining-seo {
    /* background: url("../images/banner.png") center/cover no-repeat; */
}

.awards-seo-box {
    width: 80%;
}

.awards-seo-box-list>img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.awards-seo-box-list {
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
}

.awards-seo-box-list:before {
    position: absolute;
    content: "";
    width: 85%;
    height: 80%;
    background: #F4F2F2;
    right: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 95% 50%, 100% 100%, 0% 100%);
}

.awards-seo-box-list>div {
    display: flex;
    padding: 0 5rem 0 2rem;
    align-items: center;
    gap: 1rem;
}

.awards-seo-box-list>div>div:first-child {
    width: 70px;
    position: relative;
}

.awards-seo-box-list>div>div:last-child {
    width: calc(100% - 70px);
}

.awards-seo-box-list>div>div:first-child:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    right: 0;
    background: #DABC67;
    top: 50%;
    transform: translateY(-50%);
}

.awards-seo-box-list div p {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    color: #4a4a4a;
}

.awards-seo-box-list div span {
    font-size: 12px;
    line-height: 1.2;
    color: #e1689b;
    font-weight: 700;
    text-transform: uppercase;
}

/*awards-wining-seo */

/* help-support-pg */
.help-big-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--section-gray-color);
    width: 200px;
    height: 200px;
    border-radius: 35px;
    border: 1px solid #4a4a4a;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}

.help-big-box:hover {
    border-color: white;
}

.help-big-box>img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.help-support-slider .slick-slide {
    margin: 0 2rem;
}

.help-support-slider .slick-prev,
.help-support-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
}

.help-support-slider .slick-next {
    right: -40px;
}

.help-support-slider .slick-prev {
    left: -40px;
}

.btn-style .slick-prev,
.btn-style .slick-next {
    top: 33%;
}

.resource-box {
    border: 1px solid #4a4a4a;
    padding: 0.5rem 2rem;
    border-radius: 35px;
    transition: 0.3s ease-in-out;
    height: 100%;
    display: grid;
    align-content: center;
}

.resource-box:hover {
    border-color: white;
}

.resource-box .orange-btn {
    width: 180px;
}

.resource-box>div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.resource-box>div:first-child img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.resource-box h4 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
}

.blogs-box>div:first-child {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.blogs-box>div img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-box a {
    display: block;
}

.blogs-box a:nth-of-type(1) {
    font-size: 12px;
    text-transform: uppercase;
    margin: 2rem 0;
}

.blogs-box a:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.3;
    color: white;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-box>div:last-child {
    padding: 2rem;
    padding-top: 0;
    border: 1px solid #4a4a4a;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

section.still-ques-sec .col-12>img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

section.still-ques-sec {
    border-top: 1px solid #4A4A4A;
}

.blogs-box h2 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: capitalize;
    font-family: 'rubik';
    font-weight: 300;
    height: 100px;
    display: grid;
    align-content: center;
    margin: 0;
}

.blogs-box.loop .orange-btn img {
    height: 20px;
    width: 20px;
}

.help-support-slider.style .resource-box {
    height: 395px;
}

.help-support-slider.style {
    height: 400px;
}

.blogs-box.loop .orange-btn {
    display: flex;
    width: 200px;
}

.no-top-pad {
    padding-bottom: 80px;
}

/* help-support-pg */

/* about-pg */
.after-about-sec {
    background: url("../images/about-img.png") center/cover no-repeat;
    padding: 8rem;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.after-about-sec>div {
    width: 50%;
}

.after-about-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0000009c;
    top: 0;
    left: 0;
    z-index: -1;
}

.awards-img-big {
    background: #141414;
}

.world-country {
    margin-top: 2rem;
}

.world-country.stars {
    position: relative;
}

.world-country.stars:after {
    position: absolute;
    content: "";
    background: url(../images/plus-icon.html) center/contain no-repeat;
    width: 40px;
    height: 40px;
    left: -30px;
    top: 80px;
}

.world-country.stars:before {
    position: absolute;
    content: "";
    background: url(../images/plus-icon.html) center/contain no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: 80px;
}

.world-country>img {
    width: 100%;
    height: 250px;
}

.believe-box>div>img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.believe-box>div {
    width: 50%;
    padding: 2rem;
    display: flex;
    align-items: start;
}

.believe-box {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
}

.believe-box>div>div {
    width: calc(100% - 70px);
    padding-left: 2rem;
}

.believe-box>div h4 {
    color: white;
    /* font-weight: 600; */
    font-family: var(--heading-font);
    line-height: 1;
}

.marketing-box {
    padding: 3rem;
    border: 1px solid #4a4a4a;
    border-radius: 35px;
    margin-bottom: 2rem;
    transition: 0.3s ease-in-out;
}

.marketing-box:hover {
    border-color: white;
}

.marketing-box img {
    height: 50px;
    object-fit: contain;
    margin-bottom: 20px;
}

.marketing-box h4 {
    color: white;
    font-family: var(--heading-font);
    font-size: 3rem;
}

.get-to-know {
    overflow: hidden;
    background: url(../images/paramid-orange.svg) center/contain no-repeat;
    background-position: 0px 0px;
    margin-top: 118px;
}

/* about-pg */

/* industry-pg */
.industry-con-sec {
    /* background-image: url(../images/swoosh.svg); */
    /* background-position: bottom; */
    /* background-repeat: no-repeat; */
    /* background-position-x: 95%; */
    /* background-size: auto 85%; */
    border-bottom: 1px solid #4a4a4a;
}

section.industry-con-sec .gradient-back {
    margin-left: 0;
}

.industry-con-sec ul.listing-points li {
    align-items: center;
}

.contact-widget .sign-up-news-popup {
    display: block;
}

.contact-widget .sign-up-news-popup {
    display: block !important;
    position: absolute;
    border: 0;
    z-index: 1;
}

.contact-widget:before {
    height: 590px !important;
    right: 20px !important;
    bottom: 0px !important;
}

.vertical-tabs-sec .nav-link {
    padding: 2rem 0;
    font-size: 2rem;
    color: white;
    text-align: left;
}

.vertical-tabs-sec .nav-pills .nav-link.active,
.vertical-tabs-sec .nav-pills .show>.nav-link {
    color: var(--orange-color);
    background-color: transparent;
}

.vertical-tabs-sec .tab-pane {
    padding-top: 2rem;
}

.vertical-tabs-sec .nav-link:focus,
.vertical-tabs-sec .nav-link:hover {
    color: var(--orange-color);
}

.vertical-tabs-sec div#v-pills-tab {
    position: relative;
}

.vertical-tabs-sec div#v-pills-tab:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #4a4a4a;
    right: 0;
}

.vertical-tabs-sec .nav-link.active:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: var(--orange-color);
    right: 0;
    top: 0;
    z-index: 1;
}

.vertical-tabs-sec .nav-link.active {
    position: relative;
}

.campaign-metrics ul#pills-tab {
    margin-bottom: 2rem;
}

.campaign-metrics .nav-link:focus,
.campaign-metrics .nav-link:hover {
    color: white;
}

.campaign-metrics .nav-link {
    height: 70px;
    width: 120px;
    font-size: 12px !important;
    color: white;
    border-radius: 15px !important;
}

.campaign-metrics .nav-pills .nav-link.active,
.campaign-metrics .nav-pills .show>.nav-link {
    background-color: var(--section-gray-color);
    border: 1px solid #4a4a4a;
}

section.campaign-metrics {
    border-top: 1px solid #4A4A4A;
    display: none;
}

.zigzag-sec .container:first-child {
    display: none;
}

.zigzag-sec .row:nth-child(even) {
    flex-direction: row-reverse;
}

.industries-listing {
    display: flex;
    padding: 2rem 0;
    position: relative;
}

.industries-listing>svg {
    width: 100px;
    height: 100px;
    fill: #a8a8a8;
    transition: 0.3s ease-in-out;
}

.industries-listing>div>img {
    width: 20px;
    height: 20px;
}

.industries-listing>img:first-child {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.industries-listing>div {
    padding-left: 2rem;
    width: 75%;
}

.industries-listing>div h4 {
    font-size: 35px;
    line-height: 1;
    color: white;
    transition: 0.3s ease-in-out;
    font-family: var(--heading-font);
}

.industries-listing:hover>div h4 {
    color: var(--orange-color);
}

.industries-listing:hover>svg {
    fill: var(--orange-color);
}

.industries-listing:hover>div>img {
    animation: arrow-move 1s infinite;
}


/* industry-pg */

/* sub-service-pg */
.sub-serv-bottom-ban {
    z-index: 1 !important;
}

.sub-serv-bottom-ban .inn-ban-bottom-box {
    width: 100%;
}

.sub-serv-bottom-ban:after {
    width: 100vw !important;
}

.sub-serv-bottom-ban .clutch-custom-box {
    margin-top: -18rem !important;
}

.sub-serv-bottom-ban .socail-media-plan-right-box {
    justify-content: end !important;
}

.testi-client-vid-box {
    width: 550px;
    margin-left: auto;
    background: #1F2021;
    overflow: hidden;
    border-radius: 35px;
}

.testi-client-vid-box .vid-box-banner {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.testi-client-vid-box>div:last-child {
    padding: 2rem 4rem;
}

.testi-client-vid-box>div:last-child p {
    color: var(--text-gray-2);
}

.testi-client-vid-box .btn-theme2:hover {
    border-color: none;
}

.testi-client-vid-box .btn-theme2>div a>img {
    width: 50%;
    height: 50%;
    filter: brightness(0);
}

.testi-client-vid-box .btn-theme2 {
    background: transparent;
    border: 0;
}

.sub-serv-pack .hand-shake-txt:after {
    right: -40px;
}

.hand-shake-txt.icon-mov::after {
    right: -30px;
    top: -20px;
}

.hand-shake-txt.chang1::after {
    right: -5px;
}

.sub-serv-pack {
    border-bottom: 1px solid #101010;
    background: #101010;
}

.sub-serv-pack .sticky-package-box {
    background: #101010;
}

.why-part-socialnerd .socail-media-plan-right-box {
    margin: 2rem 0;
    justify-content: space-between;
}

.three-col-sec:after {
    display: none;
}

.three-col-sec .row>.col-12:nth-child(2) {
    border: 1px solid #4a4a4a;
    border-top: 0;
    border-bottom: 0;
}

.three-col-sec {
    background: transparent !important;
}

.why-part-socialnerd h5.advertized-txt {
    font-size: 40px;
    line-height: 1;
    width: 100%;
    font-family: var(--heading-font);
}

/* sub-service-pg */
/* sitemap */
.sitemap-pg .row:nth-child(1) .col-12:nth-last-child(n+4),
.sitemap-pg h2 {
    margin-bottom: 5rem;
}

.sitemap-pg ul {
    margin-bottom: 0;
}

.sitemap-pg hr {
    margin-bottom: 5rem;
    color: #4a4a4a;
    opacity: 1;
}

/* sitemap */

/* pricing-pg */
.pricing-pg .nav-pills .nav-link.active,
.pricing-pg .nav-pills .show>.nav-link {
    color: white;
    background-color: #454545;
    border-color: white !important;
}

.pricing-pg .nav-link:focus,
.pricing-pg .nav-link:hover {
    color: white;
    background-color: #454545;
}

.pricing-pg .nav-link {
    font-size: 16px;
    border-radius: 25px !important;
    border: 1px solid #4a4a4a !important;
    color: white;
    font-family: var(--primary-font) !important;
}

.pricing-pg .nav-pills {
    gap: 2rem;
    margin: 2rem 0;
}

.pricing-pg .packages-sec>.container {
    padding: 0;
}

/* pricing-pg */
/* case-study-pg */
section.case-study-pg {
    position: relative;
    isolation: isolate;
    display: flex;
    height: 650px;
    align-items: center;
    overflow: hidden;
}

.case-study-pg .case-study-box {
    width: 85%;
    height: auto;
    margin: 0;

}

section.case-study-pg>img {
    position: absolute;
    z-index: -1;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* case-study-pg */
/* career-pg */
.career-grid-box-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-grid-box-sec .col-12 {
    padding: 0;
}

.career-grid-box-sec .col-12>div h4 {
    color: var(--orange-color);
    font-family: var(--heading-font);
    line-height: 1;
    font-size: 4rem;
}

.career-grid-box-sec .col-12>div {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}

.location-box-img {
    height: 350px;
    overflow: hidden;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}

.location-box-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-box-content {
    padding: 3rem;
    background: black;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

.location-box-content>div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.location-box-content h4 {
    color: var(--orange-color);
    font-family: var(--heading-font);
    font-size: 4rem;
    margin-bottom: 2rem;
}

.location-box-content>div:first-child span {
    font-family: var(--primary-font);
    font-size: 18px;
    color: white;
}

.loaction-box {
    width: 75%;
    margin: 0 auto;
}

.location-box-content>div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.location-box-content>div:last-child a:nth-child(2) {
    color: var(--orange-color);
    font-size: 18px;
}

.location-box-content>div:last-child a:nth-child(2)>img {
    width: 15px;
    height: 15px;
}

.location-box-content>div:last-child a:nth-child(2):hover img {
    animation: arrow-move 1s infinite;
}

.location-map {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
    border-radius: 35px;
    overflow: hidden;
    width: 50vw;
    height: 400px;
}

.location-map-close-btn {
    font-size: 3rem;
    color: black;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    box-shadow: 0px 0px 12px black;
    cursor: pointer;
}

.location-map>iframe {
    width: 100%;
    height: 100%;
}

/* career-pg */
/* case-study-detail */
.case-study-detail-img img {
    height: 550px;
    object-fit: cover;
    object-position: top;
}

.scop-list {
    padding-left: 10rem;
}

.chlng-box {
    padding: 5rem;
    border-radius: 35px;
    background: var(--section-gray-color);
}

img.solution-img {
    width: 100%;
    height: 700px;
    object-fit: contain;
}

.bullet-list li {
    position: relative;
    padding-left: 3rem;
}

.bullet-list li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.bullet-list li p>b {
    color: white;
}

section.case-study-approach-sec h2 {
    margin: 2rem 0;
}

.case-study-detail-slider1 .slick-slide>img,
.case-study-detail-slider2 .slick-slide>img {
    width: 100%;
    object-fit: cover;
}

.case-study-detail-slider1 {
    margin-bottom: 8rem;
}

.case-study-detail-slider1 .slick-slide,
.case-study-detail-slider2 .slick-slide {
    margin: 0 1rem;
}


/* case-study-detail */
/* social-media-kits-pg */
.smm-kit-box {
    margin-bottom: 2rem;
}

.smm-kit-box-lg {
    display: flex;
}

.smm-kit-box-lg .smm-kit-box-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 35px;
}

.smm-kit-box-lg .smm-kit-box-content {
    border-bottom-left-radius: 0;
    border-top-right-radius: 35px;
}

.smm-kit-box-img {
    height: 350px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.smm-kit-box-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smm-kit-box-content {
    padding: 2rem 3rem;
    border: 1px solid #4a4a4a;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background: var(--section-gray-color);
}

.smm-kit-box-content>div>h4 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 1rem;
    color: var(--orange-color);
    font-family: var(--heading-font);
}

/* social-media-kits-pg */
/* footer */
footer {
    padding-top: 10rem;
    overflow: hidden;
}

.foot-top>a img:last-child {
    display: none;
}

.mob-foot-link-box {
    display: none;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5rem;
}

.foot-top a img {
    width: 200px;
    margin: 0 0 20px;
}

.foot-top .revenue-box {
    height: auto;
}

.foot-top .revenue-box>h3 {
    font-size: 5.8rem;
    height: 55px;
}

.foot-top .revenue-box>h6 {
    font-size: 18px !important;
}

footer h4 {
    font-size: 2.5rem;
    color: #adadad;
    font-family: var(--primary-font);
    font-weight: 400;
}

footer h4.size {
    font-size: 1.6rem;
    line-height: 22px;
}

.desk-foot-link-box h5 {
    color: var(--orange-color);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.foot-links ul li a {
    color: var(--text-gray-1);
    transition: 0.2s ease-in-out;
    position: relative;
}

.foot-links ul li a:hover {
    color: white;
}

.foot-links ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: white;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}

.foot-links ul li a:hover:after {
    width: 100%;
}

.foot-links ul li {
    margin-bottom: 10px;
}

.foot-links.columns-2 {
    column-count: 2;
}

.columns-3 {
    column-count: 3;
}

.foot-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem 0;
    margin-top: 5rem;
    position: relative;
}

.foot-bottom img.master2 {
    width: 50px;
}

.foot-bottom>div {
    width: 55%;
}

.foot-bottom:before {
    position: absolute;
    /*content: "";*/
    width: 110vw;
    height: 1px;
    background: #4A4A4A;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

footer .btn-theme2>div>i {
    width: 35px;
    height: 35px;
    font-size: 2rem;
}

footer .btn-theme2 {
    gap: 1rem;
    text-align: start;
}

.foot-social-icons {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
}

.foot-bottom p {
    font-size: 1.4rem;
    width: 75%;
}

.foot-bottom p a {
    margin: 0 3px;
}

form.news-form {
    border: 1px solid #1F2021;
    border-radius: 25px;
    margin-top: 20px;
    overflow: hidden;
    margin-right: -54%;
    position: relative;
}

form.news-form>input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #1F2021;
    width: 100%;
    height: 45px;
    padding: 0 2rem;
    color: white;
    font-family: var(--primary-font);
    outline: none;
}

form.news-form>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

form.news-form>div p>span {
    color: var(--orange-color);
    text-decoration: underline;
}

form.news-form>div button {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #222222;
    color: white;
    border: 1px solid #404040;
    transition: 0.3s ease-in-out;
    font-size: 2rem;
    font-weight: 400;
}

form.news-form>div button:hover {
    border-color: white;
    background: #404040;
}


/* sign-up-news-popup */

.sign-up-news-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: #F4F4F4;
    z-index: 10;
    border-radius: 40px;
    display: none;
    border-left: 10px solid #EEDDE6;
    border-bottom: 10px solid #BDE9EE;
}

.sign-up-news-popup>div {
    padding: 3rem 4rem;
}

.sign-up-news-popup input,
.sign-up-news-popup textarea {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    margin-bottom: 10px;
    padding: 0 1rem;
    background: #F5F5F5;
    font-size: 12px;
    font-family: var(--primary-font);
}

.sign-up-news-popup select {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    margin-bottom: 10px;
    padding: 0 1rem;
    background: #F5F5F5;
    font-size: 12px;
    font-family: var(--primary-font);
}


.sign-up-news-popup textarea {
    padding: 1rem;
    resize: none;
    height: 100px;
}

.sign-up-news-popup button {
    padding: 0 2rem;
    border: none;
    background: var(--orange-color);
    display: flex;
    width: 240px;
    margin-bottom: 2rem;
}

.sign-up-news-popup button:hover>i {
    animation: arrow-move 1s infinite;
}

.sign-up-news-popup button>i {
    transform: rotate(-45deg);
    font-size: 3rem;
    transition: 0.3s ease-in-out;
}

.sign-up-news-popup>a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: black;
    background: #4A4A4A;
    border-radius: 50%;
    color: white;
    border: 1px solid #404040;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sign-up-news-popup div>p:nth-of-type(1) {
    color: black;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 600;
}

.sign-up-news-popup div>p:nth-of-type(2) {
    color: black;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 2rem;
    font-weight: 400;
    width: 95%;
}

.sign-up-news-popup span {
    color: black;
    line-height: 18px;
    font-size: 14px;
    display: block;
    padding: 0rem 5rem 2rem;
    position: relative;
}

.sign-up-news-popup span>a {
    color: black;
    text-decoration: underline;
}

.banner .sign-up-news-popup>div {
    padding: 4rem;
}

.sign-up-news-popup span:after {
    position: absolute;
    content: "";
    width: 100%;
    top: -30px;
    left: 0;
    background: #DBDBDB;
    height: 1px;
}

/*sign-up-news-popup  */
/* footer */


/* inner-banner */
img.help-support-ban-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.inner-testi-banner {
    height: 600px;
}

.industry-banner {
    height: auto;
    padding-bottom: 8rem;
}

.vid-box-banner {
    width: 500px;
    height: 300px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 35px;
    border: 1px solid #4a4a4a;
    position: relative;
}

.vid-box-banner>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vid-box-banner iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vid-box-banner>a {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid #BAC8CA;
}

.vid-box-banner>a>img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.banner-mob-img-box {
    width: 430px;
    height: 800px;
    margin-left: auto;
    margin-bottom: -35rem;
    position: relative;
    isolation: isolate;
    z-index: 1;
}

.banner-mob-img-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 95%;
    top: 15px;
    left: -2%;
    background: #25F4EE;
    z-index: -3;
    border-radius: 55px;
}

.banner-mob-img-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 95%;
    bottom: 5px;
    right: -2%;
    background: #FE2C55;
    z-index: -3;
    border-radius: 55px;
}

.banner-mob-img-box>img:nth-child(2) {
    position: absolute;
    top: 50%;
    z-index: -1;
    width: 90%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 55px;
}

.banner-mob-img-box>img:nth-child(3) {
    position: absolute;
    width: 170px;
    height: 245px;
    top: -98px;
    right: -60px;
    object-fit: contain;
}

.banner-mob-img-box>img {
    width: 100%;
    height: 100%;
}


.banner .sign-up-news-popup {
    transform: translate(0);
    display: block !important;
    position: unset;
    margin-left: auto;
    border: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.banner .gradient-back:after {
    position: absolute;
    content: "";
    width: 135px;
    height: 170px;
    background: url("../images/safety-pin.html") center/contain no-repeat;
    top: -70px;
    right: -50px;
}

.gradient-back {
    width: 500px;
    position: relative;
    height: 620px;
    margin-left: auto;
    /* margin-bottom: -20rem; */
}

.gradient-back:before {
    position: absolute;
    width: 500px;
    height: 610px;
    background: linear-gradient(141deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
    content: "";
    border-radius: 35px;
    right: 30px;
    bottom: -20px;
}

/* inner-banner */

/* inn-ban-bottom-sec */
.inn-ban-bottom-sec .row {
    align-items: center;
}

.inn-ban-bottom-sec {
    position: relative;
    /*z-index: -1;*/
    padding: 5rem 0;
}

.inn-ban-bottom-sec:after {
    position: absolute;
    content: "";
    width: 100%;
    background: #4A4A4A;
    bottom: 0;
    height: 1px;
}

.inn-ban-bottom-sec p {
    margin: 0;
}

.inn-ban-bottom-box {
    display: flex;
    gap: 2rem;
    align-items: start;
    width: 720px;
}

.inn-ban-bottom-box>div {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
}

.inn-ban-bottom-box>div span {
    width: 75px;
    height: 75px;
    background: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.inn-ban-bottom-box>div span img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.inn-ban-bottom-box>div p {
    color: white;
    font-weight: bold;
    padding-left: 7px;
    flex: 1;
}

/* inn-ban-bottom-sec */

/* .business-fail-sec */


.business-fail-sec ul.listing-points {
    column-count: 2;
}

ul.listing-points li {
    position: relative;
    text-align: left;
    margin-bottom: 1rem;
    display: flex;
}

ul.listing-points li>p {
    padding-left: 2rem;
}

ul.listing-points li i {
    width: 40px;
    height: 40px;
    background: #a6895d;
    color: white;
    font-size: 2rem;
    border: 1px solid #404040;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

ul.listing-points li p {
    width: calc(100% - 40px);

}

.business-fail-sec ul.listing-points li p {
    height: auto;
    margin-bottom: 15px;
}

ul.listing-points+p {
    width: 70%;
    margin: 0 auto 1rem;
    color: white;
}

/* .business-fail-sec */

/* socail-media-plan-sec */
.socail-media-plan-right-box {
    display: flex;
    align-items: end;
    gap: 3rem;
}

.socail-media-plan-right-box .clutch-custom-box {
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
    width: 215px;
    transform: none;
    padding-top: 2rem;
}

.socail-media-plan-right-box .clutch-custom-box>div:nth-of-type(2) {
    /* height: 70px; */
}

.socail-media-plan-right-box .clutch-custom-box>div:nth-of-type(2) img {
    /* width: 100px; */
}

.socail-media-plan-right-box .clutch-custom-box h5 {
    /* font-size: 14px; */
    /* width: 90%; */
}

.socail-media-plan-right-box .clutch-custom-box>div:nth-of-type(2) {
    background: #000000;
}

.section-gray-color .socail-media-plan-right-box .clutch-custom-box>div:nth-of-type(2) {
    background: var(--section-gray-color);
}

.socail-media-plan-right-box .counter-box {
    text-align: center;
    padding: 0;
}

.socail-media-plan-right-box .count,
.socail-media-plan-right-box .counter-box>div {
    margin: 0;
}

.socail-media-plan-left-box {
    width: 83%;
}

.socail-media-plan-right-box .listing-points li p {
    margin: 0;
}

.socail-media-plan-sec .listing-points li {
    align-items: center;
    margin-bottom: 1.5rem;
}

.socail-media-plan-sec .btn-theme2.btn-style {
    width: fit-content !important;
    margin: 40px 0 0;
}

.socail-media-plan-sec {
    /*border-bottom: 1px solid #4A4A4A;*/
}

/* socail-media-plan-sec */

/* platform-to-promote */

.platform-img-box {
    height: 50px;
}

.platform-img-box>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}


.platform-skull-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    margin-top: -20px;
}

.platform-to-promote-box {
    display: flex;
    justify-content: space-between;
}

.platform-to-promote-box>p {
    line-height: 1.3;
}

.platform-to-promote-box>p {
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.platform-to-promote-box>a span {
    color: var(--orange-color);
    text-decoration: underline;
}

.platform-to-promote-box>a img {
    margin-left: 5px;
    width: 15px;
    height: 15px;
}

.platform-to-promote-box>a:hover img {
    animation: arrow-move 1s infinite;
}

section.platform-to-promote p {
    line-height: 1.2;
}

.platform-to-promote {
    padding: 3rem 0;
}

.platform-to-promote-slider .slick-slide>img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.platform-to-promote-slider .slick-slide {
    margin: 0 2rem;
}

/* platform-to-promote */

/* big-network-sec */


.big-platform-box {
    height: 400px;
    background: #F4F4F4;
    margin-bottom: 2rem;
    border-radius: 40px;
    padding: 4rem 4rem 2rem 4rem;
    display: grid;
    align-content: space-between;
    gap: 3rem;
    position: relative;
}

.big-platform-box:hover div>span {
    transform: rotateY(360deg) scale(1.1);
}

.big-platform-box>div {
    display: flex;
    align-items: start;
}

.big-network-sec .big-platform-box>div {
    display: flex;
    align-items: center;
}

.big-network-sec .row:nth-child(2) {
    margin-top: 1rem;
}

.big-platform-box>div span {
    width: 130px;
    height: 130px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 2px solid #70707052;
    border-radius: 50%;
    background: #F4F4F4;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.big-platform-box>div h3 {
    width: calc(100% - 130px);
    color: black;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 36px;
    margin: 0;
}

.big-platform-box>p {
    color: #4A4A4A;
    line-height: 1.2;
    height: 110px;
    display: grid;
    align-content: start;
}



/* width */
.big-platform-box>p::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.big-platform-box>p::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.big-platform-box>p::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.big-platform-box>p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.big-platform-box>div span>img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.big-platform-box>img:first-child {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
    color: black;
    transition: 0.3s ease-in-out;
}

.big-platform-box:hover>img:first-child {
    animation: arrow-move 1s infinite;
}

.big-platform-box:hover {
    /* background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%); */
    background: linear-gradient(90deg,rgba(35, 47, 62, 1) 0%, rgba(19, 25, 33, 1) 100%); 
}

.big-platform-box:hover>div h3 {
    color: #fff;
}

.big-platform-box:hover p {
    color: #fff;
}

a.bok-met-cta>span {
    color: var(--orange-color);
    text-decoration: underline;
}

/* big-network-sec */

/* packages-sec */
.hand-shake-txt {
    position: relative;
    display: inline-block;
}

.hand-shake-txt:after {
    position: absolute;
    content: "";
    background: url("../images/handshake.html") center/cover no-repeat;
    width: 70px;
    height: 70px;
    top: -15px;
    right: 0;
}



.sticky-package-box {
    position: sticky;
    top: 115px;
    z-index: 2;
    padding: 2rem 2rem;
    background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%);
}







@import url('/fonts.googleapis.com/css283ac.html?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600&amp;family=Shadows+Into+Light&amp;display=swap');

/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    /* background-color: #000000; */
    /* background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%); */
    background: linear-gradient(90deg, rgba(19, 25, 33, 1) 0%, rgba(35, 47, 62, 1) 100%);
}

html {
    font-size: 10px;
    overflow-x: hidden;
}

h5,
h6 {
    font-family: var(--primary-font);
}

:root {
    --text-gray-1: #ADADAD;
    --text-gray-2: #DBDBDB;
    --primary-font: 'Rubik', sans-serif;
    --heading-font: 'Bebas Neue', sans-serif;
    --orange-color: #FF7B22;
    --highlight-color: #FFB07B;
    --dark-brown: #1D1710;
    --section-gray-color: #262626;
    --shadows-font: 'Shadows Into Light', cursive;

}

h1 {
    font-size: 6.7rem;
    letter-spacing: -0.5px;
    line-height: 0.8;
    color: #fff;
    font-weight: 500;
    margin: 0 0 2rem;
    font-family: var(--heading-font);
}

h2 {
    font-size: 5.4rem;
    line-height: 0.9;
    color: white;
    margin: 0 0 20px;
    font-family: var(--heading-font);
    letter-spacing: -1px;
}

h3 {
    font-size: 3.8rem;
    line-height: 1;
    color: white;
    margin: 0 0 15px;
    font-family: var(--heading-font);
}

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-size: 18px;
    line-height: 1.2;
    color: var(--text-gray-1);
    font-weight: 400;
    margin: 0 0 15px;
}

select {
    padding: 0 40px 0 30px;
}

a,
button,
input,
p,
select,
textarea {
    font-family: var(--primary-font), sans-serif !important;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

ul {
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 1.8rem;
    font-family: var(--primary-font);
    color: var(--text-gray-1);
}

#menu {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2rem;
    margin: 0;
    border-right: 1px solid #4A4A4A;
}

#menu>li>a {
    font-size: 1.4rem;
    color: #f3f3f3;
    font-family: var(--primary-font);
    transition: 0.2s ease-in-out;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 45px;
}

#menu>li>a:hover {
    color: var(--orange-color);
}

.sub-menu-small>a:hover {
    color: var(--orange-color);
}

.sub-menu-list a:hover {
    color: var(--orange-color);
}

.sub-menu {
    display: none;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 45px;
    padding: 0;
    background: black;
    width: 100%;
    z-index: 2;
    left: 100%;
    box-shadow: 1px 13px 60px 0 #8994ac66;
    transform: translateX(-50%);
    height: 400px;
    overflow: hidden;
}

#menu li:hover .sub-menu {
    opacity: 1;
    display: block;
}

#menu li.active>a {
    color: #FF7B22;
    font-weight: 600;
}

#menu li a.active {
    color: var(--orange-color);
    font-weight: 600;
}

.pricing-insight>a.active {
    color: var(--orange-color);
    font-weight: 600;
}

a {
    text-decoration: none;
    color: white;
    font-family: var(--primary-font);
    line-height: 1;
}

a:hover {
    color: lightgray;
}

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.slick-dots button {
    font-size: 0;
    width: 100%;
    height: 100%;
    border: 0;
    transition: 0.3s ease-in-out;
    background: var(--gray-shade1);
}

.slick-dots li {
    width: 15px;
    height: 15px;
}

.slick-dots li.slick-active button {
    background: var(--primary);
}


/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
    display: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .slicknav_menu {
        display: block;
    }
}

.banner {
    height: auto;
    /* overflow: hidden; */
    /* isolation: isolate; */
    padding-top: 20rem;
    z-index: 1;
    padding-bottom: 5rem;
}

.banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); */
    z-index: -1;
    /* background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%); */
    background: linear-gradient(90deg, rgba(19, 25, 33, 1) 0%, rgba(35, 47, 62, 1) 100%);
}

.banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.banner .container {
    /* position: absolute; */
    z-index: 1;
    top: 50%;
    /* transform: translateY(-50%); */
    left: 0;
    right: 0;
}

.ban-img-box {
    height: 500px;
    overflow: hidden;
}

.logo {
    width: 80%;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 10;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ban-sub-p-26 {
    font-size: 22px;
    letter-spacing: -0.1;
    color: white;
    font-weight: 300;
    font-family: var(--primary-font);
    margin-bottom: 2rem;
}

.ban-sub-p-24 {
    font-size: 24px;
    line-height: 1.1;
    color: white;
    font-weight: 300;
    font-family: var(--primary-font);
    margin-bottom: 2rem;
}

/* loader */

/* .loader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader>img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    animation: 2s rotate linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
} */

/* loader */

/* custom-css-by-zee */
.section-gray-color {
    /* background-color: var(--section-gray-color); */
}

.ptb-8rem {
    padding: 8rem 0;
}

.pt-8rem {
    padding-top: 8rem;
}

.pb-8rem {
    padding-bottom: 8rem;
}

.pt-20rem {
    padding-top: 20rem;
}

.default-pg {
    padding-top: 20rem;
    background-color: var(--section-gray-color);
}

.default-pg h3 {
    margin: 15px 0;
}

.default-pg ul li {
    position: relative;
    padding-left: 3rem;
}

.default-pg ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
}

.default-pg ul {
    margin-bottom: 3rem;
}


.slick-prev,
.slick-next {
    position: absolute;
    font-size: 0;
    z-index: 1;
    color: white;
    border: 1px solid #404040;
    font-family: 'Font Awesome 6 Pro';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-grid;
    background: #222222;
    place-items: center;
    transition: 0.3s ease-in-out;
}

.slick-prev:hover,
.slick-next:hover {
    background: #404040;
    border-color: white;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    font-size: 2rem;
    font-family: "Font Awesome 5 free";
    color: white;
    top: 50%;
    left: 50%;
    font-weight: 400;
    transform: translate(-50%, -50%);
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

.btn-theme2 {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    background: var(--dark-brown);
    padding: 15px;
    border-radius: 20px;
    border: 2px solid #404040;
    transition: 0.3s ease-in-out;
    margin-top: 1rem;
}

.btn-theme2>div a {
    width: 45px;
    height: 45px;
    display: inline-grid;
    place-items: center;
    background: #F4F4F4;
    border-radius: 50%;
}

.btn-theme2>div a>img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}



.btn-theme2>a {
    margin: 0;
    font-size: 1.5rem;
    position: relative;
    line-height: 1.3;
}



.btn-theme2>a>span {
    color: var(--orange-color);
    border-bottom: 1px solid var(--orange-color);
}

.btn-theme2:hover a {
    color: white;
}

.btn-theme2:hover {
    border-color: rgb(133, 132, 132);
}

.btn-theme-arrow {
    color: var(--orange-color);
    position: relative;
}

.btn-theme-arrow>img {
    width: 15px;
    height: 15px;
    color: white;
    transition: 0.2s ease-in-out;
    margin-left: 5px;
}

.btn-theme-arrow:hover {
    color: var(--orange-color);
}

.btn-theme-arrow:hover img {
    animation: arrow-move 1s infinite;
}

.centerCol {
    margin: 0 auto;
}

.heading-22 {
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--primary-font);
    color: var(--orange-color);
}

.orange-btn {
    padding: 0 2rem;
    border: none;
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--orange-color);
    border-radius: 13px;
    color: white;
    transition: 0.3s ease-in-out;
    gap: 3rem;
    margin-top: 1rem;
}

.orange-btn:hover {
    color: white;
}

.orange-btn>img {
    transition: 0.3s ease-in-out;
    width: 20px;
    height: 20px;
}

.orange-btn:hover img {
    animation: arrow-move 1s infinite;
}

/* calendly-widget */
.calendly-inline-widget {
    height: 620px !important;
    border-radius: 40px !important;
    overflow: hidden;
    width: 500px;
    margin-left: auto;
}

/* calendly-widget */



/* review-sticky-cta */
.review-sticky-cta {
    position: fixed;
    left: -80px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background: #2C2C2C;
    height: 45px;
    width: 200px;
    border: 1px solid transparent;
}

.review-sticky-cta:hover {
    border-color: #4a4a4a;
}

.review-sticky-cta h5 {
    color: white;
    margin: 0;
    font-weight: 400;
}

/* review-sticky-cta */

/* header */
header {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.top-head-review {
    width: calc(100% - 65%);
    display: flex;
    align-items: center;
    gap: 9px;
}

.top-head-review>h6 {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    color: var(--text-gray-1);
    cursor: pointer;
}

.top-head-review>img {
    width: 20px;
}

.top-head {
    padding: 1rem 0;
}

.head-partner-img {
    display: flex;
    gap: 1rem;
    overflow: hidden;
    justify-content: end;
}

.head-partner-img>img {
    object-fit: contain;
    width: 27%;
    height: 40px;
}

.head-live-chat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #FF7B22;
    font-size: 12px;
    font-weight: 600;
    padding: 0 0.6rem;
    background-color: white;
    color: black;
    transition: 0.3s ease-in-out;
}

.head-live-chat:hover {
    background-color: #FF7B22c4;
    color: #ffffff;
}

.top-head-cta-box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.top-head-cta-box>a:not(:first-child) {
    color: var(--text-gray-2);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.top-head-cta-box>a:not(:first-child):hover {
    color: white;
}

.top-head-cta-box>a:not(:first-child) img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.main-navigate {
    border: 1px solid #4A4A4A;
    border-left: 0;
    border-right: 0;
    position: relative;
}

.pricing-insight {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-around;
}

.pricing-insight>div {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.pricing-insight>div>h6 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: white;
    line-height: 1;
}

.pricing-insight>div>a {
    display: grid;
    place-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
    font-size: 12px;
}

.pricing-insight>div>a>img {
    height: 20px;
    width: 20px;
}

.pricing-insight>div>a:hover {
    background: var(--orange-color);
    color: white;
}

.pricing-insight>a:hover {
    color: var(--orange-color);
}

.pricing-insight>a {
    padding: 10px 11px;
    border: 1px solid #4A4A4A;
    border-bottom: 0;
    border-top: 0;
    height: 45px;
    display: grid;
    place-content: center;
    font-weight: 400;
    transition: 0.2s ease-in-out;
}

.book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 0 10px;
    gap: 10px;
    /* background: #FFB07B; */
    height: 45px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    /* https: //grabient.com/HQVg7AnANKAMCMMQGYAcSAsYZgGyxlwCZFgTthldkZ4JsCjhYIMoNh5UIg?angle=135 */
    background: linear-gradient(135deg, #ffffc4 0.000%, #df7225 50.000%, #a94600 100.000%);

}

.call-btn {
    color: var(--orange-color);
    display: flex;
    font-size: 20px;
    align-items: center;
}

.call-btn i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(238, 221, 230) 0%, rgb(237, 224, 229) 21%, rgb(230, 232, 225) 38%, rgb(215, 242, 206) 72%, rgb(189, 233, 238) 100%) 0% 0% no-repeat;
    border-radius: 50%;
    color: black;
    font-size: 11px;
    margin-right: 5px;
}

.call-btn:hover {
    color: var(--orange-color);
}

.book-btn:hover {
    color: black;
    background-position: 10% 30%;
}

.bok-call-cta-box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

.bok-call-cta-box img {
    width: 10px;
    filter: brightness(0);
    animation: arrow-move 1s infinite;
}

.revenue-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    padding: 10px 14px;
    height: 47px;
}

.revenue-box>h5 {
    color: #FF7B22;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
}

.revenue-box>h5.count {}

.revenue-box>h6 {
    color: var(--text-gray-1) !important;
    font-size: 10px !important;
    margin-top: 5px;
}

.head-vid-box {
    background: #161616;
    padding: 4rem 3.5rem;
    text-align: center;
    display: block;
    height: 100%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-content: start; */
}

.head-vid-box h4 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: white;
    font-family: var(--primary-font);
}

.head-vid-box p {
    font-size: 14px;
    line-height: 1.3;
    width: 95%;
    margin: 0 auto;
}

.head-vid {
    width: 85%;
    height: 100%;
    border-radius: 30px;
    margin: 0 auto;
}

.head-vid>video {
    width: 100%;
    border-radius: 50px;
    height: 100%;
    padding: 15px;
    background: #000;
    object-fit: cover;
}

.sub-menu-list a {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 400;
    color: white;
    text-transform: capitalize;
    padding-left: 20px;
    display: block;
    transition: 0.3s ease-in-out;
}


.sub-menu-list {
    margin-top: 3rem;
    height: 240px;
}

.sub-menu-list ul li {
    margin-bottom: 2rem;
    position: relative;
}

.sub-menu-list ul li:after {
    position: absolute;
    content: "";
    background: var(--orange-color);
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    transform: scale(1) translateY(-50%);
    border-radius: 50%;
    transition: 0.1s ease-in-out;
}

.sub-menu-list ul li:hover:after {
    transform: scale(1.1) translateY(-50%) !important;
}

.sub-menu .btn-theme2 {
    margin-top: 3rem;
}

h5.sub-menu-title {
    padding-top: 0.5rem;
    color: #afa360;
    font-size: 1.5rem;
}

.head-co-founder-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    object-fit: cover;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 11px 60px 0px rgb(126 126 126 / 48%);
}

.head-co-founder-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-co-founder {
    display: flex;
    align-items: center;
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid #4A4A4A;
}

.head-co-founder>div:last-child {
    width: calc(100% - 80px);
    padding-left: 30px;
    padding-right: 20%;
}

.head-co-founder>div h5 {
    color: var(--text-gray-1);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}

.head-co-founder>div p {
    margin: 0;
    color: var(--orange-color);
}

.sub-menu-small {
    width: 240px;
    height: auto;
    padding: 10px 2rem;
    border-radius: 15px;
    box-shadow: 1px 13px 60px 0 #8994ac66;
}

.sub-menu-small>a {
    color: white;
    display: block;
    padding: 1rem 0;
    font-family: var(--primary-font);
    font-size: 15px;
}

.sub-menu-small>a:not(:last-child) {
    border-bottom: 1px solid #82849038;
}

/*.mob-nav-sublink {*/
/*    display: none;*/
/*    padding-left: 3rem;*/
/*}*/
ul.mob-nav-link {
    position: relative;
}

ul.mob-nav-link:before {
    position: fixed;
    content: "";
    width: 100vw;
    height: 5rem;
    top: 0;
    left: 50%;
    background: black;
    border-bottom: 1px solid #404040;
    transform: translateX(-50%);
}

ul.mob-nav-link>li>a {
    font-size: 42px;
    padding: 10px 0;
    display: block;
    line-height: 1;
    font-family: var(--heading-font);
}

ul.mob-nav-link>li.active>a {
    background: linear-gradient(145deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/*ul.mob-nav-sublink a {*/
/*    font-size: 16px;*/
/*    display: block;*/
/*    padding: 8px 0;*/
/*}*/
/* ul.mob-bot-nav {
    padding-top: 5rem;
    border-top: 1px solid #404040;
} */
ul.mob-bot-nav li:first-child>a {
    color: #ADADAD;
}

.mobile-nav-links-box .foot-bottom {
    padding: 3rem 0 5rem 0;
    position: relative;
}

.mobile-nav-links-box .foot-bottom:after {
    position: absolute;
    content: "";
    background: #4A4A4A;
    top: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
}

/* mobile-menu */



.mobile-menu-box {
    display: none;
}

.mobile-nav {
    box-sizing: border-box;
    height: 25px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.mobile-nav svg {
    stroke: white;
    transition: 0.2s;
}

.mobile-nav svg g:first-child {
    opacity: 1;
    transition: opacity 0s 0.2s;
}

.mobile-nav svg g:first-child line {
    transition: transform 0.2s 0.2s;
    transform: translateY(0px);
}

.mobile-nav svg g:last-child {
    opacity: 0;
    transition: opacity 0s 0.2s;
}

.mobile-nav svg g:last-child line {
    transition: transform 0.2s;
    transform: rotate(0deg);
    transform-origin: center;
}

.mobile-nav.open svg {
    stroke: #fff;
}

.mobile-nav.open svg g:first-child {
    opacity: 0;
}

.mobile-nav.open svg g:first-child line {
    transition: transform 0.2s;
}

.mobile-nav.open svg g:first-child line:first-child {
    transform: translateY(7px);
}

.mobile-nav.open svg g:first-child line:last-child {
    transform: translateY(-7px);
}

.mobile-nav.open svg g:last-child {
    opacity: 1;
}

.mobile-nav.open svg g:last-child line {
    transition: transform 0.2s 0.2s;
}

.mobile-nav.open svg g:last-child line:first-child {
    transform: rotate(45deg);
}

.mobile-nav.open svg g:last-child line:last-child {
    transform: rotate(-45deg);
}

.mobile-nav-links-box {
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background-color: black;
    padding: 8rem 0 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* mobile-menu */
/* header */


/* banner */

.banner-txt>h1>span {
    width: 33px;
    height: 50px;
    position: relative;
    display: inline-block;
}

.banner-txt>h1>span>img {
    width: 200%;
    height: 165%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-txt>h4 {
    font-size: 2.6rem;
    color: white;
    font-weight: 300;
    font-family: var(--primary-font);
    margin-bottom: 2rem;
}

.banner-cta {
    display: inline-flex;
    min-width: 300px;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
    /* background: var(--dark-brown); */
    border-radius: 25px;
    padding: 1.5rem 1.5rem;
    border: 2px solid #404040;
    transition: 0.3s ease-in-out;
    /* https: //grabient.com/HQVg7AnANKAMCMMQGYAcSAsYZgGyxlwCZFgTthldkZ4JsCjhYIMoNh5UIg?angle=135 */
    /* background: linear-gradient(135deg, #ffffc4 0.000%, #ff6164 50.000%, #b00012 100.000%); */
    /* https: //grabient.com/LQVgdADAjAHANGALIgTAgzNOA2SiQYDsECUKaYUEF66hCAnCCWA9ughCBVISkA?angle=135 */
    background: #fff;
}

.banner-cta:hover>img {
    animation: shake 0.5s infinite;
}

.banner-cta>img {
    width: 55px;
    height: 55px;
    object-fit: cover;

}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(-5deg);
    }

    90% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.banner-cta>h6 {
    color: #FF7B22;
    text-align: start;
    line-height: 1.3;
    font-size: 1.9rem;
    margin: 0;
    transition: 0.3s ease-in-out;
    font-family: var(--primary-font);
}

.banner-cta>h6>span {
    text-decoration: underline;
    color: #000000;
}

.banner-cta:hover>h6 {
    color: #FF7B22;
}

.banner-cta:hover {
    border-color: rgb(133, 132, 132);
}

/* banner */



/* video-review-box */


.video-review-slider.home {
    height: 145%;
}

.video-review-slider.testiomal .slick-slide {
    height: inherit;
}

.video-review-slider {
    position: relative;
    padding: 4.5rem 0 2rem 0;
    isolation: isolate;
    margin-top: -23rem;
}

.video-review-slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 110.6%;
    background-color: #222222;
    border-radius: 50px;
    top: 0;
    border: 2px solid #404040d1;
    left: 0;
    z-index: -1;
}

.video-review-box {
    height: 650px;
    width: 95%;
    background-color: white;
    margin: auto;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    padding: 2rem;
}

.video-review {
    width: 40%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
    background: var(--dark-brown);
}

.video-review iframe {
    border-radius: 35px;
    width: 100% !important;
    height: 100% !important;
}

.video-review-content {
    width: calc(100% - 40%);
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    padding-left: 4rem;
    justify-content: space-between;
}

.video-review-content h3 {
    color: black;
    font-size: 5.4rem;
    line-height: 0.9;
    font-family: var(--heading-font);
    font-weight: 400;
    width: 95%;
}

.video-review-content p {
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 400;
    color: #687087;
    width: 95%;
}

.client-det-vid-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
    margin-bottom: 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid black;
}

.client-det-vid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-det-vid h5 {
    font-size: 2rem;
    color: black;
    margin-bottom: 0;
    font-weight: 600;
    font-family: var(--primary-font);
}

.client-det-vid h6 {
    color: #687087;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.video-review-slider .slick-arrow {
    position: absolute;
    bottom: -35px;
    z-index: 2;
    transition: 0.2s ease-in-out;
}

.video-review-slider .slick-arrow:hover {
    background-color: lightgray;
}

.video-review-slider .slick-next {
    left: 85%;
    transform: translateX(-50%);
}

.video-review-slider .slick-prev {
    left: 81%;
    transform: translateX(-50%);
}

.video-review-slider .slick-next,
.video-review-slider .slick-prev {
    font-size: 0;
    border: 0;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.video-review-slider .slick-next:before,
.video-review-slider .slick-prev:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    border: 1px solid #404040;
    font-size: 2rem;
    font-family: 'Font Awesome 6 Pro';
    width: 40px;
    height: 40px;
    font-weight: 400;
    border-radius: 50%;
    display: grid;
    background: #222222;
    place-items: center;
    transition: 0.3s ease-in-out;
}

.video-review-slider .slick-next:before {
    content: "\f054";
}

.video-review-slider .slick-next:hover:before,
.video-review-slider .slick-prev:hover:before {
    background-color: #404040;
    border: 1px solid white;
}

.video-review-slider .slick-prev:before {
    content: "\f053";
}

.video-review-slider+h6 {
    position: relative;
    z-index: 2;
    padding-left: 13%;
    color: white;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 10px;
}

.video-review-slider+h6>a {
    text-decoration: underline;
    color: var(--orange-color);
}

.video-review-slider:after {
    position: absolute;
    content: "";
    width: 188px;
    height: 245px;
    background: url("../images/rocket.png") center/contain no-repeat;
    right: -65px;
    top: -75px;
}

.top-client-row {
    margin-top: 13rem;
}

.top-client-slider div>img {
    width: 120px;
    height: 50px;
    object-fit: contain;
    display: block;
    margin-right: 1rem;
}

.top-client-row h5 {
    font-size: 18px;
    color: var(--text-gray-2);
    font-family: var(--primary-font);
    font-weight: 400;
}

/* video-review-box */
/* service-sec */
section.service-sec {
    overflow: hidden;
}

.advertized-txt {
    font-size: 18px;
    color: #FF7B22;
    font-weight: 400;
    font-family: var(--primary-font);
}

.ser-box-left {
    padding: 0 20% 0 0;
}

.ser-box-left .btn-theme2 {
    margin-top: 2rem;
}

.service-box {
    position: relative;
    padding: 4rem 4rem;
    border-radius: 40px;
    background: #F4F4F4;
    height: 560px;
}

.service-box:hover {
    background: linear-gradient(125deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
}

.ser-img-box {
    display: grid;
    place-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #70707052;
    background: #F4F4F4;
    margin-bottom: 3rem;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-box:hover .ser-img-box {
    transform: rotateY(360deg) scale(1.1);
}

.ser-img-box>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-box h2 {
    color: #4a4a4a82;
    font-size: 5.4rem;
    height: 240px;
}

.service-box h2>span {
    color: black;
    text-decoration: underline;
}

.service-slider .slick-slide {
    margin: 0 1rem;
}

.service-slider:after {
    position: absolute;
    /*     content: ""; */
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 40%, rgb(0 0 0) 100%);
}

.service-slider .slick-list {
    padding-left: 5%;
}

.service-box p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4A4A4A;
    line-height: 1.1;
}

.service-box>a:nth-of-type(1) {
    color: black;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.service-box:hover a:nth-of-type(1) {
    animation: arrow-move 1s infinite;
}

@keyframes moving-arrow {

    0%,
    100% {
        right: 30px;
        top: 30px;
    }

    50% {
        right: 20px;
        top: 20px;
    }
}

@-o-keyframes moving-arrow {

    0%,
    100% {
        right: 30px;
        top: 30px;
    }

    50% {
        right: 20px;
        top: 20px;
    }
}

@-moz-keyframes moving-arrow {

    0%,
    100% {
        right: 30px;
        top: 30px;
    }

    50% {
        right: 20px;
        top: 20px;
    }
}

@-webkit-keyframes moving-arrow {

    0%,
    100% {
        right: 30px;
        top: 30px;
    }

    50% {
        right: 20px;
        top: 20px;
    }
}

/* service-sec */

/* counter-sec */
.counter-box {
    text-align: center;
    padding: 3.5rem 2rem;
}

.counter-box>p {
    color: var(--text-gray-1);
    margin: 0;
}

.count {
    margin: 1rem 0;
    line-height: 1;
    color: #FF7B22;
    font-family: var(--primary-font);
    font-weight: 400;
    letter-spacing: -3.5px;
}

.counter-sec {
    border-top: 1px solid #4A4A4A;
    border-bottom: 1px solid #4A4A4A;
}

.counter-sec .col-4 {
    padding: 0;
    border-left: 1px solid #4A4A4A;
}

.counter-sec .col-12 {
    padding: 0;
    border: 1px solid #4A4A4A;
    border-top: 0;
    border-bottom: 0;
}

.counter-box>div i {
    font-size: 4rem;
    color: #ffbea8;
}

.counter-box>div {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 1rem 0;
    line-height: 1;
    color: #FF7B22;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 5.4rem;
}

.clutch-custom-box {
    position: absolute;
    top: -1px;
    width: 215px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #A5885C 0%, #DCC68E 100%) 0% 0% no-repeat;
    text-align: center;
    overflow: hidden;
    padding-top: 2rem;
    z-index: 99;
}

.clutch-custom-box>div:nth-child(1) {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.clutch-custom-box>div:nth-child(1) img:nth-child(1),
.clutch-custom-box>div:nth-child(1) img:nth-child(5) {
    margin-top: 20px;
}

.clutch-custom-box>div:nth-child(1) img:nth-child(3) {
    margin-top: -10px;
}


.clutch-custom-box h5 {
    font-size: 16px;
    line-height: 1;
    color: black;
    font-weight: 600;
    margin: 0 auto 5px;
    width: 80%;
}

.clutch-custom-box h6 {
    color: #6A5439;
    font-weight: 600;
    font-size: 12px;
    margin: 10px;
}

.clutch-custom-box h2 {
    font-size: 5rem;
    color: black;
    margin-bottom: 0;
}

.clutch-custom-box>div:nth-of-type(2) {
    height: 100px;
    display: flex;
    align-items: end;
    justify-content: center;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    margin-bottom: -1px;
    background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%);
}

/* counter-sec */

/* testi-sec */


.testi-sec-social-med {
    background-color: transparent;
}




.testi-box {
    text-align: center;
    margin-top: 100px;
}

.testi-box h4 {
    color: white;
    font-family: var(--primary-font);
    font-weight: 300;
    line-height: 1.2;
    font-size: 22px;
    letter-spacing: -0.5;
}

.test-client-det h5,
.test-client-det h6 {
    font-size: 14px;
    margin-bottom: 0;
    color: white;
}

.test-client-det h6>span {
    color: var(--orange-color);
}

.test-client-img-box button {
    margin-left: -20px;
}


.testi-slider .slick-dots li:not(:last-child) {
    margin-right: -2rem;
}

.testi-slider .slick-dots {
    gap: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.testi-slider .slick-dots button {
    font-size: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #F4F4F4;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.testi-slider .slick-dots button>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-slider .slick-dots li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-box>img {
    display: none;
}

.slick-dots li.slick-active button {
    border-color: var(--orange-color);
    position: relative;
}

/* testi-sec */

/* business-strategy-sec */

.business-strategy-boxes {
    position: relative;
}

.business-strategy-boxes:after {
    position: absolute;
    content: "";
    background: url("../images/victory-hand.png") center/contain no-repeat;
    width: 200px;
    height: 200px;
    top: -120px;
    right: -110px;
}

.business-strategy-boxes>div {
    padding: 14px 25px;
    margin-bottom: 1rem;
    border-radius: 30px;
    display: flex;
    align-items: start;
    gap: 1.5rem;
    border: 1px solid #404040;
    /* background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%); */
    background: linear-gradient(90deg,rgba(35, 47, 62, 1) 0%, rgba(19, 25, 33, 1) 100%); 
}



.business-strategy-boxes>div img {
    width: 45px;
    height: 45px;
}

.business-strategy-boxes>div:hover {
    background: linear-gradient(125deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
}

.business-strategy-boxes>div:hover p {
    color: black;
}

.business-strategy-boxes>div:hover p strong {
    color: black;
}

.business-strategy-boxes>div p {
    width: calc(100% - 45px);
    margin: 0;
}

.business-strategy-boxes>div p strong {
    color: #fff;
}

.max-business-box {
    padding: 7rem 11rem;
    background: #F4F4F4;
    border-radius: 40px;
    position: relative;
    margin-top: 8rem;
}

.max-business-box:hover {
    cursor: pointer;
}

.max-business-box>h2 {
    color: black;
    width: 70%;
}

.max-business-box>div {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5rem;
}

.max-business-box>div .btn-theme2 {
    width: 100%;
    /*flex: 100%;*/
}

.max-business-box>div p {
    color: black;
}

.max-business-box:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    top: -90px;
    left: -90px;
    background: url("../images/flying-money.png") center/contain no-repeat;
}

.max-business-box>a:nth-of-type(1) {
    color: black;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.max-business-box>a:nth-of-type(1)>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.max-business-box:hover>a:nth-of-type(1) {
    animation: arrow-move 1s infinite;
}

.testi-sec .max-business-box,
.need-help-sec .max-business-box,
.zigzag-sec .max-business-box,
.social-media-kit-pg .max-business-box,
.our-location-sec .max-business-box,
.case-study-client-feedback .max-business-box {
    margin-bottom: -8rem;
}

/* business-strategy-sec */
/* case-study-sec */
section.case-study-sec {
    position: relative;
    height: 800px;
    overflow: hidden;
    isolation: isolate;
    transition: background 0.3s linear;
    background-position: center;
    background-size: cover;
}

.case-study-box {
    width: 85%;
    height: 500px;
    margin: 8rem 0;
    display: grid;
    align-content: center;
}

.case-study-box>a {
    font-size: 18px;
    display: inline-block;
    margin-top: 3rem;
}

.case-study-box>a img {
    width: 15px;
    height: 15px;
    transition: 0.3s ease-in-out;
}

.case-study-box>a span {
    color: var(--orange-color);
    text-decoration: underline;
}

.case-study-box>a:hover img {
    animation: arrow-move 1s infinite;
}

.case-study-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid #4A4A4A;
}

.case-study-nav-link {
    display: flex;
    height: 200px;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    justify-content: center;
    border-left: 1px solid #4A4A4A;
    transition: 0.2s ease-in-out;
}

.slick-active:last-child .case-study-nav-link {
    border-right: 1px solid #4A4A4A;
}

.case-study-nav-link.active {
    border-bottom: 8px solid var(--orange-color);
}

.case-study-nav-slider {
    border-left: 1px solid #4A4A4A;
    border-right: 1px solid #4A4A4A;
}

/* .slick-current .case-study-nav-link{
    border-bottom: 8px solid lightgray;
} */
.case-study-nav-link>span {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 3px solid white;
    border-radius: 50%;
}

.case-study-nav-link>span>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study-nav-link>div h5 {
    margin-bottom: 0;
    color: white;
    font-weight: 400;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.case-study-nav-link>div p:nth-of-type(1) {
    color: white;
    margin: 5px 0;
    line-height: 1;
}

.case-study-nav-link>div p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
}

.case-study-box h4 {
    font-size: 1.5rem;
    font-family: var(--primary-font);
    color: var(--text-gray-1);
    line-height: 25px;
    font-weight: 300;
    margin: 0;
}


.case-study-nav-link>h2,
.case-study-nav-link>h4,
.case-study-nav-link>p,
.case-study-nav-link>a,
.case-study-nav-link>h3 {
    display: none;
}

h2#case-study-head {
    position: relative;
}

h2#case-study-head:after {
    position: absolute;
    content: "''";
    margin-left: 10px;
}

h2#case-study-head:before {
    position: absolute;
    content: "''";
    left: -30px;
}

.case-study-nav-text {
    display: flex;
    align-items: self-start;
    gap: 1rem;
    padding: 0 1rem;
    height: 100px;
}

.case-study-nav-text h6 {
    font-size: 22px;
    color: white;
    line-height: 1.2;
}

.case-study-nav-text h6>span {
    color: var(--orange-color);
    text-decoration: underline;
}

.case-study-nav-text h6>img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    transition: 0.3s ease-in-out;
}

.case-study-nav-text>a:hover h6>img {
    animation: arrow-move 1s infinite;
}

.case-study-nav-slider .slick-prev {
    right: -70px;
    top: 100px;
}

.case-study-nav-slider .slick-next {
    right: -70px;
    top: 50px;
}

/* case-study-sec */
/* need-help-sec */
.need-help-persons {
    display: flex;
    margin-bottom: 2rem;
}

.need-help-persons>img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #FF7B22;
}

.need-help-persons>img:not(:first-child) {
    margin-left: -10px;
}

.need-help-sec h3 br {
    display: none;
}


.marketing-lanidngpage .need-help-box {
    width: 90%;
    height: 330px;
    border-radius: 15px;
}

.need-help-box {
    width: 75%;
    min-width: 300px;
    padding: 4rem;
    border-radius: 40px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: linear-gradient(90deg,rgba(35, 47, 62, 1) 0%, rgba(19, 25, 33, 1) 100%); 
}

.need-help-box>img {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px;
    height: 25px;
    color: #ADADAD;
    transition: 0.3s ease-in-out;
}

.need-help-box:hover>img {
    animation: arrow-move 1s infinite;
}



.need-help-box div>p {
    color: var(--text-gray-1);
    line-height: 1.2;
    margin-bottom: 2rem;
}

.need-help-box div>span {
    color: var(--orange-color);
    position: relative;
}





.faq-box {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 2rem 0;
    cursor: pointer;
    position: relative;
}

.faq-box>img {
    width: 40px;
    object-fit: contain;
}

.faq-box>div {
    width: calc(100% - 40px);
}

.faq-box>div h5 {
    color: white;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
}

.faq-box>div p {
    font-size: 16px;
    line-height: 1.2;
    transition: 0.3s ease-in-out;
    display: block;
    margin: 0;
}

.faq-box:not(:last-child) {
    border-bottom: 1px solid #4A4A4A;
}

.faq-box.collapsed>div p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    margin: 0;
    display: none;
}

.faq-box:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background: #4a4a4a;
    border-radius: 5px;
    top: 32px;
    right: 4.5px;
    transition: 0.2s ease-in-out;
}

.faq-box.collapsed:after {
    background: white;
}

.faq-box.collapsed:before {
    background: white;
}

.faq-box:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 15px;
    background: #4a4a4a;
    border-radius: 5px;
    top: 25px;
    right: 11px;
}

.faq-boxes {
    height: auto;
    margin-bottom: 1rem;
}

/* need-help-sec */

/*  two-col-sec*/
section.two-col-sec a {
    display: flex;
    align-items: center;
    padding: 3rem 2rem;
    gap: 2rem;
}

.cerclebx span {
    background: linear-gradient(125deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 0 20px;
    padding: 5px 0 0;
}

section.two-col-sec .col-12:first-child {
    text-align: end;
}

section.two-col-sec a span {
    width: 100px;
    height: 100px;
    background: #F4F4F4;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

section.two-col-sec a span>img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

section.two-col-sec a>div {
    text-align: left;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.two-col-sec a>div>div {
    width: 75%;
}

section.two-col-sec a i {
    width: 40px;
    height: 40px;
    background: #222222;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid #404040;
    transition: 0.3s ease-in-out;
    font-size: 2rem;
    font-weight: 400;
}

section.two-col-sec a:hover i {
    border-color: white;
    background: #404040;
}

section.two-col-sec {
    border-top: 1px solid #4A4A4A;
    /* background: var(--section-gray-color); */
    position: relative;
}

section.two-col-sec:after {
    position: absolute;
    content: "";
    width: 1px;
    left: 50%;
    height: 100%;
    background: #4A4A4A;
    top: 0;
    transform: translateX(-50%);
}

section.two-col-sec a div h5 {
    font-size: 18px;
    color: white;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: bold;
}

section.two-col-sec a div p {
    color: white;
    font-weight: 300;
    margin: 0;
}

/*  two-col-sec*/

/* year-exp-sec */
section.year-exp-sec {
    border-bottom: 1px solid #4A4A4A;
    padding: 2rem 0;
}

.skull-box {
    display: flex;
    align-items: center;
}

.skull-box>img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.skull-box p {
    font-weight: 400;
    color: #DBDBDB;
    line-height: 1;
}

.year-exp-logo-box {
    height: 165px;
    display: grid;
    place-items: center;
}

.year-exp-logo-box>img {
    width: 70%;
    object-fit: contain;
}

.year-exp-slider .slick-slide {
    margin: 0 1rem;
}

/* year-exp-sec */

/* before-after-seo */
.before-seo-img {
    width: 100%;
}

.before-seo-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seo-switch:before {
    content: "Before SEO" !important;
    left: -150px !important;
}

.seo-switch:after {
    content: "After SEO" !important;
    right: -150px !important;
}


.seo-num-box {
    text-align: center;
}

.seo-num-box h2 {
    margin-bottom: 10px;
}

.seo-num-box h2 {
    color: #FFBEA8;
    margin: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    letter-spacing: -3.5px;
}

.seo-num-box.active h2 {
    color: white;
}

.seo-num-box h2:nth-child(1) {
    display: none;
}

.seo-num-box h2:nth-child(2) {
    display: block;
}

.seo-num-box.active h2:nth-child(2) {
    display: none;
}

.seo-num-box.active h2:nth-child(1) {
    display: block;
}

/* before-after-seo */

/* testimonial-pg */
.testimonial-pg .row:nth-child(2) {
    margin-top: 10rem;
}

.testi-grid {
    margin-top: 5rem;
}

.testimonial-pg .video-review-slider {
    margin: 0;
}

.testimonial-pg-box {
    border-radius: 10px;
    padding: 25px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid transparent;
    text-align: left;
    /* background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%); */
    background: linear-gradient(90deg,rgba(35, 47, 62, 1) 0%, rgba(19, 25, 33, 1) 100%); 
}

.testimonial-pg-box:hover {
    border: 2px solid #FFB07B;
}

.testimonial-pg-box>div:nth-child(1) img {
    margin-bottom: 20px;
    max-height: 25px;
    text-align: left !important;
}

.namwrp>div:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.namwrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imawrp {
    padding: 1rem;
    background: var(--primary-color);
    font-family: var(--primary-font);
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
}

.testimonial-pg-box>div>h4 {
    color: white;
    font-size: 28px;
    line-height: 1.1;
    font-family: var(--primary-font);
    margin-bottom: 10px;
}

span.imawrp {
    padding: 1rem;
    background: var(--orange-color);
    font-family: var(--primary-font);
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
}

.author-details h4 {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    color: white;
}

.author-details h6 {
    font-size: 14px;
    color: #a3a3a3;
    margin: 0;
}

.testimonial-pg-box .star-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 18px;
    color: white;
}

.testimonial-pg-box .star-rating>img {
    width: 15px;
    height: 15px;
    object-fit: cover;
}

/* testimonial-pg */

/*awards-wining-seo */
.awards-wining-seo {
    /* background: url("../images/banner.png") center/cover no-repeat; */
}

.awards-seo-box {
    width: 80%;
}

.awards-seo-box-list>img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.awards-seo-box-list {
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
}

.awards-seo-box-list:before {
    position: absolute;
    content: "";
    width: 85%;
    height: 80%;
    background: #F4F2F2;
    right: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 95% 50%, 100% 100%, 0% 100%);
}

.awards-seo-box-list>div {
    display: flex;
    padding: 0 5rem 0 2rem;
    align-items: center;
    gap: 1rem;
}

.awards-seo-box-list>div>div:first-child {
    width: 70px;
    position: relative;
}

.awards-seo-box-list>div>div:last-child {
    width: calc(100% - 70px);
}

.awards-seo-box-list>div>div:first-child:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    right: 0;
    background: #DABC67;
    top: 50%;
    transform: translateY(-50%);
}

.awards-seo-box-list div p {
    font-size: 12px;
    line-height: 1.2;
    margin: 0;
    color: #4a4a4a;
}

.awards-seo-box-list div span {
    font-size: 12px;
    line-height: 1.2;
    color: #e1689b;
    font-weight: 700;
    text-transform: uppercase;
}

/*awards-wining-seo */

/* help-support-pg */
.help-big-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--section-gray-color);
    width: 200px;
    height: 200px;
    border-radius: 35px;
    border: 1px solid #4a4a4a;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}

.help-big-box:hover {
    border-color: white;
}

.help-big-box>img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.help-support-slider .slick-slide {
    margin: 0 2rem;
}

.help-support-slider .slick-prev,
.help-support-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
}

.help-support-slider .slick-next {
    right: -40px;
}

.help-support-slider .slick-prev {
    left: -40px;
}

.btn-style .slick-prev,
.btn-style .slick-next {
    top: 33%;
}

.resource-box {
    border: 1px solid #4a4a4a;
    padding: 0.5rem 2rem;
    border-radius: 35px;
    transition: 0.3s ease-in-out;
    height: 100%;
    display: grid;
    align-content: center;
}

.resource-box:hover {
    border-color: white;
}

.resource-box .orange-btn {
    width: 180px;
}

.resource-box>div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.resource-box>div:first-child img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.resource-box h4 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
}

.blogs-box>div:first-child {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.blogs-box>div img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-box a {
    display: block;
}

.blogs-box a:nth-of-type(1) {
    font-size: 12px;
    text-transform: uppercase;
    margin: 2rem 0;
}

.blogs-box a:nth-of-type(2) {
    font-size: 18px;
    line-height: 1.3;
    color: white;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-box>div:last-child {
    padding: 2rem;
    padding-top: 0;
    border: 1px solid #4a4a4a;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

section.still-ques-sec .col-12>img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

section.still-ques-sec {
    border-top: 1px solid #4A4A4A;
}

.blogs-box h2 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: capitalize;
    font-family: 'rubik';
    font-weight: 300;
    height: 100px;
    display: grid;
    align-content: center;
    margin: 0;
}

.blogs-box.loop .orange-btn img {
    height: 20px;
    width: 20px;
}

.help-support-slider.style .resource-box {
    height: 395px;
}

.help-support-slider.style {
    height: 400px;
}

.blogs-box.loop .orange-btn {
    display: flex;
    width: 200px;
}

.no-top-pad {
    padding-bottom: 80px;
}

/* help-support-pg */

/* about-pg */
.after-about-sec {
    background: url("../images/about-img.png") center/cover no-repeat;
    padding: 8rem;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.after-about-sec>div {
    width: 50%;
}

.after-about-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0000009c;
    top: 0;
    left: 0;
    z-index: -1;
}

.awards-img-big {
    background: #141414;
}

.world-country {
    margin-top: 2rem;
}

.world-country.stars {
    position: relative;
}

.world-country.stars:after {
    position: absolute;
    content: "";
    background: url(../images/plus-icon.html) center/contain no-repeat;
    width: 40px;
    height: 40px;
    left: -30px;
    top: 80px;
}

.world-country.stars:before {
    position: absolute;
    content: "";
    background: url(../images/plus-icon.html) center/contain no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: 80px;
}

.world-country>img {
    width: 100%;
    height: 250px;
}

.believe-box>div>img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.believe-box>div {
    width: 50%;
    padding: 2rem;
    display: flex;
    align-items: start;
}

.believe-box {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
}

.believe-box>div>div {
    width: calc(100% - 70px);
    padding-left: 2rem;
}

.believe-box>div h4 {
    color: white;
    /* font-weight: 600; */
    font-family: var(--heading-font);
    line-height: 1;
}

.marketing-box {
    padding: 3rem;
    border: 1px solid #4a4a4a;
    border-radius: 35px;
    margin-bottom: 2rem;
    transition: 0.3s ease-in-out;
}

.marketing-box:hover {
    border-color: white;
}

.marketing-box img {
    height: 50px;
    object-fit: contain;
    margin-bottom: 20px;
}

.marketing-box h4 {
    color: white;
    font-family: var(--heading-font);
    font-size: 3rem;
}

.get-to-know {
    overflow: hidden;
    background: url(../images/paramid-orange.svg) center/contain no-repeat;
    background-position: 0px 0px;
    margin-top: 118px;
}

/* about-pg */

/* industry-pg */
.industry-con-sec {
    /* background-image: url(../images/swoosh.svg); */
    /* background-position: bottom; */
    /* background-repeat: no-repeat; */
    /* background-position-x: 95%; */
    /* background-size: auto 85%; */
    border-bottom: 1px solid #4a4a4a;
}

section.industry-con-sec .gradient-back {
    margin-left: 0;
}

.industry-con-sec ul.listing-points li {
    align-items: center;
}

.contact-widget .sign-up-news-popup {
    display: block;
}

.contact-widget .sign-up-news-popup {
    display: block !important;
    position: absolute;
    border: 0;
    z-index: 1;
}

.contact-widget:before {
    height: 590px !important;
    right: 20px !important;
    bottom: 0px !important;
}

.vertical-tabs-sec .nav-link {
    padding: 2rem 0;
    font-size: 2rem;
    color: white;
    text-align: left;
}

.vertical-tabs-sec .nav-pills .nav-link.active,
.vertical-tabs-sec .nav-pills .show>.nav-link {
    color: var(--orange-color);
    background-color: transparent;
}

.vertical-tabs-sec .tab-pane {
    padding-top: 2rem;
}

.vertical-tabs-sec .nav-link:focus,
.vertical-tabs-sec .nav-link:hover {
    color: var(--orange-color);
}

.vertical-tabs-sec div#v-pills-tab {
    position: relative;
}

.vertical-tabs-sec div#v-pills-tab:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #4a4a4a;
    right: 0;
}

.vertical-tabs-sec .nav-link.active:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: var(--orange-color);
    right: 0;
    top: 0;
    z-index: 1;
}

.vertical-tabs-sec .nav-link.active {
    position: relative;
}

.campaign-metrics ul#pills-tab {
    margin-bottom: 2rem;
}

.campaign-metrics .nav-link:focus,
.campaign-metrics .nav-link:hover {
    color: white;
}

.campaign-metrics .nav-link {
    height: 70px;
    width: 120px;
    font-size: 12px !important;
    color: white;
    border-radius: 15px !important;
}

.campaign-metrics .nav-pills .nav-link.active,
.campaign-metrics .nav-pills .show>.nav-link {
    background-color: var(--section-gray-color);
    border: 1px solid #4a4a4a;
}

section.campaign-metrics {
    border-top: 1px solid #4A4A4A;
    display: none;
}

.zigzag-sec .container:first-child {
    display: none;
}

.zigzag-sec .row:nth-child(even) {
    flex-direction: row-reverse;
}

.industries-listing {
    display: flex;
    padding: 2rem 0;
    position: relative;
}

.industries-listing>svg {
    width: 100px;
    height: 100px;
    fill: #a8a8a8;
    transition: 0.3s ease-in-out;
}

.industries-listing>div>img {
    width: 20px;
    height: 20px;
}

.industries-listing>img:first-child {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.industries-listing>div {
    padding-left: 2rem;
    width: 75%;
}

.industries-listing>div h4 {
    font-size: 35px;
    line-height: 1;
    color: white;
    transition: 0.3s ease-in-out;
    font-family: var(--heading-font);
}

.industries-listing:hover>div h4 {
    color: var(--orange-color);
}

.industries-listing:hover>svg {
    fill: var(--orange-color);
}

.industries-listing:hover>div>img {
    animation: arrow-move 1s infinite;
}


/* industry-pg */

/* sub-service-pg */
.sub-serv-bottom-ban {
    z-index: 1 !important;
}

.sub-serv-bottom-ban .inn-ban-bottom-box {
    width: 100%;
}

.sub-serv-bottom-ban:after {
    width: 100vw !important;
}

.sub-serv-bottom-ban .clutch-custom-box {
    margin-top: -18rem !important;
}

.sub-serv-bottom-ban .socail-media-plan-right-box {
    justify-content: end !important;
}

.testi-client-vid-box {
    width: 550px;
    margin-left: auto;
    background: #1F2021;
    overflow: hidden;
    border-radius: 35px;
}

.testi-client-vid-box .vid-box-banner {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.testi-client-vid-box>div:last-child {
    padding: 2rem 4rem;
}

.testi-client-vid-box>div:last-child p {
    color: var(--text-gray-2);
}

.testi-client-vid-box .btn-theme2:hover {
    border-color: none;
}

.testi-client-vid-box .btn-theme2>div a>img {
    width: 50%;
    height: 50%;
    filter: brightness(0);
}

.testi-client-vid-box .btn-theme2 {
    background: transparent;
    border: 0;
}

.sub-serv-pack .hand-shake-txt:after {
    right: -40px;
}

.hand-shake-txt.icon-mov::after {
    right: -30px;
    top: -20px;
}

.hand-shake-txt.chang1::after {
    right: -5px;
}

.sub-serv-pack {
    border-bottom: 1px solid #101010;
    background: #101010;
}

.sub-serv-pack .sticky-package-box {
    background: #101010;
}

.why-part-socialnerd .socail-media-plan-right-box {
    margin: 2rem 0;
    justify-content: space-between;
}

.three-col-sec:after {
    display: none;
}

.three-col-sec .row>.col-12:nth-child(2) {
    border: 1px solid #4a4a4a;
    border-top: 0;
    border-bottom: 0;
}

.three-col-sec {
    background: transparent !important;
}

.why-part-socialnerd h5.advertized-txt {
    font-size: 40px;
    line-height: 1;
    width: 100%;
    font-family: var(--heading-font);
}

/* sub-service-pg */
/* sitemap */
.sitemap-pg .row:nth-child(1) .col-12:nth-last-child(n+4),
.sitemap-pg h2 {
    margin-bottom: 5rem;
}

.sitemap-pg ul {
    margin-bottom: 0;
}

.sitemap-pg hr {
    margin-bottom: 5rem;
    color: #4a4a4a;
    opacity: 1;
}

/* sitemap */

/* pricing-pg */
.pricing-pg .nav-pills .nav-link.active,
.pricing-pg .nav-pills .show>.nav-link {
    color: white;
    background-color: #454545;
    border-color: white !important;
}

.pricing-pg .nav-link:focus,
.pricing-pg .nav-link:hover {
    color: white;
    background-color: #454545;
}

.pricing-pg .nav-link {
    font-size: 16px;
    border-radius: 25px !important;
    border: 1px solid #4a4a4a !important;
    color: white;
    font-family: var(--primary-font) !important;
}

.pricing-pg .nav-pills {
    gap: 2rem;
    margin: 2rem 0;
}

.pricing-pg .packages-sec>.container {
    padding: 0;
}

/* pricing-pg */
/* case-study-pg */
section.case-study-pg {
    position: relative;
    isolation: isolate;
    display: flex;
    height: 650px;
    align-items: center;
    overflow: hidden;
}

.case-study-pg .case-study-box {
    width: 85%;
    height: auto;
    margin: 0;

}

section.case-study-pg>img {
    position: absolute;
    z-index: -1;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* case-study-pg */
/* career-pg */
.career-grid-box-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-grid-box-sec .col-12 {
    padding: 0;
}

.career-grid-box-sec .col-12>div h4 {
    color: var(--orange-color);
    font-family: var(--heading-font);
    line-height: 1;
    font-size: 4rem;
}

.career-grid-box-sec .col-12>div {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}

.location-box-img {
    height: 350px;
    overflow: hidden;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}

.location-box-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-box-content {
    padding: 3rem;
    background: black;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

.location-box-content>div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.location-box-content h4 {
    color: var(--orange-color);
    font-family: var(--heading-font);
    font-size: 4rem;
    margin-bottom: 2rem;
}

.location-box-content>div:first-child span {
    font-family: var(--primary-font);
    font-size: 18px;
    color: white;
}

.loaction-box {
    width: 75%;
    margin: 0 auto;
}

.location-box-content>div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.location-box-content>div:last-child a:nth-child(2) {
    color: var(--orange-color);
    font-size: 18px;
}

.location-box-content>div:last-child a:nth-child(2)>img {
    width: 15px;
    height: 15px;
}

.location-box-content>div:last-child a:nth-child(2):hover img {
    animation: arrow-move 1s infinite;
}

.location-map {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
    border-radius: 35px;
    overflow: hidden;
    width: 50vw;
    height: 400px;
}

.location-map-close-btn {
    font-size: 3rem;
    color: black;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    box-shadow: 0px 0px 12px black;
    cursor: pointer;
}

.location-map>iframe {
    width: 100%;
    height: 100%;
}

/* career-pg */
/* case-study-detail */
.case-study-detail-img img {
    height: 550px;
    object-fit: cover;
    object-position: top;
}

.scop-list {
    padding-left: 10rem;
}

.chlng-box {
    padding: 5rem;
    border-radius: 35px;
    background: var(--section-gray-color);
}

img.solution-img {
    width: 100%;
    height: 700px;
    object-fit: contain;
}

.bullet-list li {
    position: relative;
    padding-left: 3rem;
}

.bullet-list li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.bullet-list li p>b {
    color: white;
}

section.case-study-approach-sec h2 {
    margin: 2rem 0;
}

.case-study-detail-slider1 .slick-slide>img,
.case-study-detail-slider2 .slick-slide>img {
    width: 100%;
    object-fit: cover;
}

.case-study-detail-slider1 {
    margin-bottom: 8rem;
}

.case-study-detail-slider1 .slick-slide,
.case-study-detail-slider2 .slick-slide {
    margin: 0 1rem;
}


/* case-study-detail */
/* social-media-kits-pg */
.smm-kit-box {
    margin-bottom: 2rem;
}

.smm-kit-box-lg {
    display: flex;
}

.smm-kit-box-lg .smm-kit-box-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 35px;
}

.smm-kit-box-lg .smm-kit-box-content {
    border-bottom-left-radius: 0;
    border-top-right-radius: 35px;
}

.smm-kit-box-img {
    height: 350px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.smm-kit-box-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smm-kit-box-content {
    padding: 2rem 3rem;
    border: 1px solid #4a4a4a;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background: var(--section-gray-color);
}

.smm-kit-box-content>div>h4 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 1rem;
    color: var(--orange-color);
    font-family: var(--heading-font);
}

/* social-media-kits-pg */
/* footer */
footer {
    padding-top: 10rem;
    overflow: hidden;
}

.foot-top>a img:last-child {
    display: none;
}

.mob-foot-link-box {
    display: none;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5rem;
}

.foot-top a img {
    width: 200px;
    margin: 0 0 20px;
}

.foot-top .revenue-box {
    height: auto;
}

.foot-top .revenue-box>h3 {
    font-size: 5.8rem;
    height: 55px;
}

.foot-top .revenue-box>h6 {
    font-size: 18px !important;
}

footer h4 {
    font-size: 2.5rem;
    color: #adadad;
    font-family: var(--primary-font);
    font-weight: 400;
}

footer h4.size {
    font-size: 1.6rem;
    line-height: 22px;
}

.desk-foot-link-box h5 {
    color: var(--orange-color);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.foot-links ul li a {
    color: var(--text-gray-1);
    transition: 0.2s ease-in-out;
    position: relative;
}

.foot-links ul li a:hover {
    color: white;
}

.foot-links ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: white;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}

.foot-links ul li a:hover:after {
    width: 100%;
}

.foot-links ul li {
    margin-bottom: 10px;
}

.foot-links.columns-2 {
    column-count: 2;
}

.columns-3 {
    column-count: 3;
}

.foot-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem 0;
    margin-top: 5rem;
    position: relative;
}

.foot-bottom img.master2 {
    width: 50px;
}

.foot-bottom>div {
    width: 55%;
}

.foot-bottom:before {
    position: absolute;
    /*content: "";*/
    width: 110vw;
    height: 1px;
    background: #4A4A4A;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

footer .btn-theme2>div>i {
    width: 35px;
    height: 35px;
    font-size: 2rem;
}

footer .btn-theme2 {
    gap: 1rem;
    text-align: start;
}

.foot-social-icons {
    display: flex;
    gap: 2rem;
    margin-top: 1rem;
}

.foot-bottom p {
    font-size: 1.4rem;
    width: 75%;
}

.foot-bottom p a {
    margin: 0 3px;
}

form.news-form {
    border: 1px solid #1F2021;
    border-radius: 25px;
    margin-top: 20px;
    overflow: hidden;
    margin-right: -54%;
    position: relative;
}

form.news-form>input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #1F2021;
    width: 100%;
    height: 45px;
    padding: 0 2rem;
    color: white;
    font-family: var(--primary-font);
    outline: none;
}

form.news-form>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

form.news-form>div p>span {
    color: var(--orange-color);
    text-decoration: underline;
}

form.news-form>div button {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #222222;
    color: white;
    border: 1px solid #404040;
    transition: 0.3s ease-in-out;
    font-size: 2rem;
    font-weight: 400;
}

form.news-form>div button:hover {
    border-color: white;
    background: #404040;
}


/* sign-up-news-popup */

.sign-up-news-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: #F4F4F4;
    z-index: 10;
    border-radius: 40px;
    display: none;
    border-left: 10px solid #EEDDE6;
    border-bottom: 10px solid #BDE9EE;
}

.sign-up-news-popup>div {
    padding: 3rem 4rem;
}

.sign-up-news-popup input,
.sign-up-news-popup textarea {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    margin-bottom: 10px;
    padding: 0 1rem;
    background: #F5F5F5;
    font-size: 12px;
    font-family: var(--primary-font);
}

.sign-up-news-popup select {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    margin-bottom: 10px;
    padding: 0 1rem;
    background: #F5F5F5;
    font-size: 12px;
    font-family: var(--primary-font);
}


.sign-up-news-popup textarea {
    padding: 1rem;
    resize: none;
    height: 100px;
}

.sign-up-news-popup button {
    padding: 0 2rem;
    border: none;
    background: var(--orange-color);
    display: flex;
    width: 240px;
    margin-bottom: 2rem;
}

.sign-up-news-popup button:hover>i {
    animation: arrow-move 1s infinite;
}

.sign-up-news-popup button>i {
    transform: rotate(-45deg);
    font-size: 3rem;
    transition: 0.3s ease-in-out;
}

.sign-up-news-popup>a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: black;
    background: #4A4A4A;
    border-radius: 50%;
    color: white;
    border: 1px solid #404040;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sign-up-news-popup div>p:nth-of-type(1) {
    color: black;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 600;
}

.sign-up-news-popup div>p:nth-of-type(2) {
    color: black;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 2rem;
    font-weight: 400;
    width: 95%;
}

.sign-up-news-popup span {
    color: black;
    line-height: 18px;
    font-size: 14px;
    display: block;
    padding: 0rem 5rem 2rem;
    position: relative;
}

.sign-up-news-popup span>a {
    color: black;
    text-decoration: underline;
}

.banner .sign-up-news-popup>div {
    padding: 4rem;
}

.sign-up-news-popup span:after {
    position: absolute;
    content: "";
    width: 100%;
    top: -30px;
    left: 0;
    background: #DBDBDB;
    height: 1px;
}

/*sign-up-news-popup  */
/* footer */


/* inner-banner */
img.help-support-ban-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.inner-testi-banner {
    height: 600px;
}

.industry-banner {
    height: auto;
    padding-bottom: 8rem;
}

.vid-box-banner {
    width: 500px;
    height: 300px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 35px;
    border: 1px solid #4a4a4a;
    position: relative;
}

.vid-box-banner>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vid-box-banner iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vid-box-banner>a {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid #BAC8CA;
}

.vid-box-banner>a>img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.banner-mob-img-box {
    width: 430px;
    height: 800px;
    margin-left: auto;
    margin-bottom: -35rem;
    position: relative;
    isolation: isolate;
    z-index: 1;
}

.banner-mob-img-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 95%;
    top: 15px;
    left: -2%;
    background: #25F4EE;
    z-index: -3;
    border-radius: 55px;
}

.banner-mob-img-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 95%;
    bottom: 5px;
    right: -2%;
    background: #FE2C55;
    z-index: -3;
    border-radius: 55px;
}

.banner-mob-img-box>img:nth-child(2) {
    position: absolute;
    top: 50%;
    z-index: -1;
    width: 90%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border-radius: 55px;
}

.banner-mob-img-box>img:nth-child(3) {
    position: absolute;
    width: 170px;
    height: 245px;
    top: -98px;
    right: -60px;
    object-fit: contain;
}

.banner-mob-img-box>img {
    width: 100%;
    height: 100%;
}


.banner .sign-up-news-popup {
    transform: translate(0);
    display: block !important;
    position: unset;
    margin-left: auto;
    border: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.banner .gradient-back:after {
    position: absolute;
    content: "";
    width: 135px;
    height: 170px;
    background: url("../images/safety-pin.html") center/contain no-repeat;
    top: -70px;
    right: -50px;
}

.gradient-back {
    width: 500px;
    position: relative;
    height: 620px;
    margin-left: auto;
    /* margin-bottom: -20rem; */
}

.gradient-back:before {
    position: absolute;
    width: 500px;
    height: 610px;
    background: linear-gradient(141deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
    content: "";
    border-radius: 35px;
    right: 30px;
    bottom: -20px;
}

/* inner-banner */

/* inn-ban-bottom-sec */
.inn-ban-bottom-sec .row {
    align-items: center;
}

.inn-ban-bottom-sec {
    position: relative;
    /*z-index: -1;*/
    padding: 5rem 0;
}

.inn-ban-bottom-sec:after {
    position: absolute;
    content: "";
    width: 100%;
    background: #4A4A4A;
    bottom: 0;
    height: 1px;
}

.inn-ban-bottom-sec p {
    margin: 0;
}

.inn-ban-bottom-box {
    display: flex;
    gap: 2rem;
    align-items: start;
    width: 720px;
}

.inn-ban-bottom-box>div {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
}

.inn-ban-bottom-box>div span {
    width: 75px;
    height: 75px;
    background: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.inn-ban-bottom-box>div span img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.inn-ban-bottom-box>div p {
    color: white;
    font-weight: bold;
    padding-left: 7px;
    flex: 1;
}

/* inn-ban-bottom-sec */

/* .business-fail-sec */


.business-fail-sec ul.listing-points {
    column-count: 2;
}

ul.listing-points li {
    position: relative;
    text-align: left;
    margin-bottom: 1rem;
    display: flex;
}

ul.listing-points li>p {
    padding-left: 2rem;
}

ul.listing-points li i {
    width: 40px;
    height: 40px;
    background: #a6895d;
    color: white;
    font-size: 2rem;
    border: 1px solid #404040;
    display: grid;
    place-items: center;
    border-radius: 50%;
}

ul.listing-points li p {
    width: calc(100% - 40px);

}

.business-fail-sec ul.listing-points li p {
    height: auto;
    margin-bottom: 15px;
}

ul.listing-points+p {
    width: 70%;
    margin: 0 auto 1rem;
    color: white;
}

/* .business-fail-sec */

/* socail-media-plan-sec */
.socail-media-plan-right-box {
    display: flex;
    align-items: end;
    gap: 3rem;
}

.socail-media-plan-right-box .clutch-custom-box {
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
    width: 215px;
    transform: none;
    padding-top: 2rem;
}

.socail-media-plan-right-box .clutch-custom-box>div:nth-of-type(2) {
    /* height: 70px; */
}

.socail-media-plan-right-box .clutch-custom-box>div:nth-of-type(2) img {
    /* width: 100px; */
}

.socail-media-plan-right-box .clutch-custom-box h5 {
    /* font-size: 14px; */
    /* width: 90%; */
}

.socail-media-plan-right-box .clutch-custom-box>div:nth-of-type(2) {
    background: #000000;
}

.section-gray-color .socail-media-plan-right-box .clutch-custom-box>div:nth-of-type(2) {
    background: var(--section-gray-color);
}

.socail-media-plan-right-box .counter-box {
    text-align: center;
    padding: 0;
}

.socail-media-plan-right-box .count,
.socail-media-plan-right-box .counter-box>div {
    margin: 0;
}

.socail-media-plan-left-box {
    width: 83%;
}

.socail-media-plan-right-box .listing-points li p {
    margin: 0;
}

.socail-media-plan-sec .listing-points li {
    align-items: center;
    margin-bottom: 1.5rem;
}

.socail-media-plan-sec .btn-theme2.btn-style {
    width: fit-content !important;
    margin: 40px 0 0;
}

.socail-media-plan-sec {
    /*border-bottom: 1px solid #4A4A4A;*/
}

/* socail-media-plan-sec */

/* platform-to-promote */

.platform-img-box {
    height: 50px;
}

.platform-img-box>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}


.platform-skull-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
    margin-top: -20px;
}

.platform-to-promote-box {
    display: flex;
    justify-content: space-between;
}

.platform-to-promote-box>p {
    line-height: 1.3;
}

.platform-to-promote-box>p {
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.platform-to-promote-box>a span {
    color: var(--orange-color);
    text-decoration: underline;
}

.platform-to-promote-box>a img {
    margin-left: 5px;
    width: 15px;
    height: 15px;
}

.platform-to-promote-box>a:hover img {
    animation: arrow-move 1s infinite;
}

section.platform-to-promote p {
    line-height: 1.2;
}

.platform-to-promote {
    padding: 3rem 0;
}

.platform-to-promote-slider .slick-slide>img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.platform-to-promote-slider .slick-slide {
    margin: 0 2rem;
}

/* platform-to-promote */

/* big-network-sec */


.big-platform-box {
    height: 400px;
    background: #F4F4F4;
    margin-bottom: 2rem;
    border-radius: 40px;
    padding: 4rem 4rem 2rem 4rem;
    display: grid;
    align-content: space-between;
    gap: 3rem;
    position: relative;
}

.big-platform-box:hover div>span {
    transform: rotateY(360deg) scale(1.1);
}

.big-platform-box>div {
    display: flex;
    align-items: start;
}

.big-network-sec .big-platform-box>div {
    display: flex;
    align-items: center;
}

.big-network-sec .row:nth-child(2) {
    margin-top: 1rem;
}

.big-platform-box>div span {
    width: 130px;
    height: 130px;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 2px solid #70707052;
    border-radius: 50%;
    background: #F4F4F4;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.big-platform-box>div h3 {
    width: calc(100% - 130px);
    color: black;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 36px;
    margin: 0;
}

.big-platform-box>p {
    color: #4A4A4A;
    line-height: 1.2;
    height: 110px;
    display: grid;
    align-content: start;
}



/* width */
.big-platform-box>p::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.big-platform-box>p::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.big-platform-box>p::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.big-platform-box>p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.big-platform-box>div span>img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.big-platform-box>img:first-child {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
    color: black;
    transition: 0.3s ease-in-out;
}

.big-platform-box:hover>img:first-child {
    animation: arrow-move 1s infinite;
}

.big-platform-box:hover {
    /* background-image: linear-gradient(290.7deg, #061a1c 58.79%, #0d3a2d 100%); */
    background: linear-gradient(90deg,rgba(35, 47, 62, 1) 0%, rgba(19, 25, 33, 1) 100%); 
}

.big-platform-box:hover>div h3 {
    color: #fff;
}

.big-platform-box:hover p {
    color: #fff;
}

a.bok-met-cta>span {
    color: var(--orange-color);
    text-decoration: underline;
}

/* big-network-sec */

/* packages-sec */
.hand-shake-txt {
    position: relative;
    display: inline-block;
}

.hand-shake-txt:after {
    position: absolute;
    content: "";
    background: url("../images/handshake.html") center/cover no-repeat;
    width: 70px;
    height: 70px;
    top: -15px;
    right: 0;
}



.sticky-package-box {
    position: sticky;
    top: 115px;
    z-index: 2;
    background: var(--section-gray-color);
    padding: 2rem 0;
}

.package-head {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 1rem;
}

.package-head>div {
    width: 20%;
}

.package-head>div:nth-child(1) {
    width: 40%;
    display: flex;
    align-items: start;
}

.package-head>div:nth-child(1)>div {
    flex: 1;
}

.package-head>div:nth-child(1)>div p {
    font-size: 12px;
    line-height: 1.3;
}

.package-head>div:nth-child(1)>div h4 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

/* toggle-btn */
/* The switch - the box around the slider */


.switch,
.seo-switch {
    font-size: 17px;
    position: relative;
    display: block !important;
    width: 85px;
    height: 40px;
    margin: 6px auto 15px;
}

.switch:before {
    position: absolute;
    content: "Quarterly";
    left: -83px;
    width: 100px;
    color: white;
    font-size: 16px;
    margin-top: 5px;
}

.switch:after {
    position: absolute;
    content: "Biannually";
    right: -107px;
    width: 100px;
    color: white;
    font-size: 16px;
    margin-top: 5px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 1;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #454545;
    transition: .4s;
    border-radius: 30px;
    border: 1px solid #454545;
}

.slider:before {
    position: absolute;
    content: "";
    height: 37px;
    width: 37px;
    border-radius: 50%;
    left: 1.2px;
    top: 0;
    background: #ffb17c;
    bottom: 0;
    border: 3px solid #1D1710;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #F36D36;
    border: 1px solid transparent;
}

label.switch+span:after {
    position: absolute;
    content: "";
    background: url(../images/arrow.html) center/contain no-repeat;
    width: 50px;
    height: 50px;
    top: -16px;
    right: -57px;
    filter: invert(1);
}

.switch input:checked+.slider:before {
    transform: translateX(2.5em);
}

label.switch+span {
    color: var(--orange-color);
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    bottom: -25px;
    font-family: var(--shadows-font);
}

/* toggle-btn */

.package-box {
    background: white;
    border-radius: 23px;
    padding: 2rem;
    display: flex;
    align-items: center;
    height: 115px;
    position: relative;
    overflow: hidden;
}

.package-box:hover {
    background: linear-gradient(-45deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
}

.package-box:hover>a {
    animation: arrow-move 1s infinite;
    color: black;
}

.package-box>a img {
    width: 20px;
    height: 20px;

}

.package-box>a {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #818181;
    font-size: 3rem;
}

.package-box {
    position: relative;
}

.package-box a img {
    width: 12px;
    height: 12px;
}

.package-box a {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #818181;
    font-size: 3rem;
}


.pric-bx h5 {
    font-size: 24px;
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
}

.pric-bx h6 {
    font-weight: 600;
    color: var(--orange-color);
    margin-bottom: 0;
    line-height: 1;
}

.pric-bx p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}



.package-list-row {
    display: flex;
    align-items: center;
}

.package-list-row>div>* {
    color: #DBDBDB;
}

.package-list-row>div>p {
    margin: 0;
}

.package-list-row>div>p:last-child {
    font-size: 1.4rem;
}

.package-list-row>div {
    width: 20%;
    /* padding: 10px; */
    line-height: 1.4;
    color: #DBDBDB;
    padding: 10px 20px;
    text-transform: capitalize;
}

.package-list-row>div:first-child {
    width: 40%;
}

.package-list-row>div:not(:first-child) {
    text-align: center;
}


.package-list-box {
    border: 1px solid #656565;
    background: transparent;
    padding: 0;
}

.package-list-row.underline-row {
    border-bottom: 1px solid gray;
}



.packages-sec .fa.fa-check {
    color: white;
    background: #ffffff;
    width: 25px;
    height: 25px;
    display: flex;
    place-items: center;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    justify-content: center;
    color: #000;
    padding-top: 2px;
}

.packages-sec .fa-times {
    color: black !important;
    background: #f56600;
    width: 25px;
    height: 25px;
    display: flex;
    place-items: center;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    justify-content: center;
    color: #000;
    padding-top: 2px;
}

.package-list-row>div:first-child {
    color: white;
}

/*.package-list-row.underline-row>div {*/
/*    color: white;*/
/*    line-height: 1;*/
/*}*/
.package-list-row.underline-row>div {
    color: white;
    line-height: 1.5;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.package-list-row:nth-child(even) {
    background: #2D2D2D;
}

.package-list-row.underline-row {
    background: var(--section-gray-color);
}

.package-list-row>div:not(:last-child) {
    border-right: 1px solid #4A4A4A;
}

.pack-btn-row {
    align-items: stretch;
}

.pack-btn-row p {
    font-size: 14px;
    color: #818181;
}

.pack-select-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 60px;
    width: 200px;
    border-radius: 13px;
    background: #404040;
    color: white;
    transition: 0.3s ease-in-out;
}

.pack-select-btn:hover {
    background: var(--orange-color);
}

.pack-select-btn:hover img {
    animation: arrow-move 1s infinite;
}

@keyframes arrow-move {

    0%,
    100% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(5px, -5px);
    }

}

.pack-select-btn>img {
    transition: 0.3s ease-in-out;
    width: 20px;
    height: 20px;
}


/* packages-sec */


/* intlTelInput */

.iti {
    width: 100%;
    margin-bottom: 10px;
}

.iti__country-name,
.iti__dial-code {
    display: inline-block !important;
    padding: 0 !important;
    position: unset !important;
}

.iti__country-list {
    width: 420px;
    overflow-x: hidden;
}

/* intlTelInput */




.service-sec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-areas: "t i"
        "c i";
    margin-top: 5rem;
}

.service-title-area {
    grid-area: t;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* .service-button-area{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-area: c;
    padding-top: 60px;
} */
.services-boxes-cards-area {
    grid-area: i;
}

.services-box-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
}


.SocialTrust_card__hqJLc {
    width: 360px;
    border-radius: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 24px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.service-button-area>button {
    color: white;
    border: 1px solid #404040;
    font-size: 2rem;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-grid;
    background: #222222;
    place-items: center;
    transition: 0.3s ease-in-out;
}

.service-button-area>button:first-child {
    margin-right: 1rem;
}

.service-button-area>button:hover {
    background-color: #404040;
    border: 1px solid white;
}

#service-slide-right:disabled,
#service-slide-left:disabled {
    opacity: 0.3;
    cursor: not-allowed !important;
}

.service-button-area>button i {
    color: white;
    font-size: 2rem;
    font-weight: 400;
}

.service-button-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-area: c;
    margin-top: 30px;
}


.SocialTrust_itemEnter__A3eG0 {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

.SocialTrust_itemEnterActive__X73WM,
.SocialTrust_itemEnterDone__cM9wl {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.SocialTrust_itemExitActive__L3T9G,
.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExit__poA7E {
    opacity: 0
}

.SocialTrust_itemExitActive__L3T9G,
.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}


.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: translateX(-100%) scale3d(.3, .3, .3);
    transform: translateX(-100%) scale3d(.3, .3, .3);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: translateX(-200%) scale3d(.3, .3, .3);
    transform: translateX(-200%) scale3d(.3, .3, .3);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: translateX(-300%) scale3d(.3, .3, .3);
    transform: translateX(-300%) scale3d(.3, .3, .3);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: translateX(-400%) scale3d(.3, .3, .3);
    transform: translateX(-400%) scale3d(.3, .3, .3);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc {
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: translateX(-500%) scale3d(.3, .3, .3);
    transform: translateX(-500%) scale3d(.3, .3, .3);
}


.service-sec-grid .slick-snext,
.service-sec-grid .slick-sprev {
    display: block;
}

.service-sec-grid .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    /*transform: translate3d(0, 0, 20px);*/
    z-index: 2;
}

.service-sec-grid .slick-slide {
    transition: 0.6s ease-in-out;
}

.service-sec-grid .slick-slide.slick-sprev {
    transform: translateX(65%) scale(0.5);
    /*margin-left: 0;*/
}

.service-sec-grid .slick-slide.slick-current.slick-active {
    transform: scale(1.0) translateX(-34px);
}

.service-sec-grid .slick-slide.slick-snext.slick-active {
    transform: scale(1.0) translateX(0);
}

.service-sec-grid .test {
    display: block;
    width: 100%;
    /*height: 300px;*/
    /*box-shadow: inset 0px 0px 0px 3px #000;*/
}

.service-sec {
    position: relative;
}

/*.service-sec .service-sec-grid {*/
/*    display: grid;*/
/*    align-content: center;*/
/*    height: 600px;*/
/*    position: relative;*/
/*}*/
/*.service-sec .rev_slider {*/
/*    position: absolute;*/
/*    right: -10%;*/
/*    width: 55%;*/
/*    top: 40px;*/
/*}*/
/*.rev_slider button {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        height: 40px;*/
/*        width: 40px;*/
/*        border: 0;*/
/*        background: #000;*/
/*        color: #fff;*/
/*        border-radius: 50%;*/
/*        position: absolute;*/
/*        bottom: 4%;*/
/*        border: 0.5px solid #ffffff47;*/
/*}*/
/*.rev_slider button:first-child {*/
/*    right: 183%;*/
/*    transform: translate(-150%, -50%);*/
/*}*/

/*.rev_slider button:last-child {*/
/*    right: 173%;*/
/*    transform: translate(-150%, -50%);*/
/*}*/
.service-title-area {
    align-items: center;
}

.big-platform-box.last {
    /*background: linear-gradient(-45deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;*/
    background: url(../images/service-box-last.html);
    background-size: 435px 100%;
    background-repeat: no-repeat;
    display: grid;
    align-items: center;
    gap: 0;
    padding: 30% 4rem;
}

.big-platform-box.last img {
    filter: invert(1);
}

.big-platform-box.last h3 {
    margin: 0;
}

.big-platform-box.last p {
    height: auto;
    color: #fff;
}

.btn-theme2.extra {
    margin-left: -10%;
}

section.formwrap {
    padding: 220px 0 0;
    position: relative;
}

section.formwrap:before {
    top: 0;
}

/*section.formwrap:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    background: #e9cdf2;*/
/*}*/

.formwrap .bg-clr .imgwrp {
    text-align: center;
    margin-top: 0;
}

.formwrap .imgwrp {
    margin: 10px 0;
}

/*.formwrap .bg-clr .txtwrp{padding: 60px 60px 60px 0;}*/
.formwrap .bg-clr .imgwrp {
    text-align: center;
}

.formwrap .bg-clr .imgwrp img {
    width: 40%;
    margin-bottom: 20px;
    display: flex;
}

.formwrap .bg-clr .txtwrp ul {}

.formwrap .bg-clr .txtwrp ul li {
    position: relative;
    font-size: 16px;
    padding: 0 0px 9px 40px;
    color: #adadad;
    font-weight: 500;
}

.formwrap .bg-clr .txtwrp ul li:after {
    content: "";
    content: "\f058";
    position: absolute;
    font-family: fontawesome;
    left: 10px;
    color: #FF7B22;
    font-size: 15px;
    top: 2px;
}


/*.btmfrom{padding: 70px 0;}*/
.btmfrom .txtwrp {}

.btmfrom .formwrp {}

.btmfrom .formwrp form {}

.btmfrom .formwrp form .lablewrp {}

.btmfrom .formwrp form .lablewrp input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 16px;
    border-radius: 6px !important;
    height: 60px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px;
    overflow: hidden;
}

.btmfrom .formwrp form .lablewrp .intl-tel-input.separate-dial-code .selected-flag {
    border-radius: 40px 0 0 40px;
}

.btmfrom .formwrp form .lablewrp input.btnwrp {
    border-radius: 6px !important;
    background: var(--orange-color);
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    width: 70%;
    height: 50px;
    margin: 20px 0 0;
    border-radius: 6px;
}

.btmfrom .formwrp form .lablewrp select {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 16px;
    border-radius: 6px;
    height: 60px;
    font-weight: 400;
    outline: none !important;
}

.btmfrom .formwrp form .lablewrp textarea {
    width: 100%;
    margin: 15px 0 0;
    padding: 15px 22px;
    height: 200px;
    border: 1px solid #e5e5e5;
    background: white;
    color: gray;
    font-size: 16px;
    border-radius: 6px;
    resize: none;
    font-weight: 400;
    outline: none !important;
}

.field-txt p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}

.check-list {
    color: #fff;
    margin: 10px 0;
}

.pric-btn-1 {
    display: none;
}

.pric-btn-1.active {
    display: flex;
}

.pric-btn-2 {
    display: none;
}

.pric-btn-2.active {
    display: flex;
}

.check-list label {
    font-size: 16px;
    font-family: 'Rubik';
    font-weight: 300;
    letter-spacing: 0.2px;
}

.img-flip {
    transform: scaleX(-1);
}

.no-bg:hover {
    background: none !important;
}

.content-page ul li {
    color: #a2a2a2;
    font-size: 16px;
    margin-bottom: 10px;
}

a#hide-sign-up-news-popup {
    background: #f6602e;
    z-index: 999;
    position: absolute;
    border: 0;
    top: -277px;
}

.marketing-lanidngpage .hand-shake-txt:after {
    display: none;
}

.hand-shake-txt.packg::after {
    right: -12px;
}

.banner-main-img {
    width: 130%;
    height: 530px;
    object-fit: contain;
}

.contact-banner {
    padding: 200px 0 100px;
    width: 100%;
    position: relative;
}

.contact-banner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/waves_31.html);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
}

.contact-cta {
    padding: 80px 0;
    background: #2D2D2D;
}

.contact-cta h2 {
    margin: 0;
}

.col-md-5.fl-end .imgwrp {
    display: flex;
    justify-content: flex-end;
}

.videos-review-sec.ptb-8rem.section-gray-color {
    z-index: 2;
    position: relative;
}

footer .revenue-box h5 {
    color: #b0a35c;
}

section.smm-pack-padd {
    padding-top: 200px;
}

.backgroundBg {
    background: transparent !important;
}

.mobbtn {
    dispaly: none !important;
}

.mobbtn.newClass {
    display: none !important;
}

.book-call ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.book-call ul li {
    margin-left: -10px;
}

.book-call ul li:last-child {
    margin-left: 8px;
}

.book-call {
    background: #de5729;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-left: -5px;
}

.row.company-l .col-lg-12 {
    display: flex;
    justify-content: center;
}

.row.company-l .col-lg-12 img {
    height: 50px;
    object-fit: contain;
    margin: 20px 20px;
}

.row.company-l.chng .col-lg-12 img {
    height: 45px;
    margin: 10px 10px;
}

.row.company-l.chng {
    display: grid;
    align-content: flex-end;
    height: 160px;
}

.reviews-widget {
    display: flex;
    justify-content: center;
}

img.master {
    width: 350px;
    margin-left: 5%;
    margin-right: 5%;
}

.business-fail-sec h2,
.business-fail-sec h5 {
    text-align: center;
}



/*one on on*/
.main-navigate.new-style .logo {
    width: 100%;
}

.main-navigate.new-style .top-head-review {
    width: calc(100% - 40%);
    margin-left: 15px;
}

.pricing-insight>div img {
    width: 100%;
}

.pricing-insight>div iframe {
    height: 35px;
    width: 35px;
}

.main-navigate.new-style .revenue-box {
    /*width: 200px;*/
}

.banner.ono-on {
    padding-top: 12rem;
}

.banner.ono-on.stye {
    height: 510px;
}

.banner.ono-on {
    height: 596px;
}

.video-review-slider-1 iframe {
    width: 100%;
    height: 500px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.video-review-slider-1 {
    position: relative;
    isolation: isolate;
    margin-top: -28rem;
    padding: 2px;
}

.video-review-slider-1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 111%;
    background-color: #222222;
    border-radius: 15px;
    top: 0;
    border: 2px solid #404040d1;
    left: 0;
    z-index: -1;
}

.videos-review-sec.one-on h6 {
    position: relative;
    text-align: left;
    margin: 0;
    display: flex;
    padding: 0 50px;
    padding-top: 14px;
    align-items: center;
    padding-left: 89px;
    justify-content: center;
}

.videos-review-sec.one-on h6 p::before {
    content: '';
    background-image: url(../images/rocket.png);
    position: absolute;
    height: 40px;
    width: 40px;
    top: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -40px;
}

.videos-review-sec.one-on h6 a {
    height: 45px;
    margin-left: 20px;
    border-radius: 8px !important;
}

.video-review-slider-1::after {
    display: none;
}

.top-client-row.chnage {
    margin-top: 4rem;
}

.dmca-icon a img {
    width: 100px !important;
    margin-left: 38px;
    height: 28px !important;
    object-fit: contain;
}

img.size {
    height: 40px;
    margin: 0 10px;
}

.vid-box-banner.style {
    width: 100%;
    height: 600px;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 15px;
    overflow: hidden;
    border-top-right-radius: 15px;
}

.vid-box-banner.style video,
.vid-box-banner.style iframe {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.vid-box-banner.style iframe {
    height: 100%;
    width: 100%;
    padding: 0;
    transform: scale(1.02);
}

.vid-box-banner.style a {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    top: 33px;
    left: 4%;
    transform: translate(-0%, -50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: #fff;
}

.vid-box-banner.style a img {
    filter: brightness(0.5);
    height: 16px;
    margin-left: 2px;
}

.col-bl {
    background: #000 !important;
}

.col-oran {
    color: #e95c2c;
}

.mg-40 {
    margin-top: 50px;
}

.main-navigate.new-style .pricing-insight {
    justify-content: center;
}

.d-flex.head {
    justify-content: space-between;
}

a.dmca-badge {
    margin-left: 30px;
}

.d-flex.head .revenue-box {
    margin-left: 50px;
    position: relative;
}

.d-flex.head .revenue-box::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 3px;
    height: 40px;
    width: 40px;
    background: url(../images/rocket.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.sidenav-landing {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.sidenav-landing .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding: 55px 0;
}

.foot-bottom.new {
    position: relative;
    z-index: 2;
    background: #000;
}

.side-nav-content {
    padding: 20px;
    margin-top: 20px;
    padding-bottom: 120px;
}

.side-nav-content h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.side-nav-content p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

.side-nav-content ul li {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

.sidenav-landing::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.sidenav-landing::-webkit-scrollbar-track {
    background: #141414;
}

/* Handle */
.sidenav-landing::-webkit-scrollbar-thumb {
    background: #888;
}

.testi-grid.style .testimonial-pg-box {
    position: relative;
    z-index: 1;
}

.top-box {
    height: 310px;
    background: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testi-grid.style .testimonial-pg-box .bt-box {
    padding: 30px;
    /*background: #000000;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -38%;
    position: relative;
    width: 100%;
}

.testi-grid.style .testimonial-pg-box {
    padding: 0;
    background: #000;
    border: 2px solid;
    overflow: hidden;
    position: relative;
    display: grid;
    align-content: flex-start;
    height: 100%;
}

.testi-grid.style .testimonial-pg-box img {
    margin-top: -20px;
    width: 100%;
}

.top-box img {
    all: unset;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0;
    max-height: unset !important;
}

.paddd {
    padding: 120px 0 !important;
}

.botom-circl-b {
    position: relative;
    z-index: 0;
    height: 90px;
    display: grid;
    align-content: center;
    margin-top: 20px;
}

.botom-circl-b h6 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    padding-left: 57px;
    position: relative;
}

.botom-circl-b h6::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 25px;
    height: 50px;
    width: 50px;
    background: url(../images/rocket.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.botom-circl-b h6 p {
    margin: 10px 10px 0px 40px;
}

.botom-circl-b h6 p span {
    color: #f56c3f;
}

.botom-circl-b::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #222222;
    z-index: -1;
    border-radius: 18px;
    border: 1px solid #3a3a3a;
}

.dmca-icon {
    margin-right: 20px;
}

.foter-style {
    position: relative;
    z-index: 5;
}

.foter-style::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 100%;
    background: #000;
    width: 100%;
    z-index: -1;
}

.botom-circl-b .book-btn {
    border-radius: 8px;
    background: #ed5d2d;
    color: #fff;
}

h6.style-c p {
    margin: 0;
    font-size: 16px;
    margin-top: 9px;
    text-align: center;
    display: inline-block;
    width: auto;
}

h6.style-c p span {
    color: #f6602e;
}

.testimonial-pg-box.no-space {
    padding: 0;
    overflow: hidden;
}

.paddd p span {
    color: #c94e26;
    cursor: pointer;
}

.main-navigate.new-style {
    padding: 10px 0;
}

.sidenav-landing.active {
    width: 40% !important;
}

.socail-media-plan-sec.style .btn-theme2:hover a {
    color: #ce5127;
}

.socail-media-plan-sec.style .btn-theme2 a {
    transition: 0.3s ease-in-out;
}

.socail-media-plan-sec.style .btn-theme2 {
    border-color: #d45328;
}

.max-business-box.style .btn-theme2 a {
    transition: 0.3s ease-in-out;
    font-size: 9px;
}

.max-business-box.style .btn-theme2:hover a {
    color: #d15227;
}

.max-business-box.style .btn-theme2 {
    border: 2px solid #f6602e;
}

.faq-boxes.heig {
    height: auto;
}

/*.row.align-items-start.justify-content-between.style-c {*/
/*    align-items: flex-end !important;*/
/*}*/

.btn-theme2.btn-style i {
    color: #d45328 !important;
    font-size: 20px !important;
}

.btn-theme2.btn-style a {
    font-size: 20px !important;
}

.btn-theme2.btn-style {
    background: #d45328 !important;
    width: auto !important;
}

.btn-theme2.btn-style:hover a {
    color: #fff !important;
}

/*.row.align-items-start.justify-content-between.style-c {*/
/*    align-items: flex-end !important;*/
/*}*/

.style-c .book-btn {
    background: #ed5d2d;
    color: #ffff;
}

.bok-call-cta-box.bg-chnage a {
    background: #ed5d2d;
    color: #fff;
    border-radius: 10px;
}

.no-botm-padd {
    padding-bottom: 0;
}

.d-block-mob {
    display: none;
}

.call-banner {
    padding-top: 15rem;
    height: 1050px;
}

.call-banner .gradient-back {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    height: 100%;
}

.call-banner .gradient-back:before {
    width: 100%;
    height: 100%;
}

/*one on on*/


/*new-landing-page*/

.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    width: 100%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: rgb(15 15 15 / 74%);
    height: 100%;
}

/* Add styles to the form container */
.form-container {
    max-width: 100%;
    width: 600px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    z-index: 0;
}

.form-container::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 30px;
    height: 100%;
    width: 100%;
    background: linear-gradient(141deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
    border-radius: 40px;
    z-index: -1;
}

.container1 {
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 0 40px;
}

.container1 header {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.container1 .form-outer {
    width: 100%;
    overflow: hidden;
}

.container1 .form-outer form {
    display: flex;
    width: calc(100% * var(--stepNumber));
    margin: 0;
}

.form-outer form .page {
    width: calc(100% / var(--stepNumber));
    transition: margin-left 0.3s ease-in-out;
    display: grid;
    align-content: center;
    height: auto;
    padding-top: 20px;
}

.form-outer form .page .title {
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    font-family: var(--heading-font);
    color: #121212;
    line-height: 30px;
    margin-bottom: 15px;
}

.form-outer form .page .field {
    width: var(--containerWidth);
    height: 45px;
    display: flex;
    position: relative;
    margin-top: 30px;
}

form .page .field .label {
    position: absolute;
    top: -30px;
    font-weight: 500;
}

form .page .field input {
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 15px;
    margin: 0 1px;
    font-size: 18px;
    transition: border-color 150ms ease;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    font-family: 'Rubik' !important;
}

form .page .field input.invalid-input {
    border-color: red;
}

form .page .field select {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}

form .page .field button {
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: #ed5d2d;
    margin-top: -20px;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}

form .page .field button:hover {
    background: #000;
}

form .page .btns button {
    margin-top: -20px !important;
}

form .page .btns button.prev {
    margin-right: 3px;
    font-size: 17px;
}

form .page .btns button.next {
    margin-left: 3px;
}

.container1 .progress-bar {
    display: flex;
    margin: 40px 0;
    user-select: none;
    display: none;
}

.container1 .progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
}

.container1 .progress-bar .step p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}

.progress-bar .step .bullet {
    height: 25px;
    width: 25px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

.progress-bar .step .bullet.active {
    border-color: var(--primary);
    background: var(--primary);
}

.progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.progress-bar .step .bullet.active span {
    display: none;
}

.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
    position: absolute;
    content: "";
    bottom: 11px;
    right: -51px;
    height: 3px;
    width: 44px;
    background: #262626;
}

.progress-bar .step .bullet.active:after {
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
}

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
    display: none;
}

.progress-bar .step p.active {
    color: var(--primary);
    transition: 0.2s linear;
}

.progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}

.progress-bar .step .check.active {
    display: block;
    color: #fff;
}

form .page .field input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin: 0;
    display: flex;
}

.btn.cancel {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #ed5d2d;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    padding-top: 9px;
}

form .page .field input[type="radio"]:checked {
    background-color: #ed5d2d;
    border-color: #121212;
}

form .page .field input[type="radio"] {
    height: 30px;
    width: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 6px;
    background-clip: content-box;
    border: 2px solid #dbdbdb;
    background-color: #eaeaea;
    border-radius: 50%;
}

.field.d-flex .label {
    position: unset !important;
    margin-left: 20px;
    font-family: 'Rubik';
    font-size: 18px;
    color: #121212;
}

.field.d-flex {
    display: flex !important;
    align-items: center;
    margin: 5px 0 !important;
    height: 35px !important;
}

.title.mg-bot-20 {
    margin-bottom: 20px !important;
}

.field.mg-20 {
    margin: 0 !important;
    margin-top: 40px !important;
}

.mg-le-20 {
    margin-left: 20px !important;
    height: 40px !important;
    width: 90% !important;
}

textarea:focus,
input:focus {
    outline: none;
}


#newsletterPopup {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #000000db;
    display: none;
    align-content: center;
    justify-content: center;
}

#newsletterPopup form {
    background: #fffffff0;
    padding: 15px;
    border-radius: 25px;
    position: relative;
    height: auto;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#newsletterPopup form::after {
    content: '';
    position: absolute;
    background: url("../images/safety-pin.html") center/contain no-repeat;
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
}

#newsletterPopup form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(141deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
    z-index: -1;
    border-radius: 30px;
}

#newsletterPopup .close {
    position: absolute;
    top: 25px;
    background: #ed5d2d;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 30px;
}

#newsletterPopup .close i {
    margin-top: 2px;
}

#newsletterPopup form label {
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 40px;
}

#newsletterPopup form .sign-up-news-popup {
    all: unset !important;
}

/*#newsletterPopup form input {*/
/*        width: 100%;*/
/*    padding: 15px 20px;*/
/*    margin-bottom: 20px;*/
/*    border-radius: 5px;*/
/*    border: 2px solid #000;*/
/*    background: transparent;*/
/*}*/

/*.popup button {*/
/*    display: block;*/
/*    padding: 12px 40px;*/
/*    background: #ed5d2d;*/
/*    border: 0;*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    margin-top: 10px;*/
/*    border-radius: 5px;*/
/*}*/
.book-btn.style {
    margin-top: 55px;
    width: 100%;
    font-size: 20px;
    height: 60px;
    background: #ed5d2d;
    color: #fff;
    border-radius: 15px;
}

a.backtohome {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #FFBEA8;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0.6rem;
    background-color: white;
    color: black;
    transition: 0.3s ease-in-out;
}

a.backtohome:hover {
    background-color: #FFBEA8;
    color: black;
}

.not-found {
    height: 50vh;
    display: grid;
    align-content: center;
    padding-top: 150px;
}

/*new-landing-page*/

/*smm css*/
.section-smm {
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
}

.section-smm form label {
    color: #000000;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
}

label.labeltexthe {
    font-weight: 400 !important;
    letter-spacing: -.2px;
}

.section-smm form input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    padding: 0 1rem;
    background: #F5F5F5;
    font-size: 12px;
    margin-bottom: 30px;
}

.section-smm form select {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    padding: 0 1rem;
    background: #F5F5F5;
    font-size: 12px;
    margin-bottom: 30px;
}

.section-smm form textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    margin-bottom: 10px;
    padding: 0 1rem;
    background: #F5F5F5;
    font-size: 12px;
    height: 180px;
    margin-bottom: 30px;
    padding: 10px;
}

.section-smm form input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

.section-smm form input[type="radio"] {
    width: 30px;
    height: 30px;
    margin: 0;
}

.section-smm form .d-flex input {
    margin-right: 20px;
}

.section-smm form .d-flex label {
    margin: 0;
}

.section-smm form .d-flex {
    align-items: center;
    margin-bottom: 10px;
}

.section-smm .gradient-back {
    width: 100%;
    z-index: 1;
    height: 100%;
    border-radius: 45px;
}

.section-smm .gradient-back::before {
    z-index: -1;
    width: 101%;
    height: 100%;
    right: 0;
    bottom: -40px;
    left: -5%;
}

.marketing-lanidngpage .section-smm .gradient-back form {
    border-radius: 15px;
}

.section-smm .gradient-back form {
    background: #fff;
    border-radius: 45px;
    padding: 40px;
    overflow: hidden;
}

.section-smm .gradient-back form h2 {
    color: #000;
}

.section-smm form input[type="file"] {
    height: 50px;
    padding-top: 10px;
}

.section-smm .gradient-back::after {
    content: '';
    position: absolute;
    right: -7%;
    height: 150px;
    width: 150px;
    background: url(../images/safety-pin.html) center/contain no-repeat;
    z-index: 1;
    top: -0.9%;
}

.section-smm form input.pack-select-btn {
    padding: 0px 2rem;
    border: none;
    background: var(--orange-color);
    display: flex;
    margin-bottom: 2rem;
    height: 60px;
    font-size: 20px;

}

.btn-style {
    display: flex;
    position: relative;
    width: 200px;
}

.btn-style img {
    position: absolute;
    height: 25px;
    width: 40px;
    right: 10px;
    top: 40%;
    transform: translate(0, -50%);
}

.section-smm .gradient-back form p {
    color: black;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 600;
    margin-top: 30px;
}

p.formtextparagraph:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background: #dbdbdb;
    bottom: -23px;
    left: 0;
}

p.seprate {
    position: relative;
}

p.seprate:after {
    content: '';
    width: 98%;
    position: absolute;
    height: 1px;
    background: #dbdbdb;
    top: -20px;
    left: 8px;
    display: none;
}

p.formtextparagraph {
    font-weight: 400 !important;
    position: relative;
}

.section-smm .gradient-back form hr {
    margin-bottom: 20px;
}

.smm-vie-sec {
    position: relative;
    padding-top: 180px;
}

.smm-vie-sec table {
    width: 9100px;
}

.smm-vie-sec table thead {
    background: #f6602e;
}

.smm-vie-sec table thead tr th {
    padding: 20px;
    color: #fff;
}

.smm-vie-sec table tbody tr td {
    padding: 20px;
    border-bottom: 1px solid;
}

.smm-vie-sec table tbody {
    color: #fff;
}

.smm-vie-sec .ssm-table-vie {
    width: 100%;
    overflow-x: scroll;
    padding: 20px;
}

.smm-vie-sec .ssm-table-vie::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.smm-vie-sec .ssm-table-vie::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.smm-vie-sec .ssm-table-vie::-webkit-scrollbar-thumb {
    background: #f6602e;
    border-radius: 10px;
}

.smm-vie-detail {
    position: relative;
    padding-top: 180px;
}

.smm-vie-detail p strong {
    color: #de5729;
}

.smm-vie-detail h2 span {
    color: #de5729;
}

.smm-vie-sec table tbody tr td button {
    background: #f6602e;
    border: 0;
    color: #fff;
    height: 50px;
    width: 100%;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 1px;
}

/*#zo0i5bihn3tg1699383449084.widget-visible {*/
/*    display: block !important;*/
/*}*/
iframe#launcher {
    display: none !important;
}

input.pack-select-btn {
    all: unset;
    padding: 0 2rem;
    border: none;
    background: var(--orange-color);
    display: flex;
    width: 240px;
    margin-bottom: 2rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 60px;
    width: 200px;
    border-radius: 13px;
    color: white;
    transition: 0.3s ease-in-out;
    margin-bottom: 45px;
}

.gradient-back.style {
    height: 660px;
}

/*smm css*/

#newsletterPopup form textarea {
    display: none;
}

/*promotion-css*/
section.videos-review-sec.one-on.padd-bototom {
    padding-bottom: 80px;
}

.padd-botom {
    padding-bottom: 80px;
}

.marketing-lanidngpage .sticky-package-box {
    top: 71px;
}

.inner .sticky-package-box {
    top: 123px;
}

.inner-banner.style {
    height: 800px;
    padding-top: 10rem;
}

.padd-top-c {
    padding-top: 15rem;
}

.cutom-mt {
    position: absolute;
    bottom: 25px;
}

.section-gray-color1 {
    background: #0b0909;
}

.inner-banner.style1 {
    height: auto;
    padding: 80px 0;
}

.pricing-pg.section-gray-color.inner {
    padding-top: 10rem;
}

.landing-bottom-bar {
    background: #ed5d2d;
    padding: 10px 0;
}

.landing-bottom-bar h6 {
    margin: 0;
    line-height: 0;
    height: 30px;
}

.land-banner {
    height: 100%;
    padding-top: 15rem;
}

.landing-bottom-bar h6 p {
    color: #ffffffa8;
    margin: 0;
}

.landing-bottom-bar h6 p img {
    height: 30px;
    object-fit: contain;
}

.landing-bottom-bar h6 p span {
    color: #FFFF41;
}

section.banner.ono-on.position-relative.overflow-hidden.land-banner {
    padding-top: 15rem;
    height: 640px;
}

.vid-box-banner.style.style2.style-cnage {
    border-radius: 20px;
}

.video-review-slider-1.style1212 {
    padding: 3px;
}

.video-review-slider-1.style1212::before {
    height: 100%;
    border-radius: 22px;
    /*border-top-left-radius: 28px;*/
    /*border-top-right-radius: 26px;*/
}

#form-land .sign-up-news-popup span {
    padding: 0rem 0 2rem;
}

.vid-box-banner.style.style2.style-cnage video {
    border-radius: 0;
}

.error {
    border: 1px solid red !important;
}

.error-message {
    color: red;
}

.section-smm .gradient-back .col-lg-6 {
    position: relative;
}

.section-smm .gradient-back .col-lg-4 {
    position: relative;
}

.section-smm .gradient-back .col-lg-12 {
    position: relative;
}

.section-smm .gradient-back .error-message {
    font-size: 12px;
}

.section-smm .gradient-back .col-lg-6 .error-message {
    position: absolute;
    top: 27px;
}

/*promotion-css*/
@media only screen and (max-width: 1399px) {
    .vid-box-banner.style {
        height: 500px;
    }

    .vid-box-banner.style a {
        bottom: 9%;
        left: 8.75%;
        height: 50px;
        width: 50px;
    }

    .d-flex.head .revenue-box::before {
        left: -36px;
        top: 4px;
        height: 35px;
        width: 35px;
    }
}

@media only screen and (max-width: 1395px) {
    .btn-theme2.extra {
        margin-left: -27%;
    }
}

@media only screen and (max-width: 1199px) {
    .vid-box-banner.style {
        height: 400px;
    }

    .vid-box-banner.style a {
        bottom: 9%;
        left: 8.75%;
        height: 35px;
        width: 35px;
    }

    .vid-box-banner.style a img {
        height: 14px;
    }

    .videos-review-sec.one-on h6 {
        padding: 0 35px;
        padding-top: 10px;
        padding-left: 85px;
    }

    .videos-review-sec.one-on h6 p {
        margin: 0;
    }

    .videos-review-sec.one-on h6 p span {
        margin: 0;
        color: #e66b3d;
    }

    .video-review-slider-1::before {
        height: 116.6%;
    }

    .videos-review-sec.one-on h6 a {
        height: 40px;
        margin-left: 10px;
        font-size: 14px;
        width: 230px;
    }

    .video-review-slider-1::after {
        width: 35px;
        height: 35px;
        left: 40px;
        bottom: -50px;
    }

    .main-navigate.new-style>.container>.row>.col-lg-3 {
        width: 25%;
    }

    .main-navigate.new-style .top-head-review {
        width: calc(100% - 0%);
        margin-left: 10px;
    }

    img.master {
        width: 300px;
        margin-right: 15px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 990px) {
    .vid-box-banner.style a {
        bottom: 11%;
        left: 7.75%;
    }

    img.size {
        height: 25px;
        margin: 0 0px;
    }

    .main-navigate.new-style .top-head-review {
        margin-left: 5px;
    }

    .main-navigate.new-style .top-head-review img {
        width: 15px;
    }

    .main-navigate.new-style .bok-call-cta-box {
        gap: 0;
    }

    .main-navigate.new-style .bok-call-cta-box a {
        font-size: 11px;
        padding: 0 5px;
        height: 35px;
        gap: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .top-client-row {
        margin-top: 70px !important;
    }

    .mobbtn.newClass {
        display: flex !important;
    }

    .mobbtn {
        dispaly: flex !important;
    }

    .mobbtn {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        opacity: 0;
        text-align: center;
        background: #de5729;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.6s ease-in-out;
        border-radius: 50px;
        color: #fff;
        font-family: 'Bebas Neue';
        letter-spacing: 5px;
        cursor: pointer;
        font-size: 20px;
        z-index: 99999;
    }

    .mobbtn:hover {
        box-shadow: inset 100px 0 0 0 #000, inset -100px 0 0 0 #000;
    }

    .mobbtn.newClass {
        width: 200px;
        opacity: 1;
    }

    .vid-box-banner.style {
        height: 300px;
        margin: 0;
    }

    .vid-box-banner.style a {
        bottom: 11%;
        left: 8.75%;
        height: 25px;
        width: 25px;
    }

    .videos-review-sec.one-on h6 {
        padding: 0 30px;
        padding-top: 5px;
        padding-left: 50px;
        font-size: 13px;
    }

    .video-review-slider-1::after {
        width: 20px;
        height: 26px;
        left: 22px;
        bottom: -45px;
    }

    .videos-review-sec.one-on h6 a {
        height: 40px;
        margin-left: 0;
        font-size: 14px;
        width: 95%;
        padding: 0;
        background: #f6602e;
        color: #fff;
    }

    .video-review-slider-1::before {
        height: 122.6%;
    }

    .right-mob-con.fle {
        display: flex;
        justify-content: flex-end;
    }

    .testi-grid.style .testimonial-pg-box {
        height: auto;
        margin-bottom: 20px;
    }

    .socail-media-plan-sec.style .btn-theme2 {
        border-color: #993d1d;
        /* width: 55%; */
    }

    .max-business-box.style .btn-theme2 {
        width: 55%;
        border: 2px solid #e45d2e;
    }

    .videos-review-sec.one-on h6 {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }

    .videos-review-sec.one-on h6 a {
        /* width: 89%; */
        /* margin-top: 7px; */
        /* margin: 0 45px; */
        margin-top: 5px;
    }

    .videos-review-sec.one-on h6 p {
        margin-top: 6px;
        text-align: center;
        padding: 0;
    }

    .video-review-slider-1::before {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        height: 139.6%;
    }

    .banner.ono-on {
        height: 475px;
        display: grid;
        align-content: flex-start;
        padding-top: 85px;
    }

    .banner.ono-on .banner-txt p {
        display: none;
        margin: 0;
        height: 0;
    }

    .video-review-slider-1::after {
        display: none !important;
    }

    .botom-circl-b h6 p {
        margin-top: 7px;
    }

    .botom-circl-b h6::before {
        display: none !important;
    }

    .botom-circl-b h6 {
        padding: 0 17px;
        display: flex;
        flex-direction: column-reverse;
    }

    .botom-circl-b .book-btn {
        height: 40px;
        margin-left: 0;
        font-size: 14px;
        gap: 5px;
        width: 100%;
        /* padding: 0 5px; */
        border-radius: 8px;
        margin-bottom: 5px;
        background: #d6613b;
        color: #fff;
    }

    .faq-boxes.heig {
        height: auto;
    }

    .box-none {
        display: none;
    }

    .row.align-items-start.justify-content-between.style-c {
        flex-direction: inherit;
    }

    .revenue-box.mob {
        padding: 0 0;
        display: grid;
        align-content: center;
        position: relative;
    }

    .revenue-box.mob h5 {
        font-size: 12px;
        margin-bottom: 2px !important;
    }

    .revenue-box.mob h6 {
        font-size: 8px !important;
    }

    .revenue-box.mob::before {
        content: '';
        position: absolute;
        left: -23px;
        height: 25px;
        width: 25px;
        background: url(../images/rocket.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .botom-circl-b {
        margin-top: 0;
    }

    .socail-media-plan-sec.style .btn-theme2 div {
        width: auto !important;
    }

    .d-non-mob {
        display: none;
    }

    .d-block-mob {
        display: block;
    }

    .videos-review-sec.one-on h6 p::before {
        content: '';
        height: 20px;
        width: 20px;
        top: 5px;
        margin-left: -22px;
    }

    .ban-sub-p-26,
    .ban-sub-p-24 {
        font-size: 16px;
        line-height: 25px !important;
        width: 100% !important;
    }

    #newsletterPopup form {
        height: 100%;
        width: 90%;
    }

    .vid-box-banner.style iframe {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .book-btn.style {
        margin-top: 30px;
    }

    p.ban-sub-p-26.pt-5.text-center {
        padding-top: 10px !important;
        margin-bottom: 0;
        font-size: 14px;
        width: 90% !important;
        line-height: 18px !important;
    }

    .banner.ono-on.stye {
        height: 470px;
    }

    #newsletterPopup .close {
        top: 10px;
        right: 30px;
        height: 35px;
        width: 35px;
        font-size: 22px;
    }

    .sidenav-landing.active {
        width: 90% !important;
        background: #00000054;
        z-index: 12;
    }

    #newsletterPopup {
        z-index: 11;
    }

    .inn-ban-bottom-sec p {
        text-align: center;
    }

}

@media only screen and (max-width: 650px) {
    .landing-bottom-bar h6 p {
        font-size: 12px;
    }

    section.banner.ono-on.position-relative.overflow-hidden.land-banner {
        padding-top: 15rem;
        height: 100%;
    }

    .style.custome-height {
        height: 1150px !important;
    }

    .cutom-mt {
        position: relative;
        bottom: 0;
        width: 100% !important;
        margin-top: 20px;
    }

    .inner .sticky-package-box {
        top: 100px;
    }

    .pricing-pg.section-gray-color.inner {
        padding-top: 4rem;
    }

    .inner .hand-shake-txt span {
        display: block;
    }

    .inner .hand-shake-txt::after {
        right: -45px;
        height: 40px;
        width: 40px;
        top: -4px;
    }

    .inner .pric-bx h6 {
        font-size: 13px;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 505px) {

    /*one on on*/
    .vid-box-banner.style {
        width: 100%;
        height: auto;
        border: 0;
        border-radius: 0;
        margin: 0;
        border-top-left-radius: 25px;
        overflow: hidden;
        border-top-right-radius: 25px;
        margin-bottom: 5px;
    }

    .vid-box-banner.style a {
        position: absolute;
        z-index: 1;
        width: 20px;
        height: 20px;
        top: 55%;
        left: 4.75%;
        transform: translate(-0%, -50%);
        display: grid;
        place-items: center;
        border-radius: 50%;
        border: 1px solid #ffffff;
        background: #fff;
    }

    .video-review-slider-1::before {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        height: 117%;
        top: 0;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .videos-review-sec.one-on h6 {
        padding: inherit;
        font-size: 10px;
    }


    .socail-media-plan-sec.style .btn-theme2 {
        width: auto;
    }

    .socail-media-plan-sec.style .btn-theme2 .wid-mob {
        /* width: 150px; */
    }

    .socail-media-plan-sec.style .btn-theme2 br {
        display: none;
    }

    .vid-box-banner.style video {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .videos-review-sec.one-on h6 p {
        margin: 0;
        font-size: 9px;
        margin-top: 9px;
        padding: 0;
        text-align: right;
    }

    .top-client-row {
        margin-top: 55px !important;
        padding: 0 20px;
    }

    .mg-40 {
        margin-top: 0;
    }

    .pt-5.testiomal-secss.no-padd {
        padding: 0 !important;
    }

    .max-business-box.style>div .btn-theme2 {
        width: auto;
        margin-top: 10px;
    }

    .max-business-box.style>div .btn-theme2 div {
        width: auto;
    }

    .botom-circl-b h6 p {
        margin: 0;
        /* text-align: left; */
        font-size: 11px;
    }

    .paddd {
        padding: 40px 0 !important;
    }

    .socail-media-plan-sec.style .btn-theme2 {
        width: auto;
    }

    #newsletterPopup form {
        padding: 0;
    }

    #newsletterPopup form {
        height: auto;
        width: 90%;
    }

    .row.top-client-row.chnage.sty {
        margin-top: 30px !important;
        padding: 0 20px;
    }

}

@media (max-width: 1024px) {

    .promotion-page .land-banner {
        height: 600px !important;
    }

}

@media only screen and (max-width: 465px) {
    .vid-box-banner.style a {
        bottom: 4%;
    }

    .row.top-client-row.chnage {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 430px) {
    .vid-box-banner.style a {
        bottom: 8%;
    }
}

@media only screen and (max-width: 421px) {
    .videos-review-sec.one-on h6 a {
        /* width: 100%; */
    }
}

@media only screen and (max-width: 406px) {
    .vid-box-banner.style a {
        bottom: 12%;
        height: 15px;
        width: 15px;
    }

}

@media only screen and (max-width: 400px) {

    .max-business-box.style>div .btn-theme2 {
        /* width: 90%; */
        margin-top: 10px;
    }

    .botom-circl-b .book-btn {
        /* height: 35px; */
        /* margin-left: 0px; */
        /* font-size: 9px; */
        /* gap: 5px; */
        /* width: 215px; */
        /* padding: 0 5px; */
        /* border-radius: 8px; */
    }

    .reviews-widget iframe {
        margin: 0% auto;
        width: 88% !important;
    }
}

@media only screen and (max-width: 375px) {

    .inner .hand-shake-txt::after {
        right: -31px;
        top: 32px;
    }

    .landing-bottom-bar h6 p {
        font-size: 10px;
    }

}

@media only screen and (max-width: 350px) {
    .faq-boxes.heig {
        height: auto;
    }

    .vid-box-banner.style {
        height: 170px;
    }

    .video-review-slider-1::before {
        height: 146.6%;
    }

    .max-business-box.style>div .btn-theme2 div {
        width: auto;
    }

    .banner.ono-on {
        height: 495px;
    }

    .banner.ono-on>h1>span>img {
        width: 165%;
        height: 140%;
    }

    .vid-box-banner.style a {
        left: 5%;
    }

    .socail-media-plan-sec.style .btn-theme2 div {
        width: auto;
    }

    .socail-media-plan-sec.style .btn-theme2 .wid-mob {
        width: auto;
        font-size: 11px;
    }

    .namwrp>div:nth-child(1) {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .big-platform-box>div h3 {
        font-size: 30px !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .counter-box>div,
    .count {
        font-size: 2.5rem !important;
    }

    .reviews-widget iframe {
        margin: 0% auto;
        width: 95% !important;
    }

    .platform-skull-img {
        height: 100px;
        width: 70px;
    }

    span.imawrp {
        width: 50px;
        height: 50px;
    }

    .big-platform-box>div span {
        width: 70px !important;
        height: 70px !important;
    }

    .revenue-box.mob h5 {
        font-size: 10px;
        margin-bottom: 2px !important;
    }

    .revenue-box.mob h6 {
        font-size: 6px !important;
    }

    .revenue-box.mob::before {
        left: -19px;
        height: 18px;
        width: 18px;
    }

}

@media (max-width: 325px) {

    h2.hand-shake-txt.packg {
        font-size: 30px;
    }

    .inner .hand-shake-txt::after {
        right: -40px;
        top: 15px;
    }

    .signup-bonus {
        font-size: 15px !important;
    }

    .landing-bottom-bar h6 p {
        font-size: 8px;
    }

    .promotion-page .pric-bx h5 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .promotion-page .package-box a img {
        width: 15px;
        height: 15px;
    }

    .promotion-page .pric-bx p {
        font-size: 11px;
    }

    .promotion-page .inner .pric-bx h6 {
        font-size: 12px;
    }

    .promotion-page .btn-theme2 {
        width: 100%;
    }

}


.solution-inner {
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.solution-inner #fomm {
    background: #fffffff0;
    padding: 15px;
    border-radius: 25px;
    position: relative;
    width: 500px;
}

.solution-inner #fomm .sign-up-news-popup {
    all: unset !important;
}

.solution-inner.show {
    display: block;
}

.solution-inner .close {
    position: absolute;
    top: 25px;
    background: #ed5d2d;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 30px;
}

.solution-inner #fomm::after {
    content: '';
    position: absolute;
    background: url(../images/safety-pin.html) center/contain no-repeat;
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
}


.marketing-lanidngpage .video-review-slider-1 {
    margin-top: -375px;

}

.marketing-lanidngpage .testi-grid .book-btn.style {
    margin-top: 20px;
}

.marketing-lanidngpage .testi-grid .ban-sub-p-26 {
    margin-bottom: 30px;
}

.marketing-lanidngpage .testiomal-secss {
    padding: 30px 0px !important;
}

.marketing-lanidngpage .socail-media-plan-sec.ptb-8rem {
    padding: 6rem 0;
}

.marketing-lanidngpage .testiomal-secss .btn-theme2 {
    margin: 10px 10px 10px 0px;
}

.marketing-lanidngpage .botom-circl-b {
    margin-top: 30px;

}

.marketing-lanidngpage .botom-circl-b h6 {

    padding: 0px;
}

.marketing-lanidngpage .botom-circl-b h6 p {

    margin: 6px 0px 0px 80px;

}

.marketing-lanidngpage .need-help-sec .faq-boxes {
    padding-bottom: 0px;

}

.marketing-lanidngpage .need-help-sec .faq-boxes .faq-box {
    gap: 2rem;
    padding: 3rem 0;

}

.marketing-lanidngpage .testi-sec .max-business-box {
    position: relative;
    margin-bottom: -140px;
    z-index: 9;

}

.marketing-lanidngpage .foter-style {
    overflow: unset;
    padding-top: 40px;

}

.marketing-lanidngpage .max-business-box>div .btn-theme2 {
    flex: unset;
}

.marketing-lanidngpage .socail-media-plan-sec .imgwrp {}

.marketing-lanidngpage .socail-media-plan-sec .imgwrp img {
    width: 100%;
}

/*one on on*/



.leadform input[type="radio"]:checked+label {
    background: #F6602E;
    color: #fff;
}

.sechold {
    position: relative;
    width: 200px;
    height: 100px;
    margin-right: 20px;
}

.sechold label {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    position: absolute;
    top: 0px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    font-size: 14px;
}



.testiomal-secss .formwrp {
    background: #2c2c2c;
    width: 100%;
    margin: 40px auto 10px;
    border-radius: 9px;
    position: relative;
    z-index: 5;
    padding: 15px;
}

.testiomal-secss .formwrp form {
    display: block;
    text-align: center;
    margin: 0;
}

.testiomal-secss .formwrp form .lable {
    display: inline-block;
    width: 25%;
    margin: 0px -3px -10px;
    vertical-align: top;
}

.testiomal-secss .formwrp form .lable input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    height: 59px;
    font-weight: 400;
    outline: none !important;
}

.testiomal-secss .formwrp form .lable input.nmbr {
    border-right: 0;
}

.testiomal-secss .formwrp form .lable input.fxtwrp {
    border-radius: 9px 0 0px 9px;
}

.testiomal-secss .formwrp form .lable .pack-select-btn {
    background: var(--orange-color);
    border-radius: 0 10px 10px 0;
    outline: none;
    border: none;
    width: 100%;
    justify-content: center;
}

.testiomal-secss .field-radius {
    border-radius: 10px 0 0 10px;
}

.testiomal-secss .formwrp form .lable .pack-select-btn img {
    margin: 0 0 0 10px;
}

.testiomal-secsss .formwrp {
    background: #2c2c2c;
    width: 100%;
    margin: 50px auto 10px;
    border-radius: 9px;
    position: relative;
    z-index: 5;
    padding: 15px;
}

.testiomal-secsss .formwrp form {
    display: block;
    text-align: center;
    margin: 0;
}

.testiomal-secsss .formwrp form .lable {
    display: inline-block;
    width: 25%;
    margin: 0px -3px -10px;
    vertical-align: top;
}

.testiomal-secsss .formwrp form .lable input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    height: 59px;
    font-weight: 400;
    outline: none !important;
}

.testiomal-secsss .formwrp form .lable input.nmbr {
    border-right: 0;
}

.testiomal-secsss .formwrp form .lable input.fxtwrp {
    border-radius: 9px 0 0px 9px;
}

.testiomal-secsss .formwrp form .lable .pack-select-btn {
    background: var(--orange-color);
    border-radius: 0 10px 10px 0;
    outline: none;
    border: none;
    width: 100%;
    justify-content: center;
}

.testiomal-secsss .formwrp form .lable .pack-select-btn img {
    margin: 0 0 0 10px;
}

.testiomal-secsss .field-radius {
    border-radius: 10px 0 0 10px;
}

button.startup-btn.active {
    background: #165967;
}

.brnd-yellow {
    width: auto !important;
    height: auto !important;
    color: #f8c242;
}

.formtextpera {
    font-size: 3.8rem;
    line-height: 1;
    margin: 0 0 15px;
    width: 100%;
}

.desktop-d-none {
    display: none;
}

.no-pading {
    padding-top: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 1224px) {
    .testimonials-2024 {
        padding: 0 16px
    }
}

@media (max-width: 768px) {
    .testimonials-2024 {
        padding: 0
    }
}

.testimonials-2024 h2 {
    text-align: center;
    margin-bottom: 56px;
    margin-top: 0
}

@media (max-width: 768px) {
    .testimonials-2024 h2 {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 36px
    }
}

.testimonials-2024 .testimonials-outer {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: hidden
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer {
        gap: 16px;
        flex-direction: row;
        width: 100vw;
        overflow-x: auto;
        scrollbar-width: none
    }

    .testimonials-2024 .testimonials-outer::-webkit-scrollbar {
        display: none
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner {
    width: 858px;
    height: 580px;
    padding: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 56px
}

.testimonials-2024 .testimonials-outer .testimonial-inner p:empty {
    display: none
}

@media (max-width: 1199px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner {
        gap: 0
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner {
        width: 278px;
        flex-direction: column;
        padding: 24px !important;
        border-radius: 24px !important;
        height: 569px;
        flex: 0 0 auto
    }

    .testimonials-2024 .testimonials-outer .testimonial-inner:first-child {
        margin-left: 16px
    }

    .testimonials-2024 .testimonials-outer .testimonial-inner:nth-child(3) {
        margin-right: 16px
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer {
    position: relative;
    border-radius: 24px;
    background-color: #FFB07B;
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer {
        margin-bottom: 24px
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer br {
    display: none
}

.testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer img.author-pic {
    width: 400px;
    height: 500px;
    border-radius: 24px;
    object-fit: cover;
    transition-duration: 0.6s;
    display: block
}

@media (max-width: 1199px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer img.author-pic {
        width: 300px
    }
}

@media (max-width: 992px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer img.author-pic {
        width: 180px
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer img.author-pic {
        height: 290px;
        width: 278px;
        object-position: center
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer .company-logo {
    position: absolute;
    height: 32px;
    top: 32px;
    left: 32px;
    transition-duration: 0.3s;
    width: auto
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer .company-logo {
        height: 24px;
        top: 24px;
        left: 24px
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box p:empty {
    display: none
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box {
        position: initial;
        background: transparent;
        height: auto;
        width: auto;
        cursor: default
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box svg {
        width: 42px;
        height: 27px
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box p {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    margin: 40px 0;
    transition-duration: 0.6s
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box p {
        margin: 24px 0;
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width: 768px) {

    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box svg,
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box p.quote-p {
        display: inline-block;
        opacity: 1
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box p.quote-p {
        min-height: 140px
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 4px
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box h3 {
        color: #000;
        font-size: 16px;
        line-height: 20px;
        width: auto;
        font-weight: 500
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box h4 {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 0
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box h4 {
        font-size: 14px;
        line-height: 16px;
        width: auto
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box h4 a:hover {
    text-decoration: none
}

.testimonials-2024 .testimonials-outer .testimonial-inner.expand {
    transition-duration: 0.6s
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink {
    width: 120px;
    height: 580px;
    padding: 0;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.6s;
    background-color: #F4F4F4 !important;

}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink {
        width: 278px;
        padding: 24px;
        flex-direction: column;
        display: flex;
        height: 700px
    }



    .testimonials-2024 .testimonials-outer .testimonial-inner {
        height: 700px;
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink img.author-pic {
    width: 120px;
    height: 580px;
    object-position: 50%
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink img.author-pic {
        height: 290px;
        width: 278px;
        object-position: center
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .company-logo {
    display: none
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .company-logo {
        display: inline-block !important
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%);
    height: 100%;
    width: 100%;
    cursor: pointer
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box {
        position: initial;
        background: transparent;
        height: auto;
        width: auto;
        cursor: default
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box svg {
    display: none;
    opacity: 0;
    transition-duration: 0s
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box svg {
        display: inline-block;
        opacity: 1
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box p.quote-p {
    font-size: 0;
    opacity: 0;
    transition-duration: 0s
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box p.quote-p {
        display: inline-block;
        opacity: 1;
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box p:empty {
        display: none
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    position: absolute;
    bottom: 92px;
    transform: rotate(-90deg);
    left: -26px;
    width: 148px
}

@media (max-width: 992px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h3 {
        left: -48px
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h3 {
        position: initial;
        transform: rotate(0deg);
        color: #000;
        width: auto;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
        font-weight: 500
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 {
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    bottom: 110px;
    transform: rotate(-90deg);
    left: -30px;
    width: 202px
}

@media (min-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 a {
        color: #AFAFAF !important
    }
}

@media (max-width: 992px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 {
        left: -53px
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 {
        position: initial;
        transform: rotate(0deg);
        color: #545454;
        width: auto
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 img {
    display: none
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 img {
        display: inline-block
    }
}

.testimonials-2024 .wp-block-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 56px
}

@media (max-width: 768px) {
    .testimonials-2024 .wp-block-button {
        padding-top: 24px
    }
}

section.new-testimonials {
    padding: 5rem 0 0rem;
}







.stickywrp {
    position: sticky;
    top: 150px;
}

i {
    font-family: "FontAwesome" !important;
    font-style: normal;
}

.inner-main .banner {
    height: auto;
}

.home-form {
    height: auto;
    padding: 8rem 0;
}

.sub-menu.sub-menu-small.sub-menu-large {
    width: 300px;
    left: 70%;
}

.inner-trust {
    width: 150px;
}

.inner-main .big-platform-box>p {
    height: 150px;
}

.imgwrp {}

.imgwrp img {
    width: 100%;
    border-radius: 30px;
}


/* Default slide */
.center-slider .slick-slide {
    color: #FFF;
    height: auto;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[ aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    /* transform: scale(0.7, 0.7); */
    /* transition: all 0.4s ease-in-out; */
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[ aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
}

.center-slider .slick-current.slick-active {
    transform: scale(1.2);
}

.mobileslidewrp {
    padding: 60px 0 100px;
    background-color: transparent;
    /* background:#262626; */
    position: relative;
    z-index: 9;
    overflow-x: hidden;

}

.mobileslidewrp .imgwrp {}

.mobileslidewrp .imgwrp ul {
    margin: 0;
}

.mobileslidewrp .imgwrp ul li {}

.mobileslidewrp .imgwrp ul li img {
    width: 100%;
}

.mobileslidewrp .slick-list {
    overflow: unset;
}

.mobileslidewrp .text-center {
    margin-bottom: 50px !important;
}

.new-boxes {
    padding: 8rem 0;
}

.new-boxes .blogs-box h3 {
    margin: 30px 0 15px;
}

.new-boxes .blogs-box a:nth-of-type(1) {
    font-size: 16px;
    text-transform: uppercase;
    margin: 2rem 0;
    padding: 20px 20px;
    height: auto;
    width: max-content !important;
}

.new-box-two div h3 {
    font-size: 3.0rem;
}

.new-box-two .col-12:first-child {
    text-align: unset !important;
}

.new-box-two span img {
    margin-bottom: 20px;
    height: 85px;
}

.new-box-two:after {
    display: none;
}

.header-top-slides img {
    height: 50px;
}

.new-box-two {
    padding: 8rem 0;
    /* border-bottom: 1px solid #4A4A4A; */
    /* background: #000 !important; */
    border: none;
}

.help-support-slider {
    display: flex;
    gap: 30px;
}

.golden {
    font-size: 20px;
    display: block;
    margin: 20px 0 0;
    color: #FF7B22 !important;
    text-decoration: none !important;
    font-family: var(--primary-font), sans-serif !important;
    width: 80%;
    font-weight: 400;
    line-height: 21px;
}

.clr-gold {
    color: #FF7B22;
}


.counter {
    /* rem(2px) is equivalent to 2px */
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 25px;
    /* rem(50px) is equivalent to 50px */
    /* rem(50px) is equivalent to 50px */
    margin: auto;
    /* rem(20px) is equivalent to 20px */
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
}

.counter>span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1;
}

.counter>span span {
    flex: 0 0 100%;
    height: 100%;
}

.counter:nth-child(1) {
    color: #FF7B22;
}


.help-support-slider2 .slick-slide {
    margin: 0 20px !important;
}

.help-support-slider2 .resource-box {
    padding: 3rem 3rem;
}

.help-support-slider2 .slick-next {
    left: 50px !important;
}

.help-support-slider2 .slick-prev,
.help-support-slider2 .slick-next {
    bottom: -50px;
    left: 0;
}


.cta-btn {
    display: flex;
    gap: 8px;
}

.testimonial-pg {
    padding-top: 220px;
}

.book-a-meeting-banner {
    padding-bottom: 8rem;
    padding-top: 11rem;
}



/*.slick-slide .inner {  margin: 0 15px;}*/
.slick.marquee .slick-slide {
    opacity: 1;
    margin: 0 20px;
}

.inner {}

.inner .rev-box {
    width: 395px;
    padding: 30px;
    background: #F4F4F4;
    border-radius: 30px;
    height: 370px;
    margin: 0 0px 0 0px;
    position: relative;
}

.slick.marquee.bottom .inner .rev-box {
    margin: 0 50px 0 0;
}

.inner .rev-box .header-box {
    display: flex;
    align-items: center;
}

.inner .rev-box .header-box img {
    width: 30px;
    border-radius: 50%;
    margin: 0 20px 0px 0;
}

.inner .rev-box .header-box h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.inner .rev-box .header-box p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: #000;
    font-family: "Outfit", sans-serif;
}

.inner .rev-box .content-box {
    margin: 30px 0 0;
}

.inner .rev-box .content-box p {
    font-size: 15px;
    height: 220px;
    margin: 0;
    line-height: 24px;
    color: #121212;
}

.inner .rev-box .content-box p:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 60px;
    background: #dfd8bc91;
    left: 0;
}

.inner .rev-box .testi-star {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0;
}

.inner .rev-box .testi-star img {
    width: 105px;
    margin-top: 0 !important;
}

.inner .rev-box .testi-star img.brand-icon {
    width: 35px;
}

.slick.marquee.bottom {}

.slick.marquee.bottom .slick-slide {
    margin: 40px 20px 0 20px;
}

.slick.marquee.bottom .slick-track {}

.service-review .marquee {
    height: auto;
}

.service-review .marquee:before {
    opacity: 0;
}

.marq-2 {
    margin: 30px 0px 0 -420px;
}

.service-review {
    padding: 8rem 0;
}

img.bedge {
    width: 20px !important;
    margin: 4px 0px 0 10px !important;
}

.company-l img {
    height: 60px;
}

.service-review .testimonial-pg-box {
    width: 425px;
    height: 420px;
    display: grid;
    align-items: stretch;
}

footer .notice .accordion {
    border: 3px solid #7d77532e;
    margin: 0;
}

footer .noticehead {
    color: #FF7B22;
    margin: 0 0 20px;
    font-size: 14px;
}

footer .accordion-item {
    background-color: unset;
}

footer .notice .accordion-button {
    color: #c0b9b9;
    background: unset;
}

footer .notice .accordion-body p {
    color: #c0b9b9;
}

p.footer-pera {
    color: #fff;
    font-size: 16px;
    width: 70%;
    margin: 20px 0 20px;
    line-height: 20px;
}

.footer-number {
    color: #FF7B22 !important;
    font-size: 24px !important;
    margin: 20px 0;
    display: block;
    font-weight: 500;
}

.testiomal-sec .accordion {
    padding: 20px 20px 0;
    margin: 0 0 50px;
    border: 3px solid #E5E9EF;
    border-radius: 30px;
}

.testiomal-sec .accordion button span {
    color: #f56600;
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px;
    display: inline;
    margin: 5px 0 0;
}

.testiomal-sec p a {
    font-weight: 600;
    transition: 0.3s ease-in-out;
    text-decoration: underline;
}

.privacy-choices a {
    font-size: 14px;
    text-decoration: underline;
    color: #9D9FA2;
}

.privacy-choices a img {
    height: 17px;
    margin: 0 0 0 5px;
    width: auto;
}

.testiomal-sec .accordion-button {
    align-items: flex-start;
    display: unset;
}

.testiomal-sec .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: none;
}

.testiomal-sec .accordion-body {
    padding: 0;
}

.accordion-button:focus {
    box-shadow: unset;
}

.testiomal-sec .accordion-body p {
    font-size: 14px;
}

.testiomal-sec .accordion-item {
    border: none;
}

.testiomal-sec .accordion button {
    font-size: 14px;
    color: #c0b9b9;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 32px;
    font-family: "Outfit", sans-serif;
    padding: 0;
}

.testiomal-sec .accordion-item:last-of-type .accordion-collapse {
    transition: 1s all;
}

.testiomal-sec .accordion button i {
    color: #f56600;
    transform: rotate(0deg) !important;
    transition: 1s all;
    display: inline-block;
}

button.accordion-button.collapsed i {
    transform: rotate(-180deg) !important;
    transition: 1s all;
}

.footer-bottom {
    padding: 40px 0 0;
    border-top: 1px solid #363016;
    background: #ffffff00;
}

.footer-bottom .Copyrighttxt {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.footer-bottom .Copyrighttxt a {
    margin: 0 0 0px 0px;
}

.footer-bottom .Copyrighttxt a img {
    height: 20px;
    width: auto;
    margin: 0;
}

.footer-bottom .Copyrighttxt p {
    font-size: 12px;
    margin: 0;
    color: #A0A5B1;
    font-weight: 400;
    margin: 0px 0 0 0px;
    line-height: 16px;
}

.footer-bottom .Copyrighttxt.desclaimer p {
    margin: 20px 0 0;
    font-size: 12px;
}

.footer-bottom .main-wrp-list {
    text-align: center;
    display: inline-block;
}

/*Model Styling Start*/

.privacy-choice input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.privacy-choice label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 3px;
    right: 10px;
}

.privacy-choice label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.privacy-choice input:checked+label {
    background: #262108;
}

.privacy-choice input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.privacy-choice label:active:after {
    width: 10px;
}

.pricavy-toogle {
    position: relative;
}

.pricavy-toogle h6 {
    color: #000;
}

.pricavy-toogle input {
    position: absolute;
    top: 0;
    right: 0;
}

.privacy-choice a {
    margin: 0;
    color: #a47413;
    text-decoration: underline;
    font-size: 16px;
    padding: 0;
    border: none;
    font-weight: 400;
    visibility: unset !important;
    float: right;
    width: auto;
    height: auto;
    background: unset;
}

.privacy-choice .themes-btn {
    visibility: unset !important;
    float: right;
    width: auto;
    height: auto;
}

.privacy-choice .themes-btn:hover {
    transform: translateY(0rem);
}

div#exampleModaltwo {}

div#exampleModaltwo .modal-content {
    border-radius: 30px;
    padding: 0px 0 20px;
}

div#exampleModaltwo .modal-body {
    height: auto;
    padding: 0 40px 20px;
}

div#exampleModaltwo h5 {
    font-size: 22px;
}

div#exampleModaltwo p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

div#exampleModaltwo .modal-header {
    border-bottom: unset;
}

/*Model Styling Start End*/
.seo-banner {
    padding-bottom: 80px;
}


.home-pg .banner .sign-up-news-popup {
    height: auto;
    padding: 5rem 3rem 0;
}

.home-pg .gradient-back {
    height: auto;
}

.home-pg .sign-up-news-popup>div {
    padding: 0 !important
}


.amz-package .home-form {
    padding-top: 200px;
}



.dmcabedge {
    margin-top: 10px;
}

.dmcabedge a {
    margin-left: 0;
}

.dmcabedge a img {
    height: 70px;
    width: auto;
}


.floating-image {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.floating-image img {
    width: 170px;
    /* apni zarurat ke mutabiq */
    height: auto;
    display: block;
    transition: 0.3s ease;
}

.floating-image img:hover {
    transform: scale(1.08);
}


.tooltip {
    position: relative;
}

.tooltip:after,
.tooltip:before {
    opacity: 0;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top;
    transition: all 0.18s ease-out 0.18s;
}

.tooltip:after {
    background-color: #f5f5f5;
    box-shadow: 0 0 3px #ddd;
    content: attr(data-tooltip);
    padding: 10px;
    white-space: nowrap;
    margin-bottom: 11px;
}

.tooltip:before {
    width: 0;
    height: 0;
    content: "";
    margin-bottom: 6px;
}

.tooltip:hover:before,
.tooltip:hover:after {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

[ data-tooltip-pos="up"]:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f5f5f5;
    margin-bottom: 6px;
}

[ data-tooltip-pos="down"]:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f5f5f5;
    margin-top: 6px;
}

[ data-tooltip-pos="right"]:before {
    border-top: 6px solid transparent;
    border-right: 6px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    margin-left: 6px;
}

[ data-tooltip-pos="left"]:before {
    border-top: 6px solid transparent;
    border-left: 6px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    margin-right: 6px;
}

[ data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -10px);
}

[ data-tooltip-pos="down"]:after {
    margin-top: 11px;
}

[ data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
    transform: translate(-50%, 0);
}

[ data-tooltip-pos="left"]:before,
[data-tooltip-pos="left"]:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%);
}

[ data-tooltip-pos="left"]:after {
    margin-right: 11px;
}

[ data-tooltip-pos="left"]:hover:before,
[data-tooltip-pos="left"]:hover:after {
    transform: translate(0, -50%);
}

[ data-tooltip-pos="right"]:before,
[data-tooltip-pos="right"]:after {
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translate(-10px, -50%);
}

[ data-tooltip-pos="right"]:after {
    margin-left: 11px;
}

[ data-tooltip-pos="right"]:hover:before,
[data-tooltip-pos="right"]:hover:after {
    transform: translate(0, -50%);
}

[ data-tooltip-length]:after {
    white-space: normal;
}

[ data-tooltip-length="small"]:after {
    width: 80px;
}

[ data-tooltip-length="medium"]:after {
    width: 150px;
}

[ data-tooltip-length="large"]:after {
    width: 260px;
}

[ data-tooltip-length="fit"]:after {
    width: 100%;
}




/*css just to the example*/
.component--example {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.package-head {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 1rem;
}

.package-head>div {
    width: 20%;
}

.package-head>div:nth-child(1) {
    width: 40%;
    display: flex;
    align-items: start;
}

.package-head>div:nth-child(1)>div {
    flex: 1;
}

.package-head>div:nth-child(1)>div p {
    font-size: 12px;
    line-height: 1.3;
}

.package-head>div:nth-child(1)>div h4 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

/* toggle-btn */
/* The switch - the box around the slider */


.switch,
.seo-switch {
    font-size: 17px;
    position: relative;
    display: block !important;
    width: 85px;
    height: 40px;
    margin: 6px auto 15px;
}

.switch:before {
    position: absolute;
    content: "Quarterly";
    left: -83px;
    width: 100px;
    color: white;
    font-size: 16px;
    margin-top: 5px;
}

.switch:after {
    position: absolute;
    content: "Biannually";
    right: -107px;
    width: 100px;
    color: white;
    font-size: 16px;
    margin-top: 5px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 1;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #454545;
    transition: .4s;
    border-radius: 30px;
    border: 1px solid #454545;
}

.slider:before {
    position: absolute;
    content: "";
    height: 37px;
    width: 37px;
    border-radius: 50%;
    left: 1.2px;
    top: 0;
    background: #ffb17c;
    bottom: 0;
    border: 3px solid #1D1710;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #F36D36;
    border: 1px solid transparent;
}

label.switch+span:after {
    position: absolute;
    content: "";
    background: url(../images/arrow.html) center/contain no-repeat;
    width: 50px;
    height: 50px;
    top: -16px;
    right: -57px;
    filter: invert(1);
}

.switch input:checked+.slider:before {
    transform: translateX(2.5em);
}

label.switch+span {
    color: var(--orange-color);
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    bottom: -25px;
    font-family: var(--shadows-font);
}

/* toggle-btn */

.package-box {
    background: white;
    border-radius: 23px;
    padding: 2rem;
    display: flex;
    align-items: center;
    height: 115px;
    position: relative;
    overflow: hidden;
}

.package-box:hover {
    background: linear-gradient(-45deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
}

.package-box:hover>a {
    animation: arrow-move 1s infinite;
    color: black;
}

.package-box>a img {
    width: 20px;
    height: 20px;

}

.package-box>a {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #818181;
    font-size: 3rem;
}

.package-box {
    position: relative;
}

.package-box a img {
    width: 12px;
    height: 12px;
}

.package-box a {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #818181;
    font-size: 3rem;
}


.pric-bx h5 {
    font-size: 24px;
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
}

.pric-bx h6 {
    font-weight: 600;
    color: var(--orange-color);
    margin-bottom: 0;
    line-height: 1;
}

.pric-bx p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}



.package-list-row {
    display: flex;
    align-items: center;
}

.package-list-row>div>* {
    color: #DBDBDB;
}

.package-list-row>div>p {
    margin: 0;
}

.package-list-row>div>p:last-child {
    font-size: 1.4rem;
}

.package-list-row>div {
    width: 20%;
    /* padding: 10px; */
    line-height: 1.4;
    color: #DBDBDB;
    padding: 10px 20px;
    text-transform: capitalize;
}

.package-list-row>div:first-child {
    width: 40%;
}

.package-list-row>div:not(:first-child) {
    text-align: center;
}


.package-list-box {
    border: 1px solid #656565;
    background: transparent;
    padding: 0;
}

.package-list-row.underline-row {
    border-bottom: 1px solid gray;
}



.packages-sec .fa.fa-check {
    color: white;
    background: #ffffff;
    width: 25px;
    height: 25px;
    display: flex;
    place-items: center;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    justify-content: center;
    color: #000;
    padding-top: 2px;
}

.packages-sec .fa-times {
    color: black !important;
    background: #f56600;
    width: 25px;
    height: 25px;
    display: flex;
    place-items: center;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    justify-content: center;
    color: #000;
    padding-top: 2px;
}

.package-list-row>div:first-child {
    color: white;
}

/*.package-list-row.underline-row>div {*/
/*    color: white;*/
/*    line-height: 1;*/
/*}*/
.package-list-row.underline-row>div {
    color: white;
    line-height: 1.5;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.package-list-row:nth-child(even) {
    background: #0b2c22;
}

.package-list-row.underline-row {
    background: #071e1a;
}

.package-list-row>div:not(:last-child) {
    border-right: 1px solid #4A4A4A;
}

.pack-btn-row {
    align-items: stretch;
}

.pack-btn-row p {
    font-size: 14px;
    color: #818181;
}

.pack-select-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 60px;
    width: 200px;
    border-radius: 13px;
    background: #404040;
    color: white;
    transition: 0.3s ease-in-out;
}

.pack-select-btn:hover {
    background: var(--orange-color);
}

.pack-select-btn:hover img {
    animation: arrow-move 1s infinite;
}

@keyframes arrow-move {

    0%,
    100% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(5px, -5px);
    }

}

.pack-select-btn>img {
    transition: 0.3s ease-in-out;
    width: 20px;
    height: 20px;
}


/* packages-sec */


/* intlTelInput */

.iti {
    width: 100%;
    margin-bottom: 10px;
}

.iti__country-name,
.iti__dial-code {
    display: inline-block !important;
    padding: 0 !important;
    position: unset !important;
}

.iti__country-list {
    width: 420px;
    overflow-x: hidden;
}

/* intlTelInput */




.service-sec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-areas: "t i"
        "c i";
    margin-top: 5rem;
}

.service-title-area {
    grid-area: t;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* .service-button-area{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-area: c;
    padding-top: 60px;
} */
.services-boxes-cards-area {
    grid-area: i;
}

.services-box-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
}


.SocialTrust_card__hqJLc {
    width: 360px;
    border-radius: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 24px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.service-button-area>button {
    color: white;
    border: 1px solid #404040;
    font-size: 2rem;
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-grid;
    background: #222222;
    place-items: center;
    transition: 0.3s ease-in-out;
}

.service-button-area>button:first-child {
    margin-right: 1rem;
}

.service-button-area>button:hover {
    background-color: #404040;
    border: 1px solid white;
}

#service-slide-right:disabled,
#service-slide-left:disabled {
    opacity: 0.3;
    cursor: not-allowed !important;
}

.service-button-area>button i {
    color: white;
    font-size: 2rem;
    font-weight: 400;
}

.service-button-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-area: c;
    margin-top: 30px;
}


.SocialTrust_itemEnter__A3eG0 {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

.SocialTrust_itemEnterActive__X73WM,
.SocialTrust_itemEnterDone__cM9wl {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.SocialTrust_itemExitActive__L3T9G,
.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExit__poA7E {
    opacity: 0
}

.SocialTrust_itemExitActive__L3T9G,
.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}


.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: translateX(-100%) scale3d(.3, .3, .3);
    transform: translateX(-100%) scale3d(.3, .3, .3);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: translateX(-200%) scale3d(.3, .3, .3);
    transform: translateX(-200%) scale3d(.3, .3, .3);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: translateX(-300%) scale3d(.3, .3, .3);
    transform: translateX(-300%) scale3d(.3, .3, .3);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: translateX(-400%) scale3d(.3, .3, .3);
    transform: translateX(-400%) scale3d(.3, .3, .3);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc,
.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc+.SocialTrust_card__hqJLc {
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%);
}

.SocialTrust_itemExitDone__qK_tz:first-child+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_itemExitDone__qK_tz+.SocialTrust_card__hqJLc.SocialTrust_itemExitDone__qK_tz {
    -webkit-transform: translateX(-500%) scale3d(.3, .3, .3);
    transform: translateX(-500%) scale3d(.3, .3, .3);
}


.service-sec-grid .slick-snext,
.service-sec-grid .slick-sprev {
    display: block;
}

.service-sec-grid .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    /*transform: translate3d(0, 0, 20px);*/
    z-index: 2;
}

.service-sec-grid .slick-slide {
    transition: 0.6s ease-in-out;
}

.service-sec-grid .slick-slide.slick-sprev {
    transform: translateX(65%) scale(0.5);
    /*margin-left: 0;*/
}

.service-sec-grid .slick-slide.slick-current.slick-active {
    transform: scale(1.0) translateX(-34px);
}

.service-sec-grid .slick-slide.slick-snext.slick-active {
    transform: scale(1.0) translateX(0);
}

.service-sec-grid .test {
    display: block;
    width: 100%;
    /*height: 300px;*/
    /*box-shadow: inset 0px 0px 0px 3px #000;*/
}

.service-sec {
    position: relative;
}

/*.service-sec .service-sec-grid {*/
/*    display: grid;*/
/*    align-content: center;*/
/*    height: 600px;*/
/*    position: relative;*/
/*}*/
/*.service-sec .rev_slider {*/
/*    position: absolute;*/
/*    right: -10%;*/
/*    width: 55%;*/
/*    top: 40px;*/
/*}*/
/*.rev_slider button {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        height: 40px;*/
/*        width: 40px;*/
/*        border: 0;*/
/*        background: #000;*/
/*        color: #fff;*/
/*        border-radius: 50%;*/
/*        position: absolute;*/
/*        bottom: 4%;*/
/*        border: 0.5px solid #ffffff47;*/
/*}*/
/*.rev_slider button:first-child {*/
/*    right: 183%;*/
/*    transform: translate(-150%, -50%);*/
/*}*/

/*.rev_slider button:last-child {*/
/*    right: 173%;*/
/*    transform: translate(-150%, -50%);*/
/*}*/
.service-title-area {
    align-items: center;
}

.big-platform-box.last {
    /*background: linear-gradient(-45deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;*/
    background: url(../images/service-box-last.html);
    background-size: 435px 100%;
    background-repeat: no-repeat;
    display: grid;
    align-items: center;
    gap: 0;
    padding: 30% 4rem;
}

.big-platform-box.last img {
    filter: invert(1);
}

.big-platform-box.last h3 {
    margin: 0;
}

.big-platform-box.last p {
    height: auto;
    color: #fff;
}

.btn-theme2.extra {
    margin-left: -10%;
}

section.formwrap {
    padding: 220px 0 0;
    position: relative;
}

section.formwrap:before {
    top: 0;
}

/*section.formwrap:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    background: #e9cdf2;*/
/*}*/

.formwrap .bg-clr .imgwrp {
    text-align: center;
    margin-top: 0;
}

.formwrap .imgwrp {
    margin: 10px 0;
}

/*.formwrap .bg-clr .txtwrp{padding: 60px 60px 60px 0;}*/
.formwrap .bg-clr .imgwrp {
    text-align: center;
}

.formwrap .bg-clr .imgwrp img {
    width: 40%;
    margin-bottom: 20px;
    display: flex;
}

.formwrap .bg-clr .txtwrp ul {}

.formwrap .bg-clr .txtwrp ul li {
    position: relative;
    font-size: 16px;
    padding: 0 0px 9px 40px;
    color: #adadad;
    font-weight: 500;
}

.formwrap .bg-clr .txtwrp ul li:after {
    content: "";
    content: "\f058";
    position: absolute;
    font-family: fontawesome;
    left: 10px;
    color: #FF7B22;
    font-size: 15px;
    top: 2px;
}


/*.btmfrom{padding: 70px 0;}*/
.btmfrom .txtwrp {}

.btmfrom .formwrp {}

.btmfrom .formwrp form {}

.btmfrom .formwrp form .lablewrp {}

.btmfrom .formwrp form .lablewrp input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 16px;
    border-radius: 6px !important;
    height: 60px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px;
    overflow: hidden;
}

.btmfrom .formwrp form .lablewrp .intl-tel-input.separate-dial-code .selected-flag {
    border-radius: 40px 0 0 40px;
}

.btmfrom .formwrp form .lablewrp input.btnwrp {
    border-radius: 6px !important;
    background: var(--orange-color);
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    width: 70%;
    height: 50px;
    margin: 20px 0 0;
    border-radius: 6px;
}

.btmfrom .formwrp form .lablewrp select {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 16px;
    border-radius: 6px;
    height: 60px;
    font-weight: 400;
    outline: none !important;
}

.btmfrom .formwrp form .lablewrp textarea {
    width: 100%;
    margin: 15px 0 0;
    padding: 15px 22px;
    height: 200px;
    border: 1px solid #e5e5e5;
    background: white;
    color: gray;
    font-size: 16px;
    border-radius: 6px;
    resize: none;
    font-weight: 400;
    outline: none !important;
}

.field-txt p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}

.check-list {
    color: #fff;
    margin: 10px 0;
}

.pric-btn-1 {
    display: none;
}

.pric-btn-1.active {
    display: flex;
}

.pric-btn-2 {
    display: none;
}

.pric-btn-2.active {
    display: flex;
}

.check-list label {
    font-size: 16px;
    font-family: 'Rubik';
    font-weight: 300;
    letter-spacing: 0.2px;
}

.img-flip {
    transform: scaleX(-1);
}

.no-bg:hover {
    background: none !important;
}

.content-page ul li {
    color: #a2a2a2;
    font-size: 16px;
    margin-bottom: 10px;
}

a#hide-sign-up-news-popup {
    background: #f6602e;
    z-index: 999;
    position: absolute;
    border: 0;
    top: -277px;
}

.marketing-lanidngpage .hand-shake-txt:after {
    display: none;
}

.hand-shake-txt.packg::after {
    right: -12px;
}

.banner-main-img {
    width: 130%;
    height: 530px;
    object-fit: contain;
}

.contact-banner {
    padding: 200px 0 100px;
    width: 100%;
    position: relative;
}

.contact-banner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/waves_31.html);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
}

.contact-cta {
    padding: 80px 0;
    background: #2D2D2D;
}

.contact-cta h2 {
    margin: 0;
}

.col-md-5.fl-end .imgwrp {
    display: flex;
    justify-content: flex-end;
}

.videos-review-sec.ptb-8rem.section-gray-color {
    z-index: 2;
    position: relative;
}

footer .revenue-box h5 {
    color: #b0a35c;
}

section.smm-pack-padd {
    padding-top: 200px;
}

.backgroundBg {
    background: transparent !important;
}

.mobbtn {
    dispaly: none !important;
}

.mobbtn.newClass {
    display: none !important;
}

.book-call ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.book-call ul li {
    margin-left: -10px;
}

.book-call ul li:last-child {
    margin-left: 8px;
}

.book-call {
    background: #de5729;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-left: -5px;
}

.row.company-l .col-lg-12 {
    display: flex;
    justify-content: center;
}

.row.company-l .col-lg-12 img {
    height: 50px;
    object-fit: contain;
    margin: 20px 20px;
}

.row.company-l.chng .col-lg-12 img {
    height: 45px;
    margin: 10px 10px;
}

.row.company-l.chng {
    display: grid;
    align-content: flex-end;
    height: 160px;
}

.reviews-widget {
    display: flex;
    justify-content: center;
}

img.master {
    width: 350px;
    margin-left: 5%;
    margin-right: 5%;
}

.business-fail-sec h2,
.business-fail-sec h5 {
    text-align: center;
}



/*one on on*/
.main-navigate.new-style .logo {
    width: 100%;
}

.main-navigate.new-style .top-head-review {
    width: calc(100% - 40%);
    margin-left: 15px;
}

.pricing-insight>div img {
    width: 100%;
}

.pricing-insight>div iframe {
    height: 35px;
    width: 35px;
}

.main-navigate.new-style .revenue-box {
    /*width: 200px;*/
}

.banner.ono-on {
    padding-top: 12rem;
}

.banner.ono-on.stye {
    height: 510px;
}

.banner.ono-on {
    height: 596px;
}

.video-review-slider-1 iframe {
    width: 100%;
    height: 500px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.video-review-slider-1 {
    position: relative;
    isolation: isolate;
    margin-top: -28rem;
    padding: 2px;
}

.video-review-slider-1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 111%;
    background-color: #222222;
    border-radius: 15px;
    top: 0;
    border: 2px solid #404040d1;
    left: 0;
    z-index: -1;
}

.videos-review-sec.one-on h6 {
    position: relative;
    text-align: left;
    margin: 0;
    display: flex;
    padding: 0 50px;
    padding-top: 14px;
    align-items: center;
    padding-left: 89px;
    justify-content: center;
}

.videos-review-sec.one-on h6 p::before {
    content: '';
    background-image: url(../images/rocket.png);
    position: absolute;
    height: 40px;
    width: 40px;
    top: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -40px;
}

.videos-review-sec.one-on h6 a {
    height: 45px;
    margin-left: 20px;
    border-radius: 8px !important;
}

.video-review-slider-1::after {
    display: none;
}

.top-client-row.chnage {
    margin-top: 4rem;
}

.dmca-icon a img {
    width: 100px !important;
    margin-left: 38px;
    height: 28px !important;
    object-fit: contain;
}

img.size {
    height: 40px;
    margin: 0 10px;
}

.vid-box-banner.style {
    width: 100%;
    height: 600px;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 15px;
    overflow: hidden;
    border-top-right-radius: 15px;
}

.vid-box-banner.style video,
.vid-box-banner.style iframe {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.vid-box-banner.style iframe {
    height: 100%;
    width: 100%;
    padding: 0;
    transform: scale(1.02);
}

.vid-box-banner.style a {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    top: 33px;
    left: 4%;
    transform: translate(-0%, -50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: #fff;
}

.vid-box-banner.style a img {
    filter: brightness(0.5);
    height: 16px;
    margin-left: 2px;
}

.col-bl {
    background: #000 !important;
}

.col-oran {
    color: #e95c2c;
}

.mg-40 {
    margin-top: 50px;
}

.main-navigate.new-style .pricing-insight {
    justify-content: center;
}

.d-flex.head {
    justify-content: space-between;
}

a.dmca-badge {
    margin-left: 30px;
}

.d-flex.head .revenue-box {
    margin-left: 50px;
    position: relative;
}

.d-flex.head .revenue-box::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 3px;
    height: 40px;
    width: 40px;
    background: url(../images/rocket.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.sidenav-landing {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.sidenav-landing .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    padding: 55px 0;
}

.foot-bottom.new {
    position: relative;
    z-index: 2;
    background: #000;
}

.side-nav-content {
    padding: 20px;
    margin-top: 20px;
    padding-bottom: 120px;
}

.side-nav-content h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.side-nav-content p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

.side-nav-content ul li {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
}

.sidenav-landing::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.sidenav-landing::-webkit-scrollbar-track {
    background: #141414;
}

/* Handle */
.sidenav-landing::-webkit-scrollbar-thumb {
    background: #888;
}

.testi-grid.style .testimonial-pg-box {
    position: relative;
    z-index: 1;
}

.top-box {
    height: 310px;
    background: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testi-grid.style .testimonial-pg-box .bt-box {
    padding: 30px;
    /*background: #000000;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -38%;
    position: relative;
    width: 100%;
}

.testi-grid.style .testimonial-pg-box {
    padding: 0;
    background: #000;
    border: 2px solid;
    overflow: hidden;
    position: relative;
    display: grid;
    align-content: flex-start;
    height: 100%;
}

.testi-grid.style .testimonial-pg-box img {
    margin-top: -20px;
    width: 100%;
}

.top-box img {
    all: unset;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0;
    max-height: unset !important;
}

.paddd {
    padding: 120px 0 !important;
}

.botom-circl-b {
    position: relative;
    z-index: 0;
    height: 90px;
    display: grid;
    align-content: center;
    margin-top: 20px;
}

.botom-circl-b h6 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    padding-left: 57px;
    position: relative;
}

.botom-circl-b h6::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 25px;
    height: 50px;
    width: 50px;
    background: url(../images/rocket.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.botom-circl-b h6 p {
    margin: 10px 10px 0px 40px;
}

.botom-circl-b h6 p span {
    color: #f56c3f;
}

.botom-circl-b::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #222222;
    z-index: -1;
    border-radius: 18px;
    border: 1px solid #3a3a3a;
}

.dmca-icon {
    margin-right: 20px;
}

.foter-style {
    position: relative;
    z-index: 5;
}

.foter-style::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 100%;
    background: #000;
    width: 100%;
    z-index: -1;
}

.botom-circl-b .book-btn {
    border-radius: 8px;
    background: #ed5d2d;
    color: #fff;
}

h6.style-c p {
    margin: 0;
    font-size: 16px;
    margin-top: 9px;
    text-align: center;
    display: inline-block;
    width: auto;
}

h6.style-c p span {
    color: #f6602e;
}

.testimonial-pg-box.no-space {
    padding: 0;
    overflow: hidden;
}

.paddd p span {
    color: #c94e26;
    cursor: pointer;
}

.main-navigate.new-style {
    padding: 10px 0;
}

.sidenav-landing.active {
    width: 40% !important;
}

.socail-media-plan-sec.style .btn-theme2:hover a {
    color: #ce5127;
}

.socail-media-plan-sec.style .btn-theme2 a {
    transition: 0.3s ease-in-out;
}

.socail-media-plan-sec.style .btn-theme2 {
    border-color: #d45328;
}

.max-business-box.style .btn-theme2 a {
    transition: 0.3s ease-in-out;
    font-size: 9px;
}

.max-business-box.style .btn-theme2:hover a {
    color: #d15227;
}

.max-business-box.style .btn-theme2 {
    border: 2px solid #f6602e;
}

.faq-boxes.heig {
    height: auto;
}

/*.row.align-items-start.justify-content-between.style-c {*/
/*    align-items: flex-end !important;*/
/*}*/

.btn-theme2.btn-style i {
    color: #d45328 !important;
    font-size: 20px !important;
}

.btn-theme2.btn-style a {
    font-size: 20px !important;
}

.btn-theme2.btn-style {
    background: #d45328 !important;
    width: auto !important;
}

.btn-theme2.btn-style:hover a {
    color: #fff !important;
}

/*.row.align-items-start.justify-content-between.style-c {*/
/*    align-items: flex-end !important;*/
/*}*/

.style-c .book-btn {
    background: #ed5d2d;
    color: #ffff;
}

.bok-call-cta-box.bg-chnage a {
    background: #ed5d2d;
    color: #fff;
    border-radius: 10px;
}

.no-botm-padd {
    padding-bottom: 0;
}

.d-block-mob {
    display: none;
}

.call-banner {
    padding-top: 15rem;
    height: 1050px;
}

.call-banner .gradient-back {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    height: 100%;
}

.call-banner .gradient-back:before {
    width: 100%;
    height: 100%;
}

/*one on on*/


/*new-landing-page*/

.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    width: 100%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: rgb(15 15 15 / 74%);
    height: 100%;
}

/* Add styles to the form container */
.form-container {
    max-width: 100%;
    width: 600px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    z-index: 0;
}

.form-container::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 30px;
    height: 100%;
    width: 100%;
    background: linear-gradient(141deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
    border-radius: 40px;
    z-index: -1;
}

.container1 {
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 0 40px;
}

.container1 header {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.container1 .form-outer {
    width: 100%;
    overflow: hidden;
}

.container1 .form-outer form {
    display: flex;
    width: calc(100% * var(--stepNumber));
    margin: 0;
}

.form-outer form .page {
    width: calc(100% / var(--stepNumber));
    transition: margin-left 0.3s ease-in-out;
    display: grid;
    align-content: center;
    height: auto;
    padding-top: 20px;
}

.form-outer form .page .title {
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    font-family: var(--heading-font);
    color: #121212;
    line-height: 30px;
    margin-bottom: 15px;
}

.form-outer form .page .field {
    width: var(--containerWidth);
    height: 45px;
    display: flex;
    position: relative;
    margin-top: 30px;
}

form .page .field .label {
    position: absolute;
    top: -30px;
    font-weight: 500;
}

form .page .field input {
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 15px;
    margin: 0 1px;
    font-size: 18px;
    transition: border-color 150ms ease;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    font-family: 'Rubik' !important;
}

form .page .field input.invalid-input {
    border-color: red;
}

form .page .field select {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}

form .page .field button {
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: #ed5d2d;
    margin-top: -20px;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}

form .page .field button:hover {
    background: #000;
}

form .page .btns button {
    margin-top: -20px !important;
}

form .page .btns button.prev {
    margin-right: 3px;
    font-size: 17px;
}

form .page .btns button.next {
    margin-left: 3px;
}

.container1 .progress-bar {
    display: flex;
    margin: 40px 0;
    user-select: none;
    display: none;
}

.container1 .progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
}

.container1 .progress-bar .step p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}

.progress-bar .step .bullet {
    height: 25px;
    width: 25px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

.progress-bar .step .bullet.active {
    border-color: var(--primary);
    background: var(--primary);
}

.progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.progress-bar .step .bullet.active span {
    display: none;
}

.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
    position: absolute;
    content: "";
    bottom: 11px;
    right: -51px;
    height: 3px;
    width: 44px;
    background: #262626;
}

.progress-bar .step .bullet.active:after {
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
}

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
    display: none;
}

.progress-bar .step p.active {
    color: var(--primary);
    transition: 0.2s linear;
}

.progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}

.progress-bar .step .check.active {
    display: block;
    color: #fff;
}

form .page .field input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin: 0;
    display: flex;
}

.btn.cancel {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #ed5d2d;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    padding-top: 9px;
}

form .page .field input[type="radio"]:checked {
    background-color: #ed5d2d;
    border-color: #121212;
}

form .page .field input[type="radio"] {
    height: 30px;
    width: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 6px;
    background-clip: content-box;
    border: 2px solid #dbdbdb;
    background-color: #eaeaea;
    border-radius: 50%;
}

.field.d-flex .label {
    position: unset !important;
    margin-left: 20px;
    font-family: 'Rubik';
    font-size: 18px;
    color: #121212;
}

.field.d-flex {
    display: flex !important;
    align-items: center;
    margin: 5px 0 !important;
    height: 35px !important;
}

.title.mg-bot-20 {
    margin-bottom: 20px !important;
}

.field.mg-20 {
    margin: 0 !important;
    margin-top: 40px !important;
}

.mg-le-20 {
    margin-left: 20px !important;
    height: 40px !important;
    width: 90% !important;
}

textarea:focus,
input:focus {
    outline: none;
}


#newsletterPopup {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #000000db;
    display: none;
    align-content: center;
    justify-content: center;
}

#newsletterPopup form {
    background: #fffffff0;
    padding: 15px;
    border-radius: 25px;
    position: relative;
    height: auto;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#newsletterPopup form::after {
    content: '';
    position: absolute;
    background: url("../images/safety-pin.html") center/contain no-repeat;
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
}

#newsletterPopup form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(141deg, #EEDDE6 0%, #EDE0E5 21%, #E6E8E1 38%, #D7F2CE 72%, #BDE9EE 100%) 0% 0% no-repeat;
    z-index: -1;
    border-radius: 30px;
}

#newsletterPopup .close {
    position: absolute;
    top: 25px;
    background: #ed5d2d;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 30px;
}

#newsletterPopup .close i {
    margin-top: 2px;
}

#newsletterPopup form label {
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 40px;
}

#newsletterPopup form .sign-up-news-popup {
    all: unset !important;
}

/*#newsletterPopup form input {*/
/*        width: 100%;*/
/*    padding: 15px 20px;*/
/*    margin-bottom: 20px;*/
/*    border-radius: 5px;*/
/*    border: 2px solid #000;*/
/*    background: transparent;*/
/*}*/

/*.popup button {*/
/*    display: block;*/
/*    padding: 12px 40px;*/
/*    background: #ed5d2d;*/
/*    border: 0;*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    margin-top: 10px;*/
/*    border-radius: 5px;*/
/*}*/
.book-btn.style {
    margin-top: 55px;
    width: 100%;
    font-size: 20px;
    height: 60px;
    background: #ed5d2d;
    color: #fff;
    border-radius: 15px;
}

a.backtohome {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 6px;
    border: 2px solid #FFBEA8;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0.6rem;
    background-color: white;
    color: black;
    transition: 0.3s ease-in-out;
}

a.backtohome:hover {
    background-color: #FFBEA8;
    color: black;
}

.not-found {
    height: 50vh;
    display: grid;
    align-content: center;
    padding-top: 150px;
}

/*new-landing-page*/

/*smm css*/
.section-smm {
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
}

.section-smm form label {
    color: #000000;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
}

label.labeltexthe {
    font-weight: 400 !important;
    letter-spacing: -.2px;
}

.section-smm form input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    padding: 0 1rem;
    background: #F5F5F5;
    font-size: 12px;
    margin-bottom: 30px;
}

.section-smm form select {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    padding: 0 1rem;
    background: #F5F5F5;
    font-size: 12px;
    margin-bottom: 30px;
}

.section-smm form textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    margin-bottom: 10px;
    padding: 0 1rem;
    background: #F5F5F5;
    font-size: 12px;
    height: 180px;
    margin-bottom: 30px;
    padding: 10px;
}

.section-smm form input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

.section-smm form input[type="radio"] {
    width: 30px;
    height: 30px;
    margin: 0;
}

.section-smm form .d-flex input {
    margin-right: 20px;
}

.section-smm form .d-flex label {
    margin: 0;
}

.section-smm form .d-flex {
    align-items: center;
    margin-bottom: 10px;
}

.section-smm .gradient-back {
    width: 100%;
    z-index: 1;
    height: 100%;
    border-radius: 45px;
}

.section-smm .gradient-back::before {
    z-index: -1;
    width: 101%;
    height: 100%;
    right: 0;
    bottom: -40px;
    left: -5%;
}

.marketing-lanidngpage .section-smm .gradient-back form {
    border-radius: 15px;
}

.section-smm .gradient-back form {
    background: #fff;
    border-radius: 45px;
    padding: 40px;
    overflow: hidden;
}

.section-smm .gradient-back form h2 {
    color: #000;
}

.section-smm form input[type="file"] {
    height: 50px;
    padding-top: 10px;
}

.section-smm .gradient-back::after {
    content: '';
    position: absolute;
    right: -7%;
    height: 150px;
    width: 150px;
    background: url(../images/safety-pin.html) center/contain no-repeat;
    z-index: 1;
    top: -0.9%;
}

.section-smm form input.pack-select-btn {
    padding: 0px 2rem;
    border: none;
    background: var(--orange-color);
    display: flex;
    margin-bottom: 2rem;
    height: 60px;
    font-size: 20px;

}

.btn-style {
    display: flex;
    position: relative;
    width: 200px;
}

.btn-style img {
    position: absolute;
    height: 25px;
    width: 40px;
    right: 10px;
    top: 40%;
    transform: translate(0, -50%);
}

.section-smm .gradient-back form p {
    color: black;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 600;
    margin-top: 30px;
}

p.formtextparagraph:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background: #dbdbdb;
    bottom: -23px;
    left: 0;
}

p.seprate {
    position: relative;
}

p.seprate:after {
    content: '';
    width: 98%;
    position: absolute;
    height: 1px;
    background: #dbdbdb;
    top: -20px;
    left: 8px;
    display: none;
}

p.formtextparagraph {
    font-weight: 400 !important;
    position: relative;
}

.section-smm .gradient-back form hr {
    margin-bottom: 20px;
}

.smm-vie-sec {
    position: relative;
    padding-top: 180px;
}

.smm-vie-sec table {
    width: 9100px;
}

.smm-vie-sec table thead {
    background: #f6602e;
}

.smm-vie-sec table thead tr th {
    padding: 20px;
    color: #fff;
}

.smm-vie-sec table tbody tr td {
    padding: 20px;
    border-bottom: 1px solid;
}

.smm-vie-sec table tbody {
    color: #fff;
}

.smm-vie-sec .ssm-table-vie {
    width: 100%;
    overflow-x: scroll;
    padding: 20px;
}

.smm-vie-sec .ssm-table-vie::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.smm-vie-sec .ssm-table-vie::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.smm-vie-sec .ssm-table-vie::-webkit-scrollbar-thumb {
    background: #f6602e;
    border-radius: 10px;
}

.smm-vie-detail {
    position: relative;
    padding-top: 180px;
}

.smm-vie-detail p strong {
    color: #de5729;
}

.smm-vie-detail h2 span {
    color: #de5729;
}

.smm-vie-sec table tbody tr td button {
    background: #f6602e;
    border: 0;
    color: #fff;
    height: 50px;
    width: 100%;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 1px;
}

/*#zo0i5bihn3tg1699383449084.widget-visible {*/
/*    display: block !important;*/
/*}*/
iframe#launcher {
    display: none !important;
}

input.pack-select-btn {
    all: unset;
    padding: 0 2rem;
    border: none;
    background: var(--orange-color);
    display: flex;
    width: 240px;
    margin-bottom: 2rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 60px;
    width: 200px;
    border-radius: 13px;
    color: white;
    transition: 0.3s ease-in-out;
    margin-bottom: 45px;
}

.gradient-back.style {
    height: 660px;
}

/*smm css*/

#newsletterPopup form textarea {
    display: none;
}

/*promotion-css*/
section.videos-review-sec.one-on.padd-bototom {
    padding-bottom: 80px;
}

.padd-botom {
    padding-bottom: 80px;
}

.marketing-lanidngpage .sticky-package-box {
    top: 71px;
}

.inner .sticky-package-box {
    top: 123px;
}

.inner-banner.style {
    height: 800px;
    padding-top: 10rem;
}

.padd-top-c {
    padding-top: 15rem;
}

.cutom-mt {
    position: absolute;
    bottom: 25px;
}

.section-gray-color1 {
    background: #0b0909;
}

.inner-banner.style1 {
    height: auto;
    padding: 80px 0;
}

.pricing-pg.section-gray-color.inner {
    padding-top: 10rem;
}

.landing-bottom-bar {
    background: #ed5d2d;
    padding: 10px 0;
}

.landing-bottom-bar h6 {
    margin: 0;
    line-height: 0;
    height: 30px;
}

.land-banner {
    height: 100%;
    padding-top: 15rem;
}

.landing-bottom-bar h6 p {
    color: #ffffffa8;
    margin: 0;
}

.landing-bottom-bar h6 p img {
    height: 30px;
    object-fit: contain;
}

.landing-bottom-bar h6 p span {
    color: #FFFF41;
}

section.banner.ono-on.position-relative.overflow-hidden.land-banner {
    padding-top: 15rem;
    height: 640px;
}

.vid-box-banner.style.style2.style-cnage {
    border-radius: 20px;
}

.video-review-slider-1.style1212 {
    padding: 3px;
}

.video-review-slider-1.style1212::before {
    height: 100%;
    border-radius: 22px;
    /*border-top-left-radius: 28px;*/
    /*border-top-right-radius: 26px;*/
}

#form-land .sign-up-news-popup span {
    padding: 0rem 0 2rem;
}

.vid-box-banner.style.style2.style-cnage video {
    border-radius: 0;
}

.error {
    border: 1px solid red !important;
}

.error-message {
    color: red;
}

.section-smm .gradient-back .col-lg-6 {
    position: relative;
}

.section-smm .gradient-back .col-lg-4 {
    position: relative;
}

.section-smm .gradient-back .col-lg-12 {
    position: relative;
}

.section-smm .gradient-back .error-message {
    font-size: 12px;
}

.section-smm .gradient-back .col-lg-6 .error-message {
    position: absolute;
    top: 27px;
}

/*promotion-css*/



@media only screen and (max-width: 1399px) {
    .vid-box-banner.style {
        height: 500px;
    }

    .vid-box-banner.style a {
        bottom: 9%;
        left: 8.75%;
        height: 50px;
        width: 50px;
    }

    .d-flex.head .revenue-box::before {
        left: -36px;
        top: 4px;
        height: 35px;
        width: 35px;
    }
}

@media only screen and (max-width: 1395px) {
    .btn-theme2.extra {
        margin-left: -27%;
    }
}

@media only screen and (max-width: 1199px) {
    .vid-box-banner.style {
        height: 400px;
    }

    .vid-box-banner.style a {
        bottom: 9%;
        left: 8.75%;
        height: 35px;
        width: 35px;
    }

    .vid-box-banner.style a img {
        height: 14px;
    }

    .videos-review-sec.one-on h6 {
        padding: 0 35px;
        padding-top: 10px;
        padding-left: 85px;
    }

    .videos-review-sec.one-on h6 p {
        margin: 0;
    }

    .videos-review-sec.one-on h6 p span {
        margin: 0;
        color: #e66b3d;
    }

    .video-review-slider-1::before {
        height: 116.6%;
    }

    .videos-review-sec.one-on h6 a {
        height: 40px;
        margin-left: 10px;
        font-size: 14px;
        width: 230px;
    }

    .video-review-slider-1::after {
        width: 35px;
        height: 35px;
        left: 40px;
        bottom: -50px;
    }

    .main-navigate.new-style>.container>.row>.col-lg-3 {
        width: 25%;
    }

    .main-navigate.new-style .top-head-review {
        width: calc(100% - 0%);
        margin-left: 10px;
    }

    img.master {
        width: 300px;
        margin-right: 15px;
        object-fit: contain;
    }
}




@media only screen and (max-width: 990px) {
    .vid-box-banner.style a {
        bottom: 11%;
        left: 7.75%;
    }

    img.size {
        height: 25px;
        margin: 0 0px;
    }

    .main-navigate.new-style .top-head-review {
        margin-left: 5px;
    }

    .main-navigate.new-style .top-head-review img {
        width: 15px;
    }

    .main-navigate.new-style .bok-call-cta-box {
        gap: 0;
    }

    .main-navigate.new-style .bok-call-cta-box a {
        font-size: 11px;
        padding: 0 5px;
        height: 35px;
        gap: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .top-client-row {
        margin-top: 70px !important;
    }

    .mobbtn.newClass {
        display: flex !important;
    }

    .mobbtn {
        dispaly: flex !important;
    }

    .mobbtn {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        opacity: 0;
        text-align: center;
        background: #de5729;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.6s ease-in-out;
        border-radius: 50px;
        color: #fff;
        font-family: 'Bebas Neue';
        letter-spacing: 5px;
        cursor: pointer;
        font-size: 20px;
        z-index: 99999;
    }

    .mobbtn:hover {
        box-shadow: inset 100px 0 0 0 #000, inset -100px 0 0 0 #000;
    }

    .mobbtn.newClass {
        width: 200px;
        opacity: 1;
    }

    .vid-box-banner.style {
        height: 300px;
        margin: 0;
    }

    .vid-box-banner.style a {
        bottom: 11%;
        left: 8.75%;
        height: 25px;
        width: 25px;
    }

    .videos-review-sec.one-on h6 {
        padding: 0 30px;
        padding-top: 5px;
        padding-left: 50px;
        font-size: 13px;
    }

    .video-review-slider-1::after {
        width: 20px;
        height: 26px;
        left: 22px;
        bottom: -45px;
    }

    .videos-review-sec.one-on h6 a {
        height: 40px;
        margin-left: 0;
        font-size: 14px;
        width: 95%;
        padding: 0;
        background: #f6602e;
        color: #fff;
    }

    .video-review-slider-1::before {
        height: 122.6%;
    }

    .right-mob-con.fle {
        display: flex;
        justify-content: flex-end;
    }

    .testi-grid.style .testimonial-pg-box {
        height: auto;
        margin-bottom: 20px;
    }

    .socail-media-plan-sec.style .btn-theme2 {
        border-color: #993d1d;
        /* width: 55%; */
    }

    .max-business-box.style .btn-theme2 {
        width: 55%;
        border: 2px solid #e45d2e;
    }

    .videos-review-sec.one-on h6 {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }

    .videos-review-sec.one-on h6 a {
        /* width: 89%; */
        /* margin-top: 7px; */
        /* margin: 0 45px; */
        margin-top: 5px;
    }

    .videos-review-sec.one-on h6 p {
        margin-top: 6px;
        text-align: center;
        padding: 0;
    }

    .video-review-slider-1::before {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        height: 139.6%;
    }

    .banner.ono-on {
        height: 475px;
        display: grid;
        align-content: flex-start;
        padding-top: 85px;
    }

    .banner.ono-on .banner-txt p {
        display: none;
        margin: 0;
        height: 0;
    }

    .video-review-slider-1::after {
        display: none !important;
    }

    .botom-circl-b h6 p {
        margin-top: 7px;
    }

    .botom-circl-b h6::before {
        display: none !important;
    }

    .botom-circl-b h6 {
        padding: 0 17px;
        display: flex;
        flex-direction: column-reverse;
    }

    .botom-circl-b .book-btn {
        height: 40px;
        margin-left: 0;
        font-size: 14px;
        gap: 5px;
        width: 100%;
        /* padding: 0 5px; */
        border-radius: 8px;
        margin-bottom: 5px;
        background: #d6613b;
        color: #fff;
    }

    .faq-boxes.heig {
        height: auto;
    }

    .box-none {
        display: none;
    }

    .row.align-items-start.justify-content-between.style-c {
        flex-direction: inherit;
    }

    .revenue-box.mob {
        padding: 0 0;
        display: grid;
        align-content: center;
        position: relative;
    }

    .revenue-box.mob h5 {
        font-size: 12px;
        margin-bottom: 2px !important;
    }

    .revenue-box.mob h6 {
        font-size: 8px !important;
    }

    .revenue-box.mob::before {
        content: '';
        position: absolute;
        left: -23px;
        height: 25px;
        width: 25px;
        background: url(../images/rocket.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .botom-circl-b {
        margin-top: 0;
    }

    .socail-media-plan-sec.style .btn-theme2 div {
        width: auto !important;
    }

    .d-non-mob {
        display: none;
    }

    .d-block-mob {
        display: block;
    }

    .videos-review-sec.one-on h6 p::before {
        content: '';
        height: 20px;
        width: 20px;
        top: 5px;
        margin-left: -22px;
    }

    .ban-sub-p-26,
    .ban-sub-p-24 {
        font-size: 16px;
        line-height: 25px !important;
        width: 100% !important;
    }

    #newsletterPopup form {
        height: 100%;
        width: 90%;
    }

    .vid-box-banner.style iframe {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .book-btn.style {
        margin-top: 30px;
    }

    p.ban-sub-p-26.pt-5.text-center {
        padding-top: 10px !important;
        margin-bottom: 0;
        font-size: 14px;
        width: 90% !important;
        line-height: 18px !important;
    }

    .banner.ono-on.stye {
        height: 470px;
    }

    #newsletterPopup .close {
        top: 10px;
        right: 30px;
        height: 35px;
        width: 35px;
        font-size: 22px;
    }

    .sidenav-landing.active {
        width: 90% !important;
        background: #00000054;
        z-index: 12;
    }

    #newsletterPopup {
        z-index: 11;
    }

    .inn-ban-bottom-sec p {
        text-align: center;
    }

}

@media only screen and (max-width: 650px) {
    .landing-bottom-bar h6 p {
        font-size: 12px;
    }

    section.banner.ono-on.position-relative.overflow-hidden.land-banner {
        padding-top: 15rem;
        height: 100%;
    }

    .style.custome-height {
        height: 1150px !important;
    }

    .cutom-mt {
        position: relative;
        bottom: 0;
        width: 100% !important;
        margin-top: 20px;
    }

    .inner .sticky-package-box {
        top: 100px;
    }

    .pricing-pg.section-gray-color.inner {
        padding-top: 4rem;
    }

    .inner .hand-shake-txt span {
        display: block;
    }

    .inner .hand-shake-txt::after {
        right: -45px;
        height: 40px;
        width: 40px;
        top: -4px;
    }

    .inner .pric-bx h6 {
        font-size: 13px;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 505px) {

    /*one on on*/
    .vid-box-banner.style {
        width: 100%;
        height: auto;
        border: 0;
        border-radius: 0;
        margin: 0;
        border-top-left-radius: 25px;
        overflow: hidden;
        border-top-right-radius: 25px;
        margin-bottom: 5px;
    }

    .vid-box-banner.style a {
        position: absolute;
        z-index: 1;
        width: 20px;
        height: 20px;
        top: 55%;
        left: 4.75%;
        transform: translate(-0%, -50%);
        display: grid;
        place-items: center;
        border-radius: 50%;
        border: 1px solid #ffffff;
        background: #fff;
    }

    .video-review-slider-1::before {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        height: 117%;
        top: 0;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .videos-review-sec.one-on h6 {
        padding: inherit;
        font-size: 10px;
    }


    .socail-media-plan-sec.style .btn-theme2 {
        width: auto;
    }

    .socail-media-plan-sec.style .btn-theme2 .wid-mob {
        /* width: 150px; */
    }

    .socail-media-plan-sec.style .btn-theme2 br {
        display: none;
    }

    .vid-box-banner.style video {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .videos-review-sec.one-on h6 p {
        margin: 0;
        font-size: 9px;
        margin-top: 9px;
        padding: 0;
        text-align: right;
    }

    .top-client-row {
        margin-top: 55px !important;
        padding: 0 20px;
    }

    .mg-40 {
        margin-top: 0;
    }

    .pt-5.testiomal-secss.no-padd {
        padding: 0 !important;
    }

    .max-business-box.style>div .btn-theme2 {
        width: auto;
        margin-top: 10px;
    }

    .max-business-box.style>div .btn-theme2 div {
        width: auto;
    }

    .botom-circl-b h6 p {
        margin: 0;
        /* text-align: left; */
        font-size: 11px;
    }

    .paddd {
        padding: 40px 0 !important;
    }

    .socail-media-plan-sec.style .btn-theme2 {
        width: auto;
    }

    #newsletterPopup form {
        padding: 0;
    }

    #newsletterPopup form {
        height: auto;
        width: 90%;
    }

    .row.top-client-row.chnage.sty {
        margin-top: 30px !important;
        padding: 0 20px;
    }

}

@media (max-width: 1024px) {

    .promotion-page .land-banner {
        height: 600px !important;
    }

}

@media only screen and (max-width: 465px) {
    .vid-box-banner.style a {
        bottom: 4%;
    }

    .row.top-client-row.chnage {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 430px) {
    .vid-box-banner.style a {
        bottom: 8%;
    }
}

@media only screen and (max-width: 421px) {
    .videos-review-sec.one-on h6 a {
        /* width: 100%; */
    }
}

@media only screen and (max-width: 406px) {
    .vid-box-banner.style a {
        bottom: 12%;
        height: 15px;
        width: 15px;
    }

}

@media only screen and (max-width: 400px) {

    .max-business-box.style>div .btn-theme2 {
        /* width: 90%; */
        margin-top: 10px;
    }

    .botom-circl-b .book-btn {
        /* height: 35px; */
        /* margin-left: 0px; */
        /* font-size: 9px; */
        /* gap: 5px; */
        /* width: 215px; */
        /* padding: 0 5px; */
        /* border-radius: 8px; */
    }

    .reviews-widget iframe {
        margin: 0% auto;
        width: 88% !important;
    }
}

@media only screen and (max-width: 375px) {

    .inner .hand-shake-txt::after {
        right: -31px;
        top: 32px;
    }

    .landing-bottom-bar h6 p {
        font-size: 10px;
    }

}

@media only screen and (max-width: 350px) {
    .faq-boxes.heig {
        height: auto;
    }

    .vid-box-banner.style {
        height: 170px;
    }

    .video-review-slider-1::before {
        height: 146.6%;
    }

    .max-business-box.style>div .btn-theme2 div {
        width: auto;
    }

    .banner.ono-on {
        height: 495px;
    }

    .banner.ono-on>h1>span>img {
        width: 165%;
        height: 140%;
    }

    .vid-box-banner.style a {
        left: 5%;
    }

    .socail-media-plan-sec.style .btn-theme2 div {
        width: auto;
    }

    .socail-media-plan-sec.style .btn-theme2 .wid-mob {
        width: auto;
        font-size: 11px;
    }

    .namwrp>div:nth-child(1) {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .big-platform-box>div h3 {
        font-size: 30px !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .counter-box>div,
    .count {
        font-size: 2.5rem !important;
    }

    .reviews-widget iframe {
        margin: 0% auto;
        width: 95% !important;
    }

    .platform-skull-img {
        height: 100px;
        width: 70px;
    }

    span.imawrp {
        width: 50px;
        height: 50px;
    }

    .big-platform-box>div span {
        width: 70px !important;
        height: 70px !important;
    }

    .revenue-box.mob h5 {
        font-size: 10px;
        margin-bottom: 2px !important;
    }

    .revenue-box.mob h6 {
        font-size: 6px !important;
    }

    .revenue-box.mob::before {
        left: -19px;
        height: 18px;
        width: 18px;
    }

}


@media (max-width: 325px) {

    h2.hand-shake-txt.packg {
        font-size: 30px;
    }

    .inner .hand-shake-txt::after {
        right: -40px;
        top: 15px;
    }

    .signup-bonus {
        font-size: 15px !important;
    }

    .landing-bottom-bar h6 p {
        font-size: 8px;
    }

    .promotion-page .pric-bx h5 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .promotion-page .package-box a img {
        width: 15px;
        height: 15px;
    }

    .promotion-page .pric-bx p {
        font-size: 11px;
    }

    .promotion-page .inner .pric-bx h6 {
        font-size: 12px;
    }

    .promotion-page .btn-theme2 {
        width: 100%;
    }

}


.solution-inner {
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.solution-inner #fomm {
    background: #fffffff0;
    padding: 15px;
    border-radius: 25px;
    position: relative;
    width: 500px;
}

.solution-inner #fomm .sign-up-news-popup {
    all: unset !important;
}

.solution-inner.show {
    display: block;
}

.solution-inner .close {
    position: absolute;
    top: 25px;
    background: #ed5d2d;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 30px;
}

.solution-inner #fomm::after {
    content: '';
    position: absolute;
    background: url(../images/safety-pin.html) center/contain no-repeat;
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
}


.marketing-lanidngpage .video-review-slider-1 {
    margin-top: -375px;

}

.marketing-lanidngpage .testi-grid .book-btn.style {
    margin-top: 20px;
}

.marketing-lanidngpage .testi-grid .ban-sub-p-26 {
    margin-bottom: 30px;
}

.marketing-lanidngpage .testiomal-secss {
    padding: 30px 0px !important;
}

.marketing-lanidngpage .socail-media-plan-sec.ptb-8rem {
    padding: 6rem 0;
}

.marketing-lanidngpage .testiomal-secss .btn-theme2 {
    margin: 10px 10px 10px 0px;
}

.marketing-lanidngpage .botom-circl-b {
    margin-top: 30px;

}

.marketing-lanidngpage .botom-circl-b h6 {

    padding: 0px;
}

.marketing-lanidngpage .botom-circl-b h6 p {

    margin: 6px 0px 0px 80px;

}

.marketing-lanidngpage .need-help-sec .faq-boxes {
    padding-bottom: 0px;

}

.marketing-lanidngpage .need-help-sec .faq-boxes .faq-box {
    gap: 2rem;
    padding: 3rem 0;

}

.marketing-lanidngpage .testi-sec .max-business-box {
    position: relative;
    margin-bottom: -140px;
    z-index: 9;

}

.marketing-lanidngpage .foter-style {
    overflow: unset;
    padding-top: 40px;

}

.marketing-lanidngpage .max-business-box>div .btn-theme2 {
    flex: unset;
}

.marketing-lanidngpage .socail-media-plan-sec .imgwrp {}

.marketing-lanidngpage .socail-media-plan-sec .imgwrp img {
    width: 100%;
}

/*one on on*/



.leadform input[type="radio"]:checked+label {
    background: #F6602E;
    color: #fff;
}

.sechold {
    position: relative;
    width: 200px;
    height: 100px;
    margin-right: 20px;
}

.sechold label {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    position: absolute;
    top: 0px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    font-size: 14px;
}



.testiomal-secss .formwrp {
    background: #2c2c2c;
    width: 100%;
    margin: 40px auto 10px;
    border-radius: 9px;
    position: relative;
    z-index: 5;
    padding: 15px;
}

.testiomal-secss .formwrp form {
    display: block;
    text-align: center;
    margin: 0;
}

.testiomal-secss .formwrp form .lable {
    display: inline-block;
    width: 25%;
    margin: 0px -3px -10px;
    vertical-align: top;
}

.testiomal-secss .formwrp form .lable input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    height: 59px;
    font-weight: 400;
    outline: none !important;
}

.testiomal-secss .formwrp form .lable input.nmbr {
    border-right: 0;
}

.testiomal-secss .formwrp form .lable input.fxtwrp {
    border-radius: 9px 0 0px 9px;
}

.testiomal-secss .formwrp form .lable .pack-select-btn {
    background: var(--orange-color);
    border-radius: 0 10px 10px 0;
    outline: none;
    border: none;
    width: 100%;
    justify-content: center;
}

.testiomal-secss .field-radius {
    border-radius: 10px 0 0 10px;
}

.testiomal-secss .formwrp form .lable .pack-select-btn img {
    margin: 0 0 0 10px;
}

.testiomal-secsss .formwrp {
    background: #2c2c2c;
    width: 100%;
    margin: 50px auto 10px;
    border-radius: 9px;
    position: relative;
    z-index: 5;
    padding: 15px;
}

.testiomal-secsss .formwrp form {
    display: block;
    text-align: center;
    margin: 0;
}

.testiomal-secsss .formwrp form .lable {
    display: inline-block;
    width: 25%;
    margin: 0px -3px -10px;
    vertical-align: top;
}

.testiomal-secsss .formwrp form .lable input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    height: 59px;
    font-weight: 400;
    outline: none !important;
}

.testiomal-secsss .formwrp form .lable input.nmbr {
    border-right: 0;
}

.testiomal-secsss .formwrp form .lable input.fxtwrp {
    border-radius: 9px 0 0px 9px;
}

.testiomal-secsss .formwrp form .lable .pack-select-btn {
    background: var(--orange-color);
    border-radius: 0 10px 10px 0;
    outline: none;
    border: none;
    width: 100%;
    justify-content: center;
}

.testiomal-secsss .formwrp form .lable .pack-select-btn img {
    margin: 0 0 0 10px;
}

.testiomal-secsss .field-radius {
    border-radius: 10px 0 0 10px;
}


button.startup-btn.active {
    background: #165967;
}

.brnd-yellow {
    width: auto !important;
    height: auto !important;
    color: #f8c242;
}

.formtextpera {
    font-size: 3.8rem;
    line-height: 1;
    margin: 0 0 15px;
    width: 100%;
}

.desktop-d-none {
    display: none;
}

.no-pading {
    padding-top: 0px;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



@media (max-width: 1224px) {
    .testimonials-2024 {
        padding: 0 16px
    }
}

@media (max-width: 768px) {
    .testimonials-2024 {
        padding: 0
    }
}

.testimonials-2024 h2 {
    text-align: center;
    margin-bottom: 56px;
    margin-top: 0
}

@media (max-width: 768px) {
    .testimonials-2024 h2 {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 36px
    }
}

.testimonials-2024 .testimonials-outer {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: hidden
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer {
        gap: 16px;
        flex-direction: row;
        width: 100vw;
        overflow-x: auto;
        scrollbar-width: none
    }

    .testimonials-2024 .testimonials-outer::-webkit-scrollbar {
        display: none
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner {
    width: 858px;
    height: 580px;
    padding: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 56px
}

.testimonials-2024 .testimonials-outer .testimonial-inner p:empty {
    display: none
}

@media (max-width: 1199px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner {
        gap: 0
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner {
        width: 278px;
        flex-direction: column;
        padding: 24px !important;
        border-radius: 24px !important;
        height: 569px;
        flex: 0 0 auto
    }

    .testimonials-2024 .testimonials-outer .testimonial-inner:first-child {
        margin-left: 16px
    }

    .testimonials-2024 .testimonials-outer .testimonial-inner:nth-child(3) {
        margin-right: 16px
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer {
    position: relative;
    border-radius: 24px;
    background-color: #FFB07B;
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer {
        margin-bottom: 24px
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer br {
    display: none
}

.testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer img.author-pic {
    width: 400px;
    height: 500px;
    border-radius: 24px;
    object-fit: cover;
    transition-duration: 0.6s;
    display: block
}

@media (max-width: 1199px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer img.author-pic {
        width: 300px
    }
}

@media (max-width: 992px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer img.author-pic {
        width: 180px
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer img.author-pic {
        height: 290px;
        width: 278px;
        object-position: center
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer .company-logo {
    position: absolute;
    height: 32px;
    top: 32px;
    left: 32px;
    transition-duration: 0.3s;
    width: auto
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .pic-outer .company-logo {
        height: 24px;
        top: 24px;
        left: 24px
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box p:empty {
    display: none
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box {
        position: initial;
        background: transparent;
        height: auto;
        width: auto;
        cursor: default
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box svg {
        width: 42px;
        height: 27px
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box p {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    margin: 40px 0;
    transition-duration: 0.6s
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box p {
        margin: 24px 0;
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width: 768px) {

    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box svg,
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box p.quote-p {
        display: inline-block;
        opacity: 1
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box p.quote-p {
        min-height: 140px
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 4px
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box h3 {
        color: #000;
        font-size: 16px;
        line-height: 20px;
        width: auto;
        font-weight: 500
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box h4 {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 0
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box h4 {
        font-size: 14px;
        line-height: 16px;
        width: auto
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner .testimonial-new-box h4 a:hover {
    text-decoration: none
}

.testimonials-2024 .testimonials-outer .testimonial-inner.expand {
    transition-duration: 0.6s
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink {
    width: 120px;
    height: 580px;
    padding: 0;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.6s;
    background-color: #F4F4F4 !important;
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink {
        width: 278px;
        padding: 24px;
        flex-direction: column;
        display: flex;
        height: 700px
    }



    .testimonials-2024 .testimonials-outer .testimonial-inner {
        height: 700px;
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink img.author-pic {
    width: 120px;
    height: 580px;
    object-position: 50%
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink img.author-pic {
        height: 290px;
        width: 278px;
        object-position: center
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .company-logo {
    display: none
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .company-logo {
        display: inline-block !important
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 100%);
    height: 100%;
    width: 100%;
    cursor: pointer
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box {
        position: initial;
        background: transparent;
        height: auto;
        width: auto;
        cursor: default
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box svg {
    display: none;
    opacity: 0;
    transition-duration: 0s
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box svg {
        display: inline-block;
        opacity: 1
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box p.quote-p {
    font-size: 0;
    opacity: 0;
    transition-duration: 0s
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box p.quote-p {
        display: inline-block;
        opacity: 1;
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box p:empty {
        display: none
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    position: absolute;
    bottom: 92px;
    transform: rotate(-90deg);
    left: -26px;
    width: 148px
}

@media (max-width: 992px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h3 {
        left: -48px
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h3 {
        position: initial;
        transform: rotate(0deg);
        color: #000;
        width: auto;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
        font-weight: 500
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 {
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    bottom: 110px;
    transform: rotate(-90deg);
    left: -30px;
    width: 202px
}

@media (min-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 a {
        color: #AFAFAF !important
    }
}

@media (max-width: 992px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 {
        left: -53px
    }
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 {
        position: initial;
        transform: rotate(0deg);
        color: #545454;
        width: auto
    }
}

.testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 img {
    display: none
}

@media (max-width: 768px) {
    .testimonials-2024 .testimonials-outer .testimonial-inner.shrink .testimonial-new-box h4 img {
        display: inline-block
    }
}

.testimonials-2024 .wp-block-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 56px
}

@media (max-width: 768px) {
    .testimonials-2024 .wp-block-button {
        padding-top: 24px
    }
}

section.new-testimonials {
    padding: 5rem 0 0rem;
}







.stickywrp {
    position: sticky;
    top: 150px;
}

i {
    font-family: "FontAwesome" !important;
    font-style: normal;
}

.inner-main .banner {
    height: auto;
}

.home-form {
    height: auto;
    padding: 8rem 0;
}

.sub-menu.sub-menu-small.sub-menu-large {
    width: 300px;
    left: 70%;
}

.inner-trust {
    width: 150px;
}

.inner-main .big-platform-box>p {
    height: 150px;
}

.imgwrp {}

.imgwrp img {
    width: 100%;
    border-radius: 30px;
}


/* Default slide */
.center-slider .slick-slide {
    color: #FFF;
    height: auto;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    /* transform: scale(0.7, 0.7); */
    /* transition: all 0.4s ease-in-out; */
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
}

.center-slider .slick-current.slick-active {
    transform: scale(1.2);
}

.mobileslidewrp {
    padding: 60px 0 100px;
    background-color: transparent;
    /* background:#262626; */
    position: relative;
    z-index: 9;
    overflow-x: hidden;
}

.mobileslidewrp .imgwrp {}

.mobileslidewrp .imgwrp ul {
    margin: 0;
}

.mobileslidewrp .imgwrp ul li {}

.mobileslidewrp .imgwrp ul li img {
    width: 100%;
}

.mobileslidewrp .slick-list {
    overflow: unset;
}

.mobileslidewrp .text-center {
    margin-bottom: 50px !important;
}

.new-boxes {
    padding: 8rem 0;
}

.new-boxes .blogs-box h3 {
    margin: 30px 0 15px;
}

.new-boxes .blogs-box a:nth-of-type(1) {
    font-size: 16px;
    text-transform: uppercase;
    margin: 2rem 0;
    padding: 20px 20px;
    height: auto;
    width: max-content !important;
}

.new-box-two div h3 {
    font-size: 3.0rem;
}

.new-box-two .col-12:first-child {
    text-align: unset !important;
}

.new-box-two span img {
    margin-bottom: 20px;
    height: 85px;
}

.new-box-two:after {
    display: none;
}

.header-top-slides img {
    height: 50px;
}

.new-box-two {
    padding: 8rem 0;
    /* border-bottom: 1px solid #4A4A4A; */
    /* background: #000 !important; */
    border: none;
}

.help-support-slider {
    display: flex;
    gap: 30px;
}

.golden {
    font-size: 20px;
    display: block;
    margin: 20px 0 0;
    color: #FF7B22 !important;
    text-decoration: none !important;
    font-family: var(--primary-font), sans-serif !important;
    width: 80%;
    font-weight: 400;
    line-height: 21px;
}

.clr-gold {
    color: #FF7B22;
}


.counter {
    /* rem(2px) is equivalent to 2px */
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 25px;
    /* rem(50px) is equivalent to 50px */
    /* rem(50px) is equivalent to 50px */
    margin: auto;
    /* rem(20px) is equivalent to 20px */
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
}

.counter>span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1;
}

.counter>span span {
    flex: 0 0 100%;
    height: 100%;
}

.counter:nth-child(1) {
    color: #FF7B22;
}


.help-support-slider2 .slick-slide {
    margin: 0 20px !important;
}

.help-support-slider2 .resource-box {
    padding: 3rem 3rem;
}

.help-support-slider2 .slick-next {
    left: 50px !important;
}

.help-support-slider2 .slick-prev,
.help-support-slider2 .slick-next {
    bottom: -50px;
    left: 0;
}


.cta-btn {
    display: flex;
    gap: 8px;
}

.testimonial-pg {
    padding-top: 220px;
}

.book-a-meeting-banner {
    padding-bottom: 8rem;
    padding-top: 11rem;
}



/*.slick-slide .inner {  margin: 0 15px;}*/
.slick.marquee .slick-slide {
    opacity: 1;
    margin: 0 20px;
}

.inner {}

.inner .rev-box {
    width: 395px;
    padding: 30px;
    background: #F4F4F4;
    border-radius: 30px;
    height: 370px;
    margin: 0 0px 0 0px;
    position: relative;
}

.slick.marquee.bottom .inner .rev-box {
    margin: 0 50px 0 0;
}

.inner .rev-box .header-box {
    display: flex;
    align-items: center;
}

.inner .rev-box .header-box img {
    width: 30px;
    border-radius: 50%;
    margin: 0 20px 0px 0;
}

.inner .rev-box .header-box h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.inner .rev-box .header-box p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: #000;
    font-family: "Outfit", sans-serif;
}

.inner .rev-box .content-box {
    margin: 30px 0 0;
}

.inner .rev-box .content-box p {
    font-size: 15px;
    height: 220px;
    margin: 0;
    line-height: 24px;
    color: #121212;
}

.inner .rev-box .content-box p:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 60px;
    background: #dfd8bc91;
    left: 0;
}

.inner .rev-box .testi-star {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0;
}

.inner .rev-box .testi-star img {
    width: 105px;
    margin-top: 0 !important;
}

.inner .rev-box .testi-star img.brand-icon {
    width: 35px;
}

.slick.marquee.bottom {}

.slick.marquee.bottom .slick-slide {
    margin: 40px 20px 0 20px;
}

.slick.marquee.bottom .slick-track {}

.service-review .marquee {
    height: auto;
}

.service-review .marquee:before {
    opacity: 0;
}

.marq-2 {
    margin: 30px 0px 0 -420px;
}

.service-review {
    padding: 8rem 0;
}

img.bedge {
    width: 20px !important;
    margin: 4px 0px 0 10px !important;
}

.company-l img {
    height: 60px;
}

.service-review .testimonial-pg-box {
    width: 425px;
    height: 420px;
    display: grid;
    align-items: stretch;
}




footer .notice .accordion {
    border: 3px solid #7d77532e;
    margin: 0;
}

footer .noticehead {
    color: #FF7B22;
    margin: 0 0 20px;
    font-size: 14px;
}

footer .accordion-item {
    background-color: unset;
}

footer .notice .accordion-button {
    color: #c0b9b9;
    background: unset;
}

footer .notice .accordion-body p {
    color: #c0b9b9;
}

p.footer-pera {
    color: #fff;
    font-size: 16px;
    width: 70%;
    margin: 20px 0 20px;
    line-height: 20px;
}

.footer-number {
    color: #FF7B22 !important;
    font-size: 24px !important;
    margin: 20px 0;
    display: block;
    font-weight: 500;
}

.testiomal-sec .accordion {
    padding: 20px 20px 0;
    margin: 0 0 50px;
    border: 3px solid #E5E9EF;
    border-radius: 30px;
}

.testiomal-sec .accordion button span {
    color: #f56600;
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px;
    display: inline;
    margin: 5px 0 0;
}

.testiomal-sec p a {
    font-weight: 600;
    transition: 0.3s ease-in-out;
    text-decoration: underline;
}

.privacy-choices a {
    font-size: 14px;
    text-decoration: underline;
    color: #9D9FA2;
}

.privacy-choices a img {
    height: 17px;
    margin: 0 0 0 5px;
    width: auto;
}

.testiomal-sec .accordion-button {
    align-items: flex-start;
    display: unset;
}

.testiomal-sec .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: none;
}

.testiomal-sec .accordion-body {
    padding: 0;
}

.accordion-button:focus {
    box-shadow: unset;
}

.testiomal-sec .accordion-body p {
    font-size: 14px;
}

.testiomal-sec .accordion-item {
    border: none;
}

.testiomal-sec .accordion button {
    font-size: 14px;
    color: #c0b9b9;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 32px;
    font-family: "Outfit", sans-serif;
    padding: 0;
}

.testiomal-sec .accordion-item:last-of-type .accordion-collapse {
    transition: 1s all;
}

.testiomal-sec .accordion button i {
    color: #f56600;
    transform: rotate(0deg) !important;
    transition: 1s all;
    display: inline-block;
}

button.accordion-button.collapsed i {
    transform: rotate(-180deg) !important;
    transition: 1s all;
}

.footer-bottom {
    padding: 40px 0 0;
    border-top: 1px solid #363016;
    background: #ffffff00;
}

.footer-bottom .Copyrighttxt {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.footer-bottom .Copyrighttxt a {
    margin: 0 0 0px 0px;
}

.footer-bottom .Copyrighttxt a img {
    height: 20px;
    width: auto;
    margin: 0;
}

.footer-bottom .Copyrighttxt p {
    font-size: 12px;
    margin: 0;
    color: #A0A5B1;
    font-weight: 400;
    margin: 0px 0 0 0px;
    line-height: 24px;
}

.footer-bottom .Copyrighttxt.desclaimer p {
    margin: 20px 0 0;
    font-size: 16px;
}

.footer-bottom .main-wrp-list {
    text-align: center;
    display: inline-block;
}

/*Model Styling Start*/

.privacy-choice input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.privacy-choice label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 3px;
    right: 10px;
}

.privacy-choice label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.privacy-choice input:checked+label {
    background: #262108;
}

.privacy-choice input:checked+label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.privacy-choice label:active:after {
    width: 10px;
}

.pricavy-toogle {
    position: relative;
}

.pricavy-toogle h6 {
    color: #000;
}

.pricavy-toogle input {
    position: absolute;
    top: 0;
    right: 0;
}

.privacy-choice a {
    margin: 0;
    color: #a47413;
    text-decoration: underline;
    font-size: 16px;
    padding: 0;
    border: none;
    font-weight: 400;
    visibility: unset !important;
    float: right;
    width: auto;
    height: auto;
    background: unset;
}

.privacy-choice .themes-btn {
    visibility: unset !important;
    float: right;
    width: auto;
    height: auto;
}

.privacy-choice .themes-btn:hover {
    transform: translateY(0rem);
}


div#exampleModaltwo .modal-content {
    border-radius: 30px;
    padding: 0px 0 20px;
}

div#exampleModaltwo .modal-body {
    height: auto;
    padding: 0 40px 20px;
}

div#exampleModaltwo h5 {
    font-size: 22px;
}

div#exampleModaltwo p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

div#exampleModaltwo .modal-header {
    border-bottom: unset;
}

/*Model Styling Start End*/
.seo-banner {
    padding-bottom: 80px;
}


.home-pg .banner .sign-up-news-popup {
    height: auto;
    padding: 5rem 3rem 0;
}

.home-pg .gradient-back {
    height: auto;
}

.home-pg .sign-up-news-popup>div {
    padding: 0 !important
}


.amz-package .home-form {
    padding-top: 200px;
}



.dmcabedge {
    margin-top: 10px;
}

.dmcabedge a {
    margin-left: 0;
}

.dmcabedge a img {
    height: 70px;
    width: auto;
}


.floating-image {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.floating-image img {
    width: 170px;
    /* apni zarurat ke mutabiq */
    height: auto;
    display: block;
    transition: 0.3s ease;
}

.floating-image img:hover {
    transform: scale(1.08);
}


.tooltip {
    position: relative;
}

.tooltip:after,
.tooltip:before {
    opacity: 0;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top;
    transition: all 0.18s ease-out 0.18s;
}

.tooltip:after {
    background-color: #f5f5f5;
    box-shadow: 0 0 3px #ddd;
    content: attr(data-tooltip);
    padding: 10px;
    white-space: nowrap;
    margin-bottom: 11px;
}

.tooltip:before {
    width: 0;
    height: 0;
    content: "";
    margin-bottom: 6px;
}

.tooltip:hover:before,
.tooltip:hover:after {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

[data-tooltip-pos="up"]:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f5f5f5;
    margin-bottom: 6px;
}

[data-tooltip-pos="down"]:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f5f5f5;
    margin-top: 6px;
}

[data-tooltip-pos="right"]:before {
    border-top: 6px solid transparent;
    border-right: 6px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    margin-left: 6px;
}

[data-tooltip-pos="left"]:before {
    border-top: 6px solid transparent;
    border-left: 6px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    margin-right: 6px;
}

[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -10px);
}

[data-tooltip-pos="down"]:after {
    margin-top: 11px;
}

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
    transform: translate(-50%, 0);
}

[data-tooltip-pos="left"]:before,
[data-tooltip-pos="left"]:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%);
}

[data-tooltip-pos="left"]:after {
    margin-right: 11px;
}

[data-tooltip-pos="left"]:hover:before,
[data-tooltip-pos="left"]:hover:after {
    transform: translate(0, -50%);
}

[data-tooltip-pos="right"]:before,
[data-tooltip-pos="right"]:after {
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translate(-10px, -50%);
}

[data-tooltip-pos="right"]:after {
    margin-left: 11px;
}

[data-tooltip-pos="right"]:hover:before,
[data-tooltip-pos="right"]:hover:after {
    transform: translate(0, -50%);
}

[data-tooltip-length]:after {
    white-space: normal;
}

[data-tooltip-length="small"]:after {
    width: 80px;
}

[data-tooltip-length="medium"]:after {
    width: 150px;
}

[data-tooltip-length="large"]:after {
    width: 260px;
}

[data-tooltip-length="fit"]:after {
    width: 100%;
}




/*css just to the example*/
.component--example {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*.packages-sec {display:none !important;}*/



.appointment-wrapper {

    padding: 50px 0px;
}

.appointment-box {
    background: #151515;
    border: 1px solid #444;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    min-height: 700px;
}

/* LEFT SIDE */
.appointment-info {
    width: 34%;
    padding: 55px 24px;
    border-right: 1px solid #444;
}

.appointment-info h2 {
    font-size: 22px;
    font-family: var(--primary-font);
    line-height: 1.4;
    margin: 0 0 15px;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 16px;
}

.info-row span {
    color: #aaa;
}

.appointment-info p {
    color: #ddd;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 25px;

}

.highlight {
    color: #f2a900 !important;
    font-weight: bold;
}

/* RIGHT SIDE */
.appointment-content {
    width: 66%;
    padding: 30px 24px;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.appointment-content h3 {
    margin: 0 0 25px;
    font-size: 18px;
    font-family: var(--primary-font);

}

/* CALENDAR */
.calendar-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-bottom: 20px;
}

.month-title {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: #fff;
}

.month-btn {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #292929;
    color: #fff;
    font-size: 30px;
    cursor: pointer;

}

.calendar {
    width: 100%;
}

.weekdays,
.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    text-align: center;
}

.weekdays div {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
}

.day {
    width: 44px;
    height: 44px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #9f9f9f;
    font-size: 14px;
    background: none;
    border: none;

}

.day.available {
    color: #fff;
    background: #292929;
    font-weight: 600;
    font-size: 16px;
}

.day.available:hover {
    background: #444;
    font-weight: 600;
    font-size: 16px;
}

.day.selected {
    background: #fff;
    color: #111;
    font-weight: bold;
}

/* TIME */
.time-section {
    margin-top: 25px;
}

.time-zone {
    margin-bottom: 15px;
    color: #ccc;
    font-size: 14px;
}

.time-list {
    max-height: 470px;
    overflow-y: auto;
    padding-right: 5px;
    margin-top: 14px;
}

.time-btn {
    width: 100%;
    height: 50px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.time-btn:hover,
.time-btn.selected {
    background: #fff;
    color: #111;
}

/* CONTINUE */
.continue-btn,
.submit-btn,
.back-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.continue-btn,
.submit-btn {
    background: #fff;
    color: #111;
    margin-top: 15px;
}

.continue-btn:hover,
.submit-btn:hover {
    background: #ddd;
}

.back-btn {
    background: transparent;
    border: 1px solid #555;
    color: #fff;
    margin-top: 10px;
}

/* STEP 2 FORM */
.contact-form {
    max-width: 600px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #ddd;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background: #202020;
    color: #fff;
    border: 1px solid #555;
    border-radius: 4px;
    padding: 14px;
    font-size: 14px;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #fff;
}

.form-group textarea {
    height: 130px;
    resize: vertical;
}

.selected-appointment {
    background: #202020;
    border: 1px solid #444;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    color: #ddd;
    font-size: 14px;
}

.selected-appointment strong {
    color: #fff;
}

.success-message {
    display: none;
    text-align: center;
    padding-top: 100px;
}

.success-message h2 {
    font-size: 26px;
}

.success-message p {
    color: #ccc;
}

/* MOBILE */
@media (max-width: 768px) {

    .appointment-wrapper {
        margin: 20px auto;
    }

    .appointment-box {
        display: block;
    }

    .appointment-info,
    .appointment-content {
        width: 100%;
    }

    .appointment-info {
        border-right: 0;
        border-bottom: 1px solid #444;
        padding: 30px 20px;
    }

    .appointment-content {
        padding: 25px 20px;
    }

    .day {
        width: 38px;
        height: 38px;
    }

    .weekdays,
    .days {
        gap: 3px;
    }
}


.maindtetm {
    display: flex;
    column-gap: 25px;
}


.time-list::-webkit-scrollbar {
    width: 5px;
    /* Width of the vertical scrollbar */
    height: 5px;
    /* Height of the horizontal scrollbar */
    margin-left: 5px;
}

.time-list::-webkit-scrollbar-track {
    background: transparent;
    /* Track background color */

}

.time-list::-webkit-scrollbar-thumb {
    background: #888888;
    /* Thumb color */
    border-radius: 5px;
    /* Rounded corners */

}

.time-list::-webkit-scrollbar-thumb:hover {
    background: #555555;
    /* Thumb color on hover */
}









.form-card {
    background-color: #f4f4f4;
    border-radius: 40px;
    padding: 40px 35px;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.form-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0.5px;
}

.form-header p {
    font-size: 17px;
    color: #333 !important;
    line-height: 1.4 !important;
    font-family: "Rubik", sans-serif !important;
    margin-bottom: 30px !important;
}

.form-card .input-group {
    margin-bottom: 18px;
    position: relative;
    font-family: "Rubik", sans-serif;
}

.form-card .input-group input,
.form-card .input-group textarea {
    width: 100%;
    padding: 14px 16px;
    background-color: #ececec;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    outline: none;
    font-family: "Rubik", sans-serif;
    transition: border-color 0.2s;
}

.form-card .input-group input:focus,
.form-card .input-group textarea:focus {
    border-color: #ff6b17;
    background-color: #fff;
}

/* Email input with icon */
.form-card .email-wrapper {
    position: relative;
    font-family: "Rubik", sans-serif;
}

.form-card .email-wrapper i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    font-size: 15px;
}

.form-card .email-wrapper input {
    font-family: "Rubik", sans-serif !important;
}

/* Phone Input Styling */
.form-card .phone-wrapper {
    display: flex;
    align-items: center;
    background-color: #ececec;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
}

.form-card .flag-select {
    display: flex;
    align-items: center;
    padding: 0 10px 0 14px;
    cursor: pointer;
}

.form-card .flag-select img {
    width: 24px;
    height: auto;
    border-radius: 2px;
    margin-right: 5px;
}

.form-card .flag-select span {
    font-size: 10px;
    color: #333;
}

.form-card .phone-wrapper input {
    border: none;
    background: transparent;
    padding-left: 15px !important;
    font-family: "Rubik", sans-serif !important;
}

.form-card .input-group textarea {
    resize: vertical;
    min-height: 120px;
    font-family: "Rubik", sans-serif;
}

.form-card .submit-btn {
    width: 100%;
    background-color: #ff6b17;
    color: #ffffff;
    border: none;
    padding: 10px;
    font-size: 20px;
    font-weight: 500 !important;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.2s;
    font-family: "Rubik", sans-serif !important;
}

.form-card .submit-btn:hover {
    background-color: #e55a0b;
}

.form-card .footer-links {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
}

.form-card .footer-links a {
    color: #1a73e8;
    text-decoration: underline;
    font-family: "Rubik", sans-serif;
}

.form-card .footer-links span {
    color: #666;
    margin: 0 2px;
}