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

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

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

p {
    font-family: 'Poppins', 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 50px;
}

.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: var(--dark-blue);
    font-weight: 700;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

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

a.main-cta {
    font-family: 'Poppins', 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;
}

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  */


/* SECTION ONE CSS START HERE */

section.cover--section {
    position: relative;
    background-image: url('https://www.searchberg.com/img/global/coverBanner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    overflow: hidden;
}

img.priceBadge {
    position: absolute;
    top: -30px;
    right: 50px;
    width: 20%;
}

@media only screen and (min-width: 1199px) {
    section.cover--section img.bannerImg {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0;
        margin: auto;
    }
}

.coverTextWrap {
    position: relative;
}

p.sub-heading {
    font-family: 'Raleway', sans-serif;
    color: #7c91b6;
    font-weight: 600;
    font-style: italic;
    letter-spacing: .5px;
    margin: 0;
    padding-bottom: 5px;
}

.coverTextWrap h1 {
    color: var(--light-blue);
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
}

.coverTextWrap h1 span {
    color: var(--orange);
    font-weight: bold;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
}

.coverTextWrap p.sub-text {
    font-size: 18px;
    color: var(--dark-blue);
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.coverTextWrap p.sub-text:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 6px;
    bottom: 0;
    left: 0;
    background: var(--orange);
}

section.cover--section .col-left ul {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 8px;
    margin: 25px 0 35px !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: 10px;
}

.cover--btn {
    margin-bottom: 20px;
    display: flex;
    position: relative;
    z-index: 99;
}

.cover--btn a {
    padding: 14px 0px;
    border-radius: 14px;
    display: inline-block;
    font-weight: 500;
    border: 3px solid;
    font-family: 'Poppins', sans-serif;
    min-width: 205px;
    text-align: center;
}

.cover--btn i {
    font-size: 16px;
    padding-right: 5px;
}

.cover--btn a.btn-blue i {
    padding: 0 0 0 5px;
}

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

.cover--btn a.btn-transparent {
    color: var(--orange);
    border-color: var(--orange);
    font-weight: 600;
    text-align: center;
}

span#hover-no {
    display: none;
    font-family: 'Poppins';
}

.cover--btn a.btn-transparent:hover #hover-no {
    display: block;
}

.cover--btn a.btn-transparent:hover #talk {
    display: none;
}

.cover--btn a:not(:last-child) {
    margin-right: 14px;
}

.cover--btn a.btn-blue:hover {
    background: transparent;
    color: var(--dark-blue);
    box-shadow: unset;
}

.cover--btn a.btn-transparent:hover {
    background: var(--orange);
    color: var(--white);
    Box-shadow: 8px 8px 30px #f47a1e8a;
}

