@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url("../fonts/OpenSans-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url("../fonts/OpenSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url("../fonts/OpenSans-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url("../fonts/OpenSans-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/Quicksand-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/Quicksand-SemiBold.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/Quicksand-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
}

:root {
    --light-blue: #4DA8DA;
    --orange-bg: #F39C12;
    /* --green-bg: #2C7873; */
    --green-bg: #fff;
    --dark-blue: #147AB2;
    --dark-black: #2A2947;
    /* --dark-green: #115D58; */
    --dark-green: #147AB2;
    /* --green-stroke: #014D48; */
    --green-stroke: #147ab2;
    --text-dark: #161616;

}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    margin: 0px;
    font-family: "Open Sans", sans-serif;
}

html,
body {
    overflow-x: hidden;
    font-family: "Open Sans" !important;
}

.text-dark {
    color: var(--text-dark) !important;
}

/* ============================== */
/* Header Starts */
/* ============================== */
header {
    background-color: var(--light-blue);
    margin-bottom: -1px;
}

header .navbar-brand img {
    max-width: 160px;
}

header .navbar-nav {
    background-color: var(--dark-blue);
    padding: 10px 35px;
    border-radius: 50px;
}

header .navbar-nav .nav-item .nav-link {
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    transition: 0.4s all ease 0s;
}

header .navbar-nav .nav-item .nav-link:hover {
    color: var(--orange-bg);
}

.navbar-toggler {
    border: none;
    background-color: var(--dark-blue);
    padding: 8px 10px;
}

.navbar-toggler .navbar-toggler-icon {
    background: url('../images/menu-open.svg') no-repeat;
    background-size: 33px;
    background-position: center;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: url('../images/menu-close.svg') no-repeat;
    background-size: 33px;
    background-position: center;
}

.navbar-toggler:focus {
    box-shadow: 0px 2px 11px var(--dark-blue) !important;
}

