/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 07:15:35 */
/*# all blog post popup style start #*/
#all_blog_popup { z-index: 9999999; }

#all_blog_popup .modal-dialog-centered{
/* 	flex-direction: row-reverse; 
	flex-direction: column !important;
	justify-content: center;
 	margin: 0 auto; */
    min-width: 990px;
    max-height: 80%;
/* 	align-items: flex-end; */
} 

#all_blog_popup .modal-content {
    background-image: url('https://www.gurutechnolabs.com/wp-content/uploads/2025/09/all-blog-popup-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border-radius: 20px;
    border: 2px solid #DE0C4F;
/*     padding: 30px; 
	flex-direction: column !important; */
    align-items: flex-end;
/*     min-width: 990px;
	max-height: 90vh;
	overflow-y: auto; */
}


#all_blog_popup .popup-close {
	position: relative;
    top: -23px;
    right: -24px;
    background: #d70040;
    color: #fff;
    border: none;
    border-radius: 80%;
    cursor: pointer !important;
/*     display: flex;
    align-items: center;
    justify-content: center; */
    z-index: 1060;
    font-size: 30px;
    padding: 0px 12px;
}

.modal-inner{
	margin-top: -45px;
}

#all_blog_popup .popup-feature-list ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}
#all_blog_popup .popup-feature-list ul li i {
	margin-right: 8px;
	margin-bottom: 15px;
}
#all_blog_popup .popup-feature-list ul li {
	padding: 0 5px;
	font-family: poppins;
	font-weight: 700;
	font-size: 13px;
	line-height: 23px;
	color:#a79c9c;

}
#all_blog_popup .popup-close:hover {
	background: #b80035;
}

#all_blog_popup .popup-title {
	font-size: 28px;
	font-weight: 600;
	color: #DE0C4F;
}
#all_blog_popup .popup-sub {
	color: #d70040;
    font-weight: 600;
    margin: 5px 0 15px;
    font-size: 30px;
}
#all_blog_popup .popup-desc {
	font-size: 15px;
	color: #909090;
}
#all_blog_popup .form-label {
	font-size: 13px;
	font-weight: 600;
}
#all_blog_popup .popup-input,
#all_blog_popup .popup-select {
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px;
}
#all_blog_popup .msg-box{
	border-radius: 20px !Important;
}
#all_blog_popup .popup-submit {
	background: #d70040;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	padding: 10px 20px;
	width: 100%;
	border: none;
}
#all_blog_popup .popup-submit:hover {
	background: #b80035;
}
#all_blog_popup .footer-text {
	margin-top: 12px;
	font-size: 13px;
	font-weight: 600;
	color: #706D6D;
}
#all_blog_popup ul.list-inline {
    justify-content: space-between;
}
/* Hide image on mobile */
@media (max-width: 1050px) {
	#all_blog_popup .modal-dialog-centered {
		min-width: 90% !important;
		height: 80vh;
/*         overflow: scroll !important; */
	}
}

@media (max-width: 991px) {
	#all_blog_popup .popup-img {
		display: none !important;
	}
	.modal-inner {
		align-self: center;
	}
}
@media (max-width: 767px) {
	#all_blog_popup .modal-inner{
		height: 80vh;
		overflow: scroll;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	#all_blog_popup .modal-content{
		margin: auto 4%;
	}
	.modal-inner {
		margin: -40px 0px 0px 0px !important;
		height: auto !important;
	}
	#all_blog_popup .rightside {
		padding: 0 !important;
	}
	#all_blog_popup .popup-title{
		font-size: 22px;
	}
	#all_blog_popup .popup-desc, .popup-feature-list, .footer-text {
		display:none;
	}
	#all_blog_popup .popup-feature-list ul{
		justify-content: center;
	}

}
@media (max-width: 340px) {
	#all_blog_popup .modal-content{
		margin: 0; 
	}
}

/*# all blog post popup style over #*/