@media (min-width: 100px) and (max-width: 991px) {
.section-padding{
	padding-top:40px;
	padding-bottom:5px;
}

.video-section{
	padding-top:10px;
	padding-bottom:10px;
}
.video-section iframe{
	border-radius:50px !important;
	
}

.res-991-pb-15 {
    padding-bottom: 2px !important;
}


/**** Popup code css start ***/

.popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); 
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999; 
        visibility: hidden; 
    }

    .popup-content {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        max-width: 80%; 
        max-height: 80%;
        overflow: auto;
		
    }

.nav-btn-main{
 width: max-content;
}

.withmgt-btn{
	background:#ffedf6;
	padding:10px 15px 10px 15px;
	color:#fff;
	    width: min-content !important;
}


.withoutmgt-btn{
	background:#ffedf6;
	padding:10px 15px 10px 15px;
	color:#fff;
	    width: min-content!important;
}


.list-width{
width:188px !important;

}	
/**** Popup code css End ***/

}