

@media (max-width:1200px) {

    .logo img {

        height: 90px;
    }

    .blank-div {
        height: 110px;
    }
}



@media (max-width:992px) {

    .main-slide-container figure {

        height: 450px;
    }

    .main-slide-container figure::after {

        height: 500px;
        width: 500px;
    }

    .main-slide-content h1 span {

        font-size: 70px;
    }

    .about-image-side {

        margin-bottom: 30px;
    }

    .title-wrapper h2 {

        font-size: 25px;
    }

    .tab-wrapper .nav-tabs {

        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .tab-image-side {

        margin-bottom: 20px;
    }

    .review-side {

        padding: 0;
        padding-bottom: 30px;
    }

    .all-sec-padding {

        padding: 40px 0;
    }

    .opening-side {

        margin: 0;
    }

    .footer-col-wrapper {
        margin-bottom: 20px;
    }

    ul.post-link {
        max-height: inherit;
        overflow-y: visible;

    }
}

@media (max-width:768px) {
    
    .opening-image {
    text-align: center;
    padding-top: 30px;
    }

    .opening-side {
        left: inherit;
        bottom: inherit;
    }

    .btn-close {
        width: 40px;
        height: 100%;
        line-height: 40px;
        border-radius: inherit; 
        text-align: center;
        display: block;
        position: static;
        background: #000;
        height: 100%;
        padding: 6px;
        border: none;
    }


    .title-wrapper h2,
    .tab-image-side h3{

        font-size: 20px;
    }

    .tab-content-side ul li h3 {

        font-size: 16px;
    }

    .tab-wrapper .nav-tabs .nav-link {

        margin: 0 10px;
    }

    .main-slide-container figure {

        height: 400px;
    }

    .social-media {

        top: 40%;
    }

    .gallery-grid {

        column-count: 2;
    }

    .blank-div {
        height: 90px;
    }

    .logo img {
        height: 70px;
    }
}

@media (max-width:500px) {

    .slider-thumb {

        left: 50px;
    }

    .slider-thumb p {

        font-size: 20px;
    }

 
}