/*///////////////////////////////////////////////////////////////////////// Responsive CSS Structure /////////////////////////////////////////////////////////////////////////*/

/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/

@media (min-width: 240px) and (max-width: 575px) {

    .webc-block,
    .rating-block,
    .location-block {
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }
}

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

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .navbar-brand {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20.6px;
    }

    .about-detail {
        text-align: center;
        padding: 0 0 30px;
    }
    .contact-block {
        padding: 0 0 30px;
    }

    .section-title h2 {
        font-size: 23px;
    }
    p {
        font-size: 14px;
    }

    section {
        padding: 30px 0;
    }
    .services .section-title h2 {
        margin: 0 0 15px;
    }

    .service-block {
        padding-bottom: 25px;
    }

    h4 {
        font-size: 16.8px;
    }

    .accordion-button {
        padding: 10px;
        font-size: 13px;
        line-height: 18px;
        font-weight: 700;
    }

    .rating-block .title,
    .location-block .title {
        min-height: auto;
        margin: 15px 0;
    }

    section.location {
        padding-bottom: 0;
    }

    .location-block img {
        margin: 20px auto;
    }
    .address-block {
        padding: 0 0 30px;
    }
    .video-block {
        padding: 0 0 30px;
    }

    .web-comment [class*=col-] {
        padding-bottom: 25px;
    }
    .comment-box {
        margin: 5px 0;
    }
    .section-title {
        padding: 0 0 30px !important;
    }

    .contact-block .c-icon {
        padding-right: 10px;
        line-height: 1;
        padding-top: 5px;
    }
    section.contact {
        padding-bottom: 0;
    }
    section.rating-main {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .about-detail {
        text-align: center;
        padding: 0 0 30px;
    }

    section.rating-main {
        padding-bottom: 0;
    }

    .address-block {
        padding: 0 0 30px;
    }
    .service-block {
        padding: 0 0 30px;
    }
    .service-block h4 {
        font-size: 16px;

    }
    section.address-list {
        padding-top: 0;
    }
    section.services {
        padding-bottom: 20px;
    }

    h2 {
        font-size: 30px;
    }

}

@media  (max-width: 767px) {

    .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler .navbar-toggler-icon {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .navbar-toggler .navbar-toggler-icon .toggle-bar {
        position: relative;
        display: block;
        height: 3px;
        margin: 0 0 5px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        width: 1.5rem;
        margin: 0 auto 4px;
        background: #222;
        width: 20px;
    }


    .navbar-nav .nav-link {
        color: #222;
        padding: 5px 0;
        display: block;
        border: none;
    }

    .navbar-nav .nav-item {
        padding: 8px 0;
    }

    .nav__backdrop {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, .3);
        z-index: 0;
        display: none;
    }
    .nav__backdrop.show {display: block;
    }

    .navbar-toggler {
        padding: 0;
        margin: 0;
        margin: 0;
    }   

    .navbar-nav {
        padding: 15px 0 0;
    }

    .navbar-toggler.open .navbar-toggler-icon .toggle-bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler.open .navbar-toggler-icon .toggle-bar:first-child {
        top: 7px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .navbar-toggler.open .navbar-toggler-icon .toggle-bar:last-child {
        top: -7px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 270px;
        width: 90%;
        bottom: 0;
        z-index: 1;
        transform: translateX(-100%);
        transition: .12s;
        height: 100% !important;
        padding: 25px;
    }
    .navbar-collapse.show {
        transform: translateX(0);
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) and (max-width: 1299px) {

}

@media (min-width: 1300px) and (max-width: 1399px) {
    
}


@media (min-width: 1300px) {
    .container {
        max-width: 1120px;
    }
}
/*---------- Large Desktop , Large Screen End ----------*/
