:root {
    --black: #000;
    --light-black: #333333;
    --white: #fff;
    --light-blue: #486fa4;
    --dark-blue: #0e2e67;
    --sky-blue: #0c7cde;
    --orange: #f16f1d;
    --brown: #522b25;
    --gray: #adaba2;
    --light-gray: #f6f6f6;
    --green: #7a8c22;
    --rhythm: #89779d;
    --fluorescent-blue: #29f1fd;
}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin: 0%;
}

.section p {
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    margin: 0px;
}

ul {
    margin: 0px !important;
    padding-left: 0px !important;
}

li {
    list-style: none;
}

button {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background: transparent;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i {
    transition: unset;
}

:focus {
    outline: 0px !important;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--dark-blue);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

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


/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px
    }
}

@media (min-width:1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}


/* BOOTSTRAP CSS END  */


/* GLOBAL CSS START HERE  */

.section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.dark-blue {
    background-color: var(--dark-blue);
}

.sky-blue {
    background: var(--sky-blue);
}

.orange {
    background-color: var(--orange);
}

.brown {
    background-color: var(--brown);
}

.gray {
    background-color: var(--gray);
}

.green {
    background-color: var(--green);
}

.rhythm {
    background-color: var(--rhythm);
}

.fluorescent-blue {
    background-color: var(--fluorescent-blue);
}

.clr-orange {
    color: var(--orange);
}

.clr-blue {
    color: var(--dark-blue);
}

.row.footer-icon-row {
    margin-bottom: 0 !important;
}

.head {
    position: relative;
    margin: 0 0 2rem;
    padding: 0 0 1rem;
}

.head:before {
    position: absolute;
    content: '';
    background-color: var(--orange);
    width: 100px;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (min-width: 1199px) {
    .head {
        max-width: 80%;
        margin: 0 auto 3rem;
    }
}

.head h2 {
    position: relative;
    color: var(--dark-blue);
    line-height: 1;
    margin: 0 0 1rem;
    font-weight: 800;
}

@media screen and (min-width: 1199px) {
    .head h2 {
        font-size: 2.5rem;
    }
}

.head h2 span {
    color: var(--orange);
}

/* .head h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: #0e2e67;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 10px;
    z-index: 9;
}

.head h6 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--orange);
    color: var(--white);
    display: inline-block;
    padding: 0.2rem 1rem;
} */

.head p {
    color: var(--dark-blue);
    font-weight: 500;
}

.head p a {
    text-decoration: underline !important;
    color: var(--orange);
}

a.main-cta {
    font-family: 'Inter', sans-serif;
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    border: 2px solid transparent;
    padding: 1rem 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: .8rem;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.main-cta.btn-blue {
    background: var(--dark-blue);
    box-shadow: 2px 2px 20px rgb(14 46 103 / 40%);
}

a.main-cta.btn-blue:hover {
    background: var(--orange);
    box-shadow: unset;
}

a.main-cta.btn-orange {
    background: var(--orange);
    box-shadow: 2px 2px 20px rgb(241 111 29 / 40%);
}

a.main-cta.btn-orange:hover {
    background: var(--dark-blue);
    box-shadow: unset;
}

a.main-cta.btn-green {
    background: #32ba7c;
    box-shadow: 2px 2px 20px rgb(50 186 124 / 40%);
}

a.main-cta.btn-green:hover {
    background: var(--white);
    box-shadow: unset;
    color: #32ba7c;
    border-color: #32ba7c;
}

section.diamond {
    padding-top: 8.75rem;
    margin-top: 3.75rem;
    overflow: visible;
    border-top: 1px solid #b9b9b9;
}

img.diamond {
    position: absolute;
    top: -55px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9;
}

/* GLOBAL CSS END HERE  */


/* SECTION ONE CSS START HERE */

.homeBanner {
    position: relative;
    background-image: url('../img/global/coverBanner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    padding: 40px 0;
}

/* .topRow {
    position: relative;
    z-index: 9;
} */

.homeBanner .topRow .col-left {
    position: relative;
    z-index: 9;
}

.homeBanner .topRow h1 {
    font-size: 48px;
    font-weight: 800;
    color: var(--dark-blue);
    line-height: 55px;
    padding-bottom: 25px;
}

.homeBanner .topRow h1 span {
    display: block;
    color: var(--orange);
}

.homeBanner .topRow p.sub-text {
    color: var(--dark-blue);
}

.homeBanner .coverBtns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 1.5rem;
    margin: 3rem 0 0;
}

.homeBanner .coverBtns-responsive {
    display: none;
}

.coverBtns a {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.coverBtns a.talk-chat {
    background: var(--orange);
    color: var(--white);
    padding: 16px 40px;
    border-radius: 8px;
    border: 2px solid transparent;
    Box-shadow: 0 10px 20px #f47a1e8a;
}

.coverBtns a.talk-chat:hover {
    background: transparent;
    color: var(--orange);
    border-color: var(--orange);
}

.coverBtns a.talk-phone {
    position: relative;
    color: var(--dark-blue);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    padding-left: 60px;
}

.coverBtns a.talk-phone:before {
    position: absolute;
    content: '\f095';
    font-family: 'FontAwesome';
    left: 0px;
    width: 50px;
    height: 50px;
    background: var(--dark-blue);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.coverBtns a.talk-phone:hover {
    color: var(--orange);
}

.coverBtns a.talk-phone:hover:before {
    background: var(--orange);
}

.homeBanner .col-right {
    position: relative;
}

.homeBanner .bottomRow {
    text-align: center;
}

.homeBanner .bottomRow .statsRow {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.homeBanner .bottomRow .statsBox h2 {
    font-family: 'Inter', sans-serif;
    font-size: 45px;
    font-weight: revert;
    color: var(--dark-blue);
}

.homeBanner .bottomRow .statsBox p {
    font-weight: 500;
    color: var(--dark-blue);
}

.homeBanner .bottomRow ul.partners img {
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.homeBanner .bottomRow ul.partners img:hover {
    filter: grayscale(0);
}

.homeBanner .bottomRow ul.partners {
    display: flex;
    grid-gap: 20px;
    width: 90%;
    margin: 0 auto !important;
    justify-content: center;
    align-items: center;
}

.bannerImg {
    position: absolute;
    left: -60px;
    bottom: -40px;
    z-index: 9;
}

img.priceBadge {
    position: absolute;
    max-width: 30%;
    top: -45px;
    right: -100px;
}

.banner-graph-arrow {
    position: absolute;
    right: -15%;
    top: -6%;
}

.banner-plane {
    position: absolute;
    top: 0;
    left: -90px;
    max-width: 290px;
}

#RFP {
    position: relative;
    background: var(--white);
    border-radius: 10px;
    padding: 30px 20px;
    max-width: 55%;
    margin: 0 0 20px auto;
    box-shadow: 10px 0 15px rgb(14 46 103 / 20%);
    z-index: 9;
}

#RFP:before {
    position: absolute;
    content: '';
    background: var(--orange);
    width: 30%;
    height: 5px;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}

.homeBanner #RFP h2 {
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    color: var(--dark-blue);
    padding-bottom: 20px;
}


.homeBanner #RFP h2 span {
    color: var(--orange);
}

#RFP .form-group {
    position: relative;
    margin-bottom: 15px
}

#RFP .form-group i {
    position: absolute;
    font-size: 14px;
    color: #f47a1e;
    left: 15px;
    top: 18px;
}

#RFP .form-control {
    padding: 10px 10px 10px 40px;
    background-color: #f3f7fa;
    font-size: 14px;
    color: #a9a9a9;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 50px;
}

#RFP .form-control:focus {
    border-color: var(--orange);
}

#RFP textarea {
    border-radius: 1.25rem !important;
    height: 80px;
    resize: none;
}

#RFP .form-control::placeholder {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #9daac1;
}

#RFP .button-box a {
    background: var(--orange);
    color: var(--white);
    padding: 12px 50px;
    border-radius: 50px;
    display: inline-block;
    Box-shadow: 0px 0px 10px #f47a1e8a;
}

#RFP .button-box a i {
    font-size: 14px;
    padding-left: 5px;
}

#RFP .button-box {
    text-align: center;
    margin-top: 24px;
}

#RFP .button-box a:hover {
    background: var(--dark-blue);
    box-shadow: unset;
}

/* SECTION ONE CSS END HERE */


/* SECTION TWO CSS START HERE */

.s2 {
    background: var(--dark-blue);
    padding: 2rem 0;
    text-align: center;
}

.s2 .row {
    align-items: center;
}

/* SECTION TWO CSS END HERE */

/* SECTION THREE CSS START HERE */

.s3 .div-text p {
    color: var(--dark-blue);
}

.s3 .list {
    margin: 1.5rem 0 !important;
}

.s3 .list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #eef2f8;
    padding: .5rem 1.5rem;
}

.s3 .list li:not(:last-child) {
    margin: 0 0 1rem;
}

.s3 .list li strong {
    font-size: 1.125rem;
}

.s3 .list li p {
    margin: 0;
}

@media (min-width: 1199px) {
    .s3 .div-video a.seo-video {
        position: absolute;
        bottom: 0;
    }
}

/* SECTION THREE CSS END HERE */

/* SECTION FOUR CSS START HERE  */

.s4 {
    background: var(--light-gray);
}

