.fea-list-cont>ul {
    width: 23%;
    padding: 0 2% 0 0;
    float: left;
    list-style-type: none;
}

.heading-menu {display:none;}
.kmp-breadcrumb {
    display: none;
}

.container {
    padding: 0;
    max-width: 1100px;
}

.banner-wrap {
    width: 100%;
    padding: 100px 0;
    background: #28296d;
    text-align: center;
    color: #e8e8e8;
}

.banner-contain {
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
}

.banner-wrap h1 {
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 48px;
}

.banner-wrap p {
    margin: 0 0 20px;
    font-family: var(--primaryfont-medium);
    font-size: 19px;
}

.banner-wrap p:last-child {
    margin: 0;
}


/*  */

.content-list li {
    padding: 0 0 16px 25px;
    position: relative;
    font-weight: 300;
}

.content-list li:last-child {
    padding-bottom: 0;
}

.content-list li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff492c;
    border-radius: 50%;
    left: 0;
    top: 9px;
}

.content-list li span {
    font-weight: 700;
}


/*  */

.section {
    padding: 80px 0;
}

.section h2,
.section h4 {
    margin: 0 0 20px;
}

.section h4 {
    font-family: var(--primaryfont-bold);
    margin: 0 0 10px;
}

.section-1 figure {
    max-width: 600px;
    margin: 0 auto;
}

.section-2 {
    background: #fff6f5;
    text-align: center
}

.section-2 p:last-child {
    margin: 0;
}

.section-3 {
    padding-bottom: 0 !important;
}

.section-3 p:last-child {
    margin: 0;
}

.section-4 h2 {
    text-align: center;
}

.section-4 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 46px;
    margin: 40px auto 0;
    /* max-width: 1040px; */
}

.section-4 ul li {
    /* padding: 20px; */
    /* border: 1px solid; */
}

.section-4 ul li span {
    font-family: var(--primaryfont-bold);
    display: block;
    margin: 0 0 3px;
    font-size: 23px;
}

.section-4 ul li p:last-child {
    margin: 0;
}

.section-5 {
    background: #f4f4f7;
}

.section-5 .feature-heading {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}

.section-5 ul {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

.section-5 ul li {
    width: 49%;
    padding: 20px;
    border: 1px solid #dcd5de;
    background: #fdf9f9;
}

.section-5 ul li p:last-child {
    margin: 0;
}

.section-5 figure {
    max-width: 820px;
    margin: 0 auto;
}

.section-6 p:last-child {
    margin: 0;
}

.section-7 {
    background: #fff6f5;
}

.section-7 .feature-heading {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}

.section-7 ul {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

.section-7 ul li {
    width: 49%;
    padding: 20px;
    border: 1px solid #dcd5de;
}

.section-7 ul li p:last-child {
    margin: 0;
}

.section-8,
.section-9 {
    padding-bottom: 0 !important;
}

.section-8 figure,
.section-9 figure,
.section-10 figure {
    margin: 50px 0 0;
    text-align: center;
}

.section-8 figure img,
.section-9 figure img,
.section-10 figure img {
    width: 80%
}

.section-11 {
    background: #28296d;
    text-align: center;
    color: #fff;
}

.section-11 .container {
    max-width: 980px;
}

.section-11 h2 {
    color: #fff;
}

.section-11 p:last-child {
    margin: 0;
}

.section-11 p a {
    color: #ff492c
}

.section-11 p a.act-btn {
    background: #e9152b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 30px;
    font-size: 15px;
    font-family: var(--primaryfont-bold);
    /* border: 1px solid #e9152b; */
    box-sizing: border-box;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 34px;
    }
    .banner-wrap {
        padding: 70px 0;
    }
    .banner-contain h1 {
        font-size: 44px;
    }
    .banner-contain p {
        font-size: 17px;
    }
    .section-4 ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
    .banner-contain h1 {
        font-size: 38px;
    }
    .section-4 ul {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 35px;
    }
    .banner-wrap,
    .section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 640px) {
    .section-5 ul,
    .section-7 ul {
        display: block;
    }
    .section-5 ul li,
    .section-7 ul li {
        width: 100%;
        margin: 0 0 20px;
    }
    .section-7 ul li:last-child {
        margin: 0;
    }
    .section-8 figure img,
    .section-9 figure img,
    .section-10 figure img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .section-4 ul {
        grid-template-columns: repeat(1, 1fr);
    }
}


h1 {
    font: 44px/1 Zoho_Puvi_Bold;
}

h2 {
    font: 38px/1.25 Zoho_Puvi_SemiBold
}

h3 {
    font: 28px/1.3 Zoho_Puvi_SemiBold
}

h4 {
    font: 23px/1.4 Zoho_Puvi_SemiBold
}

h5 {
    font: 19px/1.4 Zoho_Puvi_SemiBold
}

h6 {
    font-size: 15px
}

p {
    font-size: 17px;
    line-height: 1.6;
    /* font-weight: 400; */
    margin: 0 0 20px
}

.kmp-cont-wrap .container {
    max-width: 1200px;
}
.nav-dwn a {
    width: 168px;
}
