@media (max-width: 1366px) {

    #contact .section-heading:after {
        width: 20%;
    }
    .section-heading {
        font-size: 40px;
    }
    .service-box .service-text h4{
        min-height: 106px;
    }
    .text-field-box{
        font-size: 16px;
    }
    .statistic .label {
        font-size: 14px;
    }
    .stats-fistcoloumn h4,
    .stats-second-coloumn h4,
    .stats-three-coloumn h4,
    .stats-four-coloumn h4 {
        font-size: 29px;
    }
    #pricing .panel {
        padding-left: 15px;
    }
}
@media (max-width: 992px) {
  

    .section-heading, #pricing .the-price h1, .stats-second-coloumn h4{
        font-size: 34px;
    }
    .service-box .service-text h4, #pricing .panel-title{
        font-size: 22px;
    }
    .profile h1{
        font-size: 30px;
    }
    .profile h1 br {
        display: none;
    }
    .profile h2 {   
        min-height: 40px;
    }
    .contact-right {
        padding-top: 8%;
    }
    .section-heading:after, #contact .section-heading:after {
        width: 100%;
        bottom: 0;
    }
    .section-heading{
        padding-bottom:10px;
    }
    .main-navigation .navbar-nav {
        padding-top: 20px;
    }
    .main-navigation .navbar-default .navbar-nav > li > a {
        padding-bottom: 10px;
    }
    .main-navigation .navbar-default{
        padding: 0;
    }
    .stats-coloumn {
        margin-bottom: 30px;
    }
}
@media(max-width:1024px){
    .service-box .service-text, .stats-fistcoloumn h4, .stats-fistcoloumn {
        width: 100%;
    }
    .service-box {
        min-height: 350px;
    }
    .service-box .service-icon{
        min-height: 90px;  
    }
    .stats-fistcoloumn h4, .stats-second-coloumn h4, .stats-three-coloumn h4, .stats-four-coloumn h4 {
        font-size: 24px;
    }
    .section-heading, #pricing .the-price h1{
        font-size: 34px;
    }
    .profile h1 {
        font-size: 24px;
    }
    #pricing .panel-title{
        font-size: 20px;
    }
    .profile h2 {
        font-size: 18px;
        min-height: 81px;
    }
}
@media (min-width: 300px) and (max-width: 768px) {
    #pricing .panel-body .table>tbody>tr>td,  #pricing .pricing-social-text a  {
        font-size: 15px;
    }
    #pricing .panel{
        padding-left: 15px;
    }
    .service-box .service-text h4 {
        min-height: 81px;
        margin: 0;
    }
    .section-padding {
        padding: 20px 0px 30px;
    }
    .service-box {
        margin-top: 20px;
    }
    .main-navigation .navbar>.container .navbar-brand {
        width: 250px;
    }
    #pricing .panel{
        min-height: auto;
    }
    #pricing .panel-body, .pricing-second-row {
        margin-top: 20px;
    }

    #pricing .section-heading:after,
    #stats .section-heading:after,
    #team  .section-heading:after{
        width: 100%;
    }

}
@media(max-width:767px){
    #contact address, .social-icon {
        margin-bottom: 40px;
        font-size: 20px;
    }

    .section-padding {
        padding: 30px 0px 30px;
    }
    #banner {
        min-height: 300px;
    }
    .pricing-second-row {
        margin-top:0px;
    }
    #pricing .panel {
        min-height: auto;
    }
    #pricing .panel-body {
        margin-top: 20px;
    }

}