/* Styles for web (screens wider than 600px) */
@media only screen and (min-width: 600px) {
    .mob {
        display: none !important;
    }
}

/* Styles for mobile (screens narrower than 600px) */
@media only screen and (max-width: 600px) {
    .web {
        display: none !important;
    }

    .mob {
        overflow-x: hidden;
    }

    .callbut img {
        animation-name: trin;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    .bannerInner {
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        padding: 0 10px 0 10px;
        text-align: center;
    }

    .bannerInner h1 {
        color: #000 !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        margin: 0 0 12px 0 !important;
        font-family: 'Fira Sans', sans-serif !important;
    }

    .airLineimg h1 {
        color: #e01933 !important;
        font-size: 30px !important;
        font-weight: 800 !important;
        margin: 17px 0px !important;
        font-family: 'Fira Sans', sans-serif !important;
    }
    .dss-call2 {
        color: #000 !important;
        margin: 15px 20px;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Fira Sans', sans-serif;
    }
    .bannerInner ul {
        border-bottom: 2px solid #e01933;
        padding: 0px;
        list-style: none;
    }
    .bannerInner ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #1a3e6e;
        padding-bottom: 4px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .bannerInner ul li {
        color: #000;
        font-size: 14px;
        background-image: url(../images/checkIcons.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 18px;
        font-weight: 500;
        margin: 0;
        font-family: 'Fira Sans', sans-serif;
    }
    .girlCalling {
        margin-top: 10px;
        margin-bottom: 11px;
        position: relative;
    }
    .girlCalling img {
        border-radius: 50%;
        border: solid 4px #11172b;
    }
    .bannerInner h2 {
        margin: 0;
        padding: 0;
        font-weight: 500;
        font-size: 18px;
    }
    .bannerInner h2 p {
        margin: 10px 0px !important;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Fira Sans', sans-serif;
    }

}