:root {
    --gray: #474747;
    --black: #000;
    --white: #fff;
    --light-blue: #486fa4;
    --dark-blue: #0e2e67;
    --orange: #f16f1d;
    --sky-blue: #009ce5;
}

.light-blue {
    background: #486fa4;
}

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

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

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

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

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

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

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

.head {
    position: relative;
    padding-bottom: 10px;
    margin: 0 auto 40px;
}

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

.head h2 {
    padding-bottom: 10px;
    color: var(--dark-blue);
}

.head h2,
.head h2 span {
    font-size: 40px;
    font-weight: 800;
}

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

.head h4 {
    font-size: 22px;
    color: #00a2fd;
    font-weight: 600;
    padding-bottom: 10px;
}

.head p {
    color: #333;
    font-weight: 400;
}

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

a.main-cta {
    font-family: 'Inter', sans-serif;
    Border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    Border: 2px solid transparent;
    transition: all .3s;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    overflow: hidden;
}

a.main-cta.btn--orange {
    Border: 2px solid #e76817;
    Box-shadow: 8px 8px 30px #f47a1e8a;
    background: linear-gradient(#f99250, #f2701d), linear-gradient(#f2701d, #f99250);
}

a.main-cta.btn--orange i {
    border-radius: 5px;
    margin: 0 10px;
    display: flex;
    justify-self: center;
    padding: 10px;
    align-items: center;
    Border: 2px solid #f2701d;
    background: linear-gradient(#f2701d, #f99250), linear-gradient(#f99250, #f2701d);
}

a.main-cta.btn--blue {
    Border: 2px solid #01122f;
    background: linear-gradient(#09275c, #0e2e67), linear-gradient(#0e2e67d6, #0e2e6763);
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--blue i {
    border-radius: 5px;
    margin: 0 10px;
    display: flex;
    justify-self: center;
    padding: 10px;
    align-items: center;
    Border: 2px solid #09275c;
    background: linear-gradient(#09275c, #01122f), linear-gradient(#01122f, #01122f);
}

a.main-cta.btn--orange:hover {
    Border-color: #01122f;
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--orange:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    height: 0;
    z-index: -1;
    background: linear-gradient(#09275c, #0e2e67), linear-gradient(#0e2e67d6, #0e2e6763);
}

a.main-cta.btn--orange:hover:before {
    height: 100%;
}

a.main-cta.btn--blue:hover {
    Border-color: #e76817;
    Box-shadow: 8px 8px 30px #f47a1e8a !important;
}

a.main-cta.btn--blue:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    height: 0;
    z-index: -1;
    background: linear-gradient(#f2701d, #f99250), linear-gradient(#f99250, #f2701d);
}

a.main-cta.btn--blue:hover:before {
    height: 100%;
}

a.main-cta.btn--blue:hover i {
    Border: 2px solid #e76817;
    Box-shadow: 8px 8px 30px #f47a1e8a;
    background: linear-gradient(#f99250, #f2701d), linear-gradient(#f2701d, #f99250);
}

a.main-cta.btn--orange:hover i {
    background: linear-gradient(#09275c, #01122f), linear-gradient(#01122f, #01122f);
    Border: 2px solid #01122f;
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--white {
    Border: 2px solid transparent;
    color: var(--dark-blue);
    background: linear-gradient(#fff, #CCC), linear-gradient(#fff, #0e2e6763);
    box-shadow: 15px 15px 40px #0e2e678a !important
}

a.main-cta.btn--white i {
    border-radius: 5px;
    margin: 0 10px;
    display: flex;
    justify-self: center;
    padding: 10px;
    align-items: center;
    Border: 2px solid #fff;
    color: var(--dark-blue);
    font-weight: 700;
    box-shadow: 0 0 20px #0e2e678a !important;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff)
}

a.main-cta.btn--white:hover {
    Border-color: #e76817;
    box-shadow: 15px 15px 40px #0e2e678a !important;
    color: var(--white)
}

a.main-cta.btn--white:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    height: 0;
    z-index: -1;
    background: linear-gradient(#f2701d, #f99250), linear-gradient(#f99250, #f2701d)
}

a.main-cta.btn--white:hover:before {
    height: 100%
}

a.main-cta.btn--white:hover i {
    Border: 2px solid #e76817;
    color: var(--white);
    background: linear-gradient(#f99250, #f2701d), linear-gradient(#f2701d, #f99250)
}

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


/* GLOBAL CSS END HERE  */


/* FLOATING FORM CSS START HERE  */

.Form-box {
    width: 370px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 0 20px;
    border-top: 5px solid #4385f4;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.Form-box h2 {
    margin: 0;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 0 30px;
    font-weight: 800;
    color: #0e2e67;
}

.Form-box h2 span {
    color: #f47a1e;
    font-weight: 800;
}

.Form-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.Form-box .form-group i {
    position: absolute;
    font-size: 18px;
    color: #f47a1e;
    left: 10px;
    height: 25px;
    width: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 25px;
}

.Form-box .form-control {
    height: 40px;
    padding-left: 40px;
    background-color: #f3f3f3;
    font-size: 14px;
    color: #a9a9a9;
    border: 1px solid #f6f4f4;
    box-shadow: none;
}

.Form-box:before {
    content: "";
    position: absolute;
    background-color: #f2701d;
    height: 10px;
    width: 370px;
    top: -15px;
    left: 0;
    border-radius: 8px 8px 0 0;
}

@media (max-width:767px) {
    .Form-box {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .Form-box h2 {
        font-size: 24px;
        padding-top: 0;
        padding-bottom: 15px;
    }

    .Form-box:before {
        width: 100%;
    }

    .mini-contact-area:before {
        display: none;
    }
}

#gmb-floatrq-form {
    top: 235px;
    width: 270px;
    display: none;
}

#floating_request_btn {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9999;
    transform: scale(-1);
}

#gmb-floatrq-form {
    background-size: cover;
    padding: 0;
    width: 300px;
    float: left;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
    border: solid 1px #f2701d;
    border-left: 0;
}

#gmb-floatrq-form .button-box a {
    padding: 10px 15px;
    margin: 10px auto;
}

.close-div {
    position: absolute;
    left: 5px;
    top: 5px;
}

.close-rqf {
    padding: 2px 5px;
    font-size: 20px;
    color: #fff;
    background: #f47a1e;
    cursor: pointer;
}

.button-box a {
    font-size: 14px;
    color: #fff;
    background-color: #f47a1e;
    padding: 15px 25px;
    font-weight: 500;
    width: max-content;
    display: block;
    margin: 20px auto;
    text-decoration: none;
    border-radius: 4px;
}

#gmb-floatrq-form .Form-box {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    padding-bottom: 20px;
    position: relative;
}

#gmb-floatrq-form .Form-box:before {
    width: 100%;
}

#gmb-floatrq-form .Form-box h2 {
    font-size: 25px;
    padding: 10px 0;
}

#gmb-floatrq-form .button-box a {
    padding: 10px 15px;
    margin: 10px auto;
}

#gmb-floatrq-form .c-cont-box h4 {
    font-size: 13px;
}

#gmb-floatrq-form .c-cont-box a {
    font-size: 14px;
}

#gmb-floatrq-form textarea#Details2 {
    min-height: 100px;
}

#gmb-floatrq-form .form-group.textarea i {
    bottom: unset;
    top: 10px;
}


