@media (1440px <=width <=1600px) {
    .header-section, .about-section, .vision-mission, .service-section, .business-section, .contact-section, .aboutpage-section, .bookkeeping-section, footer, .review-section {
        padding: var(--py60);
    }

}

@media (1200px <=width <=1439px) {

    .header-section .header-detail h1, .about-section .about-detail h1, .review-section .review-heading h1 {
        font-size: var(--font36);
    }

    .header-section .header-img .star-icon {
        width: 15%;
    }

    .header-section .header-img .pattern-dot {
        width: 20%;
        left: 30%;
        bottom: 15%;
    }

    .header-section .header-img .five-year {
        max-width: 150px;
        height: 150px;
    }

    .header-section .header-img .five-year::before {
        width: 132px;
        height: 132px;
    }

    .header-section .header-img .five-year p {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .about-section .about-img .about-year {
        right: 10%;
    }

    .about-section .about-img .wave-line {
        right: 18%;
    }

    .about-section .about-img .about-dot {
        left: 36%;
        bottom: 6%;
    }



}

@media (1024px <=width <=1199px) {
    .header-section .header-detail h1, .about-section .about-detail h1, .review-section .review-heading h1 {
        font-size: var(--font30);
    }

    .header-section .header-img .star-icon {
        width: 15%;
    }

    .header-section .header-img .pattern-dot {
        width: 20%;
        left: 30%;
        bottom: 15%;
    }

    .header-section .header-img .five-year {
        max-width: 150px;
        height: 150px;
    }

    .header-section .header-img .five-year::before {
        width: 132px;
        height: 132px;
    }

    .header-section .header-img .five-year p {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .about-section .about-img .about-year {
        right: 10%;
        top: 6%;
    }

    .about-section .about-img .wave-line {
        right: 18%;
        width: 10%;
        top: 20%;
    }

    .about-section .about-img .about-dot {
        left: 36%;
        bottom: 6%;
    }

    .service-section .col-lg-6 {
        margin-bottom: 60px;
    }

}

@media (769px <=width <=1023px) {

    .header-section .header-detail h1, .about-section .about-detail h1, .review-section .review-heading h1 {
        font-size: var(--font30);
    }

    .header-section .header-img .star-icon {
        width: 15%;
    }

    .header-section .header-img .pattern-dot {
        width: 20%;
        left: 30%;
        bottom: 15%;
    }

    .header-section .header-img .five-year {
        max-width: 150px;
        height: 150px;
    }

    .header-section .header-img .five-year::before {
        width: 132px;
        height: 132px;
    }

    .header-section .header-img .five-year p {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .about-section .about-img .about-year {
        right: 10%;
        top: 6%;
    }

    .about-section .about-img .wave-line {
        right: 18%;
        width: 10%;
        top: 20%;
    }

    .about-section .about-img .about-dot {
        left: 36%;
        bottom: 6%;
    }

    .service-section .col-lg-6 {
        margin-bottom: 60px;
    }

    .copy-right p {
        text-align: left;
    }
}

@media (568px <=width <=768px) {
    .kpat-nav .navbar-nav .nav-item .nav-link {
        padding: 10px 24px;
        text-align: center;
    }

    .kpat-navbar .navbar-collapse {
        text-align: center;
    }

    .header-section, .about-section, .vision-mission, .service-section, .business-section, .contact-section, .aboutpage-section, .bookkeeping-section, footer, .review-section {
        padding: var(--py40);
    }

    .header-section .header-detail h1, .about-section .about-detail h1, .review-section .review-heading h1 {
        font-size: var(--font30);
    }

    .header-section .header-detail {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .header-section .header-img .five-year {
        max-width: 150px;
        height: 150px;
    }

    .header-section .header-img .star-icon {
        width: 15%;
    }

    .header-section .header-img .pattern-dot {
        width: 20%;
        left: 30%;
        bottom: 15%;
    }

    .header-section .header-img .five-year::before {
        width: 132px;
        height: 132px;
    }

    .header-section .header-img .five-year p {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .about-section .about-img .about-year p {
        font-size: 14px;
    }

    .about-section .about-img .about-year h5 {
        font-size: 16px;
    }

    .about-section .about-img .about-year {
        right: 26%;
    }

    .about-section .about-img .wave-line {
        right: 32%;
    }

    .vision-mission .vision-detail, .vision-mission .mission-detail {
        flex-direction: column;
    }

    .vision-mission .vision-detail .vision-icon, .vision-mission .mission-detail .mission-icon {
        margin-bottom: 20px;
    }

    .service-section .col-lg-6 {
        margin-bottom: 60px;
    }

    .service-card .service-detail {
        height: 100%;
        display: block;
    }

    .service-section .industry-heading h1 {
        margin-bottom: 60px;
        margin-top: 0;
    }

    .contact-form {
        margin-top: 40px;
    }

    .about-detail {
        margin-bottom: 40px;
    }

    .contact-section .contact-img .growth-strat {
        bottom: 0;
        left: 14%;
    }

    .contact-section .contact-img .coin-icon {
        left: 29%;
    }

    .review-section .col-lg-4 {
        margin-bottom: 40px;
    }

    .review-section .review-card .review-icon {
        margin-top: -8%;
    }

    footer {
        border-radius: 0;
    }

    .copy-right p {
        text-align: left;
    }

    .map-section {
        height: auto;
    }
}

@media (480px <=width <=567px) {
    .kpat-nav .navbar-nav .nav-item .nav-link {
        padding: 10px 24px;
        text-align: center;
    }

    .kpat-navbar .navbar-collapse {
        text-align: center;
    }

    .header-section, .about-section, .vision-mission, .service-section, .business-section, .contact-section, .aboutpage-section, .bookkeeping-section, footer, .review-section {
        padding: var(--py40);
    }


    .header-section .header-detail h1, .about-section .about-detail h1, .review-section .review-heading h1 {
        font-size: var(--font30);
    }

    .header-section .header-detail {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .header-section .header-img .five-year {
        max-width: 150px;
        height: 150px;
    }

    .header-section .header-img .star-icon {
        width: 15%;
    }

    .header-section .header-img .pattern-dot {
        width: 20%;
        left: 30%;
        bottom: 15%;
    }

    .header-section .header-img .five-year::before {
        width: 132px;
        height: 132px;
    }

    .header-section .header-img .five-year p {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .about-section .about-img .about-year p {
        font-size: 14px;
    }

    .about-section .about-img .about-year h5 {
        font-size: 16px;
    }

    .about-section .about-img .about-year {
        right: 26%;
    }

    .about-section .about-img .wave-line {
        right: 32%;
    }

    .vision-mission .vision-detail, .vision-mission .mission-detail {
        flex-direction: column;
    }

    .vision-mission .vision-detail .vision-icon, .vision-mission .mission-detail .mission-icon {
        margin-bottom: 20px;
    }

    .service-section .col-lg-6 {
        margin-bottom: 60px;
    }

    .service-card .service-detail {
        height: 100%;
        display: block;
    }

    .service-section .industry-heading h1 {
        margin-bottom: 60px;
        margin-top: 0;
    }

    .contact-form {
        margin-top: 40px;
    }

    .about-detail {
        margin-bottom: 40px;
    }

    .contact-section .contact-img .growth-strat {
        bottom: 0;
        left: 14%;
    }

    .contact-section .contact-img .coin-icon {
        left: 29%;
    }

    .review-section .col-lg-4 {
        margin-bottom: 40px;
    }

    .review-section .review-card .review-icon {
        margin-top: -8%;
    }

    .map-section {
        height: auto;
    }

    .footer-about, .quick-link, .servies-link {
        margin-bottom: 20px;
    }

    .contact-info {
        margin-top: 20px;
    }

    .footer-about, .quick-link, .servies-link {
        margin-bottom: 20px;
    }

    footer {
        border-radius: 0;
    }

    .copy-right p {
        text-align: left;
    }

    .contact-info {
        margin-top: 20px;
    }
}

@media (320px <=width <=479px) {
    .kpat-nav .navbar-nav .nav-item .nav-link {
        padding: 10px 24px;
        text-align: center;
    }

    .kpat-navbar .navbar-collapse {
        text-align: center;
    }

    .header-section, .about-section, .vision-mission, .service-section, .business-section, .contact-section, .aboutpage-section, .bookkeeping-section, footer, .review-section {
        padding: var(--py40);
    }

    .header-section .header-detail h1, .about-section .about-detail h1, .review-section .review-heading h1 {
        font-size: var(--font30);
    }

    .about-section .about-detail h1 br {
        display: none;
    }

    .header-section .header-detail {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .header-section .header-img .five-year {
        max-width: 150px;
        height: 150px;
    }

    .about-section .about-img .about-year p {
        font-size: 14px;
    }

    .about-section .about-img .about-year h5 {
        font-size: 16px;
    }

    .header-section .header-img .star-icon {
        width: 15%;
    }

    .header-section .header-img .pattern-dot {
        width: 20%;
        left: 30%;
        bottom: 15%;
    }

    .header-section .header-img .five-year::before {
        width: 132px;
        height: 132px;
    }

    .header-section .header-img .five-year p {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .about-section .about-img .about-year {
        right: 4%;
        top: 5%
    }

    .about-section .about-img .wave-line {
        right: 12%;
        top: 12%;
    }

    .vision-mission .vision-detail, .vision-mission .mission-detail {
        flex-direction: column;
    }

    .vision-mission .vision-detail .vision-icon, .vision-mission .mission-detail .mission-icon {
        margin-bottom: 20px;
    }

    .service-section .col-lg-6 {
        margin-bottom: 60px;
    }

    .service-card .service-detail {
        height: 100%;
        display: block;
    }

    .service-section .industry-heading h1 {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .contact-form {
        margin-top: 40px;
    }

    .about-detail {
        margin-bottom: 40px;
    }

    .contact-section .contact-img .growth-strat {
        bottom: 0;
        left: 14%;
    }

    .contact-section .contact-img .coin-icon {
        left: 29%;
    }

    .review-section .col-lg-4 {
        margin-bottom: 40px;
    }

    .review-section .review-card .review-icon {
        margin-top: -8%;
    }

    .review-section .review-heading h1 br {
        display: none;
    }

    .map-section {
        height: auto;
    }

    .contact-section .contact-img .growth-strat {
        padding: 12px;
    }

    .contact-section .contact-img .growth-strat img {
        width: 25%;
    }

    .contact-section .contact-img .growth-strat h4 {
        margin-top: 8px;
    }

    .contact-section .contact-img .track-record {
        top: 10%;
        padding: 12px;
    }

    .contact-section .contact-img .plus-minus {
        left: -12px;
        bottom: 13%;
    }

    .contact-section .contact-img .track-record h4, .contact-section .contact-img .growth-strat h4 {
        font-size: var(--font16);
    }

    .footer-about, .quick-link, .servies-link {
        margin-bottom: 30px;
    }

    .quick-link ul, .servies-link ul {
        margin-bottom: 0;
    }

    .contact-info {
        margin-top: 20px;
    }

    footer {
        border-radius: 0;
    }

    .copy-right p {
        text-align: left;
    }

    /* about page */
    .about-info {
        padding-top: 40px;
    }

}