@media only screen and (min-width: 1400px){
    .g-recaptcha {
        /* border: 1px solid #d3d3d3; */
        transform: scale(0.9);
        transform-origin: top left;
    }
}
@media only screen and (max-width: 1680px) {
    p {
        font-size: 16px;
    }

    .home-about-wrap-section .about-title h1,
    .innerpage-title h2,
    .theme-title h2,
    .sec_head h1,
    .inner-banner h1,
    #blogdetails h1,
    .case-studies-detail-wrap-section .innerpage-title h1 {
        font-size: 35px;
    }

    .counter-wrap-section .counter-items .counter-value p,
    .counter-wrap-section .counter-items .counter-value .plus-icon {
        font-size: 40px;
    }

    .case-studies-detail-wrap-section .case-studies-title {
        font-size: 30px;
    }

    .levers-grow-wrap-section {
        margin-top: 40px;
    }

    .levers-grow-wrap-section .levers-grow-img img {
        height: 550px;
    }

    .milestones-wrap-section {
        margin-top: -170px;
    }

    .manufac-excell-wrap-section {
        margin-top: 40px;
    }

    .theme-title {
        margin-bottom: 25px;
    }

    .about-faqs-wrap-section .accordion-button {
        font-size: 20px;
    }

    .member_name h6 {
        font-size: 18px;
    }

    .member_name p {
        font-size: 16px;
        height: 100px;
    }

    #our_team .social-icon {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, -20%) !important;
    }

    #blogdetails h2 {
        font-size: 23px;
    }

    .news-and-events-wrap-section .news-and-events-img img {
        height: 270px;
    }

    .news-and-events-wrap-section .news-and-events-title a {
        font-size: 19px;
    }

    .news-and-events-wrap-section .news-and-events-date p {
        font-size: 17px;
    }

    .news-and-events-detail-wrap-section .news-and-events-img img {
        height: 650px;
    }

    .case-studies-wrap-section .case-studies-img img {
        height: 125px;
    }

    .case-studies-wrap-section .case-studies-text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #headoffice .add_right p {
        font-size: 17px;
    }

    .fca_name h3 {
        font-size: 24px;
        margin-top: 10px;
    }

    .fca_name {
        width: 40%;
    }

    .fca {
        width: 60%;
    }

    .latest-news-wrap-section .latest-news-title a {
        height: 54px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media only screen and (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 85%;
    }

}

