@media (max-width:1380px) {
    .bannerLeft h2 {
        font-size: 46px;
    }

    .aboutContents {
        padding: 60px 10px 55px 20px;
    }
}

@media (max-width:991px) {
    .navbarBtn {
        display: none;
    }

    .navbarBtnphone {
        display: block;
        padding-top: 15px;
    }

    .navbarBtnphone .headerBtn {
        max-width: max-content;
    }

    .offcanvas-header .btn-close {
        font-size: 24px;
    }

    .offcanvas-title a img {
        max-width: 110px;
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        background-color: var(--arrow-color);
    }

    .navbar-expand-lg .navbar-nav {
        gap: 0px;
    }

    .serviceCard {
        margin-bottom: 30px;
    }

    .aboutContents {
        margin-bottom: 30px;
    }

    .aboutusSection .row {
        flex-direction: column-reverse;
    }

    .bannerRight {
        margin-top: 30px;
    }

    .footer-logo {
        text-align: center;
    }

    .footertext {
        text-align: left;
        max-width: unset;
        padding-top: 40px;
    }

    .footerContact {
        padding-left: 0px !important;
    }

    .footerServiceHeading {
        padding: 50px 0px 10px 0px;
    }

    .navbar-nav li a {
        border-bottom: 1px solid #000;
    }

    .serviceSection {
        padding-bottom: 40px;
    }

    .aboutusSection {
        padding: 60px 0;
    }

    .CarbonOffsetting {
        padding: 60px 0;
    }

    .AboutSection {
        padding-bottom: 60px;
    }

    .AboutSection .row .col-lg-4 {
        text-align: center;
        padding-top: 20px;
    }

    .serviceBtnContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-item h3,
    .service-item p {
        text-align: center;
    }
    .service-item {
        flex-direction: column;
        text-align: center;
    }
    .service-content,.service-item img {
        width: 100%;
    }
    .serviceCardtext h4{
        text-align: center;
    }
}

@media (max-width:768px) {
    .bannerLeft h2 {
        font-size: 35px;
    }

    .footer-logo img {
        width: 145px;
    }

    .headerBtn {
        padding-top: 5px;
        padding-right: 15px;
        padding-bottom: 5px;
        padding-left: 15px;
    }

    .aboutImg img,
    .bannerRight img {
        height: 500px;
    }

    .CarbonOffsetting {
        padding: 40px 0;
    }

    .AboutSection {
        padding-bottom: 40px;
    }

    .contact-section {
        padding: 40px 0;
    }

    .contact-info2 {
        margin-bottom: 40px;
    }
    .service-item{
        margin-bottom: 45px;
    }
}

@media (max-width:480px) {
    .footer-logo img {
        width: 110px;
    }

    .footertext {
        padding-top: 20px;
    }

    .footerServiceHeading,
    .footerContactheading {
        padding: 20px 0px 5px 0px;
    }

    .footerContainer {
        padding-bottom: 20px;
    }

    .serviceSection {
        padding-bottom: 15px;
    }

    .aboutusSection {
        padding: 40px 0;
    }

    .bannerLeft h2 {
        font-size: 25px;
    }

    .bannerSection {
        padding-top: 20px;
    }

    .aboutContents p {
        font-size: 16px;
    }

    .bannerBtn {
        gap: 10px;
        padding-top: 0px;
    }

    .aboutImg img,
    .bannerRight img {
        height: 450px;
    }

    .CarbonOffsetting {
        padding: 30px 0;
    }

    .serviceHeading {
        padding-bottom: 10px;
    }

    .aboutImages img {
        height: 540px;
    }

    .AboutSection {
        padding-bottom: 30px;
    }

    .contact-section {
        padding: 30px 0;
    }

    .contact-info2 {
        margin-bottom: 30px;
    }

    .contact-information i {
        padding: 7px 9px;
    }

    .address {
        padding: 8px 12px !important;
    }

    .contact-information p strong {
        font-size: 18px;
    }

    .contact-info2 p a,
    .contact-info2 p {
        font-size: 15px;
        line-height: 17px;
    }

    .contact-info2 p a,
    .contact-info2 p {
        margin-bottom: 20px;
    }

    .headerBtn a {
        font-size: 12px;
    }

    .headerBtn {
        padding-top: 1px;
    }

    .arrowButton {
        background-color: var(--arrow-color);
        padding: 5px 8px;
        border-radius: 50px;
    }
    .logoheader {
        width: 80px;
    }
    .navbar-toggler i {
        font-size: 24px;
    }
    .offcanvas-header .btn-close {
        font-size: 18px;
    }
    .offcanvas-title a img {
        max-width: 70px;
    }
    .facebookheader {
        border-radius: 0px !important;
        transition: padding-left 0.3s ease-in-out;
    }
    
    .facebookheader:hover {
        padding-left: 22px !important;
    }
    .service-item{
        margin-bottom: 35px;
        padding: 10px;
        gap: 0px;
    }
    .service-content {
        padding:10px 0;
  }
}

@media(min-width:991px){
    #menu-item-195{
        display: none;
    }
}