@media screen and (max-width: 1400px){
    header .navbar .nav-item .nav-link{
        padding: 10px 10px;
    }
}

@media screen and (max-width: 1200px){
    .carousel .carousel-inner .carousel-caption {
        width: auto;
    }
    
}

@media screen and (max-width: 998px){
    .excert-about1 .start .content{
        position: initial;
    }
    .banner{
        height: 300px;
    }
    .share-c{
        border-radius: 0 !important;
        padding: 20px;
    }
    .service{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .service .img{
        height: 300px;
    }
    .contact-us .form-main,
    .contact-us .single-head{
        padding: 20px;
    }
    .contact-us .title h3{
        font-size: 20px;
    }
    .contact-us{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px)
{
    body .logo {
        width: 99px;
        height: 53px;
    }
    .carousel .carousel-inner{
        height: 400px;
    }
    .about-sec-2 .img,
    .about-sec-3 .img{
        height: 350px;
        width: 350px;
    }
    .excert-about1 .start .content h3{
        padding-top: 20px;
    }
    footer .copy_in p{
        text-align: center !important;
    }
    footer .nav-bottom{
        margin-top: 20px;
    }
    .excert-about1 .start h3{
        font-size: 18px;
    }
    .excert-about1 .start .content{
        margin-bottom: 10px;
    }
    .excert-about2 > .container .row .end{
        display: none;
    }
    .excert-about2 .custom-list{
        text-align: center;
    }
    .excert-about2 .custom-list .item::before{
        content: none;
    }
    .mt-5{
        margin-top: 1rem !important;
    }
    .excert-clients .start{
        padding-right: calc(var(--bs-gutter-x)/ 2) !important;
    }

    .excert-clients .end{
        padding-left: calc(var(--bs-gutter-x)/ 2) !important;
    }
    .excert-clients{
        background: #BC9906;
        padding-bottom: 0;
    }
    .excert-clients .card-client .end .content{
        padding: 25px 0;
    }
    .evaluation .card .end{
        display: none;
    }
    .evaluation .card .card-title{
        font-size: 16px;
        line-height: 20px;
    }
    .banner .title{
        font-size: 20px;
    }
    .about{
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .container-devise{
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .container-devise .start .devise{
        font-size: 16px;
        font-weight: normal;
    }
    .container-devise .end .desc{
        color: #fff;
    }
    .teams{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 598px)
{
    .excert-services .col-md-12:last-child{
        margin-bottom: 0 !important;
    }
    .excert-services .see-more,
    .excert-clients .see-more{
        width: 300px;
    }
    .excert-about1 .end .img{
        height: 325px;
    }
    .about .end .content{
        width: auto;
    }
    .about .end .content .img{
        height: 400px;
    }
}

@media screen and (max-width: 398px)
{
    #topbar .contact-info .bi-envelope{
        display: none !important;
    }
    .excert-about1 .start h3{
        font-size: 16px;
    }
    .excert-about2 .custom-list .item{
        margin-right: 5px;
        font-size: 11px;
        padding-top: 20px;
    }
    .excert-about2{
        height: 110px;
    }
    .excert-about1 .end .img{
        height: 225px;
    }
}

@media screen and (max-width: 368px)
{
    .carousel .carousel-inner{
        height: 200px;
    }
    .banner{
        height: 200px;
      }
    .about-sec-2 .img,
    .about-sec-3 .img{
        height: 250px;
        width: 250px;
    }
}