.s4 h2 {
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--dark-blue);
    border-bottom: 1px solid #b9cadf;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
}

.s4 .logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.s4 .logo-box li {
    flex: 1 1 20%;
    align-items: center;
    text-align: center;
}

/* SECTION FOUR CSS END HERE  */

/* SECTION FIVE CSS START HERE */

.s5 .tab-content {
    display: none;
}

.s5 .tab-content.active {
    display: block;
}

.s5 .tab-content .packages-row {
    grid-row-gap: 2rem;
}

.s5 ul.tabs-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.s5 ul.tabs-list .tab-nav {
    position: relative;
    flex: 1 1 22.333%;
    text-align: center;
    background: #e6eaf0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.s5 ul.tabs-list .tab-nav h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #747474;
}

.s5 ul.tabs-list .tab-nav p {
    margin: 0;
    color: #747474;
    letter-spacing: 2px;
}

.s5 ul.tabs-list .tab-nav.active {
    background: var(--dark-blue);
}

.s5 ul.tabs-list .tab-nav.active div>* {
    color: var(--white);
}

.s5 ul.tabs-list .tab-nav.active img {
    filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(255deg) brightness(300%) contrast(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.s5 ul.tabs-list .tab-nav img.recommended {
    filter: unset;
    position: absolute;
    left: -1rem;
    top: -1rem;
}

.s5 .tabs-body {
    margin: 2rem 0 0;
}

.s5 .package-Box {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 1rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.s5 .package-Box:hover {
    box-shadow: 0 0 30px rgb(204 204 204 / 40%);
}

span.most-popular,
span.recommended {
    color: var(--white) !important;
    padding: 5px 10px;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 0.2rem;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    text-align: center;
    width: 210px;
}

span.most-popular {
    background: var(--orange);
}

span.recommended {
    background: var(--dark-blue);
}

.s5 .pkg-name {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    min-height: 120px;
}


.s5 .pkg-name>div {
    text-align: left;
}

.s5 .pkg-name:before {
    position: absolute;
    content: '';
    background: var(--orange);
    height: 7px;
    width: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.s5 .pkg-name p {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--dark-blue);
    margin: 0;
    line-height: 1.2;
}

.pkg-name small {
    font-family: 'Inter', sans-serif;
    color: #474747 !important;
    font-weight: 500;
}

.package-price {
    background: #f2f5f9;
    text-align: center;
    padding: 1.5rem 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.s5 .package-price {
    min-height: 166px;
}

.s5 .package-price>p {
    margin: 0;
    color: #bfbfbf;
    font-weight: 500;
}

.s5 .package-Box:hover .package-price p {
    color: #6178a1;
}

.package-price span sup {
    color: var(--orange);
    top: -0.5em;
    font-size: 45px;
}

.package-price span {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 4.375rem;
    line-height: 1;
    color: var(--dark-blue);
    font-weight: 800;
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.package-price small {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #bfbfbf;
    margin-left: 30%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.s5 .package-Box:hover .package-price {
    background: var(--dark-blue);
}

.s5 .package-Box:hover span {
    color: var(--white);
}

.s5 .package-Box:hover small {
    color: #6178a1;
}

.s5 .package-body {
    padding: 1rem 1rem 0;
}

.s5 .package-body>p {
    text-align: center;
    color: #252525;
    font-size: .875rem;
    margin: 0;
    line-height: 1.5rem;
}

.s5 .package-body hr {
    background: #e6e9ee;
    opacity: 1;
}

.s5 .pkg-list h4 {
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: var(--dark-blue);
    margin: 0 0 .4rem;
}

.s5 .pkg-list ul {
    margin: 0 0 1rem !important;
}

.s5 .pkg-list ul li {
    position: relative;
    color: #343434;
    font-size: .875rem;
    padding-left: 1.5rem;
}

.s5 .pkg-list ul li:before {
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    color: var(--white);
    width: 15px;
    height: 15px;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: bold;
}

.s5 .pkg-list {
    height: 270px;
    overflow-y: auto;
}

.s5 .pkg-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e6e9ee;
}

.pkg-list::-webkit-scrollbar {
    width: 3px;
    background-color: #e6e9ee;
}

.s5 .pkg-list::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.s5 .package-order {
    padding: 1.5rem 0 2.5rem;
    text-align: center;
}

.s5 .package-order a,
.s5 .package-order button {
    background: var(--dark-blue);
    color: var(--white);
    display: inline-block;
    padding: 1rem 4rem;
    border-radius: 50px;
    box-shadow: 6px 6px 15px rgb(14 46 103 / 30%);
}

.s5 .package-order a:hover,
.s5 .package-order button:hover {
    background: var(--orange);
    box-shadow: 6px 6px 15px rgb(241 111 29 / 30%);
}

.s5 .packageContact {
    /* background: #f2f5f9; */
    margin: 0 1rem;
    padding: 1rem 0;
    border-top: 1px solid #e6e9ee;
}

.s5 .packageContact>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.s5 .packageContact>ul>.shape {
    width: 1px;
    height: 40px;
    background: #ddd;
}

.s5 .packageContact>ul>li>small {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #6178a1 !important;
}

.s5 .packageContact>ul>li a {
    color: var(--dark-blue);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.s5 .packageContact>ul>li i {
    color: var(--orange);
    font-weight: bold;
    font-size: 1.125rem;
}

/* SECTION FIVE CSS END HERE */

/* SECTION SIX CSS START HERE  */

section.the-ultimate {
    background: var(--dark-blue);
    padding-top: 0;
}

.theUltimate-head {
    align-items: flex-end;
    max-width: 1125px;
    margin: 0 auto;
}

.theUltimate-head .col-right {
    padding: 2rem 2rem 0;
}



.theUltimate-head .col-left {
    background: var(--orange);
    border-radius: 0 0 20px 20px;
    padding: 2rem 0;
    box-shadow: 3px 3px 0px #b54a06;
    position: relative;
}

.theUltimate-head .col-left h2 {
    font-size: 36px;
    color: var(--white);
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 20px;
    text-shadow: 2px 2px 2px #222;
}

.theUltimate-head .col-right h2 {
    color: var(--white);
    font-size: 30px;
    font-weight: bold;
}

.theUltimate-head .col-right h2 span {
    color: var(--orange);
}

.theUltimate-head .col-right p {
    position: relative;
    color: var(--white);
    font-size: .875rem;
    font-weight: 400;
    display: inline-block;
    line-height: 20px;
}

.theUltimate-head .col-left img.tu-left-arrow {
    position: absolute;
    left: -30px;
    bottom: -50px;
}

.theUltimate-head .col-right img.tu-right-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}

.theUltimate-box h4 {
    background: var(--orange);
    padding: 8px 14px 8px 20px;
    box-shadow: 3px 3px 0px #b54a06;
    position: relative;
    display: inline-block;
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2px 2px 2px #222;
    margin-bottom: 15px;
}

.theUltimate-packages {
    background: #00165e;
    padding: 50px 10px 50px 40px;
    max-width: 1240px;
    margin: 20px auto 0;
    margin-top: 20px;
    border-radius: 30px;
}

@media only screen and (min-width: 1199px) {
    .theUltimate-packages {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-gap: 28px;
        -moz-column-gap: 28px;
        -webkit-column-gap: 28px;
    }
}

.theUltimate-box ul li {
    position: relative;
    color: var(--white);
    font-size: 14px;
    line-height: 24px;
}

.theUltimate-box ul li i {
    background: var(--orange);
    color: var(--dark-blue);
    font-weight: bold;
    padding: 0px 4px;
    margin-right: 4px;
}

.theUltimate-packages .theUltimate-box:not(:first-child) {
    margin-top: 15px;
}

.theUltimate-footer {
    max-width: 1240px;
    margin: 30px auto 0;
}

.theUltimate-footer .col-left h2 {
    color: var(--white);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 2px 2px 2px #222;
    padding-bottom: 14px;
}

.theUltimate-footer .col-left li {
    color: var(--white);
    font-size: 18px;
    line-height: 30px;
}

.theUltimate-footer .col-left li i {
    color: var(--orange);
    padding-right: 10px;
}

.theUltimate-footer .col-right a.call-for {
    background: var(--orange);
    padding: 10px 40px;
    box-shadow: 3px 3px 0px #b54a06;
    position: relative;
    display: inline-block;
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2px 2px 2px #222;
    margin-bottom: 15px;
}

.theUltimate-footer .col-right a.call-for:hover {
    background: var(--white);
    color: var(--orange);
    text-shadow: unset;
}

.theUltimate-footer .col-right {
    text-align: center;
}

.theUltimate-footer .col-right p {
    color: var(--white);
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.theUltimate-footer .mini-contact-area {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: left;
}

.theUltimate-footer .mini-contact-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}


.theUltimate-footer .mini-contact-area .c-icon-box i {
    font-size: 2rem;
    color: var(--orange);
}

.theUltimate-footer .mini-contact-area .c-cont-box h4,
.theUltimate-footer .mini-contact-area .c-cont-box a {
    font-family: 'Inter', sans-serif;
    color: var(--white);
}

.theUltimate-footer .mini-contact-area .c-cont-box h4 {
    font-size: .875rem;
    font-weight: 600;
    opacity: 0.5;
}

.theUltimate-footer .mini-contact-area .c-cont-box a {
    font-size: 1.25rem;
    font-weight: bold;

}

.theUltimate-footer .c-cont-box a:hover {
    color: var(--orange);
}

.theUltimate-footer .div-CTA {
    margin: 1rem 0 0;
}

.theUltimate-footer .div-CTA>a {
    background: var(--orange);
    padding: 10px 40px;
    box-shadow: 3px 3px 0px #b54a06;
    position: relative;
    display: inline-block;
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2px 2px 2px #222;
    margin-bottom: 15px;
}

.theUltimate-footer .div-CTA>a:hover {
    background: var(--white);
    color: var(--orange);
    text-shadow: unset;
}

/* SECTION SIX CSS END HERE  */

/* SECTION SEVEN CSS START HERE */

.s7 {
    padding: 5rem 0 !important;
}

.s7 .heading p {
    font-size: 24px;
    color: #313131;
    font-weight: 500;
}

.s7 .arrow {
    position: absolute;
    top: -30px;
}

.s7 .left-arrow {
    left: -120px;
}

.s7 .right-arrow {
    right: -120px;
    transform: scaleX(-1);
}

.s7 .main-cta {
    width: 100%;
}

.wave {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.s7 .heading {
    position: relative;
}

@media screen and (min-width: 1199px) {
    .s7 .heading {
        max-width: 70%;
        margin: 0 auto 3rem;
    }
}

.s7 .heading h2 {
    position: relative;
    color: var(--dark-blue);
    line-height: 1;
    margin: .5rem 0;
    font-weight: 800;
}

@media screen and (min-width: 1199px) {
    .heading h2 {
        font-size: 2.5rem;
    }
}

/* SECTION SEVEN CSS END HERE */

/* SECTION EIGHT CSS START HERE */


.s8 {
    background-image: url('../img/global/coverBanner.webp');
}

.s8 .row {
    align-items: center;
}

.s8 .div-text h2 {
    position: relative;
    color: var(--dark-blue);
    line-height: 1.2;
    margin: 0.5rem 0;
    font-weight: 800;
    font-size: 3.125rem;
    margin: 0 0 3rem;
}

.s8 .div-text h2 span {
    color: var(--orange);
}

.s8 .row {
    position: relative;
    z-index: 2;
}

.s8 .wave {
    z-index: 1;
}

.s8 .row {
    position: relative;
    z-index: 2;
}

.s8 .wave {
    z-index: 1;
}

.stats-row {
    display: grid;
    grid-gap: 1rem;
}


.stats-row {
    grid-template-columns: 1fr 1fr;
}


.stats-box {
    background: var(--white);
    border-radius: 8px;
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 10px rgb(14 46 103 / 10%);
}

.stats-box span {
    font-size: 3.125rem;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #0071d6;
    line-height: 1;
}

.stats-box p {
    color: #353535;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.4;
    margin: 0;
    min-height: 40px;
}

/* SECTION EIGHT CSS END HERE */

/* SECION NINE CSS START HERE  */

.s9 {
    background: #fff9ed;
}

.s9 .head {
    max-width: 100%;
}

@media screen and (min-width: 1200px) {
    .s9 .head p {
        max-width: 80%;
        margin: 0 auto;
    }
}

.seoServices {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.5rem;
}

.seoServices>.serviceBox {
    background: #fff6e5;
    border-radius: 20px;
    border: 1px solid #f5dfb4;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .seoServices>.serviceBox {
        flex: 1 1 48%;
    }
}

@media screen and (min-width: 992px) {
    .seoServices>.serviceBox {
        flex: 1 1 31%;
    }
}



.serviceBox .serviceIcon.serviceName {
    display: flex;
    align-items: center;
    grid-column-gap: 1.5rem;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgb(201 204 214 / 50%);
}

.serviceBox .serviceIcon.serviceName h2,
.serviceBox .serviceIcon.serviceName a {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: var(--dark-blue);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .25px;
}

.serviceBox>p {
    font-size: 14px;
    line-height: 20px;
    color: var(--dark-blue);
    font-weight: 500;
    margin: 0;
}

.serviceBox>p>a {
    color: var(--orange);
}

.serviceBox>p>a:hover {
    color: var(--light-blue);
}

.serviceBox:hover {
    background: var(--white);
    box-shadow: 10px 0 30px rgb(213 92 16 / 15%);
    border-color: transparent;
}



/* SECION NINE CSS END HERE  */

/* SECTION TEN CSS START HERE */

.s10 {
    background: var(--dark-blue);
}

.s10 .head>* {
    color: var(--white);
}

.s10 .tab-content {
    display: none;
}

.s10 .tab-content.active {
    display: block;
}

.s10 ul.tabs-list {
    background: #1a3c7a;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
}

.s10 ul.tabs-list .tab-nav {
    position: relative;
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    line-height: 1;
}

.s10 .tab-icon {
    background: #0d1e3d;
    min-height: 60px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.s10 ul.tabs-list .tab-nav.active,
.s10 ul.tabs-list .tab-nav.active .tab-icon {
    background: var(--orange);
}

.s10 .tab-content {
    padding-left: 2rem;
}

.s10 .tab-content h3 {
    color: var(--white);
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 1rem;
    margin: 0 0 2rem;
    text-transform: capitalize;
}

.s10 .tab-content h3:before {
    position: absolute;
    content: '';
    background: var(--orange);
    width: 60px;
    height: 5px;
    bottom: 0;
}

.s10 .tab-content p {
    color: #dae0f1;
    font-size: .875rem;
    line-height: 24px;
}

.s10 a.consultation {
    background: var(--orange);
    color: var(--white);
    padding: .8rem 2rem;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 4px;
    margin: 2rem 2rem 0;
    display: inline-block;
}

.s10 a.consultation:hover {
    background: var(--white);
    color: var(--dark-blue);
}

.s10 a.consultation i {
    margin-left: .5rem;
}

/* SECTION TEN CSS END HERE */

/* SECTION ELEVEN CSS START HERE */

.s11 {
    background: #e5edfa;
    padding-bottom: 0;
}

.s11 .head {
    margin: 0 auto 6rem;
}

.s11 .head h2 {
    color: var(--dark-blue);
}

.work-samples-wrapper {
    position: relative;
}

.work-samples-wrapper .row {
    row-gap: 5rem;
}

.work-box {
    position: relative;
    background: var(--white);
    padding: 70px 30px 20px 30px;
    border-radius: 12px;
    border: 1px solid #d4ddee;
    text-align: center;
    min-height: 210px;
    z-index: 1;
}

.work-box .work-icon {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.work-box h4 {
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: 700;
    min-height: 70px;
    margin-bottom: 20px;
}

.work-box a.work-samples {
    color: var(--orange);
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid;
    position: relative;
}

.work-box a.work-samples:hover {
    color: var(--dark-blue);
}

.work-box a.work-samples span:before {
    font-family: 'FontAwesome';
}

.work-box a.work-samples>span {
    padding-left: 5px;
}

.work-samples-wrapper:before {
    position: absolute;
    content: "";
    background-image: url(../img/seo-packages/ws-dots-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 98px;
    height: 80px;
    left: -50px;
    top: -50px;
}

.work-samples-wrapper:after {
    position: absolute;
    content: "";
    background-image: url(../img/seo-packages/ws-dots-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 98px;
    height: 80px;
    right: -50px;
    bottom: 70px;
}

.s11 .div-CTA {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    text-align: center;
    margin: 3.5rem 0 0;
}

.s11 .div-CTA .btn-transparent {
    border-color: var(--dark-blue);
    color: var(--dark-blue)
}

.s11 .div-CTA .btn-transparent:hover {
    background: var(--orange);
    color: var(--white);
    border-color: var(--orange);
}

.fancybox-content {
    padding: 0 !important;
}

.fancybox-content h2 {
    color: var(--white);
    display: block;
    font-size: 27px;
    margin: 0;
    background: var(--dark-blue);
    padding: 10px;
    font-weight: 700;
}

.fancybox-content ul {
    list-style: none;
    padding: 15px !important;
}

.fancybox-button svg {
    color: var(--white);
}

.fancybox-content ul {
    list-style: none;
    padding: 15px;
}

.fancybox-content ul li {
    line-height: 26px;
    font-size: 15px;
}

.fancybox-content ul li {
    line-height: 45px;
}

.fancybox-content ul li:before {
    content: url(../img/pdf-icon.jpg);
    width: 30px;
    height: 37px;
    position: absolute;
}

.fancybox-content ul li a {
    text-decoration: none;
    margin-left: 36px;
    font-weight: 600;
}

.fancybox-content span {
    color: #f47a1e;
}

.fancybox-content li a {
    color: var(--dark-blue);
}

.fancybox-content li a:hover {
    color: var(--orange);
}


/* SECTION ELEVEN CSS END HERE */

/* SECTION TWELVE CSS START HERE */

.s12 {
    background: #e5edfa;
    padding: 0;
}

/* SECTION TWELVE CSS END HERE */


/* SECTION THIREEN CSS START HERE */

.s13 {
    background: #e5edfa;
    padding-top: 2rem;
    background-image: url(../img/seo-packages/screen-shapes.webp);
    background-repeat: no-repeat;
    background-position: center 40%;
}

.s13 .head * {
    color: var(--black);
}


@media screen and (min-width: 1199px) {
    .s13 .head {
        max-width: 85%;
    }
}

.screen-wrap {
    position: absolute;
    top: 12px;
    width: 97%;
    margin: 0 auto;
}

.rank-screen {
    position: relative;
    display: flex;
    justify-content: center;
    /* max-width: 75%; */
    max-width: 900px;
    margin: 0 auto;
}


.rank-screen-topbar {
    background: #5f8ddb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8rem;
    border-radius: 8px 8px 0 0;
}

.rank-screen-topbar .rank-date {
    color: var(--white);
    font-size: .875rem;
}

.rank-screen-topbar .rank-dotted i {
    color: rgba(0 0 0 / 30%);
}

.rank-lists {
    position: relative;
}

.rank-lists:before {
    position: absolute;
    content: '';
    background: var(--black);
    width: 1px;
    height: 100%;
    right: 35%;
}

.rank-lists .lists-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.rank-lists .lists-head .rankings {
    flex: 0 0 30%;
    text-align: center;
}

.rank-lists .lists-items .list-item {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8rem 2rem;
}

.rank-lists .lists-items .list-item .list-rank {
    flex: 0 0 30%;
    text-align: center;
}

.rank-lists .lists-items .list-item:nth-child(odd) {
    background: #add2ee;
}

.rank-lists .lists-items .list-item:nth-child(even) {
    background: #d3e9f9;
}

.lists-items {
    /* height: 345px; */
    height: 368px;
    overflow: auto;
}

.lists-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.lists-items::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.lists-items::-webkit-scrollbar-thumb {
    background-color: var(--dark-blue);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

/* SECTION THIREEN CSS END HERE */

/* SECTION FOURTEEN - DASHBOARD CSS START HERE  */


.s14 .heading {
    margin-bottom: 80px;
    padding: 0;
}

.s14 .heading h2,
.s14 .heading h2 span {
    position: relative;
    color: var(--dark-blue);
    line-height: 1;
    margin: .5rem 0;
    font-weight: 800;
}

@media screen and (min-width: 1199px) {
    .heading h2 {
        font-size: 2.5rem;
    }
}

.s14 .heading h2 {
    padding-bottom: 20px;
}

.s14 .heading .sub-text {
    color: var(--dark-blue);
    font-weight: 500;
}

.s14 .col-left {
    border-right: 1px solid #ccc;
    padding-right: 50px;
}

.s14 .dashboard-box {
    padding: 20px;
}

.s14 .dashboard-box .dashboard-icon {
    margin-bottom: 15px;
}

.s14 .dashboard-box h3 {
    font-size: 1.125rem;
    color: var(--dark-blue);
    font-weight: 800;
    padding-bottom: 10px;
}

.s14 .dashboard-box p {
    color: #6a6a6a;
    font-size: 14px;
}

.s14 .more-traffic {
    text-align: center;
}

.s14 .more-traffic h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark-blue);
    padding-bottom: 30px;
}

.s14 .more-traffic a.main-cta {
    width: 50%;
    margin: 0 auto;
}

/* SECTION FOURTEEN - DASHBOARD CSS END HERE  */

/* SECTION FIVETEEN CSS START HERE  */
.s15 {
    background: #f3f8fe;
}

.s15 .row {
    grid-row-gap: 1.5rem;
}

.s15 .caseStudy-box {
    position: relative;
    box-shadow: 15px 15px 30px rgb(0 91 255 / 15%);
    border-radius: 1rem;
    overflow: hidden;
}

.s15 .caseStudy-box .caseStudy-img {
    height: 180px;
}

.s15 .caseStudy-box .caseStudy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s15 .caseStudy-box .caseStudy-details {
    padding: 1.5rem 1rem;
    text-align: center;
    background: var(--white);
}

.s15 .caseStudy-details h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--dark-blue);
    margin: 0 0 1rem;
}

.s15 .caseStudy-details p {
    font-size: 0.938rem;
    line-height: 22px;
    color: #333;
    min-height: 110px;
}

.s15 .caseStudy-box .caseStudy-details ul {
    text-align: left;
    display: flex;
    flex-direction: column;
    grid-row-gap: .5rem;
}

.s15 .caseStudy-box .caseStudy-details ul li span {
    font-family: 'Antonio', sans-serif;
    background: var(--orange);
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 3px 3px 0px #b54a06;
    min-width: 6.875rem;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s15 .caseStudy-box .caseStudy-details ul li {
    background: var(--dark-blue);
    color: var(--white);
    font-size: .875rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    gap: 1rem;
    padding-right: 10px;
}

.s15 .caseStudy-box a.read-caseStudy {
    border: 2px solid #091f48;
    display: inline-block;
    padding: 0.8rem 2rem;
    border-radius: 0.4rem;
    font-size: .875rem;
    color: var(--black);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 1.5rem 0 0;
}

.s15 .caseStudy-box a.read-caseStudy i {
    margin-left: 0.5rem;
    color: #091f48;
    transition: all .3s ease-in-out !important;
}

.s15 .caseStudy-box a.read-caseStudy:hover {
    background: var(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--white);
}

.s15 .caseStudy-box a.read-caseStudy:hover i {
    color: var(--white);
}

/* SECTION FIVETEEN CSS END HERE  */

/* SECTION SIXTEEN - BOTTOM FORM CSS START HERE  */

@media (min-width: 1199px) {
    .s16 .head {
        max-width: 85%;
    }
}

div#discussLead {
    background: #3d62a3;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

div#discussLead span.dot {
    display: block;
    margin-left: 20px;
}

div#discussLead span.dot i {
    color: var(--white);
    opacity: 0.7;
}

div#discussLead span.dot i {
    margin-right: 10px;
}

div#discussLead .bottom-form.contact {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    padding: 40px 150px;
    margin-top: 10px;
    box-shadow: 0px 0px 8px #222;
}

div#discussLead .bottom-form.contact h2 {
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div#discussLead .bottom-form.contact h2 span {
    color: var(--orange);
}

div#discussLead .bottom-form.contact h2:before {
    position: absolute;
    content: '';
    background: var(--orange);
    width: 100px;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

div#discussLead .form-group .form-control {
    position: relative;
    color: #3d62a3;
    border: 2px solid #9eb0d1;
    background: #fafcfe;
    border-radius: 7px;
    padding: 14px 40px;
    box-shadow: unset;
    outline: unset;
}

div#discussLead .form-group {
    position: relative;
    margin-bottom: 35px;
}