.login-theme-btn {
    background-color: var(--orange-bg);
    color: #FFF;
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

/* ============================== */
/* Header Ends */
/* ============================== */

/* ============================== */
/* Banner wrapper Starts */
/* ============================== */

.banner-wrapper {
    background-color: var(--light-blue);
    padding: 90px 0px 250px 0px;
    position: relative;
}

.banner-wrapper::after {
    content: "";
    position: absolute;
    width: 16%;
    height: 400px;
    background: url(../images/bottom-design.png) no-repeat;
    background-position: bottom right;
    background-size: contain;
    right: 0;
    bottom: 0;
}

.main-heading {
    font-size: 55px;
    color: #FFF;
    font-weight: 600;
}

.number {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.bg-shape-1 {
    background-color: #147AB2;
    padding: 50px;
    border-radius: 0px 20px 0px 20px;
    margin: 60px 0px 0 0;
    position: relative;
    z-index: 1;
}

.bg-shape-1::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 46px;
    top: -39px;
    left: 0;
    background: url(../images/shape-left-01.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
}


.bg-shape-1::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 76px;
    bottom: -75px;
    right: 0;
    background: url('../images/shape-right-01.png') no-repeat;
    background-position: left top;
    background-size: contain;
}

.bg-shape-1 .title {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
}

.bg-shape-1 .robot-image {
    margin: -170px 0px;
    max-width: 260px;
    position: relative;
    z-index: 1;
}

.theme-btn {
    background-color: var(--orange-bg);
    color: #FFF;
    padding: 14px 25px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.theme-btn:hover {
    box-shadow: 0px 15px 20px rgb(20 122 178 / 32%);
    color: #fff;
    transform: translateY(-7px);
}


/* ============================== */
/* Banner wrapper Ends */
/* ============================== */


/* ============================== */
/* Features wrapper Ends */
/* ============================== */
.features-wrapper {
    background-color: var(--green-bg);
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.features-wrapper {
    padding: 70px 0px 120px 0px;
}

.features-wrapper::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 70px;
    left: -10%;
    top: -69px;
    transform: skewX(40deg);
    background-color: var(--green-bg);
    border: 1px solid #000;
    border-bottom: 0;
}

.features-wrapper::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 70px;
    right: -10%;
    bottom: -69px;
    transform: skewX(40deg);
    background-color: var(--green-bg);
    border: 1px solid #000;
    border-top: 0;
    z-index: 1;
}

.bg-para {
    background-color: #8080801c;
    padding: 20px;
    font-family: "Quicksand", sans-serif !important;
    border-radius: 10px;
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.circle-design-wrapper {
    position: relative;
}

.circle-design-wrapper::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: url('../images/circle-design.png') no-repeat;
    background-size: contain;
    left: -160px;
    top: -130px;
}

.section-title {
    font-size: 64px;
    font-weight: 700;
}

.third-title {
    font-size: 42px;
    font-weight: 700;
}

.small-heading {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.para {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.features-box-outer-wrapper {
    padding: 20px 0px 0px 0px;
}

.contact {
    margin-top: 20px;
}

.contact a {
    color: #fff;
}

.feature-box {
    background-color: var(--dark-green);
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    border: 2px solid var(--green-stroke);
    border-radius: 0px 15px 15px 15px;
    min-height: 240px;
    margin-top: 60px;
    position: relative;
}

.feature-box::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 32px;
    top: -32px;
    left: -2px;
    /* background: url('../images/shape-left-02.png') no-repeat; */
    background: url('../images/blue-icon.svg') no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.feature-box .icon-wrapper {
    height: 80px;
    width: 100%;
}

.feature-box .icon-wrapper img {
    width: auto;
    height: 100%;
}

.feature-box .title {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 0px 0px;
}

/* ============================== */
/* Features wrapper Ends */
/* ============================== */

/* ============================== */
/* How it works wrapper Starts */
/* ============================== */

.how-it-works-wrapper {
    background-color: var(--light-blue);
    position: relative;
    border-bottom: 1px solid #000;
    padding: 100px 0px 50px 0px;
}

.how-it-works-wrapper::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: url('../images/circle-design.png') no-repeat;
    background-size: contain;
    right: 0;
    top: 30%;
}

.how-it-works-wrapper::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70px;
    right: -10%;
    bottom: -69px;
    transform: skewX(40deg);
    background-color: var(--light-blue);
    border: 1px solid #000;
    border-top: 0;
    z-index: 1;
}

.steps-outer-wrapper {
    padding: 60px 0px 0px 0px;
}

.step-box {
    gap: 20px;
    padding: 15px 0px;
}

.step-box .icon-wrapper {
    width: 100px;
    height: 100%;
    background-color: var(--dark-black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 20px;
}

.step-box .icon-wrapper img {
    width: 100%;
    height: auto;
}

.step-box .content-wrapper .title {
    font-size: 24px;
    font-weight: 700;
}

.pattern-bg-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.pattern-bg-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/pattern-bg.png') no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.pattern-bg-wrapper img {
    width: 55%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: -150px;
}

/* ============================== */
/* How it works wrapper Ends */
/* ============================== */


/* ============================== */
/* Testimonials wrapper Starts */
/* ============================== */
.testimonial-wrapper {
    padding: 150px 0px 200px 0px;
}

.testimonial-slider {
    padding: 50px 0px 0px 0px !important;
}

.tstm-box {
    border: 1px solid #555555;
    border-radius: 25px;
    padding: 40px;
    margin-top: 30px;
}

.tstm-box .quote-icon {
    width: 50px;
    height: 50px;
    background: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-top: -60px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.tstm-box .review {
    font-size: 18px;
    color: var(--text-dark);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.tstm-box .author-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tstm-box .user-icon {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.tstm-box .name {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.tstm-box .designation {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 14px;
}

/* ============================== */
/* Testimonials wrapper Ends */
/* ============================== */


/* ============================== */
/* About Vokalee Starts */
/* ============================== */
.about-voklee-wrapper::before {
    width: 70%;
    background-color: var(--orange-bg);
}

.about-voklee-wrapper::after {
    width: 60%;
    background-color: var(--orange-bg);
}

.features-about-wrapper {
    background-color: var(--orange-bg);
}

.section-text {
    font-size: 18px;
}

.about-voklee-wrapper .img-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}

.bg-circle-right {
    position: relative;
}

.bg-circle-right::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: url(../images/circle-design.png) no-repeat;
    background-size: contain;
    right: -20%;
    top: -60px;
}

/* ============================== */
/* About Vokalee Ends */
/* ============================== */

/* ============================== */
/* Contact us Starts */
/* ============================== */
.contactus-wrapper {
    position: relative;
    padding: 80px 0px 0px 0px;
    margin-bottom: -130px;
    z-index: 1;
}

.contact-form {
    padding: 150px 0px 0px 0px;
}

.form-control:focus {
    border-color: #f39c1245;
    box-shadow: 0 0 0 .25rem rgb(243 156 18 / 7%);
}

/* ============================== */
/* Contact us Ends */
/* ============================== */

/* ============================== */
/* Footer Starts */
/* ============================== */
footer {
    background-color: var(--light-blue);
    padding: 180px 0px 90px 0px;
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: url(../images/circle-design.png) no-repeat;
    background-size: contain;
    left: -9%;
    top: -20%;
}

footer .para {
    font-size: 14px;
}

.f-widget-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer-widget {
    padding: 20px 10px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.f-heading {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.f-link a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 5px 0px;
    transition: 0.3s all;
}

.f-link a:hover {
    transform: scale(1.1) translate(9px, 0);
}

.social-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.social-icon-wrapper .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    transition: 0.3s all;
}

.social-icon-wrapper .icons svg path {
    transition: 0.3s all;
}

.social-icon-wrapper .icons:hover {
    background-color: var(--dark-blue);
}

.social-icon-wrapper .icons:hover svg path {
    fill: #fff;
}

.copyright-bar {
    background-color: var(--dark-blue);
    padding: 15px 0px;
}

.copyright-text {
    color: #FFF;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

/* ============================== */
/* Footer Ends */
/* ============================== */

/* ============================== */
/* Pricing Section Start */
/* ============================== */

.pricing-section {
    background-color: var(--dark-blue);
    padding: 50px 0 100px 0px;
    border-top: none;
}
.pricing-section .pricing-icon-wrapper img {
    max-width: 220px;
}  
.pricing-section .pricing-icon-wrap {
    margin-bottom: 70px;
}

.trophy-wrapper img {
    max-width: 90px;
    height: auto;
    margin-top: -60px;
    filter: drop-shadow(3px -3px 0px #00000030);
}

.pricing-section .section-title {
    margin-bottom: 40px;
}

.inner-box {
    border: 1px solid rgba(94, 94, 94, 0.356);
    border-radius: 20px;
    height: 100%;
    position: relative;
    padding-bottom: 60px !important;
}

.inner-box hr {
    margin: auto;
    height: 3px;
    width: 80%;
    background-color: var(--dark-green);
}

.inner-box-detail {
    width: 80%;
    margin: auto;
}

.box-detail-arrow img {
    width: 20px;
}

.pricing-btn {
    margin: auto;
    width: 50%;
    background-color: var(--orange-bg);
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.first-inner-box,
.third-inner-box {
    background-color: var(--orange-bg);
}

.second-inner-box {
    background-color: var(--green-bg);
}

.pricing-section.features-wrapper::before {
    background-color: var(--dark-blue);
}

.pricing-section.features-wrapper::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 70px;
    right: -10%;
    bottom: -69px;
    transform: skewX(40deg);
    background-color: var(--dark-blue);
    border: 1px solid #000;
    border-top: 0;
    z-index: 1;
}

/* ============================== */
/* Pricing Section End */
/* ============================== */


/* ============================== */
/* Terms & Conditions Start */
/* ============================== */

.terms-wrapper {
    background-color: var(--light-blue);
    padding: 100px 0px 100px 0px;
    position: relative;
}
.terms-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.terms-heading-wrap h1 {
    font-size: 55px;
    color: #FFF;
    font-weight: 600;
}
.terms-text-wrap {
    padding: 100px 0px;
}
.terms-content-wrap p,
.terms-content-wrap ul li {
    font-family: "Quicksand", sans-serif !important;
    border-radius: 10px;
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 500 !important;
}
.terms-content-wrap ul li {
    list-style: disc;
}
.terms-content-wrap h4 {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

/* ============================== */
/* Terms & Conditions End */
/* ============================== */

/* ============================== */
/* Login Start */
/* ============================== */
.login-logo img {
    max-width: 200px;
}
.login-wrapper {
    background-color: var(--light-blue);
    padding: 100px 0px 100px 0px;
    position: relative;
    height: 100%;
    min-height: 100vh;
}

.login-wrapper::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 400px;
    background: url(../images/login-bottom-design.png) no-repeat;
    background-position: bottom right;
    background-size: contain;
    right: 0;
    bottom: 0;
}
.login-wrapper::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 400px;
    background: url(../images/login-top-design.png) no-repeat;
    background-position: top left;
    background-size: contain;
    left: 0;
    top: 0;
}
.login-logo-bottom {
    padding-bottom: 60px;
}
.login-shape-1 {
    background-color: #147AB2;
    padding: 50px;
    border-radius: 0px 20px 0px 20px;
    margin: 60px 0px;
    position: relative;
    z-index: 1;
}
.login-shape-1::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 46px;
    top: -39px;
    left: 0;
    background: url(../images/shape-left-01.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
}
.login-shape-1::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 76px;
    bottom: -75px;
    right: 0;
    background: url(../images/shape-right-01.png) no-repeat;
    background-position: left top;
    background-size: contain;
}
.login-form-wrapper {
    gap: 27px;
}
.login-form-wrapper h6 {
    font-family: "Quicksand";
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.login-form-wrap input {
    padding: 14px 25px;
    border-radius: 10px;
    font-family: "Quicksand";
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
/* ============================== */
/* Login End */
/* ============================== */


/* ============================== */
/* Email Start */
/* ============================== */
.email-wrap {
    background-color: #E4F5FF;
    padding: 100px 0px 100px 0px;
    position: relative;
    height: 100%;
    min-height: 100vh;
}
/* .email-box-bg img {
    background-color: #4CA8D9;
    padding: 20px;
    border-radius: 100px;
} */
.email-wrapper h4 {
    color: var(--dark-blue);
    font-size: 30px;
    font-family: "Inter", serif;
    font-weight: 700;
    padding-top: 32px;
}
.email-wrapper h6 {
    color: #121C2D;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: 400;
    padding-top: 18px;
}
.icon-text img {
    width: 7%;
    height: 7%;
}
.icon-text span {
    color: #121C2D;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: 600;
}
/* ============================== */
/* Email End */
/* ============================== */

/* ============================== */
/* Account Start */
/* ============================== */
.account-wrapper h4 {
    color: #FF5656;
    font-size: 30px;
    font-family: "Inter", serif;
    font-weight: 700;
    padding-top: 32px;
}
.account-wrapper h6 {
    color: #121C2D;
    font-size: 14px;
    font-family: "Inter", serif;
    font-weight: 400;
    padding-top: 18px;
    line-height: auto;
}
.icon-text span {
    color: #121C2D;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: 600;
}
/* ============================== */
/* Account End */
/* ============================== */





/* Responisve Starts */

@media screen and (max-width: 1400px) {
    .bg-shape-1 .robot-image {
        margin: -170px -30px
    }
}

@media screen and (max-width: 1200px) {
    .pattern-bg-wrapper img {
        margin-top: -70px;
    }

    header .navbar-nav .nav-item .nav-link {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 992px) {
    .bg-shape-1 {
        padding: 50px 50px 0px 50px;
    }

    .bg-shape-1 .robot-image {
        margin: -110px 0 0 0;
        max-width: 100%;
    }

    .bg-shape-1 .title {
        font-size: 24px;
        line-height: 36px;
    }

    .main-heading {
        font-size: 50px;
    }

    .navbar-collapse {
        position: absolute;
        width: 96%;
        left: 0;
        right: 0;
        z-index: 11;
        top: 100%;
        margin: 0 auto;
        filter: drop-shadow(2px 4px 6px #ffffff33);
    }

    header .navbar-nav {
        border-radius: 20px;
    }

    .section-title {
        font-size: 58px;
    }

    .third-title {
        font-size: 38px;
    }

    .steps-outer-wrapper {
        padding: 20px 0px 0px 0px;
        gap: 120px;
    }

    .pattern-bg-wrapper img {
        margin-top: -110px;
        width: 350px;
    }

    .how-it-works-wrapper::before {
        top: auto;
        bottom: 11%;
    }

    .f-widget-wrapper {
        justify-content: flex-start;
    }

    .footer-widget {
        align-items: flex-start;
        padding: 20px 0px;
    }

    /* terms & conditions css */
    .terms-heading-wrap h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .banner-wrapper {
        padding: 50px 0px 100px 0px;
    }

    .bg-shape-1 .robot-image {
        margin: -141px auto 0;
        max-width: 250px;
    }

    .bg-shape-1 {
        padding: 50px 50px 50px 50px;
        margin: 60px 0px;
    }

    .section-title {
        font-size: 55px;
    }

    .third-title {
        font-size: 36px;
    }

    .features-wrapper::before,
    .features-wrapper::after,
    .how-it-works-wrapper::after,
    .pricing-section.features-wrapper::after {
        height: 50px;
    }

    .features-wrapper::before {
        top: -49px;
    }

    .features-wrapper::after,
    .how-it-works-wrapper::after,
    .pricing-section.features-wrapper::after {
        bottom: -49px;
    }

    .features-wrapper {
        padding: 40px 0px 50px 0px;
    }

    .feature-box {
        min-height: auto;
    }

    .pricing-section {
        padding: 50px 0px;
    }

    .how-it-works-wrapper {
        padding: 50px 0px;
    }

    .pattern-bg-wrapper img {
        margin-top: -90px;
        width: 300px;
    }

    .testimonial-wrapper {
        padding: 100px 0px;
    }

    .tstm-box {
        padding: 30px;
    }

    .tstm-box .user-icon {
        width: 50px;
        height: 50px;
    }

    .tstm-box .review {
        font-size: 16px;
    }

    .tstm-box .name {
        font-size: 20px;
    }

    .contactus-wrapper {
        padding: 50px 0px 0px 0px;
        margin-bottom: -200px;
    }


    .contact-form {
        padding: 100px 0px 0px 0px;
    }

    footer {
        padding: 220px 0px 30px 0px;
    }

    /* terms & conditions css */
    .terms-text-wrap {
        padding: 50px 15px;
    }
    .terms-wrapper {
        padding: 50px 0px 50px 0px;
    }
    .terms-heading-wrap h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 576px) {
    .main-heading {
        font-size: 42px;
    }

    .bg-shape-1 {
        padding: 25px;
    }

    .bg-shape-1 .robot-image {
        margin: -90px auto 0;
        max-width: 180px;
    }

    .banner-wrapper::after {
        width: 130px;
        height: 190px;
        z-index: 0;
    }

    .section-title {
        font-size: 48px;
    }

    .third-title {
        font-size: 34px;
    }

    .small-heading {
        font-size: 20px;
    }

    .feature-box .title {
        font-size: 22px;
    }

    .pattern-bg-wrapper img {
        width: 50%;
    }

    .f-widget-wrapper {
        flex-wrap: wrap;
    }

    .footer-widget {
        padding: 0px;
        margin-bottom: 15px;
    }

    .bg-para {
        font-size: 18px;
    }


    .login-logo img {
        max-width: 150px;
    }
    .login-shape-1 {
        padding: 30px;
    }

    .login-logo-bottom {
        padding-bottom: 0px;
    }
    .login-form-wrapper h6 {
        font-size: 16px;
    }
    .email-wrapper h4 {
        font-size: 24px;
        padding-top: 28px;
    }
    .email-wrapper h6 {
        font-size: 14px;
        padding-top: 12px;
    }
    .icon-text span {
        font-size: 14px;
    }
    .icon-text img {
        width: 9%;
        height: 9%;
    }
    .account-wrapper h4 {
        font-size: 24px;
        padding-top: 28px;
    }
    .account-wrapper h6 {
        font-size: 14px;
        padding-top: 12px;
    }

}

@media screen and (max-width: 480px) {
    header .navbar-brand img {
        max-width: 120px;
    }

    .main-heading {
        font-size: 36px;
    }

    .banner-wrapper {
        padding: 30px 0px 70px 0px;
    }

    .bg-shape-1 {
        margin: 60px 0px 30px 0;
    }

    .bg-shape-1 .robot-image {
        max-width: 79%;
    }

    .bg-shape-1 .title {
        font-size: 20px;
        line-height: 28px;
    }

    .theme-btn {
        font-size: 16px;
    }

    .theme-btn span svg {
        width: 18px;
        height: auto;
    }

    .section-title {
        font-size: 42px;
    }

    .third-title {
        font-size: 32px;
    }

    .features-wrapper {
        padding: 30px 0px 50px 0px;
    }

    .pricing-section {
        padding: 40px 0px 10px 0px;
    }

    .small-heading {
        font-size: 18px;
    }

    .para {
        font-size: 14px;
    }

    .feature-box .icon-wrapper {
        height: 60px;
    }

    .feature-box {
        padding: 20px;
        margin-top: 40px;
    }

    .feature-box::before {
        width: 70px;
    }

    .circle-design-wrapper::before {
        width: 270px;
        height: 280px;
        top: -60px;
    }

    .features-wrapper::before,
    .features-wrapper::after,
    .pricing-section.features-wrapper::after {
        height: 40px;
    }

    .features-wrapper::before {
        top: -39px;
    }

    .features-wrapper::after,
    .pricing-section.features-wrapper::after {
        bottom: -39px;
    }

    .how-it-works-wrapper {
        padding: 40px 0px;
    }

    .step-box .icon-wrapper {
        padding: 12px;
    }

    .step-box {
        gap: 12px;
        padding: 10px 0px;
    }

    .step-box .content-wrapper .title {
        font-size: 20px;
    }

    .pattern-bg-wrapper img {
        width: 60%;
    }

    .testimonial-wrapper {
        padding: 70px 0px;
    }


    .tstm-box .name {
        font-size: 18px;
        margin: 0;
    }

    .tstm-box .quote-icon {
        width: 40px;
        height: 40px;
        margin-top: -50px;
        margin-bottom: 10px;
    }

    .testimonial-slider {
        padding: 10px 0px 0px 0px !important;
    }

    .contactus-wrapper {
        padding: 0px 0px 0px 0px;
        margin-bottom: -180px;
    }

    footer {
        padding: 200px 0px 30px 0px;
    }

    .bg-para {
        font-size: 16px;
    }
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url("../fonts/OpenSans-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url("../fonts/OpenSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url("../fonts/OpenSans-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans", sans-serif;
    src: url("../fonts/OpenSans-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/Quicksand-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/Quicksand-SemiBold.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/Quicksand-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
}

:root {
    --light-blue: #4DA8DA;
    --orange-bg: #F39C12;
    --bg-gray: #f8f8f8;
    --green-bg: #fff;
    --dark-blue: #147AB2;
    --dark-black: #2A2947;
    --dark-green: #147AB2;
    --green-stroke: #147ab2;
    --text-dark: #161616;

}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    margin: 0px;
    font-family: "Open Sans", sans-serif;
}

html,
body {
    overflow-x: hidden;
    font-family: "Open Sans" !important;
}

.text-dark {
    color: var(--text-dark) !important;
}

/* ============================== */
/* Header Starts */
/* ============================== */
header {
    background-color: var(--light-blue);
    margin-bottom: -1px;
}

header .navbar-brand img {
    max-width: 160px;
}

header .navbar-nav {
    background-color: var(--dark-blue);
    padding: 10px 35px;
    border-radius: 50px;
}

header .navbar-nav .nav-item .nav-link {
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    transition: 0.4s all ease 0s;
}

header .navbar-nav .nav-item .nav-link:hover {
    color: var(--orange-bg);
}

.navbar-toggler {
    border: none;
    background-color: var(--dark-blue);
    padding: 8px 10px;
}

.navbar-toggler .navbar-toggler-icon {
    background: url('../images/menu-open.svg') no-repeat;
    background-size: 33px;
    background-position: center;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: url('../images/menu-close.svg') no-repeat;
    background-size: 33px;
    background-position: center;
}

.navbar-toggler:focus {
    box-shadow: 0px 2px 11px var(--dark-blue) !important;
}

/* ============================== */
/* Header Ends */
/* ============================== */

/* ============================== */
/* Banner wrapper Starts */
/* ============================== */

.banner-wrapper {
    background-color: var(--light-blue);
    padding: 90px 0px 250px 0px;
    position: relative;
}

.banner-wrapper::after {
    content: "";
    position: absolute;
    width: 16%;
    height: 400px;
    background: url(../images/bottom-design.png) no-repeat;
    background-position: bottom right;
    background-size: contain;
    right: 0;
    bottom: 0;
}

.main-heading {
    font-size: 55px;
    color: #FFF;
    font-weight: 600;
}

.number {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.bg-shape-1 {
    background-color: #147AB2;
    padding: 50px;
    border-radius: 0px 20px 0px 20px;
    margin: 60px 0px 0 0;
    position: relative;
    z-index: 1;
}

.bg-shape-1::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 46px;
    top: -39px;
    left: 0;
    background: url(../images/shape-left-01.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
}


.bg-shape-1::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 76px;
    bottom: -75px;
    right: 0;
    background: url('../images/shape-right-01.png') no-repeat;
    background-position: left top;
    background-size: contain;
}

.bg-shape-1 .title {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
}

.bg-shape-1 .robot-image {
    margin: -170px 0px;
    max-width: 260px;
    position: relative;
    z-index: 1;
}

.theme-btn {
    background-color: var(--orange-bg);
    color: #FFF;
    padding: 14px 25px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.theme-btn:hover {
    box-shadow: 0px 15px 20px rgb(20 122 178 / 32%);
    color: #fff;
    transform: translateY(-7px);
}


/* ============================== */
/* Banner wrapper Ends */
/* ============================== */


/* ============================== */
/* Features wrapper Ends */
/* ============================== */
.features-wrapper {
    background-color: var(--green-bg);
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.features-wrapper {
    padding: 70px 0px 120px 0px;
}

.features-wrapper::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 70px;
    left: -10%;
    top: -69px;
    transform: skewX(40deg);
    background-color: var(--green-bg);
    border: 1px solid #000;
    border-bottom: 0;
}

.features-wrapper::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 70px;
    right: -10%;
    bottom: -69px;
    transform: skewX(40deg);
    background-color: var(--green-bg);
    border: 1px solid #000;
    border-top: 0;
    z-index: 1;
}

.bg-para {
    background-color: #8080801c;
    padding: 20px;
    font-family: "Quicksand", sans-serif !important;
    border-radius: 10px;
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.circle-design-wrapper {
    position: relative;
}

.circle-design-wrapper::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: url('../images/circle-design.png') no-repeat;
    background-size: contain;
    left: -160px;
    top: -130px;
}

.section-title {
    font-size: 64px;
    font-weight: 700;
}

.third-title {
    font-size: 42px;
    font-weight: 700;
}

.small-heading {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.para {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.features-box-outer-wrapper {
    padding: 20px 0px 0px 0px;
}

.contact {
    margin-top: 20px;
}

.contact a {
    color: #fff;
}

.feature-box {
    background-color: var(--dark-green);
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    border: 2px solid var(--green-stroke);
    border-radius: 0px 15px 15px 15px;
    min-height: 240px;
    margin-top: 60px;
    position: relative;
}

.feature-box::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 32px;
    top: -32px;
    left: -2px;
    background: url('../images/blue-icon.svg') no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.feature-box .icon-wrapper {
    height: 80px;
    width: 100%;
}

.feature-box .icon-wrapper img {
    width: auto;
    height: 100%;
}

.feature-box .title {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 0px 0px;
}

/* ============================== */
/* Features wrapper Ends */
/* ============================== */

/* ============================== */
/* How it works wrapper Starts */
/* ============================== */

.how-it-works-wrapper {
    background-color: var(--bg-gray);
    position: relative;
    border-bottom: 1px solid #000;
    padding: 100px 0px 150px 0px;
}

.steps-outer-wrapper {
    padding: 60px 0px 0px 0px;
}

.step-box {
    gap: 20px;
    padding: 15px 0px;
}

.step-box .icon-wrapper {
    width: 100px;
    height: 100%;
    background-color: var(--dark-black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 20px;
}

.step-box .icon-wrapper img {
    width: 100%;
    height: auto;
}

.step-box .content-wrapper .title {
    font-size: 24px;
    font-weight: 700;
}

.pattern-bg-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.pattern-bg-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/pattern-bg.png') no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.pattern-bg-wrapper img {
    width: 55%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: -150px;
}

/* ============================== */
/* How it works wrapper Ends */
/* ============================== */


/* ============================== */
/* Testimonials wrapper Starts */
/* ============================== */
.testimonial-wrapper {
    padding: 150px 0px 200px 0px;
}

.testimonial-slider {
    padding: 50px 0px 0px 0px !important;
}

.tstm-box {
    border: 1px solid #555555;
    border-radius: 25px;
    padding: 40px;
    margin-top: 30px;
}

.tstm-box .quote-icon {
    width: 50px;
    height: 50px;
    background: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-top: -60px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.tstm-box .review {
    font-size: 18px;
    color: var(--text-dark);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.tstm-box .author-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tstm-box .user-icon {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.tstm-box .name {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.tstm-box .designation {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 14px;
}

/* ============================== */
/* Testimonials wrapper Ends */
/* ============================== */


/* ============================== */
/* About Vokalee Starts */
/* ============================== */
.about-voklee-wrapper::before {
    width: 70%;
    background-color: var(--orange-bg);
}

.about-voklee-wrapper::after {
    width: 60%;
    background-color: var(--orange-bg);
}

.features-about-wrapper {
    background-color: var(--orange-bg);
}

.section-text {
    font-size: 18px;
}

.about-voklee-wrapper .img-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}

.bg-circle-right {
    position: relative;
}

.bg-circle-right::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: url(../images/circle-design.png) no-repeat;
    background-size: contain;
    right: -20%;
    top: -60px;
}

/* ============================== */
/* About Vokalee Ends */
/* ============================== */

/* ============================== */
/* Contact us Starts */
/* ============================== */
.contactus-wrapper {
    position: relative;
    padding: 80px 0px 0px 0px;
    margin-bottom: -130px;
    z-index: 1;
}

.contact-form {
    padding: 150px 0px 0px 0px;
}

.form-control:focus {
    border-color: #f39c1245;
    box-shadow: 0 0 0 .25rem rgb(243 156 18 / 7%);
}

/* ============================== */
/* Contact us Ends */
/* ============================== */

/* ============================== */
/* Footer Starts */
/* ============================== */
footer {
    background-color: var(--light-blue);
    padding: 180px 0px 90px 0px;
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: url(../images/circle-design.png) no-repeat;
    background-size: contain;
    left: -9%;
    top: -20%;
}

footer .para {
    font-size: 14px;
}

.f-widget-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer-widget {
    padding: 20px 10px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.f-heading {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.f-link a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 5px 0px;
    transition: 0.3s all;
}

.f-link a:hover {
    transform: scale(1.1) translate(9px, 0);
}

.social-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.social-icon-wrapper .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    transition: 0.3s all;
}

.social-icon-wrapper .icons svg path {
    transition: 0.3s all;
}

.social-icon-wrapper .icons:hover {
    background-color: var(--dark-blue);
}

.social-icon-wrapper .icons:hover svg path {
    fill: #fff;
}

.copyright-bar {
    background-color: var(--dark-blue);
    padding: 15px 0px;
}

.copyright-text {
    color: #FFF;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

/* ============================== */
/* Footer Ends */
/* ============================== */

/* ============================== */
/* Pricing Section Start */
/* ============================== */

.pricing-section {
    background-color: var(--dark-blue);
    padding: 50px 0 100px 0px;
    border-top: none;
}

.pricing-section .pricing-icon-wrapper img {
    max-width: 220px;
}

.pricing-section .pricing-icon-wrap {
    margin-bottom: 70px;
}

.trophy-wrapper img {
    max-width: 90px;
    height: auto;
    margin-top: -60px;
    filter: drop-shadow(3px -3px 0px #00000030);
}

.pricing-section .section-title {
    margin-bottom: 40px;
}

.inner-box {
    border: 1px solid rgba(94, 94, 94, 0.356);
    border-radius: 20px;
    height: 100%;
    position: relative;
    padding-bottom: 60px !important;
}

.inner-box hr {
    margin: auto;
    height: 3px;
    width: 80%;
    background-color: var(--dark-green);
}

.inner-box-detail {
    width: 80%;
    margin: auto;
}

.box-detail-arrow img {
    width: 20px;
}

.pricing-btn {
    margin: auto;
    width: 50%;
    background-color: var(--orange-bg);
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.first-inner-box,
.third-inner-box {
    background-color: var(--orange-bg);
}

.second-inner-box {
    background-color: var(--green-bg);
}

.pricing-section.features-wrapper::before {
    background-color: var(--dark-blue);
}

.pricing-section.features-wrapper::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 70px;
    right: -10%;
    bottom: -69px;
    transform: skewX(40deg);
    background-color: var(--dark-blue);
    border: 1px solid #000;
    border-top: 0;
    z-index: 1;
}

/* ============================== */
/* Pricing Section End */
/* ============================== */


/* ============================== */
/* Terms & Conditions Start */
/* ============================== */

.terms-wrapper {
    background-color: var(--light-blue);
    padding: 100px 0px 100px 0px;
    position: relative;
}

.terms-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.terms-heading-wrap h1 {
    font-size: 55px;
    color: #FFF;
    font-weight: 600;
}

.terms-text-wrap {
    padding: 100px 0px;
}

.terms-content-wrap p,
.terms-content-wrap ul li {
    font-family: "Quicksand", sans-serif !important;
    border-radius: 10px;
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.terms-content-wrap ul li {
    list-style: disc;
}

.terms-content-wrap h4 {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

/* ============================== */
/* Terms & Conditions End */
/* ============================== */

/* Responisve Starts */

@media screen and (max-width: 1400px) {
    .bg-shape-1 .robot-image {
        margin: -170px -30px
    }
}

@media screen and (max-width: 1200px) {
    .pattern-bg-wrapper img {
        margin-top: -70px;
    }
}

@media screen and (max-width: 992px) {
    .bg-shape-1 {
        padding: 50px 50px 0px 50px;
    }

    .bg-shape-1 .robot-image {
        margin: -110px 0 0 0;
        max-width: 100%;
    }

    .bg-shape-1 .title {
        font-size: 24px;
        line-height: 36px;
    }

    .main-heading {
        font-size: 50px;
    }

    .navbar-collapse {
        position: absolute;
        width: 96%;
        left: 0;
        right: 0;
        z-index: 11;
        top: 100%;
        margin: 0 auto;
        filter: drop-shadow(2px 4px 6px #ffffff33);
    }

    header .navbar-nav {
        border-radius: 20px;
    }

    .section-title {
        font-size: 58px;
    }

    .third-title {
        font-size: 38px;
    }

    .steps-outer-wrapper {
        padding: 20px 0px 0px 0px;
        gap: 120px;
    }

    .pattern-bg-wrapper img {
        margin-top: -110px;
        width: 350px;
    }

    .f-widget-wrapper {
        justify-content: flex-start;
    }

    .footer-widget {
        align-items: flex-start;
        padding: 20px 0px;
    }

    .terms-heading-wrap h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .banner-wrapper {
        padding: 50px 0px 100px 0px;
    }

    .bg-shape-1 .robot-image {
        margin: -141px auto 0;
        max-width: 250px;
    }

    .bg-shape-1 {
        padding: 50px 50px 50px 50px;
        margin: 60px 0px;
    }

    .section-title {
        font-size: 55px;
    }

    .third-title {
        font-size: 36px;
    }

    .features-wrapper::before,
    .features-wrapper::after,
    .pricing-section.features-wrapper::after {
        height: 50px;
    }

    .features-wrapper::before {
        top: -49px;
    }

    .features-wrapper::after,
    .pricing-section.features-wrapper::after {
        bottom: -49px;
    }

    .features-wrapper {
        padding: 40px 0px 50px 0px;
    }

    .feature-box {
        min-height: auto;
    }

    .pricing-section {
        padding: 50px 0px;
    }

    .how-it-works-wrapper {
        padding: 50px 0px 100px 0px;
    }

    .pattern-bg-wrapper img {
        margin-top: -90px;
        width: 300px;
    }

    .testimonial-wrapper {
        padding: 100px 0px;
    }

    .tstm-box {
        padding: 30px;
    }

    .tstm-box .user-icon {
        width: 50px;
        height: 50px;
    }

    .tstm-box .review {
        font-size: 16px;
    }

    .tstm-box .name {
        font-size: 20px;
    }

    .contactus-wrapper {
        padding: 50px 0px 0px 0px;
        margin-bottom: -200px;
    }


    .contact-form {
        padding: 100px 0px 0px 0px;
    }

    footer {
        padding: 220px 0px 30px 0px;
    }

    .terms-text-wrap {
        padding: 50px 15px;
    }

    .terms-wrapper {
        padding: 50px 0px 50px 0px;
    }

    .terms-heading-wrap h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 576px) {
    .main-heading {
        font-size: 42px;
    }

    .bg-shape-1 {
        padding: 25px;
    }

    .bg-shape-1 .robot-image {
        margin: -90px auto 0;
        max-width: 180px;
    }

    .banner-wrapper::after {
        width: 130px;
        height: 190px;
        z-index: 0;
    }

    .section-title {
        font-size: 48px;
    }

    .third-title {
        font-size: 34px;
    }

    .small-heading {
        font-size: 20px;
    }

    .feature-box .title {
        font-size: 22px;
    }

    .pattern-bg-wrapper img {
        width: 50%;
    }

    .f-widget-wrapper {
        flex-wrap: wrap;
    }

    .footer-widget {
        padding: 0px;
        margin-bottom: 15px;
    }

    .bg-para {
        font-size: 18px;
    }

}

@media screen and (max-width: 480px) {
    header .navbar-brand img {
        max-width: 120px;
    }

    .main-heading {
        font-size: 36px;
    }

    .banner-wrapper {
        padding: 30px 0px 70px 0px;
    }

    .bg-shape-1 {
        margin: 60px 0px 30px 0;
    }

    .bg-shape-1 .robot-image {
        max-width: 79%;
    }

    .bg-shape-1 .title {
        font-size: 20px;
        line-height: 28px;
    }

    .theme-btn {
        font-size: 16px;
    }

    .theme-btn span svg {
        width: 18px;
        height: auto;
    }

    .section-title {
        font-size: 42px;
    }

    .third-title {
        font-size: 32px;
    }

    .features-wrapper {
        padding: 30px 0px 50px 0px;
    }

    .pricing-section {
        padding: 40px 0px 10px 0px;
    }

    .small-heading {
        font-size: 18px;
    }

    .para {
        font-size: 14px;
    }

    .feature-box .icon-wrapper {
        height: 60px;
    }

    .feature-box {
        padding: 20px;
        margin-top: 40px;
    }

    .feature-box::before {
        width: 70px;
    }

    .circle-design-wrapper::before {
        width: 270px;
        height: 280px;
        top: -60px;
    }

    .features-wrapper::before,
    .features-wrapper::after,
    .pricing-section.features-wrapper::after {
        height: 40px;
    }

    .features-wrapper::before {
        top: -39px;
    }

    .features-wrapper::after,
    .pricing-section.features-wrapper::after {
        bottom: -39px;
    }

    .how-it-works-wrapper {
        padding: 40px 0px 80px 0px;
    }

    .step-box .icon-wrapper {
        padding: 12px;
    }

    .step-box {
        gap: 12px;
        padding: 10px 0px;
    }

    .step-box .content-wrapper .title {
        font-size: 20px;
    }

    .pattern-bg-wrapper img {
        width: 60%;
    }

    .testimonial-wrapper {
        padding: 70px 0px;
    }


    .tstm-box .name {
        font-size: 18px;
        margin: 0;
    }

    .tstm-box .quote-icon {
        width: 40px;
        height: 40px;
        margin-top: -50px;
        margin-bottom: 10px;
    }

    .testimonial-slider {
        padding: 10px 0px 0px 0px !important;
    }

    .contactus-wrapper {
        padding: 0px 0px 0px 0px;
        margin-bottom: -180px;
    }

    footer {
        padding: 200px 0px 30px 0px;
    }

    .bg-para {
        font-size: 16px;
    }
}