#popupleadformpageload .modal-dialog {
    width: 500px;
    margin: 30px auto;
}

#popupleadformpageload .modal-header {
    color: #fff;
    padding: 15px;
    display: flex;
}

#popupleadformpageload .modal-header h5 {
    font-size: 18px;
    color: #ffffff;
}

#popupleadformpageload .modal-header .close {
    opacity: 1;
}

#popupleadformpageload .modal-body {
    background: #e8edf0;
    padding: 15px;
}


/* new code  */
.border-50 {
    border-radius: 50px;
}

.border-20 {
    border-radius: 20px;
}

.slider-section .slider .slider-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.slider-section .slider .slider-item .slider-content-box {
    background: rgba(0, 0, 0, 0.4) !important;
    /* background: radial-gradient(#e66465, #1f9cf0); */
    height: 100%;
    width: 100%;
    padding: 50px 50px 150px 50px;
}

.slider-section .slider .slider-item .slider-content-box h1 {
    font-size: 4.4rem;
}

.search-college {
    top: -130px;
    height: 180px;
}

.cities-card .cities-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.cities-card .cities-text {
    /* margin-top: -40px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 20px !important;
}

/* .top-cities .row>.col-xs-6 {
    padding: 0;
} */

.custom-border {
    border: 1px solid #B4BAC7;
}


.swiper-slide .card-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-image-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
}

.testimonial-active-five .top-exams-card {
    background-color: #FCFCFC;
}

.testimonial-active-five .top-exams-card {
    border: 3px solid #EBEDF5 !important;
}

/* .top-cities .row>.col-md-2 {
    width: 18%;
} */

.search-title {
    padding-left: 50px;
    padding-right: 50px;
}

.account__form .form-select {
    padding: 1rem 0.75rem;
}


@media (max-width: 500px) 
{

    .categories-area-two .row .col-sm-6 {
        width: 50%;
    }

    .categories__item-two a .content {
        display: block;
        width: 100%;
    }

    .categories__item-two a .content span {
        display: block;
        text-align: center;
    }

    .categories__item-two a {
        padding: 15px;
    }

    .categories__item-two a .content img {
        display: block;
        margin: 0 auto;
    }

    .slider-section .slider .slider-item .slider-content-box h1 {
        font-size: 2rem;
        margin-bottom: 10px !important;
    }

    .slider-section .slider .slider-item .slider-content-box h5 {
        font-size: 1rem;
    }

    .slider-section .slider .slider-item .slider-content-box p {
        font-size: 14px !important;
    }

    .slider-section .slider .slider-item .slider-content-box {
        background: rgba(0, 0, 0, 0.2);
        height: 100%;
        width: 100%;
        padding: 30px 15px 50px 15px;
    }

    .search-college {
        top: 20px;
        height: auto;
        margin-bottom: 50px;
    }

    .search-college .row>.col-xs-6 {
        width: 50%;
    }

    .top-cities .row>.col-xs-6 {
        width: 50%;
        margin-top: 8px;
        padding: 0 .5rem;
    }

    .partner-row>.col-xs-6 {
        width: 50%;
    }

    .row.justify-content-between {
        justify-content: center !important;
    }

    .search-title {
        padding-left: 1rem;
        padding-right: 1rem;
    }


}