@media only screen and (max-width:1199px) {
    .container-box {
        padding: 0 0px;
    }
    .testimonial-box p {
        font-size: 18px;
    }
    .testimonial-section .heading-box {
        width: 60%;
    }
}

@media only screen and (max-width:1024px) {
    .main-menu ul {
        display: none;
    }
    .header-menu-collaps {
    display: inline-flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: end;
    cursor: pointer;
}
.header-menu-collaps span {
    width: 38px;
    display: inline-block;
    height: 2px;
    background-color: #019748;
}
.header-menu-collaps span:nth-child(2){
    width: 32px;
}
.header-menu-collaps span:nth-child(3){
    width: 16px;
}
.menu-nav {
    display: flex;
    margin-left: auto;
    margin-right: 40px;
}
}
@media only screen and (max-width:991px){
    .hero-slider {
    padding: 60px 0 40px;
}
.testimonial-section .heading-box {
    width: 100%;
}
.cta-inner {
    padding-right: 220px;
}
.footer-link {
    justify-content: start;
    flex-wrap: wrap;
    row-gap: 30px;
}
.topbar-inner p {
    display: none;
}
.value-section .heading-box {
    width: 100%;
}
.value-lower {
    transform: translateY(0);
    margin-top: 0;
}
.value-section {
    padding-bottom: 100px;
}
.explore-section.two {
    padding-top: 100px;
}
.explore-left {
    position: unset;
    top: 0;
}
.pagination .pre , .pagination .next{
    width: 100%;
}
.pagination {
    flex-wrap: wrap;
    row-gap: 10px;
}
}
@media only screen and (max-width:768px){
    h1 {
    font-size: 35px;
}
.about-section, .whychoose-section , .explore-section, .value-section, .blog-page-section, .contact-section{
    padding: 50px  0;
}
.custom-breadcrumb {
    flex-wrap: wrap;
    text-align: center;
}
.blog-details-outer {
    flex-wrap: wrap;
}
.blog-details-outer .blog-details-image {
    width: 100%;
}
.value-box {
    padding: 24px 20px;
}
h2 {
    font-size: 30px;
    margin-bottom: 16px;
}
.heading-box {
    margin-bottom: 20px;
}
.heading-box-outer {
    margin-bottom: 20px;
}
.product-section , .process-section, .testimonial-section, .contact-form-section, .blog-section, .cta-section, .capiblity-section, .market-section{
    padding-bottom: 50px;
}
.form-group p {
    gap: 0;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.form-group p .form-control{
    margin-bottom: 20px;
}
.cta-inner {
    padding-right: 150px;
}
.footer-lower {
    padding: 15px 0;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}
.explore-section.two {
    padding-top: 50px;
}
}
@media only screen and (max-width:600px){
    .header-end {
    column-gap: 10px;
}
.contact-form-inner {
    padding: 15px;
    border-radius: 12px;
    background-color: #fff;
}
.page-header-section {
    padding: 50px 0 50px;
}
.menu-nav {
    display: flex;
    margin-left: auto;
    margin-right: 20px;
}
.cta-inner {
    padding: 24px;
    padding-right: 100px; 
}
}
@media only screen and (max-width:425px){
    .logo {
    max-width: 130px;
}
}