﻿.product-csms-bg {
    background-image: url('../webp/csms-bg.webp');
}
.margin-left-15 {
    margin-left: 15px;
}
.brochure-btn {
    margin-top: 25px;
}

.csms-new-bullet {
    width: 100%;
}
/*Testimonial */
.ppc-testimonial {
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin: 30px;
    box-shadow: 2px 9px 24px 0 rgb(199 194 194 / 32%);
    min-height: 250px;
}

    .ppc-testimonial:before {
        content: '';
        position: absolute;
        width: 20%;
        height: 126px;
        transform: rotate(-126deg);
        background: #33afe4;
        left: -9px;
        top: -25px;
        z-index: -999999;
    }

    .ppc-testimonial .client-name {
        color: #fff;
        background-color: #23bbee;
        padding: 10px 30px;
        border-radius: 0 35px 0 0;
        top: -70px;
        position: absolute;
        width: auto;
        left: -45px;
    }

        .ppc-testimonial .client-name h3 {
            font-size: 20px;
            margin-bottom: 5px !important;
            font-weight: 600;
            margin-top: 10px;
        }

        .ppc-testimonial .client-name p {
            font-size: 15px;
            font-weight: 500;
        }

    .ppc-testimonial .client-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
        float: right;
        position: relative;
        margin-top: -70px;
        left: 30px;
        box-shadow: 2px 9px 24px 0 rgb(199 194 194 / 32%);
    }

.client-img img {
}
.uaims-feature {
    background-color: #fff;
    padding-right:10px;
    box-shadow: 2px 9px 24px 0 rgb(199 194 194 / 32%);
}
    .uaims-feature p{
        padding-left:10px;
    }
    .rating {
        margin-top: -40px;
    }
.ues-tab {
    border: 1px solid #a19898;
    padding: 15px;
    border-radius: 10px;
  
}
    .ues-tab .nav-tabs .nav-justified {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .ues-tab .nav-tabs.nav-justified li {
           
            align-items: center;
        }

            .ues-tab .nav-tabs.nav-justified li a {
                background-color: transparent !important;
                border: 2px solid #a19898;
                border-radius: 5px;
                padding: 10px;
                margin: 10px;
                color: #333;
                border-right: 2px solid #a19898 !important;
                display: flex;
                min-height: 65px !important;
                justify-content: center;
                align-items: center;
            }
    .ues-tab .nav-tabs > li.active > a {
        background-color: #05415d !important;
        color: #fff;
        border-right: 2px solid #05415d !important;
        border: 2px solid #05415d !important;
        padding: 10px;
    }
    .ues-tab .nav-tabs > li a:hover {
        background-color: #05415d !important;
        color: #fff;
        border-right: 2px solid #05415d !important;
        border: 2px solid #05415d;
        padding: 10px;
    }
    .ues-tab .tab-content {
        padding: 15px;
    }
    .nav-tabs > li:before {
        content: none;
    }
    .csms-new-bullet .heading {
        border-top: 2px solid #33afe4;
        border-right: 3px solid #33afe4;
        border-radius: 0 0 20px;
        padding: 10px 20px;
        color: #33afe4;
        font-size: 16px;
        font-weight: 600;
        width: 30%;
        float: left;
    }

    .csms-new-bullet .content {
        width: 70%;
        float: right;
        padding-left: 20px;
    }


.modules-box .report-list li {
    background-color: #f3fbfe;
    padding: 7px 10px;
    border-left: 3px solid #33afe4;
    border-right: 1px solid #d5effb;
    border-top: 1px solid #d5effb;
    border-bottom: 1px solid #d5effb;
    color: #05425f;
    margin-bottom: 15px;
    font-weight: 600;
    min-height: 65px;
    display: flex;
    align-items: center;
}
.modules-box .report-h4 {
    color: #33afe4;
    margin: 15px;
    font-size: 18px;
}
.modules-box .module-subheading {
    color: #33afe4;
    font-size: 22px;
}
.modules-box .modules-img {
    position: absolute;
    top: -48px;
    left: -15px;
}
.non-module-box .none-module-heading {
    background-color: #fff;
    border-left: 3px solid #33afe4;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.features-d-flex {
    display: flex;
    /*align-items: center;*/
    margin-bottom: 10px;
}
.feature-img {
    flex: 0 0 auto; 
    margin-right: 10px;
  
}
.feature-content {
    flex: 1;
}
.non-module-box .none-module-heading h3 {
    padding: 0px 15px;
    color: #33afe4;
    font-size: 22px;
    margin-top: 10px !important;
}
    /*.non-module-box .none-module-heading:before {
        background-color: #33afe4;
        padding: 18px 0;
        position: absolute;
        content: "";
        height: 5px;
        width: 100%;
        top: -8px;
        border-radius: 0 70px 0px 0;
        z-index: -1;
    }*/
.benifits-product {
    border: 1px solid #e1dbdb;
    border-radius: 7px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 20px;
    min-height: 242px;
}
}
.p-3 {
    padding: 20px !important
}.mt-5{margin-top:40px !important}
 
 
 
 .mt-3{margin-top:20px !important}
