
@media screen and (max-width:1200px) {
    .banner-subheading {
        font-size: 30px;
    }
    .banner-heading {
        font-size: 40px;
    }
    .inner-banner-heading {
        font-size: 44px;
        font-weight: bold;
    }
    .fs-20 {
        font-size: 18px;
    }
    

}
    

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

    .banner-section.panel-space {
        background-position: 100%;
        /* background-size: 100%; */
        min-height: 460px;
    }
    /************mobile-manu***********/
    .navbar-toggler {
        padding: 0.65rem 0.75rem;
    }

    .navbar-toggler-icon {
        display: block;
        height: 2px;
        background-size: 100%;
        background-color: #000;
        margin-bottom: 7px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: #000;
        position: absolute;
        left: 0;
        width: 100%;
        top: 82px;
        padding: 12px 0 4px 0;
    }
    ul.navbar-nav {
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 120px;
    }
    .navbar-toggler {
        position: absolute;
        right: 12px;
        top: 8px;
        padding: 0;
        border: 0;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler span {
        width: 35px;
        height: 4px;
        margin: 7px 0px;
        display: block;
        background: #000;
        font-size: 18px;
        border-radius: 50px;
        transition: all .5s ease-in-out;
    }

    .navbar-toggler.collapsed span {
        margin: 7px 0px !important;
        transform: rotate(0deg) !important;
    }

    .navbar-toggler.collapsed span.bar1 {
        width: 20px;
    }

    .navbar-toggler.collapsed span.bar3 {
        width: 20px;
        margin: 0 0 auto auto !important;
        display: block;
    }

    .navbar-toggler span.bar3 {
        display: none;
    }

    .navbar-toggler span.bar2 {
        transform: rotate(-45deg);
        margin-top: -10px;
    }

    .navbar-toggler span.bar1 {
        width: 35px;
        transform: rotate(45deg);
        margin-top: 17px;
    }

    .navbar-collapse {
        width: 0%;
        position: absolute;
        top: 80px;
        left: -100%;
        min-height: 100vh;
        background: #E12325;
        padding: 23px 26px 0;
        transition: all .3s ease-in-out;
        border-top: 2px solid #E12325;
    }

    .navbar-collapse.show {
        left: -22px;
        width: 80%;
    }
    .nav-item:not(:first-child){
        margin-left: 0;
    }
    .nav-item.get-a-quote .nav-link {
        padding: 11px 0;
    }

    .drop-down {
        padding: 0px 0 0 0;
        top: 0;
        width: 100%;
        position: relative;
    }
    .nav-item .nav-link {
        color: #fff !important;
    }
    .nav-item {
        margin-left: 0;
    }
    .nav-item {
        margin-left: 0;
    }
    .nav-item .nav-link span {
        float: right;
        padding-right: 13px;
    }

    /************mobile-manu***********/
    .panel-space {
        padding: 45px 0;
    }
    .banner-subheading {
        font-size: 20px;
    }
    .banner-heading {
        font-size: 30px;
    }
    .inner-banner-heading {
        font-size: 32px;
    }
    .counter-icon .counting {
        font-size: 24px;
    }
    h2 {
        font-size: 24px;
        font-weight: bold;
    }
    .fs-48 {
        font-size: 24px;
    }
    .fs-20 {
        font-size: 16px;
    }
    .testimonial-slider .owl-nav {
        left: auto;
        right: 50px;
    }
    .our-value-title h2 {
        font-size: 62px;
    }
    .our-value-title .text-indent {
        text-indent: 3rem;
    }
    .circle-box {
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 50%;
        display: flex;
        justify-content: center;
    }
    .bottom-links ul li {
        font-size: 16px;
        font-weight: 500;
        background-size: 16px;
    }
    .send-btn {
        padding: 12px 15px;
    }
}

@media screen and (max-width:767px) {
    .banner-section.panel-space {
        padding: 60px 0;
        min-height: 520px;
        background-image: url('../images/banner-mobile.png') !important;
    }
    .banner-heading {
        font-size: 25px;
        line-height: 1.3;
    }
    .inner-banner-heading {
        font-size: 28px;
    }
    .section-heading {
        font-size: 26px;
    }
    h5,h6 {
        font-size: 18px;
        line-height: 1.5;
    }
    .fs-20 {
        font-size: 16px;
    }
    .fs-26 {
        font-size: 18px;
    }
    .navbar-collapse.show {
        left: -10px;
        width: 90%;
    }
    .panel-space {
        padding: 30px 0;
    }
    .w-90,.w-75{
        width: 100% !important;
    }
    .g-5, .gx-5 {
        --bs-gutter-x: 0;
    }
    .card-box {
        max-width: 390px;
        margin: 0 auto;
        padding: 0 20px 20px;
    }
    .trip-content-wrap {
        max-width: 504px;
        margin: 0 auto;
    }
    .testimonial-slider img {
        height: 40px;
        width: 40px;
    }
    .our-value-title h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .our-value-title .text-indent {
        text-indent: 1.5rem;
    }
    .bottom-links ul {
        column-count: 1;
    }
    .info > div {
        padding: 30px 30px 20px;
        max-width: 100%;
    }
    .bg-box {
        display: block;
    }
    .full-width-wrapper {
        display: block;
        padding: 40px 20px 30px;
    }
    .value-content-box {
        display: block;
    }
    .value-content-box .left-content {
        width: 100%;
    }
    .value-content-box .right-content {
        border-left: none;
        padding-left: 0;
    }
}