div#discussLead .form-group i {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: #acb9d3;
}

div#discussLead .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
}

div#discussLead .form-control::placeholder {
    color: #3d62a3;
    opacity: 0.5;
}

div#discussLead textarea {
    height: 130px;
    resize: none;
}

div#discussLead .form-group.textarea {
    margin-bottom: 10px;
}

div#discussLead .form-group.textarea i {
    bottom: unset;
    top: 20px;
}

div#discussLead p.form-sub-text {
    color: #737373;
    font-size: 14px;
}

.s16 div#discussLead .btn-box {
    margin-top: 35px;
}

.s16 div#discussLead .btn-box a {
    display: inline-block;
    background: #16366e;
    color: var(--white);
    padding: 18px 96px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
}

.s16 div#discussLead .btn-box a:hover {
    background: var(--orange);
}

div#discussLead .form-group .form-control:focus,
div#discussLead .form-group .form-control:visited {
    border-color: #3d62a3;
}

div#discussLead textarea#Details:focus::placeholder {
    color: #3d62a3;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #3d62a3;
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    color: #3d62a3;
    opacity: 1;
}


/* Firefox < 19 */

div#discussLead input:-moz-placeholder {
    color: #3d62a3;
    opacity: 1;
}

div#discussLead input:focus:-moz-placeholder {
    color: #3d62a3;
    opacity: 1;
}


