*,
.section-mission-vision .container-fluid {
    padding: 0
}

.location-project ul,
.mission-vision ul {
    display: flex;
    list-style: none
}

.location,
.location-project ul li {
    margin: 0 auto
}

.banner,
.location,
.meeting,
.overview-point {
    text-align: center
}

body {
    background-color: #fff
}

.Location-section .container,
.location-points .container,
.meeting .container,
.overiew .container {
    max-width: 1140px
}

.same-section {
    padding: 40px 0 20px
}

.banner {
    color: #fff;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 70px;
}

.banner::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, .7);
    z-index: 0
}

.banner h1 {
    color: #fff;
    z-index: 1
}

.overview-point {
    background-color: #c08830;
    color: #000;
    padding: 20px;
    box-shadow: 0 6px 9px 3px #ece7e7;
    border-radius: 18px
}

.radio-form-start,
.radio-one {
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px
}

.overview-heading h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px
}

.location-botton {
    padding-top: 30px
}

.mission,
.vision {
    padding: 40px
}

.location-botton a {
    background-color: #c08830;
    border: none;
    padding: 13px 120px;
    font-size: 20px;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    border-radius: 5px
}

.location-image .img-fluid {
    border-radius: 20px;
    box-shadow: 2px 2px 13px 3px #e0dcdc;
    transition: .5s
}

.location-image .img-fluid:hover {
    transform: scale(1.1);
    cursor: pointer
}

.mission-vision ul {
    padding: 0
}

.mission {
    color: #c08830;
    background-color: #000
}

.meeting,
.vision {
    background-color: #c08830;
    color: #000
}

.section-mission-vision {
    padding-top: 10px
}

.mission-heading h3,
.vision-heading h3 {
    font-size: 30px;
    padding: 20px 0
}

.location {
    width: 80%
}

.btn,
.con-field {
    width: 100%;
    margin-bottom: 20px
}

.radio-one p {
    font-size: 21px;
    color: #fff
}

.sehedule h4 {
    padding: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}

.meeting {
    padding-bottom: 30px
}

/* .radio-form-start {
    background-color: #fff;
    padding: 40px 60px;
    border-radius: 10px
} */

.radio-one {
    background-color: #000;
    border-radius: 30px
}

#contact-form {
    padding: 0 40px
}

.radio-one h5 {
    padding: 30px 0 0;
    font-size: 30px;
    font-weight: 700;
    color: #c08830
}

.con-field {
    padding: 10px;
    border: 2px solid #c08830;
    border-radius: 10px
}

.btn {
    background-color: #c08830;
    padding: 9px;
    font-size: 18px;
    margin-top: 20px
}

.location-botton a:hover {
    background-color: #c2bbbb;
    color: #000
}

@media only screen and (max-width:1199px) {
    .location-botton a {
        padding: 13px 100px
    }
}

@media only screen and (max-width:991px) {
    .location {
        width: 90%
    }

    .mission-heading p,
    .vision-heading p {
        font-size: 14px
    }

    .mission-heading h3,
    .vision-heading h3 {
        font-size: 27px;
        padding: 20px 0 10px
    }

    .location-botton a {
        font-size: 16px
    }

    .sehedule h4 {
        padding: 0 0 20px;
        font-size: 31px
    }

    .radio-form-start {
        padding: 30px 50px
    }
}

@media only screen and (max-width:767px) {

    .mission-heading h3::after,
    .vision-heading h3::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 14%;
        bottom: 10px
    }

    .location-image .img-fluid {
        max-width: 70%
    }

    .btn.submit1 {
        width: 70%
    }

    .mission-vision ul {
        display: block
    }

    .mission-heading h3,
    .vision-heading h3 {
        position: relative
    }

    .mission-heading h3::after {
        background-color: #be862f;
        left: 4px
    }

    .vision {
        text-align: right
    }

    .vision-heading h3::after {
        background-color: #000;
        right: 4px
    }

    .radio-form-start {
        background-color: transparent;
        padding: 0 60px 40px;
        border-radius: 0;
        box-shadow: none
    }
}

@media only screen and (max-width:575px) {
    .same-section {
        padding: 20px 0 10px
    }

    .overview-heading h2 {
        font-size: 20px;
        padding-bottom: 0
    }

    .overview-heading p {
        font-size: 11px
    }

    .location-image .img-fluid {
        max-width: 100%
    }

    .btn.submit1 {
        width: 100%;
        padding: 6px
    }

    .mission-heading p,
    .vision-heading p {
        font-size: 12px
    }

    .mission-heading h3::after,
    .vision-heading h3::after {
        bottom: 3px
    }

    .mission-heading h3,
    .vision-heading h3 {
        font-size: 24px;
        padding: 10px 0
    }

    .mission,
    .vision {
        padding: 16px
    }

    .sehedule h4 {
        padding: 0 0 10px;
        font-size: 25px
    }

    .con-field {
        padding: 10px;
        margin-bottom: 9px
    }

    .location,
    .radio-form-start {
        padding: 0
    }

    .btn {
        padding: 6px;
        font-size: 13px
    }

    .section-mission-vision {
        padding-top: 0
    }

    .radio-one h5 {
        padding: 20px 9px 10px;
        font-size: 18px
    }

    #contact-form {
        padding: 0 15px
    }

    .Location-section {
        padding-top: 30px
    }

    .location-botton {
        padding: 25px 0
    }

    .location-botton a {
        padding: 13px 50px;
        font-size: 14px
    }
}