/* header css */

.u-navbar-item:nth-child(4)>a {
    color: #327240;
}

@media only screen and (max-width: 1024px) {
    .carousel_btn {
        display: none;
    }
}

.u-locate-body {
    padding: 50px 10%;
    background-color: white;
}

.u-locate-body-title {
    font-size: 18px;
    color: #118081;
}

.u-paymethod-videobtn {
    height: 40px;
    max-width: 250px;
    border-radius: 20px;
    color: white!important;
    background-color: #80A6AC;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    
}

.u-locate-body-line {
    width: 100%;
    height: 2px;
    background-color: #C4C7CB;
    margin: 30px 0;
}

.u-locate-input {
    width: 32%;
}

.u-locate-input input {
    width: 100%;
    height: 40px;
    border: 1px solid #C4C7CB;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-locate-input div {
    font-size: 14px;
    margin-bottom: 5px;
}

.u-locate-input input:focus-visible {
    outline: none;
}

.u-locate-input select {
    width: 100%;
    height: 40px;
    border: 1px solid #C4C7CB;
    border-radius: 20px;
    padding: 5px 10px;
}

.u-locate-input select:focus-visible {
    outline: none;
}

.u-locate-btn {
    width: 80%;
    max-width: 250px;
    height: 45px;
    background-color: #118081;
    color: #fff;
    margin: auto;
    margin-top: 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.5s;
}


/* header css */


/* map */

.u-locate-map {
    display: none;
}

.u-locate-map-disc {
    width: 30%;
    padding: 5%;
    background-color: #FAFAFA;
}

.u-locate-map-map {
    width: 95%;
}

.u-locate-map-disc .u-locate-body-title {
    font-size: 25px;
    color: #118081;
    text-align: center;
}

.u-locate-map-disc-body {
    padding: 10px 20px;
    border-top: 1px solid #80A6AC;
    border-bottom: 1px solid #80A6AC;
    margin-top: 20px;
    width: 100%;
}

.u-locate-map-disc-body>div {
    font-size: 15px;
    display: flex;
    margin: 10px 0;
}

.u-locate-map-disc-body>div>div {
    font-weight: bold;
    width: 150px;
}

.u-locate-map-map img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .u-locate-input {
        width: 100%;
    }
    .u-locate-map-disc {
        width: 100%;
    }
    .u-locate-map-map {
        width: 100%;
    }
}