@media only screen and (max-width:767px) {

    .navbar .container {
        border-radius: 0px !important;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-color: rgba(0, 0, 0, .1);
        font-size: 16px;
        padding: 5px 8px;
    }

    .navbar-collapse {
        padding: 10px 0;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    body {
        overflow-x: hidden;
    }

    .logo-img {
        height: auto;
        width: 280px;
    }

    .banner-img {
        width: 100% !important;
        height: 55vh;
        object-fit: cover;
    }

    .banner-img-box img {
        /* height: auto; */
        /* width: 550px; */
        border-radius: 10px;
        padding: 0px;
    }

    .banner-carousel .container {
        /* padding: 0px; */
    }

    .banner-img-box {
        padding-top: 0px;
    }

    .banner-content {
        padding: 10px 0px;
    }

    .banner-content h2 {
        font-family: var(--secondary-font);
        color: var(--white-color) !important;
        font-size: 25px;
        font-weight: 600;
    }

    .banner-content p {
        padding: 0;
    }

    .logo-img img {
        height: 30px;
        width: auto;
    }

    .banner-card .card-body {
        text-align: center;
    }

    .wp-icon {
        display: flex !important;
        justify-content: center !important;
    }

    .heading-font {
        font-family: var(--secondary-font);
        color: var(--heading-color) !important;
        font-size: 26px;
        font-weight: 700;
    }

    .service-item1 img {
        height: auto !important;
        width: 100% !important;
        border-radius: 20px 20px 0 0;
    }

    .about-img-block1 img {
        position: static;
    }

    .about-img-block2 img {
        position: static;
    }

    .nav-item {
        padding-left: 10px !important;
    }

    .owl-prev {
        display: none !important;
    }

    .owl-next {
        display: none !important;
    }

    .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        display: block;
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .copy-right-section p {
        text-align: center;
    }

    .copyright {
        text-align: center !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: -280px;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .5;
        transition: opacity .15s ease;
    }


    /* service page code starts here */

    .service-content-box h2 {
        font-size: 25px !important;
    }

    .abt-li li {
        font-size: 16px;
    }

    .service-content-box h3 {
        font-size: 18px !important;
        font-weight: 700;
    }

    /* about page code starts here */

    .cover-banner-heading {
        font-size: 30px;
    }

    .about-banner {
        background-image: url('../img/about-page/new-about-cover-banner.webp');
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
        height: 50vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .image-wrapper {
        width: 100%;
        margin: 5px 0;
    }

    .image-wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .lb-nav .lb-next {
        position: relative !important;
        left: 0px !important;
    }

    .lightbox .lb-prev {
        position: relative !important;
        left: 0px !important;
    }

    .call-to-action .container {
        position: relative;
        top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .banner-content h2 {
        font-size: 43px !important;
    }

    .navbar-collapse {
        padding: 10px 0;
    }

    .banner-carousel .container {
        /* padding: 0px; */
    }

    .banner-img-box {
        padding-top: 0px;
    }

    .banner-img-box img {
        height: auto;
        width: 700px;
    }

    .heading-font {
        font-family: var(--secondary-font);
        color: var(--heading-color) !important;
        font-size: 40px;
        /* text-transform: capitalize; */
        font-weight: 700;
    }

    .banner-content {
        padding-top: 35px;
        padding-left: 0px;
    }

    .d-sm-block {
        display: flex !important;
    }

    .about-img-block img:first-child {
        position: relative;
        bottom: 0px;
    }

    .team-foot {
        /* position: absolute;
		top: 265px;
		left: 72px;
		border-radius: 10px;
		width: 220px; */
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: -350px;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .5;
        transition: opacity .15s ease;
    }

    .copy-right-box {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .testimonial-item .card {
        border-radius: 25px !important;
        height: 475px;
    }

    .about-banner {
        background-image: url('../img/about-page/new-about-cover-banner.webp');
        background-size: cover;
        background-position: center left;
        background-repeat: no-repeat;
        height: 55vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-page-img-box {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .gallery a img {
        width: 300px;
        height: auto;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        transition: transform 400ms ease-in;
    }

    .image-wrapper {
        position: relative;
        display: inline-block;
        margin: 10px;
        overflow: hidden;
        border-radius: 8px;
        width: 300px;
        height: auto;
    }
    .call-to-action .container {
        position: relative;
        top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .logo-img {
        height: auto;
        width: 280px;
    }

    .banner-img-box {
        padding-top: 0px !important;
    }

    .banner-img-box img {
        height: auto;
        width: 450px;
    }

    .banner-content h2 {

        font-size: 43px;
        font-weight: 700;
    }

    .banner-content {
        padding-top: 160px;
        padding-left: 35px;
    }

    .team-img-box img {
        height: auto;
        width: 220px !important;
        border-radius: 15px;
    }

    .team-foot {
        /* position: absolute;
		top: 238px;
		left: 17px;
		width: 210px; */
    }

    .testimonial-item .card {
        border-radius: 25px !important;
        height: 451px;
    }

    .gallery a img {
        width: 300px;
        height: auto;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        transition: transform 400ms ease-in;
    }

    .image-wrapper {
        position: relative;
        display: inline-block;
        margin: 10px;
        overflow: hidden;
        border-radius: 8px;
        width: 300px;
        height: auto;
    }

    .call-to-action .container {
        position: relative;
        top: 30px;
    }
}