.pr-0 {
    padding-right: 0 !important
}

.onlineadmission-features .row {
    display: flex;
    flex-flow: row wrap
}

.why-mastersoft .row {
    display: flex;
    flex-flow: row wrap
}

.module-gap {
    height: 315px
}

.module-gap-second {
    height: 110px
}

.font-weight-normal {
    font-weight: 400 !important
}

.mb-30 {
    margin-bottom: 30px
}

.pb-15 {
    padding-bottom: 15px
}

.banner-heading h1 {
    color: #05415d !important;
    border-bottom: 0;
    border-left: 0;
    font-size: 38px;
    padding: 65px 0 15px 0;
    line-height: 40px
}

.banner-heading .banner-content {
    padding: 20px 60px
}

.request-demo-module h2:before {
    background: 0 0 !important;
    display: none !important
}

.module-btn {
    border-radius: 5px !important;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    border: 0;
    transition: 1s all ease;
    display: block
}

    .module-btn:hover {
        background: rgba(0,0,0,.11) !important;
        box-shadow: 1px 4px 4px #b6b2b2
    }

.btn-green {
    background: #77c043 !important
}

.btn-blue {
    background: #33afe4 !important
}

.btn-dark-blue {
    background: #05415d !important
}

.RF-Campus-Security {
    min-height: 200px;
    padding: 5px 25px;
    box-shadow: 1px 4px 6px #a39e9e
}

.modules-content {
    padding: 20px;
    margin: 0 0 30px;
    background: #f1f1f1
}

}

*/.sims-banner {
    display: flex;
    align-items: center;
    position: relative
}

.sims-banner .banner-img {
    width: 50%
}

.sims-banner .banner-content {
    width: 50%;
    padding: 0 50px;
    padding-left: calc(90px+1em);
    padding-right: calc(40px+1em)
}

.cloud-cmss {
    padding: 30px 0 0
}

.prod-feature-sec .feature-box {
    min-height: 310px
}

.benefits-erp-coll .benifits {
    min-height: 260px
}

.footer-book-demo p {
    color: #111;
    font-size: 20px;
    margin-bottom: 5px
}

.footer-book-demo a {
    color: #111;
    font-size: 16px
}

.contact-details {
    background: url(../jpg/contactus.jpg)
}

    .contact-details a {
        font-size: 16px
    }

    .contact-details h5 {
        font-size: 18px;
        line-height: 2
    }

.blog-page-heading h1 {
    border-bottom: none !important;
    border-left: none !important;
    color: #fff !important;
    margin: 0 0 5px !important;
    line-height: 35px
}

.apply-now-btn {
    background-color: #64b32d !important;
    border-color: #64b32d !important
}

.download-bro {
    color: #000 !important;
    margin-right: 15px;
    background: #fff !important;
    padding: 8px 20px;
    border: 1px solid #fff !important
}

    .download-bro:hover {
        color: #fff !important;
        background: 0 0 !important
    }

.module-btn:hover {
    background: #fff !important;
    color: #000 !important
}

.product-module-tab {
    position: relative;
    z-index: 111
}

    .product-module-tab ul {
        background: #23bbee;
        padding-right: 0;
        padding-bottom: 25px;
        position: absolute;
        top: -180px
    }

        .product-module-tab ul.list-item {
            background: 0;
            padding-right: 0;
            padding-bottom: 20px;
            position: unset;
            top: 0
        }

    .product-module-tab .nav-pills > li > a {
        color: #fff
    }

    .product-module-tab .nav-pills > li.active > a, .product-module-tab .nav-pills > li.active > a:focus, .product-module-tab .nav-pills > li.active > a:hover, .product-module-tab .nav > li > a:focus, .product-module-tab .nav > li > a:hover {
        border-radius: 0;
        background: rgba(197,243,255,.17);
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
        -moz-transition: .3s all ease;
        padding-left: 40px
    }

    .product-module-tab .nav > li > a {
        border-radius: 0;
        margin-bottom: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        padding: 10.9px 30px
    }

        .product-module-tab .nav > li.active > a:after, .product-module-tab .nav > li > a:hover:after {
            opacity: 1
        }

        .product-module-tab .nav > li > a:after {
            position: absolute;
            top: 10px;
            bottom: 10px;
            right: 0;
            width: 0;
            height: 0;
            content: '';
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent #fafafa transparent transparent;
            opacity: 0
        }

        .product-module-tab .nav > li > a .fa {
            margin-right: 15px
        }

    .product-module-tab .tab-content {
        border: 0
    }