/* FLOATING FORM CSS END HERE  *

/* SECTION ONE CSS START HERE  */

section.cover--section {
    position: relative;
    background-image: url('../img/white-label-seo-service/coverBanner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.section.cover--section .col-left h1 {
    color: var(--dark-blue);
    font-family: 'Inter', sans-serif;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    text-transform: capitalize;
    position: relative;
}

section.section.cover--section .col-left h1 span {
    color: var(--light-blue);
}

section.section.cover--section .col-left h1:before {
    position: absolute;
    content: '';
    background: var(--orange);
    width: 85%;
    height: 5px;
    bottom: 0;
    left: 0;
}

section.cover--section .col-left ul {
    display: grid;
    grid-template-columns: .9fr 1fr;
    grid-row-gap: 8px;
    margin: 35px 0 !important;
}

section.cover--section .col-left ul li {
    color: var(--dark-blue);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}

section.cover--section .col-left ul li i {
    color: var(--orange);
    padding-right: 5px;
}

.cover--btn {
    display: flex;
    grid-column-gap: 30px;
    margin-bottom: 25px;
}

a.coverBtn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 18px 45px;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid transparent;
}

a.coverBtn.live-chat {
    background: #0e2e67;
    color: var(--white);
    box-shadow: 0 10px 20px rgb(0 22 94 / 40%);
}

a.coverBtn.talk-to {
    border-color: #0e2e67;
    color: #0e2e67;
}

a.coverBtn.live-chat:hover {
    background: transparent;
    border-color: #0e2e67;
    color: #0e2e67;
    box-shadow: unset;
}

a.coverBtn.talk-to:hover {
    background: #0e2e67;
    color: var(--white);
    box-shadow: 0 10px 20px rgb(0 22 94 / 40%);
}

span.toll-free {
    background: var(--white);
    border-radius: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px 40px;
    margin-bottom: 22px;
}

span.toll-free p {
    margin: 0;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

span.toll-free p img {
    margin-right: 6px;
}

span.toll-free a {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: var(--orange);
    margin-left: 14px;
}

span.toll-free a:hover {
    color: var(--dark-blue);
}

section.cover--section .col-right {
    position: relative;
}

img.coverIcons {
    position: absolute;
    left: -2rem;
    mix-blend-mode: multiply;
}

.Form-box.bannerForm {
    width: 100%;
    max-width: 72%;
    margin-right: unset;
    border-top: 0;
    border-radius: 12px;
    padding: 0 40px 20px;
    box-shadow: 10px 10px 15px rgb(14 46 103 / 20%);
}

.Form-box.bannerForm:before {
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
    height: 5px;
}

.Form-box.bannerForm h2 {
    font-size: 24px;
    font-family: 'Poppins';
}

.Form-box.bannerForm .form-control {
    background: #f3f7fa;
    border-radius: 50px;
    height: 50px;
    border: 1px solid transparent;
}

.Form-box.bannerForm .form-control:focus {
    border-color: var(--orange);
}

.Form-box.bannerForm .textarea textarea {
    height: 110px !important;
    border-radius: 20px;
    padding-top: 10px;
}

.Form-box.bannerForm .button-box a {
    border-radius: 50px;
    font-size: 16px;
    padding: 14px 50px;
}

.Form-box.bannerForm .button-box a:hover {
    background: var(--dark-blue);
}


/* SECTION ONE CSS END HERE  */


/* SECTION TWO - PARTNERS AREA CSS START HERE  */

.partners-area ul.partners li img {
    max-width: 100%;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
}

ul.partners .slick-arrow {
    background: var(--dark-blue);
    color: var(--white);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    z-index: 99;
    cursor: pointer;
    -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;
}

ul.partners .prev--arrow.slick-arrow {
    left: -60px;
}

ul.partners .next--arrow.slick-arrow {
    right: -60px;
}

ul.partners .slick-arrow:hover {
    background: var(--orange);
}

.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: no-drop;
}

