@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #3d3d3c;
    overflow-x: hidden;
}

.header-section {
    background-image: url('../img/background.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100vh;
    overflow: hidden;
}

.bg-header {
    height: 100vh;
}

.navbar-brand img {
    width: 150px;
    height: auto;
}

.box-shadow {
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
}

.nav-item {
    margin: 0 1rem;
}

.nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #3d3d3c !important;
}

.navbar .nav-item .nav-link.active {
    color: #31a41f !important;
    position: relative;
}

.navbar .nav-item .nav-link.active::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #31a41f;
    top: 35px;
    left: 45%;
    position: absolute;
    border-radius: 30px;
    text-align: center;
}

.btn {
    border-radius: 5px;
}

.btn-brand-success,
.bg-brand-success {
    background: #31a41f;
    color: #fff;
}

.text-brand-success {
    color: #31a41f;
}

.btn-brand-dark,
.bg-brand-dark {
    background: #3d3d3c;
    color: #fff;
}

.text-brand-dark {
    color: #3d3d3c;
}

.banner-img {
    width: inherit;
    display: block;
}

.banner {
    padding: 15% 0px 10%;
}

.banner h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.banner p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.banner .btn {
    padding: 0.7rem 2rem;
    font-size: 15px;
    font-weight: 600;
}

/*******************water ripple effect*******************/
.ripple,
.ripple-2 {
    display: block;
    border-radius: 2px;
    width: 2px;
    height: 2px;
    -webkit-animation: rip 6s infinite ease-out;
    -moz-animation: rip 6s infinite ease-out;
}

.ripple {
    position: absolute;
    z-index: -1;
    top: -85px;
    left: 7.5%;
}

.ripple-2 {
    position: absolute;
    z-index: -1;
    bottom: -235px;
    left: 7%;
}

@-webkit-keyframes rip {
    0% {
        box-shadow: 0 0 0 0 transparent,
                    0 0 0 0 transparent,
                    0 0 0 0 transparent,
                    0 0 0 0 transparent;
    }

    15% {
        box-shadow: 0 0 0 0 rgba(163, 255, 148, 0.03),
                    0 0 0 0 rgba(255, 255, 255, 0.05),
                    0 0 0 0 rgba(49, 164, 31, 0.05),
                    0 0 0 0 rgba(0, 0, 0, 0.08);
    }

    100% {
        box-shadow: 0 0 40px 140px rgba(178, 255, 166, 0.5),
                    0 0 10px 160px transparent,
                    0 0 30px 180px rgba(178, 255, 166, 0.5),
                    0 0 5px 200px transparent;
    }
}

