@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,700&display=swap');
*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    font: inherit;
}

body {
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: auto;
}

img, picture, svg, video {
    display: block;
    max-width: 100%;
}

input, textarea, select, button {
    font: inherit;
}

body[data-headermode="fixed"] .headerSec {
    position: fixed;
    width: 100%;
    top: -70px;
    transition: top 300ms;
}

body[data-headermode="fixed"] .headerSecSubstitute {
    position: relative;
    width: 100%;
}

body[data-headermode="regular"] .headerSecSubstitute {
    display: none;
}

.container {
    width: min(100% - 6.25rem, 1150px);
    margin-inline: auto;
}

.heading {
    display: block;
    margin: 0 auto;
    width: 1000px;
}

.heading h2.headingTitle {
    background-color: #17a2b8;
    display: inline-block;
    width: calc(100% - 150px);
    margin-left: 75px !important;
    color: #fff;
    padding: 18px 30px 15px;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.headerSec {
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 50%);
    z-index: 999;
    position: relative;
    background-color: #fff;
}

.headerLogo {
    padding: 12px 0px;
}

.logoImg {
    width: 230px;
}

.headerLogoMenuSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-items {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 35px;
}

.menu-items li a, .menu-items li span {
    text-decoration: none;
    /* background: -webkit-linear-gradient(to right, #fd7e14, #f35e50, #e83e8c);
    background: linear-gradient(to right, #fd7e14, #f35e50, #e83e8c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: black;
    font-size: 17px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
}

.menu-items li {
    position: relative;
    line-height: 60px;
}

ul.menu-items li ul.dropdown {
    min-width: 100%;
    background-color: #fff;
    display: none;
    position: absolute;
    z-index: 999;
    top: 55px;
    left: 0;
    padding: 10px;
    width: 250px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 50%);
}

.menu-items li a.active, .menu-items li span.active {
    color: #fe733e;
}

ul.menu-items li ul.advantagesDropdown[data-mobiletoggle="on"] {
    display: block !important;
}

ul.menu-items li ul.useCaseDropdown[data-mobiletoggle="on"] {
    display: block !important;
}

ul.menu-items li ul.advantagesDropdown[data-mobiletoggle="off"] {
    display: none !important;
}

ul.menu-items li ul.useCaseDropdown[data-mobiletoggle="off"] {
    display: none !important;
}

.desktopNavbar ul.menu-items li:hover ul.dropdown {
    display: block;
}

ul.menu-items li ul.dropdown li {
    display: block;
    border-bottom: 1px solid #000;
    padding: 5px 0px;
    line-height: initial;
}

ul.menu-items li ul.dropdown li span {
    color: #000;
    text-transform: capitalize;
}

ul.menu-items li ul.dropdown li.borderRemove {
    border-bottom: 0px;
}

.triangle-top {
    width: 0;
    height: 0;
    margin: 0px auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #000;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top: -12px !important;
}

/*.menu-items li a:hover, .menu-items li span:hover {
    color: #81bebb;
    transition: all 0.2s ease;
}*/

.mobNavbar {
    display: none;
}

.hambergur {
    width: 40px;
    display: block;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hambergur div {
    width: 1.6rem;
    height: 4px;
    background-image: linear-gradient(to right, #fd7e14, #f35e50, #e83e8c);
    margin-bottom: 5px;
    border-radius: 10px;
}

.hambergur div:last-child {
    margin-bottom: 0px;
}

.fullscreen {
    -webkit-clip-path: circle(0% at 96.5% 4%);
    clip-path: circle(0% at 96.5% 4%);
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.fullscreen ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.fullscreen ul li {
    padding: 0px;
}

.fullscreen ul li a, .fullscreen ul li span {
    font-size: 1.5rem;
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
}

.fullscreen ul li ul.dropdown li span {
    color: #000;
}

.fullscreen .close {
    position: absolute;
    top: 35px;
    right: 30px;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
}

.fullscreen .close div {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.fullscreen .close div:before, .fullscreen .close div:after {
    content: "";
    width: 2rem;
    height: 2px;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 5px;
}

.fullscreen .close div:after {
    transform: rotate(90deg);
    background: #fff;
}

.fullscreen.active {
    -webkit-clip-path: circle(140% at 96.5% 4%);
    clip-path: circle(140% at 96.5% 4%);
    transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.fullscreen.active ul>li {
    -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
    animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
}

.fullscreen.reverse_anim {
    -webkit-clip-path: circle(0% at 96.5% 4%);
    clip-path: circle(0% at 96.5% 4%);
    opacity: 0.8;
    transition: all 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

@-webkit-keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateX(10px) rotate(2deg);
    }
    100% {
        opacity: 1;
    }
}

@keyframes animateIn {
    0% {
        opacity: 0;
        transform: translateX(10px) rotate(2deg);
    }
    100% {
        opacity: 1;
    }
}

.bannerSec {
    position: relative;
}

.bannerSec img {
    width: 100%;
    position: relative;
}

.bannerContent {
    position: absolute;
    top: 60px;
    width: 100%;
}

.bannerContent h1 {
    color: #fff;
    font-weight: 700;
    font-size: 58px;
    text-align: center;
}

.bannerSlider {
    bottom: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bannerContent {
    position: absolute;
    top: 78px;
    width: 100%;
    z-index: 20;
}

.slider {
    width: 100%;
}

#itemSlide2, #itemSlide3, #itemSlide4 {
    display: none;
}

.items {
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 0px;
    height: 100%;
}

.item {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: flex-end;
}

.bannerSlider .item>div {
    flex: 1;
}

.bannerSlider .item .sliderContent {
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
}

.bannerSlider .item h2 {
    color: #fff;
    font-weight: 900;
    font-size: 65px;
    padding-bottom: 25px;
}

.bannerSlider .item p {
    color: #083840;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
}

.item.current {
    opacity: 1;
}

/* .item img {
    width: 100%;
    height: 100%;
    object-fit: none;
} */

@media all and (max-width: 1024px) {
    .bannerContent h1 {
        font-size: 49px;
    }
    .bannerSlider .item h2 {
        font-size: 34px;
        padding-bottom: 2px;
    }
}

@media all and (max-width: 1034px) {
    img.bannerImg {
        display: none;
    }
    div#home {
        background-image: url("../images/bannerBg.png");
    }
}

@media all and (max-width: 890px) {
    .abtSolBannerLayer img.abtSolLapImg {}
}

@media all and (max-width: 890px) {
    .abtSolBannerLayer {}
}

@media all and (max-width: 800px) {
    .bannerContent h1 {
        font-size: 24px;
    }
    .bannerSlider .item h2 {
        font-size: 32px;
        padding-bottom: 2px;
        white-space: nowrap;
    }
    .bannerSlider .item p {
        font-size: 22px;
        line-height: 31px;
    }
    .titleSec h2 {
        font-size: 20px;
    }
    #aboutSolution .titleBg {
        padding: 20px;
        height: auto;
    }
    #aboutSolutionSecTitle .titleBg h2 {
        padding-bottom: 0;
    }
    .mainContentContainer h2 {
        font-size: 30px;
    }
    #aboutSolution .titleSec p {
        font-size: 28px;
        line-height: initial;
    }
}

@media all and (max-width: 1366px) {
    .abtSolBannerLayer img.abtSolBanner {
        max-height: 620px;
        margin-bottom: -196px;
    }
    .abtSolBannerLayer img.abtSolLapImg {
        width: calc(63% - 35px);
        left: 26%;
        bottom: 78px;
    }
}

@media all and (max-width: 1185px) {
    .abtSolBannerLayer img.abtSolBanner {}
    .abtSolBannerLayer img.abtSolLapImg {
        left: 22%;
        max-width: initial;
        width: calc(90% - 225px);
    }
    img.abtSolLapImg {}
    .abtSolBannerLayer {}
}

.buttons {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.button {
    width: 32px;
    height: 32px;
    border: none;
    outline: none;
    padding: 0;
    background: transparent center no-repeat;
    cursor: pointer;
    opacity: 0.4;
}

.button.prev {
    background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
    display: none;
}

.button.next {
    background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
    display: none;
}

.button:hover {
    opacity: 0.8;
}

.dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 0;
    background: #fff;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out;
    z-index: 99;
}

.dot:nth-child(n+2) {
    margin-left: 5px;
}

.dot.current {
    opacity: 1;
}

.aboutSolutionSec {
    position: relative;
    margin: 120px 0px;
}

.aboutSolutionContainer {
    position: relative;
}

/* .abtSolBannerLayer {
    position: relative;
    left: 0px;
    height: 400px;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
} */

.abtSolBannerLayer img {}

/* .abtSolContentLayer {
    position: absolute;
    z-index: 2;
    top: 480px;
    width: 100%;
} */

.abtSolContentLayer {
    position: relative;
    z-index: 2;
}

.abtSolLapImgLayer {
    position: absolute;
    z-index: 3;
    top: 70px;
    left: 320px;
    display: flex;
    align-items: center;
}

.abtSolLapImgLayer img {
    width: 850px;
}

#aboutSolution .titleSec p {
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 15px;
    /* hyphens: auto;
    text-align: justify;
    word-spacing: 0px; */
}