ul.partners ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.partners ul.slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--dark-blue);
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

ul.partners .slick-dots li button {
    margin: 0 auto;
    background: var(--white);
    border-radius: 50%;
    width: 0;
    height: 0;
    padding: 0;
    transition: all .3s ease-in-out;
}

ul.partners ul.slick-dots li.slick-active {
    opacity: 1;
}


/* SECTION TWO - PARTNERS AREA CSS END HERE  */


/* SECTION THREE CSS START HERE */

section.client--says {
    background: #f7f8fb;
}

section.client--says .RewviewsWrapper {
    background: #edf9ff;
    padding: 40px 0;
}

.reviews-row {
    margin-top: 40px;
}

.review-nav {
    padding: 0 0 0 10px;
    height: 500px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
    direction: rtl;
    padding: 0 0 0 10px
}

.cf-content {
    display: none;
    background: var(--white);
    box-shadow: 10px 10px 15px 0 #d4ddee;
    border: 1px solid #d4ddee;
    border-radius: 15px;
    height: 100%
}

.cf-content.active {
    display: flex;
    flex-wrap: wrap
}

.review-nav .review-link {
    background: var(--white);
    box-shadow: 6px 6px 15px 0 #eee;
    border: 1px solid #d4ddee;
    padding: 18px 14px;
    border-radius: 10px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.review-nav .review-link:not(:last-child) {
    margin-bottom: 20px
}

.review-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.review-nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5
}

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

.review-nav .review-link img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 14px
}

.review-link h4 {
    color: var(--dark-blue);
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px
}

.review-link p {
    color: #343434;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    word-break: break-all;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.review-nav .review-link:hover {
    background: var(--dark-blue)
}

.review-nav .review-link:hover h4,
.review-nav .review-link:hover p {
    color: var(--white)
}

.cf-content-left {
    position: relative;
    flex: 1 1 70%;
    padding: 30px;
    border-right: 1px solid #d4ddee
}

.cf-content-right {
    flex: 1 1 30%;
    padding: 35px
}

.cf-details h2 {
    font-size: 20px;
    color: #343434;
    font-weight: 800
}

.cf-details .stars {
    margin: 10px 0 30px
}

.cf-details .stars i {
    color: #fec03e;
    font-size: 20px;
    letter-spacing: 3px
}

.cf-details p {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #343434;
    line-height: 24px;
    font-style: italic;
    font-weight: 500
}

.cf-content-left .mini-contact-area {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.cf-content-left .mini-contact-area>div:first-child {
    margin-right: 50px
}

.cf-content-right img:not(:last-child) {
    margin-bottom: 40px
}

.cf-content-left .mini-contact-area {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cf-content-left .mini-contact-box {
    display: flex;
    align-items: center;
}

.cf-content-left .c-cont-box h4 {
    font-size: 14px;
    margin: 0;
    color: #999;
    font-weight: 600;
}

.cf-content-left .c-cont-box a {
    font-size: 16px;
    margin: 0;
    color: var(--dark-blue);
    font-weight: 800;
}

.cf-content-left .c-cont-box a:hover {
    color: var(--orange);
}

.cf-content-left .c-icon-box i {
    font-size: 24px;
    color: var(--orange);
    margin-right: 15px;
}

.review-link.active {
    background: var(--dark-blue);
}

.review-link.active h4,
.review-link.active p {
    color: var(--white);
}


/* SECTION THREE CSS END HERE */


/* SECTION FOUR CSS START HERE */

.wl-services-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    justify-items: center;
}

.wl-services-row .swl-services-box {
    display: grid;
    grid-template-columns: 1fr 2fr;
    box-shadow: 0 5px 15px 5px #e6eeff;
    border-radius: 20px;
    padding: 24px 20px;
    border: 1px solid #d4ddee;
    background: var(--white);
    overflow: hidden;
    -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;
}

.wl-services-row .wl-services-icon {
    background: var(--white);
    width: 120px;
    height: 120px;
    box-shadow: 5px 5px 20px 5px #d4ddee;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-radius: 50%;
    padding: 0px 25px 25px 45px;
    margin: -45px 0px 0px -45px;
    border: 1px solid #d4ddee;
}

.wl-services-row .seo-strategies-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-blue);
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.wl-services-row .seo-strategies-content h4:before {
    position: absolute;
    content: '';
    background: var(--orange);
    width: 50px;
    height: 4px;
    bottom: 0;
    left: 0;
}

.wl-services-row .seo-strategies-content p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    min-height: 65px;
    -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;
}

.wl-services-row a.explore-more {
    position: relative;
    background: var(--dark-blue);
    font-size: 14px;
    padding: 8px 30px;
    overflow: hidden;
    z-index: 9;
    display: inline-block;
    color: var(--white);
    font-family: 'Poppins';
    font-weight: 500;
    margin-top: 10px;
}

.wl-services-row a.explore-more i {
    color: var(--orange);
    font-size: 12px;
    padding-left: 5px;
}

.wl-services-row .swl-services-box:hover {
    background: var(--dark-blue);
}

.wl-services-row .swl-services-box:hover h4,
.wl-services-row .swl-services-box:hover p {
    color: var(--white);
}

.wl-services-row .swl-services-box a.explore-more:before {
    position: absolute;
    content: '';
    background: var(--white);
    width: 0;
    height: 100%;
    left: -35%;
    top: 0;
    transition: all .5s ease-in-out;
    transform: skew(50deg);
    z-index: -1;
}

.wl-services-row .swl-services-box:hover a.explore-more:before {
    height: 100%;
    width: 150%;
}

.wl-services-row .swl-services-box:hover a.explore-more {
    color: var(--dark-blue);
}

