@media screen and (min-width: 991px) {
/*dropdown*/
.dropdown-menu{
    padding: 0
}

.dropdown-menu>li>a{
    padding: 10px
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
}

@media screen and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a{
        line-height: inherit;
        padding: 10px 20px;
    }
    .warp{margin-top: 70px }
    .testimoniol{
        padding-left:  0;
        padding-right: 0
    }

    .img-blck,.services-item{
        margin-bottom: 30px;
    }

    .video-bg h1,.banner h1{
        font-size: 26px;
    }

    .blog-post-2 img{
        margin-bottom: 20px
    }
    .blog-post-2 iframe{
        margin-bottom:15px
    }
    .page-title h2{
        font-size: 25px
    }
    .blog-post-2 a.primary-btn{
        float: none;
        margin-top: 0;
    }

}

@media screen and (max-width:769px) {
    .navbar-brand img{height:50px}

    .comments-list li .avatar img{
        width: 50px;
        height: 50px;
    }

    .comments-list li .reply-link{
        padding: 6px 10px;
        font-size: 10px;

    }
}