@media only screen and (min-width: 3840px) and (max-width: 5120px) {
    .banner-title {
        text-align: center;
        width: 47%;
    }

    .container {
        max-width: 84% !important;
    }

    .header__area .logo, .headera__area .logo {
        height: 239px;
        width: 171px;
        transition: all .3s;
    }

    .menu__area .navigation__list a,
    .mobile__menu-area .navigation__list a {
        color: var(--primary-color);
        font-size: 54px;
        transition: .3s;
        font-family: 'Proxima Nova Th';
        margin-right: 48px;
    }

    .menu__area .navigation__list a:hover {
        color: #e67441;
        transition: .3s;
        }

       .zo_on_main-wrap .signup {
	width: 23%;
}
.zo_on_main-wrap .header, .zo_on_main-wrap .headera {
	padding: 4rem 0 0rem;
	width: 56%;
	margin-right: 61px;
}
    .banner-title h1 {
        font-size: 139px;
        color: #434359;
    }

    .cta__area .cta__area_content h2 {
        text-align: center;
        font-size: 109px;
    }

    .cta__area .cta__area_footer .cta__footer_item a {
        font-size: 41px;
        color: var(--primary-color);
        text-decoration: underline var(--primary-color) 2px;
        font-weight: 600;
        font-family: 'NeutrifRegular', sans-serif;
    }

    .cta__area .cta__area_footer .cta__footer_item svg {
        width: 51px;
        height: 51px;
    }

    .banner-title p {
        font-size: 44px;
        color: #5e5e5e;
    }

    .signup {
        width: 43%;
        height: 86px;
        background-color: white;
        border: 4px solid white;
        box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.11);
        border-radius: 100px;
        margin: 46px auto;
        scale: 1.8;
        margin-top: 75px;
    }


    .email-signup {
        font-size: 25px;
    }

    .submit-button {

        font-size: 25px;
    }

    .header__area .logo, .headera__area .logo {
        height: 239px;
        width: 171px;
        transition: all .3s;
    }

    .wrapper-area h2 {
        color: #434359;
        font-size: 97px;
    }

    .section_title {
        font-size: 87px;
        color: #434359;
        font-weight: 900;
    }

    .about__area .about__wrapper p {
        font-size: 47px;
        font-weight: 600;
        color: var(--primary-color);
        /* font-family: 'NeutrifRegular',sans-serif; */
        line-height: 2;
    }

    .digital__concept_wrapper .digital__concept_left p {
        color: var(--primary-color);
        font-family: 'NeutrifRegular', sans-serif;
        font-size: 47px;
        font-weight: 600;
        line-height: 2;
    }

    .digital__concept_wrapper .digital__concept_left h2 {
        font-size: 87px;
        color: #434359;
        font-weight: 900;
        margin-bottom: 30px;
    }

    .digital__concept_left span {
        font-size: 48px;
    }

    .digital__concept_wrapper .digital__concept_left h4 {
        font-size: 47px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 30px 0px;
    }

    .zo_on_main-wrap .header__subtitle, .zo_on_main-wrap .headera__subtitle {
        font-size: 47px;
        font-weight: 400;
        color: var(--primary-color);
        font-family: 'NeutrifRegular', sans-serif;
        line-height: 2;
    }

    .zo_on_main-wrap .header__title, .zo_on_main-wrap .headera__title {
        font-size: 85px;
        color: var(--primary-color);
        font-weight: 900;
    }

    .zo_on_main-wrap .title {
        font-size: 67px;
        color: var(--primary-color);
        font-weight: 900;
    }

    .zo_on_main-wrap p {
        color: var(--primary-color);
        font-family: 'NeutrifRegular', sans-serif;

        font-size: 47px;
        font-weight: 400;
        line-height: 2;
    }

    .zo_on_main-wrap span {
        font-size: 47px;
        color: var(--primary-color);
        font-weight: 700;
        font-family: 'NeutrifRegular', sans-serif;
    }

    .hero__area_wrapper .hero__right .hero__right_link a span {
        text-decoration: underline var(--primary-color) 2px;
        font-weight: 600;
        transition: .3s;
        font-size: 40px;
    }

    .hero__area_wrapper .hero__right h2 {
        font-size: 56px;
        color: var(--primary-color);
        font-weight: 900;
    }

    .hero__area_wrapper .hero__right .hero__right_link a.hero__right_btn {
        border: 2px solid var(--primary-color);
        border-radius: 125px;
        padding: 13px 40px;
        display: inline-block;
        font-size: 31px;
        margin-top: 50px;
    }

    .zo_on_main-wrap li {
        color: var(--primary-color);
        font-family: 'NeutrifRegular', sans-serif;
        font-size: 47px;
        font-weight: 400;
        line-height: 2;
    }

    .footer__area .footer__wrapper-content h2 {
        font-size: 82px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .footer__area .footer__wrapper .footer__wrapper-form input.email__field {
        width: 100%;
        border: 0;
        outline: none;
        padding: 15px 30px;
        font-family: 'NeutrifRegular', sans-serif;
        border-radius: 5px;
        font-size: 24px;
        color: #000;
    }

    .footer__area .footer__wrapper-content p {
        font-size: 38px;
        font-family: 'NeutrifRegular', sans-serif;
        font-weight: 600;
    }
}