.wl-services-row .swl-services-box:hover .wl-services-icon {
    box-shadow: 5px 5px 20px -10px #d4ddee;
}


/* SECTION FOUR CSS END HERE */


/* SECTION FIVE CSS START HERE */

section.section.section--five.section--3cta {
    padding: 0;
}

.section--3cta .head:before {
    display: none;
}

.section--3cta .head h3 {
    font-size: 40px;
    color: var(--dark-blue);
    text-transform: uppercase;
    font-weight: 900;
}

.section--3cta .head h2,
.section--3cta .head h2 span {
    font-size: 80px;
    line-height: 1;
    padding: 0;
}

section.section--3cta img.left-arrow,
section.section--3cta img.right-arrow {
    position: absolute;
    top: 0px;
}

section.section--3cta img.left-arrow {
    left: 100px;
}

section.section--3cta img.right-arrow {
    right: 100px;
}

section.section--3cta img.wave {
    width: 100%;
    margin-top: -50px;
}


/* SECTION FIVE CSS END HERE */


/* SECTION SIX -SEARCHBERG CASE STUDY CSS START HERE  */

section.section--cs.case-study {
    background: #f3f7ff;
    padding: 60px 10px;
}

section.section--cs.case-study .cs-nav {
    padding: 0 20px;
    overflow-y: scroll;
    max-height: 420px;
    text-align: center;
}

section.section--cs.case-study .cs-link {
    cursor: pointer;
    padding: 10px;
    opacity: 0.5;
}

section.section--cs.case-study .cs-link.active {
    opacity: 1;
}

section.section--cs.case-study .cs-link img {
    width: auto;
    max-width: 100%
}

section.section--cs.case-study .cs-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

section.section--cs.case-study .cs-nav::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