#aboutSolutionSecTitle {
    margin-bottom: 60px;
}

#aboutSolutionSecTitle .titleBg h2 {
    /* padding-bottom: 0px; */
}

#aboutSolution .titleBg {
    background-image: linear-gradient(90deg, rgba(105, 204, 172, 0.8), rgba(105, 204, 172, 0.9), rgba(102, 203, 172, 1), rgba(93, 197, 172, 1), rgba(105, 204, 172, 1));
    padding: 180px 80px 160px;
    background: url(../images/abtSolBg.png) no-repeat left center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.abtSolContentLayer ul li::marker {
    font-size: 40px;
    color: #083840;
}

.abtSolContentLayer .titleSec h2 {
    margin-left: 0px;
}

.abtSolContentLayer .titleSec ul li {
    margin-left: 35px;
}

.space {
    width: 100%;
    height: 70px;
    display: block;
}

/* #howItWorks, #keyBenefits {
    display: none;
} */

.mainContentContainer {
    width: min(100% - 6.25rem, 1150px);
    margin-inline: auto;
}

.titleBg {
    background-image: linear-gradient(90deg, rgba(105, 204, 172, 0.8), rgba(105, 204, 172, 0.9), rgba(102, 203, 172, 1), rgba(93, 197, 172, 1), rgba(105, 204, 172, 1));
    padding: 120px 0px;
    background: url(../images/howItWorksBg.png) no-repeat left center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.titleSec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.titleSec h2 {
    font-weight: 900;
    font-size: 58px;
    color: #fff;
    padding-bottom: 40px;
}

.titleSec p {
    color: #083840;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
}

.contentSec {
    padding: 80px 0px 200px;
}

/* .listItems li img {
    max-width: fit-content;
} */

.listItems li img {
    max-width: fit-content;
    width: 360px;
}

.contentSec h3 {
    font-size: 40px;
    color: #083840;
    font-weight: 900;
    text-align: center;
}

.listItems li {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 80px;
}

.listItems li {
    margin-top: 30px;
}

/* #itemList li .showArticleSec {
    margin-top: 80px;
} */

#keyBenefits .listItems li:nth-child(1), #itemList li #article1 {
    margin-top: 0px;
}

.listItems li h4 {
    font-size: 40px;
    color: #083840;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.listItems li p {
    font-size: 35px;
    color: #083840;
    font-weight: 400;
    line-height: 50px;
}

.contentSec {
    padding: 120px 0px;
}

#keyBenefits .titleBg, .Articles .titleBg {
    padding: 70px 80px;
}

#keyBenefits .titleSec h2, .Articles .titleSec h2 {
    padding-bottom: 0px;
}

/*Articles*/

.showArticleSec .showArticleContent {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 0px;
}

/* #itemList li {
    margin-top: 0px;
} */

.showArticleSec .showArticleContent {
    margin-top: 0px;
}

#Articles .contentSec {
    padding: 0px;
}

.Articles .contentSec {
    padding: 0px 0px;
}

.Articles #itemList {
    width: 100%;
}

#Articles .listItems li {
    margin: 80px 0px;
}

.Articles .listItems li {
    margin: 20px 0px;
}

.Articles .listItems li h4 {
    margin-bottom: 15px;
    text-transform: initial;
}

.showArticleSec {
    display: none;
}

#Article_1 img.max-width, #Article_2 img.max-width {
    width: 100%;
}

