@media only screen and (max-width:992px){
    .btnnn{
    background: none !important;
    border: none !important;
    padding-top: 0px !important;
}
.formp{
    position: relative;
    margin: auto;
    top: 0px;
    right: 0px;
    z-index: 9;
    width: 60%;
}
}
@media only screen and (max-width:576px){
   .responsive_Form .form-control{
    font-size: 13px !important;
   }

}
@media only screen and (max-width:321px){
    .text-1{
        font-size: 31px !important;
    }
    .logo{
        width:130px;
    }
    .navbar-toggler{
        width: 42px;
        padding: 0px;
    }
    .navbar-toggler-icon{
        width: 20px;
    }
    .services-content{
        font-size: 13px; 
    }
    .content-3{
        font-size: 13px;
    }
    .content-4{
        font-size: 13px;
    }
    .para-10{
        font-size: 13px;
    }
    .para-1{
        font-size: 13px;

    }
    .form-1{
        font-size: 13px;
    }
    .form-2{
        font-size: 13px;
    }
    .para{
        font-size: 13px;
    }
    .content{
        font-size: 14px;
    }
}
