@media only screen and (max-width:1470px) {
    .banner-content .content {
        position: absolute;
        top: 150px;
        left: 46%;
        transform: translateX(-50%);
    }
    .search-bar .search-content {
        width: 123%;
    }
}

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

    h5 {
        font-weight: 600;
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .view-btn a {
        font-size: 11px;
        padding: 6px 12px;
        border-radius: 15px;
    }

}

@media only screen and (max-width:991px) {
    
    .banner-content .content {
        top: 140px;
    }
    .section-title h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .banner-overlay {
        padding: 170px 0px;
    }

    .subscribe-part .image {
        display: none;
    }

    .subscribe-part .text {
        padding: 15px 9px;
        width: 100%;
        border-radius: 10px;
    }

    .subscribe-part .text .custom-control {
        width: 70%;
        margin-bottom: 20px;
    }

}


@media only screen and (max-width:767px) {
    .section-title h2 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700px;
        text-transform: capitalize;
    }
    .banner-content .content {
        top: 140px;
    }

    .subscribe-part .image {
        display: none;
    }
    .subscribe-part .text {
        padding: 15px 9px;
        width: 100%;
        border-radius: 10px;
    }
    .subscribe-part .text .custom-control {
        width: 70%;
        margin-bottom: 20px;
    }

}

@media only screen and (max-width:576px) {
    h3 {
        font-weight: 500;
        font-size: 18px;
    }

    h5 {
        font-weight: 500;
        font-size: 15px;
    }

    .section-title h2 {
        font-size: 17px;
        line-height: 24px;
    }

    .banner-content .content {
        top: 130px;
        left: 34%;
        transform: translateX(-29%);
    }

    .banner-overlay {
        padding: 260px 0px;
    }

    .custom-btn {
        font-weight: 400;
        font-size: 14px;
        margin-left: 0px !important;
        letter-spacing: 0px;
    }
    .top-destination-image ul li {
        font-size: 10px;
    }

    .ticket-banner-slide img {
        min-height: 110px;
    }

    .view-btn a {
        font-size: 12px;
        padding: 6px 14px;
    }

    .own-banner-overlay {
        padding: 70px 0px;
    }

    .own-banner h3 {
        font-size: 24px;
    }

    .subscribe-part .image {
        display: none;
    }
    .subscribe-part .text {
        padding: 15px 9px;
        width: 100%;
        border-radius: 10px;
    }
    .subscribe-part .text .custom-control {
        width: 70%;
        margin-bottom: 20px;
    }

    .address .section-content h3 {
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
    }
    h4 {
        font-weight: 500;
        font-size: 15px;
    }

    .address .contact button {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        padding: 12px 20px;
        margin-top: 20px;
    }



}

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

    h3 {
        font-weight: 500;
        font-size: 18px;
    }
    h5 {
        font-weight: 500;
        font-size: 15px;
    }
    .section-title h2 {
        font-size: 17px;
        line-height: 24px;
    }
    .banner-content .content {
        top: 130px;
        left: 34%;
        transform: translateX(-29%);
    }
    .banner-overlay {
        padding: 260px 0px;
    }

    .custom-btn {
        font-weight: 400;
        font-size: 14px;
        margin-left: -24px !important;
        letter-spacing: 0px;
    }

    .ticket-banner-slide img{
        min-height: 110px;
    }
    .view-btn a {
        font-size: 12px;
        padding: 6px 14px;
    }

    .own-banner-overlay {
        padding: 70px 0px;
    }
    .own-banner h3 {
        font-size: 24px;
    }

    .subscribe-part .image{
        display: none;
    }
    .subscribe-part .text {
        padding: 15px 9px;
        width: 100%;
        border-radius: 10px;
    }
    .subscribe-part .text .custom-control {
        width: 70%;
        margin-bottom: 20px;
    }

    .address .section-content h3 {
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
    }
    h4 {
        font-weight: 500;
        font-size: 15px;
    }
    .address .contact button {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        padding: 12px 20px;
        margin-top: 20px;
    }




}