@media only screen and (min-width: 2560px) and (max-width: 3839px) {
    .banner-title {
        text-align: center;
        width: 47%;
    }

    .container {
        max-width: 84% !important;
    }

    .menu__area .navigation__list a,
    .mobile__menu-area .navigation__list a {
        color: var(--primary-color);
        font-size: 39px;
        transition: .3s;
        font-family: 'Proxima Nova Th';
    }

    .menu__area .navigation__list a:hover {
        color: #e67441;
        transition: .3s;
    }

    .banner-title h1 {
        font-size: 102px;
        color: #434359;
    }

    .banner-title p {
        font-size: 35px;
        color: #5e5e5e;
    }

    .container {
        max-width: 2181px;
    }

    .email-signup {
        font-size: 25px;
    }

    .submit-button {

        font-size: 25px;
    }

    .header__area .logo, .headera__area .logo {
        height: 100px;
        width: 100px;
        transition: all .3s;
    }

    .wrapper-area h2 {
        color: #434359;
        font-size: 53px;
    }

    .about__area .about__wrapper p {
        font-size: 31px;
        font-weight: 600;
        color: var(--primary-color);
        /* font-family: 'NeutrifRegular',sans-serif; */
        line-height: 2;
    }

    .digital__concept_wrapper .digital__concept_left p {
        color: var(--primary-color);
        font-family: 'NeutrifRegular', sans-serif;
        font-size: 27px;
        font-weight: 600;
        line-height: 2;
    }

    .digital__concept_wrapper .digital__concept_left h2 {
        font-size: 47px;
        color: #434359;
        font-weight: 900;
        margin-bottom: 30px;
    }

    .digital__concept_left span {
        font-size: 29px;
    }

    .digital__concept_wrapper .digital__concept_left h4 {
        font-size: 24px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 30px 0px;
    }

    .zo_on_main-wrap .header__subtitle, .zo_on_main-wrap .headera__subtitle {
        font-size: 36px;
        font-weight: 400;
        color: var(--primary-color);
        font-family: 'NeutrifRegular', sans-serif;
        line-height: 2;
    }

    .zo_on_main-wrap .header__title, .zo_on_main-wrap .headera__title {
        font-size: 85px;
        color: var(--primary-color);
        font-weight: 900;
    }

    .zo_on_main-wrap .title {
        font-size: 49px;
        color: var(--primary-color);
        font-weight: 900;
    }

    .zo_on_main-wrap p {
        color: var(--primary-color);
        font-family: 'NeutrifRegular', sans-serif;

        font-size: 27px;
        font-weight: 400;
        line-height: 2;
    }

    .zo_on_main-wrap span {
        font-size: 27px;
        color: var(--primary-color);
        font-weight: 700;
        font-family: 'NeutrifRegular', sans-serif;
    }

    .hero__area_wrapper .hero__right .hero__right_link a span {
        text-decoration: underline var(--primary-color) 2px;
        font-weight: 600;
        transition: .3s;
        font-size: 24px;
    }

    .zo_on_main-wrap li {
        color: var(--primary-color);
        font-family: 'NeutrifRegular', sans-serif;
        font-size: 27px;
        font-weight: 400;
        line-height: 2;
    }

    .footer__area .footer__wrapper-content h2 {
        font-size: 49px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .footer__area .footer__wrapper-content p {
        font-size: 21px;
        font-family: 'NeutrifRegular', sans-serif;
        font-weight: 600;
    }
}

/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
    .banner-title {
        text-align: center;
        width: auto;
    }

    .banner-title {
        text-align: center;
        width: 73%;
    }

    .banner-title h1 {
        font-size: 68px;
        color: #434359;
    }
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .section_title {
        font-size: 40px;
    }

    .footer__area .footer__wrapper-content h2 {
        font-size: 28px;
    }

    .banner-title p {
        font-size: 18px;
        color: #5e5e5e;
    }

    .cases-list li div p {
        font-size: 28px;
    }

    .banner-title h1 {
        font-size: 48px;
        color: #434359;
    }

    .wrapper-area h2 {
        color: #434359;
        font-size: 25px;
    }

    .hero__area_wrapper .hero__left {
        flex-basis: 50%;
        line-height: 1.5;
        font-size: 26px;
    }

    .brand-area {
        margin: 50px;
    }

    .banner-title {
        width: 80%;
    }

    .zo_on_main-wrap .header__title, .zo_on_main-wrap .headera__title {
	font-size: 42px;
	color: var(--primary-color);
	font-weight: 900;
}.email-signup {
	height: 65px;
	font-size: 16px;
}
.zo_on_main-wrap #form1 button {
	margin-right: 12px;
	margin-top: 5px !important;
	height: 55px;
	font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #footer-areas {
	flex-direction: column;
}
}

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .section_title {
        font-size: 40px;
    }

    .digital__concept_wrapper .digital__concept_right {
        margin-left: 0;
    }

    .digital__concept_wrapper .digital__concept_left {
        margin-bottom: 50px;
    }

    .footer__area .footer__wrapper .footer__wrapper-form {
        margin-top: 50px;
    }

    .footer__social-wrapper .footer__badges a {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    .footer__social-wrapper.d-lg-flex.align-items-center.justify-content-between {
        display: flex;
    }

    .digital__concept_right img {
        width: 359px !important;
        margin: auto !important;
    }

    .banner-title h1 {
        font-size: 66px;
        color: #434359;
    }

    .banner-title p {
        font-size: 18px;
        color: #5e5e5e;
    }

    .signup {
        width: 100%;
        height: 86px;
        background-color: white;
        border: 4px solid white;
        box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.11);
        border-radius: 100px;
        margin: 46px auto;
    }

    .submit-button {
        font-size: 17px;
    }

    .email-signup {
        height: 77px;
        background-color: black;
        padding: 0px 5px 0px 10px;
        width: 70%;
        caret-color: #fc4e03;
        background-color: white;
        font-size: 17px;
        padding-left: 30px;
    }

    .banner-title {
        width: 80%;
    }
    .header__area, .headera__area {
	padding: 32px 0px;
	height: unset;
    }
}


