@media screen and (max-width: 1288px) {
    .header-section .logo{
        width: 230px !important ;
    }
    .header-section .nav-link { 
        font-size: 14px;
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 1024px) {
    .header-section .logo{
        width: 150px !important ;
    }
    .header-section .nav-link { 
        font-size: 13px;
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 768px) {

    .btn {
        padding: 5px 40px;
    }

    .banner-section {
        height: 70vh;
    }
    .navbar-collapse {
        background-color: #466975;
        border-radius: 10px;
        padding: 10px 20px;

    }

    .header-section .logo {
        width: 260px !important;
    }
    .navbar-collapse .nav-link {
        /* color: var(--base-color) !important; */
    }
    .title-text {
        font-weight: 600;
        font-size: 40px;
    }

    .banner-content-div {
    left: 20px;
    top: 50%;
    text-align:left;
    }
    .banner-title {
        font-size: 16px;
    }
    .banner-brief {
        font-size: 15px;
    }

    .header-section .nav-link {
            color: white !important;
            font-size: 16px;
        }
    .banner-bg-overlay {
            background-color:rgb(255 255 255 / 70%)
        }


/*Start service section  */
.service-card {
    height: 300px !important;
}
.service-card p {
    font-size: 24px;
}
.height-short {
    height: unset;
}
.height-long {
    height: unset;
}
.service-section-container {
    border-radius: 22px;
    padding: 14px;
}
.service-section-container .col-md-6{
    min-height: unset;
}
.service-section-img {
    min-height: 300px;
}
/* END service section  */



/* start inside page  */

.inside-banner-img-container {
    height: 30vh;
    width: 95%;
}


.page-heading {
    font-size: 36px;
}
.experience-brief-div {
        border-left: 0px solid var(--base-color);
        margin: auto;
        padding-top: 20px;
        width: 90%;
        margin-top: 23px !important;
        padding: 21px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.experience-brief-div ul{
font-size: 18px;
        font-weight: 500;
        line-height: 1.7;
        list-style: none;
        margin-bottom: 0px;
}
.experience-brief {
    font-size: 17px;
}
.short-experience-brief {
    font-size: 18px;
}
.service-desc-section {
    font-size: 16px;
}
.service-desc-section .page-heading{
    font-size: 32px;
}



















}