.Articles .titleSec.articleContentSec h2 {
    color: #000;
    padding-bottom: 15px;
    line-height: 60px;
}

.Articles .titleSec.articleContentSec p {
    font-weight: 400;
}

.mainArticleContent img {
    margin: 30px auto;
}

.Articles .listItemsCol {
    display: flex;
    align-items: center;
    gap: 50px;
}

.Articles .articleSec {
    margin: 40px 0px;
}

.Articles .mainArticleSec {
    margin-top: 0px;
}

/* .mainArticleContent .articleSec img.alignLft {
    margin: 20px 0px;
} */

.Articles .articleSec h3, .Articles .articleSec p {
    text-align: left;
}

.Articles .articleSec h3 {
    margin-bottom: 5px;
}

.Articles .titleSec.articleContentSec strong {
    font-weight: bold;
}

.Articles .titleSec.articleContentSec ol {
    padding-left: 25px;
}

.Articles .titleSec.articleContentSec ol li::marker {
    font-size: 24px;
}

.Articles .articleSec .listItems, .Articles .titleSec.articleContentSec ol {
    width: 100%;
    padding-top: 10px;
}

#Article_2 .titleSec.articleContentSec ol {
    list-style: disc;
}

.Articles .articleSec .listItems li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}

.Articles .articleSec .listItems li.margTop {
    margin-top: 0px;
}

.Articles .showArticleContent>div:first-child {
    flex: 1;
}

.Articles .showArticleContent>div:last-child {
    flex: 2;
}

.Articles .showArticleContent img.fullWidth {
    width: 100%;
}

#itemList .showArticleContent p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    max-height: 100%;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#itemList .hidden {
    /* visibility: hidden; */
    display: none;
}

.readMoreSec {
    display: flex;
    margin: 20px 0px 0px;
    width: 100%;
}