/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .wrapper_area {
        height: auto !important;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 3vh !important;
    }

    .cases-list li div p {
        font-size: 18px;
    }

    .quote-text h3 {
        font-size: 21px;
      }
.container p {
	font-size: 18px;
}

    .section_title {
        font-size: 45px;
    }

    .hero__area_wrapper .hero__right h2 {
        font-size: 25px;
    }

    .hero__area_wrapper .hero__right .hero__right_link a {
        font-size: 18px;
    }

    .about__area .about__wrapper h2.section_title {
        font-size: 25px;
    }

    .about__area .about__wrapper p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
    }

    .about__area .about__wrapper {
        width: 100%;
    }

    .digital__concept_wrapper .digital__concept_left h2 {
        font-size: 25px;
    }

    .digital__concept_wrapper .digital__concept_right {
        margin-left: 0;
    }

    .digital__concept_wrapper .digital__concept_left {
        margin-bottom: 50px;
    }

    .cta__area_content h2.section_title {
        font-size: 23px;
    }

    .cta__area .cta__area_footer .cta__footer_item a {
        font-size: 20px;
    }

    .cta__area .cta__area_footer {
        gap: 18px;
    }

    .cta__area .cta__area_footer .cta__footer_item svg {
        width: 25px;
        height: 25px;
    }

    .footer__area .footer__wrapper-content h2 {
        font-size: 25px;
    }

    .footer__area .footer__wrapper .footer__wrapper-form {
        margin-top: 50px;
    }

    .footer__social-wrapper .footer__badges {
        gap: 30px;
        margin-top: 70px;
    }

    .footer__social-wrapper .footer__badges a {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    .footer__social-wrapper .footer__social a i {
        font-size: 50px;
    }

    .cta__area {
        padding: 7px 0px 115px;
        background-size: cover;
    }

    #waveSvg {
        height: 70px;
    }

    .about__area {
        padding: 15px 0px;
    }

    .brand-area {
        margin: 50px auto;
    }

    .banner-title h1 {
        font-size: 43px;
        color: #434359;
    }

    .banner-title p {
        font-size: 14px;
        color: #5e5e5e;
    }

    .signup {
        width: 100%;
        height: 60px;
        background-color: white;
        border: 4px solid white;
        box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.11);
        border-radius: 100px;
        margin: 46px auto;
    }

    .email-signup {
        height: 77px;
        font-size: 16px;
        padding-left: 20px;
    }

    .submit-button {
        height: 52px;
        width: 33%;
        background-color: #e67441;
        border: none;
        font-size: 16px;
        border-radius: 100px;
        float: right;
        color: white;
        font-family: 'Proxima Nova Th';
        transition: 0.3s;
        margin: 0;
        margin-right: 7px;
    }
    .header__area, .headera__area {
        padding: 9px 0px;
    }

    .hero__area {
        padding: 29px 0px 100px 0px;
    }

    .digital__contcept_area {
        padding: 58px 0px;
    }

    .zo_on_main-wrap .column {
        padding: 0;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
    }

    .zo_on_main-wrap .image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .zo_on_main-wrap .image {
        position: static;
        height: 50vh;
        width: 93vw;
    }

    .zo_on_main-wrap section {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .zo_on_main-wrap .header, .zo_on_main-wrap .headera {
        padding: 0;
        width: auto;
    }

    .zo_on_main-wrap .header__title, .zo_on_main-wrap .headera__title {
        font-size: 30px;
        color: var(--primary-color);
        font-weight: 900;
    }

    .zo_on_main-wrap .header__subtitle, .zo_on_main-wrap .headera__subtitle {
        font-size: 17px;
        font-weight: 400;
        color: var(--primary-color);
        font-family: 'NeutrifRegular', sans-serif;
        line-height: 2;
    }

    .banner-title {
        width: 90%;
    }
.features_box h2 {
	font-size: 15px;
	margin-top: 15px;
}

.features_box svg {
	width: 20px;
	height: 20px;
}
.features_box {
	box-shadow: 0 0 10px #DFDFDF;
	border-radius: 13px;
	width: 48%;
	margin-bottom: 14px;
	text-align: center;
	padding: 25px 0;
}

.zo_on_main {
	flex-direction: column;
}
.zo_on_main-wrap .signup .nice-select {
	width: 60%;
}



.lekkar_content_section h2 {
	font-size: 30px;
	font-weight: 800;
	color: #434359;
}.lekkar_content_section p {
	font-size: 18px;
}.quote-text h4 {
	font-size: 19px;
}
.chart_content h2 {
	font-size: 25px;
	font-weight: 700;
	color: #434359;
}
.form-text h2 {
	font-weight: lighter;
	color: #EC8D5F;
	text-align: center;
	margin-top: 15px;
	font-size: 19px;
}

.form-container {
	background: #fff;
	border-radius: 20px;
	padding: 30px 10px 30px 10px;
	margin-top: 50px;
}.input-text h1 {
	font-size: 14px;
	flex: 25%;
	font-weight: 400;
	color: #282B2E;
	margin-right: 11px;
}
.input-text textarea {
	width: 100%;
	font-size: 14px;
}
.select-container label {
	font-size: 13px;
	color: #3f4347;
}


.button-container button {
	font-size: 14px;
	/*! display: flex; */
	align-items: center;
	justify-content: space-around;
}
.button-container button svg {
	margin-left: 13px;
}
.zo_on_main-wrap span {
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 700;
	font-family: 'NeutrifRegular', sans-serif;
}

.signup .nice-select {
    width: auto;
    border: 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    margin: auto;
    height: 70px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #434359;
    }
.zo_on_main-wrap .signup .nice-select {
	width: auto;
	border: 0;
	border-radius: 100px;
	display: flex;
	align-items: center;
	margin: auto;
	height: 70px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #434359;
    }
.zo_on_main-wrap #form1 button {
	margin-right: 12px;
	margin-top: 5px !important;
	height: 52px;
	font-size: 15px;
    }
    #email-signup2 {
	width: 60%;
	height: 63px;
    }
    #email-signup3 {
    width: 60%;
    height: 63px;
    }
}

/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {}