section.section--cs.case-study .cs-nav::-webkit-scrollbar-thumb {
    background-color: #0e2e67;
    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.section--cs.case-study .cs-content {
    padding: 0 30px;
    display: none
}

section.section--cs.case-study .cs-content.active {
    display: block
}

section.section--cs.case-study .cs-content h3 {
    color: #0e2e67;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}

section.section--cs.case-study .cs-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 500;
}

.cs-content a {
    color: #f47a1e
}

section.section--cs.case-study .cs-content a.get-consult {
    padding: 14px 40px;
    font-size: 16px;
    text-transform: uppercase;
    background: #f47a1e;
    color: #fff;
    display: inline-block;
    margin: 20px 0 10px 0;
    font-weight: 700;
    border-radius: 5px;
    transition: all .3s;
    text-decoration: none
}

section.section--cs.case-study .cs-content a.get-consult:hover {
    text-decoration: none;
    background: #fff;
    color: #f47a1e
}

section.section--cs.case-study .col-md-5 {
    border-right: 2px solid #a3afd3;
}

.cs-table-box {
    padding: 0 10px;
    display: none
}

.cs-table-box.active {
    display: block
}

table.case-study-table {
    background: #fff;
    color: #0e2e67;
    width: 100%;
    margin-bottom: 20px;
}

.cs-center {
    border-right: 1px solid #ccc;
}

table.case-study-table tr {
    border-bottom: 1px solid #e0e0e0 !important;
}

table.case-study-table th:first-child {
    font-size: 16px !important;
}

table.case-study-table th:first-child {
    border-right: 1px solid #0e2e67;
}

table.case-study-table tbody tr,
table.case-study-table tbody tr td,
table.case-study-table th {
    border-color: #e0e0e0 !important;
}

table.case-study-table th {
    font-weight: 700;
}

table.case-study-table td,
table.case-study-table td a,
table.case-study-table th {
    color: #0e2e67 !important;
    font-weight: 500;
}

table.case-study-table th {
    padding: 8px 20px;
}

table.case-study-table tbody td:first-child {
    border-right: 1px solid #0e2e67;
}

table.case-study-table tbody tr,
table.case-study-table tbody tr td,
table.case-study-table th {
    border-color: #e0e0e0 !important;
}

table.case-study-table tr td,
table.case-study-table tr td a {
    font-size: 13px !important;
}

table.case-study-table tbody td,
table.case-study-table tbody td a {
    font-weight: 600 !important;
}

table.case-study-table tbody td {
    padding: 8px 20px;
}

table.case-study-table td,
table.case-study-table td a,
table.case-study-table th {
    color: #0e2e67 !important;
}

table.case-study-table tbody td:nth-child(2) {
    color: #f47a1e !important;
}

table.case-study-table th {
    font-weight: 700;
}


/* SECTION SIX - SEARCHBERG CASE STUDY CSS END HERE  */



/* SECTION SEVEN CSS START HERE  */

section.section--seven .head h4 {
    font-size: 22px;
    color: #00a2fd;
    font-weight: 600;
    padding-bottom: 10px;
}

section.section.section--seven .head:before {
    right: unset;
}

section.section.section--seven .col-left {
    padding-right: 50px;
}

section.section.section--seven p {
    color: var(--dark-blue);
    line-height: 26px;
}

section.section--seven ul {
    margin: 40px 0 !important;
}

section.section--seven ul li {
    font-size: 14px;
    font-weight: bold;
    color: var(--dark-blue);
    line-height: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

section.section--seven .col-left ul li img {
    margin-right: 20px
}

section.section--seven a.btn-transparent {
    font-family: 'Inter', sans-serif;
    color: var(--dark-blue);
    font-weight: 500;
    padding: 18px 45px;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid var(--dark-blue);
    box-shadow: 0 10px 20px rgb(0 22 94 / 40%);
}

section.section--seven i {
    font-size: 18px;
    padding-right: 5px;
}

section.section--seven a.btn-transparent:hover {
    background: var(--dark-blue);
    color: var(--white);

}


/* SECTION SEVEN CSS END HERE  */

/* SECTION EIGHT CSS END HERE  */

section.process--section {
    background: #fff9ed;
}
.row.processWrapper.mobile {
    display: none;
}
.row.processWrapper {
    background-image: url(../img/white-label-seo-service/process-shape.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 104%;
    align-items: center;
}

.row.processWrapper p {
    font-size: 14px;
    color: var(--dark-blue);
    line-height: 24px;
    /* max-width: 75%;
    margin: 0 auto; */
}

.row.processWrapper .col-md-8 {
    width: 51%;
    margin: 0 auto;
}

/* SECTION EIGHT CSS END HERE  */

/* SECTION NINE CSS START HERE  */



section.work--samples .head h2 {
    color: var(--white);
}

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

section.work--samples .paper-plan {
    position: absolute;
    left: 0;
    top: 10%;
}

section.work--samples .orange-dots {
    position: absolute;
    left: -50px
}

section.work--samples .gray-dots {
    position: absolute;
    bottom: 120px;
    right: 90px;
}

section.work--samples .work--samples--wrapper {
    position: relative;
    margin-top: 100px;
}

.ws-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
}

.ws-grid-wrap .work--box {
    flex: 1 1 100%;
    text-align: center;
}

@media (min-width:768px) {
    .ws-grid-wrap .work--box {
        flex: 1 1 31%;
    }
}

@media (min-width:992px) {
    .ws-grid-wrap .work--box {
        flex: 1 1 31%;
    }
}

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

.work--box .work-icon {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 140px;
    height: 140px
}

.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--btn {
    text-align: center;
}

.work--samples--btn a {
    padding: 18px 45px;
    border-radius: 8px;
    margin: 0 14px;
    display: inline-block;
    font-weight: 500;
    border: 2px solid transparent;
}

.work--samples--btn i {
    font-size: 18px;
    padding-right: 5px;
}

.work--samples--btn .btn-transparent {
    border-color: var(--white);
    color: var(--white);
}

.work--samples--btn a.btn--white {
    background: var(--white);
    color: var(--dark-blue);
    box-shadow: 0 10px 20px rgb(0 22 94 / 100%);
}

.work--samples--btn a.btn--white:hover {
    background: 0 0;
    border-color: var(--white);
    color: var(--white);
    box-shadow: unset;
}

.work--samples--btn .btn-transparent:hover {
    background: var(--white);
    color: var(--dark-blue);
    box-shadow: 0 10px 20px rgb(0 22 94 / 100%);

}

.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;
    line-height: 45px;
}

.fancybox-content ul li:before {
    content: url('../img/white-label-seo-service/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: var(--orange);
}

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

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


/* SECTION NINE CSS END HERE  */



/* SECTION TEN CSS START HERE  */

.ranking--google:before {
    position: absolute;
    content: '';
    border: 35px solid var(--orange);
    width: 350px;
    height: 350px;
    right: -140px;
    bottom: -50px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
}

.ranking--google:after {
    position: absolute;
    content: '';
    width: 600px;
    height: 600px;
    background: var(--orange);
    border-radius: 50%;
    left: -100px;
    top: -100px;
    z-index: -1;
}

.ranking--google .col--right.head {
    margin: 0;
}

.ranking--google .col--right.head:before {
    display: none;
}

.ranking--google .col--right.head h2 {
    padding-bottom: 30px;
}

.ranking--google .col--right.head p {
    line-height: 30px;
}

section.ranking--google .col--left {
    margin-right: 30px;
}

.rankingscreen .scrollstyle {
    overflow: hidden;
    overflow-y: scroll
}

.rankingscreen {
    position: relative;
    background: url(../img/white-label-seo-service/tv.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 100%;
    height: 484px;
    padding-right: 22px;
    padding-top: 43px;
    padding-left: 29px;
    margin: 0 auto;
    margin-right: 0;
    max-width: 100%
}

.headfix {
    padding: 8px 0;
    background: var(--orange);
}

tr.headfix th {
    color: #0f0d0e;
    font-weight: 700;
    color: var(--white);
    padding-left: 18px;
}

.rankingscreen .table_scroll img {
    width: auto;
    border: 2px solid #ccc;
}

.rankingscreen .table_scroll {
    overflow-y: scroll;
    height: 252px
}

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

.rankingscreen .table_scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.rankingscreen .table_scroll::-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);
}

.ranking-date {
    position: absolute;
    bottom: 85px;
    right: 40px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
}

.gr-cta {
    margin-top: 50px;
}

.gr-cta>a.main-cta {
    display: inline-flex;
    padding: 15px 70px;
    text-align: left;
    float: left;
}


/* SECTION TEN CSS START HERE  */

/* SECTION ELEVEN CSS START HERE  */

section.section.section--eleven.section--3cta {
    background: #f3f7ff;
}

section.section.section--eleven.section--3cta img.left-arrow {
    left: 0;
}

section.section.section--eleven.section--3cta img.right-arrow {
    right: 0;
}

/* SECTION ELEVEN CSS END HERE  */

/* SECTION TWELVE CSS START HERE  */


section.section.section--tweleve .row {
    grid-row-gap: 25px;
}

.sailent-feature-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 100%;
    padding: 20px;
}


.sailent-feature-box h2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--dark-blue);
    padding: 14px 0 5px;
}

