/*
   Saasbiz Theme Responsive Design
*/

@media (max-width: 1024px) {}

/* ---- Start of max-width 992px CSS ---- */
@media ( max-width: 992px){
    .sm-padding{ padding: 15px; }
    .header-section .navbar-brand {
        height: 80px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .js .menu-wrap {
        display:none!important;
    }
    .js .slicknav_menu {
        display:block;
    }
    .header-right .cart-icon{
        margin-right: 45px;
        padding: 0;
    }
    .header-right .menu-btn{
        margin-right: 55px;
    }
    .cta-content h2{
        font-size: 32px!important;
    }
    .service-content{
        padding: 0 30px!important;
        margin-left: 0!important;
        
    }

}
/* ---- End of max-width 992px CSS ---- */

/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
    body, p{
        font-size: 12px;
        line-height: 22px;
    }
    h1{
        font-size: 30px;
        line-height: 42px;
    }
    h2{
        font-size: 22px;
        line-height: 28px;
    }
    h3{
        font-size: 16px;
    }
    p br{
        display: none;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
    .section-heading h2{
        line-height: 35px;
        font-size: 24px;
    }
    .page-header{
        height: 250px;
    }
    .page-content h2 {
        font-size: 30px;
        margin: 0;
    }
    .error-content{
        display: block;
    }
    .error-content .error-info h2{
        font-size: 120px;
        line-height: 120px;
        margin-bottom: 30px;
    }
    .error-content .error-info a{
        display: block;
    }
    .contact-info h2{
        line-height: 28px;
    }
    .sidebar-wrap{
        padding-left: 0;
    }
    .blog-single-content h2 a{
        font-size: 22px;
        line-height: 28px;
    }
    .blog-single-content h2{
        line-height: 28px;
    }
    blockquote p{
        line-height: 32px;
    }
    .hero-section{
        height: 400px;
    }
    .hero-section.hero-2{
        height: 400px;
    }
    .hero-wrap img{
        display: none;
    }
    .project-section{
        padding-bottom: 100px;
    }
    .cta-wrap .text-right,
    .cta-content{
        text-align: center!important;
    }
    .cta-content h2{
        font-size: 32px;
        line-height: 42px;
    }
    .sponsor-section .section-heading h2{
        font-size: 24px;
        line-height: 36px;
    }
    .domain-search-section{
        margin: 0;
    }
    .nice-select{
        width: 100%;
        border-left: 2px solid #eee;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .table.host-table th{
        padding: 10px 3px;
    }
    .table.host-table{
        margin-top: 20px;
    }
    .search-box.support-search .nice-select{
        display: inline-block;
        margin: 0;
    }
    .search-box.support-search .form-control{
        width: 284px;
        display: inline-block;
    }
    .hero-section.hero-3 .default-btn.btn-pink{
        width: 100%;
    }
    .work-pro-item .number-line{
        display: none;
    }
    .owl-controls .owl-dots{
        bottom: -25px;
    }
    .experience-date h4 {
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-items{
        padding: 30px 15px;
    }
    .footer-wrap{
        text-align: center;
    }
    .footer-social{
        text-align: center;
    }
    .social-icon{
        display: none;
    }
    .hero-content h1{
        font-size: 46px;
    }
    .header-menu-wrap ul li > a {
        font-size: 20px!important;
        margin: 5px 35px!important;
    }
    .about-section .section-heading{
        margin-bottom: 30px;
    }
    
}
/* ---- End of max-width 767px CSS ---- */
