.ishf-inner{
	background-color: #fff;
	padding: 20px;
} 
.ishf-header-footer-textarea{
	width:100%;
	
}
.wrap .ishf-inner h4.heading-h4{
	font-size: 24px;
	margin: 0;
	padding-bottom:12px;
	line-height: 34px;
	border-bottom: 1px solid #eee;
	padding-top: 4px;
}
.wrap div.ishf_updated {
    margin: 5px 0 15px;
}
.success.ishf_updated {
    border-left-color: #46b450;
}
.error.ishf_updated {
    border-left-color: #000;
}
div.error, div.ishf_updated {
    background: #fff;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 1px 12px;
}
.notice-success.ishf-success-msg
{
	border-left-color: #46b450;
}

.notice-error.ishf-error-msg
{
	border-left-color: red! important;
}

.ishf-inner label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
    margin-top: 25px;
}


.wrap.ishf-script-wrap [class$=icon32]+h2, .wrap.ishf-script-wrap h1, .wrap.ishf-script-wrap>h2:first-child {
    padding: 0;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 30px;
}

.ishf-script-wrap .ishf-row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 100%;}

.ishf-script-wrap .ishf-col-6 {
    padding: 0 15px;
    flex: 1;
}

.ishf_pro_details {
    background: #fff;
    padding: 20px 30px;
    max-width: 100%;
    border: 3px dotted #b7b7b7;
}

.ishf_pro_details h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
}

.ishf_pro_details ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}
.ishf_pro_details ul li ul {
    padding-left: 30px;
    margin-top: 10px;
}

.ishf_pro_details ul li:before {
    content: "🗸";
    margin-right: 8px;
}

.ishf_pro_details .ishf_premium_btn {
    font-size: 16px;
    padding: 0 22px;
    background: #00CB95;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    text-transform: capitalize;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.5s;
}

.ishf_pro_details .ishf_premium_btn:hover {
    background: #333333;
}

@media (max-width: 1300px) {
    .col-6 {
        flex: 100%;
    }
    
    .ishf_pro_details {
        margin-top: 30px;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .ishf_pro_details {
        padding: 30px 15px;
    }
}