.module-tab-heading {
    padding: 25px;
    font-size: 22px;
    color: #fff;
    position: relative
}

    .module-tab-heading::before {
        content: '';
        position: absolute;
        left: -20px;
        top: 47%;
        background: #fff;
        height: 4px;
        width: 85px
    }

.product-module-content {
    padding: 0 0 0 20px
}

.product-module-p {
    font-weight: 700;
    margin-top: 15px
}

.product-module-item .item-title {
    font-weight: 700;
    color: #5cac32;
    margin: 10px 0
}

.product-module-item {
    padding: 30px 0
}

    .product-module-item .content {
        text-align: center
    }

    .product-module-item img {
        height: 60px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto
    }

.product-module-item {
    padding: 20px 10px 10px;
    box-shadow: 2px 18px 48px 0 rgba(0,0,0,.11);
    border-bottom: 5px solid #5cac32;
    border-radius: 15px;
    margin-top: 30px
}

.product-module-tab h3 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    line-height: 1.5
}

.product-module-content ul {
    background: #fff
}

.product-module-content .bullet-list li:before {
    color: #29bee6
}

.request-demo-module.green .cta {
    background-image: linear-gradient(45deg,#82bf27 30%,#fff 20px)
}

.request-demo-module.blue .cta {
    padding: 100px 0;
    margin-top: 70px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-image: url(../404error.html);
    box-shadow: 0 20px 38px rgba(0,0,0,.17),0 15px 12px rgba(0,0,0,.14);
    z-index: 1
}

.request-demo-module.blue .cta-clg {
    background-image: linear-gradient(45deg,#82bf27 30%,#fff 20px)
}

.request-demo-module.blue .cta-clg {
    padding: 100px 0;
    margin-top: 70px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-image: url(../404error.html);
    box-shadow: 0 20px 38px rgba(0,0,0,.17),0 15px 12px rgba(0,0,0,.14);
    z-index: 1;
    background-position: left
}

.product-module-content .request-demo-module.blue .cta-clg {
    padding: 60px 0 !important
}

    .product-module-content .request-demo-module.blue .cta-clg h2 {
        line-height: 1.4 !important;
        font-size: 25px !important;
        margin-top: 20px !important
    }

.request-demo-module.blue .cta-univ {
    padding: 100px 0;
    margin-top: 70px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-image: url(../404error.html);
    box-shadow: 0 20px 38px rgba(0,0,0,.17),0 15px 12px rgba(0,0,0,.14);
    z-index: 1;
    background-position: left
}

    .request-demo-module.blue .cta-univ:after {
        content: '';
        position: absolute;
        background: #01182f;
        right: -17px;
        top: -165px;
        height: 328px;
        width: 230px;
        z-index: -1;
        transform: rotate(-46deg);
        box-shadow: 0 20px 38px rgba(0,0,0,.1),0 15px 12px rgba(0,0,0,.14);
        border-radius: 35px
    }

.request-demo-module .rdemo-wrapper {
    width: 75%;
    margin: 0 auto
}

    .request-demo-module .rdemo-wrapper h2 {
        font-size: 26px;
        text-transform: capitalize;
        color: #504f4f;
        font-size: 30px;
        margin-bottom: 18px
    }

        .request-demo-module .rdemo-wrapper h2:before {
            background: 0 0 !important
        }

.request-demo-module.blue .cta-clg:after {
    content: '';
    position: absolute;
    background: #33363c;
    right: -17px;
    top: -165px;
    height: 328px;
    width: 230px;
    z-index: -1;
    transform: rotate(-46deg);
    box-shadow: 0 20px 38px rgba(0,0,0,.1),0 15px 12px rgba(0,0,0,.14);
    border-radius: 35px
}

.request-demo-module.blue .cta:after {
    content: '';
    position: absolute;
    background: #ea9411;
    right: -17px;
    top: -165px;
    height: 328px;
    width: 230px;
    z-index: -1;
    transform: rotate(-46deg);
    box-shadow: 0 20px 38px rgba(0,0,0,.1),0 15px 12px rgba(0,0,0,.14);
    border-radius: 35px
}

.request-demo-module h3 {
    font-size: 30px;
    margin-bottom: 18px
}

.prod-feature-sec, .prod-testimonial, .request-demo-module {
    margin-bottom: 60px
}

    .prod-feature-sec .feature-box {
        padding: 30px 18px;
        text-align: center;
        box-shadow: 2px 18px 48px 0 rgba(0,0,0,.11);
        position: relative;
        background: #fff;
        border-radius: 15px;
        margin-bottom: 10px
    }

        .prod-feature-sec .feature-box p {
            text-align: justify;
            padding: 0 10px
        }

        .prod-feature-sec .feature-box img {
            height: 60px
        }

        .prod-feature-sec .feature-box h3 {
            position: relative;
            margin: 10px auto 30px auto;
            color: #5cac32;
            font-size: 16px;
            line-height: 20px
        }

            .prod-feature-sec .feature-box h3::after {
                content: '';
                position: absolute;
                left: 40%;
                bottom: -12px;
                background: #5cac32;
                height: 3px;
                width: 20%
            }

.pro-tab-sec {
    max-width: 100%
}

    .pro-tab-mobile-sec h5, .pro-tab-sec h5 {
        font-weight: 700
    }

    .pro-tab-mobile-sec h4, .pro-tab-sec h4 {
        margin-bottom: 15px;
        margin-top: 30px
    }

    .pro-tab-sec ul {
        margin-top: 20px;
        position: relative;
        text-align: center;
        border: 0;
        border-bottom: 1px solid rgba(204,204,204,.5490196078431373);
        width: 80%;
        left: 10%
    }

        .pro-tab-sec ul li {
            margin-right: 65px;
            margin-left: 75px;
            margin-bottom: 12px
        }

            .pro-tab-sec ul li a {
                color: #7e8c9a;
                display: block;
                width: 125px;
                z-index: 1;
                position: relative;
                text-align: center;
                padding: 0;
                margin: 0;
                border: 0;
                background: #fff
            }

.examination p {
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #878383
}

#main-wrapper > section:nth-child(4) > div > div > div > div:nth-child(1) > div > div > p:nth-child(6) {
    border: 0
}

#main-wrapper > section:nth-child(4) > div > div > div > div:nth-child(2) > div > div > p:nth-child(6) {
    border: 0
}

}