/* Firefox > 19 */

div#discussLead input::-moz-placeholder {
    color: #3d62a3;
    opacity: 1;
}

div#discussLead input:focus::-moz-placeholder {
    color: #3d62a3;
    opacity: 1;
}


/* Internet Explorer 10 */

div#discussLead input:-ms-input-placeholder {
    color: #3d62a3;
    opacity: 1;
}

div#discussLead input:focus:-ms-input-placeholder {
    color: #3d62a3;
    opacity: 1;
}

div#discussLead .mini-contact-area {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

div#discussLead .mini-contact-box {
    display: flex;
    align-items: center;
}

div#discussLead .c-cont-box h4 {
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    margin: 0;
    color: #3d62a3;
    font-weight: 600;
}

div#discussLead .c-cont-box a {
    font-size: 1rem;
    margin: 0;
    color: var(--dark-blue);
    font-weight: 700;
}

div#discussLead .c-cont-box a:hover {
    color: var(--orange);
}

div#discussLead .c-icon-box i {
    font-size: 24px;
    color: var(--orange);
    margin-right: 15px;
}

div#discussLead .mini-contact-box:first-child {
    margin-bottom: 10px;
}


/* SECTION SIXTEEN - BOTTOM FORM CSS END HERE  */

/* SECTION SEVENTEEN CSS START HERE  */

.s17 {
    background: #fffaee;
}

@media (min-width: 1199px) {
    .s17 .head {
        max-width: 85%;
    }
}

