

/*--- Responsive CSS for Tab view start heare----*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

    

}



/*--- Responsive CSS for mobile view start heare----*/
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
        font-weight: 600;
    }
    h2 {
        font-size: 26px;
        font-weight: 400;
    }
    h3 {
        font-size: 22px;
        font-weight: 400;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .blog-box .blog-content p {
        min-height: 100px;
    }
    .vs-service--style3, .vs-service--style1 {
        padding: 50px 40px 30px 40px;
    }
    .sec-title {
        font-size: 26px;
    }
    .blog-box .blog-content p {
        min-height: 90px;
    }
    .widget-area {
        padding-top: 50px;
    }
    .footer-widget {
        margin-bottom: 30px;
    }
    .footer-widget .widget_title {
        margin-bottom: 10px;
    }
    .newsletter .form-title {
        font-size: 24px;
    }
    .newsletter .form-title p  {
        font-size: 16px;
    }
    .enquiry {
        padding-left: 10px;
    }
}


@media only screen and (min-width: 580px) and (max-width: 768px) {


}


@media only screen and (min-width: 320px) and (max-width: 580px) {
    .sec-title {
        font-size: 24px;
    }
  }