span.talk-to p {
    color: #4e6784;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}

span.talk-to a {
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: 600;
}

span.talk-to a:hover {
    color: var(--orange);
}

.cover--partners {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.cover--partners ul {
    display: flex;
}

.cover--partners ul:first-child li:first-child {
    margin-right: 20px;
}

section.cover--section img.wave {
    position: absolute;
    bottom: 0;
}

.cover--partners ul:last-child {
    margin-top: -40px !important;
}


/* SECTION ONE CSS END HERE */


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

section.partners-area {
    background: #f0f4fd;
}

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

.partners-area ul.partners .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

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.quality-traffic {
    background: #fff9ed;
    overflow: visible;
    /* border-bottom: 2px solid #ccc; */
}

section.quality-traffic h3 {
    position: relative;
    color: #486fa4;
    font-weight: bold;
    font-size: 34px;
    padding-bottom: 15px;
    margin-bottom: 24px;
}

section.quality-traffic h3:before {
    position: absolute;
    content: '';
    background: var(--orange);
    width: 50px;
    height: 5px;
    bottom: 0;
    left: 0;
}

section.quality-traffic p {
    line-height: 24px;
    color: var(--dark-blue);
    font-size: 18px;
}

section.quality-traffic img.diamond {
    position: absolute;
    right: 0;
    left: 0;
    margin: 50px auto;
    width: 10%;
}


/* SECTION THREE CSS END HERE  */


/* SECTION TWELVE CSS START HERE  */


/*
section.section.section-twelve {
    background-image: url(/img/ppc-traffic/worldwide-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

section.section.section-twelve .head h2 {
    color: var(--white);
} */


/* section.section.section-twelve:before {
    background-image: url(/img/ppc-traffic/worldwide-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */


/* .worldwide-tabContent {
    display: none;
}

.worldwide-tabContent.active {
    display: block;
}
.worldwide-tab p {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 18px 0;
    cursor: pointer;
    border-bottom: 1px solid var(--orange);
}

.section-twelve .col-left .worldwide-tab:first-child p {
    border-top: 1px solid var(--orange);
}

.section-twelve .col-left .worldwide-tab.active p {
    text-align: right;
    color: var(--orange);
}
.ww-bg {
    background: #092250;
    border-radius: 20px;
}
.worldwide-tabContent {
    max-width: 85%;
    margin: 0 auto;
}
.trafficNumbers {
    padding: 0 50px 50px;

}

.worldwide-tabContent li p {
    font-family: 'Antonio', sans-serif;
    color: var(--white);
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    line-height: 1.4;
}
.worldwide-tabContent li span {
    font-family: 'Anton', sans-serif;
    color: var(--orange);
    font-size: 50px;
    font-weight: 400;
    padding: 0 10px;
}

.trafficPercentage li:not(:last-child) {
    margin-bottom: 40px;
}

.trafficPercentage li {
    text-align: center;
    overflow: hidden;
}

.trafficPercentage li p {
    width: 100%;
    justify-content: center;
}
.trafficPercentage li img {
    border-radius: 0 0 20px 20px;
} */

section.section.big--brands {
    padding-bottom: 0;
}

.bigBrands-gridWrapper {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 15px;
}

.bigBrands-gridWrapper .bigBrand-box:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.bigBrands-gridWrapper .bigBrand-box:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.bigBrands-gridWrapper .bigBrand-box:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}

.big--brands .container-fluid {
    padding: 0;
}

.bigBrands-gridWrapper .bigBrand-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* SECTION TWELVE CSS END HERE  */


/* SECTION FOUR - PACKAGES CSS START HERE  */

section.section.section--four.packages {
    padding-bottom: 0;
}

.pkg-tabContent {
    display: none;
    text-align: initial;
    margin-top: 60px;
}

.pkg-tabContent.active {
    display: block;
    animation-name: inUp;
    animation-timing-function: ease-in-out;
    animation-duration: .6s;
}

@keyframes inUp {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }
    90% {
        transform: translateY(-10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.packagesRow p.pkg-heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: var(--dark-blue);
}

.packagesRow p.pkg-heading span {
    color: var(--orange);
}

.packages-tabs-wrapper {
    text-align: center;
}

.packages-tabs-head {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfdfdf;
    padding: 4px;
    border-radius: 50px;
}

.packages-tabs-head .pkg-tab p {
    margin: 0;
    font-size: 14px;
    color: #5685d9;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    padding: 16px 52px;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all .4s ease-in-out;
}

.packages-tabs-head .pkg-tab.active p {
    background: #5685d9;
    color: var(--white);
}

.packageBox {
    position: relative;
}

.packageName {
    background: #326acf;
    display: inline-block;
    padding: 10px 20px 30px 20px;
    border-radius: 10px 0 0 0px;
    position: relative;
}

.packageName h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white);
}

.packageName:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 68px solid #1c52b1;
    border-right: 30px solid transparent;
    right: -30px;
    bottom: 0;
}


/* .packageBox span.best-seller {
    background: var(--orange);
    text-shadow: 1px 1px 0px #af4f13;
    color: var(--white);
    text-transform: uppercase;
    padding: 8px 20px 30px 20px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    right: 0;
    top: 15px;
    letter-spacing: 1px;
} */

.packageBox span.best-seller {
    background: var(--orange);
    text-shadow: 1px 1px 0px #af4f13;
    color: var(--white);
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    width: 120px;
}

.packageTraffic {
    background: #072252;
    margin-top: -20px;
    position: relative;
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding: 34px 0;
    border: 1px solid #7182a0;
    border-bottom: 0;
    min-height: 145px;
}

.packageTraffic p {
    color: #6ca1ff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
}

.packageTraffic span {
    font-size: 34px;
    color: var(--white);
    font-weight: 600;
    line-height: 0.9;
    display: inline-block;
}

.packageTraffic small {
    display: block;
    color: var(--white);
    font-size: 10px;
    padding-top: 8px;
}

.packageContent .fa-times {
    color: red;
}

.packageContent .fa-check {
    color: #07962c;
}

.packageTraffic small ins {
    color: var(--orange);
}

.packageTraffic ins {
    text-decoration: none;
}

p.pkg-percent {
    background: var(--orange);
    display: inline-block;
    color: var(--white);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 8px 10px;
    border-radius: 5px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 0;
    text-align: center;
}

