.mob-disp {
    display: none
}

@media(max-width:768px) {
    .mob-disp {
        display: block !important
    }

    .header-logo img {
        width: 55% !important
    }

    .bottom-header {
        display: none;
    }

    header.cm-header {
        background-color: #000 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        top: 40px
    }

    .topBannerSec {
        background-color: #f56960;
        padding: 5px;
    }

    .InnSec__top {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 600;
        color: #fff
    }

    .trin-trin {
        animation-name: trin;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear
    }

    .icon-phone {
        background-image: url(../img/call_icone.png);
        background-repeat: no-repeat;
        background-size: 30px;
        height: 30px;
        width: 30px;
        display: inline-block
    }

    @keyframes trin {
        from {
            transform: rotate3d(0, 0, 1, 0deg)
        }

        20%,
        32%,
        44%,
        56%,
        68% {
            transform: rotate3d(0, 0, 1, 0deg)
        }

        23%,
        35%,
        47%,
        59%,
        71% {
            transform: rotate3d(0, 0, 1, 15deg)
        }

        26%,
        38%,
        50%,
        62%,
        74% {
            transform: rotate3d(0, 0, 1, 0deg)
        }

        29%,
        41%,
        53%,
        65%,
        77% {
            transform: rotate3d(0, 0, 1, -15deg)
        }

        80% {
            transform: rotate3d(0, 0, 1, 0deg)
        }
    }

    @-webkit-keyframes blinker {
        from {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }

    .blink {
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.9s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-direction: alternate;
        margin-left: 20px
    }

    .topBannerSec a:hover {
        color: #fff
    }

    .attendant_wrapper {
        box-sizing: border-box;
        position: relative;
        margin-top: 10px
    }

    .attendant_wrapper .boxTopText {
        box-sizing: border-box;
        background: #f56960;
        padding: 5px;
        top: 60px;
        color: #fff;
        font-size: 16px;
        text-align: center
    }

    .image {
        align-items: center;
        text-align: center;
        background: #333
    }

    .image img {
        width: 100%;
        max-width: 450px
    }

    .text-box {
        padding: 10px;
        color: #000;
        font-weight: 500
    }

    .search-wrapper {
        padding-top: 1px;
        min-height: 700px
    }
}

span.call-btn {
    box-sizing: border-box;
    background: #f56960;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.btmBtnWrapper {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center
}

.caa-section-header {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}

.wrp {
    text-align: center
}

.wrapper-btm {
    background: #000;
    border: 2px solid #f56960;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin-bottom: 20px
}

.first__wrap {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600
}

.second__wrap {
    color: #fff !important;
    font-size: 24px
}

.wrp {
    padding: 5px
}
@media screen and (min-width: 767px) {
    .topBannerSec{
        display: none;
    }
}