.heading-menu {display:none}
        .pmp-wrap * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }
        
        html,
        body {
            font: 17px/1.5 Zoho_Puvi_Regular, sans-serif;
            font-family: 'ZohoPuvi', sans-serif;
        }
        
        .pmp-wrap a:hover {
            text-decoration: none;
        }
        
        .pmp-wrap h1 {
            font-size: 44px;
            line-height: 54px;
            font-weight: 500;
        }
        
        .pmp-wrap h2 {
            font-size: 36px;
            line-height: 1.3;
            font-weight: 500;
            margin: 0 0 16px;
        }
        
        .pmp-wrap h3 {
            font-size: 34px;
        }
        
        .pmp-wrap h4 {
            font-weight: 500;
            font-size: 22px;
            line-height: 1.4;
            margin: 0 0 16px;
        }
        
        .pmp-wrap p {
            font-size: 17px;
            line-height: 1.6;
            margin: 0 0 16px;
            font-weight: 300;
        }
        
        .pmp-wrap p.clearfix {
            margin: 0 0 20px;
            line-height: 0;
            font-size: 0;
        }
        
        .cta-btn {
            background: #f0483e;
            color: #fff;
            cursor: pointer;
            outline: none;
            display: inline-block;
            padding: 13px 40px;
            font-size: 15px;
            font-weight: 600;
            border: 1px solid #f0483e;
            box-sizing: border-box;
            text-transform: uppercase;
        }
        /* Custom Css */
        
        .text-center {
            text-align: center;
        }
        
        .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }
        /*  */
        
        .wrapper {
            width: 100%;
            overflow: auto;
            padding: 0;
            position: relative;
        }
        
        .section {
            padding: 72px 0 0;
        }
        
        .section:last-child {
            padding-bottom: 72px;
        }
        
        .section p:last-child {
            margin: 0;
        }
        
        .cont-wrap {
            max-width: 1170px;
            width: 90%;
            margin: 0 auto;
        }
        
        .banner-wrap {
            position: relative;
            padding: 80px 0;
            background-color: #2c2c78;
            color: #fff;
            position: relative;
        }
        
        .banner-wrap h1 {
            max-width: 1160px;
            margin: 0 0 16px;
        }
        
        .banner-section p a {
            color: #fff;
            border-bottom: 1px solid;
        }
        
        .banner-content {
            max-width: 860px;
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }
        
        .banner-image {
            max-width: 560px;
            width: 100%;
        }
        
        .banner-image img {
            width: 100%
        }
        
        .banner-content p:last-child {
            margin: 24px 0 0;
        }
        
        .pmp-cont-container .cont-wrap {
            max-width: 1020px;
        }
        /* color box */
        
        .color-list-box {
            margin-top: 8px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .color-list-box .single-color-list-box {
            width: 30%;
            margin: 40px 0 0;
        }
        
        .single-color-list-box span {
            display: block;
            width: 80px;
            height: 80px;
            margin: 0 0 16px
        }
        
        .single-color-list-box span img {
            width: 100%;
        }
        /*  */
        
        .number-list {
            display: flex;
            justify-content: space-between;
            flex-flow: wrap;
        }
        
        .number-list li {
            width: 32%;
            margin: 30px 0 0;
            padding: 24px;
            border: 1px solid #e9e9e9;
        }
        
        .number-list li span {
            font-weight: 700;
            display: block;
            margin: 0 0 10px;
            font-size: 23px;
        }
        
        .number-list p strong {
            font-weight: 700 !important;
            background: #33ad65;
            display: inline;
            padding: 4px 10px;
            color: #fff;
        }
        /*  */
        
        .content-list li {
            padding: 0 0 16px 25px;
            position: relative;
margin-left:25px;
        }
        
        .content-list li:last-child {
            padding-bottom: 0;
        }
        
        .content-list li:before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            background: #2c2c78;
            border-radius: 50%;
            left: 0;
            top: 9px;
        }
        
        .content-list li span {
            font-weight: 700;
        }
        /* bottom Section */
        
        .bottom-section {
            padding: 72px 0;
            text-align: center;
            background-color: #2c2c78;
            color: #fff;
        }
        
        .bottom-section h2 {
            margin: 0 auto 20px;
            /* font-size: 30px; */
        }
        
        .bottom-section h2 span {
            display: block;
        }
        /*  */
        
        .inner-breadcrumb {
            display: block;
            margin: 0 0 20px;
        }
        
        p.last-updated {
            font-size: 16px;
            color: #4d4dbb;
        }
        
        .why-box-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 30px;
            background-color: #fff;
            margin: 40px 0 0;
        }
        
        .why-box-list li {
            font-weight: 300;
            border: 1px solid #f7f7f7;
            padding: 30px;
            position: relative;
            transition: 0.5s all;
            padding-left: 30px;
            display: flex;
            align-items: center;
        }
        
        .why-box-list li span {
            width: 100px;
            height: 100px;
            display: block;
            margin-right: 30px;
        }
        
        .why-box-list li p {
            width: calc(100% - 130px)
        }
        
        @media (max-width: 1200px) {
            .pmp-wrap h1 {
                font-size: 42px;
            }
            .pmp-wrap h2 {
                font-size: 34px;
            }
            .pmp-wrap h3 {
                font-size: 26px;
            }
            .pmp-wrap h4 {
                font-size: 22px;
            }
            .bottom-section h2 {
                font-size: 28px;
            }
        }
        
        @media (max-width: 992px) {
            .pmp-wrap h1 {
                font-size: 38px;
                line-height: 46px;
            }
            .pmp-wrap h2 {
                font-size: 30px;
            }
            .pmp-wrap p {
                text-align: unset;
            }
            .pmp-wrap h3 {
                font-size: 24px;
            }
            .banner-wrap .cont-wrap {
                display: block;
            }
            .banner-content {
                width: 100%;
                margin: 0 auto;
                text-align: center;
            }
            .banner-image {
                width: 100%;
                margin: 0 auto;
            }
            .bottom-section {
                padding-top: 80px;
            }
            .number-list li {
                width: 48%;
            }
            .color-list-box .single-color-list-box {
                width: 47%;
            }
            .bottom-section h2 {
                font-size: 26px;
            }
        }
        
        @media (max-width: 767px) {
            .section {
                padding-top: 60px;
            }
            .section:last-child {
                padding-bottom: 60px;
            }
            .banner-wrap {
                padding: 60px 0;
            }
            .bottom-section {
                padding: 60px 0;
            }
            .why-box-list {
                display: block;
                max-width: 540px;
                margin: 0 auto;
            }
            .why-box-list li {
                margin: 20px 0 0;
            }
        }
        
        @media (max-width: 600px) {
            .number-list li {
                width: 100%;
                margin: 16px 0 0;
                padding: 16px;
            }
        }
        
        @media (max-width: 480px) {
            .why-box-list li {
                /* display: block; */
            }
            .why-box-list li span {
                width: 60px;
                height: 60px;
                /* margin: 0 0 20px */
            }
            .why-box-list li p {
                width: calc(100% - 90px);
            }
        }
    
    .pmp-wrap h2, .banner-wrap h1{
        color: #fff ;
    }