.pro-tab-sec ul li a {
    width: 85px
}

    .pro-tab-sec ul li a::before {
        content: '';
        position: absolute;
        height: 3px;
        bottom: -24px;
        left: 0;
        width: 100%;
        background: #5cac32;
        opacity: 0
    }

.pro-tab-sec ul li:before {
    top: -20px
}

.pro-tab-sec ul li a img {
    display: inline-block;
    padding: 0;
    width: 50px
}

.pro-tab-sec ul li a:focus, .pro-tab-sec ul li a:hover, .pro-tab-sec ul li.active > a {
    border: none !important;
    background: #fff !important;
    font-weight: 700;
    color: #000 !important;
    opacity: 1;
    background: #fff !important
}

    .pro-tab-sec ul li.active > a::before {
        opacity: 1;
        background: #0f303c !important
    }

.dm-width {
    width: 500px;
    margin: 0 auto
}

.iphone-mockup {
    position: relative;
    z-index: 5
}

.dm-device {
    position: relative;
    width: 100%;
    padding-bottom: 203.477897%;
    margin-bottom: 20px
}

.pro-tab-sec .tab-content {
    border: 0;
    padding: 25px 10%
}

    .pro-tab-sec .tab-content .bullet-list li {
        margin-left: 20px;
        width: 100%
    }

        .pro-tab-sec .tab-content .bullet-list li span {
            font-weight: 700
        }

        .pro-tab-sec .tab-content .bullet-list li p {
            width: 91%;
            padding: 5px 0 5px 20px
        }

    .pro-tab-sec .tab-content ul.bulleted-list {
        width: 100%;
        left: 23px;
        text-align: left;
        border: 0
    }

        .pro-tab-sec .tab-content ul.bulleted-list li {
            padding: 12px 0 0 20px;
            margin: 0
        }

    .pro-tab-sec .tab-content ul.bullet-list {
        left: 0;
        width: 100%;
        border: 0 none
    }

    .pro-tab-sec .tab-content .card {
        background: #fff;
        -webkit-box-shadow: 5px 7px 23px 0 rgba(58,52,82,.16);
        -moz-box-shadow: 5px 7px 23px 0 rgba(58,52,82,.16);
        box-shadow: 5px 7px 15px 0 rgba(152,148,167,.17);
        padding: 15px;
        text-align: left;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        min-height: 230px
    }

.pro-sub-heading.prd-title {
    margin-bottom: 10px
}

.prod-testimonial-wrapper .pro-sub-heading h3 {
    color: #fff
}

