	.modal {
          position: absolute;
          top: 15%;
          left: 5%;
        }

        .modal-dialog {
          max-width: 1000px;
          margin: 30px auto;
        }

        .modal-body {
          position:relative;
          padding:0px;
        }

        .close {
          position:absolute;
          right:-30px;
          top:0;
          z-index:999;
          font-size:2rem;
          font-weight: normal;
          color:#fff;
          opacity:1;
        }

	.video-btn{
                margin-left:10%;
        }

        .ccrp-div h2 {
                font-size: 2.5rem; /* Adjust this value as needed */
        }

        .btn-dark-blue {
                background-color: #1e5daa;
        }

