/* Milestone Celebrations Responsive Styles */

@media (max-width: 1200px) {
    .event-cont h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .page-title {
        height: auto;
        min-height: 80vh;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    section.page-title .container {
        top: 40px;
    }

    .event-cont h1 {
        font-size: 44px;
        line-height: 54px;
    }

    .event-cont h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .amn-box {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .amn-hed h4 {
        font-size: 30px;
    }

    section.attractionlist .head-sec p {
        letter-spacing: 1px;
        font-size: 16px;
    }

    .testlft, .testrght {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .testlft h2 {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    section.page-title .container {
        top: 20px;
    }

    .event-cont {
        text-align: center;
    }

    .event-cont span {
        padding: 5px 20px;
        display: inline-block;
    }

    .event-cont h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .event-cont h3 {
        font-size: 20px;
        line-height: 30px;
    }

    section.attractionlist .head-sec {
        padding-bottom: 30px;
    }

    section.nwbk, section.bknow {
        padding: 4em 0;
    }

    .nwbk h2 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    section.bknow h1 {
        font-size: 32px;
    }

    .ready-form h2 {
        font-size: 28px;
        text-align: center;
    }

    .form-ready form .col-lg-6, 
    .form-ready form .col-lg-3,
    .budgets, .events {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .radio-list-group {
        flex-direction: column;
    }

    .form-ready .main-btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .page-title {
        min-height: 60vh;
    }

    .event-cont h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .event-cont h3 {
        font-size: 18px;
        line-height: 28px;
    }

    section.attractionlist .head-sec h2 {
        font-size: 28px;
    }

    .nwbk h2 {
        font-size: 24px;
    }

    .amn-box {
        padding: 15px;
    }
    
    section.amenities {
        padding: 40px 12px;
    }
}