.seo-strategy-slider .slide-item {
    position: relative;
    border: 2px solid #616161;
    border-radius: 1rem;
    padding: 2rem;
    margin: 0 1rem 1rem;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    align-items: center;
    opacity: 20%;
}

.seo-strategy-slider .slide-item.slick-current.slick-active {
    opacity: 100%;
}

.seo-strategy-slider .slide-item .row {
    align-items: center;
}

.seo-strategy-slider .slide-item .div-text h2 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #3c3c3c;
    /* max-width: 80%; */
}

.seo-strategy-slider .slide-item .div-text h2 span {
    color: var(--orange);
}

.seo-strategy-slider .slide-item .div-text hr {
    opacity: 1;
    height: 5px;
    width: 150px;
    background: var(--orange);
}

.seo-strategy-slider .slide-item .div-text p {
    color: #616161;
    line-height: 26px;
}

.seo-strategy-slider .slide-item .div-img img {
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto;
}

ul.slick-dots {
    left: 0;
    right: 0;
    margin: 0 auto !important;
    bottom: -10% !important;
}

ul.slick-dots li {
    background: #c9c9c9;
    border-radius: 50px;
    width: 12px;
    height: 12px;
}

ul.slick-dots li.slick-active {
    background: var(--orange);
    width: 40px;
}

ul.slick-dots button {
    display: none;
}

.slick-arrow {
    position: absolute;
    z-index: 99;
    background: var(--white);
    width: 3rem;
    height: 3rem;
    border-radius: 50px;
    color: #3c3c3c;
    border: 2px solid #3c3c3c;
    font-size: 1.5rem;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translate(0px, -50%);
    transition: all .3s ease-in-out;
}

.s17 .slick-arrow-next {
    right: 150px;
}

.s17 .slick-arrow-prev {
    left: 150px;
}

.slick-arrow:hover {
    background: #3c3c3c;
    color: var(--white);
}

/* SECTION SEVENTEEN CSS END HERE  */


/* SECTION EIGHTEEN CSS START HERE  */

.s18 {
    background: #fffaee;
    padding-top: 0;
}

.s18 .shape {
    background: #ebe7dc;
    width: 90%;
    height: 20px;
    margin: auto;
    clip-path: polygon(1% 2%, 100% 1%, 99% 100%, 0% 100%);
    margin-bottom: 3.75rem;
}

.s18 .row {
    align-items: center;
}

.s18 .div-text h2 {
    font-size: 2.875rem;
    font-weight: 800;
    color: #313131;
    text-transform: uppercase;
    line-height: 48px;
    margin: 0 0 1rem;
}

.s18 .div-text h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #313131;
    margin: 0 0 1rem;
}

.s18 .div-text p {
    font-size: 1.25rem;
    color: #313131;
    margin: 0;
}

.s18 .div-text p i {
    font-weight: 800;
}

.s18 .div-CTA .main-cta {
    font-size: 1.25rem;
    padding: 1rem 3rem;
}

.s18 .div-CTA {
    margin: 2.5rem 0 0;
}

/* SECTION EIGHTEEN CSS END HERE  */

/* SECTION NINETEEN CSS START HERE  */

.s19 {
    background-image: url('../img/global/coverBanner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.s19 .head {
    max-width: 100%;
}

@media (min-width: 1199px) {
    .s19 .head>p {
        max-width: 80%;
        margin: 0 auto 1rem;
    }
}

.reviews-row {
    position: relative;
    z-index: 9;
}

.reviews-box {
    position: relative;
    background: var(--white);
    border-radius: 1rem;
    box-shadow: 0 15px 20px rgb(14 46 103 / 10%);
    overflow: hidden;
}

.reviews-header {
    padding: 1.5rem;
}

.reviews-box hr {
    background: #e6eef9;
    opacity: 1;
    margin: 0;
}

.reviews-company-goal {
    padding: 1.5rem;
    min-height: 310px;
}

.reviews-company-goal h3 {
    position: relative;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    padding: .2rem 1rem;
    z-index: 9;
    margin: 0 0 1rem;
}

.reviews-company-goal .goal {
    background: var(--dark-blue);
}

.reviews-company-goal .outcome {
    background: var(--orange);
}

.reviews-company-goal h3:before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -9;
}

.reviews-company-goal .goal:before {
    background: var(--dark-blue);
}

.reviews-company-goal .outcome:before {
    background: var(--orange);
}

.reviews-company-goal>p {
    font-weight: 500;
    line-height: 20px;
}

.reviews-company-goal>p:last-child {
    margin: 0;
}

.reviews-box .reviews-body {
    background: #f7faff;
    padding: 1.5rem 1.5rem 0;
    border-top: 2px solid #e6eef9;
    min-height: 122px;
}

.reviews-box .reviews-body p {
    font-size: 1.125rem;
    color: var(--dark-blue);
    font-weight: 600;
    margin: 0;
}

.reviews-box .reviews-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7faff;
    padding: 1.5rem;
}

.reviews-box .reviews-footer>p {
    font-weight: 500;
    color: #212121;
    margin: 0;
}

.reviews-box .reviews-footer .rating>p {
    margin: 0;
    font-size: .875rem;
    font-weight: 500;
    color: #075fcc;
    line-height: 1;
}

.reviews-box .reviews-footer .rating .stars>i {
    color: #fdcf36;
}

.s19 .wave {
    z-index: 1;
}

/* SECTION NINETEEN CSS END HERE  */


/* SECTION TWENTY CSS START HERE  */

.s20 {
    background: var(--dark-blue);
}

.s20 .head h2 {
    color: var(--white);
}

.s20 .div-text h2 {
    font-size: 2.5rem;
    color: var(--white);
    font-weight: 800;
    line-height: 1;
}

@media (min-width: 1199px) {
    .s20 .div-text h2 {
        max-width: 95%;
    }
}

.s20 .div-text h2 span {
    color: var(--orange);
}

.s20 .div-text h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    color: var(--dark-blue);
    background: var(--white);
    position: relative;
    z-index: 1;
    margin: 1.5rem 0;
    font-style: italic;
    padding: .5rem 2rem;
    display: inline-flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
}


.s20 .div-img {
    text-align: center;
}

.result-row>p {
    font-size: 1.375rem;
    color: var(--white);
    font-weight: 500;
}

.result-row .result-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.result-row .result-wrap .content span {
    font-size: 2rem;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #0cf6d2;
    line-height: 1;
    margin: 0 0 .2rem;
    display: inline-block;
}

.result-row .result-wrap .content p {
    font-size: .875rem;
    font-weight: 500;
    color: var(--white);
    margin: 0;
    line-height: 1.2;
    padding-right: 1rem;
}

.result-row .result-wrap .content {
    flex: 1;
}

.result-row {
    margin: 2rem 0 0;
    padding: 0 0 2rem;
    border-bottom: 1px solid rgba(255 255 255 / 10%);
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.s20 .slick-arrow {
    border-color: var(--white);
    color: var(--white);
    background: transparent;
    font-weight: 500;
}

.s20 .slick-arrow:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--black);
}

.s20 .slick-arrow-next {
    right: -80px;
}

.s20 .slick-arrow-prev {
    left: -80px;
}

/* SECTION TWENTY CSS END HERE  */

/* SECTION TWENTY ONE CSS START HERE  */

.s21 .head {
    max-width: 100%;
}

@media (min-width:1199px) {
    .s21 .head p {
        max-width: 80%;
        margin: 0 auto 1rem;
    }
}

.s21 .package-box {
    height: 100%;
    border: 1px solid #c4d1e6;
}

.s21 .package-box .package-header {
    border-bottom: 2px solid #e6eef9;
}

.s21 .package-box .package-header .package-title {
    background: var(--dark-blue);
    text-align: center;
    padding: 1.5rem 0;
}

.s21 .package-box .package-header .package-title>h2 {
    font-family: 'Inter', sans-serif;
    font-size: 2.125rem;
    font-weight: bold;
    color: var(--white);
}

.s21 .package-box .package-header .package-title>p {
    font-size: 1.375rem;
    color: var(--white);
    margin: 0;
}

.s21 .package-box .package-header .package-price>span {
    display: inline-block;
    color: var(--white);
}

.s21 .package-box .package-header .package-price>small {
    margin: 0;
    color: #708ec4;
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
}

.s21 .package-box .package-header .package-price>sup {
    top: -40px;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    color: var(--white);
}

.s21 .package-box .package-header .package-price {
    background: #0f5ac1;
}

.s21 .package-box .package-body {
    padding: 1rem 2rem 0;
}

.s21 .package-box .package-body>h3 {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--dark-blue);
}

.s21 .package-box .process-items .process-item {
    border-top: 2px solid #e6eef9;
    margin: 1.5rem 0 0;
    padding: 1rem 0 0;
}

.s21 .package-box .process-items .process-item .item-icon.item-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 0 1rem;
}

.s21 .package-box .process-items .process-item .item-icon.item-title>h2 {
    font-size: 1.25rem;
    font-family: 'Inter', sans-serif;
    color: #081e44;
}

.s21 .package-box .process-items .process-item>p {
    font-size: .875rem;
    line-height: 18px;
    color: #232323;
}

.s21 .package-box .package-footer {
    text-align: center;
    margin: 2.5rem 0;
}

