#first 
{
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 110px;
}
#first .path
{
    color: #ffff !important;
    font-size: .875rem !important;
}
#first .path a
{
    color: #ffff !important;
    font-size: .875rem !important;
    text-decoration: none;
}
#first h1
{
    font-size: 25px;
    padding-top: 20px;
    font-weight: 400;
    color: #ffff;
}
#first .text
{
    color: #ffff;
    font-size: 1rem;
}
#second 
{
    background-color: #F8F8F8;
}
#second .tabs
{
    border: #707070 2px solid;
    border-radius: 7px;
    padding: 4px 4px;

}
#second .country-filter
{
    background-color: #F8F8F8;
    text-align: center;
    padding: 14px 10px;
    
}

.activeTab {
    background-color: #CFDAFA !important;
    cursor: pointer;
}

#second .country-filter:hover, #second .country-filter .active
{
    background-color: #CFDAFA;
    cursor: pointer;
}
#second .country-filter button
{
    outline: none !important;
    box-shadow: none !important;
    background-color:inherit;
    color: #3b3b3b;
    font-size: 1rem;
    border: none;
    height: 100%;
    width: 100%;
    text-align: center;
}
#second .university-image
{
    height: 240px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    width: 65%;
    margin: auto;
}
#second .university-details
{
    background-color: #ffffff;
    padding-top: 10px;
}
#second .university-details .name
{
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    color: #3B3B3B;
}
#second .university-details .location
{
    color: #ADADAD;
    font-size: .8rem;
}
#second .university-details .rate .num
{
    font-size: 20px;
    font-family: "DINPro-Bold" !important;
    font-weight: bold;
    color: #3B3B3B;
    
}
#second .university-details .rate .description
{
    color: #ADADAD;
    font-size: 1rem;
    margin-top: -6px;
    
}

.register {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.register button {
    width: 100%;
    text-align: center;
    border-radius: 22px;
    font-size: 18px;
    font-family: "Swissra Bold" !important;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #2E65FF;
    color: #ffffff;
    transition: background-color 0.5s;
}
.register button:hover
{
    background-color: #ffffff;
    color: #2E65FF;
}
.modal-body button {
    width: 100%;
    text-align: center;
    border-radius: 22px;
    font-size: 18px;
    font-family: 'Swissra Bold' !important;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #2E65FF;
    color: #ffffff;
    transition: background-color 0.5s;
}
.modal-body button:hover
{
    background-color: #ffffff;
    color: #2E65FF;
}
.register .icons {
    margin-top: 18px;
    margin-bottom: 15px
}

.register .icons .circle i {
    padding: 9px;
    color: #3b3b3b !important;
    font-size: 36px;
}

.register .icons .circle {
    height: 60px;
    width: 60px;
    background: #F8F8F8;
    border-radius: 50%;
    display: inline-flex;
    margin-left: 6px;
    justify-content: center;
}

.register .icons .facebook:hover {
    background: #4267b2 !important;

}

.register .icons .instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);


}

.register .icons .whatsapp {
    transition: all .34s;
}

.register .icons .whatsapp i {
    transition: all .15s;
    line-height: 39px;
}

.register .icons .whatsapp:hover {
    background: #5bfa7a !important;
}

.register .icons .whatsapp:hover i {
    color: #FFF !important;
}

.modal .title {
    font-size: 20px;
    font-family: 'Swissra Medium' !important;
    text-align: center;
    margin-bottom: 29px
}
select {
    -webkit-appearance: none !important;
}
button:focus
{
    outline: none !important;
    box-shadow: none !important;
}
.modal-body
{
    padding-top: 40px;
    font-size: 1rem;
    font-family: 'Swissra Regular' !important;
}



@media screen and (max-width: 768px)
{
    #second .university-details .name {
        font-size: 14px;
    }
    #second .university-details .location {
        font-size: 15px
    }
    #second .university-details .rate .num {
        font-size: 18px;
    }
    #second .university-details .rate .description {
    font-size: 15px;
    }
    #second .university-details .others .price {
        font-size: 1rem;
    }
    #second .title {
        font-size: 21px;
    }
    #second .col-lg-3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #first .text {

        font-size: 12px;
    }
    #first .path {
        color: #ffff;
        font-size: 12px;
    }
    #first h1 {
        font-size: 23px;
        padding-top: 20px;
        font-weight: 400;
        color: #ffff;
    }
    #first {
        height: 350px;
    }
}
@media screen and (max-width: 767px) {
    
   

    .register button {
        width: 100%;
        text-align: center;
        border-radius: 22px;
        font-size: 18px;
        height: 45px;

    }

    .register .icons {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .register button {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 375px) {
    .register .modal-body {
        font-size: 13px;
    }

    .register textarea {
        font-size: 13px;
    }

    .register .form-control::placeholder {
        font-size: 13px;
    }

    .register .form-control select option {
        font-size: 13px;
    }
}