.sailent-feature-box p {
    color: var(--dark-blue);
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

/* SECTION TWELVE CSS END HERE  */

/* SECTION THIRTEEN CSS START HERE  */

section.section.section--thirteen {
    background: #f3f7ff;
}

section.section.section--thirteen .row {
    grid-row-gap: 40px;
}

.section--thirteen .client-box {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background: var(--white);
    overflow: hidden;
    text-align: center;
    box-shadow: 10px 10px 15px 0px rgb(0 22 94 / 10%);
}

.section--thirteen .client-box .client-icon {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--thirteen .client-box .client-content {
    background: var(--dark-blue);
    padding: 30px 0;
}

.section--thirteen .client-box .client-content p {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1;
    margin: 0;
}

.section--thirteen .client-box .client-content h2 {
    font-size: 80px;
    font-weight: 800;
    color: var(--white);
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--thirteen .client-box .client-content h2 span {
    color: var(--orange);
    font-size: 40px;
}

/* SECTION THIRTEEN CSS END HERE  */



/* SECTION FOURTEEN - DASHBOARD CSS START HERE  */

img.dashboard-before {
    position: absolute;
    top: 0;
    left: 0;
}

section.dashboard--section .head h2,
section.dashboard--section .head h2 span {
    font-size: 40px;
}

section.dashboard--section .head h2 {
    padding-bottom: 40px;
}

section.dashboard--section .head p.sub-text {
    color: #444;
    font-size: 16px;
    font-weight: bold;
}

section.dashboard--section .head {
    margin-bottom: 80px;
    padding: 0;
}

section.dashboard--section .head:before {
    display: none;
}

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

.dashboard-box {
    padding: 20px;
}

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

.dashboard-box h3 {
    font-size: 20px;
    color: var(--dark-blue);
    font-weight: 700;
    padding-bottom: 20px;
}

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

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

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

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


/* SECTION FOURTEEN - DASHBOARD CSS END HERE  */


/* SECTION FIVETEEN CSS START HERE  */

section.our--clients {
    background: #eafbfc;
}

.our--clients .client-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 50px;
}

.our--clients .client-grid-wrap a.client-box {
    flex: 1 1 100%;
    text-align: center;
}

.our--clients a {
    position: relative;
    overflow: hidden
}

.our--clients a img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.our--clients a:hover img {
    transform: scale(1.2)
}

@media (min-width: 768px) {
    .our--clients .client-grid-wrap a.client-box {
        flex: 1 1 33.33%;
    }
}

@media (min-width: 992px) {
    .our--clients .client-grid-wrap a.client-box {
        flex: 1 1 25%;
    }
}


/* SECTION FIVETEEN CSS END HERE  */


/* SECTION SIXTEEN CSS START HERE  */

section.section.section--sixteen {
    padding: 0;
}

section.section.section--sixteen .row {
    align-items: center;
}

section.section.section--sixteen .col-left {
    padding: 90px;
}

section.section.section--sixteen .col-left h2 {
    color: var(--dark-blue);
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 40px;
}

section.section.section--sixteen .col-left h2 span {
    color: var(--orange);
}

section.section.section--sixteen .col-left p {
    color: #333333;
}

section.section.section--sixteen .col-left a.main-cta {
    width: 350px;
    margin-top: 60px;
}

section.section.section--sixteen .col-right {
    background: #8adadb;
    text-align: center;
    padding: 70px 0 30px;
}



/* SECTION SIXTEEN CSS END HERE  */

/* SECTION SEVENTEEN CSS START HERE  */

section.section--seventeen.section--3cta {
    padding-top: 100px;
}

section.section--seventeen.section--3cta h3 {
    font-size: 34px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 900;
}

section.section--seventeen.section--3cta h3 span {
    color: var(--orange);
}

section.section--seventeen.section--3cta img.left-arrow,
section.section--seventeen.section--3cta img.right-arrow {
    top: -40px;
    opacity: 0.5;
}

/* SECTION SEVENTEEN CSS END HERE  */



/* SECTION EIGHTEEN - MILESTONS CSS START HERE  */

.sb--milestones {
    background: #eafbfc;
}

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

.ms-box {
    padding: 0 20px;
    text-align: center
}

.ms-box h3,
.ms-box h3 span {
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    color: var(--dark-blue);
    font-weight: 700;
    border-bottom: 1px solid var(--dark-blue);
    padding-bottom: 10px;
    margin: 10px 0
}

.ms-box p {
    color: #333;
    font-weight: 500;
    font-size: 16px
}

.ms-box h3 span {
    color: var(--orange);
    border: 0;
}


/* SECTION EIGHTEEN - MILESTONS CSS END HERE  */



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


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

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

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

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

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

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

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

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

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

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

textarea#Details {
    height: 150px;
}

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

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

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

.btn-box {
    margin-top: 35px;
}

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

.btn-box a:hover {
    background: var(--orange);
}

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

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-size: 14px;
    margin: 0;
    color: #999;
    font-weight: 600;
}

div#discussLead .c-cont-box a {
    font-size: 20px;
    margin: 0;
    color: #16366e;
    font-weight: 800;
}

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 NINETEEN - BOTTOM FORM CSS END HERE  */




/* SECTION TWENTY - FAQS CSS START HERE  */

section.faq-section {
    background: #f9fbff;
}

section.faq-section .head {
    margin-bottom: 20px;
}

section.faq-section .head h2,
section.faq-section .head h2 span {
    font-size: 52px;
}

section.faq-section .head:before {
    display: none;
}

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

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

ul#accordian {
    overflow-y: auto;
    max-height: 450px;
    padding: 0 20px !important;
}

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

ul#accordian::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

ul#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);
}

ul#accordian li p {
    display: none;
    color: #6a6a6a;
}

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

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

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

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

ul#accordian li.active h4 {
    padding-bottom: 20px;
}

ul#accordian li p a {
    color: var(--orange);
}

ul#accordian li.active i::before {
    content: '\f068';
}


