*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
/* Index page styling start */

.banner{
    background: url("/assets/user/images/bg/entrepreneurs.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:50% 39%;
    background-attachment:fixed;
}

.overlay{
 background-color: rgba(0, 0, 0, 0.6);
}

/* .content-wrapper{
    min-height: 100vh;
    align-items: center;
} */

.text-container h1{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.text-container p{
    color: #fff;
    font-size: 22px;
}

.search-field{
    /* width: 46% !important; */
    background-color: #fff;
    border-radius: 15px;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding-bottom: 3rem !important;
}

.search-field form{
    width: 100% !important;
}

.search-field form > div{
    width: 100% !important;
    text-align: center !important;
}

.search-input select{
    width: 100% !important;
}

.input-seach{
    position: relative;
}

.input-seach .icon {
    position: absolute;
    right: 16%;
}

.input-seach .icon i{
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

#search, #exam-type{
    width: 80% !important;
    padding: 10px;
}

#submit{
    width: 80% !important;
    padding: 10px;
    margin: 1rem;
    background-color: #5FB979;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 10px !important;
}

#submit:hover{
    border: none;
    outline: none;
    box-shadow: none;
    border-color: #fff !important;
    background-color: rgb(63, 157, 63);
    transition: 1s ease-in-out;
}



/* Index page styling end */

/* Search Result page styling start */

.result-header{
    justify-content: space-between;
    align-items: center;
    padding: .4rem 3rem;
    background-color:#5E8099;
    color: #fff;

}

.result-header h2{
    font-size: 22px;
}

.result-header .input-seach{
    justify-content: flex-end !important;
}

.result-header .input-seach #search{
    border-radius: 15px;
    padding-top: 5px !important;
    padding-bottom: 7px !important;
}

.result-header .input-seach .icon {
    right: 7%;
}
#example_length, #example2_length{
    display: none !important;
}

.search-table{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0;
    margin: 0 auto !important;
}

.search-table h3{
    font-size: 22px !important;
    padding-bottom: 1.2rem !important;
}

.search-table table a{
    text-decoration: none;
}

.search-table table thead{
    background-color: #4E9575;
    color: #fff;
}

.paginate_button {
    color: #fff !important;
    margin: 1rem 0 !important;
    padding: 0px 8px !important;
    margin-left: .2rem !important;
    /* background-color: #4E9575 !important; */
    /* border-right: 1px solid #000 !important; */
}


#example_previous, #example2_previous, #example_next, #example2_next{
    color: #0D6EFD !important;
    background-color: #fff !important;
}

.back{
    /* width: 80% !important; */
    /* margin-top: 2rem ; */
    display: flex;
    justify-content: flex-start;
}

.back a{
    text-decoration: none;
    background-color: #0D6EFD;
    color: #fff;
    display: block;
    padding: .6rem 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.back a:hover{
    background-color: #08306b;
    transition: 1s ease-in-out;
}

.search-table2{
    padding-top: 0 !important;
}

.dataTables_filter{
    margin-bottom: 1rem !important;
}

.dataTables_filter input{
    outline: none !important;
}

.result-footer{
    text-align: center;
    padding: .6rem 0;
    line-height: 0 !important;
}

.result-footer h2{
    font-size: 17px;
}
.result-footer p{
    font-size: 15px;
}

/* Responsive */

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 480px) {

    .text-container h1{
        margin-top: 2rem;
        text-align: center;
        font-size: 30px;
    }

    .text-container p{
        font-size: 20px;
        text-align: center;
    }
        .search-field{
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }

        .result-header .input-seach{
            justify-content: center !important;
        }

        .result-header .input-seach .icon {
            right: 17%;
        }
        
        .result-header h2{
            text-align: center !important;
            font-size: 20px !important;
            padding-top: .5rem !important;
            padding-bottom: 0 !important;
        }

        .result-footer h2{
            font-size: 17px;
        }
        .result-footer p{
            font-size: 15px;
        }
}


/* Ipads and Tablet */
@media (max-width: 768px) {
    .result-header h2{
        text-align: center !important;
        font-size: 20px !important;
        padding-top: .5rem !important;
        padding-bottom: 0 !important;
    }

}

/* Small screen Laptops */
@media (min-width: 769px) and (max-width: 1024px) {
}

/* Desktop large screen */
@media (min-width: 1025px) and (max-width: 1200px) {
}

@media (min-width: 280px) and (max-width: 653px) {
    .text-container h1{
        margin-top: 2rem;
        text-align: center;
        font-size: 30px;
    }

    .text-container p{
        font-size: 20px;
        text-align: center;
    }
        .search-field{
            border-bottom-left-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            margin-bottom: 2rem;
        }

        .result-header .input-seach{
            justify-content: center !important;
        }

        .result-header .input-seach .icon {
            right: 17%;
        }
        
        .result-header h2{
            text-align: center !important;
            font-size: 20px !important;
            padding-top: .5rem !important;
            padding-bottom: 0 !important;
        }

        .result-footer h2{
            font-size: 17px;
        }
        .result-footer p{
            font-size: 15px;
        }
}