@media only screen and (max-width: 1439px) {
    .apf_main-box p {
        font-size: 13px;
    }

    .apf_main-img {
        width: 75px;
        height: 75px;
    }
    .apf_main {

        grid-template-columns: repeat(auto-fill, minmax(6rem, 1fr));

    }

    .home-our-products-wrap-section .products-name a {
        font-size: 17px;
    }

    .future-wire-termi-wrap-section .future-wire-termi-name h3 {
        font-size: 25px;
    }

    .footer-wrap-section {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

    p {
        font-size: 15px;
    }
    .milestones-wrap-section .milestone-slider-text p {font-size: 14px;}
    .home-about-wrap-section .about-title h1,
    .innerpage-title h2,
    .theme-title h2,
    .sec_head h1,
    .inner-banner h1,
    #blogdetails h1,
    .case-studies-detail-wrap-section .innerpage-title h1 {
        font-size: 30px;
    }

    .case-studies-detail-wrap-section .case-studies-title {
        font-size: 27px;
    }

    #blogdetails h2 {
        font-size: 23px;
    }

    .theme-main-title .theme-mini-title span {
        font-size: 14px;
    }

    .navbar::after,
    .navbar::before {
        width: 28%;
    }

    .inner-banner .inner-banner-txt p {
        font-size: 15px;
    }

    .navbar .navbar-nav {
        margin-left: 4%;
    }

    .navbar .nav-item {
        padding: 0 5px;
    }

    .navbar .nav-item .nav-link {
        font-size: 16px;
        padding: 33px 3px;
    }

    .products-wrap-box .products-text {
        margin-top: 10px;
    }

    .products-wrap-box .products-img {
        border: 3px solid #D1D1D1;
        padding: 20px 20px;
        border-radius: 8px;
    }

    .inner-banner .inner-banner-main-img img {
        height: 300px;
    }

    .counter-wrap-section .counter-items .counter-value p {
        font-size: 35px;
    }

    .counter-wrap-section .counter-items .counter-value {
        margin-left: 25px;
    }

    .counter-wrap-section .counter-items .counter-value h3 {
        font-size: 16px;
    }

    .latest-news-wrap-section .latest-news-title a {
        font-size: 18px;
    }

    .footer-wrap-section .footer-widget .footer-phone a {
        font-size: 20px;
    }

    .footer-wrap-section .main-footer {
        padding: 50px 0;
    }

    .top_bar_wrap_section .top_bar_right_wrap a {
        font-size: 16px;
    }
    .top_bar_phone img {
        width: 16px;
    }
    .future-wire-termi-wrap-section {
        padding-bottom: 160px;
    }

    .latest-news-wrap-section .latest-news-img img {
        height: 245px;
    }

    .footer-wrap-section .footer-widget .footer-title h4 {
        font-size: 18px;
    }

    .footer-wrap-section .footer-widget .footer-contact-items a,
    .footer-wrap-section .footer-widget .footer-phone a {
        font-size: 16px;
    }

    .vision-mision-wrap-section .vision-mission-main-box .vision-mision-title h2 {
        font-size: 22px;
    }

    .levers-grow-wrap-section {
        margin-top: 40px;
    }

    .levers-grow-wrap-section .levers-grow-img img {
        height: 550px;
    }

    .milestones-wrap-section {
        margin-top: -185px;
    }

    .about-faqs-wrap-section .accordion-button {
        font-size: 20px;
    }

    .manufac-excell-wrap-section {
        margin-top: 40px;
    }

    .theme-title {
        margin-bottom: 25px;
    }

    .member_name h6 {
        font-size: 18px;
    }

    .member_name p {
        font-size: 16px;
        height: 100px;
    }

    #our_team .social-icon {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, -20%) !important;
    }

    .products-cate-wrap-section .products-wrap-box .products-img img {
        height: 270px;
    }

    .products-cate-wrap-section .fp_data {
        grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr)) !important;
        grid-gap: 1rem 1rem;
    }

    .inquiry-form-title p {
        font-size: 20px;
    }

    .products-details-wrap-section .products_main_img img {
        height: 400px;
    }

    .products-details-wrap-section .details-gallery-thumbs .swiper-slide img {
        height: 80px;
    }

    .blogs_grid .fw-semibold {
        font-size: 18px;
    }

    .blog_details p {
        font-size: 15px !important;
    }

    .blogs_grid .grid {
        /* grid-auto-rows: 14px; */
        grid-template-columns: repeat(auto-fill, minmax(19.5rem, 1fr));
    }

    .news-and-events-wrap-section .news-and-events-img img {
        height: 250px;
    }

    .news-and-events-wrap-section .news-and-events-title a {
        font-size: 19px;
    }

    .news-and-events-wrap-section .news-and-events-date p {
        font-size: 17px;
    }

    .news-and-events-detail-wrap-section .news-and-events-img img {
        height: 490px;
    }

    .news-and-events-detail-wrap-section .news-and-events-detail-text ul li {
        font-size: 16px;
    }

    .case-studies-wrap-section .case-studies-img img {
        height: 125px;
    }

    .case-studies-wrap-section .case-studies-text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #headoffice .add_right p {
        font-size: 17px;
    }

    .fca_name h3 {
        font-size: 24px;
        margin-top: 10px;
    }

    .fca_name {
        width: 40%;
        padding-right: 10px;
    }

    .fca {
        width: 60%;
    }
    .header-wrap-section .tab,
    .header-wrap-section .tabcontent{
        max-height: 400px;
    }
    .wrapper.search-wrap{
        width: fit-content;
    }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .g-recaptcha {
        /* border: 1px solid #d3d3d3; */
        transform: scale(0.7);
        transform-origin: top left;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    p {
        font-size: 15px;
    }
    .milestone-item {
        max-width: 20%;
    }
    .search-wrap .input.active {
        width: 210px;
        font-size: 14px;
    }
    .inner-banner {
        padding: 50px 0;
    }

    .navbar .navbar-brand img {
        max-width: 185px;
    }

    .navbar .nav-item {
        padding: 0 2px;
    }

    .navbar .nav-item .nav-link {
        font-size: 14px;
        padding: 33px 3px;
    }

    .home-about-wrap-section .about-title h1,
    .innerpage-title h2,
    .innerpage-title h1,
    .sec_head h1,
    .inner-banner h1,
    #blogdetails h1,
    .case-studies-detail-wrap-section .innerpage-title h1 {
        font-size: 30px;
    }

    .case-studies-detail-wrap-section .case-studies-title {
        font-size: 27px;
    }

    #blogdetails h2 {
        font-size: 23px;
    }

    .theme-title h2 {
        font-size: 30px;
    }

    .theme-main-title .theme-mini-title span {
        font-size: 15px;
    }

    .home-our-products-wrap-section .products-name a {
        font-size: 17px;
    }

    .counter-wrap-section .counter-items .counter-icon-wrap span {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .counter-wrap-section .counter-items .counter-value h3 {
        font-size: 15px;
    }

    .counter-wrap-section .counter-items .counter-value .plus-icon,
    .counter-wrap-section .counter-items .counter-value p {
        font-size: 35px;
    }

    .counter-wrap-section .counter-items .counter-value {
        margin-left: 14px;
    }

    .footer-wrap-section .footer-widget {
        margin-bottom: 20px;
    }

    .levers-grow-wrap-section {
        margin-top: 40px !important;
    }

    .levers-grow-wrap-section .levers-grow-img img {
        height: 550px;
    }

    .theme-title {
        margin-bottom: 30px;
    }

    .about-faqs-wrap-section .accordion-button {
        font-size: 20px;
    }

    .vision-mision-wrap-section .vision-mission-main-box .vision-mision-title h2 {
        font-size: 22px;
    }

    .member_name h6 {
        font-size: 17px;
    }

    .member_name p {
        font-size: 15px;
        height: 90px;
    }

    #our_team .social-icon {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, -20%) !important;
    }

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

    .products-wrap-box .products-img img {
        height: 210px;
    }

    .inner-banner .inner-banner-txt p {
        font-size: 15px;
    }

    .products-details-wrap-section .products_main_img img {
        height: 250px;
    }

    .products-details-wrap-section .details-gallery-thumbs .swiper-slide {
        margin-right: 10px !important;
    }

    .products-details-wrap-section .details-gallery-thumbs .swiper-slide img {
        height: 50px;
    }

    .products-details-wrap-section .products-details-text {
        padding-left: 30px;
    }

    .products-details-wrap-section table tbody td {
        font-size: 14px;
        vertical-align: middle;
    }

    .products-details-wrap-section .approval-img img {
        height: 30px;
    }

    .products-details-wrap-section .accessories-box .accessories-text-wrap {
        width: 75%;
        padding-right: 6px;
    }

    .products-details-wrap-section .accessories-box .accessories-img-wrap {
        width: 25%;
    }

    .products-details-wrap-section .accessories-box .accessories-img-wrap img {
        width: 100%;
    }

    .products-details-wrap-section .accessories-text-wrap ul li {
        font-size: 14px;
    }

    .news-and-events-wrap-section .news-and-events-img img {
        height: 300px;
    }

    .news-and-events-wrap-section .news-and-events-title a {
        font-size: 19px;
    }

    .news-and-events-wrap-section .news-and-events-date p {
        font-size: 17px;
    }

    .news-and-events-detail-wrap-section .news-and-events-img img {
        height: 430px;
    }

    .news-and-events-detail-wrap-section .news-and-events-detail-text ul li {
        font-size: 15px;
    }

    .case-studies-wrap-section .case-studies-img img {
        height: 135px;
    }

    .case-studies-wrap-section .case-studies-text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #headoffice .add_right p {
        font-size: 16px;
    }

    #headoffice .get_form {
        margin-top: 25px !important;
    }

    .fca_name {
        width: 45%;
        padding-right: 10px;
    }

    .fca {
        width: 55%;
    }

    .fca_name h3 {
        font-size: 23px;
        margin-top: 10px;
    }

    .filter_data-box .fca_name p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .filter_data-head {
        margin-top: 20px;
    }

    .filter_data-cl p {
        font-size: 14px;
        padding: 5px 10px;
    }

    .check_boxs-filter {
        margin-top: 20px !important;
    }

    .check_boxs-filter .form-check {
        font-size: 15px;
    }
    .navbar::before {bottom: -9px;}
    .navbar::after {top: -9px;}
}

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

    p {
        font-size: 15px;
    }
    .milestone-item {
        max-width: 33.33%;
    }

    .theme-title h2,
    .innerpage-title h2,
    .innerpage-title h1,
    .sec_head h1,
    .inner-banner-title h1,
    #blogdetails h1,
    .case-studies-detail-wrap-section .innerpage-title h1 {
        font-size: 30px;
    }

    .case-studies-detail-wrap-section .case-studies-title {
        font-size: 25px;
    }

    #blogdetails h2 {
        font-size: 22px;
    }

    .search-wrap {
        position: absolute;
        right: 85px;
        top: -10px;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 14px;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
        margin-top: 10px;
    }

    .mobile-menu .nav {
        width: 100%;
        height: 100vh;
    }

    .navbar {
        padding: 10px 0;
    }

    .navbar::before,
    .navbar::after {
        display: none;
    }

    .breadcrumb-wrap-section {
        padding: 15px 0 15px;
    }

    section,
    .vide-wrap-section,
    .footer-wrap-section .main-footer,
    .inner-banner {
        padding: 50px 0;
    }

    .main-banner-section .owl-nav {
        bottom: 15px;
    }

    .home-about-wrap-section .about-title {
        margin: 15px 0;
    }

    .theme-main-title .theme-mini-title span {
        font-size: 14px;
    }

    .home-about-wrap-section .about-title h1 {
        font-size: 30px;
    }

    .home-our-products-wrap-section .product-main-wrap-box ul li {
        width: 25%;
    }

    .home-our-products-wrap-section .products-name a {
        font-size: 17px;
    }

    .future-wire-termi-wrap-section .future-wire-termi-name h3 {
        font-size: 22px;
    }

    .vide-wrap-section .video-wrap-box {
        margin-top: 0;
    }

    .future-wire-termi-wrap-section {
        padding-bottom: 50px;
    }

    .future-wire-termi-wrap-section::after,
    .future-wire-termi-wrap-section::before {
        width: 300px;
        height: 378px;
    }

    .counter-wrap-section .counter-items .counter-value p {
        font-size: 40px;
    }

    .counter-wrap-section .counter-items .counter-value h3 {
        font-size: 19px;
    }

    .footer-wrap-section .main-footer::after,
    .footer-wrap-section .main-footer::before {
        display: none;
    }

    .footer-wrap-section .footer-widget {
        margin-bottom: 20px;
    }

    .footer-wrap-section .footer-widget .footer-title {
        margin-bottom: 10px;
    }

    .theme_btn .theme-primary-btn {
        padding: 13px 15px;
        font-size: 15px;
    }

    .g-recaptcha {
        /* border: 1px solid #d3d3d3; */
        transform: scale(0.7);
        transform-origin: top left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .future-wire-termi-wrap-section .future-wire-termi-img span {
        width: 170px;
        height: 170px;
    }
    .milestone-item {
        max-width: 33.33%;
    }
    .vision-mision-wrap-section .vision-mission-main-box .vision-mision-title h2 {
        font-size: 20px;
    }

    .vision-mision-wrap-section .vision-mission-main-box .vision-mision-icon img {
        height: 70px;
    }

    .levers-grow-wrap-section .levers-grow-img img {
        height: 490px;
    }

    .levers-grow-wrap-section .levers-grow-img {
        margin-top: 40px;
    }
    .search-wrap .input.active {
        font-size: 14px;
    }
    .milestones-wrap-section {
        margin-top: 0;
        padding-top: 30px;
    }

    .milestones-wrap-section .owl-dots {
        display: none;
    }

    .manufac-excell-wrap-section .manufac-excell-img img {
        padding-right: 0px;
    }

    .manufac-excell-wrap-section .manufac-excell-img {
        margin-top: 40px;
    }

    .theme-title {
        margin-bottom: 20px;
    }

    .manufac-excell-wrap-section .manufac-excell-text-wrap {
        margin-top: 25px;
    }

    .member_name h6 {
        font-size: 17px;
    }

    .member_name p {
        font-size: 15px;
        height: 110px;
    }

    #our_team .social-icon {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, -20%) !important;
    }

    .vc_main .list {
        padding: 7px 10px;
        margin: 0 6px 11px 0;
        font-size: 15px;
    }

    .vc_main .products {
        grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    }

    .inner-banner .inner-banner-main-img img {
        height: 200px;
    }

    .products-wrap-box .products-img img {
        height: 200px;
    }

    .products-wrap-box .products-title {
        margin-top: 10px;
    }

    .products-wrap-box .products-text {
        margin-top: 5px;
    }

    .inner-banner .inner-banner-txt p {
        font-size: 15px;
    }

    .products-details-wrap-section .products_main_img img {
        height: 250px;
    }

    .products-details-wrap-section .details-gallery-thumbs .swiper-slide {
        margin-right: 10px !important;
    }

    .products-details-wrap-section .details-gallery-thumbs .swiper-slide img {
        height: 50px;
    }

    .products-details-wrap-section .products-details-text {
        padding-left: 30px;
    }

    .products-details-wrap-section table tbody td {
        font-size: 14px;
        vertical-align: middle;
    }

    .products-details-wrap-section .approval-img img {
        height: 30px;
    }

    .products-details-wrap-section .accessories-box .accessories-text-wrap {
        width: 75%;
        padding-right: 6px;
    }

    .products-details-wrap-section .accessories-box .accessories-img-wrap {
        width: 25%;
    }

    .products-details-wrap-section .accessories-box .accessories-img-wrap img {
        width: 100%;
    }

    .products-details-wrap-section .accessories-text-wrap ul li {
        font-size: 14px;
    }

    .products-details-wrap-section .inquiry-form {
        margin-top: 30px;
    }

    .blogs_grid .grid {
        grid-template-columns: repeat(auto-fill, minmax(18.5rem, 1fr));
    }

    .blogs_grid .fw-semibold {
        font-size: 17px;
    }

    .blog_details p {
        font-size: 14px !important;
    }

    .blogs_grid .grid {
        grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    }

    .blogdetails_inner ul li {
        font-size: 15px;
    }

    .news-and-events-wrap-section .news-and-events-img img {
        height: 230px;
    }

    .news-and-events-wrap-section .news-and-events-title a {
        font-size: 19px;
    }

    .news-and-events-wrap-section .news-and-events-date p {
        font-size: 17px;
    }

    .news-and-events-detail-wrap-section .news-and-events-img img {
        height: 430px;
    }

    .news-and-events-detail-wrap-section .news-and-events-detail-text ul li {
        font-size: 15px;
    }

    .case-studies-wrap-section .case-studies-text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .case-studies-wrap-section .case-studies-img img {
        height: 140px;
    }

    #headoffice .add_right p {
        font-size: 16px;
    }

    #headoffice .get_form {
        margin-top: 25px !important;
    }

    .fca_name {
        width: 100%;
    }

    .fca {
        width: 100%;
    }

    .fca_name h3 {
        font-size: 23px;
        margin-top: 10px;
    }

    .filter_data-box .fca_name p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .filter_data-head {
        margin-top: 20px;
    }

    .filter_data-cl p {
        font-size: 14px;
        padding: 5px 10px;
    }

    .check_boxs-filter {
        margin-top: 20px !important;
    }

    .check_boxs-filter .form-check {
        font-size: 15px;
    }
    .wrapper.search-wrap{
        position: absolute;
        right: 85px;
        top: 23px;
        bottom: unset;
    }
    .navbar-toggler{
        position: absolute;
        right: 15px;
        top: 23px;
    }
}

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

    section,
    .vide-wrap-section,
    .footer-wrap-section .main-footer,
    .inner-banner {
        padding: 30px 0;
    }
    
    .milestone-item {
        max-width: 50%;
    }

    .theme_btn {
        margin-top: 10px;
    }

    p {
        font-size: 14px;
    }

    .blogdetails_inner ul li {
        font-size: 14px;
    }

    .footer-wrap-section .footer-widget .footer-links li a {
        font-size: 14px;
    }

    .products-details-wrap-section .inquiry-form {
        margin-top: 30px;
    }
    .wrapper.search-wrap {
        position: relative;
        right: 0;
        top: 0;
        bottom: unset;
        margin-top: 15px;
        width: 100%;
    }
    .search-wrap .input {
        width: 100%; 
        right: 0;
        font-size: 14px;
    }
    .search-wrap .input.active { width: 100%;}
    .products-details-wrap-section .accessories-box {
        display: block;
    }

    .products-details-wrap-section .accessories-box .accessories-text-wrap {
        width: 100%;
        padding-right: 6px;
    }

    .products-details-wrap-section .accessories-box .accessories-img-wrap {
        width: 100%;
        margin-bottom: 15px;
    }

    .products-details-wrap-section .accessories-box .accessories-img-wrap img {
        width: 100%;
    }

    .products-details-wrap-section .accessories-text-wrap ul li {
        font-size: 14px;
    }

    .products-details-wrap-section .accessories-wrap-box {
        display: block;
    }

    .pro-faqs .accordion-button {
        font-size: 17px;
    }

    .footer-wrap-section .footer-widget .footer-news-letter p {
        font-size: 14px;
    }

    .products-details-wrap-section .prod-desc-tab .nav-tabs {
        padding: 12px 15px;
    }

    .products-details-wrap-section .nav-tabs .nav-link {
        font-size: 15px;
    }

    .products-details-wrap-section .nav-tabs .nav-item {
        padding: 0 6px;
    }

    .products-details-wrap-section table tbody td {
        font-size: 14px;
        vertical-align: middle;
    }

    .products-details-wrap-section .inquiry-form-title p {
        font-size: 19px;
    }

    .products-details-wrap-section .approval-img img {
        height: 20px;
    }

    .form-control {
        font-size: .9rem;
    }

    .products-wrap-box .products-text p {
        font-size: 14px;
    }

    .inner-banner .inner-banner-txt p {
        font-size: 14px;
    }

    .inner-banner .inner-banner-caption {
        text-align: center;
    }

    .inner-banner .inner-banner-main-img img {
        height: 200px;
        margin-top: 15px;
    }

    .products-details-wrap-section .products-details-text {
        padding-left: 0;
    }

    .products-details-wrap-section .products-details-text {
        margin-top: 30px;
    }

    .products-main-categ-wrap-section,
    .products-sub-categ-wrap-section,
    .products-cate-wrap-section {
        padding-top: 30px;
    }

    .products-wrap-box .products-img img {
        height: 380px;
    }

    .products-cate-wrap-section .products-wrap-box .products-img img {
        height: 290px;
    }

    .products-wrap-box .products-title {
        margin-top: 10px;
    }

    .products-wrap-box .products-text {
        margin-top: 5px;
    }

    .breadcrumb-wrap-section {
        padding: 15px 0 15px;
    }

    .member_name h6 {
        font-size: 18px;
    }

    .member_name p {
        font-size: 15px;
        height: 85px;
    }

    #our_team .social-icon {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, -20%) !important;
    }

    .vc_main .list {
        padding: 7px 10px;
        margin: 0 5px 11px 0;
        font-size: 14px;
    }

    .fixed-top-header.sticky {
        padding: 0;
    }

    .fixed-top-header.sticky .navbar-brand img {
        max-width: 140px;
    }

    .top_bar_wrap_section {
        padding: 7px 0;
    }

    .top_bar_wrap_section .top_bar_right_wrap {
        margin-top: 0;
    }

    .top_bar_phone {
        display: none;
    }

    .theme_btn .theme-primary-btn {
        font-size: 14px;
        padding: 13px 15px;
    }

    .theme-title {
        margin-bottom: 20px;
    }

    .theme-title h2,
    .sec_head h1,
    .inner-banner-title h1,
    .products-details-wrap-section .products-details-title h1,
    #blogdetails h1,
    .case-studies-detail-wrap-section .innerpage-title h1 {
        font-size: 25px;
    }

    .case-studies-detail-wrap-section .case-studies-title {
        font-size: 23px;
    }

    #blogdetails h2 {
        font-size: 20px;
    }

    .breadcrumb-wrap-section .breadcrumb .breadcrumb-item {
        font-size: 12px;
    }

    .main-banner-section .owl-nav .owl-next img,
    .main-banner-section .owl-nav .owl-prev img {
        width: 7px;
    }

    .main-banner-section .owl-nav .owl-next,
    .main-banner-section .owl-nav .owl-prev {
        width: 25px;
        height: 25px;
        margin: 0 2px;
    }

    .main-banner-section .owl-nav {
        bottom: 5px;
        right: 6%;
    }

    .home-about-wrap-section .about-title {
        margin: 15px 0;
    }

    .theme-main-title .theme-mini-title span {
        font-size: 13px;
    }

    .home-about-wrap-section .about-title h1,
    .innerpage-title h2,
    .innerpage-title h1 {
        font-size: 25px;
    }

    .home-our-products-wrap-section .products-name {
        margin-top: 15px;
        padding: 0 10px;
    }

    .home-our-products-wrap-section .products-name a {
        font-size: 15px;
    }

    .home-our-products-wrap-section .products-img-wrap img {
        height: 56px;
    }

    .home-our-products-wrap-section .products-img-wrap {
        width: 110px;
        height: 110px;
        line-height: 110px;
    }

    .future-wire-termi-wrap-section {
        padding-bottom: 30px;
    }

    .future-wire-termi-wrap-section::after,
    .future-wire-termi-wrap-section::before {
        width: 300px;
        height: 378px;
    }

    .future-wire-termi-wrap-section .future-wire-termi-img span {
        width: 170px;
        height: 170px;
    }

    .future-wire-termi-wrap-section .future-wire-termi-logo {
        margin-top: 20px;
    }

    .future-wire-termi-wrap-section .future-wire-termi-name {
        margin-top: 15px;
    }

    .future-wire-termi-wrap-section .future-wire-termi-logo img {
        height: 30px;
    }

    .future-wire-termi-wrap-section .future-wire-termi-name h3 {
        font-size: 20px;
    }

    .future-wire-termi-wrap-section .future-wire-termi-col:last-child .future-wire-termi-box {
        margin-bottom: 0px;
    }

    .future-wire-termi-wrap-section .future-wire-termi-box {
        margin-bottom: 40px;
    }

    .home-our-products-wrap-section .product-main-wrap-box ul li {
        width: 50%;
    }

    .counter-wrap-section {
        padding-top: 30px;
    }

    .counter-main-wrap-box {
        margin-bottom: 40px;
    }

    .counter-wrap-section .counter-items .counter-icon-wrap span {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .counter-wrap-section .counter-items .counter-icon-wrap span img {
        height: 50px;
    }

    .counter-wrap-section .counter-items .counter-value p {
        font-size: 35px;
    }

    .counter-wrap-section .counter-items .counter-icon-wrap span {
        margin: auto;
    }

    .counter-wrap-section .counter-items .counter-value h3 {
        text-align: center;
        font-size: 17px;
    }

    .counter-value span {
        justify-content: center;
        text-align: center;
    }

    .counter-wrap-section .counter-main-wrap-box .counter-items {
        display: block;
    }

    .counter-wrap-section .counter-items .counter-value {
        margin-left: 0;
    }

    .vide-wrap-section .video-wrap-box {
        margin-top: 30px;
    }

    .footer-wrap-section .footer-widget {
        margin-top: 20px;
    }

    .latest-news-wrap-section .latest-news-title a {
        font-size: 18px;
    }

    .latest-news-wrap-section .latest-news-img img {
        height: 340px;
    }

    .footer-wrap-section .footer-widget .footer-title h4 {
        font-size: 18px;
    }

    .footer-wrap-section::before {
        display: none;
    }

    .footer-wrap-section .footer-widget .footer-contact-items {
        margin-bottom: 20px;
    }

    .footer-wrap-section .get-in-touch-wrap a {
        font-size: 15px;
        padding: 13px 10px 5px;
    }

    .footer-wrap-section .footer-widget .footer-phone a {
        font-size: 17px;
    }

    .footer-wrap-section .footer-widget .footer-contact-items a {
        font-size: 16px;
    }

    /* .navbar-toggler{
        position: absolute;
        right: 15px;
    } */
    /* .fixed-top-header.sticky .search-wrap .search_btn,
    .fixed-top-header.sticky .search-wrap .input{
        top: 24%;
    } */
    .footer-wrap-section .footer-widget .footer-title {
        margin-bottom: 10px;
    }

    .levers-grow-wrap-section .levers-grow-img {
        margin-top: 50px;
    }

    .vision-mision-wrap-section .vision-mission-main-box {
        height: auto;
        margin-bottom: 15px;
    }

    .vision-mision-wrap-section .vision-mission-main-box .vision-mision-title h2 {
        font-size: 20px;
    }

    .levers-grow-wrap-section .levers-grow-box {
        margin-right: 0;
    }

    .milestones-wrap-section {
        margin-top: 0;
        padding-top: 30px;
    }

    .manufac-excell-wrap-section .manufac-excell-img img {
        padding-right: 0;
    }

    .manufac-excell-wrap-section .manufac-excell-img::before {
        left: 0;
    }

    .manufac-excell-wrap-section .manufac-excell-img img {
        padding-left: 25px;
    }

    .manufac-excell-wrap-section .manufac-excell-img {
        margin-top: 40px;
    }

    .manufac-excell-wrap-section .manufac-excell-text-wrap {
        margin-top: 40px;
    }

    .about-faqs-wrap-section .accordion-button {
        font-size: 18px;
    }

    .about-faqs-wrap-section .about-faqs-txt-wrap {
        padding-right: 0;
    }

    .about-faqs-wrap-section {
        padding-bottom: 60px;
    }

    .about-faqs-wrap-section .about-faqs-img {
        margin-top: 35px;
    }

    .products-sub-categ-wrap-section .products-wrap-box .products-img img {
        height: 180px;
    }

    .products-wrap-box .products-img {
        padding: 25px 30px;
    }

    .products-wrap-box .products-title a {
        font-size: 19px;
    }

    .freed-through-wrap {
        margin-bottom: 25px;
    }

    .products-cate-wrap-section .fp_data {
        margin-top: 40px;
    }

    .blogs_grid .fw-semibold {
        font-size: 17px;
    }

    .blog_details p {
        font-size: 14px !important;
    }

    .blogs_grid .grid {
        grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    }

    .news-and-events-wrap-section .news-and-events-img img {
        height: 350px;
    }

    .news-and-events-wrap-section .news-and-events-date p {
        font-size: 17px;
    }

    .news-and-events-wrap-section .news-and-events-title a {
        font-size: 18px;
    }

    .news-and-events-detail-wrap-section .news-and-events-detail-text ul li {
        font-size: 14px;
    }

    #headoffice .head_office-add {
        margin-top: 20px;
    }

    #headoffice .add_right p {
        font-size: 16px;
    }

    .fca_name,
    .fca {
        width: 100%;
    }

    .fca_name h3 {
        font-size: 20px;
    }

    #regional_contacts .breadcrumb-item {
        font-size: 15px;
    }

    #regional_contacts .breadcrumb {
        margin-bottom: 10px !important;
    }

    .filter_data-box .fca_name p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .filter_data-head {
        margin-top: 20px;
    }

    .filter_data-cl p {
        font-size: 14px;
        padding: 5px 10px;
    }

    .check_boxs-filter {
        margin-top: 20px !important;
        max-height: 280px;
    }

    .check_boxs-filter .form-check {
        font-size: 15px;
    }

    .latest-news-wrap-section .latest-news-title a {
        height: auto;
    }
    #hidden-search-box {
        bottom: -40px;
    }
}

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

    .home-our-products-wrap-section .product-main-wrap-box ul li {
        width: 33.33%;
    }
    
    .milestone-item {
        max-width: 50%;
    }
    .levers-grow-wrap-section .levers-grow-img img {
        height: 530px;
    }

    .levers-grow-wrap-section .levers-grow-img::after {
        right: -25px;
    }

    .products-details-wrap-section .products_main_img img {
        height: 400px;
    }

    .products-details-wrap-section .details-gallery-thumbs .swiper-slide img {
        height: 100px;
    }

    .news-and-events-wrap-section .news-and-events-img img {
        height: 340px;
    }

    .news-and-events-detail-wrap-section .news-and-events-img img {
        height: 330px;
    }

    .case-studies-wrap-section .case-studies-img img {
        height: 250px;
    }

    .case-studies-wrap-section .case-studies-title {
        margin-top: 15px;
    }

    .case-studies-wrap-section .case-studies-text {
        padding-bottom: 10px;
    }
    .wrapper.search-wrap{
        position: absolute;
        right: 85px;
        top: 23px;
        bottom: unset;
    }
    .navbar-toggler{
        position: absolute;
        right: 15px;
        top: 23px;
    }
}