/* SECTION TWENTY - FAQS CSS END HERE  */








@media only screen and (max-width: 1199px) {
    img.coverIcons {
        display: none;
    }

    .Form-box.bannerForm {
        max-width: 100%;
    }

    a.coverBtn {
        padding: 18px 30px;
    }

    span.toll-free a {
        font-size: 26px;
    }

    .review-nav {
        display: flex;
        overflow-y: unset;
        overflow-x: scroll;
        direction: unset;
        padding: 0;
        height: auto;
        margin-bottom: 20px;
    }

    .review-nav .review-link {
        min-width: 30%;
        display: flex;
        flex-direction: row;
        margin: 0 15px 20px 0;

    }

    .cf-content-left .mini-contact-area {
        position: unset;
        justify-content: flex-end;
    }

    .wl-services-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .wl-services-row .swl-services-box {
        flex: 0 0 47%;
        FONT-VARIANT: JIS04;
    }

    section.section--3cta img.left-arrow {
        left: 0;
    }

    section.section--3cta img.right-arrow {
        right: 0;
    }

    .section--3cta .head h2,
    .section--3cta .head h2 span {
        font-size: 50px;
    }

    .section--thirteen .client-box .client-content h2 {
        font-size: 60px;
    }

    .section--thirteen .client-box .client-content p {
        font-size: 16px;
    }

    section.dashboard--section .head h2 br {
        display: none;
    }
    section.section.section--sixteen .col-left h2 {
        font-size: 36px;
    }
    section.section.section--sixteen .col-left h2 br {
        display: none;
    }

    section.section.section--sixteen .col-left {
        padding: 10px;
    }

    section.section.section--sixteen .col-left a.main-cta {
        width: 80%;
    }
    .ms-box h3,
    .ms-box h3 span {
        font-size: 36px;
    }
    .bottom-form.contact {
        padding: 40px 100px;
    }

}

@media only screen and (max-width: 991px) {

    section.section.cover--section .col-left h1 br {
        display: none;
    }

    section.section.cover--section .col-left h1 {
        font-size: 30px;
        line-height: 34px;
    }

    section.cover--section .col-left ul {
        grid-template-columns: 1fr 1fr;
    }

    .RewviewsWrapper .row {
        grid-row-gap: 50px;
    }

    .review-nav .review-link {
        min-width: 50%;
    }

    .head h2,
    .head h2 span {
        font-size: 30px;
    }

    .head h2 br,
    .head h2 span br,
    .head p br {
        display: none;
    }

    .section--3cta .head h3 {
        font-size: 30px;
    }

    .section--3cta .head h2,
    .section--3cta .head h2 span {
        font-size: 40px;
    }

    section.section--3cta img.left-arrow,
    section.section--3cta img.right-arrow {
        top: -40px;
    }

    section.section.section--five.section--3cta {
        overflow: visible;
    }

    section.section--3cta a.main-cta {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 0px;
    }

    section.section--cs.case-study .cs-nav {
        display: flex;
        overflow-y: hidden;
        margin-bottom: 30px;
    }

    section.section--cs.case-study .cs-nav .cs-link {
        min-width: 33.33%;
    }

    section.section--cs.case-study .cs-content h3 {
        font-size: 24px;
    }

    section.section--cs.case-study .cs-content {
        padding: 0;
    }

    section.section.section--seven .col-right {
        text-align: center;
    }

    .row.processWrapper {
        background-image: unset;
    }

    .row.processWrapper .col-md-8 {
        width: 66.6666666667%;
    }

    .rankingscreen .table_scroll img {
        width: 100%;
    }

    .rankingscreen {
        margin-bottom: 30px;
    }

    .section--thirteen .client-box .client-content p {
        font-size: 12px;
    }

    .section--thirteen .client-box .client-content h2 {
        font-size: 40px;
    }

    section.dashboard--section .head h2,
    section.dashboard--section .head h2 span {
        font-size: 30px;
    }

    .dashboard--section .col--left {
        border: 0;
        padding: 0;
    }

    section.dashboard--section .head {
        margin-bottom: 40px;
    }

    section.section.section--sixteen .col-left {
        padding: 50px;
    }

    section.section.section--sixteen .col-left a.main-cta {
        width: 55%;
    }
    .ms-box {
        padding: 0;
    }
    .ms-box h3,
    .ms-box h3 span {
        font-size: 24px;
    }
    .ms-box p {
        font-size: 14px;
    }
    .bottom-form.contact {
        padding: 40px 50px;
    }
    section.faq-section .head h2,
    section.faq-section .head h2 span {
        font-size: 36px;
        text-align: center;
    }
 
}

