/* Home Responsive */

@media screen and (max-width:1199px) and (min-width:992px) {
    #bs-example-navbar-collapse-1 {
        padding: 0;
        margin: 5px 0;

    }

    .main-navigation .nav li {
        margin: 0 5px;

    }
}

@media screen and (max-width:991px) {
    .menu-btn {
        display: block;
        float: right;
        margin: 5px 0;
    }

    #bs-example-navbar-collapse-1 {
        display: none !important;
    }

}

@media screen and (max-width:767px){
    p , a , div , li , td {
        font-size: 16px !important;
    }
    h1{font-size: 35px !important;}
    h2{font-size: 30px !important;}
    h3{font-size: 25px !important;}
    h4{font-size: 20px !important;}
    h5{font-size: 21px !important;}
    h5{font-size: 18px !important;}

    h1.hx1, h2.hx1_custom_header{
        font-size: 20px !important;
    }


    .top-social-nav .text-danger span{
        display: none;
    }
    .navigation-part-right .top-social-nav{
        padding: 10px;
        width: 70% !important;
    }
    .logo-part-left{
        width: 25% !important;
    }
    .navigation-part-right{
        width: 75% !important;
    }
    .menu-btn{
        margin-top: -35px;
    }
    .fixed-header .menu-btn{
        margin: 5px 0;
    }

    .top-seprator{
        /* height: 100px; */
    }
    .header{
        background-position: 85%;
    }
    .main-heading{
        padding: 20px 0;
    }
    .header-gap-for-small-device .text-top{
        background-color: rgba(0, 00, 00, 0.5);
        padding:0 10px !important;
        border-radius: 10px;
    }

    .choose-us-nav .img-wrap span{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 26px;
    }
    .choose-us-nav .slick-list.draggable{
        padding: 0 !important;

    }
    .get-help-c-review{
        width: 100%;
    }
    .writer-reviw-section{
        width: 100%;
    }
    .get-help-c-review img{
        margin-left: -57px;
    }
    .writter-detail-list-home .carousel{
        padding: 20px 0 0 0 !important;
    }
    .inline-box .name-text-home{
        width: 100% !important;
    }
    .left-50 , .right-50{
        width: 95%;
        float: none !important;
        
        padding: 20px;
    }
    
    .left-50 p, .right-50 p{
        padding: 0;
    }
    .how-it-work-step ul li{
        width: 23%;
        margin: 0 1%;
    }
    .service_point h3{
        font-size: 18px !important;
    }
    footer .container .row:not(:first-child){
        padding: 0 !important;
    }
    .owl-next{
        right: -35px;
    }
    .owl-prev{
        left: 5px;
    }
    .review-slider .owl-nav span{
        width: 40px;
        height: 40px;
        line-height: 35px;
    }
}

/* Responsive Pricing */

@media screen and (max-width:767px){

    .inner-banner-head h2{
        margin: 30px 0;
    }
    .innersend_offer{
        margin-bottom: 40px;
        padding: 10px;
    }
    #send-offer ul li{
        padding: 0;
        width: 48%;
        margin: 1%;

    }
    #send-offer .form-input {
        height: 35px;
    }
    #send-offer ul li.button button{
        height: 35px;
        line-height: 35px;
    }
    #send-offer ul li:nth-child(3){
        width: 98%;
        
    }
    .get-instent-content p{
        padding: 0;
    }
    .col-sm-12.urg-table.urg-table_new.table-responsive{
        border: none;
    }
    .input-design{
        width: 100%;
    }
    .price-area-new .price-wraper .col-sec{
        width: 100%;
        display: block;
    }
    #prjTitle{
        text-align: center;
    }
}

/* Responsive Contact Us */

@media screen and (max-width:991px){
    .container-contact1{
        justify-content: center;
        width: 600px;
        padding: 70px;
    }
    .contact1-pic{
        width: 200px;
    }
}

@media screen and (max-width:767px){

    .container-contact1{
        width: 300px;
        padding: 20px;
    }
    #login{
        margin: 0 15px;
    }
}