@media only screen and (max-width: 600px) {
    .pt-30 {
        padding-top: 5px;
    }

    p {
        font-size: 14px;
        text-align: justify;
    }

    a {
        font-size: 14px;
    }

    #about-sec {
        margin-top: -30px;
    }

    .my-slide {
        height: 44vh;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

    .thumbnail img {
        margin-bottom: 20px;
    }

    .section-title-2 h3::after {
        content: '';
        height: 1px;
        width: 0%;
        background-color: var(--blue);
        position: absolute;
        margin-left: 20px;
        top: 12px;
    }

    .icon-1 img {
        height: 22px;
        width: 68px;
    }

    .icon-2 img {
        height: 24px;
        width: 102px;
    }

    .icon-3 img {
        height: 25px;
        width: 35px;
    }

    .icon-4 img {
        height: 25px;
        width: 45px;
    }

    .c-btn a {
        margin-top: 30px;
    }

    .section-title {
        margin-bottom: 0px;
    }

    .section-title h3 {
        padding-top: 20px;
    }

    .m-image {
        margin-bottom: 10px;
    }

    .custom-nav-btn {
        display: none;
    }

    .icon img {
        height: 25px;
        width: 28px;
    }

    .nn {
        margin-top: -30px;
    }

    .project-box h4 {
        margin-top: 0px;
    }

    .navbar-nav .dropdown-menu {
        padding-left: 27px;
    }

    .banner-content {
        max-width: 100%;
        top: 100%;
        left: 0%;
        transform: translate(-6%, -100%);
        padding: 10px;
    }

    .banner-content .sub-title {
        font-size: 14px;
    }

    .banner-content .main-banner-title {
        font-size: 25px;
        margin-bottom: 10px;

    }

    .banner-content h5 {
        font-size: 16px;
    }

    .video-section {
        height: 35vh!important;
    }

    .fa-play {
        --fa: "\f04b";
        font-size: 30px;
    }
    .img.img-fluid.image-first{
        height: auto;
    }
    .ex-box{
            top: 77%;
    left: 62%;
    }
.ex-box h5{
  color: #fff;
  font-size: 15px;
}
.why-box{
    margin-bottom: 25px;
}
.why-icon {
    padding-bottom: 17px;
    height: 60px;
}
}