.s21 .col-right .package-box .package-header {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.s21 .col-right .package-box .package-header>h2 {
    font-family: 'Inter', sans-serif;
    font-size: 1.875rem;
    color: var(--dark-blue);
    font-weight: 600;
}

.s21 .col-right .package-box .package-header {
    padding: 0 4rem;
}

.s21 .col-right .package-box .package-body ul li {
    font-size: 1.125rem;
    font-weight: 500;
    color: #081e44;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.s21 .col-right .package-box .package-body ul li:not(:last-child) {
    margin: 0 0 2rem;
}

.s21 .col-right .package-box .package-body {
    margin-top: 3rem;
}

.s21 .col-lg-6 {
    padding: 0;
}

/* SECTION TWENTY ONE CSS END HERE  */


/* SECTION TWENTY TWO CSS START HERE  */


.s22 {
    background-image: url(../img/seo-packages/SEO-terrain-BG.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.s22 .div-text p {
    color: #2d4d63;
    font-size: 1.25rem;
    font-weight: 500;
}

.s22 .div-text h2 {
    font-size: 2.5rem;
    font-weight: 800;
}

.s22 .div-CTA>p {
    position: relative;
    font-weight: 500;
    color: var(--dark-blue);
}

.s22 .div-CTA>.phone {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--dark-blue);
    line-height: 1;
}

.s22 .div-CTA .arrow-2 {
    transform: scaleX(-1);
}

/* SECTION TWENTY TWO CSS END HERE  */

/* SECTION TWENTY THREE CSS START HERE  */

.s23 .row-one {
    margin-bottom: 2rem;
}

.s23 .div-text h2 {
    position: relative;
    color: var(--dark-blue);
    line-height: 1;
    margin: 0 0 1rem;
    font-weight: 800;
}

@media screen and (min-width: 1199px) {
    .s23 .div-text h2 {
        font-size: 2.5rem;
    }
}

.s23 .div-text h3 {
    font-size: 1.2rem;
    color: #282828;
    font-weight: 700;
    margin: 0 0 1rem;
}

.s23 .div-text p {
    color: var(--dark-blue);
}

.s23 .div-video {
    text-align: right;
}

a.video-fancy {
    position: relative;
    height: 500px;
    display: block;
}

a.video-fancy img {
    height: 100%;
    width: 100%;
}

.playme {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    top: 0px;
    bottom: 0;
    left: 0px;
    height: 100%;
    width: 100%;
}

.pulse-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

svg.pulse-svg {
    overflow: visible;
}

svg.pulse-svg .first-circle,
svg.pulse-svg .second-circle,
svg.pulse-svg .third-circle {
    fill: #fff;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}

svg.pulse-svg .second-circle {
    animation-delay: 1s;
}

svg.pulse-svg .third-circle {
    animation-delay: 2s;
}

.pulse-css {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
}

.pulse-css:before,
.pulse-css:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}

.pulse-css:after {
    animation-delay: 2s;
}

circle.circle.play-icon {
    position: relative;
}

.pulse-box:before {
    position: absolute;
    content: '';
    font-size: 20px;
    left: 0;
    right: 0;
    background-image: url('../img/seo-packages/play.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 20px;
}

.pulse-box {
    position: relative;
}

@keyframes pulse-me {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    70% {
        opacity: 0.4;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.s23 .box .box-icon.box-title {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-height: 80px;
    margin: 0 0 1rem;
}

.s23 .box .box-title h3 {
    font-size: 1.375rem;
    color: #232323;
    font-weight: 700;
}

.s23 .box>p {
    font-size: .875rem;
    color: #232323;
}

.s23 .row.row-one {
    align-items: center;
}

.s23 .row {
    row-gap: 1.5rem;
}

.s23 .box {
    transition: all .3s ease-in-out;
    padding: 2rem;
    min-height: 370px;
    border: 1px solid #e6eef9;
}

.s23 .box:hover {
    box-shadow: 2px 2px 30px rgb(72 111 164 / 20%);
}

/* SECTION TWENTY THREE CSS END HERE  */


/* SECTION TWENTY FOUR CSS START HERE  */

.s24 {
    padding-bottom: 8rem;
    min-height: 550px;
}

.s24 .div-text .heading {
    max-width: 85%;
}

.s24 .div-text .heading h2 {
    font-size: 2.875rem;
    color: var(--white);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 1rem;
}

.s24 .div-text .heading p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.625rem;
    font-weight: bold;
    color: var(--white);
    margin: 1.5rem 0;
}

.s24:before {
    position: absolute;
    content: '';
    background: #106bd2;
    width: 100%;
    height: 80%;
    top: 0;
    z-index: -1;
}

.s24 .audit-form input[type='email'] {
    position: relative;
    border: 1px solid transparent !important;
    background: var(--white) !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    outline: unset !important;
    min-height: 66px !important;
    padding: 0 1rem !important;
    flex: 1;
}

.s24 .audit-form button[type='button'] {
    background: #ffd800;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 2rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f1f1f;
    transition: all .3s ease-in-out;
}

.s24 .audit-form {
    display: flex;
    position: relative;
    border-radius: .3rem;
    overflow: hidden;
}

.s24 .audit-form button[type='button']:hover {
    background: #1f1f1f;
    color: var(--white);
}

@media (min-width: 1199px) {
    .s24 .div-img img {
        position: absolute;
        left: 0;
        max-width: 560px;
        top: 40px;
    }
}

/* SECTION TWENTY FOUR CSS END HERE  */

/* SECTION TWENTY FIVE CSS START HERE  */

.s25.seopackagesFAQS {
    background: #fafafa;
}

.s25.seopackagesFAQS .heading h2 {
    position: relative;
    color: var(--dark-blue);
    line-height: 1;
    font-weight: 800;
    font-size: 3.25rem;
    text-transform: uppercase;
    margin: 0 0 2rem;
}

.s25.seopackagesFAQS .heading h2 span {
    color: var(--orange);
}

.s25.seopackagesFAQS .info-details {
    background: #e5edfa;
    border-radius: 10px;
    line-height: 1.6;
    padding: 20px;
}

.s25.seopackagesFAQS .info-details h3 {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-blue);
    text-decoration: none;
    margin: 20px 0;
}

.s25.seopackagesFAQS .info-details p {
    font-size: .875rem;
    color: var(--light-black);
    font-weight: 500;
    line-height: 24px;
}

.s25.seopackagesFAQS #accordian {
    overflow-y: auto;
    max-height: 520px;
    padding: 0 20px 20px !important;
}

.s25.seopackagesFAQS #accordian::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.s25.seopackagesFAQS #accordian::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.s25.seopackagesFAQS #accordian::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

#accordian .accordion__item {
    border-bottom: 1px solid #c6d2e6;
    padding: 25px 30px;
    cursor: pointer;
}

/* #accordian .accordion__item.active {
    box-shadow: 0px 0px 15px 10px #e6eeff;
    border-radius: 30px;
    border: 0;
    margin-top: 20px;
} */

#accordian .accordion__item__header>h4 {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#accordian .accordion__item.active .accordion__item__header>h4 {
    padding-bottom: 20px;
}

#accordian .accordion__item__header>h4>i {
    color: var(--orange);
    font-size: 24px;
    transition: all .3s ease-in-out;
}

.accordion__item.active .accordion__item__header>h4 .fa-plus:before {
    content: "\f068";
}

#accordian .accordion__item__content {
    max-width: 95%;
    cursor: default;
}

#accordian .accordion__item__content>p,
#accordian .accordion__item__content>ul>li {
    color: #6a6a6a;
}

#accordian .accordion__item__content>p,
#accordian .accordion__item__content>ul {
    margin: 1rem 0 !important;
}

#accordian .accordion__item__content>ul>li:not(:last-child) {
    margin: 0 0 .5rem;
}

#accordian .accordion__item__content strong {
    color: var(--black);
}

#accordian .accordion__item__content a {
    color: var(--orange);
    border-bottom: 1px solid;
}

/* SECTION TWENTY FIVE CSS END HERE  */

/* SECTION TWENTY SIX CSS START HERE  */

.s26 .row {
    grid-row-gap: 2rem;
}

.s26 .blog-card {
    box-shadow: 0px 0px 40px rgb(204 204 204 / 40%);
    position: relative;
    padding: .6rem;
    border-radius: 1rem;
    overflow: hidden;
}

.s26 .blog-card:before {
    position: absolute;
    content: '';
    width: 50%;
    height: .6rem;
    background: var(--orange);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.s26 .blog-card .blog-thumb {
    height: 250px;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 0 1rem;
}

.s26 .blog-card .blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s26 .blog-card .blog-details {
    padding: 0 1rem;
}

.s26 .blog-card ul.blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1rem !important;
    padding: 0 0 1rem;
    border-bottom: 1px solid #ddd;
}

.s26 .blog-card ul.blog-meta li {
    font-size: .75rem;
    color: #717d92;
}

.s26 .blog-card .blog-title a {
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--dark-blue);
    line-height: 1.5rem;
    display: inline-block;
    margin: 0 0 1rem;
    /* min-height: 72px; */
}

.s26 .blog-category a {
    background: #ebebeb;
    color: var(--dark-blue);
    font-size: 0.75rem;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
}

.s26 .blog-category {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin: 0 0 1rem;
}