.prod-testimonial-wrapper {
    background: #23bbee;
    padding: 40px 0;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

    .prod-testimonial-wrapper::after {
        content: '';
        position: absolute;
        background: #44caf6;
        height: 700px;
        width: 700px;
        border-radius: 50%;
        right: -135px;
        bottom: -75px;
        z-index: -1
    }

    .prod-testimonial-wrapper h4 {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 40px;
        text-transform: inherit;
        color: #fff
    }

    .prod-testimonial-wrapper .carousel-control.right {
        left: 100px
    }

    .prod-testimonial-wrapper .carousel-control.left, .prod-testimonial-wrapper .carousel-control.right {
        height: 70px;
        width: 70px;
        background: #fff;
        border-radius: 50%
    }

    .prod-testimonial-wrapper .carousel-control .fa {
        color: #23bbee;
        top: 15px;
        position: absolute;
        left: 29px;
        font-size: 40px;
        text-shadow: none
    }

    .prod-testimonial-wrapper .carousel-inner > .item > a > img, .prod-testimonial-wrapper .carousel-inner > .item > img, .prod-testimonial-wrapper .img-responsive, .prod-testimonial-wrapper .thumbnail a > img, .prod-testimonial-wrapper .thumbnail > img {
        display: inline
    }

    .prod-testimonial-wrapper .carousel-inner {
        width: 85%;
        left: 18%
    }

.pro-sub-heading h2 {
    font-size: 26px;
    text-transform: capitalize;
    color: #504f4f;
    margin-bottom: 10px;
    font-family: OpenSans-Semibold
}

    .pro-sub-heading h2:before {
        background: 0 0 !important
    }

.test-cards {
    position: relative;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 10px 48px 0 rgba(0,0,0,.11);
    border-radius: 10px
}

    .test-blck-cards::after, .test-cards::after {
        content: '';
        position: absolute;
        background: #fff;
        border-radius: 10px;
        height: 20px;
        width: 80%;
        left: 10%;
        bottom: -10px;
        box-shadow: 1px 10px 48px 0 rgba(0,0,0,.11);
        z-index: -1
    }

.test-blck-cards {
    position: relative
}

.test-blck-cards {
    background: url(../jpg/black-pattern.jpg);
    color: #fff
}

.test-cards p {
    margin-top: 15px
}

.test-cards strong {
    font-size: 18px
}

.test-cards img {
    height: 80px
}

.prod-info {
    font-size: 22px;
    margin: 30px 0;
    font-weight: 600
}

.banner-form.product-pg-banner {
    margin-bottom: 30px
}

    .banner-form.product-pg-banner::after {
        background: linear-gradient(to left,rgba(4,4,4,.37) 40%,rgba(4,4,4,.37) 40%)
    }

.banner-form .product-banner-content {
    top: 17%
}

.banner-form-container .btn-info {
    background: #23bbee !important
}

.banner-form-container {
    background: #1d1d1d;
    padding: 15px 25px 40px;
    color: #fff
}

    .banner-form-container h3 {
        font-size: 25px;
        margin-bottom: 25px;
        margin-top: 10px
    }

    .banner-form-container p {
        font-size: 16px
    }

    .banner-form-container .form-control {
        border-radius: 4px
    }

    .banner-form-container .error {
        padding-bottom: 10px;
        padding-top: 2px;
        color: #ff0101;
        font-size: 11px
    }

.modules-content-ribbon {
    margin: 0 0 50px !important;
    position: relative;
    border: 1px solid rgba(221,221,221,0) !important;
    background: #fff !important;
    box-shadow: 2px 18px 48px 0 rgba(0,0,0,.11);
    padding: 90px 20px 20px !important
}

.ribbon-header {
    height: 50px;
    line-height: 50px !important;
    padding-left: 15px;
    position: absolute;
    left: -8px;
    top: 20px;
    background: #23bbee;
    color: #fff;
    padding: 0 50px
}

    .ribbon-header:after, .ribbon-header:before {
        content: '';
        position: absolute
    }

    .ribbon-header:before {
        height: 0;
        width: 0;
        top: -8.5px;
        left: .1px;
        border-bottom: 9px solid #000;
        border-left: 9px solid transparent
    }

    .ribbon-header:after {
        height: 0;
        width: 0;
        right: -14.5px;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 15px solid #23bbee
    }

.modules-content-ribbon .bullet-list li:before {
    color: #929292 !important
}

.modules-content-ribbon .buttlet-heading {
    color: #000 !important
}

.modules-content-ribbon .tab-content {
    border: 1px solid #d8d8d8 !important
}

.share-content-section .share-content {
    float: right;
    margin-bottom: 15px
}

.demo-product.blue .cta {
    background-image: url(../jpg/demo-product-cta.jpg)
}

    .demo-product.blue .cta:after {
        background: #6f8406
    }

.higher-ed-cta.blue .cta {
    background-image: url(../jpg/higher-ed-cta.jpg)
}

    .higher-ed-cta.blue .cta:after {
        background: #312214
    }

.my-0 {
    margin: 0 !important
}

.sub-heading-text > a > .fa {
    color: #5caa32;
    border: 1px solid #5caa32
}

.sub-heading-text a {
    background: #5cac32
}

.modules-sec {
    display: block;
    width: 100%;
    margin: 0
}

    .modules-sec ul.resp-tabs-list {
        padding: 30px 0
    }

    .modules-sec .resp-tabs-list li {
        font-weight: 600;
        display: inline-block;
        margin: 0 -2px;
        list-style: none;
        cursor: pointer;
        width: 14.28%;
        text-align: center;
        float: none;
        font-size: 18px;
        font-weight: 500;
        color: #353535;
        padding: 0 !important;
        position: relative;
        vertical-align: top
    }

.module-included {
    width: 100%;
    display: inline-block;
    text-align: center
}

.module-icon {
    box-shadow: 7px 4px 15px rgba(0,0,0,.18);
    width: 100px;
    height: 100px;
    background: #00b261;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    transition: .5s all ease
}

    .module-icon span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 50px;
        height: 50px
    }

    .module-icon:hover {
        background: #6a6b6b !important
    }

