@media screen and (max-width: 1450px) {
    .section03Content h3 {
        font-size: 5rem;
    }

    .heading02 h3 {
        font-size: 3rem;
    }

    .section03Content h2 {
        font-size: 2rem;
    }

    .section03Content p {
        font-size: 1rem;
    }

    .section03Content img {
        max-width: 370px;
        margin: auto;
        display: block;
    }

    .mainContent h2 {
        font-size: 1.5rem;
    }

    .section02Ul ul li {
        font-size: 0.8rem;
    }

    .leftUl li::before {
        font-size: 0.5rem;
        height: 20px;
        width: 20px;
        left: -30px;
    }

    .getAFreeQuote {
        padding: 10px 30px;
        height: 40px;
    }

    .getAFreeQuote h4 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {

    .leftUl,
    .rightUl,
    footer,
    .mainContent,
    .section02Content {
        text-align: center;
    }

    .mainContent h2 {
        font-size: 2rem;
    }

    a.getStarted {
        margin: auto;
        margin-bottom: 30px;
    }

    .leftUl li::before,
    .rightUl li::before,
    .getAFreeQuote {
        display: none;
    }

    .section02Content img {
        max-width: 300px;
    }

    .section03Content img {
        max-width: 350px;
        margin: auto;
        display: block;
        margin-bottom: 0px;
    }

    .section03Content h3 {
        margin-left: 0px;
        font-size: 3rem !important;
    }

    .section03Content h2 {
        font-size: 2rem;
    }

    .heading02 .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .portfolioimg {
        margin: auto;
        display: block;
        width: 100%;
        max-width: 400px;
    }

    .pricing-table .ptable-header::before,
    .pricing-table .ptable-header::after {
        width: 100%;
    }

    .ptable-item {
        margin-bottom: 40px;
    }

    .fetures-ul {
        left: 0;
    }

    .tabcontent {
        padding-left: 50px;
    }

    a.navbar-brand img {
        max-width: 120px;
        margin: auto;
        display: block;
    }

    .footerSocialLinks img {
        margin: auto;
        display: block;
        margin-top: 20px;
    }

    .footerSocialLinks ul {
        justify-content: center;
    }

    .nav-link {
        margin: auto 10px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .tablinks.active {
        margin-left: 15px;
    }

    .section02Content h5 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .section02Content h3 {
        font-size: 1.5rem;
    }

    .portfolioContent h2 {
        font-size: 1.8rem;
    }

    .section03Content.rowreverse .row {
        flex-direction: column-reverse;
    }

    .row.mobilePadding {
        padding-left: 0px;
    }
    
    .thnakYouMainBg .card{
        width: 90%;
        padding: 10px;
    }
    
    .freeConsultationMainBg img {
        margin-bottom: 30px;
    }
    
    .faqsHeading h2{
        font-size: 2rem;
        text-align: center;
        margin-bottom: 20px !important;
    }

}