.s26 .blog-card p {
    color: var(--dark-blue);
    font-weight: 500;
    line-height: 24px;
    /* min-height: 120px; */
}

.s26 .blog-card .blog-read-more {
    text-align: center;
    margin: 1rem 0 0;
    padding: 2rem 0;
    border-top: 1px solid #ddd;
}

.s26 .blog-card .blog-read-more a {
    background: var(--orange);
    color: var(--white);
    display: inline-flex;
    padding: .8rem 3rem;
    border-radius: .5rem;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    box-shadow: 4px 4px 20px rgb(241 111 29 / 40%);
}

.s26 .blog-card .blog-read-more a:hover {
    background: var(--dark-blue);
    box-shadow: 4px 4px 20px rgb(14 46 103 / 40%);
}

/* SECTION TWENTY SIX CSS END HERE  */

@media (max-width: 1199px) {
    .homeBanner .topRow h1 {
        font-size: 36px;
        line-height: 1;
    }

    .homeBanner .coverBtns {
        grid-gap: 1rem;
    }

    .coverBtns a.talk-chat {
        padding: 16px 30px;
        font-size: .875rem;
    }

    .coverBtns a.talk-phone {
        font-size: 1rem;
        padding-left: 45px;
    }

    .coverBtns a.talk-phone:before {
        width: 35px;
        height: 35px;
    }

    .banner-plane {
        display: none;
    }

    .Form-box {
        max-width: 65%;
    }

    .bannerImg {
        left: -50px;
        max-width: 55%;
    }

    .s5 .pkg-name p {
        font-size: 1.2rem;
    }

    .s5 ul.tabs-list .tab-nav h3 {
        font-size: 1rem;
    }

    .s5 ul.tabs-list .tab-nav p {
        font-size: .875rem;
    }

    .the-ultimate {
        padding-bottom: 1rem;
    }

    .theUltimate-head {
        align-items: flex-start;
    }

    .theUltimate-head .col-left h2 {
        font-size: 30px;
    }

    .theUltimate-packages {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }

    .theUltimate-footer .col-right a.call-for {
        padding: 10px 24px;
    }

    .theUltimate-head .col-left img.tu-left-arrow {
        left: 0;
        bottom: -80px;
    }

    .theUltimate-head .col-right img.tu-right-arrow {
        bottom: -30px;
    }

    .s7 .left-arrow {
        left: 30px;
    }

    .s7 .arrow {
        top: -40px;
    }

    .s7 .right-arrow {
        right: 30px;
    }

    .s8 .div-text h2 {
        font-size: 2.5rem;
    }

    .stats-box span {
        font-size: 2.5rem;
    }

    .stats-box {
        text-align: center;
        padding: 1.5rem 0;
    }

    div#discussLead .bottom-form.contact {
        padding: 40px 50px;
    }

    .seo-strategy-slider .slide-item .div-img img {
        position: sticky;
    }

    .s18 .div-text h2 {
        font-size: 2.2rem;
        line-height: 1;
    }

    .s18 .div-text h3 {
        font-size: 1.2rem;
    }

    .result-row {
        text-align: center;
    }

    .result-row>p {
        margin: 0 0 2rem;
    }

    .result-row .result-wrap {
        flex-direction: column;
    }

    .result-row .result-wrap .content p {
        padding: 0;
    }

    .s22 .div-text h2 br {
        display: none;
    }

    .s22 .div-CTA>.phone {
        font-size: 2rem;
    }

    .s23 .box {
        padding: 1.5rem;
    }

    .s23 .box .box-title h3 {
        font-size: 1.125rem;
    }
}

@media (max-width: 991px) {
    a.main-cta {
        font-size: .8rem;
    }

    .row {
        grid-row-gap: 1rem;
    }

    .homeBanner img.priceBadge {
        right: 0;
        max-width: 17%;
    }

    .homeBanner .topRow h1 span {
        display: inline-block;
    }

    .homeBanner .coverBtns {
        margin: 2rem 0 0;
    }

    .homeBanner .bannerImg {
        max-width: 40%;
        left: 0px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .homeBanner #RFP {
        margin-top: 1.5rem;
    }

    .homeBanner .bottomRow .statsBox h2 {
        font-size: 36px;
    }

    .homeBanner .bottomRow ul.partners {
        width: 100%;
    }

    .homeBanner .bottomRow .statsBox p {
        font-size: 14px;
    }

    .s2 img {
        max-width: 80%;
    }

    .s3 .div-video {
        text-align: center;
    }

    .s5 ul.tabs-list .tab-nav {
        flex-direction: column;
    }

    .theUltimate-head .col-left h2 {
        text-align: center;
        padding: 0;
    }

    .theUltimate-head .col-left h2 br {
        display: none;
    }

    .theUltimate-head .col-right {
        padding: 20px 0 0;
        text-align: center;
    }

    .theUltimate-head .col-right h2 {
        font-size: 24px;
    }

    .theUltimate-footer .col-right {
        margin-top: 40px;
    }

    .theUltimate-head .col-left {
        padding: 1rem 0;
    }

    .theUltimate-head .col-left img.tu-left-arrow {
        display: none;
    }

    .theUltimate-footer .col-left>ul {
        column-count: 2;
    }

    .s7 .arrow {
        display: none;
    }

    .s7 {
        padding-top: 0 !important;
    }

    .s8 .div-text {
        text-align: center;
    }

    .s8 .div-text h2 {
        margin: 0 0 2rem;
    }

    .stats-row {
        margin: 1.5rem 0 0;
    }

    .stats-box p {
        min-height: auto;
    }

    .lists-items {
        height: 250px;
    }

    .s14 .col-left {
        border: 0;
        padding: 0;
        text-align: center;
    }

    .s14 .heading {
        margin: 0 0 1.5rem;
    }

    .s15 .caseStudy-details p {
        min-height: auto;
    }

    .s17 .div-text {
        text-align: center;
    }

    .seo-strategy-slider .slide-item .div-text hr {
        margin: 1rem auto;
    }

    .s18 {
        text-align: center;
    }

    .s18 .div-text h2 {
        font-size: 2rem;
    }

    .reviews-company-goal {
        min-height: auto;
    }

    .s20 .div-text h2 {
        font-size: calc(1.325rem + .9vw);
    }

    .s20 .div-text h3 {
        font-size: calc(1.3rem + .6vw);
    }

    .s20 .div-text {
        text-align: center;
    }

    .s20 .div-img img {
        margin: auto;
    }

    .result-row .result-wrap {
        flex-direction: column;
        text-align: center;
    }

    .result-row .result-wrap .content p {
        padding: 0;
    }

    .result-row>p {
        text-align: center;
        margin: 0 0 2rem;
    }

    ul.slick-dots {
        bottom: -30px !important;
    }

    .s22 {
        text-align: center;
    }

    .s23 .row-one .div-text {
        text-align: center;
    }

    .s23 .row {
        align-items: center;
        justify-content: center;
    }

    .s23 .box {
        min-height: auto;
    }

    .s24::before {
        display: none;
    }

    .s24 {
        background: #106bd2;
        min-height: auto;
        padding: 4rem 0;
        text-align: center;
    }

    .s24 .div-text .heading {
        max-width: 100%;
    }

    .seopackagesFAQS .heading {
        text-align: center;
    }

    .s26 .blog-card p {
        min-height: auto;
    }
}