.modules-sec .resp-tabs-list li .module-icon {
    margin: 0 auto 10px;
    background: #33afe4
}

.module-included h3 {
    margin-bottom: 50px;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    line-height: 1.5;
    position: relative
}

    .module-included h3:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 2px;
        background: 0;
        bottom: -12px;
        left: 25%;
        z-index: 1
    }

.modules-sec .resp-tabs-list li.resp-tab-active .module-icon {
    background-color: #23bbee
}

.higher-module-sec .product-module-item {
    padding: 30px
}

.higher-module-sec .item-title {
    font-size: 20px
}

.green-list li:before {
    color: #77c043 !important
}

.blue-headings.module-sub-heading {
    color: #23bbee;
    text-transform: initial !important;
    text-align: left !important;
    margin-top: 30px !important
}

#productdemo {
    width: 100%;
    border: 0 solid #ccc !important
}

.fancy-collapse-panel .panel-default {
    box-shadow: -2px 5px 11px 1px rgba(0,0,0,.05);
    border-color: #fff;
    margin-bottom: 15px
}

.fancy-collapse-panel .panel-body {
    border-top-color: #fff !important
}

    .fancy-collapse-panel .panel-body .btn {
        padding: 5px;
        margin-right: 15px
    }

.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0
}

.fancy-collapse-panel .panel-heading a {
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    color: #070201;
    position: relative;
    text-decoration: none;
    border-left: 5px solid #64b32d !important;
    line-height: 20px
}

    .fancy-collapse-panel .panel-heading a:after {
        font-family: FontAwesome;
        content: "\f146";
        position: absolute;
        right: 10px;
        font-size: 20px;
        font-weight: 400;
        top: 50%;
        line-height: 1;
        margin-top: -10px
    }

    .fancy-collapse-panel .panel-heading a.collapsed:after {
        content: "\f0fe"
    }

.font-large {
    font-size: 30px
}

.event-btm {
    background: #fff;
    padding: 1px 15px 15px
}

    .event-btm h3 {
        margin-top: 5px
    }

.contactus-page .contact-block .fa {
    color: #64b32d
}

.contact-container {
    position: relative
}

.contact-inner-sec {
    padding: 15px 30px;
    background: #fff;
    box-shadow: 1px 8px 10px rgba(89,89,89,.1803921568627451);
    border-radius: 10px
}

    .contact-inner-sec .form-control {
        border-bottom: 1px solid #d0d0d0 !important
    }

.contact-bann {
    top: 15%
}

.contact-container-bg, .event-bg {
    background: #efefef;
    padding: 70px 0
}

.news_cta_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 155px;
    border-radius: 10px;
    color: white;
    filter: drop-shadow(0 5px 4px rgba(0,0,0,0.35));
    background-color: #f1f1f1
}

    .news_cta_box::after {
        content: "";
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        border-radius: 10px;
        right: 20px;
        z-index: -1
    }

.module_modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translate3d(0,0,0)
}

.module_modal .modal-content {
    height: 100%;
    overflow-y: auto
}

.module_modal .modal-body {
    padding: 15px 15px 0
}

.module_modal.right.fade.in .modal-dialog {
    right: 0
}

.module_modal.right.fade .modal-dialog {
    right: -640px;
    transition: opacity .1s linear,right .1s ease-out
}

.modal-content {
    border-radius: 0;
    border: 0
}

.modal-header {
    border-bottom-color: #eee;
    background-color: #fafafa
}

.module_left_modal {
    padding-bottom: 20px
}

.madule-btn {
    background-color: #33afe4 !important
}

