/* Multi-Generational Vacations Responsive Styles */

@media (max-width: 1200px) {
    .event-cont h1 {
        font-size: 55px;
        line-height: 65px;
    }
}

@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 {
        text-align: center;
    }

    .event-cont h1 {
        font-size: 48px;
        line-height: 58px;
    }

    .event-cont h3 {
        font-size: 26px;
        line-height: 36px;
    }

    /* About Section Collage Fix */
    .abt-col {
        width: 100% !important;
        height: auto !important;
        min-height: 400px;
        margin-bottom: 50px;
        display: block !important;
    }

    .abt-mnimg.cmncls img {
        height: 350px !important;
    }

    .abt-dnimg.cmncls {
        right: 0 !important;
        bottom: -20px !important;
        width: 50% !important;
        position: absolute !important;
    }

    .abt-con {
        padding-left: 0 !important;
        text-align: center;
        height: auto !important;
        overflow: visible !important;
        margin-top: 20px;
    }

    section.about-sec .main-btn {
        margin-left: 0;
        display: inline-block;
    }

    /* Why Choose Us - Image Collage */
    .whychslft {
        width: 100% !important;
        height: auto !important;
        min-height: 450px;
        margin-bottom: 40px;
    }

    .ychsbrdr {
        left: 10% !important;
        width: 75% !important;
        height: 350px !important;
        top: 0 !important;
    }

    .ychsimg {
        left: 18% !important;
        top: 30px !important;
        width: 75% !important;
    }

    .ychsimg img {
        height: 350px !important;
    }

    .ychsbtmcont {
        width: 80% !important;
        right: 5% !important;
        bottom: 20px !important;
        position: absolute !important;
    }

    .whychsrght {
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }

    section.bknow.wchst h1 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    section.page-title .container {
        top: 20px;
    }

    .event-cont span {
        padding: 5px 20px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .event-cont h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .event-cont h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .abt-icbx {
        width: 100% !important;
        margin-bottom: 25px;
    }

    section.bknow h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .ctacont {
        width: 100% !important;
        padding: 20px;
    }

    .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%;
    }

    section.attractionlist .head-sec h2 {
        font-size: 36px;
    }

    section.attractionlist .head-sec p {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .page-title {
        min-height: 60vh;
    }

    .event-cont h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .abt-mnimg.cmncls img {
        height: 300px !important;
    }

    .abt-dnimg.cmncls img {
        height: 140px !important;
    }

    .ychsimg img {
        height: 300px !important;
    }

    .ychsbrdr {
        height: 300px !important;
    }
}