@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    img.custom-logo {
    width: 50px;
}

header {
    padding: 15px 0;
}

.banner-heading h1 {
    font-size: 45px;
    line-height: 1;
}

.banner-heading h1 span {
    font-size: 27px !important;
    padding: 25px 0 17px;
}

.banner-txt p {
    font-size: 16px;
    line-height: 30px;
}

.banner-txt {
    width: 95%;
    margin: 0 auto;
}

.theme1 {
    height: 60px;
    padding: 0 32px;
}

.theme1 span.theme1-txt {
    font-size: 13px;
}

.banner-txt-main {
    width: 70%;
}

.banner-img-main {
    height: 240px;
}

section.banner-sec {
    height: 90vh;
}

.about-img {
    height: 550px;
    margin: -270px 0 0 0;
}

h2 {
    font-size: 40px;
    line-height: 1;
}

.about-txt {
    gap: 15px;
}

p {
    font-size: 13px !important;
}

.about-con-txt h5 {
    font-size: 14px;
    line-height: 22px;
}

.about-con-main {
    gap: 20px;
    padding: 20px 18px;
    width: 43%;
    bottom: 9%;
}

h3 {
    font-size: 38px;
    line-height: 1;
}

h6 {
    font-size: 15px;
}

.about-counter-txt {width: 282px !important;padding: 0 14px;gap: 7px;}

section.about-sec {
    padding: 0 0 50px 0;
}

.sec {
    padding: 50px 0;
}

.products_slider .slick-prev, .products_slider .slick-next {
    width: 50px !important;
    height: 50px !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 19px !important;
}

.products-card-main {
    height: 550px;
}

.products-card-heading h3 {
    font-size: 25px;
    line-height: 25px;
    padding: 0 0 15px;
}

.products_slider .slick-current .products-card-txt-main {
    padding: 25px;
}

.products-card-features-txt h6 {
    font-size: 15px;
}

.trust-img {
    height: 470px;
}

.trust-txt-main {
    width: 97%;
}

.trust-txt {
    font-size: 13px;
}

.trust-txt-main h2 {
    font-size: 31px;
}
        .experiences-card-main {
    padding: 0 10px 0 20px;
    width: 92%;
    gap: 12px;
}

.experiences-card-img {display: unset;height: 300px;}

.experiences-card-txt-main {
    margin: 0 auto;
}

.experiences-card-number h5 {
    font-size: 40px;
    line-height: 1;
}

.experiences-card-txt h5 {
    font-size: 14px;
}

.experiences-card-number {
    width: unset;
}

.a-track-slider .slick-prev, .a-track-slider .slick-next {
    width: 40px;
    height: 40px;
}

.slick-prev:before, .slick-next:before {
    font-size: 18px;
}

button.slick-prev {
    left: -40px;
}

button.slick-next {
    right: -40px;
}

    .quote-txt-main {
    width: 100%;
    gap: 15px;
}

.quote-txt h2 br {
    display: none;
}

section.quote-sec {
    width: 90%;
}

section.testimonial-sec .heading {
    gap: 10px;
    width: 100%;
    margin-bottom: 40px !important;
}

section.partners-section {
    padding-top: 50px !important;
}

.contact-left-heading {
    margin-bottom: 30px;
}

.contact-info-card {
    width: 330px;
}

.contact-footer-logo img {
    height: 100px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (min-width: 0px) and (max-width: 299px) {}