.readMoreBtn {
    background-image: linear-gradient(to right, #fd7e14, #f35e50, #e83e8c);
    padding: 10px 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border: 0px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
}

.contactUsSecContent {
    background-color: #81bebb;
    padding: 35px;
    background: url(../images/contactusBg.png) no-repeat left center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.contactUsSecContent p {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.contactUsButton, .showMoreButton {
    display: flex;
    width: 100%;
    text-align: center;
    margin: 70px 0px;
    align-items: center;
    justify-content: center;
}

.backButton {
    display: flex;
    width: 100%;
    margin: 40px 0px 30px;
}

.break {
    padding-right: 100px;
}

.contactBtn, .showMoreBtn, .backBtn {
    background-image: linear-gradient(to right, #fd7e14, #f35e50, #e83e8c);
    padding: 10px 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border: 0px;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
}

.backButton a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px 10px 20px;
}

.footerBg {
    position: relative;
}

.footerBg img {
    width: 100%;
}

/* .contactUsFloatingBtn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
} */

.contactUsVerticalButton {
    letter-spacing: 1px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: 0px;
    cursor: pointer;
    text-decoration: none;
    position: fixed;
    z-index: 99;
    padding: 0px;
    border-radius: 0px;
    top: auto;
    bottom: 30px;
    left: auto;
    right: 20px;
}

.contactUsVerticalButton.fltLeft {
    text-align: center;
}

.contactUsovalButton {
    background-image: linear-gradient(to right, #fd7e14, #f35e50, #e83e8c);
    padding: 15px 20px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: 0px;
    clip-path: ellipse(50% 50%);
    cursor: pointer;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    z-index: 99;
}

.contactUsovalButton.fltLeft {
    left: 15px;
    right: inherit;
}

.contactUsFloatingBtn .contactBtn {
    width: 100%;
    border-radius: 0px;
    line-height: 35px;
}

section.copyright {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #ffffff00;
    background-image: initial !important;
}

.footerBg {
    position: relative;
    margin-bottom: -96px;
}

.contactUsIcon {
    width: 50px;
    height: 50px;
    background-image: url(../images/email.png);
    background-size: contain;
    display: inline-block;
}

.contactUsText {
    font-size: 12px;
    color: #ffffff;
    background-image: linear-gradient(to right, #fd7e14, #f35e50, #e83e8c);
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.copyright {
    padding: 40px 0 0;
    border-top: 1px solid #fff;
    background-image: linear-gradient(90deg, #5fbec1 0%, #66c2c1 50%, #7dd5b1 100%) !important;
}

.app-edu-footer-copyright {
    color: #fff;
    padding-bottom: 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.app-edu-footer-copyright.clearfix {
    display: table;
    width: 100%;
}

.app-edu-footer-copyright .copyright-menu li {
    margin-left: 35px;
    list-style: none;
    display: inline-block;
}

.app-edu-footer-copyright .copyright-menu li a {
    color: white;
    text-decoration: none;
}

.copyright-text.float-left p {
    margin-bottom: 1rem;
}

@media all and (min-width: 1025px) and (max-width: 1199px) {
    .bannerContent {
        top: 20px;
    }
    .bannerSec .bannerImg {
        height: 701px;
    }
    .bannerContent h1 {
        font-size: 40px;
    }
    .aboutSolutionSec {
        position: relative;
        margin: 60px 0px;
    }
    .bannerSlider .item .sliderContent {
        padding-right: 75px;
        height: 450px;
    }
    .bannerSlider .item h2 {
        font-size: 35px;
        padding-bottom: 15px;
    }
    .abtSolContentLayer .titleSec h2 {
        margin-left: 0px;
    }
    .abtSolContentLayer ul li {
        margin-left: 35px;
    }
    .abtSolContentLayer .titleSec h2 {
        line-height: 60px;
    }
    .bannerSlider .item p {
        font-size: 28px;
        line-height: 40px;
    }
    .abtSolBannerLayer img {
        width: 600px;
    }
    .titleBg, #aboutSolution .titleBg, #keyBenefits .titleBg, .Articles .titleBg {
        padding: 50px 0px;
    }
    .titleSec h2 {
        font-size: 35px;
        padding-bottom: 15px;
    }
    .titleSec p, #aboutSolution .titleSec p {
        font-size: 26px;
        line-height: 38px;
        padding-bottom: 0px;
    }
    .abtSolLapImgLayer {
        top: -10px;
        left: 310px;
    }
    .abtSolLapImgLayer img {
        width: 750px;
    }
    .contentSec {
        padding: 80px 0px;
    }
    .listItems {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .listItems li {
        margin-top: 30px;
    }
    .listItems li h4 {
        font-size: 35px;
    }
    .listItems li p {
        font-size: 26px;
        line-height: 38px;
    }
    .listItems li h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .listItems li img {
        width: 230px;
    }
    .abtSolContentLayer ul li::marker {
        font-size: 30px;
        color: #083840;
    }
}

@media all and (min-width: 1200px) {
    .bannerContent {
        top: 20px;
    }
    .bannerSec .bannerImg {
        height: 750px;
    }
    .bannerContent h1 {
        font-size: 50px;
    }
    .aboutSolutionSec {
        position: relative;
        margin: 60px 0px;
    }
    .abtSolContentLayer .titleSec h2 {
        margin-left: 0px;
    }
    .abtSolContentLayer ul li {
        margin-left: 35px;
    }
    .bannerSlider .item .sliderContent {
        padding-right: 75px;
        height: 450px;
    }
    .bannerSlider .item h2 {
        font-size: 38px;
        padding-bottom: 15px;
    }
    .abtSolContentLayer ul li::marker {
        font-size: 30px;
        color: #083840;
    }
    .bannerSlider .item p {
        font-size: 22px;
        line-height: 40px;
    }
    .abtSolBannerLayer img {
        width: 600px;
    }
    .titleBg, #aboutSolution .titleBg, #keyBenefits .titleBg, .Articles .titleBg {
        padding: 40px 0px;
    }
    .titleSec h2 {
        font-size: 38px;
        padding-bottom: 15px;
        line-height: 50px;
    }
    .abtSolContentLayer .titleSec h2 {
        font-size: 38px;
    }
    .space {
        height: 40px;
    }
    .titleSec p, #aboutSolution .titleSec p {
        font-size: 24px;
        line-height: 38px;
        padding-bottom: 0px;
    }
    .abtSolLapImgLayer {
        top: -10px;
        left: 310px;
    }
    .abtSolLapImgLayer img {
        width: 750px;
    }
    .contentSec {
        padding: 55px 0px;
    }
    .listItems {
        display: block;
        margin: 0 auto;
        width: 800px;
    }
    .listItems li {
        margin-top: 30px;
    }
    .listItems li img {
        width: 250px;
    }
    .listItems li p {
        font-size: 24px;
        line-height: 38px;
    }
    #howItWorks p.para {
        font-size: 34px;
        line-height: 50px;
    }
    .listItems li h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .listItems li {
        margin-top: 30px;
    }
    .contentSec h3 {
        font-size: 36px;
    }
    .contactBtn, .showMoreButton {
        font-size: 32px;
    }
}

@media all and (min-width: 1280px) {
    .bannerContent {
        top: 20px;
    }
    .bannerSec .bannerImg {
        height: 780px;
    }
}

@media all and (min-width: 1366px) {
    .bannerContent {
        top: 20px;
    }
    .bannerSec .bannerImg {
        height: 815px;
    }
    .bannerContent h1 {
        font-size: 52px;
    }
    .aboutSolutionSec {
        position: relative;
        margin: 60px 0px;
    }
    .bannerSlider .item .sliderContent {
        padding-right: 75px;
        height: 450px;
    }
    .bannerSlider .item h2 {
        font-size: 42px;
        padding-bottom: 15px;
    }
    .abtSolContentLayer ul li::marker {
        font-size: 30px;
        color: #083840;
    }
    .bannerSlider .item p {
        font-size: 24px;
        line-height: 40px;
    }
    .abtSolBannerLayer img {
        width: 600px;
    }
    .titleBg, #aboutSolution .titleBg, #keyBenefits .titleBg, .Articles .titleBg {
        padding: 50px 0px;
    }
    .titleSec h2 {
        font-size: 52px;
        padding-bottom: 15px;
        line-height: 60px;
    }
    .abtSolContentLayer .titleSec h2 {
        font-size: 42px;
    }
    .space {
        height: 40px;
    }
    .titleSec p, #aboutSolution .titleSec p {
        font-size: 24px;
        line-height: 38px;
        padding-bottom: 0px;
    }
    .abtSolLapImgLayer {
        top: -10px;
        left: 310px;
    }
    .abtSolLapImgLayer img {
        width: 750px;
    }
    .contentSec {
        padding: 55px 0px;
    }
    .listItems li h4 {
        font-size: 35px;
    }
    .listItems li p {
        font-size: 24px;
        line-height: 38px;
    }
    #howItWorks p.para {
        font-size: 42px;
        line-height: 50px;
    }
    .listItems {
        display: block;
        margin: 0 auto;
        width: 900px;
    }
    .listItems li h4 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .listItems li img {
        width: 250px;
    }
    .listItems li {
        margin-top: 30px;
    }
    .contentSec h3 {
        font-size: 42px;
    }
    .contactBtn, .showMoreButton {
        font-size: 32px;
    }
    .laptop-break {
        display: none;
    }
}

@media all and (max-width: 1597px) {
    #aboutSolution .laptopBottomRespPadding {
        padding-top: 130px;
    }
}

@media all and (min-width: 1440px) {
    .bannerContent {
        top: 30px;
    }
    .bannerSec .bannerImg {
        height: 900px;
    }
    .abtSolLapImgLayer {
        top: 20px;
        left: 370px;
    }
    .abtSolLapImgLayer img {
        width: 700px;
    }
}

@media all and (max-width: 1599px) {
    #Article_1 img.max-width, #Article_2 img.max-width {
        width: 800px;
    }
}

