@media screen and (max-width:700px){
	
	

.cd_title {
        font-size: 22px;
    font-weight: 500;
    padding: 1rem;
    color: black;
}

.cd_prommo_video {
   
       max-height: 300px;
    margin: 10px;
    border-radius: 10px;
}

.cd_hero1 {
    display: grid;
    grid-template-columns: 100%;
    align-items: anchor-center;
}

.cd_dis {
       white-space: pre-line;
   
    font-weight: 500;
    line-height: 1.5;
}

.cd_hero_txt {
    background: #e6f0fe;
    color: black;
    padding: 20px;
    border-radius: 10px;
    margin: 0px;
}

.cd_mrp {
   
    padding: 1rem 0px;
   
}

.cd_price {
    
    padding: 1rem 0px;
}

.join_form {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    width: 94%;
    transform: translate(-50%);
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #FF9800;
    max-width: 500px;
    z-index: 33;
    height: 100%;
    overflow: auto;
}