.pacakgeContentWrapper {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 10px #f1f1f1;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.packageContent p {
    background: #fff9ed;
    text-align: center;
    font-size: 13px;
    color: #464646;
    font-weight: 500;
    padding: 5px;
    margin: 0;
}

.packageContent table {
    width: 100%;
}

.packageContent table tr {
    font-weight: 500;
    color: #0e2e67;
}

.packageContent table tr:nth-child(odd) {
    background: #ecf3ff;
}

.packageContent table tr td {
    padding: 10px;
    font-size: 14px;
}

.packageContent table tr td:last-child {
    text-align: center;
    border-left: 1px solid #ccd4e2;
}

.packageOrder a.order-now {
    position: relative;
    display: inline-block;
    Box-shadow: 8px 8px 30px #f47a1e8a;
    background: linear-gradient(#f99250, #f2701d), linear-gradient(#f2701d, #f99250);
    color: var(--white);
    padding: 16px 36px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.packageOrder.packagePrice {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 28px 10px;
    background: #f3f4f7;
    flex-direction: column;
    grid-row-gap: 6px;
}


/* .packageOrder.packagePrice.monthlyPackage {
    padding: 28px 0;
} */

.packagePrice h5>sup {
    color: var(--orange);
    font-weight: bold;
    right: -5px;
}

.packagePrice h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: var(--dark-blue);
    font-weight: 800;
}

.packagePriceWrapper h5 small,
.packageOrder.packagePrice h5 small {
    color: #7f8ca2;
    font-size: 12px;
    margin-left: -5px;
    font-weight: 500;
}

.packagePriceWrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.packagePriceWrapper h5.monthlyPrice:first-child {
    opacity: 0.5;
    font-size: 16px;
}

h5.monthlyPrice {
    font-size: 20px;
    font-weight: 600;
}

.packageOrder a.order-now:before {
    position: absolute;
    content: '';
    background: var(--dark-blue);
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    z-index: -1;
}

.packageOrder a.order-now:hover:before {
    width: 100%;
    height: 100%;
}

.packageOrder a.order-now:hover {
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

img.wave {
    width: 100%;
    margin-top: -100px;
}


/* NEW PACKAGE  */

.quarterlyPackage {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

p.quarterly3cx {
    margin: 0;
    font-size: 11px;
    color: #7f8ca2;
    font-weight: 500;
    line-height: 1;
}

.packageContact {
    background: #e5e6e9;
    padding: 15px 10px;
    text-align: center;
}

.packageContact ul li {
    display: inline-block;
    margin: 0 5px;
}

.packageContact ul li a {
    color: var(--dark-blue);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.packageContact ul li a:hover {
    color: var(--orange);
}

.packageContact ul li i {
    color: var(--orange);
    font-weight: bold;
}


/* BOSS PACKAGES START  */

.packageBox.boss .packageName {
    background: var(--orange);
    border-radius: 10px;
    display: flex;
    width: max-content;
    margin: 0 auto;
}

.packageBox.boss .packageTraffic {
    border: 5px solid var(--orange);
    border-bottom: 0;
}

.packageBox.boss .packageName::before {
    display: none;
}

.packageBox.boss .packageName h2 {
    font-size: 16px;
}

.packageBox.boss .pacakgeContentWrapper {
    border: 5px solid var(--orange);
    border-top: 0;
}

.packageBox.boss .packageOrder.packagePrice {
    background: #0e2e67;
}

.packageBox.boss .packageOrder.packagePrice h5 {
    color: var(--white);
}

.packageBox.boss .packageOrder.packagePrice h5 small,
.packageBox.boss p.quarterly3cx {
    color: #c4d9ff;
}

.packageBox.boss a.order-now {
    background: var(--white);
    color: var(--dark-blue);
    box-shadow: unset;
}

.packageBox.boss a.order-now:before {
    background: var(--orange);
}

.packageBox.boss a.order-now:hover {
    color: var(--white);
}

.packageBox.boss .packageContact {
    background: #072252;
    padding: 15px 0;
}

.packageBox.boss .packageContact ul li a {
    color: var(--white);
}

.packageBox.boss .packageContact ul li a:hover {
    color: var(--orange);
}


/* SECTION FOUR - PACKAGES CSS END HERE  */


/* SECTION FIVE - 3CTA CSS START HERE  */

section.section.section--three.section--3cta .head {
    margin-bottom: 20px;
}

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

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

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

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

.something-custom .head h2,
.something-custom .head h2 span {
    font-family: 'Poppins', sans-serif;
    /* font-size: 60px; */
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.something-custom .head p {
    font-size: 20px;
}

.something-custom .left-arrow,
.something-custom .right-arrow {
    position: absolute;
    top: 30px;
}

.something-custom .left-arrow {
    left: 100px;
}

.something-custom .right-arrow {
    right: 100px;
}

.something-custom p.cal-now {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--dark-blue);
    letter-spacing: 6px;
    font-weight: 500;
    margin: 0;
}

.something-custom a.toll-number {
    font-size: 100px;
    color: var(--orange);
    font-weight: 700;
    line-height: 1;
    display: flex;
    justify-content: center;
    margin: 10px 0 20px;
    background: linear-gradient(to right, var(--dark-blue), var(--orange), var(--dark-blue));
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    transition: color .4s ease-in-out;
}

.something-custom a.toll-number:hover {
    color: rgba(0, 0, 0, 0);
}

@keyframes rainbow {
    0% {
        background-position: left
    }
    50% {
        background-position: right
    }
    100% {
        background-position: left
    }
}

.something-custom a:hover {
    color: var(--dark-blue);
}

.something-custom p.glad-tp-help {
    font-size: 30px;
    font-weight: 600;
    color: var(--dark-blue);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
}

section.something-custom img.orange-dots,
section.something-custom img.gray-dots {
    position: absolute;
    opacity: 0.3;
}

section.something-custom img.orange-dots {
    top: 30px;
}

section.something-custom img.gray-dots {
    bottom: 30px;
    right: 0;
}


/* SECTION FIVE - 3CTA CSS END HERE  */


/* SECTION SIX CSS START HERE  */

section.section.section--six {
    background: #f0f4fd;
}

section.section.section--six .row {
    align-items: center;
    text-align: center;
}

section.section.section--six .head {
    margin-bottom: 30px;
}

section.section.section--six p {
    font-size: 18px;
    line-height: 30px;
    color: #0e2e67;
}


/* SECTION SIX CSS END HERE  */


/* SECTION SEVEN CSS START HERE  */

section.section.section--seven .head {
    margin-bottom: 100px;
}

section.section.section--seven .head h2 {
    color: var(--white);
    text-transform: capitalize;
}

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

.hiw--wrapper .row {
    position: relative;
    justify-content: center;
}

.hiw--wrapper {
    position: relative;
}

.hiw--box {
    max-height: 250px;
    border: 1px solid #d4ddee;
    display: block;
    border-radius: 15px;
    padding: 30px;
    background: var(--white);
}

.hiw--box img {
    margin-top: -80px;
}

.hiw--box h4 {
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 14px;
}

.hiw--box p {
    color: #333333;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 20px;
    height: 120px;
    margin: 0;
}

.hiw--wrapper .orange-dots {
    position: absolute;
    left: -50px;
}

.hiw--wrapper .gray-dots {
    position: absolute;
    bottom: 50px;
    right: -90px;
}

.work--samples--btn {
    text-align: center;
    margin-top: 50px;
}

.work--samples--btn a {
    padding: 14px 40px;
    margin: 0 14px;
    border-radius: 12px;
    display: inline-block;
    font-weight: 500;
    border: 3px solid transparent;
    box-shadow: 0 10px 20px rgb(0 22 94 / 40%);
}

.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 .btn-transparent:hover {
    background: var(--white);
    color: var(--dark-blue);
}


/* SECTION SEVEN CSS END HERE  */


/* SECTION EIGHT CSS START HERE  */

.client-box {
    border: 1px solid #dfdfdf;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    background: var(--white);
}

.client-logo {
    padding: 20px 0;
}

.client-box .stats-box {
    background: var(--dark-blue);
    padding: 50px 0 40px 0;
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

.client-box .stats-box p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
}

.client-box .stats-box h3 {
    font-size: 80px;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.client-box .stats-box h3 span {
    color: var(--orange);
    font-size: 40px;
}


/* SECTION EIGHT CSS END HERE  */


/* SECTION NINE - FAQS CSS START HERE  */

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

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: scroll;
    max-height: 500px;
    padding: 0 20px 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 NINE - FAQS CSS END HERE  */


/* SECTION TEN CSS START HERE  */

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

section.section--ten.section img.left-arrow {
    left: 150px;
}

section.section--ten.section img.right-arrow {
    right: 150px;
}


/* SECTION TEN CSS END HERE  */


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

section.ny-contact {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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


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

.triangle-with-shadow {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 10px -17px #ccc;
    position: absolute;
    top: 100%;
    left: calc(50% - 50px);
}

.triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    transform: rotate(45deg);
    bottom: 75px;
    right: 25px;
    box-shadow: 5px 5px 10px -2px #ccc;
}

@media only screen and (max-width: 1199px) {
    .head h2,
    .head h2 span {
        font-size: 36px;
    }
    .coverTextWrap p.sub-text br {
        display: none;
    }
    section.quality-traffic h3 br {
        display: none;
    }
    .packageOrder.packagePrice.monthlyPackage {
        flex-direction: column;
        grid-row-gap: 20px;
    }
    .bottom-form {
        padding: 30px 30px;
    }
    section.section--ten.section img.left-arrow {
        left: 100px;
    }
    section.section--ten.section img.right-arrow {
        right: 100px;
    }
    section.cover--section .col-left {
        position: unset;
    }
    img.priceBadge {
        top: 0;
        right: 50px;
    }
    .coverTextWrap p.sub-text {
        font-size: 16px;
    }
    img.priceBadge {
        width: auto;
    }
    .cover--btn a {
        min-width: 210px;
    }
    .cover--partners {
        margin-top: 0px;
    }
    .cover--partners ul:first-child {
        margin: 0 !important;
    }
    .packages-tabs-content .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 40px;
        padding-top: 20px;
        justify-content: normal;
        align-items: normal;
    }
    .packages-tabs-content .row>div {
        max-width: 33.33%;
        width: 33.33%;
    }
    .packages-tabs-content .row::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }
    .packages-tabs-content .row::-webkit-scrollbar {
        height: 7px;
        background-color: #f5f5f5;
    }
    .packages-tabs-content .row::-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);
    }
    .packageTraffic .tooltip {
        position: unset;
    }
    section.quality-traffic h3 {
        font-size: 30px;
    }
    .something-custom .left-arrow {
        left: 0;
    }
    .something-custom .right-arrow {
        right: 0;
    }
    ul#accordian li {
        padding-right: 0;
    }
    .bottom-form.contact {
        padding: 40px 50px;
    }
    .bottom-form.contact h2 br {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    a.main-cta {
        font-size: 14px;
        letter-spacing: 0;
        padding: 8px 0;
    }
    .head h2,
    .head h2 span {
        font-size: 30px;
    }
    .head p br {
        display: none;
    }
    .coverTextWrap h1 br {
        display: none;
    }
    .coverTextWrap {
        max-width: 75%;
    }
    section.cover--section .col-left ul {
        grid-template-columns: 1fr 1fr;
    }
    .cover--partners ul:last-child {
        margin: 0 !important;
    }
    section.section.section--six .col-lg-2 {
        display: none;
    }
    .hiw--wrapper .col-md-6:not(:last-child) .hiw--box {
        margin-bottom: 100px;
    }
    .work--samples--btn {
        margin: 0;
    }
    .hiw--wrapper .col-md-6:last-child .hiw--box {
        margin-bottom: 50px;
    }
    section.section.section--eight.our--clients .col-md-6:not(:last-child) {
        margin-bottom: 50px;
    }
    section.section.section--eight.our--clients .row {
        justify-content: center;
    }
    section.faq-section .head h2,
    section.faq-section .head h2 span {
        font-size: 30px;
        text-align: center;
    }
    section.section--ten.section img.left-arrow,
    section.section--ten.section img.right-arrow {
        display: none;
    }
    section.section--ten.section--3cta {
        margin: 0;
    }
    section.section.section-eleven.ny-contact {
        padding-top: 0;
    }
    .contact-box-q {
        text-align: center;
    }
    .call-custom-cta a:first-child {
        margin: 0;
    }
    .call-custom-cta a.main-cta {
        padding: 18px 40px;
        display: inline-block;
    }
    section.section--3cta img.left-arrow,
    section.section--3cta img.right-arrow {
        display: none;
    }
    .packages-tabs-content .row>div {
        max-width: 50%;
        width: 50%;
    }
    section.cover--section img.wave {
        margin-top: 0;
    }
    .cover--partners ul:last-child {
        margin: 0 !important;
    }
    section.quality-traffic .col-lg-6:last-child {
        text-align: center;
    }
    .something-custom .left-arrow {
        display: none;
    }
    .something-custom .right-arrow {
        display: none;
    }
    .something-custom a.toll-number {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .enableScroll {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 20px;
        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);
    }
    .head h2 br,
    .head h2 span br,
    .head p br {
        display: none;
    }
    .head h2,
    .head h2 span {
        font-size: 24px;
    }
    .section {
        padding: 40px 0;
    }
    .coverTextWrap {
        max-width: 100%;
    }
    section.cover--section .col-left ul {
        grid-template-columns: auto auto;
    }
    .coverTextWrap h1 {
        font-size: 26px;
        line-height: 30px;
    }
    img.priceBadge {
        display: none;
    }
    section.cover--section .col-left ul li {
        display: flex;
        font-size: 14px;
        align-items: center;
    }
    section.cover--section .col-left ul {
        grid-gap: 0;
        margin-bottom: 25px !important;
    }
    .cover--btn {
        display: flex;
        margin: 0;
    }
    .cover--btn a {
        font-size: 14px;
    }
    .cover--btn a i {
        display: none;
    }
    .cover--btn a {
        min-width: 155px;
    }
    .cover--partners ul:last-child {
        margin: 0 !important;
    }
    .cover--partners ul {
        justify-content: center;
    }
    .partners-area ul.partners .slick-track {
        display: block;
        height: auto;
    }
    span.talk-to {
        margin-top: 25px;
        display: block;
    }
    .head {
        margin-bottom: 30px;
    }
    section.quality-traffic img.diamond {
        width: 20%;
    }
    section.section.section--four.packages {
        padding-top: 70px;
    }
    .packages-tabs-content .row>div {
        max-width: 100%;
        width: 100%;
    }
    .pkg-tabContent {
        margin-top: 20px;
    }
    section.quality-traffic h3 {
        font-size: 20px;
    }
    section.section--3cta img.left-arrow,
    section.section--3cta img.right-arrow {
        display: none;
    }
    .section--cta .row .col-md-4:not(:last-child) {
        margin-bottom: 20px;
    }
    section.section.section--six p {
        font-size: 16px;
    }
    .hiw--box img {
        margin: 0;
    }
    section.section.section--seven .head {
        margin-bottom: 30px;
    }
    .hiw--box {
        max-height: initial;
    }
    .hiw--box p {
        height: auto;
    }
    .hiw--wrapper .col-md-6:not(:last-child) .hiw--box {
        margin: 0;
    }
    .hiw--wrapper .col-md-6:last-child .hiw--box {
        margin: 0;
    }
    .work--samples--btn {
        margin-top: 40px;
    }
    .client-box .stats-box h3 {
        font-size: 50px;
    }
    .client-box .stats-box p {
        font-size: 16px;
    }
    section.section.section--eight.our--clients .col-md-6:not(:last-child) {
        margin: 0;
    }
    .faq-section .info-details {
        margin-bottom: 20px;
    }
    ul#accordian {
        overflow: unset;
        max-height: unset;
        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 {
        font-size: 14px;
    }
    ul#accordian h4 i {
        font-size: 16px;
    }
    section.section.section--ten.section--3cta .head h2 {
        font-size: 24px;
    }
    .bottom-form {
        padding: 30px 15px;
    }
    .contact-box-q h3 {
        font-size: 26px;
        padding: 20px;
    }
    .cover--partners {
        flex-direction: column;
        grid-row-gap: 20px;
        align-items: center;
    }
    .packages-tabs-head .pkg-tab p {
        padding: 16px 30px;
    }
    .mini-contact-box {
        flex-direction: column;
    }
    section.section--ten.section--3cta {
        padding-bottom: 40px;
    }
    .bigBrands-gridWrapper {
        display: flex;
        flex-direction: column;
        grid-gap: 5px;
    }
    .something-custom p.cal-now {
        font-size: 18px;
        letter-spacing: 0;
    }
    .something-custom a.toll-number {
        font-size: 36px;
        margin: 0;
    }
    .something-custom p.glad-tp-help {
        font-size: 20px;
        letter-spacing: 0;
    }
    .something-custom .head p {
        font-size: 16px;
    }
    section.section.section--five.something-custom {
        padding-top: 20px;
    }
    .call-custom-cta h4,
    .call-custom-cta a {
        font-size: 30px;
    }
    .bottom-form.contact {
        padding: 20px;
    }
    .form-grid {
        display: block;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .mini-contact-area {
        position: unset;
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .coverTextWrap h1 {
        font-size: 26px;
        line-height: 30px;
    }
    section.cover--section .col-left ul {
        display: block;
    }
    p.sub-heading {
        font-size: 14px;
    }
    .cover--btn a {
        padding: 10px 24px;
        border-width: 2px;
        min-width: auto;
    }
}
