.new-content {
    margin: 40px 0;
}


.new-content figure img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin: 20px 0;
}

.new-content strong {
    font-size: 20px;
    color: #202020;
    padding: 0 0 12px;
    font-family: 'proxima_nova_rgregular';
    font-weight: 600;
    line-height: 24px;
    display: block;
}


.newhead {
    margin-bottom: 20px;
}


.newhead h3 {
    font: 24px / 26px 'patua_oneregular';
    color: #115b05;
}


.booking-form strong {
    font: 24px/35px 'patua_oneregular';
    color: #fff;
    display: block;
    outline: none;
    text-decoration: none;
    text-align: center;
    background-color: #115b05;
}

.sticky-box ul li a {
    color: #115b05;
}


.footer strong {
    color: #fff;
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    display: block;
    letter-spacing: 0em;
    text-align: left;
}




@media (max-width:767px) {
    #banner img {
        width: 100%;
        height: 141px;
        object-fit: cover;
    }

    .new-content {
        margin: 16px 0;
    }

    .new-content figure img {
        height: 200px;
        margin: 15px 0;
    }

    .security_box h3 {
        margin-bottom: 40px;
    }

    .security_box input[type="submit"] {
        margin-top: 28px;
    }

    .security_box {
        height: auto;
        width: 90%;
        margin-top: 30%;
        padding-bottom: 140px;
    }
}