@media all and (min-width: 1600px) {
    .bannerContent {
        top: 30px;
    }
    .bannerSec .bannerImg {
        height: 1000px;
    }
    .bannerSlider .item .sliderContent {
        height: 540px;
    }
    .bannerContent h1 {
        font-size: 58px;
        line-height: 70px;
    }
    .bannerSlider .item h2 {
        font-size: 52px;
        padding-bottom: 20px;
    }
    .bannerSlider .item p {
        font-size: 40px;
        line-height: 55px;
    }
    .menu-items {
        gap: 35px;
    }
    .abtSolLapImgLayer {
        top: 150px;
        left: 330px;
    }
    .abtSolContentLayer .titleSec h2 {
        margin-bottom: 35px;
    }
    .abtSolLapImgLayer img {
        width: 85%;
    }
    .abtSolBannerLayer img {
        width: 820px;
    }
    #aboutSolution .titleBg {
        padding: 180px 0px 65px;
    }
    #aboutSolutionSecTitle {
        margin-bottom: 60px;
    }
    #aboutSolutionSecTitle .titleBg {
        padding: 80px 0px;
    }
    #aboutSolutionSecTitle .titleBg h2 {
        padding-bottom: 0px;
    }
    .titleSec h2 {
        padding-bottom: 35px;
    }
    .titleSec h2, #keyBenefits .titleSec h2, .Articles .titleSec h2 {
        font-size: 52px;
        line-height: 70px;
    }
    .titleSec p, #aboutSolution .titleSec p, .listItems li p {
        font-size: 32px;
        line-height: 45px;
    }
    .Articles .titleSec.articleContentSec ol li::marker {
        font-size: 32px;
    }
    .titleBg {
        padding: 110px 0px;
    }
    .contentSec h3 {
        font-size: 55px;
    }
    .listItems {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .listItems li {
        margin-top: 60px;
    }
    .listItems li h4 {
        font-size: 40px;
        line-height: 55px;
    }
    .listItems li img {
        max-width: fit-content;
        width: 360px;
    }
    .contentSec {
        padding: 120px 0px;
    }
    .laptop-break {
        display: block;
    }
}

@media all and (min-width: 1920px) {
    .bannerContent {
        top: 30px;
    }
    .bannerSec .bannerImg {
        height: 1210px;
    }
    .bannerSlider .item .sliderContent {
        height: 650px;
    }
    .bannerContent h1 {
        font-size: 60px;
        line-height: 90px;
    }
    .bannerSlider .item h2 {
        font-size: 57px;
        padding-bottom: 20px;
    }
    .bannerSlider .item p {
        font-size: 42px;
        line-height: 55px;
    }
    .abtSolBannerLayer img {
        width: 820px;
    }
    .menu-items {
        gap: 35px;
    }
    .abtSolLapImgLayer {
        top: 50px;
        left: 480px;
    }
    .abtSolContentLayer .titleSec h2 {
        margin-bottom: 0px;
        font-size: 50px;
    }
    .abtSolLapImgLayer img {
        width: 80%;
    }
    #aboutSolution .titleBg {
        padding: 180px 0px 65px;
    }
    #aboutSolutionSecTitle {
        margin-bottom: 60px;
    }
    .titleBg, #aboutSolution .titleBg, #keyBenefits .titleBg, .Articles .titleBg {
        padding: 70px 0px;
    }
    #aboutSolutionSecTitle .titleBg, .titleBg {
        padding: 70px 0px;
    }
    #aboutSolutionSecTitle .titleBg h2 {
        padding-bottom: 0px;
    }
    .titleSec h2 {
        padding-bottom: 35px;
    }
    .titleSec h2, #keyBenefits .titleSec h2, .Articles .titleSec h2 {
        font-size: 50px;
        line-height: 80px;
    }
    .titleSec p, #aboutSolution .titleSec p, .listItems li p {
        font-size: 34px;
        line-height: 55px;
    }
    .Articles .titleSec.articleContentSec ol li::marker {
        font-size: 34px;
    }
    .contentSec h3 {
        font-size: 55px;
    }
    .listItems {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .listItems li {
        margin-top: 60px;
    }
    .listItems li h4 {
        font-size: 45px;
        line-height: 60px;
    }
    .listItems li img {
        max-width: fit-content;
        width: 360px;
    }
    .contentSec {
        padding: 120px 0px;
    }
    .mainArticleContent img {
        margin: 50px auto;
    }
    .Articles .articleSec h3 {
        margin-bottom: 10px;
    }
    .Articles .titleSec.articleContentSec p {
        padding-bottom: 20px;
    }
}

@media all and (max-width:1024px) {
    section#howItWorks {
        position: relative;
    }
}

@media all and (max-width: 1024px) {
    .Articles .titleSec.articleContentSec ol li::marker {
        font-size: 35px;
    }
}

