@media only screen and (min-width: 1499px) {}

@media only screen and (min-width: 1699px) {}

@media only screen and (min-width: 1899px) {}



@media screen and (max-width:1920px) {}

/* ------------------1920px-----------------  */
@media screen and (max-width:1899px) {}

/* ------------------1899px-----------------  */
@media screen and (max-width:1799px) {}

/* ------------------1799px-----------------  */
@media screen and (max-width:1699px) {
  :root {
    --theme-container: 96%;

  }

  .container {
    max-width: 96%;
  }

  /* 2302- Anwesa */
  .container.container-mid {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }

  /* 2302- Anwesa */
  .ser_sec_area {
    gap: 20px;
  }

  .ser_sec {
    width: 25%;
  }

  .ser_pic {
    width: 200px;
    height: 200px;
  }

  .fo_ban {
    width: 100%;
  }
}

/* ------------------1699px-----------------  */
/* 2302- Anwesa */
@media only screen and (min-width: 1499px) {
  .container.container-mid {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
}

/* 2302- Anwesa */
@media screen and (max-width:1599px) {

  header .nav-link,
  .cont_bt a {
    font-size: 20px;
  }

  .ban_pic_area {
    margin-top: 50px;
  }

  .ban_cont_area {
    padding: 90px 0px 60px 0px;
  }

  .ban_left h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .ban_rt {
    font-size: 20px;
    line-height: 36px;
  }

  .banner_container {
    max-width: 88%;
  }

  .service_area h3 {
    font-size: 30px;
  }

  .ser_sec_txt {
    font-size: 20px;
    margin-top: 30px;
  }

  .service_area {
    padding-bottom: 120px;
  }

  .ab_rt p {
    font-size: 20px;
    line-height: 40px;
  }

  .about_area {
    min-height: 550px;
  }

  .ab_left h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .ab_vid,
  .ab_vid::before {
    width: 600px;
    height: 300px;
  }

  .play_icon {
    width: 100px;
    height: 100px;
  }

  .ab_rt {
    padding-left: 40px;
  }

  .left-panel h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .left-panel .tab-btn {
    font-size: 20px;
  }

  /* .brand_txt_rt,
  .brand_txt_left {
    width: 80px;
  } */

  /* .brand_area h5 {
    margin-left: 90px;
  } */

  .brand_txt_left,
  .brand_txt_rt {
    width: calc((100% - 227px) / 2);
  }

  .brand_area h5 {
    font-size: 22.8px;
  }

  .testimonial_area h3 {
    font-size: 36px;
  }

  .product_scroll_area h3 {
    font-size: 19px;
    line-height: 1.5;
  }

  .fo_txt {
    font-size: 18px;
  }

  .fo_logo {
    width: 200px;
    height: 145px;
  }

  .fo_link_sec h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  /* 2402-Anwesa */
  .abt-sec1-top-numbr {
    gap: 28px;
    margin-top: 68px;
  }

  .abtsec1-top-img2 {
    position: absolute;
    width: 203px;
    height: 259px;
    border: 5px solid #FFEAD5;
    border-radius: 41px;
    top: 243px;
    left: 0;
  }

  .abtsec1-top-img1 {
    width: 471px;
    height: 250px;
    border: 5px solid #EA6E26;
    border-radius: 54px;
  }

  .abt-sec1-topimg .yrs {
    width: 342px;
    height: 139px;
    border-radius: 0 44px 44px 0;
    padding: 36px 43px 19px 51px;
    font-size: 20px;
    margin-left: -303px;
    transform: translateY(118px);
    z-index: -1;
  }

  .abt-sec1-topimg .yrs b {
    font-size: 43px;
    margin-bottom: 9px;
  }

  .abt-sec1-nmbrs-box h6 {
    font-size: 18px;
  }

  .abt-sec1-nmbrs-box h6 b {
    font-size: 30px;
  }

  .abt-sec1-nmbrs-box p {
    font-size: 14px;
    line-height: 17px;
  }

  .abt-sec1-nmbrs-box {
    width: 232px;
    height: 222px;
    border-radius: 25px;
    padding: 18px 18px 19px 18px;
  }

  .abt-sec1-text {
    margin-top: 265px;
  }

  .abt-sec1-text p {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .abt-sec1-text h3 {
    font-size: 21px;
  }

  .abt-sec1-bg {
    height: 756px;
  }

  /* 2402-Anwesa */

}

/* ------------------1599px-----------------  */
@media screen and (max-width:1499px) {

  header .nav-link,
  .cont_bt a {
    font-size: 18px;
  }

  .dropdown-toggle::after {
    font-size: 12px;
  }

  header nav {
    height: 90px;
  }

  .ser_sec_txt {
    font-size: 18px;
    margin-top: 20px;
  }

  .ser_pic img {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ab_vid,
  .ab_vid::before {
    width: 550px;
    height: 300px;
  }

  .right-panel {
    width: 70%;
  }

  .left-panel {
    width: 30%;
  }

  .product_scroll_area::after {
    width: 500px;
    background-size: 500px auto;
  }

  .product_scroll_area {
    padding: 80px 0px;
  }

  .fo_link_sec li a {

    font-size: 16px;
  }

  /* 2302- Anwesa */
  .innr-bnr-txt h6 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 11.7px;
  }

  .innr-bnr-txt h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 55px;
  }

  .blog-box text h5 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
  }

  .blog-box text p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 22px;
  }

  .blg-date {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
  }

  .blog-box em {
    height: 223px;
  }

  .blog-box .save-blog {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
  }

  .blog-box .save-blog svg {
    width: 23px;
    height: 23px;
  }

  .blog-box text {
    padding: 23px;
  }

  .innr-pgntn .pagination li a {
    font-size: 20px;
    line-height: 1;
  }

  .ban-btm-img {
    height: 101px;
  }

  .abt-sec1-topimg .yrs {
    width: 385px;
    height: 158px;
    padding: 28px 43px 20px 73px;
    font-size: 25px;
    line-height: 1;
    margin-left: -379px;
    margin-top: 200px;
    transform: translateY(162px);
    z-index: -1;
  }

  /* 2302- Anwesa */

  /* 2402-Anwesa */
  .abt-sec1-topimg {
    position: relative;
  }

  .abt-sec1-topimg .yrs b {
    font-size: 37px;
    margin-bottom: 9px;
  }

  .abt-sec1-topimg .yrs {
    width: 364px;
    height: 134px;
    padding: 32px 19px 20px 73px;
    font-size: 21px;
    line-height: 1;
    margin-left: 0;
    margin-top: 0;
    transform: translateY(100%);
    z-index: -1;
    position: absolute;
    right: -60px;
    bottom: 19px;
  }

  .abtsec1-top-img2 {
    width: 191px;
    height: 217px;
    border: 5px solid #FFEAD5;
    border-radius: 41px;
    top: 203px;
    left: 0;
  }

  .abt-sec1-text {
    margin-top: 205px;
  }

  .abt-sec1-bg {
    height: 708px;
  }


  .clients-text p {
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .clnt-lst-inr {
    column-gap: 15px;
    row-gap: 68px;
  }

  .clnt-box {
    width: calc((100% - (15px * 5)) / 6);
    height: 150px;
  }

  .clnt-box em {
    height: 92px;
  }

  .clnt-box h6 {
    font-size: 16px;
    line-height: 1;
  }


  .cnct-info-innr h3 {
    padding: 0 15px 24px 0px;
  }

  .cnct-info-innr p {
    padding-left: 0px;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 37px;
  }

  .cnct-info-innr ul {
    padding-left: 0px !important;
    gap: 14px;
    margin-bottom: 41px !important;
  }

  .cnct-info-innr ul li {
    gap: 11px;
  }

  .cnct-info-innr ul li text,
  .cnct-info-innr ul li text a {
    font-size: 18px;
    line-height: 33px;
  }

  .cont-sos h5 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  .cont-sos {
    padding-left: 0;
  }

  .cont-sos ul li a {
    width: 32px;
    height: 32px;
  }

  .cont-frm-ppr h4 {
    padding: 0 19px 19px 0px;
    line-height: 1;
  }

  .cont-frm-ppr p {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 36px;
  }

  .cnt-frm-box label {
    padding: 0px 8.4px;
    font-size: 16px;
    line-height: 1;
    top: -7px;
    left: 12px;
  }

  .cnt-frm-box input,
  .cnt-frm-box select,
  .cnt-frm-box textarea {
    padding: 19px;
    font-size: 17px;
    line-height: 17px;
  }

  /* 2402-Anwesa */
}

