@media only screen and (max-width: 767px) {
    .left-gray-content {
        padding: 0rem 0rem;
    }
    .ptb-100 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    p {
        font-size: 14px;
    }
    .btn {
        font-size: 13px;
        padding: 13px 30px;
    }
    img {
        width: 100%;
    }

    .form-control {
        height: 45px;
        font-size: 14px;
        padding: 11px 14px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .go-top {
        bottom: 44px;
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .left-sec .left-content{
        padding: 4rem 1rem;
    }
}
@media only screen and (max-width: 991px) {   
    .counter-text{
        text-align: center;
    }
    .boy-img{
        width: 60%;
    }
    .left-sec .left-content {
        padding: 2.6rem 0rem;
    }
}
@media only screen and (min-width: 991px) {   
    .single-feedback{
        height: 250px;
    }
    .navbar{
        padding: 0px 0px;
        border-bottom: 1px solid hsla(0,0%,100%,.3);
    }
    .is-sticky .navbar{
        border-bottom: 0px solid hsla(0,0%,100%,.3);
    }
    .navbar-light .navbar-brand {
        color: #3d59e8;
        text-transform: uppercase;
        font-weight: 900;
        padding: 10px;
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: flex; */
        /* position: relative; */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-right-color: #e5e7e9;
    }
    .navbar-nav li {
        height: 100%;
        border-right: 0px solid hsla(0,0%,100%,.3);
        display: block;
        position: relative;
        border-left: 1px solid hsla(0,0%,100%,.3);
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        height: 75.33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        visibility: visible;
    }
    .navbar-light .navbar-nav .nav-link{
        padding: 27px 27px;
    }
    .navbar-light .navbar-nav .nav-item:last-child {
        padding-right: 0;
        border-left: 0px solid red;
    }
    .is-sticky .navbar-nav li {
        height: 100%;
        border-right: 1px solid #ff9800bd;
        display: block;
        position: relative;
        border-left: 1px solid #ff9800bd;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 

    .ptb-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-title .read-more-btn {
        display: none;
    }
    .header-area .header-info li:last-child {
        display: none;
    }
    .navbar .row {
        width: 102%;
    }
}
@media only screen and (max-width: 801px) {
    .m-link {
        background: #3d59e8;
        display: inline-block;
        padding: 5px !important;
        color: #fff !important;
    }
    .navbar-light .navbar-nav .nav-link{
        color: #3d59e8;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar .col-lg-8 {
        -ms-flex: 0 0 80%;
        -webkit-box-flex: 0;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .navbar .col-lg-4 {
        -ms-fles: 0 0 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .navbar-right-side .lang {
        display: none;
    }
    .navbar-right-side h5 {
        display: none;
    }
}