@-moz-keyframes rip {
    0% {
        box-shadow: 0 0 0 0 transparent,
                    0 0 0 0 transparent,
                    0 0 0 0 transparent,
                    0 0 0 0 transparent;
    }

    15% {
        box-shadow: 0 0 0 0 rgba(163, 255, 148, 0.03),
                    0 0 0 0 rgba(255, 255, 255, 0.4),
                    0 0 0 0 rgba(49, 164, 31, 0.05),
                    0 0 0 0 rgba(0, 0, 0, 0.08);
    }

    100% {
        box-shadow: 0 0 40px 140px rgba(178, 255, 166, 0.5),
                    0 0 10px 160px transparent,
                    0 0 30px 180px rgba(178, 255, 166, 0.5),
                    0 0 5px 200px transparent;
    }
}
/*******************water ripple effect*******************/
.what-is-inutrimon {
    padding: 5rem 0 0;
    position: relative;
}
.what-is-inutrimon img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.what-is-inutrimon h1 {
    font-weight: 600;
    margin-bottom: 2.5rem;
}
.what-is-inutrimon p {
    font-size: 16px;
}
.what-is-inutrimon .bg-square-box {
    width: 40%;
    height: 60%;
    background: #31a41f;
    position: absolute;
    bottom: -25px;
    opacity: 0.09;
    border-bottom-right-radius: 110px;
}
.what-is-inutrimon iframe {
    width: 100%;
    height: 400px;
}
.what-is-inutrimon ul {
    padding-left: 0;
}
.what-is-inutrimon ul li {
    margin: 15px 0;
    font-size: 16px;
}
.why-inutrimon-mob {
    display: none;
}
.why-inutrimon-web {
    display: block;
}
.why-inutrimon {
    background: #eaf6e8;
    padding: 5rem 0;
    margin-top: 3rem;
}
.why-inutrimon .container {
    position: relative;
}
.why-inutrimon .why-inutrimon-main-img {
    width: 220px;
    position: absolute;
    top: 43%;
    left: 40%;
}
.why-inutrimon .why-inutrimon-div .row {
    margin-bottom: 1.3rem;
    display: flex;
    justify-content: space-between;
}
.why-inutrimon .circle-content p {
    font-weight: 600;
}
.why-inutrimon .left-side .circle-img {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 10px;
    background: #eaf6e8;
    z-index: 1;
}
.why-inutrimon .right-side .circle-img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 10px;
    background: #eaf6e8;
    z-index: 1;
}
.why-inutrimon .left-side .circle-content {
    width: 100%;
    height: 100px;
    background: rgba(49, 164, 31, 10%);
    border-radius: 10px;
    padding: 10px 30% 15px 15px;
    position: relative;
}
.why-inutrimon .right-side .circle-content {
    width: 100%;
    height: 100px;
    background: rgba(49, 164, 31, 10%);
    border-radius: 10px;
    padding: 10px 15px 15px 125px;
    position: relative;
    right: 0;
}
.why-inutrimon .left-side .circle-content::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 105px;
    background: #eaf6e8;
    top: -2px;
    border-radius: 50px 0 0 50px;
}
.why-inutrimon .left-side .circle-content::before {
    right: 60px;
}
.why-inutrimon .right-side .circle-content::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 105px;
    background: #eaf6e8;
    top: -2px;
    border-radius: 0 50px 50px 0;
}
.why-inutrimon .right-side .circle-content::before {
    left: 60px;
}
.who-can-use-inutrimon .row {
    margin-top: 100px;
}
.who-can-use-inutrimon .card {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: rgba(49, 164, 31, 0.1);
    border-bottom-width: 4px;
    border-radius: 10px 10px;
    box-shadow: 0px 5px 10px 5px rgba(49, 164, 31, 0.1);
}
.who-can-use-inutrimon .card:hover {
    border-bottom: 4px solid #31a41f;
}
.who-can-use-inutrimon .card {
    height: 100%;
}
.who-can-use-inutrimon .card .card-body {
    position: relative;
    text-align: center;
}
.who-can-use-inutrimon img {
    position: absolute;
    width: 150px;
    height: auto;
    top: -70px;
    left: 12%;
}
.who-can-use-inutrimon .who-can-use-content {
    font-weight: 600;
    margin: 6rem 0 0;
}
.where-can-use-inutrimon .card {
    height: 250px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.where-can-use-inutrimon .card .card-body {
    position: relative;
    height: 250px;
    padding: 0;
}
.where-can-use-inutrimon .card .icon-where-can-use {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    z-index: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s ease;
}
.where-can-use-inutrimon .card .icon-where-can-use img {
    width: 120px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
.where-can-use-inutrimon h4 {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 1rem;
    text-align: center;
}
.where-can-use-inutrimon .card .content-where-can-use {
    width: 100%;
    height: 100px;
    position: absolute;
    padding: 25px;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 1.1rem;
    border-radius: 10px;
}
.where-can-use-inutrimon .card:hover .content-where-can-use {
    position: absolute;
    z-index: 1;
    background: #31a41f;
    color: #fff;
    height: 100%;
    bottom: 0;
    transition: all 0.5s ease;
}
.where-can-use-inutrimon .card .icon-where-can-use {
    text-align: center;
}
.where-can-use-inutrimon .card:hover .content-where-can-use ul {
    padding-left: 5px;
}
.where-can-use-inutrimon .card:hover .content-where-can-use ul li {
    margin-bottom: 10px;
}
.where-can-use-inutrimon .card .content-where-can-use p,
.where-can-use-inutrimon .card .content-where-can-use ul {
    visibility: hidden;
}
.where-can-use-inutrimon .card:hover .content-where-can-use p,
.where-can-use-inutrimon .card:hover .content-where-can-use ul {
    visibility: visible;
}
.where-can-use-inutrimon .card:hover .content-where-can-use ul li,
.where-can-use-inutrimon .card:hover .content-where-can-use ul li i {
    color: #fff;
}
.features {
    background: rgba(49, 164, 31, 0.1);
}
.features p {
    font-weight: 600;
}
.features .nav.nav-fill .nav-item .nav-link {
    font-size: 16px;
}
.features .nav.nav-fill .nav-item .nav-link.active {
    border-bottom: 2px solid #31a41f;
}
.features .tab-content {
    height: 712px;
    margin: 10px 0 0;
    padding: 2rem 2.5rem;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(49, 164, 31, 0.25);
}
.features .tab-content h5 {
    font-weight: 600;
}
.features .tab-content p {
    font-weight: 500;
}
.highlights .card {
    height: 100%;
    border-radius: 7px;
    border: none;
    box-shadow: 0px 0px 10px 0 rgba(49, 164, 31, 0.2);
}
.highlights .card:hover {
    box-shadow: 0px 0px 10px 0 rgba(49, 164, 31, 0.7);
}
.highlights .card .card-body .highlight-icon {
    text-align: center;
}
.highlights .card .card-body .highlight-icon img {
    width: 80px;
    height: auto;
} 
.highlights .card .card-body .highlight-content {
    padding: 10px 0 0;
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.highlights .row .col-md-3 {
    margin-bottom: 1.5rem;
}
.highlights .row .col-20 {
    width: 18.75%;
    max-width: 18.75%;
    margin: 0.5rem 0 0.5rem 1rem;
}
.section-heading {
    font-weight: 600;
    position: relative;
    margin-bottom: 2.5rem;
}
.section-heading::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    left: 0;
    display: block;
    margin-top: 10px;
    border-radius: 50px;
    background: linear-gradient(to right, #31a41f 0%, #a3ff94 70%);
}
.section-subheading {
    font-size: 16px;
    margin-top: 10px;
}
.faq .accordion .card {
    margin-bottom: 1rem;
    box-shadow: 0px 0px 10px 0 rgba(49, 164, 31, 0.5);
}
.faq .accordion .card .card-header .btn {
    font-weight: 600;
    font-size: 16px;
    transition: all 1s;
    -moz-transition: none;
    -ms-transform: none;
}
.faq .accordion .card .card-header .btn:focus {
    outline: 0 !important;
    border-color: transparent;
    box-shadow: none;
}
.faq .accordion .card .card-header .btn.collapsed::after {
    position: absolute;
    top: 17px;
    right: 15px;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    transform: rotate(180deg);
    transition: all 1s;
}
.faq .accordion .card .card-header .btn::after {
    position: absolute;
    top: 17px;
    right: 15px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    transform: rotate(180deg);
    transition: all 1s;
}
.faq .accordion .card .card-body ul {
    padding-left: 15px;
}
.faq .accordion .card .card-body p {
    font-size: 16px;
}
.faq .accordion .card .card-body ul li {
    font-size: 16px;
    margin: 15px 0;
}
.blogs .card {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.blogs .card .card-body {
    border-radius: 0 0 8px 8px;
}
.blogs .card .blog-img {
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    transition: all 0.5s ease;
}
.blogs .card .blog-img img {
    border-radius: 8px 8px 0 0;
} 
.blogs .card .blog-img:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
    border-radius: 8px 8px 0 0;
}
.blogs .card .blog-img:hover .card {
    border-radius: 8px 8px 0 0;
}
.blogs .card .card-body .blog-content .blog-topic-date {
    font-weight: 600;
    font-size: 1.1rem;
    color: #a3a3a3;
}
.blogs .card .card-body .blog-content .blog-content-topic {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none;
    color: #3d3d3c;
}
.blogs .blog-card .blog-list {
    margin-bottom: 1.5rem;
}
.blogs .blog-card .blog-list .card {
    height: 100%;
}
.blogs .card .card-body .blog-content .blog-content-description {
    margin-top: 1rem;
}
.blogs .search-div .input-group {
    border-radius: 50px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.blogs .search-div input {
    height: 60px;
    border-radius: 50px 0 0 50px;
    padding: 10px 20px;
}
.blogs .search-div input::placeholder {
    font-weight: 600;
}
.blogs .search-div .input-group-append button {
    border-radius: 0 50px 50px 0;
    padding: 0 20px;
}
.blogs .blog-sidebar-heading {
    font-weight: 800;
    font-size: 18px;
}
.blogs .side-top-posts .top-posts.list-style-none {
    list-style-type: decimal;
    padding-left: 20px;
}
.blogs .sidebar-categories .cat-list,
.blogs .side-top-posts .top-posts {
    font-weight: 600;
    padding-left: 0;
    margin: 1rem 0;
}
.blogs .sidebar-categories .cat-list .cat-list-item-link,
.blogs .side-top-posts .top-posts .top-post-item-link {
    text-decoration: none;
    color: #3d3d3c;
    font-size: 16px;
}
.blogs .side-top-posts .top-posts .top-post-item-link .top-post-item {
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 700;
}
.blogs .side-top-posts .top-posts .top-post-item-link .top-post-item::marker {
    font-size: 1.2rem;
    font-weight: 800;
}
.blogs .side-top-posts .top-posts .top-post-item-link .top-post-item .top-post-item-main {
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.blogs .side-top-posts .top-posts .top-post-item-link .top-post-item .top-post-item-content {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
    color: #a3a3a3;
}
.blogs .sidebar-categories .cat-list .cat-list-item-link .cat-list-item {
    padding: 15px 10px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.blog-details .blog-details-img-main img {
    width: 100%;
    height: 400px;
}
.form-control {
    border-radius: 6px;
    font-size: 15px;
}
.blog-details .blog-details-content {
    font-size: 1.15rem;
}
.blog-details .blog-details-comment {
    padding: 3rem 0 3rem 3rem;
}
.blog-details .blog-details-comment .blog-user-content {
    padding: 2rem 2rem 2rem 4rem;
    border-radius: 7px;
    position: relative;
}
.blog-details .blog-details-comment .blog-user-content .blog-user-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 13px;
    color: #fff;
    background: #31a41f;
    text-align: center;
    border-radius: 50px;
    font-size: 1.5rem;
    left: -30px;
}
.blog-details .blog-details-comment .blog-user-content blockquote {
    margin-bottom: 0;
}
.blog-details .blog-details-comment .blog-user-content p {
    line-height: 1.5;
    font-size: 1.1rem;
}
.blog-details .blog-details-comment .blog-user-content cite {
    font-weight: 600;
    font-size: 1.2rem;
}
.blog-details .blog-details-text h2,
.blog-details .blog-details-text h4{
    font-weight: 600;
}
.blog-details p,
.blog-details .blog-details-text ul li {
    font-size: 1.15rem;
    margin: 1rem 0;
}
.blog-details .blog-details-text .blog-tags {
    padding: 7px 12px;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px 5px;
    transition: all 0.5s ease;
}
.blog-details .blog-details-text .blog-tags:hover {
    background: #31a41f;
    color: #fff;
    transition: all 0.7s ease;
}
.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}
.blog-details .blog-sidebar-heading {
    font-weight: 600;
    font-size: 18px;
}
.blog-details .blog-sidebar-heading::after {
    content: '';
    height: 4px;
    width: 60px;
    display: block;
    margin-top: 15px;
    background: linear-gradient(to right, #31a41f 0%, #a3ff94 70%);
}
.blog-details .sidebar-categories .cat-list {
    padding-left: 0;
    margin: 1rem 0;
}
.blog-details .sidebar-categories .cat-list .cat-list-item-link {
    text-decoration: none;
    color: #3d3d3c;
    font-size: 16px;
}
.blog-details .sidebar-categories .cat-list .cat-list-item-link .cat-list-item {
    padding: 15px 10px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.blog-details .sidebar-categories .cat-list .cat-list-item-link .cat-list-item:after {
    position: absolute;
    top: 14px;
    right: 10px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #31a41f;
}
.sidebar-recent-post .blog-recent-post-img-content {
    box-sizing: border-box;
    max-width: 110px;
    max-height: 110px;
    height: 110px;
    margin-right: 10px;
}
.sidebar-recent-post .blog-recent-post-img-content img {
    width: 110px;
    height: 110px;
}
.sidebar-recent-post a {
    text-decoration: none;
    color: #3d3d3c;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sidebar-recent-post a .blog-recent-post-content h5 {
    font-weight: 600;
    font-size: 17px;
}
.sidebar-tag-cloud .sidebar-blog-tags {
    padding: 7px 12px;
    font-weight: 600;
    border-radius: 5px;
    margin: 5px 10px 5px 0;
    transition: all 0.5s ease;
}
.sidebar-tag-cloud .sidebar-blog-tags:hover {
    background: #31a41f;
    color: #fff;
    transition: all 0.7s ease;
}
.list-style-none {
    list-style: none;
}
.sidebar-follow-us ul {
    padding-left: 0;
}
.sidebar-follow-us .sidebar-blog-social {
    margin: 0 7px;
}
.sidebar-follow-us .sidebar-blog-social .sidebar-blog-social-link .sidebar-social-icon {
    width: 48px;
    height: 48px;
    padding: 8px;
    border: 1px solid #ebebeb;
    text-align: center;
    border-radius: 7px;
}
.sidebar-follow-us .sidebar-blog-social .sidebar-blog-social-link {
    text-decoration: none;    
    color: #3d3d3c;
    font-size: 20px;
    transition: all 0.5s ease;
}
.sidebar-follow-us .sidebar-blog-social .sidebar-blog-social-link .sidebar-social-icon:hover {
    background: #31a41f;
    color: #fff;
    border: 1px solid #31a41f;
    transition: all 0.5s ease;
}
.sidebar-follow-us .sidebar-blog-social .sidebar-blog-social-link .sidebar-social-icon:hover .sidebar-blog-social-link {
    color: #fff;
}
.footer {
    background-image: url('../img/footer-img.svg');
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    margin-top: 10%;
}
footer {
    display: block;
    clear: both;
}
.footer h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.footer .contact-info ul,
.footer .other-pages ul,
.footer .trending-topics ul,
.footer .support ul {
    list-style: none;
    padding-left: 0;
}
.footer .contact-info ul li,
.footer .other-pages ul li,
.footer .trending-topics ul li,
.footer .support ul li {
    position: relative;
    font-size: 16px;
    margin: 10px 0;
    padding-left: 30px;
}
.footer .other-pages ul li a,
.footer .trending-topics ul li a,
.footer .support ul li a {
    text-decoration: none;
    color: #3d3d3c;
}
.footer .contact-info ul li::before,
.footer .other-pages ul li::before,
.footer .trending-topics ul li::before,
.footer .support ul li::before {
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}
.footer .contact-info ul li.email::before {
    content: "\f2b6";
}
.footer .contact-info ul li.phone::before {
    content: "\f879";
}
.footer .contact-info ul li.address::before {
    content: "\f3c5";
}
.footer .other-pages ul li::before,
.footer .trending-topics ul li::before,
.footer .support ul li::before {
    content: "\f550";
}
.footer .form-control {
    background: transparent;
    border-color: rgba(49, 164, 31, 0.5);
    height: 48px;
    padding: 0px 15px;
    font-size: 15px;
    border-radius: 6px;
}
.footer .subscribe-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 0.6rem 1rem;
    text-transform: uppercase;
}
.footer .container {
    position: relative;
}
.footer .footer-logo {
    position: absolute;
    padding: 32px 105px;
    z-index: -1;
    top: -80px;
    left: 90px;
}
.footer .footer-logo::before {
    height: 400px;
    width: 400px;
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #ecfbea 0%, #bef1b6 100%);
}
.footer .footer-logo img {
    position: absolute;
    width: 100%;
}
.footer .container {
    padding-top: 30px;
}
.footer p {
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.footer .footer-social-list {
    list-style: none;
    display: flex;
    padding-left: 0;
}
.footer .footer-social-list .footer-social-icon {
    margin-right: 1rem;
}
.footer .footer-social-list .footer-social-icon .social-icon {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid rgba(61, 61, 60, 0.5);
    color: #3d3d3c;
    text-align: center;
    padding: 9px;
    font-size: 20px;
    transition: all ease 0.5s;
}
.footer .footer-social-list .footer-social-icon .social-icon:hover {
    background: #31a41f;
    color: #fff;
    border: #31a41f;
    box-shadow: 0 0 10px 5px rgba(49, 164, 31, 0.5);
    transition: all ease 0.5s;
}
.footer .footer-info {
    border-top: 1px solid rgba(61, 61, 60, 0.35);
    color: #3d3d3c;
    text-align: center;
    padding: 1.3rem;
    margin-top: 2rem;
    font-weight: 500;
    font-size: 1.1rem;
}
.footer .trending-topic-mob {
    display: block;
}
/*************************testimonial*************************/
.testimonial-section {
    position: relative;
    overflow: hidden;
}
.client-testimonial .slick-list {
    overflow: visible !important;
}
.client-testimonial {
    max-width: 800px;
    padding: 0px 30px;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
}
.client-testimonial .testimonial-slider {
    position: inherit;
}
.client-testimonial .testimonial-text {
    background: #ffffff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 50px;
    position: relative;
}
.client-testimonial .testimonial-text:after {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
    content: "";
    position: absolute;
    top: 100%;
    left: 50px;
}
.client-testimonial .testimonial-text::before {
    width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transform: rotate(90deg) skew(52deg);
    z-index: -1;
    margin-top: -50px;
    left: 50px;
}
.client-testimonial .slick-slide {
    padding: 0px 80px;
}
.client-testimonial .client-info-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    align-items: center;
    margin-top: 70px;
}
.client-testimonial .client-img {
    background: #ffffff;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 6px;
    margin-right: 20px;
}
.client-testimonial .client-img img {
    -webkit-border-radius: 80px;
    border-radius: 80px;
    max-width: 80px;
}
.client-testimonial .client-info p {
    margin: 0;
}
.client-testimonial .client-info h5 {
    font-weight: 700;
    font-size: 18px;
}
.client-testimonial blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 1.5;
    border: none;
    margin: 0;
    padding: 0;
    position: static;
}
.client-testimonial blockquote:before {
    background: #31a41f;
    border-radius: 60px;
    padding: 5px;
    height: 60px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    position: absolute;
    top: 50px;
    left: -30px;
    font-size: 25px;
}
.client-testimonial button {
    cursor: pointer;
}
.client-testimonial .slick-prev,
.client-testimonial .slick-next {
    top: 110%;
    right: 45%;
    left: auto;
    background: transparent;
    margin-top: -30px;
    z-index: 1;
    height: 36px;
    width: 36px;
    border: 0;
    position: absolute;
}
.client-testimonial .slick-prev {
    right: 50%;
    background: transparent;
    border: 0;
}
.client-testimonial .slick-prev:focus,
.client-testimonial .slick-next:focus {
    outline: none;
    border: 0;
}
.slick-slider {
    direction: ltr !important;
}
.slick-prev::before,
.slick-next::before {
    font-weight: 900;
    color: #31a41f;
    font-size: 36px;
}
.slick-prev::before {
    content: "\f30a";
    font-family: "Font Awesome 5 Free";
}
.slick-next::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width:991px) {
    .client-testimonial {
        padding: 0px 0px;
        margin: 0px auto 0;
    }
    .client-testimonial .slick-slide {
        padding: 15px 30px 0px;
    }
    .client-testimonial .slick-list {
        overflow: hidden !important;
    }
    .client-testimonial .slick-prev,
    .client-testimonial .slick-next {
        right: 30px;
    }
    .client-testimonial .slick-prev {
        right: 80px;
    }
}
@media only screen and (max-width:767px) {
    .client-testimonial .testimonial-text {
        padding: 30px 30px 30px 50px;
    }
}
@media only screen and (max-width:575px) {
    .client-testimonial .slick-slide {
        padding: 35px 15px 15px 15px;
    }
    .client-testimonial .testimonial-text {
        padding: 50px 20px 30px 20px;
    }
    .client-testimonial blockquote::before {
        top: -25px;
        left: 20px;
    }
    .client-testimonial .testimonial-text::before,
    .client-testimonial .testimonial-text::after {
        left: 50px;
    }
}
/*************************testimonial*************************/
.color-banner-section {
    background-image: url('../img/header-img.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
}
.color-banner-section .banner-content {
    padding: 11%;
}
.color-banner-section .banner-content h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 10px 0 0;
}
.color-banner-section .banner-content p {
    font-size: 23px;
    margin: 15px 0 0;
}
.blog-banner-section {
    padding: 20px;
    margin-top: 5%;
    background: rgba(49, 164, 31, 0.1);
}
.blog-banner-section .banner-content h1 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
}
.about-us .about-us-img {
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(49, 164, 31, 0.5);
}
.about-us .about-us-img img {
    width: 100%;
    height: 450px;
}
.about-us p {
    font-size: 16px;
}
.about-us ul {
    margin-bottom: 0;
}
.about-us ul li {
    font-size: 16px;
    margin: 0 0 5px;
}
.about-us .btn {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 25px;
}
.about-us .vision-mission .vision-mission-img {
    width: 200px;
    height: 200px;
    background: #31a41f;
    margin: auto auto 2rem;
    border-radius: 10px;
    padding: 45px 0;
    text-align: center;
    transition: all 0.5s ease;
}
.about-us .vision-mission .vision-card {
    height: 100%;
}
.about-us .vision-mission .card:hover .vision-mission-img {
    background: #C5EDBE;
    transition: all 0.5s ease;
}
.about-us .vision-mission .vision-mission-img img {
    width: 150px;
    height: auto;
}
.about-us .vision-mission h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
.about-us .vision-mission p {
    font-size: 16px;
}
.about-us .vision-mission .card {
    position: relative;
    border: 1px solid #31a41f;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(49, 164, 31, 0.5);
    background-size: 100% 200%; 
    background-image: linear-gradient(to bottom, #fff 50%, #31a41f 50%);
    transition: background-position .5s ease-in-out, color .5s ease-in-out;
}
.about-us .vision-mission .card:hover {
    background-position: 0 100%;
    color: #fff;
}
.about-us .vision-mission .card ul li span {
    color: #31a41f;
    transition: all 0.5s ease;
}
.about-us .vision-mission .card:hover ul li span {
    color: #fff;
    transition: all 0.5s ease;
}
.checkout {
    background-image: url('../img/checkout-img.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    vertical-align: middle;
    margin: 3rem 0;
    height: 320px;
}
.checkout .checkout-main-content {
    margin-bottom: 3rem;
}
.checkout .container {
    padding-top: 7.3rem;
}
.checkout h1,
.checkout h2 {
    font-weight: 600;
}
.italic-content {
    font-family: 'Crimson Pro', serif;
    font-style: italic;
    font-size: 2.5rem;
}
.checkout .btn {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}
.checkout .btn:hover {
    color: #fff;
    text-decoration: none;
}
.trusted-companies .trusted-company-logo {
    height: 100px;
    padding: 15px;
    border: 0;
    border-radius: 7px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(49, 164, 31, 0.5);;
}
.trusted-companies img {
    width: 100%;
    height: 100%;
}
.trusted-companies p {
    font-size: 16px;
}
.pricing-tab .pricing-card .col-md-3:nth-child(3) {
    position: relative;
}
.pricing-tab .pricing-card .col-md-3:nth-child(3) .card {
    position: absolute;
    width: 255px;
    top: -20px;
}
.pricing-tab .pricing-card {
    padding: 3rem 0;
}
.pricing-tab .pricing-card .card {
    border-radius: 8px;
    border: 0;
    box-shadow: 0px 0 10px 0 rgba(49, 164, 31, 0.3);
}
.pricing-tab .pricing-card .card .card-header {
    border-radius: 8px 8px 0 0;
    text-align: center;
    padding: 20px;
    border: none;
    background: transparent;
}
.pricing-tab .pricing-card .card .card-body {
    border-radius: 0 0 8px 8px;
    padding: 20px 10px;
}
.pricing-tab .pricing-card .card .card-header .card-title {
    font-size: 25px;
    font-weight: 800;
}
.pricing-tab .pricing-card .card .card-header .plan-cost {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 5px;
}
.pricing-tab .pricing-card .card .card-header .plan-cost .currency-icon {
    font-size: 1.5rem;
    display: inline;
    line-height: inherit;
    vertical-align: super;
    font-weight: 700;
    padding-right: 5px;
}
.pricing-tab .pricing-card .card .card-header .plan-validaity {
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}
.pricing-tab .pricing-card .card .card-body .plan-desc {
    font-size: 16px;
}
.pricing-tab .pricing-card .card .card-body .plan-feature-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}
.pricing-tab .pricing-card .card .card-body .plan-feature-list .feature-list-item {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin: 1rem 0;
}
.pricing-tab .pricing-card .card .card-body .plan-feature-list .feature-list-item .list-icon {
    padding-right: 10px;
}
.pricing-tab .pricing-card .card .card-body .plan-feature-list .feature-list-item .list-icon.success {
    color: #31a41f;
}
.pricing-tab .pricing-card .card .card-body .plan-feature-list .feature-list-item .list-icon.error {
    color: #dc3545;
}
.pricing-tab .pricing-card .card .card-body .btn {
    padding: 0.6rem 1rem;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}
.pricing-faq .nav .nav-link {
    border: 0;
    padding: 15px 60px 15px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #3d3d3c;
    border-right: 3px solid #eaf6e8;
}
.pricing-faq .nav .nav-link.active {
    color: #31a41f !important;
    background: #eaf6e8;
    border-right: 3px solid #31a41f;
}
.pricing-faq .tab-content .tab-pane p {
    font-size: 16px;
}
.pricing-faq .tab-content .tab-pane h4 {
    font-weight: 600;
}
.contact-us .card {
    margin-bottom: 1.5rem;
    border-radius: 10px;
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(49, 164, 31, 0.5);
}
.contact-us .card .card-body {
    padding: 2rem;
}
.contact-us .card .card-body .contact-us-icon {
    font-size: 2rem;
    margin-right: 10px;
}
.contact-us .card .card-body .contact-us-icon-text {
    font-size: 2rem;
    font-weight: 600;
}
.contact-us .card .card-body .contact-us-time {
    font-size: 16px;
}
.contact-us .card .card-body .contact-us-no {
    font-size: 18px;
    font-weight: 600;
}
.contact-us .card .card-body .contact-us-email {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #3d3d3c;
}
.contact-us .card .card-body .contact-us-name {
    font-size: 18px;
    font-weight: 600;
}
.contact-us .card .card-body .contact-us-address {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.contact-us .card .card-body p:last-child {
    margin-bottom: 0;
}
.contact-us .contact-us-form p {
    font-size: 16px;
}
.contact-us .contact-us-form .btn {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}
/*****************************Timeline CSS*****************************/
.deployment-timeline {
    background: #eaf6e8;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 12px; 
    background: #31a41f;
    margin-top: -6px;
}
.timeline .timeline-item{
	text-align: center;
	padding: 0 15px;
	position: relative;   
    width: 390px;
}
.timeline .timeline-item:nth-child(1):before {
	background: #31a41f;
    height: 32px;
	width: 32px;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px;
	border: 5px solid #eaf6e8;
}
.timeline .timeline-item:nth-child(2):before {
	background: #31a41f;
    height: 32px;
	width: 32px;
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px;
	border: 5px solid #eaf6e8;
}
.timeline .timeline-item:nth-child(3):before {
	background: #31a41f;
    height: 32px;
	width: 32px;
	content: '';
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px;
	border: 5px solid #eaf6e8;
}
.timeline .step-number{
	color: #31a41f;
	font-family: 'Alegreya', serif;
	font-style: italic;
	font-size: 98px;
	font-weight: bold;
	line-height: 0.8;
	height: 98px; 
}
.timeline .step-number span{
	display: block;
}
.timeline .step-number{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 10%;
}
.timeline .timeline-wrapper{
	padding-top: 100px;
	position: relative; 
}
.timeline .timeline-item .content{
	padding: 50% 0 0 0;
}
.timeline .timeline-item .content p{
	margin-bottom: 0;
}
.timeline .timeline-item h4{
	font-size: 20px;
    font-weight: 600;
	margin-bottom: 10px; 
}
.timeline .timeline-item:nth-child(even) .timeline-wrapper{
	padding-top: 0;
	padding-bottom: 100px; 
}
.timeline .timeline-item:nth-child(even) .content{
	padding: 30px 0 20px 0;
}
.timeline .timeline-item:nth-child(even) .step-number{
	top: auto;
	bottom: -65%;
}
@media only screen and (max-width:575px) {
    .timeline .timeline-item:nth-child(2n) .timeline-wrapper{padding-top: 100px;padding-bottom: 0;}
	.timeline .timeline-item:nth-child(2n) .step-number {top: auto;bottom: -90%;}
	.timeline .timeline-item:nth-child(2n) .content{padding: 0;}
    .timeline .timeline-item:nth-child(2):before {bottom: -58px;}
}
/*****************************Timeline CSS*****************************/
.list-styling {
    padding-left: 0;
}
.list-styling li {
    margin-bottom: 5px;
    font-size: 15px;
}
.features .planning-img {
    display: none;
}
.features .monitoring-img {
    display: none;
}
.features .managing-img {
    display: none;
}
.floating-icon {
    display: none;
}
.floating-icon .icon-span {
    position: fixed;
    top: 50%;
    left: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(49, 164, 31, 0.7);
    border-radius: 0 10px 10px 0;
    text-align: center;
    padding: 7px;
    font-size: 24px;
    color: #3d3d3c;
    text-decoration: none;
}
.floating-icon .icon-span span {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
    100%{
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    100%{
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100%{
        -webkit-transform: rotate(360deg);
    }
}
@media only screen and (max-width: 1024px) {
    .header-section {
        height: auto;
        background-size: contain;
    }
    .what-is-inutrimon iframe {
        height: 300px;
    }
    .who-can-use-inutrimon .row {
        margin-top: 80px;
    }
    .who-can-use-inutrimon img {
        width: 125px;
        top: -50px;
        left: 20px;
    }
    .who-can-use-inutrimon .who-can-use-content {
        font-size: 14px;
        margin: 5rem 0 0;
    }
    .highlights .row .col-md-3 {
        margin-bottom: 1rem;
    }
    .highlights .row .col-20 {
        max-width: 18%;
    }
    .pricing-tab .pricing-card .card .card-header .card-title,
    .pricing-tab .pricing-card .card .card-header .plan-cost .currency-icon,
    .pricing-tab .pricing-card .card .card-header .plan-cost {
        font-size: 20px;
    }
    .pricing-tab .pricing-card .col-md-3:nth-child(3) .card {
        width: 210px;
    }
    .pricing-tab .pricing-card .pricing-adv-card .card-header {
        padding: 2rem 1rem;
    }
    .pricing-tab .pricing-card .card .card-body .btn {
        padding: 0.5rem 1rem;
        font-weight: 600;
        font-size: 16px;
    }
    .why-inutrimon-main-img {
        display: none;
    }
    .why-inutrimon-div .col {
        max-width: 100% !important;
    }
    .why-inutrimon-div .col ul {
        display: none;
    }
    .where-can-use-inutrimon .card .icon-where-can-use {
        margin-top: 0;
        padding: 3px;
    }
    .where-can-use-inutrimon .card .content-where-can-use {
        margin-top: 0;
        padding: 2rem 1rem;
    }
    .where-can-use-inutrimon .card .content-where-can-use h4 {
        font-size: 16px;
    }
    .slick-list {
        overflow-x: auto;
        padding: 2rem 0;
    }
    .features .tab-content {
        height: 770px;
    }
    .features .nav.nav-fill .nav-item .nav-link {
        font-size: 15px;
        padding: 0.5rem 13px;
    }
    .footer .footer-logo {
        top: -125px;
        padding: 35px 98px;
    }
    .footer .footer-logo img {
        width: 230px;
    }
    .checkout {
        background-size: cover;
    }
    .checkout .container {
        padding-top: 5rem;
    }
}

@media only screen and (max-width: 753px) {
    .navbar {
        background: #fff;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    }
    .banner-img {
        display: none;
    }
    .header-section {
        margin-top: 11%;
        height: 350px;
    }
    .pricing-tab .pricing-card .col-md-3:nth-child(3) .card {
        position: initial;
        top: 0;
        left: 0;
        margin: 2rem 0;
    }
    .slick-list {
        overflow-x: auto;
        padding: 2rem 0;
    }
    .who-can-use-inutrimon .row .col-md-3 {
        margin-bottom: 6rem;
    }
}
@media only screen and (max-width: 1037px) {
    .slick-list {
        overflow-x: auto;
        padding: 2rem 0;
    }
}
@media only screen and (orientation: landscape) and (orientation: portrait) {
    .slick-list {
        overflow-x: auto;
        padding: 2rem 0;
    }
    .pricing-tab .pricing-card .col-md-3:nth-child(3) .card {
        position: initial;
        top: 0;
        left: 0;
        margin: 2rem 0;
    }
    .who-can-use-inutrimon .row .col-md-3 {
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 768px) {
    .header-section {
        height: auto;
        background-size: contain;
    }
    .blog-banner-section {
        margin-top: 11%;
    }
    .banner-content {
        padding: 10px;
    }
    .banner h1 {
        font-size: 28px;
    }
    .navbar {
        padding: 15px 10px;
    }
    .nav-item {
        margin: 0 0.7rem;
    }
    .nav-item .nav-link {
        font-size: 14px;
    }
    .navbar-brand img {
        width: 150px;
    }
    .what-is-inutrimon .col-md-6 {
        max-width: 100%;
        flex: auto;
        margin-bottom: 1rem;
    }
    .what-is-inutrimon .col-md-6 iframe {
        height: 400px;
    }
    .what-is-inutrimon .bg-square-box {
        top: 40%;
        width: 75%;
        height: 25%;
    }
    .what-is-inutrimon ul li {
        font-size: 18px;
    }
    .who-can-use-inutrimon img {
        width: 115px;
        top: -30px;
        left: 0;
    }
    .who-can-use-inutrimon .who-can-use-content {
        font-size: 14px;
        margin: 6rem 0 0;
    }
    .who-can-use-inutrimon .row {
        margin-top: 115px;
    }
    .who-can-use-inutrimon .row .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .who-can-use-inutrimon .card .card-body {
        padding: 10px 5px;
    }
    .where-can-use-inutrimon .card {
        height: 320px;
    }
    .where-can-use-inutrimon .card .icon-where-can-use {
        margin-top: 0;
    }
    .where-can-use-inutrimon .card .content-where-can-use {
        padding: 0.5rem 1.5rem;
    }
    .where-can-use-inutrimon .card .content-where-can-use h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
    }
    .where-can-use-inutrimon .card .content-where-can-use ul li {
        font-size: 15px;
    }
    .highlights .row .col-md-3 {
        margin-bottom: 1rem;
    }
    .highlights .row .col-20 {
        width: 18%;
        max-width: 18%;
        margin: 0.5rem;
    }
    .features .nav.nav-fill .nav-item .nav-link {
        font-size: 15px;
        padding: 0.5rem 0;
    }
    .about-us .row .col-md-6 {
        flex: auto;
        max-width: 100%;
        margin-bottom: 1.3rem;
    }
    .about-us .vision-mission .vision-card {
        height: auto;
    }
    .checkout .checkout-main-content {
        margin-bottom: 2rem;
    }
    .checkout {
        background-size: cover;
        margin: 0;
    }
    .checkout .container {
        padding-top: 4rem;
    }
    .checkout .row .col-md-9 {
        flex: auto;
        max-width: 100%;
        margin-bottom: rem;
    }
    .checkout .row .col-md-3 {
        flex: auto;
        max-width: 100%;
        margin-top: 1rem;
    }
    .trusted-companies .row .col-md-3 {
        max-width: 50%;
        flex: auto;
        margin-bottom: 1.3rem;
    }
    .why-inutrimon-main-img {
        display: none;
    }
    .why-inutrimon-div .col {
        max-width: 100% !important;
    }
    .why-inutrimon-div .col ul {
        display: none;
    }
    .why-inutrimon-mob.why-inutrimon .row .col-md-6 {
        margin-bottom: 1rem;
    }
    .why-inutrimon-mob.why-inutrimon .why-inutrimon-image {
        position: absolute;
        width: 100px;
        left: 4%;
        z-index: 1;
    }
    .why-inutrimon-mob.why-inutrimon .why-inutrimon-image-content {
        position: relative;
        width: 74%;
        height: 105px;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 10px 10px 35px;
        margin-left: 26%;
        border-radius: 7px;
        background: rgba(49, 164, 31, 10%);
    }
    .why-inutrimon-mob.why-inutrimon .why-inutrimon-image-content::before {
        position: absolute;
        content: '';
        width: 40px;
        height: 105px;
        background: #eaf6e8;
        top: 0;
        left: -15px;
        border-radius: 0 50px 50px 0;
    }
    .why-inutrimon-web {
        display: none;
    }
    .why-inutrimon-mob {
        display: block;
    }
    .pricing-tab .pricing-card .col-md-3:nth-child(3) .card {
        width: 100%;
        position: initial;
    }
    .pricing-tab .pricing-card .card .card-header .card-title,
    .pricing-tab .pricing-card .card .card-header .plan-cost .currency-icon,
    .pricing-tab .pricing-card .card .card-header .plan-cost {
        font-size: 15px;
    }
    .pricing-tab .pricing-card .card .card-header,
    .pricing-tab .pricing-card .card .card-body {
        padding: 2rem 0.7rem 1rem;
    }
    .pricing-tab .pricing-card .card .card-body .btn {
        padding: 0.5rem;
        font-weight: 600;
        font-size: 15px;
    }
    .pricing-tab .pricing-card .card .card-body .plan-feature-list {
        margin: 1rem 0;
    }
    .pricing-tab .pricing-card .card .card-body .plan-feature-list .feature-list-item {
        font-size: 14px;
    }
    .slick-list {
        overflow-x: auto;
        padding: 2rem 0;
    }
    .slick-list ::-webkit-scrollbar {
        width: 0;
    }
    .features .tab-content {
        height: 980px;
    }
    .footer {
        background-size: cover;
        padding-top: 150px;
        margin-top: 0;
    }
    .footer h4 {
        font-size: 1rem;
    }
    .footer .footer-logo {
        width: 400px;
        height: 400px;
        left: 25%;
        top: -140px;
        padding: 45px 90px;
    }
    .footer .footer-logo img {
        width: 230px;
    }
    .footer-content-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 10px 0;
    }
    .blogs .card .card-body .blog-content .blog-topic-date {
        font-size: 13px;
    }
    .blogs .card .card-body .blog-content .blog-content-topic,
    .blogs .side-top-posts .top-posts .top-post-item-link .top-post-item {
        font-size: 1rem;
    }
    .blogs .sidebar-categories .cat-list .cat-list-item-link,
    .blogs .side-top-posts .top-posts .top-post-item-link,
    .blogs .side-top-posts .top-posts .top-post-item-link .top-post-item .top-post-item-content {
        font-size: 14px;
    }
    .blogs .sidebar-categories .cat-list .cat-list-item-link .cat-list-item {
        padding: 10px;
    }
    .blogs .blog-sidebar-heading {
        font-size: 15px;
    }
    .client-testimonial .slick-prev, .client-testimonial .slick-next {
        top: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .navbar {
        background: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    }
    .col {
        width: 100%;
        max-width: 100%;
        flex-basis: auto;
    }
    .nav-item {
        margin: 5px 0;
        text-align: center;
    }
    .nav-item .nav-link.active::after {
        left: 50% !important;
    }
    .header-section {
        margin-top: 22%;
        height: 100%;
    }
    .banner {
        padding: 5% 0;
    }
    .banner-img {
        display: none;
    }
    .banner h1 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .banner p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .banner .btn {
        font-size: 14px !important;
        padding: 0.7rem !important;
    }
    .blog-banner-section {
        padding: 10px;
        margin-top: 22%;
    }
    .blog-banner-section .banner-content {
        padding: 10px 5px;
    }
    .ripple {
        top: -250px !important;
        left: 315px !important;
    }
    .ripple-2 {
        bottom: 0 !important;
        left: 100px !important;
    }
    @-webkit-keyframes rip {
        100% {
            box-shadow: 0 0 40px 50px rgba(178, 255, 166, 0.5),
                        0 0 10px 60px transparent,
                        0 0 30px 70px rgba(178, 255, 166, 0.5),
                        0 0 5px 80px transparent;
        }
    }
    @-moz-keyframes rip {
        100% {
            box-shadow: 0 0 40px 50px rgba(178, 255, 166, 0.5),
                        0 0 10px 60px transparent,
                        0 0 30px 70px rgba(178, 255, 166, 0.5),
                        0 0 5px 80px transparent;
        }
    }
    .what-is-inutrimon .bg-square-box {
        top: 20%;
        width: 80%;
        height: 20%;
    }
    .what-is-inutrimon .col-md-6 iframe {
        height: 270px;
    }
    .section-heading {
        font-size: 20px !important;
    }
    .what-is-inutrimon .col-md-6 {
        margin-bottom: 1rem;
    }
    .what-is-inutrimon ul li {
        font-size: 16px;
    }
    .who-can-use-inutrimon img {
        width: 150px;
        top: -90px;
        left: 25%;
    }
    .who-can-use-inutrimon .row .col {
        margin-bottom: 30%;
    }
    .who-can-use-inutrimon .row .col:last-child {
        margin-bottom: 0;
    }
    .who-can-use-inutrimon .card .card-body {
        height: 120px;
    }
    .who-can-use-inutrimon .who-can-use-content {
        margin: 4rem 0 0;
        font-size: 14px;
    }
    .where-can-use-inutrimon .row .col-md-4 {
        margin-bottom: 1.5rem;
    }
    .where-can-use-inutrimon .card {
        height: 250px;
    }
    .where-can-use-inutrimon .card .icon-where-can-use {
        margin-top: 0;
    }
    .where-can-use-inutrimon .card .content-where-can-use {
        bottom: 0;
        padding: 2.3rem 1rem;
    }
    .where-can-use-inutrimon .card .content-where-can-use h4 {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.5;
    }
    .where-can-use-inutrimon .card .content-where-can-use ul li {
        font-size: 16px;
    }
    .navbar-brand img {
        width: 150px;
    }
    .color-banner-section {
        margin-top: 16%;
        height: 150px;
        background-size: cover;
    }
    .color-banner-section .banner-content {
        padding: 10% 10px;
    }
    .color-banner-section .banner-content h1 {
        font-size: 18px;
    }
    .color-banner-section .banner-content p {
        font-size: 14px;
        margin: 10px 0;
    }
    .highlights .row .col-md-3 {
        margin-bottom: 1rem;
    }
    .highlights .row .col-20 {
        margin-bottom: 0.5rem;
        width: 44%;
        max-width: 44%;
    }
    .highlights .card {
        border: 0;
        box-shadow: 0 0 10px 0 rgb(49, 164, 31, 0.35);
    }
    .highlights .card .card-body .highlight-content {
        font-size: 14px;
    }
    .list-styling li {
        font-size: 15px;
    }
    .features .nav.nav-fill .nav-item .nav-link {
        font-size: 13.5px;
        padding: 0.5rem 6px;
    }
    .features .tab-content {
        height: auto;
        padding: 2rem;
    }
    .faq .accordion .card .card-header .btn {
        font-size: 14px;
        padding: .375rem 1rem .375rem 0;
        white-space: inherit;
    }
    .pricing-tab .pricing-card {
        margin-top: 0 !important;
        padding-top: 1rem;
    }
    .pricing-tab .pricing-card .col-md-3 {
        margin-bottom: 1rem;
    }
    .pricing-tab .pricing-card .col-md-3:nth-child(3) .card {
        position: initial;
        width: 100%;
        top: 0;
    }
    .pricing-faq .tab-content .tab-pane {
        padding: 1rem;
        margin: 1rem 0 0;
    }
    .contact-us .contact-us-form .col-md-6:nth-child(1) {
        margin-bottom: 0.9rem;
    }
    .about-us .about-us-img img {
        height: 300px;
        width: 100%;
    }
    .about-us .row .col-md-6 {
        margin-bottom: 1rem;
    }
    .about-us .vision-mission {
        margin-top: 0 !important;
    }
    .checkout {
        background-size: cover;
        margin: 0;
    }
    .checkout .container {
        padding-top: 3rem;
    }
    .checkout .row .col-md-9 {
        margin-bottom: 1rem;
    }
    .checkout .checkout-main-content {
        margin-bottom: 2rem;
    }
    .checkout .checkout-main-content h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .checkout .row .col-md-9 h2 {
        font-size: 17px;
    }
    .checkout .row .col-md-9 h2 .italic-content {
        font-size: 20px;
    }
    .checkout .btn {
        font-size: 14px;
        padding: 0.7rem;
        border-radius: 5px;
    }
    .trusted-companies .trusted-company-logo {
        margin-bottom: 1.2rem;
    }
    .blogs .row .col-md-4 {
        margin-bottom: 1rem;
    }
    .why-inutrimon-mob.why-inutrimon .row .col-md-6 {
        margin-bottom: 1rem;
    }
    .why-inutrimon-mob.why-inutrimon .why-inutrimon-image {
        position: absolute;
        width: 100px;
        left: 4%;
        z-index: 1;
    }
    .why-inutrimon-mob.why-inutrimon .why-inutrimon-image-content {
        position: relative;
        width: 74%;
        height: 105px;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 10px 10px 35px;
        margin-left: 26%;
        border-radius: 7px;
        background: rgba(49, 164, 31, 10%);
    }
    .why-inutrimon-mob.why-inutrimon .why-inutrimon-image-content::before {
        position: absolute;
        content: '';
        width: 40px;
        height: 105px;
        background: #eaf6e8;
        top: 0;
        left: -15px;
        border-radius: 0 50px 50px 0;
    }
    .why-inutrimon-web {
        display: none;
    }
    .why-inutrimon-mob {
        display: block;
    }    
    .slick-list {
        overflow-x: auto;
        padding: 2rem 0;
    }
    .slick-list ::-webkit-scrollbar {
        width: 0;
    }
    .deployment-timeline .container-fluid {
        padding: 2rem !important;
    }
    .footer {
        background-size: cover;
        padding-top: 150px;
        background-position: 20%;
        margin-top: 0;
    }
    .footer h4 {
        font-size: 1.3rem;
    }
    .footer .footer-content {
        padding: 60px 5px;
    }
    .footer .footer-content .footer-content-col {
        margin-bottom: 1rem;
    }
    .footer .footer-logo {
        top: -60px;
        padding: 35px 115px;
        left: 0;
    }
    .footer .footer-logo img {
        width: 200px;
    }
    .footer .contact-info ul li, .footer .other-pages ul li, .footer .trending-topics ul li, .footer .support ul li {
        font-weight: 700;
    }    
    .footer .trending-topic-mob {
        display: none;
    }
    .footer-content-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
    }
}
.pagination {
    font-size: 16px;
}
.pagination .page-item a {
    color: #31a41f;
    font-weight: 600;
    border: 1px solid #31a41f;
}
.pagination .page-item.brand-active a {
    background: #31a41f !important;
    color: #fff;
}
.on-hover-text:hover {
    color: #fff;
    text-decoration: none;
}
.footer-container {
    padding-top: 1rem;
}