@media (max-width: 767px) {

    p,
    a,
    li {
        font-size: .875rem;
    }

    .section {
        padding: 2rem 0;
    }

    .homeBanner .topRow h1 {
        font-size: 26px;
        padding: 0 0 1rem;
        max-width: 85%;
    }

    .homeBanner .topRow p.sub-text {
        font-size: .875rem;
        line-height: 1.4;
    }

    .homeBanner .coverBtns {
        display: none;
    }

    .homeBanner .coverBtns-responsive {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .coverBtns-responsive>a {
        color: var(--white);
        padding: .8rem 0;
        border-radius: 0.4rem;
        font-size: 0.75rem;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        flex: 1;
        text-align: center;
    }

    .coverBtns-responsive>.talk-chat {
        background: var(--orange);
    }

    .coverBtns-responsive>.talk-phone {
        background: var(--dark-blue);
    }

    .homeBanner .bannerImg {
        position: static;
        max-width: 100%;
        display: none;
    }

    .homeBanner #RFP {
        max-width: 100%;
        margin: 0.5rem 0 0;
    }

    .homeBanner #RFP h2 {
        font-size: 1.25rem;
    }


    .homeBanner #RFP .button-box a {
        font-size: .875rem;
    }

    .homeBanner .bottomRow .statsRow {
        display: grid;
        grid-template-columns: auto auto;
    }

    .homeBanner .bottomRow .statsBox h2 {
        font-size: 2.5rem;
    }

    .homeBanner .bottomRow .statsRow p {
        font-size: .875rem;
    }

    .homeBanner .bottomRow ul.partners {
        flex-wrap: wrap;
        grid-gap: 10px;
        justify-content: space-between;
    }

    .homeBanner .bottomRow ul.partners li {
        flex: 0 0 calc(25% - 10px);
    }

    .homeBanner img.priceBadge {
        max-width: 20%;
        top: -30px;
    }


    .s2 .row {
        flex-wrap: nowrap;
        gap: 1rem;
        padding: 0 1rem;
    }

    .s2 .row .col {
        flex: 1;
        padding: 0;
    }

    .s2 .row img {
        max-width: 100%;
    }

    .s4 h2 {
        text-align: center;
        font-size: 1.25rem;
    }

    .s5 ul.tabs-list {
        flex-direction: column;
    }

    .s5 ul.tabs-list .tab-nav {
        width: 100%;
        flex-direction: row;
    }

    .s5 ul.tabs-list .tab-nav img.recommended {
        left: 0;
    }

    .s5 .packages-row .package-Box {
        border-color: var(--orange);
    }

    .s5 .pkg-name p {
        font-size: 1.5rem;
        background: var(--dark-blue);
        color: var(--white);
        font-weight: 600;
        padding: 0.5rem 1rem;
        margin-left: -1rem;
        border-radius: 0 10px 10px 0;
    }

    .s5 .pkg-name small {
        font-size: 1rem;
    }

    .s5 .package-Box.remove-before-mobile .pkg-name:before {
        display: none;
    }

    .s5 span.most-popular,
    .s5 span.recommended {
        left: unset;
        right: 1rem;
        width: auto;
        padding: .3rem 1rem;
        font-size: 12px;
    }

    .s5 .package-order {
        padding: 0 0 1rem;
    }

    .s5 .package-order a,
    .s5 .package-order button {
        padding: 12px 0;
        width: 50%;
        font-size: .875rem;
    }

    .theUltimate-head {
        max-width: 100%;
    }

    .theUltimate-packages {
        padding: 20px;
        max-width: 100%;
        border-radius: 0;
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }

    .theUltimate-footer {
        max-width: 100%;
    }

    .theUltimate-footer .col-left li {
        font-size: 16px;
    }

    .theUltimate-footer .col-right a.call-for,
    .theUltimate-footer .div-CTA>a {
        padding: 1rem;
        font-size: .875rem;
        font-weight: 600;
        width: 100%;
    }

    .theUltimate-footer .mini-contact-area {
        text-align: center;
        grid-row-gap: 1rem;
    }

    .theUltimate-footer .mini-contact-area .c-cont-box h4 {
        font-size: 12px;
    }

    .theUltimate-footer .mini-contact-area .c-cont-box a {
        font-size: .875rem;
        font-weight: 500;
    }

    .theUltimate-footer .col-right {
        margin: 0;
    }

    .theUltimate-footer .col-left>ul {
        column-count: auto;
    }

    .s8 .stats-box span {
        font-size: 1.6rem;
    }

    .s8 .stats-box p {
        padding: 0 1rem;
        font-size: 12px;
    }

    .s10 .div-CTA a.consultation {
        margin: 1rem 0 0;
    }

    .s10 .div-CTA {
        text-align: center;
    }

    .s11 .work-box h4 {
        min-height: auto;
        font-size: 1.25rem;
    }

    .s11 .work-box {
        min-height: auto;
        padding: 70px 20px 20px 20px;
    }

    .s21 .package-box .package-header .package-title>h2,
    .s21 .package-box .package-header .package-price>span {
        font-size: 2rem;
    }

    .s21 .package-box .package-header .package-price>sup,
    .s21 .package-box .package-header .package-price>small {
        font-size: .875rem;
    }

    .s21 .package-box .package-header .package-title>p {
        font-size: 1.25rem;
    }

    .s21 .package-box .package-header .package-price>sup {
        top: -20px;
    }

    .s21 .package-box .package-body>h3 {
        text-align: center;
    }

    .s21 .package-box .process-items .process-item .item-icon.item-title {
        flex-direction: column;
    }

    .s21 .package-box .process-items .process-item {
        text-align: center;
    }

    .s21 .col-lg-6 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .s21 .col-right .package-box .package-header>h2 {
        font-size: 1.25rem;
    }

    .s21 .col-right .package-box .package-header {
        padding: 1.25rem;
        min-height: auto;
    }

    .s21 .col-right .package-box .package-body {
        margin: 0;
        padding: 1rem;
    }

    .s21 .col-right .package-box .package-body ul li {
        font-size: .875rem;
    }

    .s21 .col-right .package-box .package-body ul li:not(:last-child) {
        margin: 0 0 1rem;
    }

    .s21 .package-box .package-footer {
        margin: 1rem;
    }

    .s7 {
        padding-bottom: 2rem !important;
    }

    .s7 .wave {
        display: none;
    }

    .s7 .heading p {
        font-size: .875rem;
    }

    .s8 .div-text h2 {
        font-size: 1.5rem;
    }

    .s10 .tab-content.active {
        padding: 0;
    }

    .s10 a.consultation {
        margin: 1rem auto;
    }

    .s11 .div-CTA {
        flex-direction: column;
        grid-row-gap: 1rem;
        position: relative;
        z-index: 9;
        margin: 1.5rem 0 0;
    }

    .s12 {
        display: none;
    }

    .s13 {
        padding-top: 0;
    }

    .rank-lists .lists-head {
        font-size: .75rem;
        padding: .4rem 1rem;
    }

    .rank-lists .lists-items .list-item {
        font-size: 0.75rem;
        padding: .4rem 1rem;
    }

    .lists-items {
        height: 120px;
    }

    .rank-screen-topbar .rank-date {
        font-size: .75rem;
    }

    .rank-screen-topbar {
        padding: .4rem 1rem;
        border-radius: 4px 4px 0 0;
    }

    .screen-wrap {
        top: 5px;
        width: 97%;
    }

    .s21 .package-box .package-header .package-price>span {
        font-size: 2rem;
    }

    .s21 .package-box .package-header .package-price>sup,
    .s21 .package-box .package-header .package-price>small {
        font-size: .875rem;
    }

    .s7 .wave {
        display: none;
    }

    .s7 {
        padding-bottom: 2rem !important;
    }

    .s14 .dashboard-box {
        padding: 0 1rem;
    }

    .s14 .more-traffic h4 {
        font-size: 1rem;
        padding: 0 0 1rem;
    }

    .s14 .more-traffic a.main-cta {
        width: 100%;
    }



    div#discussLead .bottom-form.contact {
        padding: 1rem;
        border-radius: .5rem;
    }

    div#discussLead .form-group {
        margin-bottom: 1rem;
    }

    div#discussLead .form-grid {
        grid-template-columns: auto;
    }

    div#discussLead .form-group .form-control {
        padding: 10px 40px;
    }

    div#discussLead .mini-contact-area {
        position: static;
        display: flex;
        justify-content: space-between;
    }

    .s16 div#discussLead .btn-box {
        margin: 1rem 0;
    }

    .s16 div#discussLead .btn-box a {
        padding: 14px 0;
        font-size: .875rem;
        width: 100%;
        text-align: center;
    }

    div#discussLead .c-cont-box h4 {
        font-size: .6rem;
    }

    div#discussLead .c-cont-box a {
        font-size: .7rem;
    }

    div#discussLead .mini-contact-box:first-child {
        margin: 0;
    }

    .seo-strategy-slider .slide-item .div-text h2 {
        font-size: 1.5rem;
    }

    .seo-strategy-slider .slide-item {
        padding: 1rem;
    }

    .s18 {
        padding-top: 0;
    }

    .s18 .shape {
        margin-bottom: 2rem;
    }

    .s18 .div-text h2 {
        font-size: 1.5rem;
    }

    .s18 .div-text h3 {
        font-size: 1rem;
    }

    .s18 .div-text p {
        font-size: 1rem;
    }

    .s18 .div-CTA {
        margin: 1.5rem 0 0;
    }

    .s18 .div-CTA .main-cta {
        font-size: .8rem;
        padding: 12px 0;
        width: 100%;
    }

    a.main-cta {
        font-size: .8rem;
        padding: 12px 0;
        width: 100%;
    }

    .reviews-box .reviews-body {
        min-height: auto;
    }

    .s20 .div-text h3 {
        font-size: 1rem;
    }

    .s22 .div-text h2 {
        font-size: calc(1.325rem + .9vw);
    }

    .s22 .div-text p {
        font-size: 1rem;
    }

    .s24 .div-text .heading h2 {
        font-size: calc(1.325rem + .9vw);
    }

    .s24 .div-text .heading p {
        font-size: .875rem;
    }

    .s24 .audit-form {
        flex-direction: column;
    }

    .s24 .audit-form {
        position: static;
    }

    .s24 .audit-form button[type='button'] {
        position: static;
        padding: 1rem;
    }

    .s25.seopackagesFAQS .heading h2 {
        font-size: calc(1.325rem + .9vw);
    }

    .s25.seopackagesFAQS #accordian {
        max-height: initial;
        padding: 0 !important;
    }

    #accordian .accordion__item {
        padding: 1rem 1.5rem 1rem 0;
        position: relative;
    }

    #accordian .accordion__item__header>h4>i {
        position: absolute;
        right: 0;
        font-size: 1rem;
    }

    .s26 .blog-card {
        margin: 0 1rem 1.5rem;
    }

    .s26 .blog-card .blog-thumb {
        height: 150px;
    }


}

@media (max-width: 370px) {
    .homeBanner .topRow h1 {
        max-width: 95%;
    }

    .homeBanner .coverBtns a.talk-chat {
        padding: 12px 20px;
        font-size: 12px;
    }

    .homeBanner .coverBtns a.talk-phone {
        font-size: 12px;
    }
}