@media screen and (min-width: 1200px){

}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1200px) and (min-width: 992px){
    .logo-sec .navbar-nav .nav-link{
        padding: 13px 25px;
    }
}
@media screen and (min-width: 992px){
    .menu-sec .btn{
        border-left: 1px solid;
        border-image:
                linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) ) 1 1;
        border-right: 0;
        padding: 13px 0 13px 20px;
    }
    .quote-col{
        padding-left: 30px;
    }
    .welcome-col{
        padding-right: 30px;
    }
    .testimonial-row{
        position: relative;
        padding-left: 140px;
    }
    .testimonial-row .testi-img{
        position: absolute;
        left: 0;
        top: 15%
    }
    .testimonial-row .testimonial{
        padding: 30px 30px 30px 40px;
        min-height: 205px;
        text-align: left;
    }
}

@media screen and (max-width: 992px){
    .services-sec .row .col-lg-4:nth-child(2),
    .services-sec .row .col-lg-4:nth-child(4){
        border-right: 0;
    }
    .services-sec .row .col-lg-4:nth-child(3){
        border-right: 1px solid #b3b0b0;
    }
    .services-sec .row .col-lg-4:nth-child(4){
        border-bottom: 1px solid #b3b0b0;
    }

    .top-footer .col-lg-9 {
        padding-top: 20px;
    }

}
@media screen and (min-width: 768px){
    .why-choose-sec .row .col-lg-4:first-child .why h5:after{
        margin: 0 0 0 auto;
    }
    .why-choose-sec .row .col-lg-4:last-child .why h5:after{
        margin: 0 auto 0 0;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (min-width: 576px){

}
@media screen and (max-width: 576px){
    .logo-sec .navbar-brand {
        max-width: 150px;
    }
    .main-service-sec .row .col-sm-4:nth-child(2) {
        border-right: 0;
    }
    .welcome-sec:before{
        left: 0;
    }
    .welcome-col{
        padding: 15px;
    }
    .services-sec .row .col-lg-4{
        border: 0 !important;
    }
}
@media screen and (max-width: 500px){
    .page-header h3{
        font-size: 24px;
    }
    .page-header h6{
        font-size: 14px;
    }
    .ft-info li {
        padding-left: 50px;
        height: 40px;
    }
    .ft-info li i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 450px){

}
@media screen and (max-width: 400px){

}
@media screen and (max-width: 350px){

}