/* ------------------1499px-----------------  */

/* 2302- Anwesa */
@media (max-width:1498px) and (min-width: 1399px) {
  .container.container-mid {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

/* 2302- Anwesa */

@media screen and (max-width:1399px) {

  header .nav-link,
  .cont_bt a {
    font-size: 16px;
  }

  .cont_bt a {
    height: 46px;
  }

  header nav {
    height: 70px;
  }

  header .nav-link {
    padding: 23px 10px !important;
  }

  .nav-link.dropdown-toggle svg {
    width: 17px;
    height: 17px;
    margin-left: 4px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 64px;
  }

  .navbar-brand {
    width: 130px;
    height: 100px;
  }

  .ban_pic::before {
    top: -20px;
    left: 20px;
  }

  .ban_pic_mid {
    margin: 0px 70px;
  }

  .ban_cont_area {
    padding: 80px 0px 40px 0px;
  }

  .ab_vid,
  .ab_vid::before {
    width: 500px;
    height: 300px;
  }

  .ab_left h4::after,
  .testimonial_area h4:after {
    width: 160px;
  }

  .export_area {
    padding-top: 80px;
  }

  .world_map_sec h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .infobox h5 {
    font-size: 20px;
    margin: 10px 0px;
  }

  .infobox h5 span {
    font-size: 30px;
  }

  .infobox {
    font-size: 18px;
  }

  .quality_btn {
    height: 55px;
    padding: 0px 90px 0px 15px;
    font-size: 26px;
  }

  .prog_txt {
    font-size: 20px;
  }

  .prog_num {
    font-size: 16px;
  }

  .left-panel h4::after {
    width: 80px;
  }

  .product-card img {
    height: 250px;
  }

  .left-panel .tab-btn {
    padding: 5px 0px;
  }

  .product-card h4 {
    font-size: 20px;
  }

  .product_slider .owl-prev,
  .product_slider .owl-next,
  .product_slider .owl-prev:hover,
  .product_slider .owl-next:hover,
  .testimonial_slider .owl-prev,
  .testimonial_slider .owl-next,
  .testimonial_slider .owl-prev:hover,
  .testimonial_slider .owl-next:hover {
    width: 100px !important;
    height: 30px !important;
    background-size: contain;
  }

  .product_carousel_area_outer::before,
  .product_carousel_area_outer::after {
    width: 250px;
    background-size: contain;
    top: -180px;
  }

  .product_carousel_area_outer::after {
    width: 100px;
  }

  .product_carousel_area_outer {
    margin-top: 80px;
  }

  .product_scroll_area h3,
  .testimonial_area h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .product-content h3 {
    font-size: 24px;
    line-height: 38px;
  }

  .product_scroll_area::after {
    width: 400px;
    background-size: 400px auto;
  }

  .product-content h3 {
    font-size: 24px;
  }

  .fo_link_sec li a {

    font-size: 14px;
  }

  .fo_txt {
    font-size: 16px;
  }

  .fo_link_sec li {
    margin-bottom: 10px;
  }

  .fo_link_sec h3 {
    font-size: 22px;
  }

  .social_sec h6 {
    font-size: 18px;
  }

  /* 2302- Anwesa */
  .blog-box em {
    height: 223px;
  }

  .ban-btm-img {
    height: 90px;
  }

  .innr-pgntn .pagination li a {
    font-size: 18px;
    line-height: 1;
  }

  .innr-pgntn .pagination {
    gap: 2px;
  }

  /* 2302- Anwesa */
  /* 2402- Anwesa */
  .abt-who-content img {
    width: 590px;
    height: 329px;
  }

  .abt-who-content {
    gap: 44px;
  }

  .abt-who-content p {
    font-size: 16px;
  }

  .abt-who-hdr {
    margin-bottom: 39px;
    gap: 11px;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 7px;
  }

  .about-section1 {
    margin-bottom: 60px;
    padding-bottom: 41px;
  }


  .clnt-box {
    width: calc((100% - (15px * 4)) / 5);
    height: 150px;
  }

  /* 2402- Anwesa */
}

/* ------------------1399px-----------------  */
/* 2302- Anwesa */
@media (max-width:1398px) and (min-width: 1299px) {
  .container.container-mid {
    max-width: 1199px;
    width: 100%;
    margin: 0 auto;
  }
}

/* 2302- Anwesa */
@media screen and (max-width:1299px) {
  .ban_left h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .ban_rt {
    font-size: 18px;
    line-height: 28px;
  }

  .ban_bt a {
    font-size: 18px;
    height: 48px;
  }

  .ser_sec_txt {
    font-size: 16px;
    line-height: 20px;
  }

  .ser_pic {
    width: 150px;
    height: 150px;
  }

  .service_area {
    padding-bottom: 80px;
  }

  .ab_vid,
  .ab_vid::before {
    width: 450px;
    height: 280px;
  }

  .ab_rt p {
    font-size: 18px;
  }

  .prog_txt {
    font-size: 18px;
  }

  .prog_num {
    font-size: 14px;
  }

  .left-panel h4,
  .testimonial_area h4 {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .left-panel .tab-btn {
    font-size: 18px;
  }

  .brand_area {
    margin-top: 80px;
  }

  .brand_slider .item img {
    margin: 20px 5px 0px 5px;
  }

  .brand_slider {
    margin: 10px 0px 0px 0px;
  }

  .brand_txt {
    top: -10px;
  }

  .brand_txt_area:last-child .brand_txt {
    top: 10px;
  }

  .product_scroll_area h4 {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .product_scroll_area h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 10px 0px 20px 0px;
  }

  .product-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .product-scroll {
    min-height: 300px;
  }

  .fo_link_sec h3 {
    font-size: 18px;
  }

  .fo_ban_txt h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .fo_ban_txt p {
    font-size: 15px;
  }

  .fo_link_sec {
    padding-left: 0;
    gap: 20px;
  }

  .fo_top .col-lg-6,
  .fo_top .col-md-6 {
    width: 42% !important;
  }

  .fo_top .col-lg-3:last-child,
  .fo_top .col-md-3:last-child {
    width: 33% !important;
  }

  .fo_ban {
    height: 350px;
  }

  .call_sec {
    /* height: 100px; */
    font-size: 20px;
  }

  /* 27-02-2026 */

  .addr {
    font-size: 16px;
  }

  .copy_area {
    font-size: 16px;
  }

  .service_area {
    padding-bottom: 100px;
  }

  .world_map_sec {
    background-size: 100% 250px;
    background-position: center;
  }

  /* 2402- Anwesa */
  .abt-sec1-nmbrs-box {
    width: 183px;
    height: 183px;
    border-radius: 14px;
    padding: 10px;
  }

  .abt-sec1-nmbrs-box h6 {
    font-size: 15px;
    line-height: 19px;
  }

  .abt-sec1-nmbrs-box h6 b {
    font-size: 24px;
  }

  .abt-sec1-nmbrs-box p {
    font-size: 13px;
    line-height: 12px;
  }

  .abt-sec1-nmbrs-box span {
    width: 65px;
    height: 65px;
  }

  .abtsec1-top-img1 {
    width: 433px;
    height: 218px;
    border: 5px solid #EA6E26;
    border-radius: 18px;
  }

  .abtsec1-top-img2 {
    width: 182px;
    height: 201px;
    border: 5px solid #FFEAD5;
    border-radius: 21px;
    top: 161px;
    left: 0;
  }

  .abt-sec1-topimg .yrs {
    width: 279px;
    height: 120px;
    padding: 27px 19px 20px 40px;
    font-size: 18px;
    line-height: 1;
    right: -11px;
    bottom: 19px;
    font-weight: 600;
    border-radius: 0 20px 20px 0;
  }

  .abt-sec1-topimg .yrs b {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .abt-sec1-text {
    margin-top: 162px;
  }

  .abt-sec1-text p {
    font-size: 15px;
    margin-bottom: 21px;
  }

  .abt-sec1-bg {
    height: 590px;
  }

  .test-box-lft em {
    width: 217px;
    height: 234px;
  }

  .tester-name {
    padding: 0 0 16px 10px;
    gap: 11px;
    margin-left: 8px;
  }

  .tester-name text h6 {
    font-size: 17px;
    line-height: 31px;
  }

  .tester-name text p {
    font-size: 12px;
    line-height: 18px;
  }

  .tester-img {
    width: 57px;
    height: 57px;
  }

  .test-box-rt p {
    font-size: 16px;
    line-height: 28px;
  }

  .test-box-rt {
    padding: 51px 18px 30px 18px;
  }

  .testi-box {
    background-size: 41px 41px;
  }

  /* 2402- Anwesa */

  .contact-rt {
    padding: 36px 20px;
    width: 44%;
  }

  .contact-lft {
    padding: 36px 20px;
    width: calc(100% - 44%);
  }

  .cnct-info-innr h3 {
    padding: 0 15px 19px 0px;
    font-size: 33px;
    line-height: 32px;
    margin-bottom: 23px;
  }

  .cont-frm-ppr p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 33px;
  }

  .cnct-info-innr p {
    padding-left: 0px;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 28px;
  }

  .cnct-info-innr ul li text,
  .cnct-info-innr ul li text a {
    font-size: 16px;
    line-height: 30px;
  }

  .cnct-info-innr ul li svg {
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

  .cont-sos h5 {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 13px;
  }

  .cont-frm-ppr h4,
  .cnct-info-innr h3 {
    font-size: 28px;
    line-height: 0.8;
  }
}

/* ------------------1299px-----------------  */
@media screen and (max-width:1199px) {

  header .nav-link,
  .cont_bt a {
    font-size: 14px;
  }

  .cont_bt a {
    height: 40px;
  }

  header nav {
    height: 65px;
  }

  header .nav-link {
    padding: 22px 8px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 58px;
  }

  .dropdown-toggle::after {
    font-size: 10px;
  }

  .ban_left h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .ban_pic_area {
    margin-top: 30px;
  }

  .ab_left h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .ab_left h4 {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .ab_rt p {
    font-size: 18px;
    line-height: 28px;
  }

  .about_area {
    min-height: 500px;
  }

  .world_map_sec h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .infobox h5 {
    font-size: 18px;
    margin: 10px 0px;
  }

  .infobox h5 span {
    font-size: 26px;
  }

  .infobox {
    font-size: 16px;
  }

  .prog_txt {
    font-size: 15px;
  }

  .prog_num {
    font-size: 13px;
  }

  .left-panel h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 20px 0px;
  }

  .product-card h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .brand_area h5 {
    font-size: 21px;
  }

  .brand_txt_left,
  .brand_txt_rt {
    width: calc((100% - 210px) / 2);
  }

  .brand_txt {
    top: -10px;
  }

  .brand_section {
    padding: 40px 0;
  }

  .product-content h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .product-content p {
    font-size: 14px;
  }

  .quote-btn {
    font-size: 15px;
  }

  .product-scroll {
    max-height: 400px;
  }

  footer {
    margin-top: 80px;
  }

  .fo_top {
    padding-bottom: 40px;
  }

  .world_map_sec {
    background-size: 100% 200px;
    background-position: center;
  }

  .world_map_sec h3 {
    font-size: 26px;
  }

  .pro_section {
    gap: 40px;
  }

  /* 2302- Anwesa */
  .innr-bnr-txt h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
  }

  .innr-bnr-txt {
    width: 627px;
  }

  .innr-bnr-txt h6 span {
    width: 71px;
  }

  .innr-bnr-txt h6 {
    font-size: 12px;
    letter-spacing: 9px;
  }

  .inner-banner {
    background-color: #FFEEE4;
    padding: 162px 0 66px 0;
    margin-top: -80px;
    margin-bottom: 29px;
  }

  .ban-btm-img {
    height: 66px;
  }

  .innr-brdcrmb .breadcrumb-item {
    font-size: 15px;
    line-height: 28px;
  }

  .innr-brdcrmb {
    margin-bottom: 30px;
  }

  .blog-box em {
    height: 182px;
  }

  .blog-box text {
    padding: 17px;
  }

  .blg-date {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 11px;
  }

  .blog-box text h5 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .blog-box text p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 18px;
  }

  .blog-box text h6 {
    font-size: 13px;
    line-height: 1;
    gap: 2px;
  }

  .blog-box text h6 svg {
    width: 16px;
    height: 16px;
  }

  .test-box-lft em {
    width: 220px;
    height: 239px;
    margin-bottom: 4px;
  }

  .tester-name {
    padding: 0 0 14px 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px;
    margin-left: 8px;
  }

  .tester-name text h6 {
    font-size: 17px;
    line-height: 30px;
  }

  .tester-name text p {
    font-size: 13px;
    line-height: 20px;
  }

  .test-box-rt {
    padding: 57px 20px 13px 18px;
  }

  .testi-box {
    background-position: top 8px right 13px;
    background-size: 40px 40px;
  }

  .test-box-rt p {
    font-size: 15px;
    line-height: 27px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu ul {
    max-height: 600px;
  }

  /* 2302- Anwesa */

}

/* ------------------1199px-----------------  */
/* 2302- Anwesa */
@media (max-width:1298px) and (min-width: 992px) {
  .container.container-mid {
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
  }
}

/* 2302- Anwesa */

@media screen and (max-width:1099px) {
  .navbar-brand {
    top: 20px;
  }

  .ban_rt {
    font-size: 16px;
    line-height: 26px;
  }

  .ban_pic img,
  .ban_pic::before {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-width: 5px;
  }

  .ab_vid,
  .ab_vid::before {
    width: 420px;
  }

  .left-panel h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .left-panel .ban_bt a {
    font-size: 14px;
  }

  .brand_area h5 {
    font-size: 18.8px;
  }

  .brand_txt_left,
  .brand_txt_rt {
    width: calc((100% - 191px) / 2);
  }

  .product_scroll_area h3,
  .testimonial_area h3 {
    font-size: 24px;
  }

  .product-content h3 {
    font-size: 16px;
    margin: 0 0 12px 0;
  }

  .product-img {
    width: 146px;
  }

  .product-content {
    width: calc(100% - 146px - 18px);
    margin-left: auto;
  }

  .fo_txt {
    font-size: 14px;
  }

  .fo_logo {
    width: 150px;
    height: 100px;
  }

  .social_sec h6 {
    font-size: 16px;
  }

  .call_sec svg {
    width: 30px !important;
    height: 30px !important;
  }

  .call_sec {
    /* height: 90px; */
    font-size: 18px;
  }

  /* 27-02-2026 */

  .addr {
    font-size: 16px;
  }

  .copy_area {
    font-size: 14px;
  }

  footer::before {
    width: 200px;
    background-size: 200px auto;
  }

  /* 2302- Anwesa */
  .blog-hdng {
    font-size: 22px;
    line-height: 154%;
    margin-bottom: 33px;
  }

  .blog-author {
    padding: 12px 12px;
  }

  .blg-auth-name {
    gap: 12px;
  }

  .blg-auth-name h6 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .blg-auth-name span {
    gap: 4px;
    margin-right: 18px;
    font-size: 14px;
    line-height: 1;
  }

  .blg-auth-name span svg {
    display: block;
    width: 16px;
    height: 16px;
  }

  .blog-auth-share ul li a {
    width: 39px;
    height: 39px;
  }

  .blog-auth-share ul li a svg {
    display: block;
    width: 21px;
    height: 21px;
  }

  .blog-img h6 {
    font-size: 16px;
    line-height: 1.6;
  }

  .blog-text h5 {
    font-size: 19px;
    line-height: 169%;
  }

  .blog-text p {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 45px;
  }

  .blog-text h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1;
  }

  .blog-highlit-lst {
    padding: 30px 30px 30px 30px;
    gap: 17px;
    margin-bottom: 45px;
  }

  .blog-highlit-lst h6 {
    font-size: 20px;
    line-height: 1.3;
  }

  .blog-highlit-lst ul li {
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    background-position: left top 5px;
    background-size: 19px 19px;
  }

  .abt-who-content img {
    width: 396px;
    height: 227px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu ul {
    max-height: 432px;
  }




  /* 2302- Anwesa */

}

/* ------------------1099px-----------------  */
@media screen and (max-width:1024px) {
  .service_area h3 {
    font-size: 26px;
  }

  .ab_vid,
  .ab_vid::before {
    width: 390px;
  }

  .world_map_sec h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .prog_txt {
    font-size: 14px;
  }

  .prog_num {
    font-size: 12px;
  }

  .fo_link_sec h3 {
    font-size: 15px;
  }

}

/* ------------------1024px-----------------  */
@media screen and (max-width:991px) {
  :root {
    --theme-container: 97%;
  }


  .cont_bt {
    margin-left: auto;
    margin-right: 15px;
  }

  .navbar-nav {
    order: 3;
  }

  header .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    width: var(--theme-container);
    padding: 0;
    margin: 0 auto;
    background-color: #f4f4f4;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  /* ===== CUSTOM NAVBAR TOGGLER ===== */
  .custom-toggler {
    border: none;
    background: transparent;
    padding: 6px;
    width: 35px;
    height: 23px;
    position: relative;
    z-index: 1001;

  }

  .custom-toggler:focus {
    box-shadow: none;
    outline: none;
  }

  /* Hamburger lines */
  .custom-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFF;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.35s ease;
  }

  /* Line positions */
  .custom-toggler span:nth-child(1) {
    top: 0;
  }

  .custom-toggler span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .custom-toggler span:nth-child(3) {
    bottom: 0;
  }

  /* ===== ANIMATION WHEN OPEN ===== */
  .custom-toggler[aria-expanded="true"] span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .custom-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .custom-toggler[aria-expanded="true"] span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  /* ===== HOVER EFFECT ===== */
  .custom-toggler:hover span {
    background: var(--primary-blue);
  }

  .login_sec li svg {
    width: 20px;
    height: 20px;
  }

  .dropdown .dropdown-menu {
    width: 96%;
    margin: 0% 2% !important;
    padding: 0 !important;
  }

  .dropdown-item {
    font-size: 14px;
  }

  .nav-link {
    line-height: 25px;
  }

  header nav {
    height: 60px;
  }

  .navbar-brand {
    top: -2px;
    height: 48px;
    width: 80px;
    padding: 2px;
  }

  header .nav-link {
    padding: 10px 20px !important;
    color: #424242;
    font-size: 16px;
  }

  .cont_bt a {
    height: 40px;
    padding: 0px 10px;
    font-size: 14px;
  }

  .cont_bt a svg {
    width: 18px;
  }

  .ban_rt {
    margin-top: 20px;
  }

  .ban_pic_mid {
    margin: 0px 50px;
  }

  .ban_cont_area {
    padding-top: 40px;
  }

  .ban_bottom {
    bottom: -6px;
  }

  .ser_pic {
    width: 120px;
    height: 120px;
  }

  .service_area {
    padding: 60px 0px 100px 0px;
  }

  .ab_rt p {
    font-size: 14px;
    line-height: 24px;
  }

  .ab_vid {
    width: auto;
  }

  .ab_vid::before {
    width: 100%;
    height: 100%;
  }

  .ab_rt {
    padding-left: 0;
  }

  .ab_left h4::after,
  .left-panel h4::after {
    width: 60px;
  }

  .star_div {
    width: 100px;
    height: 111px;
    background-size: contain;
  }

  .star_div img {
    width: 90%;
  }

  .world_map_sec h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .infobox h5 {
    font-size: 16px;
  }

  .infobox h5 span {
    font-size: 24px;
  }

  .quality_btn {
    padding-right: 15px;
    width: 100%;
    font-size: 16px;
  }

  .left-panel {
    width: 40%;
  }

  .right-panel {
    width: 60%;
  }

  .pro_vid_div {
    padding-right: 0;
  }

  .product_scroll_area::after {
    width: 300px;
    background-size: 300px auto;
  }

  .product-scroll {
    max-height: 200px;
  }

  .product_scroll_area {
    padding: 60px 0px;
  }

  .testimonial_area h3 {
    margin: 15px 0px;
  }

  .cli_area h6 {
    font-size: 18px;
  }

  .ttxt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .fo_top .col-lg-6,
  .fo_top .col-md-6 {
    width: 45% !important;
  }

  .fo_top .col-lg-3:last-child,
  .fo_top .col-md-3:last-child {
    width: 30% !important;
  }

  .fo_ban_txt h2 {
    font-size: 18px;
  }

  .fo_ban_txt p {
    font-size: 13px;
  }

  .fo_ban .ban_bt a {
    font-size: 13px;
    padding: 0px 10px;
  }

  .call_sec {
    font-size: 14px;
  }

  .addr {
    font-size: 13px;
  }

  .call_sec svg {
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px;
  }

  .custom-toggler {
    margin-top: -2px;
  }

  .ban_pic::before {
    border-width: 3px;
  }

  .ban_pic_area {
    margin-top: 0;
  }

  .export_area {
    padding-top: 60px;
  }

  .infobox {
    font-size: 14px;
    padding: 10px;
  }

  .product_carousel_area_in {
    margin: 0 auto;
    padding: 0% 3%;
  }

  .product_slider .owl-nav {
    right: 0;
  }

  .left-panel .tab-btn svg {
    width: 40px;
  }

  .left-panel h3 {
    font-size: 22px;
  }

  .left-panel .tab-btn {
    font-size: 15px;
  }

  .product-card p {
    font-size: 14px;
  }

  .pro_section {
    gap: 30px;
  }

  .product-card a {
    font-size: 14px;
  }

  .brand_area {
    margin: 40px 0px;
    padding-bottom: 0px;
  }

  .product-box {
    flex-direction: column;
  }

  .product-img {
    width: 177px;
  }

  .product-content {
    width: 100%;
    margin-left: auto;
  }

  .testimonial_area h3 {
    font-size: 22px;
  }

  .product_scroll_area h3 {
    font-size: 15px;
  }

  .ban_bottom {
    height: 75px;
  }

  /* 2302- Anwesa */
  .container.container-mid {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }

  .inner-banner {
    background-color: #FFEEE4;
    padding: 109px 0 44px 0;
    margin-top: -75px;
    margin-bottom: 29px;
  }

  .blog-box em {
    height: 200px;
  }

  .blog-box .save-blog {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .blog-box .save-blog svg {
    width: 20px;
    height: 20px;
  }

  .innr-pgntn .pagination {
    margin-top: 0px !important;
  }

  .ban-btm-img {
    height: 48px;
  }

  .innr-bnr-txt h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
  }

  /* 2302- Anwesa */

  .abt-sec1-topimg .yrs {
    width: 100%;
    height: 120px;
    padding: 27px 19px 20px 40px;
    font-size: 18px;
    line-height: 1;
    right: 0px;
    bottom: auto;
    font-weight: 600;
    border-radius: 20px 20px 0 0;
    top: 20px;
    transform: translateY(-100%);
  }

  .abt-sec1-top-numbr {
    gap: 12px;
    margin-top: 0;
    flex-direction: column;
  }

  .abtsec1-top-img2 {
    width: 182px;
    height: 201px;
    border: 17px solid #ffffff;
    border-radius: 33px;
    top: 48px;
    left: -13px;
  }

  .abt-sec1-nmbrs-box {
    width: 183px;
    height: 150px;
    border-radius: 12px;
    padding: 10px;
  }

  .abt-sec1-nmbrs-box h6 {
    font-size: 13px;
    line-height: 19px;
  }

  .abt-sec1-nmbrs-box h6 b {
    font-size: 21px;
  }

  .abt-sec1-nmbrs-box span {
    width: 55px;
    height: 55px;
  }

  .abt-sec1-top {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
  }

  .abt-sec1-text {
    margin-top: 58px;
  }

  .abt-sec1-text p {
    font-size: 14px;
    margin-bottom: 17px;
  }

  .abt-who-content {
    flex-direction: column;
  }

  .abt-who-content p {
    font-size: 14px;
    text-align: center;
  }

  .abt-who-hdr {
    margin-bottom: 27px;
    gap: 11px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 4px;
  }

  .clnt-box {
    width: calc((100% - (15px * 3)) / 4);
    height: 131px;
  }

  .clnt-lst-inr {
    column-gap: 15px;
    row-gap: 29px;
  }

  .clients-text p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .clnt-box h6 {
    font-size: 15px;
    line-height: 1;
  }

  .testi-box {
    width: 100%;
  }

  .tester-name {
    padding: 0 0 14px 15px;
    flex-direction: row;
    gap: 18px;
    margin-left: 8px;
  }

  .test-box-lft {
    margin-left: -8px;
    margin-top: -30px;
    width: 252px;
    flex-shrink: 0;
  }

  .contact-paper {
    flex-direction: column;
  }

  .contact-lft,
  .contact-rt {
    padding: 30px 30px;
    width: 100%;
  }

  .cnt-rt-graphic {
    bottom: -73px;
    right: -40px;
  }

  .cnct-info-innr ul {
    padding-left: 0px !important;
    gap: 11px;
    margin-bottom: 26px !important;
  }

  .captcha {
    width: 257px;
  }

  .pri-top p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 9px;
  }

  .pri-top ul li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 25px;
  }

  .pri-list li p {
    padding-left: 15px;
    font-size: 14px;
    line-height: 28px;
  }

  .pri-list li h3 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  header .nav-link.active::after {
    width: 2px;
    height: 100%;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu ul {
    width: 100%;
    max-height: 385px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 38px;
  }

  .nav-link.dropdown-toggle svg path {
    stroke: #424242;
  }

}

/* ------------------991px-----------------  */
@media screen and (max-width:767px) {
  :root {
    --theme-container: 96%;
  }

  .ban_pic_area {
    margin-top: 10px;
  }

  .ban_pic img,
  .ban_pic::before {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .ban_bt a {
    font-size: 14px;
    height: 35px;
  }

  .ban_bt a svg {
    margin-left: 10px;
    width: 15px;
  }

  .ban_bottom {
    bottom: -4px;
  }

  .ban_left h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .ban_pic {
    height: 160px;
  }

  .ban_pic::before {
    top: -12px;
    left: 10px;
  }

  .ban_pic_mid {
    margin: 0px 15px;
  }

  .ban_pic_area {
    margin: 0 30px;
  }

  .ser_pic {
    width: 100px;
    height: 100px;
  }

  .ser_sec_txt {
    font-size: 14px;
  }

  .service_area h3::before,
  .service_area h3::after {
    width: 80px;
  }

  .service_area h3 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .ab_left h4 {
    font-size: 15px;
  }

  .ab_left h2 {
    font-size: 22px;
  }

  .ab_left {
    padding-right: 0px;
    margin-top: 20px;
  }

  .service_area {
    padding-bottom: 60px;
  }

  .ab_vid {
    margin-top: 30px;
  }

  .ab_vid,
  .ab_vid::before {
    width: 100%;
    height: 300px;
  }

  .about_area {
    min-height: auto;
    padding-bottom: 40px;
  }

  .export_area {
    padding-top: 0px;
  }

  .quality_btn {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .world_map_sec {
    height: 150px;
    background-size: contain;
    background-position: center center;
    justify-content: center;
  }

  .world_map_sec h3 {
    font-size: 26px;
  }

  .world_map_sec h3 br {
    display: none;
  }

  .quality_btn {
    margin: 15px auto;
    height: 40px;
    justify-content: center;
    font-size: 15px;
    width: fit-content;
  }

  .quality_btn svg {
    width: 25px;
    margin-right: 5px;
  }

  .left-panel {
    width: 50%;
  }

  .right-panel {
    width: 50%;
  }

  h4::after {
    display: none;
  }

  .product_carousel_area_outer::before {
    width: 180px;
    top: -140px;
  }

  .product_carousel_area_outer::after {
    width: 80px;
    top: -140px
  }

  .product_carousel_area_outer {
    margin-top: 60px;
  }

  .ban_pic,
  .ban_pic img {
    width: 100%;
  }

  .ban_pic img {
    object-fit: cover;
  }

  .ban_pic::before {
    top: -8px;
    left: 5px;
    border-width: 2px;
  }

  .ban_pic_area {
    margin: 0 20px;
  }

  .ban_pic_mid {
    margin-top: -5px;
  }

  .brand_txt_left,
  .brand_txt_rt {
    width: calc((100% - 173px) / 2);
  }

  .brand_slider .item img {
    margin: 0px 5px 0px 5px;
  }

  .brand_area h5 {
    font-size: 16.8px;
  }

  .product-card p {
    font-size: 14px;
  }

  .left-panel .tab-btn {
    font-size: 16px;
  }

  .left-panel .tab-btn svg {
    width: 43px;
    height: 28px;
  }

  .product_slider .owl-prev,
  .product_slider .owl-next,
  .product_slider .owl-prev:hover,
  .product_slider .owl-next:hover,
  .testimonial_slider .owl-prev,
  .testimonial_slider .owl-next,
  .testimonial_slider .owl-prev:hover,
  .testimonial_slider .owl-next:hover {
    width: 60px !important;
    height: 20px !important;
    background-size: contain !important;

  }

  .pro_vid {
    margin-bottom: 20px;
    height: 300px;
  }

  .cliPic {
    width: 60px;
    height: 60px;
  }

  .ttxt {
    font-size: 14px;
    line-height: 24px;
  }

  .cli_area h6 {
    font-size: 16px;
  }

  .fo_top .col-lg-6,
  .fo_top .col-md-6 {
    width: 100% !important;
  }

  .fo_top .col-lg-3:last-child,
  .fo_top .col-md-3:last-child {
    width: 100% !important;
  }

  .social_sec,
  .fo_ban {
    margin-top: 20px;
  }

  .fo_link_sec {
    margin-top: 40px;
  }

  .fo_link_sec {
    gap: 30px;
  }

  .fo_ban {
    height: 300px;
  }

  .copy_area {
    font-size: 13px;
  }

  .ban_cont_area {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .ban_rt {
    margin-top: 10px;
  }

  .ban_bt {
    margin-top: 15px;
  }

  .ban_bt::before {
    top: 5px;
    left: 5px;
  }

  .play_icon {
    width: 80px;
    height: 80px;
  }

  .infobox h5 {
    font-size: 15px;
    margin: 5px 0px;
  }

  .infobox h5 span {
    font-size: 20px;
  }

  .export_area {
    padding-top: 40px;
  }

  .owl-dots {
    text-align: center !important;
  }

  .owl-carousel button.owl-dot {

    padding: 5px !important;
    font: inherit;
    background: var(--primary-blue) !important;
    margin: 5px !important;
    border-radius: 100%;
  }

  .owl-carousel button.owl-dot.active {
    background: var(--primary-green) !important;
  }

  .product_slider {
    margin-top: 0;
  }

  .product-card img {
    height: 180px;
  }

  .pro_vid {
    height: 280px;
  }

  .testimonial_area h3 {
    margin: 5px 0px;
  }

  .product-content h3 {
    font-size: 18px;
  }

  footer {
    margin-top: 60px;
  }

  .fo_ban .ban_bt {
    bottom: 50px;
  }

  /* 2302- Anwesa */
  .container.container-mid {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }

  .blog-box em {
    height: 146px;
  }

  .blog-box .save-blog {
    top: 10px;
    right: 10px;
    width: 33px;
    height: 33px;
  }

  .blog-box text p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 13px;
  }

  .blog-box text h5 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .blg-date svg {
    display: block;
    width: 14px;
    height: 14px;
  }

  .blog-list .row {
    row-gap: 25px;
  }

  .ban-btm-img {
    height: 31px;
  }

  .inner-banner {
    background-color: #FFEEE4;
    padding: 103px 0 23px 0;
    margin-top: -75px;
    margin-bottom: 29px;
  }

  .innr-bnr-txt h6 {
    margin-bottom: 16px;
  }

  .innr-bnr-txt h2 {
    font-weight: 700;
    font-size: 19px;
    line-height: 29px;
  }

  .innr-brdcrmb .breadcrumb-item {
    font-size: 14px;
    line-height: 24px;
  }

  .innr-pgntn .pagination li a {
    font-size: 16px;
    line-height: 1;
  }

  .innr-pgntn .pagination li a svg {
    display: block;
    width: 16px;
    height: 16px;
  }


  .blog-hdng {
    font-size: 18px;
    line-height: 154%;
    margin-bottom: 29px;
  }

  .blg-auth-name em {
    width: 45px;
    height: 45px;
  }

  .blg-auth-name h6 {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 8px;
  }

  .blg-auth-name span {
    gap: 4px;
    margin-right: 0;
    font-size: 13px;
    line-height: 1;
    display: flex;
    margin-bottom: 5px;
  }

  .blg-auth-name span svg {
    display: block;
    width: 13px;
    height: 13px;
  }

  .blog-auth-share {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-auth-share p {
    font-size: 14px;
    line-height: 0.8;
  }

  .blog-auth-share ul li a {
    width: 30px;
    height: 30px;
  }

  .blog-auth-share ul li a svg {
    width: 17px;
    height: 17px;
  }

  .blog-img h6 {
    font-size: 12px;
    line-height: 1.5;
  }

  .blog-img {
    gap: 8px;
    margin-bottom: 27px;
  }

  .blog-text h5 {
    font-size: 16px;
    line-height: 169%;
  }

  .blog-text p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 37px;
  }

  .blog-highlit-lst ul li {
    font-size: 13px;
    line-height: 25px;
  }

  .blog-highlit-lst {
    padding: 20px;
    gap: 17px;
    margin-bottom: 28px;
  }

  /* 2302- Anwesa */

  .ban_bottom {
    height: 49px;
  }

  .ban_pic:nth-child(2) {
    height: 206px;
  }




  .abt-sec1-top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .abt-sec1-top-numbr {
    gap: 12px;
    margin-top: 0;
    flex-direction: row;
  }

  .abtsec1-top-img1 {
    width: 328px;
    height: 171px;
    border: 5px solid #EA6E26;
    border-radius: 18px;
  }

  .abtsec1-top-img2 {
    width: 150px;
    height: 174px;
    border: 10px solid #ffffff;
    border-radius: 33px;
    top: 10px;
    left: -94px;
  }

  .abt-sec1-topimg .yrs {
    width: 100%;
    height: 90px;
    padding: 12px 19px 20px 40px;
    font-size: 15px;
    top: 18px;
    text-align: center;
  }

  .abt-sec1-topimg .yrs b {
    font-size: 29px;
    margin-bottom: 6px;
    font-weight: 600;
  }

  .abt-sec1-topimg {
    position: relative;
    margin-top: 90px;
  }

  .abt-sec1-bg {
    height: 530px;
  }

  .clnt-box {
    width: calc((100% - (15px * 2)) / 3);
    height: 131px;
  }

  .clients-text p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 23px;
  }

  .client-list {
    margin-bottom: 50px;
  }

  /* 27-02-2026 */
  .call_sec {
    height: auto;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 12px 0;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu ul {
    max-height: 326px;
  }

  .brand_slider .owl-dots {
    display: none !important;
  }

  /* 27-02-2026 */

  .product-box {
    flex-direction: row;
  }
}


/* ------------------767px-----------------  */
@media screen and (max-width:600px) {
  .ser_sec_area {
    margin: 0px 10px;
    display: block;
    text-align: center;
  }

  .ser_sec {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }

  .ser_pic {
    width: 100px;
    height: 100px;
    margin: 15px auto;
  }

  .ban_cont_area {
    padding-top: 30px;
  }

  .product_scroll_area {
    padding-top: 20px;
  }

}

@media screen and (max-width:575px) {
  .ban_left h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .ban_pic {
    margin-top: 20px;
  }

  .service_area h3::before,
  .service_area h3::after {
    width: 50px;
  }

  .ser_sec_txt {
    font-size: 13px;
  }

  .ab_vid,
  .ab_vid::before {
    height: 200px;
  }

  .ab_vid::before {
    height: 190px;
  }

  .ab_left h4 {
    font-size: 14px;
  }

  .ab_left h2 {
    font-size: 20px;
    line-height: 27px;
  }

  .ab_rt p {
    font-size: 14px;
    line-height: 24px;
  }

  .infobox_area {
    gap: 10px;
  }

  .infobox {
    padding: 10px;
  }

  .world_map_sec h3 {
    text-align: center;
  }

  .pro_section {
    display: block;
  }

  .left-panel {
    width: 100%;
    margin-bottom: 20px;
  }

  .right-panel {
    width: 100%;
  }

  .brand_slider .item img {
    width: 98%;
  }

  .brand_txt_area {
    display: none;
  }

  .brand_area h3 {
    font-family: 'Quattrocento';
    font-weight: 400;
    font-size: 20px;
    color: #EA6E26;
    padding: 30px 0px 0px 0px;
    text-align: center;
    display: block;
  }

  .ttxt {
    float: none;
    width: 100%;
    padding: 5px 30px;
  }

  .tpic {
    float: none;
    width: 100%;
    height: 220px;
    padding: 15px;
    margin-top: 10px;
  }

  .tpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .owl-nav {
    display: none;
  }

  .testimonial_slider {
    margin-top: -20px;
  }

  .call_sec {
    height: auto;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 12px 0;
  }

  .copy_area {
    text-align: center;
  }

  .copy_link {
    justify-content: center;
  }

  .copy_link {
    margin-top: 10px;
  }

  .copy_link li:first-child {
    padding-left: 0;
  }

  header nav {
    height: 50px;
  }

  .navbar-brand {
    width: 70px;
    height: 40px;
    top: -3px;
  }

  .ban_bt {
    margin-top: 15px;
  }

  .cont_bt {
    margin-right: 10px;
  }

  .cont_bt a {
    height: 30px;
  }

  header .navbar-expand-lg .navbar-collapse {
    top: 42px;
  }

  .service_area {
    padding: 40px 0px;
  }

  .ser_sec_txt {
    margin-top: 0px;
  }

  .ab_left h4 {
    margin: 30px 0px 15px 0px;
  }

  .brand_area {
    padding-bottom: 40px;
  }

  .testimonial_area {
    padding: 30px 0px;
  }

  .product_carousel_area_outer {
    margin-top: 0;
  }

  .quote-btn svg {
    width: 20px;
  }

  /* 2302- Anwesa */
  .container.container-mid {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .blog-box em {
    height: fit-content;
  }

  .innr-bnr-txt h6 {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .innr-bnr-txt h2 {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
  }

  .blog-hdng {
    font-size: 14px;
    line-height: 154%;
    margin-bottom: 29px;
  }

  /* 2302- Anwesa */

  .ban_bottom {
    height: 38px;
  }

  .ban_pic_area {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0px auto;
    margin-top: -1px;
    width: 100%;
  }


  .abtsec1-top-img2 {
    width: 150px;
    height: 166px;
    border: 14px solid #ffffff;
    border-radius: 19px;
    top: 6px;
    left: -26px;
  }

  .abt-sec1-text p {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .abt-sec1-text {
    margin-top: 21px;
  }

  .about-section1 {
    margin-bottom: 41px;
    padding-bottom: 15px;
  }

  .abt-who-hdr span {
    width: 69px;
  }

  .abt-who-content {
    gap: 15px;
  }

  .clnt-box {
    width: calc((100% - (15px * 1)) / 2);
    height: 131px;
  }

  .clients-text p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 22px;
    text-align: center;
  }

  .test-box-lft {
    margin-left: -8px;
    margin-top: -30px;
    width: 219px;
    flex-shrink: 0;
  }

  .test-box-rt p {
    font-size: 13px;
    line-height: 23px;
  }

  .test-box-rt {
    padding: 50px 20px 13px 18px;
  }

  .tester-name {
    padding: 0 0 14px 8px;
    gap: 13px;
  }

  .tester-img {
    width: 50px;
    height: 50px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li {
    width: 100%;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu ul {
    max-height: 348px;
  }

  .owl-brand-txt {
    display: none !important;
  }

  .brand_section {
    padding: 0px 0;
  }

  .product-box {
    flex-direction: column;
  }
}

/* ------------------575px-----------------  */
@media screen and (max-width:480px) {
  .ban_left h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .ban_cont_area {
    padding: 20px 0px;
  }

  .ban_rt {
    font-size: 14px;
    line-height: 24px;
  }

  .ban_pic_mid {
    margin-top: -10px;
  }

  .service_area h3 {
    font-size: 18px;
  }

  .infobox_area {
    display: block;
  }

  .infobox {
    padding: 10px;
    width: 100%;
    margin: 10px 0px;
    text-align: center;
  }

  .star_div {
    margin: 0 auto;
  }

  .cont_bt a svg {
    width: 18px;
    margin-right: 5px;
  }

  .cont_bt a {

    font-size: 0px;
    padding: 0px 5px;
  }

  .product_carousel_area_outer::before,
  .product_carousel_area_outer::after,
  .product_scroll_area::after {
    display: none;
  }

  .export_area {
    padding-bottom: 0px;
  }

  .ban_left h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .ban_rt {
    font-size: 14px;
    line-height: 24px;
  }

  .ban_bt a {
    font-size: 14px;
    height: 35px;
  }

  .service_area h3,
  .left-panel h3,
  .product_scroll_area h3,
  .testimonial_area h3,
  .ab_left h2 {
    font-size: 18px;
  }

  .left-panel h3 {
    margin: 5px 0;
  }

  .product-content h3 {
    font-size: 16px;
  }

  .quote-btn,
  .left-panel h4,
  .testimonial_area h4,
  .fo_link_sec h3 {
    font-size: 14px;
  }

  .quote-btn svg {
    width: 18px;
  }

  .cli_area,
  .fo_link_sec li a {
    font-size: 13px;
  }

  .fo_link_sec li {
    margin-bottom: 5px;
  }

  .fo_link_sec {
    gap: 15px;
  }

  .left-panel {
    width: 98%;
  }

  .fo_link_sec h3::after {
    width: 35px;
    height: 3px;
  }


  .abt-sec1-nmbrs-box {
    width: 172px;
    height: 130px;
    border-radius: 12px;
    padding: 7px;
    gap: 6px;
  }

  .abt-sec1-top {
    gap: 10px;
  }

  .abt-sec1-text p {
    font-size: 12px;
    margin-bottom: 11px;
  }

  .abt-who-content p {
    font-size: 13px;
    text-align: center;
    line-height: 1.7;
  }

  .abt-who-content img {
    width: 396px;
    height: auto;
    max-width: 100%;
  }

  .abt-sec1-nmbrs-box {
    width: 127px;
    height: 156px;
    border-radius: 12px;
    padding: 7px;
    gap: 6px;
  }

  .abt-sec1-nmbrs-box p {
    font-size: 12px;
    line-height: 15px;
  }

  .abtsec1-top-img1 {
    width: 271px;
    height: 148px;
    border: 5px solid #EA6E26;
    border-radius: 18px;
  }

  .abtsec1-top-img2 {
    display: none;
  }

  .innr-bnr-txt h6 {
    gap: 2px;
  }

  .innr-bnr-txt h6 span {
    width: 40px;
  }

  .abt-sec1-text h3 {
    font-size: 17px;
    font-weight: 600;
  }

  .abt-who-hdr span {
    width: 35px;
  }

  .test-box-lft em {
    width: 150px;
    height: 163px;
    margin-bottom: 4px;
  }

  .test-box-lft {
    width: 146px;
  }

  .test-box-rt {
    padding: 19px 10px 13px 18px;
  }

  .tester-name {
    padding: 0 0 14px 8px;
    gap: 0px;
    width: 144px;
    flex-direction: column;
  }

  .testi-innr {
    row-gap: 46px;
  }

  .testi-ppr {
    margin-bottom: 80px;
    margin-top: 56px;
  }

  .testi-box {
    background-position: top 10px right 8px;
    background-size: 21px 23px;
  }

  .tester-name text h6 {
    font-size: 15px;
    line-height: 26px;
  }

  .tester-name text p {
    font-size: 11px;
    line-height: 17px;
  }

  .contact-outer {
    margin: 33px 0 35px 0;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu ul {
    max-height: 296px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    white-space: break-spaces;
  }
}

/* ------------------480px-----------------  */
@media screen and (max-width:400px) {
  .ser_sec {
    width: 100%;
  }

  .copy_area {
    font-size: 12px;
  }

  .fo_link_sec {
    flex-wrap: wrap;
  }

  .fo_link_sec>div {
    width: 100%;
  }

  .fo_link_sec>div ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .fo_link_sec>div ul li {
    margin-bottom: 0px;
    padding-right: 8px;
    border-right: 1px solid #c7c7c7;

  }

  .so_icon svg {
    width: 20px;
    height: 20px;
  }

  .social_sec h6 {
    font-size: 14px;
  }

  .ban_pic_area {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0px auto 0 -25%;
    margin-top: 22px;
    width: 150%;
  }

  .testi-box {
    background-position: top 10px right 8px;
    background-size: 21px 23px;
    flex-direction: column;
  }

  .test-box-lft {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .test-box-lft em {
    width: 150px;
    height: 163px;
    margin-bottom: 4px;
    flex-shrink: 0;
  }

  .tester-name {
    padding: 43px 0 0px 5px;
    gap: 0px;
    width: auto;
    flex-direction: column;
    margin-left: 0;
  }

  .test-box-rt {
    padding: 1px 10px 13px 10px;
  }

  .test-box-rt p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }

  .contact-lft,
  .contact-rt {
    padding: 20px;
    width: 100%;
  }

  .cont-frm-ppr h4,
  .cnct-info-innr h3 {
    font-size: 25px;
    line-height: 0.8;
  }

  .cnct-info-innr ul li text,
  .cnct-info-innr ul li text a {
    font-size: 15px;
    line-height: 28px;
  }
}

/* ------------------400px-----------------  */
@media screen and (max-width:360px) {}

/* ------------------360px-----------------  */