.intl-tel-input {
    width: 98%;
    /* z-index: 9999; */
    z-index: 8;
}

@media screen and (max-width: 550px) {
    .intl-tel-input {
        z-index: 0;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

.container {
    width: 87vw !important;
    padding: 2em 0;
}

#footer .container {
    padding: 0;
}


/* Hero Section (Section-1) */

.hero-section {
    padding: 13em 5em 7em 5em !important;
}

.hero-section .row {
    display: flex;
}

.hero-section h1 {
    font-size: 34px;
    color: #2D2D43;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.3px;
    font-family: 'Roboto Slab', serif;
}

.hero-section h1 sup {
    font-size: 100%;
    padding-left: 4px;
}

.hero-section h1 i {
    font-size: 18px;
}

.hero-section h3 {
    color: #8c8c8c;
    font-weight: 300;
    /* font-size: 21px; */
}

.content-section {
    z-index: 999999;
    background-color: #fff;
    margin-bottom: 600px;
    width: 100%;
    overflow: hidden; 
}

@media only screen and (max-width: 997px) {
    .content-section {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .wrapper {
        overflow: hidden;
    }
}

.hero-section a {
    line-height: 110px;
    text-decoration: none;
    text-transform: uppercase;
    /* background-color: #acfafc; */
    background-color: #e7c466;
    padding: 16px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.2s ease;
}

.hero-section a:hover {
    background: #1c344e;
}

.hero-section .hero-svg .video-text {
    color: #6fabc7;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.hero-section .hero-svg .for-svg {
    width: 450px;
    height: 450px;
}

.clientele {
    padding: 2em 0 0em 0;
}

.clientele .row {
    padding: 1.5em 0;
}

.clientele .logo_c {
    display: flex;
}

.clientele img {
    margin: 0 auto;
    max-width: 80%;
    max-height: 80%;
}


/* .clientele-heading h4 {
    color: #d0d0d0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 2em 0 1em 0;
} */

.hero-section h3 {
    /* color:#8B8B8B; */
    color: #a0a0a0;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    width: auto;
    height: 3rem;
    overflow: hidden;
    position: relative;
}

.hero-section h3 .carouselText {
    position: relative;
    top: 0;
    color: #ffb42a;
}

.hero-section .row .hero-part .hero-text-with {
    display: flex;
}

@keyframes moveDownAndShow {
    0% {
        top: -45px;
        display: block;
    }
    25% {
        top: 4px;
    }
    27%,
    100% {
        top: 0;
    }
}

.isVisible {
    display: block;
    animation-name: moveDownAndShow;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.isHidden {
    display: none;
}

.carouselText2 {
    top: -40px;
    display: none;
}


/* SIGN UP THING */

.mt-md {
    padding: 20px 0;
}

.mt-md .email-field {
    font-size: 0;
}

.mt-md form .email-field .emailInput {
    min-width: 215px;
    border-radius: 4px;
    margin-bottom: 0;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    border: solid 1px #ccc;
    padding: 9px 9px 9px 12px;
    height: 45px;
    outline: 0;
    overflow: visible;
}

.mt-md form .email-field .signupInput {
    margin-bottom: 0;
    border-radius: 4px;
    min-width: 135px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 10px;
    border: none;
    line-height: 1.9;
    letter-spacing: 0.4px;
    cursor: pointer;
    height: 45px;
    outline: 0;
    background: #3c88db;
    color: #ffffff;
    transition: all 0.2s ease;
}

.mt-md form .email-field .signupInput:hover {
    background-color: #1c344e;
}

@media only screen and (max-width: 995px) {
    .mt-md form .email-field .emailInput {
        margin-bottom: 10px;
    }
    .mt-md form .email-field .signupInput {
        min-width: 215px;
    }
}

@media only screen and (max-width: 850px) {
    .mt-md form .email-field .emailInput {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 850px) {
    .mt-md form .email-field {
        vertical-align: middle;
    }
}

.popup-1 {
    background: #0a2244;
    padding: 8px 20px;
    margin-left: 0 !important;
    margin-top: 10px !important;
    border-radius: 5px;
    margin: 5px;
    display: none;
    width: 350px;
}

.popup-1 span {
    color: white;
}

@media only screen and (max-width: 995px) {
    .popup-1 {
        width: 305px;
    }
}

@media only screen and (max-width: 850px) {
    .popup-1 {
        width: 305px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .mt-md form .email-field .signupInput {
        border-radius: 4px;
    }
}

@media only screen and (max-width: 400px) {
    .popup-1 {
        width: 275px;
        padding: 8px 8px;
    }
}

.email-form i {
    color: #ffb42a;
    margin-right: 10px;
}

@media only screen and (max-width: 400px) {
    .email-form i {
        margin-right: 5px;
    }
}


/* SIGN UP THING ENDS */

@media only screen and (max-width: 1500px) {
    .hero-section .hero-svg .video-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1210px) {
    .hero-section h1 {
        font-size: 42px;
    }
    .hero-section a {
        line-height: 90px;
        font-size: 20px;
        padding: 6px 30px;
    }
    .hero-section h3 {
        font-size: 20px;
    }
    .hero-section .hero-svg .video-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1085px) {
    .hero-section h1 {
        font-size: 38px;
    }
    .hero-section h3 {
        font-size: 19px;
    }
    .hero-section a {
        line-height: 75px;
        font-size: 18px;
        padding: 6px 22px;
    }
    .clientele {
        padding: 0em 10px 2em 10px;
    }
}

@media only screen and (max-width: 995px) {
    .clientele {
        padding: 2em 0px;
    }
    .clientele .logo_c {
        padding: 10px 0;
    }
    .hero-section h3 {
        height: 2.2rem;
    }
}

@media only screen and (max-width: 990px) {
    .hero-section h1 {
        font-size: 32px;
    }
    .hero-section h3 {
        font-size: 17px;
        letter-spacing: 0.3px;
    }
}

@media only screen and (max-width: 956px) {
    .hero-section h1 {
        font-size: 30px;
    }
    .hero-section h3 {
        font-size: 16px;
    }
    .hero-section a {
        font-size: 18px;
    }
    .hero-section .hero-svg .for-svg {
        width: 350px;
        height: 350px;
    }
}

@media only screen and (max-width: 850px) {
    .hero-section .row {
        display: block;
    }
    .hero-section .hero-svg .for-svg {
        width: 400px;
        height: 400px;
        margin: 2em 0;
    }
    .hero-section .hero-text {
        text-align: center;
    }
    .hero-section .hero-text .hero-text-with {
        justify-content: center;
    }
    .hero-section h1 {
        font-size: 42px;
    }
    .hero-section h3 {
        font-size: 23px;
        height: 2.6rem;
    }
    .hero-section a {
        font-size: 20px;
    }
    .clientele .logo_c {
        padding: 15px 0;
    }
    .clientele {
        margin-top: 0;
    }
    .hero-section {
        padding: 6em 5em 1em 5em !important;
    }
}

@media only screen and (max-width: 768px) {
    .clientele .logo_c {
        min-height: 70px;
    }
    .clientele .row {
        padding: 0em 50px 1em 50px;
    }
}

@media only screen and (max-width: 702px) {
    .hero-section h1 {
        font-size: 38px;
        margin-top: 40px;
    }
    .hero-section h3 {
        font-size: 20px;
    }
    .hero-section a {
        font-size: 19px;
    }
}

@media only screen and (max-width: 640px) {
    .hero-section h1 {
        font-size: 32px;
    }
    .hero-section h3 {
        font-size: 18px;
        height: 2.3rem;
    }
    .hero-section a {
        font-size: 18px;
    }
    .hero-section .hero-svg .for-svg {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 550px) {
    .hero-section h1 {
        font-size: 31px;
    }
    .hero-section h3 {
        font-size: 18px;
    }
    .hero-section .hero-svg .for-svg {
        width: 350px;
        height: 350px;
    }
    /* .hero-section {
        padding: 6em 3em 0em 3em !important;
    } */
    .clientele {
        padding: 0em 10px 0 10px;
    }
}

@media only screen and (max-width: 403px) {
    .hero-section h3 {
        font-size: 18px;
    }
    .hero-section a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 392px) {
    .hero-section h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 380px) {
    .hero-section {
        padding: 6em 1.5em 1em 1.5em !important;
    }
    .hero-section h3 {
        font-size: 17px;
        height: 2.2rem;
    }
    .hero-section .hero-svg .for-svg {
        width: 300px;
        height: 300px;
    }
    .clientele .logo_c {
        padding: 10px 0;
        min-height: 60px;
    }
}

@media only screen and (max-width: 340px) {
    .hero-section h1 {
        font-size: 27px;
    }
}


/* Middle section (section-2) */

.optimization-overview {
    /* background-image: url('../comp/background-text.svg'); */
    background-size: cover;
    background-repeat: no-repeat;
}

.optimization-overview.part-2 {
    background: none;
}

.optimization-overview.part-2 .container {
    padding: 0;
}

.optimization-overview.part-2 .overview-content {
    padding: 2em 0 1em 0;
}

.optimization-overview .overview-content {
    padding: 2em 0;
}

.optimization-overview p {
    color: #03202e;
    font-size: 22px;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: center;
    font-weight: 300;
}

.optimization-overview .overview-content span {
    color: #3c88db;
    font-weight: 400;
}

.optimization-overview .overview-content .g-quote {
    display: flex;
    margin: 0 0 80px 0;
    padding-left: 20px;
    border-left: 2px solid #1c344e;
}

.optimization-overview .overview-content .g-quote .quote-img img {
    height: 50px;
    width: 50px;
}

.optimization-overview .overview-content .g-quote .quote-text h3 {
    font-size: 26px;
    margin-top: 5px;
    margin-left: 20px;
    font-family: 'Roboto Slab', serif;
    line-height: 34px;
}

.optimization-overview .overview-content .g-quote .quote-text p {
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #afafaf;
    margin-bottom: 0;
    letter-spacing: 1.5px;
}

@media only screen and (min-width: 1400px) {
    .optimization-overview .overview-content .g-quote .quote-text h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .optimization-overview .overview-content .g-quote .quote-text p {
        font-size: 17px;
    }
    .optimization-overview .overview-content .g-quote .quote-img img {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 950px) {
    .optimization-overview {
        background-image: none;
    }
}

@media only screen and (max-width: 699px) {
    .optimization-overview {
        background-image: none;
    }
    .optimization-overview .overview-content {
        padding: 2em 15px;
    }
    .optimization-overview p {
        font-size: 21px;
    }
    .optimization-overview .overview-content .g-quote .quote-text h3 {
        font-size: 22px;
        line-height: 28px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .optimization-overview .overview-content .g-quote .quote-img img {
        width: 40px;
        height: 40px;
    }
    .optimization-overview .overview-content .g-quote .quote-text p {
        float: none;
    }
}

@media only screen and (max-width: 450px) {
    .optimization-overview .container {
        padding-top: 0;
    }
    .optimization-overview p {
        font-size: 19px;
    }
    .optimization-overview .overview-content {
        padding: 20px 15px;
    }
    .optimization-overview .overview-content .g-quote {
        padding-left: 10px;
        margin-bottom: 50px;
        display: block;
    }
    .optimization-overview .overview-content .g-quote .quote-img img {
        width: 32px;
        height: 32px;
    }
    .optimization-overview .overview-content .g-quote .quote-text h3 {
        font-size: 20px;
        margin-left: 5px;
    }
}


/* feature section (section 3) */

.section-heading {
    text-align: center;
    padding: 4em 20px 10px 20px;
    font-family: 'Roboto Slab', serif;
}

.section-heading:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    /* background-color: #444444; */
    /* background-color: #feb238; */
    background-color: #e7c466;
    position: relative;
    bottom: -5px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .section-heading {
        text-align: center;
        padding: 2em 10px 0 10px;
    }
    .section-heading h1 {
        font-size: 28px;
    }
}


/* Centilytics Explainer DELETED */


/* .centilytics-explainer .ce .row {
    display: flex;
}
.centilytics-explainer img {
    width: 100%;
}
.centilytics-explainer .ce {
    padding: 2em 0;
    padding-top: 0;
}
.centilytics-explainer .ce.section2 {
    background-color: #bbdeea2e;
}
.centilytics-explainer .text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.centilytics-explainer .ce .text-section .s-text strong {
    font-weight: 600;
}
.centilytics-explainer .ce .text-section .s-name span.highlights {
    letter-spacing: 2px;
    font-weight: 500;
    color: #ffffff;
    background-color: #75a1e3;
    padding: 2px 12px;
    border-radius: 10px;
    font-size: 13px;
}
.centilytics-explainer .ce .text-section .s-text {
    padding: 15px 0 0 0;
}
.centilytics-explainer .ce .text-section .s-text h3 {
    font-size: 28px;
    margin-top: 10px;
    font-family: 'Roboto Slab', serif;
}
.centilytics-explainer .ce .text-section .s-text p {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    text-align: justify;
    line-height: 1.5;
    margin-top: 20px;
}
.centilytics-explainer .ce .text-section .s-text ul.solution-ul {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    text-align: justify;
    line-height: 1.5;
    margin: 15px 0;
}
.centilytics-explainer .ce .text-section .s-text span {
    color: #000913;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 20px;
    background-color: #c9d4de;
    padding: 2px 10px;
    border-radius: 3px;
}
.centilytics-explainer .ce .text-section .s-text a {
    color: #6a9ae3;
    color: #1c344e;
    font-size: 18px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-decoration: underline;
}
.centilytics-explainer .ce .text-section .s-text i {
    padding-left: 15px; 
    position: relative;
    left:0;
    transition: all 0.2s ease;
}
.centilytics-explainer .ce .text-section .s-text a:hover i {
    position: relative;
    left: 5px;
}
@media only screen and (min-width: 995px) {
    .centilytics-explainer .ce.section1 .text-section {
        padding: 0 60px 0 30px;
    }
    .centilytics-explainer .ce.section2 .text-section {
        padding: 0 30px 0 60px;
    }
}
@media only screen and (max-width: 992px) {
    .centilytics-explainer .row{
        display: flex;
        flex-direction: column;
    }
    .centilytics-explainer .section2 .row .image-section{
        order: 2;
    }
    .centilytics-explainer .section2 .row .text-section{
        order: 1;
    }
    .centilytics-explainer .row img{
        padding-top: 10px;
    }
    .centilytics-explainer .ce.section1 .text-section {
        padding: 0 15px 0 15px;
    }
    .centilytics-explainer .ce.section2 .text-section {
        padding: 0 15px 0 15px;
    }
}

@media only screen and (max-width: 700px){
    .centilytics-explainer .ce .text-section .s-text p {
        font-size: 17px;
    }
    .centilytics-explainer .ce .text-section .s-text ul.solution-ul {
        font-size: 17px;
    }
    .centilytics-explainer .ce .text-section .s-text h3 {
        font-size: 23px;
    }
    .centilytics-explainer .ce.section2 .text-section {
        padding: 0 20px 0 15px;
    }
} */


/* Centilytics Explainer DELETED */


/* Special Features section STARTS */

.solution-features .row .row {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #efefef;
}

.solution-features .row .bdr {
    border-right: 1px solid #efefef;
}

.solution-features .row .row.lr {
    border: none;
}

.solution-features .row .feature-section {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    margin-top: 20px;
}

.solution-features .row .feature-section .feature-text {
    padding: 40px 30px 15px 0px;
}

.solution-features .row .feature-section.outline-right {
    padding-left: 50px;
}

.solution-features .row .feature-section .feature-text h3 {
    font-size: 25px;
    margin-top: 0;
    color: #133C55;
    /* font-family: 'Roboto Slab', serif; */
}

.solution-features .row .feature-section .feature-text h3 span {
    color: #79ade4;
    font-weight: 500;
}

.solution-features .row .feature-section .feature-text p {
    font-size: 18px;
    text-align: justify;
    color: #888888;
    line-height: 1.5;
    padding: 10px 0;
}

.solution-features .row .feature-section .feature-text span {
    /* color: #133C55; */
    color: #888888;
    font-weight: 600;
}

.solution-features .row .feature-section img {
    width: 350px;
    max-width: 100%;
}


/* @media only screen and (min-width: 1400px) {
    .solution-features .row .feature-section img {
        max-width: 160px;
        max-height: 160px;
    }
    .solution-features .row .feature-section .feature-text h3 {
        font-size: 34px;
    }
    .solution-features .row .feature-section .feature-text p {
        font-size: 22px;
        line-height: 1.7;
    }
} */

@media only screen and (max-width: 2000px) and (min-width: 1450px) {
    .solution-features .row .feature-section img {
        width: 450px;
    }
    .solution-features .row .feature-section .feature-text h3 {
        font-size: 28px;
    }
    .solution-features .row .feature-section .feature-text p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .solution-features .row .feature-section {
        /* display: block; */
        padding: 10px;
    }
    .solution-features .row .feature-section img {
        width: 300px;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .solution-features .row .feature-section .feature-text {
        padding: 15px;
    }
    .solution-features .row .feature-section .feature-text p {
        font-size: 17px;
        padding: 0;
    }
    .solution-features .row .feature-section .feature-text h3 {
        font-size: 22px;
    }
    .solution-features .row .feature-section.outline-right {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1100px) {
    .solution-features .row .feature-section img {
        width: 270px;
    }
}

@media only screen and (max-width: 992px) {
    .solution-features .row .feature-section.outline-right {
        padding-left: 0px;
    }
    .solution-features .row .feature-section.outline-right.no-border {
        border: none;
    }
    .solution-features .row {
        display: block;
    }
    .solution-features .row .row {
        display: block;
    }
    .solution-features .row .bdr {
        border: none;
    }
    .solution-features .row {
        border: none;
    }
    .solution-features .row .feature-section {
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    .solution-features .row .feature-section img {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .solution-features .row .feature-section .feature-text p {
        text-align: center;
        padding-top: 10px;
    }
    .solution-features .row .feature-section .feature-text h3 {
        text-align: center;
    }
    .solution-features .row .feature-section .feature-text {
        padding: 15px 0 0 0;
    }
    .solution-features .row .row {
        border: none;
    }
}

@media only screen and (max-width: 700px) {
    .solution-features .row .feature-section .feature-text h3 {
        font-size: 20px;
    }
    .solution-features .row .feature-section .feature-text p {
        font-size: 16px;
        line-height: 1.5;
    }
    .solution-features .row .feature-section img {
        width: 250px;
    }
}

@media only screen and (max-width: 420px) {
    .solution-features .row .feature-section .feature-text h3 {
        font-size: 22px;
    }
    .solution-features .row .feature-section .feature-text p {
        font-size: 16px;
        line-height: 1.6;
    }
}


/* .solution-features .main-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2em;
}
@media only screen and (max-width: 1100px) {
    .solution-features .main-row {
        display: block;
    }
}
.solution-features .text-section h3 {
    font-size: 30px;
    color: #1c344e;
    font-family: 'Roboto Slab', serif;
}
.solution-features .text-section h3::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background-color: #444444;
    position: relative;
    bottom: -6px;
}
.solution-features .text-section p {
    font-size: 20px;
    color: #888;
    line-height: 1.8;
    padding: 15px 0;
}
.solution-features .mr-1 .image-section {
    display: flex;
    justify-content: flex-end;
}
.solution-features .mr-2 .image-section {
    display: flex;
    justify-content: flex-start;
}
.solution-features .image-section img {
    width: 250px;
    height: 250px;
} */


/* Special Features section ENDS */


/* Ebook Section Starts */

.ebooks-section {
    padding: 0em 0 2em 0;
}

.ebooks-section .container .row {
    padding-bottom: 1.5em;
}

.ebooks-section .container .row:last-child {
    padding-bottom: 0
}

.card-1 {
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 4px 8px rgba(202, 202, 202, 0.13);
    border: 2px solid #f7f6f6;
    transition: all 0.2s ease-in;
    position: relative;
    right: 10px;
    bottom: 0px;
    cursor: pointer;
}

.card-2 {
    position: relative;
    left: 10px;
}

.card-1:hover {
    border: 2px solid #e8f8f9;
    bottom: 5px;
}

.card-1 a {
    text-decoration: none;
}

.card-1 .image-section img {
    width: 138px;
    height: 145px;
    border-radius: 6px;
}

.card-1 .text-section {
    padding-left: 15px;
}

.card-1 span.for-new {
    letter-spacing: 1.5px;
    color: #ffb42a;
}

.card-1 span.for-old {
    letter-spacing: 1.5px;
    color: #a5a5a5;
}

.card-1 .text-section p {
    font-size: 14px;
    /* color: #1c344e; */
    color: #a5a5a5;
}

.card-1 .text-section h3 {
    color: #03202e;
    font-size: 22px;
    margin: 10px 0;
}

.card-1 .text-section a.download-link {
    color: #03202e;
    ;
    display: block;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.card-1 .text-section i {
    color: #1c344e;
    ;
    padding-left: 3px;
}


/* .card-1::before {
    display: block;
    content: '';
    border-top: 2px solid #f95935;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    transition: all 250ms ease-in-out;
} */

@media only screen and (min-width: 1600px) {
    .card-1 span.for-old {
        font-size: 16px;
    }
    .card-1 .text-section h3 {
        font-size: 30px;
    }
    .card-1 .text-section p {
        font-size: 20px;
    }
    .card-1 .image-section img {
        width: 190px;
        height: 180px;
    }
    .card-1 .text-section a.download-link {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) {
    .ebooks-section .container .row {
        display: flex;
    }
}

@media only screen and (max-width: 992px) {
    .ebooks-section .container .row {
        display: block;
    }
    .ebooks-section .container .row {
        padding-bottom: 0;
    }
    .card-1 {
        right: 0;
        margin-bottom: 20px;
    }
    .card-1.no-padding {
        margin-bottom: 0;
    }
    .card-2 {
        left: 0;
    }
}

@media only screen and (max-width: 700px) {
    .card-1 .text-section {
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    .card-1 {
        display: block;
        padding: 10px;
    }
    .card-1 .text-section {
        padding-left: 0;
        padding-top: 10px;
    }
    .card-1 .image-section img {
        display: block;
        margin: 0 auto;
        margin: 10px auto 0 auto;
    }
    .card-1 .text-section a.download-link {
        text-align: center;
        margin: 10px;
    }
    .for-new {
        display: block;
        text-align: center;
        padding: 5px 0 0 0;
    }
    .for-old {
        display: block;
        text-align: center;
    }
}


/* Ebook Section Ends */


/* ---------------TESTIMOIAL CSS(section-6)------------- */

.testimonial .container .row {
    display: flex;
    /* padding: 2em 0; */
}

@media only screen and (max-width: 990px) {
    .testimonial .container .row {
        display: block;
    }
}

.testimonial .container .test-card {
    padding: 1.5em;
    border-radius: 5px;
    margin: 0px 10px;
    position: relative;
    box-shadow: 4px 6px 16px rgba(163, 163, 163, 0.13);
    /* box-shadow: 8px 8px 40px rgba(163, 163, 163, 0.13); */
}

@media only screen and (max-width: 990px) {
    .testimonial .container .test-card {
        margin: 10px 0;
    }
}

.testimonial .container .test-card p {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
}

.testimonial .container .test-card span {
    color: #3c88db;
}

.testimonial .container .test-card .post-thumbnail {
    /* position: absolute;
    transform: translate(-50%, -50%); */
    width: 15%;
    display: inline-block;
    position: relative;
    top: -15px;
}

.testimonial .container .test-card .post-thumbnail img {
    border-radius: 50%;
    height: auto;
    max-width: 100%;
    border: 0;
}

.testimonial .container .test-card .test-details {
    display: inline-block;
    padding-left: 15px;
}

.testimonial .container .test-card .test-details h3,
h5 {
    margin: 0;
}

.testimonial .container .test-card .test-details h3 {
    color: #1c344e;
    font-size: 18px;
    font-weight: 400;
}

.testimonial .container .test-card .test-details h5 {
    color: #acacac;
    font-size: 1em;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .testimonial .container .test-card p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .testimonial .container .test-card .post-thumbnail {
        width: auto;
    }
    .testimonial .container .test-card .post-thumbnail img {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 550px) {
    .testimonial .container .test-card {
        padding: 1.2em;
    }
    .testimonial .container .test-card p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .testimonial .container .test-card .test-details h3 {
        color: #1c344e;
        font-size: 16px;
    }
    .testimonial .container .test-card .test-details h5 {
        color: #acacac;
        font-size: 1em;
    }
}


/* NEW User Persona section STARTS */

.user-role-persona {
    padding: 0em 0 3em 0;
}

.user-role-persona .section-heading {
    padding: 0;
}

.user-role-persona .section-heading h1 {
    margin-top: 0;
}

.user-role-persona .row {
    margin-top: 40px;
}

.user-role-persona .user-persona {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    min-height: 390px;
    height: auto;
    position: relative;
    border: 2px solid #f7f6f6;
    border-radius: 4px;
    /* box-shadow: 0px 4px 11px rgba(163, 163, 163, 0.13); */
    box-shadow: 1px 4px 8px rgba(202, 202, 202, 0.13);
    transition: all 0.2s ease;
    bottom: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-role-persona .user-persona:hover {
    bottom: 5px;
    border: 2px solid #acc8e7;
}

.user-role-persona .user-persona img {
    width: 250px;
    height: 250px;
    max-width: 100%;
}

.user-role-persona .user-persona h3 {
    color: #1c344e;
    font-size: 26px;
    font-family: 'Roboto Slab', serif;
}

.user-role-persona .user-persona p {
    font-size: 16px;
    color: #868686;
    text-align: center;
}

.user-role-persona .user-persona a {
    color: #3c88db;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s ease;
    position: absolute;
    bottom: 25px;
    font-weight: 600;
}

.user-role-persona .user-persona i {
    transition: all 0.2s ease;
    color: #3c88db;
    position: relative;
    padding-left: 10px;
    left: 0px;
}

.user-role-persona .user-persona:hover a {
    text-decoration: underline;
    color: #1c344e;
}

.user-role-persona .user-persona:hover i {
    color: #1c344e;
    left: 5px;
}

@media screen and (min-width: 1400px) {
    .user-role-persona .user-persona {
        min-height: 390px;
    }
    .user-role-persona .user-persona h3 {
        font-size: 30px;
    }
    .user-role-persona .user-persona p {
        font-size: 18px;
    }
    .user-role-persona .user-persona a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .user-role-persona .container {
        width: 96vw !important;
    }
    .user-role-persona .user-persona h3 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .user-role-persona .user-persona {
        padding: 15px;
        min-height: 400px;
    }
}

@media screen and (max-width: 992px) {
    .user-role-persona .container {
        width: 87vw !important;
    }
    .user-role-persona .row {
        margin-top: 0px;
    }
    .user-role-persona .user-persona {
        padding: 25px;
        min-height: unset;
        height: auto;
        margin: 20px 0 0 0;
    }
    .user-role-persona .user-persona a {
        bottom: 10px;
    }
    .user-role-persona .user-persona p {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .user-role-persona .user-persona {
        padding: 15px;
    }
    .user-role-persona .user-persona h3 {
        font-size: 22px;
    }
    .user-role-persona .user-persona p {
        margin-bottom: 40px;
        font-size: 17px;
    }
}


/* NEW Persona section ENDS */


/* Use case section STARTS */

.use-cases-design {
    padding: 1em 0 2em 0;
    background-color: #bbdeea2e;
}

.use-cases-design .use-case {
    padding: 20px;
    display: flex;
}

.use-cases-design .use-case img {
    width: 50px;
    height: 50px;
    padding-right: 12px;
}

.use-cases-design .use-case h3 {
    font-size: 23px;
    margin: 10px 0 0 0;
    line-height: 1.1;
    color: #0a2244;
    font-family: 'Roboto Slab', serif;
}

.use-cases-design .use-case p {
    font-size: 18px;
    font-weight: 400;
    color: #888888;
    padding: 10px 0 0 0;
}

@media screen and (min-width: 1400px) {
    .use-cases-design .use-case h3 {
        font-size: 28px;
    }
    .use-cases-design .use-case p {
        font-size: 22px;
    }
}

@media screen and (max-width: 900px) {
    .use-cases-design .use-case {
        padding: 20px 20px 10px 20px;
    }
    .use-cases-design .use-case p {
        padding: 5px 0 0 0;
    }
}

@media screen and (max-width: 600px) {
    .use-cases-design .use-case {
        padding: 15px 20px 10px 20px;
    }
    .use-cases-design .use-case h3 {
        font-size: 22px;
    }
    .use-cases-design .use-case p {
        font-size: 17px;
    }
}


/* Use case section ENDS */


/* Industry section STARTS */

.industry {
    padding: 1em 0 2em 0;
}

.industry .class-link {
    cursor: pointer;
}

.industry .question {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5em 15px;
    box-shadow: 0px 12px 15px rgba(163, 163, 163, 0.13);
    position: relative;
    bottom: 0;
    border: 2px solid #ffffff;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.industry .question:hover {
    bottom: 5px;
    border: 2px solid #acc8e7;
}

.industry .question p {
    font-size: 16px;
    color: #b5b5b5;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    margin: 0;
}

.industry .question img {
    height: 90px;
    width: 90px;
    margin: 15px 0;
}

.industry .question h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    margin-top: 0;
    color: #0a2244;
}

.industry .question a {
    font-size: 18px;
    text-decoration: none;
    color: #3c88db;
}


/* Industry Section Responsiveness */

@media screen and (min-width: 1400px) {
    .industry .question a {
        font-size: 22px;
    }
    .industry .question img {
        margin: 30px 0;
    }
    .industry .question p {
        font-size: 19px;
    }
    .industry .question h3 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1190px) {
    .industry .container {
        width: 75vw !important;
    }
}

@media screen and (max-width: 1190px) {
    .industry .question h3 {
        font-size: 30px;
    }
    .industry .question img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 990px) {
    .industry .question {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .industry .container .row {
        padding: 0 2em;
    }
}

@media screen and (max-width: 650px) {
    .industry {
        padding: 1em 0 2em 0;
    }
    .industry .question img {
        width: 72px;
        height: 72px;
    }
    .industry .container .row {
        padding: 0 1em;
    }
    .industry .question h3 {
        font-size: 24px;
    }
}


/* Industry section ENDS */


/* footer section */

.footer-section {
    padding: 1em 2em 3em 2em;
    background-image: url('../comp/hexagon-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer-section h3 {
    font-weight: 300;
    margin-top: 0px;
}

.footer-section h1 {
    color: #1c344e;
    font-weight: 500;
}

.footer-section .cta {
    padding: 2em 0;
}

.footer-section .cta a {
    background-color: #3c88db;
    padding: 10px 50px;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
    border-radius: 4px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-weight: 400;
}


/* .footer-section .cta a:nth-child(2) {
    margin-right: 0;
} */

.footer-section .cta a:hover {
    background-color: #1c344e;
}

@media only screen and (max-width: 768px) {
    .footer-section h1 {
        font-size: 30px;
    }
    .footer-section .cta a {
        padding: 7px 40px;
    }
}

@media only screen and (max-width: 550px) {
    /* .footer-section h1 {
        font-size: 26px;
    } */
    .footer-section .cta a {
        padding: 5px 30px;
    }
    .footer-section {
        padding: 1em 0;
    }
}


/* ---------Media Query for large screen-------------- */

@media only screen and (max-width: 2000px) and (min-width: 1450px) {
    .hero-section {
        padding: 7em 9em 2em 9em !important;
    }
    .hero-section .row .hero-part iframe {
        height: 375px !important;
    }
    .hero-section h1 {
        font-size: 60px;
    }
    .hero-section h3 {
        font-size: 31px;
    }
    .hero-section a {
        font-size: 29px;
    }
    .hero-section p {
        font-size: 18px;
        font-weight: 500;
        padding-right: 48px;
    }
    .hero-section .hero-svg .for-svg {
        width: 550px;
        height: 550px;
    }
    .optimization-overview p {
        font-size: 2em;
    }
    .section-heading h1 {
        font-size: 48px;
    }
    .centilytics-explainer .ce .text-section .s-text h3 {
        font-size: 36px;
    }
    .centilytics-explainer .ce .text-section .s-text p {
        font-size: 24px;
    }
    .centilytics-explainer .ce .text-section .s-text ul.solution-ul {
        font-size: 24px;
    }
    .centilytics-explainer .ce .text-section .s-text a {
        font-size: 22px;
    }
    .testimonial .container .test-card p {
        font-size: 1.7em;
    }
    .testimonial .container .test-card .test-details h3 {
        font-size: 20px;
    }
    .testimonial .container .test-card .test-details h5 {
        font-size: 1.4em;
    }
    /* .clientele.badges img {
        height: 180px;
    } */
    .clientele {
        padding: 2em 0 2em 0;
    }
    .cloud-insider .insider-heading {
        top: -123px;
    }
    .cloud-insider h1 {
        font-size: 50px;
    }
    .footer-section .text-section h1 {
        font-size: 50px;
    }
    .footer-section .text-section h3 {
        font-size: 30px;
    }
    .footer-section .cta a {
        font-size: 2em;
    }
    .hero-section h3 {
        height: 3.5rem;
    }
    .values .container .row .value-1 h1 {
        font-size: 40px;
    }
    .values .container .row .value-1 h4 {
        font-size: 24px;
    }
    .mt-md form .email-field .emailInput {
        min-width: 275px;
        font-size: 24px;
        height: 55px;
    }
    .mt-md form .email-field .signupInput {
        min-width: 155px;
        font-size: 2rem;
        height: 55px;
    }
    .solutions p {
        font-size: 24px;
    }
    .solutions #single-pane-glass ul {
        font-size: 24px;
    }
    .solutions .for-li li {
        font-size: 24px;
    }
    .solutions .container a {
        font-size: 2.4rem;
        padding: 0.8em 2.8em;
        line-height: 26px;
    }
    .solutions .container .row .nav-content img {
        width: 100%;
    }
    .centilytics-explainer .ce .text-section .s-name span {
        font-size: 17px;
    }
    .cloud-insider .card .resource-card h5 {
        font-size: 20px;
    }
    .cloud-insider .card .resource-card h3 {
        font-size: 28px;
        padding: 35px 0;
    }
    .cloud-insider .card .resource-card p {
        font-size: 18px;
    }
    .cloud-insider .card {
        min-width: 420px;
    }
    .cloud-insider .card img {
        width: 420px;
        height: 240px;
    }
    .footer-section .our-image img {
        width: 680px;
    }
    .footer-section .our-text h1 {
        font-size: 50px;
    }
    .footer-section .our-text h3 {
        font-size: 28px;
    }
    .footer-section .our-text span {
        font-size: 16px;
    }
    .faqs-section .question-container .ques p {
        font-size: 22px;
    }
    /* .user-persona .inner-row .right-section ul.user-ul {
        font-size: 22px;
    }
    .user-persona .inner-row .left-section .ls-h-text h3 {
        font-size: 28px;
    }
    .user-persona .inner-row .left-section .ls-image img {
        width: 380px;
    }
    .user-persona .inner-row .right-section a {
        font-size: 24px;
    } */
}

@media only screen and (max-width: 1700px) and (min-width: 1450px) {
    .hero-section h1 {
        font-size: 48px;
    }
    .hero-section h3 {
        font-size: 30px;
    }
}


/* -----------Media query for large screen ends----------------- */


/* FORM CSS */

.diff-form .container {
    width: 95vw !important;
}

.diff-form .row .for-center {
    text-align: center;
}

@media only screen and (max-width: 997px) {
    .content-section {
        margin-bottom: 0px;
    }
}

.diff-form .my-svg .demo-image {
    display: none;
}

@media only screen and (max-width: 992px) {
    .diff-form .my-svg .demo-image-svg {
        display: none;
    }
    .diff-form .my-svg .demo-image {
        display: block;
        width: 100%;
        height: 50%;
    }
    .diff-form .row {
        flex-direction: column;
    }
    .content-section {
        height: auto;
        width: auto;
    }
    .diff-form .row .my-form {
        order: 1;
    }
    .diff-form .row .my-svg {
        order: 2;
    }
}

.form h3 {
    text-align: center;
    color: #1c344e;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 640px) {
    .form h3 {
        font-size: 18px;
    }
}

.form form .disclaimer {
    font-size: 10px;
    text-align: left;
}

.form form .disclaimer a {
    color: #ffb42a;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .diff-form .row .my-svg .svg-text {
        padding: 1.5em 0;
    }
}

@media only screen and (max-width: 900px) {
    .diff-form {
        padding-bottom: 2em;
    }
    .form form .disclaimer {
        font-size: 9px;
    }
    .diff-form .row .my-svg .svg-text {
        font-size: 1.7rem;
        padding: 1.5em 0;
    }
}

.diff-form .row .my-form {
    padding-bottom: 45px;
}

@media only screen and (max-width: 800px) {
    .diff-form .row .my-form {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
    .testimonial .container .test-card p {
        font-size: 20px;
    }
    .testimonial .container .test-card .test-details h3 {
        font-size: 19px;
    }
    .testimonial .container .test-card .test-details h5 {
        font-size: 1.2em;
    }
    .pricing-plans-example .row .row .plan-content .row .plan .plan-explained li {
        font-size: 20px;
    }
    .partner-pricing-plans .row .row .plan .plan-explained p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1430px) {
    .hero-section {
        /* padding: 9em 9em 5em 7em !important; */
        padding: 13em 8em 7em 8em !important;
    }
    .hero-section h1 {
        font-size: 34px;
    }
}

.videos-spacing {
    padding-top: 40px;
    /* display: flex; */
}

.iframe-styling {
    border: 0px solid black;
    border-radius: 5px;
}

.spacing-small-device {
    padding: 0px 50px 0px 50px;
}

.video-button-section {
    margin-top: 30px;
}

.video-button-section button {
    padding: 8px 23px;
    background-color: #3c88db;
    color: aliceblue;
    border-radius: 5px;
    border: 2px solid #3c88db;
    transition: all 0.2s ease 0s;
}

@media only screen and (min-width: 280px) and (max-width: 821px) {
    .video-button-section button {
        padding: 4px 10px !important;
    }
    .spacing-small-device {
        padding: 35px 20px 0px 20px!important;
    }
}