:root {
    --primary-color: #2A67D2;
    --secondary-color: #F5A623;
    --dark-color: #1C2C4C;
    --light-bg: #FDF9F2;
}

.sc-schools-reg-btn {
    background-color: var(--secondary-color) !important;
}

.main_categories li a i {
    margin-bottom: 15px;
    ;
}

.custom-search-input-2 input[type="submit"],
a.btn_add,
.btn_add {
    background-color: var(--primary-color) !important;
}

ul.bullets li.area:before {
    font-family: 'ElegantIcons';
    content: "\e0fd";
    color: #32a067;
    position: absolute;
    left: 0;
}

ul.bullets li.city:before {
    font-family: 'ElegantIcons';
    content: "\e052";
    color: #32a067;
    position: absolute;
    left: 0;
}

ul.bullets li.governorate:before {
    font-family: 'ElegantIcons';
    content: "\e080";
    color: #32a067;
    position: absolute;
    left: 0;
}

ul.bullets li.address:before {
    font-family: 'ElegantIcons';
    content: "\e081";
    color: #32a067;
    position: absolute;
    left: 0;
}

.fees_min,
.fees_max {
    margin-bottom: 15px;
}

.fees_min span,
.fees_max span {
    font-weight: 600;
    color: #004dda;
}

.search-schools-link {
    font-weight: bold !important;
}

.strip .wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-style: normal;
}

.strip .wish_bt:after {
    font-family: 'ElegantIcons';
    content: "\e012";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.strip .compare_bt {
    position: absolute;
    right: 65px;
    top: -15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-style: normal;
}

.strip .compare_bt:after {
    font-family: 'ElegantIcons';
    content: "\2b";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_account .form_container hr {
    margin: 20px 0 !important;
}


.col-red {
    color: #f0151f;
}

.col-red:hover {
    color: #f0151f;
}

.error-message {
    color: #f0151f;
}

.message.success,
.message.error {
    display: none;
}

/*compareBar style start*/

.compare_btn {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    line-height: 1.4;
    transition: all 0.2s ease;
    text-decoration: none;
}


.compare-bar {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
    width: 50%;
    min-width: 280px;
    max-width: 625px;
    z-index: 9999;
}

.Compare-btn {
    padding: 8px 8px;
    background-color: #2A67D2;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border: none !important;
    border-radius: 4px !important;
    text-transform: capitalize;
}

.btn-Cancel {
    padding: 8px 8px;
    background-color: #fff;
    color: #2A67D2;
    border-radius: 4px !important;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #2A67D2;

}

.comp-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 6px;
    background-color: #e65100;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    line-height: 1;
}

.compare-bar {
    display: flex;
}

.compare-bar-actions {
    display: flex;
    gap: 10px;
}


@media (max-width: 768px) {
    .compare-bar {
        width: 100%;
        left: 0;
        transform: none;
        bottom: 15px;
        padding: 15px 10px;
    }

    .compare-bar-count {
        font-size: 13px;
    }

    .compare-bar-actions button {
        font-size: 12px;
        padding: 6px 10px;
    }
}

/*compareBar style end*/

.auth-warning-dialog {
    background: #fff;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.compare-active,
.favourite-active{
    background-color: #fff !important;
    color: #000 !important;
}

.head-dashboard{
    margin-top: 12px !important;
}
.head-dashboard a{
    font-size: 0.875rem;
    font-weight: 500;
}
.alert-danger{
    color: #f0151f;
}

.school-card-city{
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    right: 15px;
    bottom: 15px;
    z-index: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 10px 4px 10px;
    line-height: 1;
}
.strip ul li:last-child {
    margin-top: 4px;
}
.second-p{
    font-size: 1.2rem !important;
}
.box_faq ul{
    list-style: circle;
    margin: 0 0 10px 25px;
}
.box_faq p{
    margin-bottom: 10px;
}
.box_faq ul li, .box_faq p{
    font-size: 1rem;
}
.box_faq h4{
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .strip ul{
        margin-top: 32px;
    }
    .loc_open.btn_add{
        display: block;
    }
    .strip ul li{
        margin-right: 0px;
    }
    .float-end{
        float: none !important;
    }
}