/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2022 | 07:51:44 */
.hidden-column { display: none !important; }

#thank-column .fusion-layout-column {
	margin-bottom: 30px !important;
	background: #fff;
	border-radius: 5px;
}

#thank-column .fusion-imageframe { max-height: 300px !important; }

#thank-column .fusion-imageframe img {
    min-height: 200px !important;
    object-fit: cover;
}

#thank-column  .fusion-text {   min-height : 250px !important; }

#thank-column h2 a {  
overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical; 
}

#thank-column .fusion-text p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 0px !important;
	overflow: hidden !important;
	line-height: 1.8 !important;
}

.thankyou-svg {
    position: absolute;
}

.thankyou-svg.svg-right {
    right: 0;
}

.thankyou-main {
    width: 100% !important;
    text-align: center;
}

@media (max-width: 767px) {
	#thank-column {
   	padding: 0px !important; 
  }
}

@media (max-width: 1000px) {
	.thankyou-svg.svg-left {
    left: -30px;
}

.thankyou-svg.svg-right {
    right: -30px;
}
}
@media (min-width: 992px) {
	
#thank-column .fusion-imageframe img {
    min-height: 300px !important;
    object-fit: cover;
}

}