@media only screen and (max-width: 575px) {
    .navbar .navbar-brand img {
        max-width: 140px;
    }
    .milestone-item {
        max-width: 100%;
    }
    #hidden-search-box {
        display: inline-block;
        position: absolute;
        bottom: -40px;
        z-index: 9999;
        min-width: 320px; 
        right: 0;
        max-width: 100%; 
    }
    .latest-news-wrap-section .latest-news-img img {
        height: 360px;
    }

    .levers-grow-wrap-section .levers-grow-img img {
        height: 470px;
        padding-right: 25px;
    }

    .levers-grow-wrap-section .levers-grow-img::after {
        right: 0 !important;
    }

    .products-wrap-box .products-img img {
        height: 300px;
    }

    .products-sub-categ-wrap-section .products-wrap-box .products-img img {
        height: 300px;
    }

    .products-cate-wrap-section .fp_data {
        grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)) !important;
    }

    .products-details-wrap-section .products_main_img img {
        height: 400px;
    }

    .products-details-wrap-section .details-gallery-thumbs .swiper-slide img {
        height: 120px;
    }

    .blogs_grid .grid {
        grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    }

    .news-and-events-wrap-section .news-and-events-img img {
        height: 350px;
    }

    .news-and-events-detail-wrap-section .date-location-wrap ul {
        display: block;
    }

    .news-and-events-detail-wrap-section .date-location-wrap ul li {
        font-size: 15px;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 7px;
    }

    .news-and-events-detail-wrap-section .date-location-wrap ul li::before {
        display: none;
    }

    .news-and-events-detail-wrap-section .news-and-events-img img {
        height: 320px;
    }

    .case-studies-wrap-section .case-studies-img img {
        height: 250px;
    }

    #downloads .c_grid {
        grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    }
    /* .wrapper.search-wrap{
        position: absolute;
        right: 70px;
        top: 12px;
        bottom: unset;
    } */
    .search-wrap .search_btn { right: 0;}
    .navbar-toggler{
        position: absolute;
        right: 15px;
        top: 11px;
    }
}

