.demo-template-main div {
    text-align: center;
    margin: 0px;
    padding: 20px;
}
.demo-template-main .demo-template-btn {
    display: inline-block;
    width: 215px;
    height: 215px;
    border-radius: 5px;
    border: #4D90FE 2px solid;
    background-color: #f9f9f9;
    transition: .15s linear;
}
.demo-template-main .demo-template-btn:hover {
    border: #4D90FE 3px solid;
    background-color: #e7e7e7;
}
.demo-template-main .demo-template-btn:disabled {
    border: #e7e7e7 1px solid;
    background-color: #c9c9c9;
    cursor: wait;
}
.demo-template-main .demo-template-btn span {
    margin-bottom: 5px;
}
.demo-template-main img {
    width: 110px;
    padding-top: 10px;
}
.demo-template-main p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
#pdf-editing-tab .pdf-instant-demos li {
    flex-basis: 250px;
    padding-bottom: 20px;
    margin-left: auto;
}
#pdf-editing-tab .pdf-instant-demos {
    gap: 30px;
}
.pdf-instant-demos li img {
    /** height: 150px; **/
    margin-top: 7px;
}
.pdf-instant-demos h5 {
    font-weight: 700;
    white-space: nowrap;
        margin-top: 10px;
            padding-left: 10px;
            padding-right: 10px;
}
.instant-demos-desc{
	padding: 10px;
	height: 70px;
	white-space: nowrap;
}
.pdf-instant-demos {
    display: flex;
    flex-wrap: inherit;
    justify-content: left;
    gap: 5px;
}
.pdf-instant-demos li {
	padding-left: 10px;
	padding-right: 10px;
    flex-basis: 250px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-box-shadow: 0px 7px 6px -1px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 7px 6px -1px rgba(0,0,0,0.18);
    box-shadow: 0px 1px 6px -1px rgb(0 0 0 / 18%);
}
#index-top-pdf-demo-area .pdf-instant-demos li {
    flex-basis: 250px;
    padding-bottom: 20px;
    margin-left: auto;
}
@media (max-width:767px) { 
.pdf-instant-demos {
    display: inline-block;

}
#pdf-editing-tab .pdf-instant-demos li {

    margin-bottom: 20px;
}
}