
.margin-top-20 {
    margin-top: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.pt-3 {
    padding-top: 15px;
}
 .dataentry-box {
            min-height: 260px;
        }

        .carousel-inner {
            box-shadow: 1px 4px 6px #a39e9e;
            margin-top: 30px;
        }
.new_CTA1 {
    background-image: url("../404error.html");
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius:10px;
    padding: 20px;
    margin-top: 20px;
    height:150px;
}

.form-header--title {
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 28px;
}


.bg-blue--dark {
    background-color: #05415d;
    border-radius:10px;
    margin-top:20px;
}

.request_form {
    padding: 25px 20px 33px 20px;
    text-align: center;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-group {
    margin-left: 5px;
    margin-right: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.p-5 {
    padding: 35px;
}

.accreditation-data-managemnet-system-container {
    background-color: #f3f3f3;
    padding: 20px;
}

.d-flex {
    display: flex;
}
    .d-flex p {
        text-align:justify;
    }

.accreditation-data-managemnet-system-container .ml-3 {
    margin-left: 15px;
}

    .accreditation-data-managemnet-system-container .adms-img-icon .h4 {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 15px;
        font-size:18px;
        font-weight:600;
        display: inline-block;
    }

  

.pro-sub-heading p {
    text-align: justify;
    line-height: 22px;
    margin: 0 0 15px;
    font-size: 14px;
}

.pro-sub-heading .check-list li {
    margin: 0 0 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
}

.check-list li {
    margin: 0 0 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
}

    .check-list li:before {
        content: "\f058";
        font-family: FontAwesome;
        font-size: 17px;
        display: inline-block;
        vertical-align: top;
        margin-right: 7px;
        color: #05415d;
    }

.benefit-sec .check-list li:before {
    content: "\f058";
    font-family: FontAwesome;
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    color: #fff;
}

.tab-content .btn {
    border-radius: 5px!important;
    color: #fff;
    font-size: 17px;
    background: #77c043;
    padding: 10px;
    border: 0;
    min-width: 150px;
    transition: 1s all ease;
}

.tab-content .btn {
    display: inline-block;
    padding: 12px 18px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 25px;
}

.demo-form {
    background: #fff;
    border-radius: 10px;
    border-style: solid;
    position: relative;
    top: -30px;
    border: 4px;
    border-radius: 10px;
    background: linear-gradient(to right, #6eb13e, #50b091);
    background-clip: padding-box;
    padding: 5px;
}

    .demo-form::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(#6eb13e, #50b091);
        content: '';
        z-index: -1;
        border-radius: 10px;
    }

.demo-form-bg {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 10px;
}

.demo-form h4 {
    font-size: 16px;
    color: #05415d;
    text-align: center;
}
.accreditation-data-managemnet-system-container .ml-3 {
    margin:auto 30px;
}

.prod-feature-sec .feature-box, .feature-box .bullet-list li {
    text-align: left !important;
}

.accreditation-data-managemnet-system .pro-sub-heading {
    margin: 0 auto;
}

.infrastructure .sideways {
    background-color: #05415d;
    display: block;
   
}
.nav .tabs a {
    display:block;
    padding: 12px 15px;
    width: 100%;
}

.nav>.tabs>a>img {
    margin-right:15px;
}

.infrastructure .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    background-color: #6eb13e;
        color: #fff;
}



.infrastructure .nav > li {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}

    .infrastructure .nav > li:hover {
        background-color: #6eb13e;
        color: #fff;
    }
    .actives {
        background-color: #6eb13e;
        color: #fff;
    }

.tabs-left > li > a:hover {
    border: 1px solid #6eb13e!important;
}


.infrastructure .tabs-left > li > a:hover {
    
    color: #fff!important;
    border-right: none!important;
    background: #6eb13e;
}

.infrastructure .tabs-left > li > a:focus {
    background: transparent!important;
    border:  solid 1px  transparent!important;
}

.infrastructure .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    background: transparent;
}

.infrastructure .d-flex .image-icon {
    /*margin-top:13px;
    margin-left:15px;*/
}
.infrastructure .d-flex .image-icon {
    padding-right: 15px;
}

.tab-content {
    border: none;
    margin-top: 0px;
    background: #fff;
    padding: 0px 10px;
}

    .tab-content h2 {
        font-size: 22px;
        margin-top: 0;
    }

.tabs-left > li {
    margin-right: 0;
}

    .tabs-left > li > a {
        border-right: none!important;
        color: #fff!important;
        background: transparent;
        margin-bottom: 0px!important;
        border-radius: 30px;
        text-align: left;
        font-size: 15px;
        padding: 0px 8px;
    }

.adms-table table {
    border-radius: 10px;
    padding: 20px;
}

.adms-table .table-green-bg {
    background:#05415d;
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
}
.font-size-16 {
    font-size:16px;
}
.adms-table .table-blue-bg {
    background: #05415d;
    color: #fff;
    padding: 15px 25px;
    /* margin-left: 6px; */
    font-size: 18px;
}



.adms-table tbody {
    background:#fff;
    color: #333;
    padding: 20px;
}

.adms-table table {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.table-bordered > tbody > tr > td {
    padding: 10px 25px;
}

#main-wrapper > div.container.table-responsive.adms-table.margin-btm-40.p-5 > div > table > tbody > tr:nth-child(5) {
    border-bottom: 10px;
}

.Essential-Data-Entry-Points-in-ADMS h3 {
    color: #05415d;
    position: relative;
}

    .Essential-Data-Entry-Points-in-ADMS h3::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 10%;
        background: #05415d;
        left: 0%;
        top: 22px;
    }

.accreditation-data-managemnet-system-container .color-text {
    color: #504f4f;
    font-size: 20px;
    font-weight: 600;
}
.demo-form {
    top: -30px;
}
.box-shadow {
    border-radius: 10px;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.35));
    background-color: #ffffff;
    min-height: 230px;
    margin-top: 15px;
}