@media only screen and (max-width: 480px) {
    .latest-news-wrap-section .latest-news-img img {
        height: 300px;
    }

    .levers-grow-wrap-section .levers-grow-img img {
        height: 370px;
    }

    .products-wrap-box .products-img img {
        height: 260px;
    }

    .products-sub-categ-wrap-section .products-wrap-box .products-img img {
        height: 250px;
    }

    .products-details-wrap-section .products_main_img img {
        height: 350px;
    }

    .products-details-wrap-section .details-gallery-thumbs .swiper-slide img {
        height: 100px;
    }

    .news-and-events-wrap-section .news-and-events-img img {
        height: 290px;
    }

    .news-and-events-detail-wrap-section .news-and-events-img img {
        height: 290px;
    }

    .case-studies-wrap-section .case-studies-img img {
        height: 200px;
    }

    /* .search-wrap .input.active {
        width: 250px;
        font-size: 14px;
    } */
    .fp_data{
        display: block;
    }
    .fp_box{
        margin-bottom: 15px;
    }
    .fp_box:last-child{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 380px) {
    .latest-news-wrap-section .latest-news-img img {
        height: 260px;
    }

    .levers-grow-wrap-section .levers-grow-img img {
        height: 350px;
    }

    .products-wrap-box .products-img img {
        height: 200px;
    }

    .products-sub-categ-wrap-section .products-wrap-box .products-img img {
        height: 200px;
    }

    .products-details-wrap-section .products_main_img img {
        height: 230px;
    }

    .products-details-wrap-section .details-gallery-thumbs .swiper-slide img {
        height: 80px;
    }

    .news-and-events-wrap-section .news-and-events-img img {
        height: 200px;
    }

    .news-and-events-detail-wrap-section .news-and-events-img img {
        height: 200px;
    }

    .case-studies-wrap-section .case-studies-img img {
        height: 140px;
    }

    .downloads_img,
    .downloads_img img {
        height: 400px;
    }
/* 
    .search-wrap .input.active {
        width: 215px;
    } */
}