@media only screen and (max-width: 767px) {
    #floating_request_btn {
        display: none;
    }

    p,
    li {
        font-size: 14px;
    }

    .section {
        padding: 40px 0;
    }

    .head h2,
    .head h2 span {
        font-size: 20px;
    }

    a.main-cta {
        font-size: 14px;
        letter-spacing: 0;
        padding: 14px 20px;
    }

    .enableScroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 40px;
        padding-top: 20px;
        justify-content: normal;
        align-items: normal;
    }

    .enableScroll>div {
        min-width: 100%;
    }

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

    .enableScroll::-webkit-scrollbar {
        height: 7px;
        background-color: #f5f5f5;
    }

    .enableScroll::-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);
    }

    section.section.cover--section .col-left h1 {
        font-size: 20px;
        line-height: 24px;
    }

    section.cover--section .col-left ul {
        display: block;
        font-size: 14px;
        margin: 20px 0 !important;
    }

    .cover--btn {
        flex-direction: column;
        grid-row-gap: 15px;
        text-align: center;
    }

    a.coverBtn {
        font-size: 14px;
        padding: 12px 20px;
    }

    span.toll-free {
        justify-content: center;
    }


    .Form-box.bannerForm {
        max-width: 100%;
        padding: 20px 15px 15px 15px;
        margin-top: 20px;
    }

    .Form-box.bannerForm h2,
    .Form-box.bannerForm h2 span {
        font-size: 18px;
    }

    .review-nav .review-link {
        min-width: 100%;
    }



    .cf-content-left .mini-contact-area .mini-contact-box {
        flex-direction: column;
        text-align: center
    }

    .cf-content.active {
        flex-direction: column;
        flex-wrap: nowrap
    }

    .cf-details p {
        font-size: 14px;
    }

    .cf-content-left {
        padding: 20px 10px;
    }

    .cf-content-right img:nth-child(1) {
        display: none;
    }

    .cf-content-right .mini-contact-box {
        flex-direction: column;
        text-align: center;
    }
    .cf-content-left .mini-contact-area {
        justify-content: center;
    }
    
    .cf-content-right {
        display: none;
    }

    section.section--3cta img.left-arrow,
    section.section--3cta img.right-arrow {
        display: none;
    }

    .section--3cta .head h3 {
        font-size: 20px;
    }

    .section--cta .row {
        grid-row-gap: 20px;
    }

    section.section--cs.case-study .cs-nav .cs-link {
        min-width: 100%;
    }

    section.section--cs.case-study .cs-content p {
        font-size: 14px;
    }

    section.section--cs.case-study {
        padding: 30px 10px;
    }

    section.section--cs.case-study .cs-content {
        padding: 0;
    }

    .cs-table-box {
        padding: 0;
    }

    section.client--says .RewviewsWrapper .row .col-md-6 {
        width: 50%;
    }

    
    section.section--cs.case-study .cs-content a.get-consult {
        padding: 10px 20px;
        font-size: 14px;
    }

    section.section--seven a.btn-transparent {
        padding: 10px 20px;
    }

    section.section.section--seven .col-right {
        display: none;
    }

    .row.processWrapper .col-md-8 {
        width: 100%;
    }

    section.work--samples .orange-dots,
    section.work--samples .gray-dots {
        display: none;
    }

    .ws-grid-wrap .work--box {
        margin-bottom: 50px;
        min-height: auto;
    }

    .work--box h4 {
        font-size: 20px;
        min-height: auto;
    }

    .work--samples--btn a {
        padding: 10px 20px;
    }

    .work--samples--btn a:first-child {
        margin-bottom: 20px;
    }

    section.section.section--sixteen .col-left h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    
    section.section.section--sixteen .col-left {
        padding: 40px 15px;
    }
    .rankingscreen {
        margin-bottom: 30px;
        height: 300px;
        padding: 26px 10px 0;
    }

    tr.headfix th {
        font-size: 14px;
        padding: 0;
    }

    .rankingscreen .table_scroll {
        height: 150px;
    }

    .ranking-date {
        bottom: 50px;
        font-size: 12px;
        right: 20px;
    }

    section.section.section--nine.ranking--google:before {
        display: none;
    }

    .ranking--google:after {
        width: 400px;
        height: 400px;
    }

    .ranking--google .col--right.head {
        margin-top: 0;
    }

    .ranking--google .col--right.head h2 {
        padding-bottom: 10px;
    }

    section.ranking--google .col--left {
        margin: 0;
    }

    .gr-cta>a.main-cta {
        padding: 10px 20px;
        width: 100%;
    }

    .section--3cta .head h2,
    .section--3cta .head h2 span {
        font-size: 24px;
    }

    section.dashboard--section .head h2,
    section.dashboard--section .head h2 span {
        font-size: 20px;
        padding-bottom: 0;
    }

    section.dashboard--section .head p.sub-text {
        font-size: 14px;
    }

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

    section.section.section--sixteen .col-right {
        padding: 30px 0;
    }

    section.section.section--sixteen .col-left {
        padding: 15px;
    }

    section.section.section--sixteen .col-left a.main-cta {
        width: 100%;
        margin-top: 30px;
    }

    section.section--seventeen.section--3cta {
        padding-top: 40px;
    }

    section.section--seventeen.section--3cta h3 {
        font-size: 20px;
    }

    section.section.section--sixteen .col-right {
        padding: 30px 0;
    }

    section.section--seventeen.section--3cta h3 br {
        display: none;
    }
    .sb--milestones .row .col-sm-3 {
        max-width: 50%;
    }
    div#discussLead .bottom-form.contact {
        padding: 20px;
    }
    div#discussLead .bottom-form.contact h2 {
        font-size: 16px;
    }
    div#discussLead .form-grid {
        display: flex;
        flex-direction: column;
        grid-column-gap: 15px;
    }
    
    div#discussLead .form-group {
        margin-bottom: 20px;
    }
    
    div#discussLead .mini-contact-area {
        position: unset;
    }
    
    div#discussLead .btn-box a {
        padding: 12px 20px;
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    div#discussLead .c-cont-box a {
        font-size: 14px;
    }
    .row.processWrapper.dekstop {
        display: none;
    }
    
    .row.processWrapper.mobile {
        text-align: center;
        display: block;
    }
    section.faq-section .head h2,
    section.faq-section .head h2 span {
        font-size: 26px;
    }
    ul#accordian {
        max-height: initial;
        padding: 0 !important;
    }
    ul#accordian li {
        padding: 25px 0;
        box-shadow: unset;
    }
    ul#accordian li.active {
        box-shadow: unset;
        background: none;
        border-radius: 0;
    }
    ul#accordian h4 i {
        font-size: 18px;
    }
}