.Essential-Data-Entry-Points-in-ADMS .border-right {
    border-right: 1px solid #8fd7f6;
}

.Essential-Data-Entry-Points-in-ADMS p {
    text-align: justify;
}

.pro-sub-heading {
    font-size: 25px;
    margin-bottom: 10px;
}

.combine-sec {
    background: #23bbee !important;
    color: #fff;
}

    .combine-sec .bullet-list li:before {
        color: #fff !important;
    }

.prod-feature-sec .feature-box {
    box-shadow: none;
    border: 1px solid #efefef;
    border-radius: 7px !important;
}

    .prod-feature-sec .feature-box:hover {
        box-shadow: 0px 6px 9px 0 rgba(0, 0, 0, 0.11);
    }

.banner-form.product-pg-banner {
    margin-bottom: 0px;
}

.adms-img-icon {
    margin-right: 20px;
    margin-top: 15px;
}
    .adms-img-icon img {
        transform: translateY(5px) scale(1.15);
    transform-origin: 15% bottom;
    transition: transform 200ms cubic-bezier(0.2, 0, 0.2, 1);
}
    
    .adms-img-icon img:hover {
        transform: translateY(0) scale(1.2);
    }
    .adms-img-icons img {
       transform: translateY(5px) scale(1.15);
    transform-origin: 15% bottom;
    transition: transform 200ms cubic-bezier(0.2, 0, 0.2, 1);
}
    
    .adms-img-icons img:hover {
        transform: translateY(0) scale(1.2);
    }