@media all and (max-width: 767px) {
    .mobNavbar {
        display: block;
    }
    .menu-items {
        gap: 0px !important;
    }
    .fullscreen ul li a, .fullscreen ul li span {
        font-size: 18px;
    }
    ul.menu-items li ul.dropdown {
        background-image: linear-gradient(to right, #fd7e14, #f35e50, #e83e8c);
        position: absolute;
        top: 50%;
        left: 50%;
        border: 0px solid #fff;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
        height: auto;
        transform: translate(-50%, 10%);
    }
    ul.menu-items li ul.dropdown li:nth-child(4) {
        border-bottom: 0px;
    }
    .desktopNavbar {
        display: none;
    }
    .container {
        width: min(100% - 2.25rem, 100%);
    }
    .headerLogo {
        padding: 10px 0px;
    }
    .logoImg {
        width: 215px;
        margin: 0 auto;
    }
    .item {
        top: inherit;
        bottom: 0px;
        height: auto;
        align-items: flex-end;
    }
    .bannerContent {
        top: 10px;
    }
    .bannerContent h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .bannerSlider .item .sliderContent {
        padding-right: 20px;
        /* height: 130px; */
    }
    .bannerSlider .item h2 {
        font-size: 15px;
        padding-bottom: 5px;
    }
    .bannerSlider .item p {
        font-size: 14px;
        line-height: 15px;
    }
    .item {
        gap: 30px;
    }
    .dots {
        bottom: 10px;
    }
    .dot {
        display: block;
        width: 6px;
        height: 6px;
    }
    .listItems li img, .Articles .showArticleContent img.fullWidth {
        max-width: fit-content;
        width: 150px;
        margin: 5px auto;
    }
    /* #Article_1 img.max-width {
        max-width: fit-content;
        width: 250px;
        margin: 10px auto;
    } */
    .Articles .listItemsCol {
        gap: 5px;
        flex-direction: column;
    }
    .Articles .listItems li {
        margin: 5px 0px;
    }
    .heading h2.headingTitle {
        padding: 18px 20px 15px;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
    }
    .mainContentContainer {
        width: 100%;
        padding: 0px;
        text-align: left;
    }
    .Articles .mainContentContainer ul {
        padding: 0px 15px;
    }
    .titleBg, #keyBenefits .titleBg, #aboutSolution .titleBg, .Articles .titleBg {
        padding: 0px;
        text-align: center;
    }
    .Articles .showArticleContent>div:first-child {
        flex: 1;
        margin: 0 auto;
    }
    .Articles .showArticleContent>div:last-child {
        flex: 1;
    }
    .titleSec h2 {
        font-size: 18px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-top: 10px;
    }
    .abtSolContentLayer .titleSec h2, .Articles .titleSec.articleContentSec h2, .Articles .titleSec.articleContentSec ol li::marker {
        font-size: 15px;
        line-height: 25px;
    }
    .titleSec p, #aboutSolution .titleSec p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 0px;
        padding-left: 20px;
    }
    .Articles .contentSec {
        padding: 20px 5px;
    }
    .Articles .articleSec {
        margin: 5px 0px;
    }
    .Articles .titleSec.articleContentSec p, .Articles .articleSec h3, .Articles .articleSec p {
        padding: 0px 15px;
    }
    .Articles .articleSec1.articleSec ol li p, .Articles .articleSec2 .listItems li p, .Articles .articleSec3 .listItems li p {
        padding: 0px;
    }
    #articleTwoSec ol li p.mobPadRemove {
        padding: 0px;
    }
    .Articles .articleSec .listItems, .Articles .titleSec.articleContentSec ol {
        padding: 10px 15px;
    }
    .mainArticleContent img {
        margin: 10px auto;
        padding: 0px 15px;
    }
    .mainArticleContent img.article1_pic5 {
        margin-top: 0px;
    }
    #Article_1 img.max-width, #Article_2 img.max-width {
        width: 100%
    }
    .Articles .titleSec.articleContentSec ol {
        padding: 10px 15px 15px 30px;
    }
    .readMoreSec {
        justify-content: center;
        margin: 10px 0px 0px;
    }
    .readMoreBtn {
        font-size: 14px;
        /* padding: 5px 14px;
        border-radius: 20px; */
        letter-spacing: 0.5px;
        display: inline-block;
    }
    .backButton {
        margin: 0px;
        padding: 0px 15px 15px;
    }
    .backButton a {
        font-size: 14px;
        /* padding: 5px 14px;
        border-radius: 20px; */
        letter-spacing: 0.5px;
        gap: 5px;
    }
    .backButton a img {
        width: 15px;
    }
    #aboutSolutionSecTitle {
        margin-bottom: 20px;
    }
    .abtSolContentLayer {
        position: relative;
        top: 0px;
        margin-top: -60px;
    }
    .abtSolContentLayer ul li::marker {
        font-size: 15px;
    }
    .abtSolLapImgLayer img {
        width: 402px;
    }
    .abtSolLapImgLayer {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -170%);
    }
    .aboutSolutionSec {
        margin: 20px 0px;
    }
    .abtSolContentLayer .titleSec ul li {
        margin-left: 15px;
    }
    .space {
        height: 25px;
    }
    .listItems li, .showArticleSec .showArticleContent {
        gap: 20px;
        flex-direction: column;
    }
    .Articles #itemList li {
        margin: 30px 0px;
        /* margin: 15px 0px; */
    }
    .Articles .mobMargBottom {
        margin-bottom: 150px;
    }
    #article1.showArticleSec {
        margin-top: 0px;
    }
    /* .showArticleSec .showArticleContent {
        margin-top: 0px;
    } */
    .listItems li:first-child {
        margin-top: 0px;
    }
    /* #keyBenefits .contentSec {
        padding: 0px;
    } */
    .contentSec h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    /* .contentSec, #keyBenefits .contentSec {
        padding: 0px;
    } */
    .listItems li h4 {
        font-size: 15px;
        text-align: center;
        margin-bottom: 5px;
    }
    .Articles #itemList li h4 {
        line-height: 22px;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .Articles .articleSec .listItems li h4 {
        text-align: left;
        line-height: 22px;
        margin-bottom: 2px;
        font-size: 16px;
    }
    .listItems li p {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }
    .listItems li, #itemList li .showArticleSec {
        margin-top: 15px;
    }
    .Articles .titleSec.articleContentSec ol li {
        margin-bottom: 2px;
    }
    #itemList li .showArticleSec {
        margin-top: 0px;
    }
    .greyLineSeperator {
        margin: 20px 0px;
    }
    .contactUsSec {
        margin-top: 0px;
    }
    .contactUsSecContent {
        padding: 15px;
    }
    .contactUsSecContent p {
        font-size: 14px;
        line-height: 22px;
    }
    .contactUsButton {
        margin: 15px 0px;
    }
    .showMoreButton {
        margin: 15px 0px;
    }
    .contactBtn, .showMoreButton {
        font-size: 18px;
        display: inline-block;
    }
    .contactUsFloatingBtn .contactBtn {
        padding: 5px 20px;
    }
    .copyright {
        padding: 0px;
        border: 0px;
    }
    .app-edu-footer-copyright {
        color: #fff;
        padding: 10px 0px;
    }
    #aboutSolution .mainContentContainer ul li p.para {
        padding-left: 0px;
    }
    #aboutSolution .mainContentContainer ul {
        padding-left: 20px;
    }
    #keyBenefits .titleSec h2, .Articles .titleSec h2 {
        padding-bottom: 10px;
        padding-left: 20px;
    }
    .Articles .titleSec h2 {
        padding-left: 15px;
    }
    ul.twoWayCommULEle {
        padding-bottom: 25px;
    }
}

@media all and (max-width: 749px) {
    .contentSec {
        padding-top: 50px;
    }
}

@media all and (max-width: 450px) {
    .contactUsSecContent p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media all and (max-width: 360px) {
    .bannerSlider .item p {
        font-size: 12.5px;
        line-height: 16px;
    }
    .abtSolLapImgLayer {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -130%);
    }
    .listItems li {
        margin-top: 20px;
    }
}

