        .btmBar,
        footer,
        .opmRelPrd,
        #VideosAndLogos,
        #customer-logo,
        .heading-menu {
            display: none;
        }

        a:hover {
            text-decoration: none;
        }

        #scroll {
            display: none;
        }

        p {
            font-size: 15px;
        }

        .banner-bg {
            padding: 70px 0px;
            text-align: center;
            background: linear-gradient(145deg, #ffc637, #ffdb23);
        }

        .banner h1 {
            margin-bottom: 12px;
            font-weight: 600;
            font-size: 40px;
        }

        .banner p {
            color: #444 !important;
            text-shadow: none;
            font-size: 20px;
            letter-spacing: 0.1px;
            padding-right: 0%;
            font-weight: 300;
            line-height: 40px;
            margin: 0;
        }

        .sec-title>h2 {
            font-size: 32px;
            font-weight: 500;
            line-height: 1.75;
            margin: 0 0 24px;
        }

        .title-eff {
            position: relative;
        }

        .title-eff>h2 {
            position: relative;
            z-index: 0;
        }

        .title-eff>h2:before {
            content: "";
            position: absolute;
            width: 120px;
            height: 5px;
            background: #f0001c;
            bottom: -8px;
            z-index: -1;
        }

        .pdf-btn {
            background: #f0001c;
            color: #fff;
            font-size: 16px;
            font-weight: 300;
            padding: 10px 24px;
            border-radius: 4px;
            font-weight: 500;
            transition: all 0.3s;
            display: inline-block;
        }

        .pdf-btn:hover {
            background: #d70019;
        }

        .img-wrapper img {
            border: 1px solid #e9e9e9;
            max-width: 460px;
            width: 100%;
            margin: 0 0 36px;
            border-radius: 6px;
        }

        .foot-copy {
            padding: 10px 0;
            background: #f0efef;
        }

        .container {
            max-width: 1180px;
        }

        .survey-section * {
            box-sizing: border-box;
        }

        .survey-section {
            padding: 40px 0;
            min-height: calc(100vh - 440px);
        }

        .survey-section p {
            max-width: 480px;
            line-height: 1.75;
            font-size: 16px;
        }

        .survey-section h3 {
            font-weight: 300;
            line-height: 1.75;
            margin-bottom: 24px;
        }

        .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -0.75rem;
            margin-left: -0.75rem;
        }

        .row>* {
            flex-shrink: 0;
            width: 100%;
            max-width: 100%;
            padding-right: 0.75rem;
            padding-left: 0.75rem;
        }

        @media (max-width: 1500px) {
            .webinar-com .aside {
                max-width: 60%;
            }
        }

        @media (max-width: 1400px) {
            .webinar-com .aside {
                max-width: 55%;
            }
        }

        @media (min-width: 992px) {
            .col-lg-6 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                width: 50%;
            }
        }

        @media (min-width: 1400px) {
            .sec-container {
                max-width: 1400px;
                margin: 0 auto;
            }
        }

        @media (max-width: 991.98px) {
            .button-div {
                margin-bottom: 60px;
            }
        }

        @media (max-width: 1024px) {}

        @media screen and (max-width: 760px) {}

        @media (max-width: 600px) {}

        @media (max-width: 480px) {}
    