/*
 Theme Name:   MYS Child Theme
 Theme URI:    http://www.mys17.myseducation.com/
 Description:  Compress Theme Education 
 Author:       Yousaf
 Author URI:   http://www.mys17.myseducation.com/
 Template:     campress 
 Version:      1.0.0
*/
 
@import url("../campress/style.css");


.result_box ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    color: #002b46;
}
.result_box ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

.result_box {
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 25px;
}
.result_box h3 {
    margin: 0;
    font-weight: normal;
}
.result_box h3 a {
    color: #61c408;
}
.loadData button {
    border: 0;
    background-color: #003b60;
    color: #fff;
    padding: 12px 60px;
    font-size: 18px;
    border-radius: 8px;
}
.loadData {
    margin: 80px 0 35px;
    text-align: center;
}
.loadData button:hover {
    background-color: #61c408;
}
.result_box ul li label {
    color: #61c408;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 5px;
}
.srch_data img {
    display: table;
    margin: 0 auto 20px;
}
.result_box h3 a:hover {
    color: #003b60;
}
.result_box p {
    color: #002b46;
}
.search-button button#srch_btn {
    width: 100%;
    border: 1px solid #fff;
    background: none;
    font-weight: normal;
}
.ui-autocomplete.ui-widget-content {
	max-height: 300px;
    overflow-y: auto;
}
.ui-autocomplete.ui-widget-content li {
	margin: 0 !important;
	padding: 10px 0 !important;
}
.loadData1{
	 margin-bottom: 35px;
}
.loadData1 a{
	border: 1px solid #61c408;
    padding: 10px 29px;
    font-size: 18px;
    border-radius: 3px;
    color: #61c408;
}
@media screen and (max-width: 992px) {
    .result_box ul li {
        width:100%; 
            margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .widget-search-form input {
        margin: 0 0 15px;
    }
    #top_cat > .kc_column_inner{
        margin-bottom: 30px;
    }
}

