.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}
@media (min-width:768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block
    }

    .text-lg-right {
        text-align: right
    }
}

@media (min-width:1200px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%;
        max-width: 58.3333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}
p {
    font-size: 18px;
    margin-top: 0;
}
.pt_50 {
    padding-top: 40px;
}
.pb_50 {
    padding-bottom: 50px;
}
.pb_20 {
    padding-bottom: 20px;
}
.py_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mb_30 {
    margin-bottom: 20px;
}
.text-center {
    text-align: center;
}
.bg_white {
    background: #fff;
}
.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1310px;
}
.btn_book:hover {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
}

.page_title {
    background: #3f60ba;
    padding: 40px 0;
}
.page_title h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
}
.choose_state_sidebar .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}
.stats_uni {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    transition: 0.2s all linear;
}
.stats_uni:hover {
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    transition: 0.2s all linear;
}
.stats_uni .image {
    position: relative;
    padding-top: 70%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s all linear;
}
.stats_uni .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s all linear;
}
.stats_uni:hover .image img {
    transform: scale(1.1);
    transition: 0.2s all linear;
}
.stats_uni .content {
    padding-top: 16px;
    position: relative;
    display: flex;
    align-items: center;
}
.stats_uni .content .uni_logo {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #eeeeee99;
    padding: 6px;
    margin-right: 10px;
    background: #eee;
}
.stats_uni .content .uni_name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
.stats_uni .content .state {
    font-size: 14px;
    margin-top: 3px;
}
.filter_states_uni label {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}
.filter_states_uni label input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.choose_state_sidebar {
    position: sticky;
    top: 40px;
}
button.load_more_btn {
    padding: 12px 20px;
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: 1px;
    min-width: 200px;
}
@media(max-width:991px){
    .page_title {
        padding: 30px 0;
    }
    .page_title h1 {
        font-size: 30px;
    }
    .py_50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .choose_state_sidebar {
        margin-bottom: 30px;
    }
}