@media screen and (min-device-width: 360px) and (max-device-width: 768px) { 
    .main-banner {
        background-image: url(../images/slider-1.jpg);
        background-size: cover;
        background-position: bottom center;
        min-height: 300px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 67px 0 0;
    }
    .main-bannet-text {
        padding: 15px;
        width: 60% !important;
        justify-content: center !important;
    }
    .sub-slider {
       display: none;
    }
    .sub-slider-mobile{padding-top: 30px;}
    .main-bannet-text h1 {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
    }
    .secure-img-1{width: 115px;}
    .secure-img-2{width: 115px;}
    h5{font-size: 16px;}
    h1{font-size: 26px;}
    .container h2{font-size: 24px !important;}
    .main-bannet-text p {
        color: #494949;
        text-align: left;
        font-size: 14px !important;
        line-height: normal;
    }
    .service-card {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 18px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .card-body {
        background: #3f3f3f;
        color: #fff;
        padding: 10px;
    }
    .video-box {
        max-width: 280px;
        min-width: 280px;
    }
    .about-section img{width: 100% !important;}
    .about-section {
        margin: 20px;
        border-radius: 24px;
        background-color: #fdf8fa;
    }
    .video-box h4 {
        font-size: 17px;
        font-weight: 600;
        color: #333;
    }
    .get-app p{font-size: 14px;}
    .sub-text {
        font-size: 10px !important;
        margin-bottom: 0;
        font-weight: 600;
    }
    .get-app img{width: 70px;}
    .strip-banner img{width: 50px; height: 50px;}
    .strip-banner p{font-size: 12px;}
    .strip-banner .col-sm-12{margin-bottom: 20px;}
    .about-section section{margin-top: 0 !important;padding-top: 40px;}
    .res-first {margin-bottom: 40px;}
    section {padding: 50px 0;}
    .head-sec{display: none;}
    .panel-body {
        padding: 20px;
    }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1280px) {
    .main-bannet-text {
/*         padding: 60px 60px 0; */
    }
    .main-bannet-text h1 {
/*         color: #000000; */
/*         font-size: 30px; */
/*         font-weight: 700; */
/*         text-align: left; */
    }
    .main-bannet-text p {
        color: #707070;
        text-align: left;
        font-size: 18px !important;
    }
 }