@media all and (max-width:767px) {
    .mobNavbar ul.dropdown li span {
        text-transform: none;
    }
    .mobNavbar ul.menu-items li ul.advantagesDropdown {
        background-image: none;
    }
    .mobNavbar ul.menu-items li ul.useCaseDropdown {
        background-image: none;
    }
    .mobNavbar ul.menu-items li ul.advantagesDropdown {
        position: relative;
        top: auto;
        transform: translate(-110px, 0%);
        border: solid thin #fff;
    }
    .mobNavbar ul.menu-items li ul.useCaseDropdown {
        position: relative;
        top: auto;
        transform: translate(-159px, 0%);
        border: solid thin #fff;
        width: 317px;
    }
    .mobNavbar .fullscreen ul li a {
        text-align: center;
        display: block;
    }
    .mobNavbar ul.menu-items li ul.advantagesDropdown span {
        font-size: 15px !important;
        text-align: left;
        width: 100%;
        display: block;
    }
    .mobNavbar ul.menu-items li ul.useCaseDropdown span {
        font-size: 15px !important;
        text-align: left;
        width: 100%;
        display: inline;
    }
    span.useCaseMobileDropdown {
        display: block;
        text-align: center;
    }
    span.advantagesMobileDropdown {
        display: block;
        text-align: center;
    }
}

@media all and (min-width: 482px) and (max-width: 767px) {
    .bannerContent {
        top: 20px;
    }
    .bannerSlider .item .sliderContent {
        padding-right: 10px;
        /* height: 175px; */
    }
    .bannerSlider .item h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .bannerSlider .item p {
        font-size: 16px;
        line-height: 20px;
    }
    .dot {
        width: 8px;
        height: 8px;
    }
    .abtSolLapImgLayer {
        top: 330px;
        left: 220px;
    }
}

@media all and (min-width:770px) {
    .stickeyRthContent {
        top: 0px;
        bottom: 300px;
        transform: translate(0px, 0px);
    }
    .contactUsVerticalButton {
        left: auto;
        right: 10px;
    }
}

@media all and (max-width:810px) {
    .app-edu-footer-copyright .copyright-menu li {
        margin-left: 0;
        margin-right: 10px;
        font-size: 11px;
    }
    .copyright-text p {
        font-size: 11px;
        margin-bottom: 0 !important;
        margin-top: 5px;
    }
}

@media all and (max-width:768px) {
    .heading h2.headingTitle {
        font-size: 15px;
        width: 100%;
        margin-left: 0px !important;
    }
}

@media all and (max-width:500px) {
    .footerBg {
        margin-bottom: -99px;
    }
    .copyright-menu.ul-li {
        width: 100%;
    }
}

@media all and (max-width:460px) {
    .contactUsButton {
        margin-bottom: 50px;
    }
    .showMoreButton {
        margin-bottom: 0px;
    }
}

@media all and (max-width: 1042px) {
    .desktopNavbar ul.menu-items {
        gap: 20px;
    }
}

@media all and (max-width: 888px) {
    .logoImg {
        width: 200px;
    }
    .desktopNavbar ul.menu-items {
        gap: 12px;
    }
    .desktopNavbar ul.menu-items span {
        font-size: 14px;
    }
}

@media all and (width: 390px) and (height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .bannerSlider .item .sliderContent {
        padding-right: 15px;
        height: 140px;
    }
    .bannerHeading {
        width: 380px;
        margin: 0 auto;
    }
    .bannerSlider .item p {
        font-size: 14px;
        line-height: 24px;
    }
    .abtSolLapImgLayer {
        transform: translate(-50%, -280px);
    }
    .bannerSec .bannerImg {
        height: 315px;
    }
}

@media all and (width: 393px) and (height: 852px) and (-webkit-device-pixel-ratio: 3) {
    .bannerSec .bannerImg {
        height: 330px;
    }
    .bannerHeading {
        width: 340px;
        margin: 0 auto;
    }
}

@media all and (width: 430px) and (height: 932px) and (-webkit-device-pixel-ratio: 3) {
    .bannerSec .bannerImg {
        height: 350px;
    }
    .bannerHeading {
        width: 340px;
        margin: 0 auto;
    }
}

@media all and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .bannerSlider .item h2 {
        font-size: 20px;
    }
    .bannerSlider .item p {
        font-size: 14px;
        line-height: 24px;
    }
    .item {
        gap: 30px;
    }
    .bannerSlider .item .sliderContent {
        padding-right: 10px;
        height: 150px;
    }
    .abtSolLapImgLayer {
        transform: translate(-50%, -218px);
    }
}

@media all and (min-width: 360px) and (max-width: 385px) {
    /* .bannerContent h1 {
        font-size: 18px;
        line-height: 22px;
    } */
    .bannerSec, .bannerImg {
        height: 350px;
    }
    .bannerContent h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .abtSolLapImgLayer {
        transform: translate(-50%, -325px);
    }
    .contentSec {
        padding: 20px;
    }
    .mainContentContainer {
        padding: 0px;
    }
    .titleBg, #keyBenefits .titleBg, #aboutSolution .titleBg, .Articles .titleBg {
        padding: 10px;
    }
}

@media all and (max-width:494px) {
    .bannerSec, .bannerImg {
        height: 379px;
    }
    .abtSolLapImgLayer {
        transform: translate(-50%, -235px);
    }
}

@media all and (max-width:420px) {
    .bannerSec, .bannerImg {
        height: 344px;
    }
}

@media all and (max-width:699px) {
    #aboutSolutionSecTitle .titleBg h2 {
        padding: 15px;
    }
    .abtSolLapImgLayer img {
        width: 230px;
        position: relative;
        top: -93px;
    }
    .abtSolContentLayer .titleSec h2, .mainContentContainer h2, .Articles .titleSec.articleContentSec h2 {
        padding: 20px;
    }
    .mainContentContainer ul {
        padding: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    #keyBenefits>div>div.titleSec.titleBg>div>h2 {
        padding-bottom: 20px;
    }
    #howItWorks>div>div.titleSec.titleBg>div>p {
        padding: 20px;
        padding-top: 0px;
    }
    ul.twoWayCommULEle {
        padding-bottom: 25px;
    }
}

@media all and (max-width: 450px) {
    .abtSolContentLayer .titleSec h2, .Articles .titleSec.articleContentSec h2 {
        font-size: 17px;
    }
    .titleSec p, #aboutSolution .titleSec p, .listItems li p {
        font-size: 16px;
        line-height: 22px;
    }
    .Articles .titleSec .mainArticleContent p {
        font-size: 15px;
        line-height: 22px;
    }
    .Articles #itemList li p {
        font-size: 15px;
    }
}

@media all and (max-width: 413px) {
    div#home {
        height: 292px;
    }
}

@media all and (max-width: 475px) {
    .items div.sliderContent {
        display: flex;
        justify-content: center;
    }
    .items div.sliderContent {
        display: flex;
        justify-content: center;
    }
    .items div.sliderContent {
        display: flex;
        justify-content: center;
    }
}

