@media (max-width:991px) {

    /* common heading */
    .heading .title {
        font-size: 24px;
    }



    /* common button */
    .button {
        padding: 10px !important;
    }

    .button2 {
        padding: 10px !important;
    }

    .brochure .col-xl-7 a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .brochure .col-xl-7 h1 {
        font-size: 24px;
    }

    .brochure .sobhatitle {
        padding-top: 50px;
        padding-bottom: 50px;
    }


}

@media (min-width:1600px) {
    p {
        font-size: 18px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .brochure .row .mainimage {
        right: 7%;
        height: 70%;
    }
}

@media (min-width:768px) {

    .brochure .button2,
    .brochure .button {
        width: 250px;
    }
}

@media (min-width:1600px) {

    .brochure .button2,
    .brochure .button {
        width: 300px;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .brochure .sobhatitle {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .brochure .col-xl-7 a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .brochure .row .mainimage {
        right: 7%;
        height: 75%;
    }
}

@media(max-width:767px) {
    .explore .row .heading:after {
        width: 100%;
    }
}

@media (min-width:767px) and (max-width:1499px) {

    /* explore */
    .explore .row .image:after {
        position: absolute;
        content: '';
        background-color: lightgrey;
        width: 3px;
        height: 100%;
        right: 0px;
        top: 0;
    }

    /* explore */
    .explore .row .image2:after {
        position: absolute;
        content: '';
        background-color: lightgrey;
        width: 3px;
        height: 100%;
        left: 0px;
        top: 0;
    }


}

@media (min-width:1500px) {

    /* explore */
    .explore .row .image:after {
        position: absolute;
        content: '';
        background-color: lightgrey;
        width: 3px;
        height: 100%;
        right: 50px;
        top: 0;
    }

    .explore .row .image2:after {
        position: absolute;
        content: '';
        background-color: lightgrey;
        width: 3px;
        height: 100%;
        left: 50px;
        top: 0;
    }

    .explore .row .heading:after {
        left: -50px;
    }

    .explore .row .heading2:after {
        left: auto;
        right: -50px;
    }
}


/* premium amenities */
@media (max-width:575px) {
    .Pamenities .andalso p {
        width: 100%;
    }

    .Pamenities .carousel-item a {
        width: 100%;
        height: 50%;
    }

    .Pamenities .carousel-control-prev {
        top: -50px;
        right: 80px;
    }

    .Pamenities .carousel-control-next {
        top: -50px;
        right: 20px;
    }

    .Pamenities .carousel-item a .heading {
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
        background-color: white;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .Pamenities .carousel-item a .heading {
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5px;
        padding-right: 10px;
        background-color: white;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .Pamenities .carousel-item a .heading {
        position: absolute;
        left: 0px;
        bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
    }
}

@media (max-width:991px) {
    .Pamenities .carousel-item a .heading .sub-title {
        font-size: 1.2rem !important;
    }
}


/* gallery */
@media (min-width:575px) {
    .gallery .heading .p2:before {
        position: absolute;
        content: '';
        background-color: black;
        left: -44px;
        bottom: 11px;
        width: 40px;
        height: 4px;
    }
}


/* footer */
@media (min-width:991px) {
    footer {
        margin-top: 100px;
    }
}

@media (max-width:1199px) {
    footer .form {
        right: 5%;
    }
}

@media (min-width:1200px) and (max-width:1799px) {
    footer .form {
        right: 15%;
    }
}

@media (min-width:1800px) {
    footer .form {
        right: 25%;
        width: 700px;
        height: 350px;
    }
}
