/*=======================================================================
Popular Locations
==========================================================================*/
#uk {
    padding: 80px 0;
    position: relative;
}
#uk .row {
    justify-content: center;
}
#uk .top {
    margin-bottom: 20px;
}
#uk h2 {
    font-size: 32px;
    line-height: 38px;
}
#uk h2 strong {
    color: #F15A82;
    font-weight: 700;
}
#uk p {
    color: #676767;
    font-family: "Titillium Web", sans-serif;
    font-size: 19px;
    line-height: 29px;
}
#uk .slide {
    padding: 10px;
}
#uk .slide a {
    border-radius: 10px;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0;
    box-shadow: 0 0 6px #00000017;
}
#uk .slide a .top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    margin-bottom: 0;
}
#uk .slide a .text {
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
}
#uk .slide .text p {
    margin-bottom: 0;
    font-size: 16px;
    color: #2275D3;
    font-weight: 600;
}
#uk .slide a .text h4 {
    color: #1A2335;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 10px;
}
#uk .slide a .text i {
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: 0;
}
#uk .heading p {
    position: relative;
}

@media(max-width: 767px) {
    #uk {
        padding: 50px 0;
    }
}

/*=======================================================================
Regions
==========================================================================*/
#regions {
    position: relative;
    padding: 80px 0;
    background: #F9F9F6;
}
#regions::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 100%;
    background: transparent linear-gradient(90deg, #F95B83 0%, #283D75 100%) 0 0 no-repeat padding-box;
}
#regions h2 {
    color: #1A2335;
    font-size: 34px;
    line-height: 38px;
}
#regions p {
    color: #676767;
    font-size: 19px;
    line-height: 29px;
}
#regions .heading {
    margin-bottom: 30px;
}

#regions .regions {
    display: flex;
    flex-wrap: wrap;
}
#regions .region {
    padding: 15px;
    width: 33%;

}
#regions .region .inner {
    box-shadow: 2px 2px 0 #0000000F;
    height: 100%;
    border-radius: 10px;
    background: #fff;
}
#regions .region .top {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 23px;
    line-height: 35px;
    padding: 5px 0;
    background: #9BCB40;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#regions h3 {
    font-size: 19px;
    line-height: 29px;
}
#regions .bottom {
    padding: 20px;
}
#regions .locations {
    display: flex;
    flex-wrap: wrap;
}
#regions .location {
    width: 50%;
}
#regions .location a {
    text-decoration: none;
    color: #676767;
    border-bottom: 1px solid #E9EDF0;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}
#regions .fa-location-dot {
    color: #FCA342;
    margin-right: 8px;
}
#regions .fa-arrow-right {
    color: #2275D3;
    position: absolute;
    right: 25px;
}


#regions .search-form {
    position: relative;
    margin: 0 30px 40px 15px; 
    box-shadow: 4px 3px 6px #00000014;
}
#regions .search-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    height: 75%;
    transform: translatey(-50%);
    border-radius: 5px;
    background: #4BC7FE;
    color: #000;
    border: none;
    padding: 0 20px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}
#regions .search-form button:hover {
    background: #FCA342;
}
#regions .search-form button i {
    margin-left: 10px;
    font-size: 14px;
}
#regions input,
#regions select {
    height: 70px;
    padding: 0 20px;
    border-radius: 5px;
}



@media(max-width: 1700px) {
    #regions .fa-arrow-right {
        right: 10px;
    }
}
@media(max-width: 1600px) {
    #regions .fa-arrow-right {
        right: 10px;
    }
    #regions .location {
        width: 100%;
    }
}
@media(max-width: 1200px){
    #regions .search-form {
        margin: 0 15px 40px 15px; 
    }

    #regions .region {
        width: 50%;
    }
}
@media(max-width: 767px) {
    #regions .region {
        width: 100%;
    }
}