.module_left_modal li h3 {
    margin: 0;
    padding: 8px 0 8px 5px;
    margin-bottom: 5px;
    border-left: 3px solid;
    background: aliceblue;
    transition: all .4s ease-in-out
}

    .module_left_modal li h3:hover {
        transition: all .4s ease-in-out;
        color: black
    }

.close_circle {
    padding: 0 8px;
    background-color: #77c043;
    border: 0;
    border-radius: 50%;
    font-weight: 900;
    color: white
}

.components {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 5px 20px;
    min-height: 190px
}

    .components:hover {
        box-shadow: 2px 18px 48px 0 rgb(0 0 0 / 11%)
    }

@media(min-width:1200px) {
    body {
        overflow-x: hidden;
    }
    .prod-feature-sec .feature-box {
        height: 290px
    }
   
}
@media(max-width:1030px) {
    .ppc-testimonial:before {
        left: -5px;
        top: -32px;
    }
}

    @media(min-width:1000px) and (max-width:1030px) {
        .key-feature .features h4 {
            font-size: 16px
        }

        .contactus-page .font-large {
            font-size: 27px !important
        }

        .contactus-page .testimonial-block img {
            margin: 0 0 -46px 10px
        }

        .contactus-page .testimonial-block .content .info {
            left: 100px
        }

        .contactus-page .testimonial-block .content {
            height: 330px
        }

        .contact-banner-img {
            height: 185px
        }

        .product-module-tab ul {
            top: -84px !important
        }

        .pro-sub-heading h2 {
            margin-top: 15px
        }

        .product-module-tab .nav > li > a {
            padding: 10.4px 30px
        }

        .product-module-tab .nav > li span.product-module-txt {
            display: inline-block;
            vertical-align: top;
            width: 85%
        }

        .prod-feature-sec .feature-box {
            padding: 20px 8px
        }

        .banner-form .product-banner-content {
            top: 10% !important
        }

        .module-gap {
            height: 360px
        }

        .module-gap-second {
            height: 170px
        }

        .naac-fea {
            height: 330px
        }

        .naac-fea-1 {
            height: 290px
        }
    }

    @media screen and (min-width:768px) and (max-width:999px) {
        .banner-form .product-banner-content {
            top: 13% !important
        }

        .banner-form img {
            height: 550px !important
        }

        .module-icon span {
            width: 40px;
            height: 40px
        }

        .module-icon {
            width: 80px;
            height: 80px
        }

        .test-cards {
            margin-bottom: 35px
        }

        .product-module-tab ul {
            position: inherit !important;
            top: 24px !important
        }

        .test-cards {
            margin-bottom: 35px
        }

        .key-feature .features h4 {
            font-size: 16px
        }

        .prod-testimonial-wrapper .carousel-inner {
            width: 90% !important;
            left: 5% !important
        }

        .prod-testimonial-wrapper .carousel-control.left, .prod-testimonial-wrapper .carousel-control.right {
            display: block
        }

        .pro-tab-sec {
            display: none
        }

        .product-module-tab ul {
            top: -19px !important
        }

        .test-cards-wrapper .col-sm-6:nth-child(2) {
            display: none !important
        }

        .product-module-tab .nav > li span.product-module-txt {
            display: inline-block;
            vertical-align: top;
            width: 75%;
            font-size: 15px
        }

        .pro-sub-heading h2 {
            margin-top: 0;
            font-size: 20px
        }

        .prod-feature-sec .feature-box {
            padding: 30px 16px
        }

        .naac-fea, .naac-fea-1 {
            height: 410px;
            padding: 20px 8px !important
        }

        .naac-fea-1 {
            height: 380px
        }

        .contact-banner-img {
            height: 180px !important
        }

        .contact-container {
            margin-bottom: 40px
        }

        .contactus-page .testimonial-block .content .info {
            top: 95px;
            left: 15px;
            width: 100%
        }

        .contactus-page .testimonial-block .content {
            padding: 125px 12px 15px 15px;
            height: 425px
        }

        .prod-feature-sec .feature-box h3 {
            position: relative;
            margin-bottom: 35px;
            color: #5cac32;
            font-size: 18px;
            line-height: 20px;
            margin-top: 15px
        }

        .cta__order_box.row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px
        }

        .cta__order_box .order-1 {
            order: 2
        }

        .cta__order_box .order-2 {
            order: 1
        }
    }

    @media(max-width:770px) {

        .ppc-testimonial {
            margin: 0;
            margin-top: 65px;
        }

            .ppc-testimonial .client-name h3 {
                font-size: 17px;
            }

            .ppc-testimonial .client-name {
                padding: 0px 30px;
            }

            .ppc-testimonial:before {
                width: 9%;
                height: 115px;
                transform: rotate(-220deg);
                left: -8px;
                top: -37px;
            }

        .pro-sub-heading h2 {
            font-size: 20px
        }

        .banner-heading h1 {
            font-size: 22px;
            line-height: 25px
        }

        .banner-heading h1 {
            padding: 0 0 15px 0
        }

        .key-feature .box-shadows {
            height: 200px
        }

        .office-video {
            width: 400px;
            height: 250px;
            overflow: hidden
        }

        .prod-feature-sec .feature-box {
            min-height: 350px
        }

        .benefits-erp-coll .benifits {
            min-height: 180px
        }

        .cloud-cmss {
            padding: 0
        }

        .display-flex-row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px
        }

            .display-flex-row .order-1 {
                order: 2
            }

            .display-flex-row .order-2 {
                order: 1
            }

        .module-gap {
            height: 40px
        }

        .banner-heading .banner-content {
            padding: 20px 10px
        }

        .ribbon-header {
            padding: 0 30px;
            display: block !important
        }

        .modules-sec .resp-tabs-list li {
            width: 33%
        }

        .banner-form img {
            height: 500px;
            opacity: 0
        }

        .banner-form .naac-banner-img {
            opacity: 5 !important
        }

        .banner-form.product-pg-banner::after {
            background: linear-gradient(45deg,#23bbee,#0887b1)
        }

        .banner-form-container {
            background: #000;
            margin-top: 40px
        }

        .prod-info {
            margin-top: 35rem
        }

        .pro-modules-wrapper {
            display: none
        }

        .contact-container {
            margin-bottom: 40px
        }

        .contact-banner-img {
            height: 210px !important
        }

        .page-sec-res {
            padding-top: 300px
        }

        .prod-feature-sec .feature-box h3 {
            position: relative;
            margin-bottom: 35px;
            color: #5cac32;
            font-size: 18px;
            line-height: 20px;
            margin-top: 15px
        }
    }

    @media(max-width:480px) {
        .module-gap {
            height: 40px
        }

        .product-banner-content {
            top: 8% !important
        }

            .product-banner-content h1 {
                font-size: 26px !important;
                line-height: 1.3 !important;
                margin-bottom: 0 !important
            }

        .banner-form img {
            height: 500px;
            opacity: 0
        }

        .banner-form .naac-banner-img {
            opacity: 5 !important
        }

        .download-bro, .product-banner-content .btn-secondary {
            margin-bottom: 10px
        }

        .product-banner-content p {
            padding: 10px 0 !important
        }

        .module-tab-heading::before {
            width: 63px !important
        }

        .ribbon-header {
            padding: 0 30px;
            display: block !important
        }

            .ribbon-header:after {
                border-left: 1px solid transparent !important
            }

        .banner-form-container {
            background: #000
        }

        .prod-info {
            margin-top: 37rem
        }

        .banner-form.product-pg-banner::after {
            background: linear-gradient(45deg,#23bbee,#0887b1)
        }

        .modules-sec .resp-tabs-list li {
            width: 33%
        }

        .pro-modules-wrapper {
            display: none
        }

        .product-module-content {
            padding: 0
        }

        .module-gap-second {
            height: 0
        }

        .page-sec-res {
            padding-top: 37rem
        }

        .contact-container {
            margin-bottom: 40px
        }

        .contact-banner-img {
            height: 160px !important
        }

        .contactus-page .testimonial-block img {
            height: 100px
        }

        .prod-feature-sec .feature-box h3 {
            position: relative;
            margin-bottom: 35px;
            color: #5cac32;
            font-size: 18px;
            line-height: 20px;
            margin-top: 15px
        }
    }

    @media screen and (min-width:320px) and (max-width:360px) {
        .prod-info {
            margin-top: 52rem
        }

        .contact-banner-img {
            height: 210px !important
        }

        .banner-form .naac-banner-img {
            height: 550px
        }

        .prod-feature-sec .feature-box h3 {
            position: relative;
            margin-bottom: 35px;
            color: #5cac32;
            font-size: 18px;
            line-height: 20px;
            margin-top: 15px
        }
    }

    @media only screen and (max-width:780px) {
        body {
            overflow-x: hidden;
        }

        .benifits-product {
            min-height: 100%;
        }

        .csms-new-bullet .heading {
            width: 35%;
        }

        .csms-new-bullet .content {
            width: 65%;
        }

        .modules-box .modules-img {
            top: -45px;
            left: 15px;
        }

        .product-pg-mob-banner {
            min-height: 430px
        }

            .product-pg-mob-banner > img {
                object-fit: cover;
                min-height: 430px
            }

        .prod-feature-sec .feature-box h3 {
            position: relative;
            margin-bottom: 35px;
            color: #5cac32;
            font-size: 18px;
            line-height: 20px;
            margin-top: 15px
        }
    }