@media all and (max-width: 413px) {
    .items div.sliderContent {
        height: 200px;
    }
}

span.respEmoduleStick {
    white-space: nowrap;
}

@media all and (max-width:490px) {
    #home>div.bannerContent>div>div {
        height: 70px;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }
    img.bannerImg {
        /* height: 400px; */
    }
}

@media all and (max-width: 434px) {
    .abtSolLapImgLayer img {
        top: -112px;
    }
}

@media all and (max-width: 359px) {
    .bannerSlider .item .sliderContent {
        height: 167px;
    }
}

img.abtSolLapImg {
    position: absolute;
    top: auto;
    width: calc(45% - 35px);
    left: 35%;
    z-index: 90;
    bottom: -17px;
    max-width: 934px;
}

.abtSolBannerLayer {
    position: relative;
    max-height: 788px;
}

@media all and (max-width:943px) {
    img.abtSolLapImg {}
}

@media all and (max-width: 1198px) {
    div#home {
        height: 700px;
    }
}

@media all and (max-width: 1023px) {
    div#home {
        height: 679px;
    }
}

@media all and (max-width: 800px) {
    div#home {
        height: 483px;
    }
    .bannerContent {
        top: 24px;
    }
}

@media all and (max-width: 693px) {
    div#home {
        height: 362px;
    }
}

@media all and (max-width: 600px) {
    div#home {
        height: 365px;
    }
}

@media all and (max-width: 531px) {
    div#home {
        height: 385px;
    }
}

@media all and (max-width: 507px) {
    div#home {
        height: 348px;
    }
}

@media all and (max-width: 420px) {
    div#home {
        height: 300px;
    }
}

@media all and (max-width: 413px) {
    div#home {
        height: 302px;
    }
}

@media all and (max-width: 393px) {
    div#home {
        height: 303px;
    }
}

@media all and (max-width: 385px) {
    div#home {
        height: 326px;
    }
}

@media all and (max-width: 295px) {
    div#home {
        height: 275px;
    }
}

@media all and (max-width: 872px) {
    .abtSolBannerLayer img.abtSolLapImg {
        bottom: -72px;
    }
}

@media all and (max-width: 820px) {
    .abtSolContentLayer {
        margin-top: 0px;
    }
    img.abtSolLapImg {}
}

@media all and (max-width: 767px) {
    #howItWorks .contentSec {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .desktop-break {
        display: none;
    }
}

@media all and (max-width: 767px) {
    #aboutSolution .laptopBottomRespPadding {
        padding-top: 90px;
    }
    #aboutSolutionSecTitle .titleBg h2, #keyBenefits>div>div.titleSec.titleBg>div>h2, .Articles .titleSec h2 {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media all and (max-width: 700px) {
    img.abtSolLapImg {}
    .abtSolBannerLayer {}
}

@media all and (max-width: 600px) {
    img.abtSolLapImg {}
}

@media all and (max-width: 511px) {
    img.abtSolLapImg {}
}

@media all and (max-width: 872px) {
    .abtSolBannerLayer {
        height: 400px;
    }
}

@media all and (max-width: 696px) {
    .abtSolBannerLayer {
        height: 300px;
    }
    .abtSolBannerLayer img.abtSolLapImg {
        left: 24%;
        max-width: initial;
        width: calc(98% - 225px);
    }
}

@media all and (max-width: 663px) {
    .abtSolBannerLayer {
        height: 300px;
    }
}

@media all and (max-width: 629px) {
    .abtSolBannerLayer {
        height: 250px;
    }
}

@media all and (max-width: 549px) {
    .abtSolBannerLayer img.abtSolLapImg {
        width: calc(98% - 134px);
    }
}

@media all and (max-width: 497px) {
    #howItWorks .contentSec {
        padding-top: 30px;
    }
}

@media screen and (min-width: 481px) {
    .mobile-break {
        display: none;
    }
}

@media all and (max-width: 480px) {
    #keyBenefits .contentSec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .Articles .contentSec {
        padding: 20px 5px;
    }
}

@media all and (max-width: 461px) {
    .abtSolBannerLayer img.abtSolLapImg {
        width: calc(82% - 34px);
    }
}

@media all and (max-width: 665px) {
    .bannerSlider .item .sliderContent {
        height: 290px;
    }
}

@media all and (max-width: 699px) {
    img.bannerImg {
        height: 100%;
    }
}

@media all and (max-width: 545px) {
    img.bannerImg {
        /* height: 410px; */
    }
}

@media all and (max-width: 403px) {
    #aboutSolution ul.preferedContentULEle li {
        margin-bottom: 0px;
    }
}

@media all and (max-width: 515px) {
    .abtSolBannerLayer img.abtSolLapImg {
        width: calc(118% - 134px);
        left: 7%;
    }
}

@media all and (max-width: 445px) {
    .abtSolBannerLayer img.abtSolLapImg {
        bottom: -60px;
        margin-right: -60px;
        left: 10%;
    }
    .abtSolBannerLayer {
        height: 200px;
    }
    #aboutSolution .laptopBottomRespPadding {
        padding-top: 44px;
    }
}

@media all and (max-width: 403px) {
    .abtSolBannerLayer {
        height: 160px;
    }
}

@media all and (max-width: 513px) {
    .bannerSlider .item .sliderContent {
        height: 260px;
    }
}

@media all and (max-width: 426px) {
    .bannerSlider .item .sliderContent {
        height: 192px;
    }
}

@media all and (max-width: 359px) {
    #keyBenefits .contentSec, .Articles .contentSec {
        padding-top: 20px;
    }
}

@media all and (max-width: 357px) {
    .bannerSlider .item .sliderContent {
        height: 200px;
    }
}

.items .item:first-child {
    padding: 0px;
    padding-bottom: 0px;
}

@media all and (max-width: 362px) {
    div#home {
        height: 300px;
    }
    #home>div.bannerContent>div>div {
        height: 116px;
    }
    .bannerSlider .item .sliderContent {
        height: 200px;
    }
}

section#keyBenefits {
    position: relative;
    z-index: 30;
}

img.abtSolBanner {
    max-height: 620px;
    margin-bottom: -98px;
}

@media all and (min-width: 1920px) {
    img.abtSolLapImg {
        bottom: 16px;
    }
}