.adms-img-icons a {
    color:#333;
    margin-top:20px;
}
.adms-img-icons p {
        margin: 15px 0 10px;
    }
    .adms-img-icon p {
        margin: 15px 0 10px;
    }
    .benefits-adms-img-icon {
    margin-right: 20px;
    margin-top: 15px;
}


     .box-shadow img {
        transform: translateY(10px) scale(1.1);
    transform-origin: 30% bottom;
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
    
    .box-shadow img:hover {
        transform: translateY(0) scale(1.2);
    }
.page-sec-res {
    background: #23bbee;
}

.bullet-list li:before {
    color: #23bbee;
}

.cta-box {
    font-size: 22px;
    text-align: center;
    margin: 35px 0;
    line-height: 33px;
}

.grey-sec {
    background: #f1f1f1;
    padding: 25px;
    border-radius: 7px;
}

.blog-sec {
    background: #f1f1f1;
    padding: 35px 0px;
}

    .blog-sec span {
        color: #000;
    }

    .blog-sec a {
        font-size: 23px;
        font-weight: bold;
    }

.benefit-sec {
    color: #fff;
    background: #23bbee;
    margin-top: 25px;
    padding-bottom: 50px;
    padding-top: 25px;
}

    .benefit-sec p {
        margin-bottom: 25px;
    }

    .benefit-sec .img-sec {
        padding: 15px;
        border: 1px solid;
    }
       .mobile-carousel img {
            display: block;
            width: 100%;
        }
.carousel-inner {
    width:100%;
    z-index:1;
}
    .carousel {
    position: relative;
    padding:5px 20px;
}
    .prod-feature-sec .feature-box {
    box-shadow: none;
    border: 1px solid #efefef;
    border-radius: 7px !important;
    text-align: center !important;
}
    .prod-feature-sec, .prod-testimonial, .request-demo-module {
    margin-bottom: 0px;
}
.pt-3 {
    padding-top: 15px;
}
.benefit-sec .h2 {
    font-family: OpenSans-Semibold;
    font-size: 18px;
    color: #fff;
    border-bottom: none;
    border-left: none;
    margin: 0 ;
    padding: 0 0 10px 0;
    text-transform: capitalize;
}
    .carousel-inner > .item {
    margin: 0 0 15px;
    padding: 10px ;
}
        .carousel-inner > .item .active {
            padding:0;
        }
.laptop-bottom {
    margin-top: 1px;
}
.carousel-indicators {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 109%;
}
@media (max-width: 1030px) and (min-width: 1000px) {
    .banner-form .product-banner-content {
        top: 1% !important;
    }

    .product-banner-content h1 {
        padding: 45px 0px 0px;
        font-size: 31px;
        margin-bottom: 27px;
    }

    .pro-sub-heading h2 {
        margin-top: 30px;
    }

    .benefit-sec .img-sec {
        padding: 0px;
        border: none;
    }

    .naac-fea-1 {
        height: 325px;
    }

    .naac-fea {
        height: 355px;
    }

    .prod-feature-sec .feature-box {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
    .banner-form .product-banner-content {
        top: 5% !important;
    }

    .product-banner-content h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .pro-sub-heading h2 {
        margin-top: 25px !important;
        font-size: 25px !important;
    }

    .benefit-sec .img-sec, .blog-sec img {
        margin-bottom: 15px;
    }

    .naac-fea, .naac-fea-1 {
        padding: 20px 15px !important;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #productdemo {
        margin-top: 3rem;
    }

    .challenges-cont {
        padding-top: 25rem;
    }

    .page-sec-res {
        padding-top: 0rem !important;
    }

    .font-mid {
        font-size: 16px !important;
    }

    .benefit-sec .img-sec, .blog-sec img {
        margin-bottom: 15px;
    }

    .benefit-sec p {
        margin-bottom: 30px;
    }

    .blog-sec a {
        font-size: 18px;
    }

    .font-large {
        font-size: 25px !important;
        line-height: 30px;
    }
}

@media screen and (min-width:480px) and (max-width:500px) {
    

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 8px;
        vertical-align: middle;
    }
}

@media screen and (min-width:360px) {
   

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 8px;
        vertical-align: middle;
    }

    .new_CTA1 {
        padding-top: 0;
    }
}
