#locations {
    background: #F9F9F6;
    padding: 80px 0;
}
#locations .location {
    padding: 25px 12.5px;
}
#locations .location a {
    background: #fff;
    display: flex;
    text-decoration: none;
    color: #676767;
    font-size: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#locations .location a h4 {
    font-size: 20px;
    line-height: 27px;
    color: #2D2A25;
}
#locations .location a img {
    width: 305px;
    height: 273px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#locations .location a .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}
#locations .location a .text .profile {
    margin-bottom: 20px;
}
#locations .location a .text .view {
    text-align: right;
    color: #2275D3;
    font-weight: 600;
}
#locations .location a .text .view i {
    margin-left: 10px;
}
@media (max-width: 1600px) {
    #locations .location a img {
        width: 250px;
        height: 224px;
    }
}
@media (max-width: 1400px) {
    #locations .location a img {
        width: 200px;
        height: 250px;
    }
}
@media (max-width: 767px) {
    #locations .location a {
        flex-direction: column;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    #locations .location a img {
        width: 100%;
        height: 150px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }
    #locations .location a .text {
        padding: 20px;
    }
}


/* ========================================================================================
Filters
========================================================================================*/
#filters::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: -40px;
    height: calc(100% + 40px);
    background: transparent linear-gradient(96deg, #F95B83 0%, #283D75 100%) 0 0 no-repeat padding-box;
    z-index: 1;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
}
#filters {
    position: relative;
    padding: 0 0 30px;
}
#filters .container {
    position: relative;
    z-index: 2;
}
#filters h2 {
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 40px;
}
#filters .search-form {
    position: relative;
}
#filters .search-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    height: 75%;
    transform: translatey(-50%);
    border-radius: 5px;
    background: #2275D3;
    color: #fff;
    border: none;
    padding: 0 20px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}
#filters .search-form button:hover {
    background: #FCA342;
}
#filters .search-form button i {
    margin-left: 10px;
    font-size: 14px;
}
#filters input,
#filters select {
    height: 70px;
    padding: 0 20px;
    border-radius: 5px;
}

/*=======================================================================
Register
==========================================================================*/
#features {
    padding: 80px 0;
    position: relative;
}
#features .icon {
height: 25px;
    width: 31px;
    margin-bottom: 10px;
}
#features .top {
    margin-bottom: 50px;
}
#features h2 {
    font-size: 32px;
    line-height: 38px;
}
#features h2 strong {
    color: #E6144C;
    font-weight: 700;
}
#features p {
    color: #676767;
    font-family: "Titillium Web", sans-serif;
    font-size: 19px;
    line-height: 29px;
}
#features .row {
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
}
#features .column {
    width: 33%;
    padding: 12.5px;
}
#features .column .inner {
    box-shadow: 2px 3px 6px #00000014;
    border-radius: 10px;
}
#features .column .top {
    margin-bottom: 0;
    padding: 25px 25px 0;
}
#features .column h3 {
    font-size: 20px;
    line-height: 27px;
    margin: 5px 0;
    color: #2D2A25;
}
#features .column p {
    font-size: 16px;
    line-height: 27px;
}
#features .bottom {
    padding: 10px 25px 25px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#features .column .top img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
#features .toggle{
    color: #2275D3;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    cursor: pointer;
}
#features .more{
    display: none;
}
#features .inner{
    height: 100%;
}
@media(max-width: 1400px) {
  
}

@media(max-width: 1200px) {
    #features .column {
        width: 50%;
        padding: 12.5px;
    }
    #features .row {
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media(max-width: 991px) {
    #features .column {
        width: 100%;
        padding: 12.5px;
    }

    #features .top {
        margin-bottom: 20px;
    }
}

@media(max-width: 500px) {
    #features {
        padding: 50px 0;
    }
}


/* ========================================================================================
FORM
========================================================================================*/
#form {
    padding: 80px 0;
    position: relative;
}
#form .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
#form h2 {
    font-size: 32px;
    line-height: 38px;
}
#form h2 strong {
    color: #2275D3;
    font-weight: 600;
}
#form p {
    color: #676767;
    font-family: "Titillium Web", sans-serif;
    font-size: 19px;
    line-height: 29px;
}
#form .row {
    position: relative;
    z-index: 2;
}

#form .form-wrap{
    width: 632px;
    background: #fff;
    display: block;
    margin: 50px auto 0;
    border-radius: 10px;
    min-height: 500px;
    box-shadow: 0px 0px 6px #0000000F;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
#form .form-wrap p{
    width: 100%;
}
@media(max-width: 991px){
    #form .form-wrap{
        width: 100%;
    }
}

/* ========================================================================================
FAQS
========================================================================================*/
#faqs {
    padding: 80px 0;
    background: #F9F9F6;
}
#faqs .left img {
    border-radius: 10px;
    width: 577px;
    height: 683px;
}
#faqs .right {
    padding-right: 300px;
}
#faqs .right #faqs_accordion {
    box-shadow: 2px 3px 2px #0000000F;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    margin-top: 30px;
}
#faqs .right #faqs_accordion button {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    color: #1A2335;
}
#faqs .right #faqs_accordion .accordion-body {
    color: #5A5A5A;
    line-height: 27px;
}
#faqs .right .subheading h3 {
    font-size: 20px;
    line-height: 27px;
    color: #2D2A25;
}
#faqs .right .subheading p {
    color: #676767;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
}
#faqs .top {
    margin-bottom: 50px;
}
#faqs .top h2 {
    font-size: 34px;
    line-height: 38px;
    color: #000;
}
#faqs .top p {
    color: #676767;
    font-size: 19px;
    line-height: 29px;
}
#faqs .top .icon i {
    color: #fff;
    background: #FCA342;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin: 0 auto 10px;
}

@media(max-width: 1600px) {
    #faqs .left img {
        width: 400px;
        height: 473px;
    }
    #faqs .right {
        padding-right: 15px;
    }
}

@media(max-width: 1200px) {
    #faqs .left img {
        width: 300px;
        height: 355.11px;
    }
}

@media(max-width: 991px) {
    #faqs .left img {
        display: block;
        margin: 0 auto 50px;
    }
}
