    .text-head {
            font-size: 2.375rem;
            letter-spacing: .5px;
            font-family: 'Zoho_Puvi_SemiBold';
            line-height: normal;
        }

        .video-block {
            background-color: #022736;
        }

        .text-primary {
            color: #83b633;
        }

        @media (min-width: 768px) {
            .video-block {
                padding: 60px;
            }

            .cs-logo {
                padding: 30px 45px;
            }
        }

        .features-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 32px;
            font-size: 18px;
        }

        .features-list li:before {
            content: '';
            position: absolute;
            left: 0;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #83b633;
            top: 50%;
            transform: translate(0, -7px);
        }

        .features-list li:after {
            content: '';
            position: absolute;
            transform: rotate(45deg) translate(-50%, -50%);
            left: 4px;
            top: 50%;
            height: 6.5px;
            width: 4px;
            border-bottom: 1.5px solid #fff;
            border-right: 1.5px solid #fff;
        }

        .cs-logo {
            display: inline-block;
        }

        .cs-logo img {
            height: 70px;
        }

        #btmscroll {
            display: none;
        }

        footer {
            border-color: transparent;
            margin-top: 20px;
        }

        .container.foot-copy a {
            color: #000;
        }

        .container.foot-copy {
            font-weight: 400;
            color: #000;
            line-height: normal;
        }

        @media (max-width: 767px) {
            .cs-logo img {
                height: 50px;
            }

            .cs-logo {
                padding: 15px 0;
            }

            .video-block {
                padding: 60px 15px;
            }
        }

        @media (max-width: 991px) {
            .btn-bottom {
                margin-bottom: 40px;
            }
        }

        #backToTop {
            display: none !important;
        }

        .video-container {
            position: relative;
            padding-bottom: 56.35%;
            padding-top: 35px;
            height: 0;
            overflow: hidden;
        }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
		
		.d-block {
		  display: block;
		}
  