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

@media screen and (min-width: 1152px) and (max-width: 1310px) {
  /*Ameya*/
}

@media screen and (min-width: 1152px) and (max-width: 1310px) {
  /*Cutus Tab Size*/
}

@media screen and (min-width: 1397px) and (max-width: 1920px) {
  /*Salman*/
}

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

@media screen and (min-width: 800px) and (max-width: 1280px) {
}

@media screen and (min-width: 992px) and (max-width: 1198px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br::before {
    width: 100%;
  }
  .social-icon ul {
    opacity: 1;
    display: flex;
    text-align: right;
    flex-wrap: wrap;
  }
}

/********Sm-start*******/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top {
    height: max-content;
    background: #fff;
    transition: all 0.5s ease;
    padding: 0 0;
  }
  .fixed-top.header-scrolled {
    height: max-content;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 9%);
  }
  .pd-lr30 {
    padding: 0 0px;
  }
  .logo {
    width: unset;
    position: unset;
    padding: 0px 0px 0px 0;
  }
  .scrollto img {
    position: unset;
    transition: all 0.5s ease;
    width: 120px;
    padding: 5px 0;
  }
  .header-scrolled .mobile-nav-toggle {
    top: -1px;
    margin: 16px 0;
  }
  .header-scrolled .logo img {
    transition: all 0.5s ease;
    width: 110px;
    margin-top: 0;
    padding: 5px 0;
  }
  .header-scrolled .logo {
    padding: 0;
  }
  .header-scrolled .logo {
    margin-top: 0;
  }
  .fixed-top:after {
    width: 50%;
    height: 100%;
  }
  .header_menu {
    height: 100%;
    align-content: center;
  }
  .mobile-nav-toggle {
    margin: 18px 0;
    outline: none !important;
    right: 15px;
    width: 40px;
    height: 37px;
    background: #e31e25;
    /* border-radius: 7px; */
    border: 3px solid #428fff;
    border-style: outset;
    padding: 8px;
  }
  .mobile-nav-toggle span {
    position: absolute;
    height: 3px;
    width: 70%;
    left: 15%;
    border-radius: 20px;
    transition: 0.3s;
  }
  .mobile-nav {
    background-image:
      linear-gradient(334deg, #e31e25a6 22%, #e31e25 58%),
      url(../images/pro-bg.png);
    background-size: cover;
    background-position: top;
  }
  .mobile-nav-toggle span:nth-child(1) {
    top: 7px;
    background-color: #fff;
  }
  .mobile-nav-toggle span:nth-child(2) {
    top: 14px;
    background-color: #fff;
  }
  .mobile-nav-toggle span:nth-child(3) {
    top: 21px;
    background-color: #fff;
  }
  .mobile-nav-active .mobile-nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 14px;
    background: #fff;
  }
  .mobile-nav-active .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
    /* transform: translateX(50px); */
  }
  .mobile-nav-active .mobile-nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: 14px;
    background: #fff;
  }
  .headerinnertop {
    display: none;
  }
  .mobile-nav a:hover,
  .mobile-nav .active > a,
  .mobile-nav li:hover > a {
    color: #e3e3e3;
  }
  .head-cont {
    font-size: 15px !important;
    margin-left: 75px;
    margin-top: 15px;
  }
  .head-cont img {
    padding: 7px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    background-color: #fff;
  }
  .head-call {
    font-size: 14px;
    color: #fff;
  }
  .mobile-nav a:hover,
  .mobile-nav .active > a,
  .mobile-nav li:hover > a,
  .head-cont:hover .head-call {
    color: #fff !important;
  }
}

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

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

@media screen and (min-width: 480px) and (max-width: 766px) {
}

/********xs-start********/
@media screen and (max-width: 767px) {
  .fixed-top {
    height: max-content;
    background: #fff;
    transition: all 0.5s ease;
    padding: 0 0;
  }
  .fixed-top.header-scrolled {
    height: max-content;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 9%);
  }
  .pd-lr30 {
    padding: 0 0px;
  }
  .logo {
    width: unset;
    position: unset;
    padding: 0px 0px 0px 0;
  }
  .scrollto img {
    position: unset;
    transition: all 0.5s ease;
    width: 120px;
    padding: 5px 0;
  }
  .header-scrolled .mobile-nav-toggle {
    top: -1px;
    margin: 16px 0;
  }
  .header-scrolled .logo img {
    transition: all 0.5s ease;
    width: 110px;
    margin-top: 0;
    padding: 5px 0;
  }
  .header-scrolled .logo {
    padding: 0;
  }
  .header-scrolled .logo {
    margin-top: 0;
  }
  .fixed-top:after {
    width: 50%;
    height: 100%;
  }
  .header_menu {
    height: 100%;
    align-content: center;
  }
  .mobile-nav-toggle {
    margin: 18px 0;
    outline: none !important;
    right: 15px;
    width: 40px;
    height: 37px;
    background: #e31e25;
    /* border-radius: 7px; */
    border: 3px solid #428fff;
    border-style: outset;
    padding: 8px;
  }
  .mobile-nav-toggle span {
    position: absolute;
    height: 3px;
    width: 70%;
    left: 15%;
    border-radius: 20px;
    transition: 0.3s;
  }
  .mobile-nav {
    background-image:
      linear-gradient(334deg, #e31e25a6 22%, #e31e25 58%),
      url(../images/pro-bg.png);
    background-size: cover;
    background-position: top;
  }
  .mobile-nav-toggle span:nth-child(1) {
    top: 7px;
    background-color: #fff;
  }
  .mobile-nav-toggle span:nth-child(2) {
    top: 14px;
    background-color: #fff;
  }
  .mobile-nav-toggle span:nth-child(3) {
    top: 21px;
    background-color: #fff;
  }
  .mobile-nav-active .mobile-nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 14px;
    background: #fff;
  }
  .mobile-nav-active .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
    /* transform: translateX(50px); */
  }
  .mobile-nav-active .mobile-nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: 14px;
    background: #fff;
  }
  .headerinnertop {
    display: none;
  }
  .mobile-nav a:hover,
  .mobile-nav .active > a,
  .mobile-nav li:hover > a {
    color: #e3e3e3;
  }
  .head-cont {
    font-size: 15px !important;
    margin-left: 75px;
    margin-top: 15px;
  }
  .head-cont img {
    padding: 7px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    background-color: #fff;
  }
  .head-call {
    font-size: 14px;
    color: #fff;
  }
  .mobile-nav a:hover,
  .mobile-nav .active > a,
  .mobile-nav li:hover > a,
  .head-cont:hover .head-call {
    color: #fff !important;
  }
  /* ****** */

  /* ****** */
  .overlap_heading h1 {
    font-size: 21px;
    font-weight: 500;
    line-height: 24px;
  }
  .hm-manuf-heading h2,
  .hm-abt-head h2,
  .bredcrum-inner-detail h1,
  .product-main-heading h2,
  .main-product-detail h4 {
    font-size: 21px;
    line-height: 24px;
  }
  .hm-map-heading h3 {
    font-size: 20px;
  }
  .bullets-one span {
    font-size: 17px;
  }
  .chemical-table td,
  .chemical-table tbody th {
    font-size: 14px;
  }

  .hm-abt-dtl p,
  .hm-map-dtl p,
  .sub-text p,
  .product-main-right p,
  .main-product-detail p {
    font-size: 14px;
    line-height: 20px;
  }
  .hm-abt-dtl p,
  .sub-text p,
  .product-main-right p,
  .main-product-detail p {
    text-align: justify;
  }
  .read_more {
    padding: 4px 2px 4px 15px;
    font-size: 14px;
    margin-top: 15px;
  }
  /* ****** */
  .hm-manuf-heading h2,
  .hm-abt-btnn {
    text-align: center;
  }
  .social-icon-list {
    flex-wrap: wrap;
  }
  .br::before {
    width: 100%;
    left: 0;
  }
  .arrow-tab {
    display: none;
  }

  .video_wrapper {
    height: 100%;
  }
  .know_btn {
    width: 135px;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    margin-top: 15px;
  }
  .hm-abt-dtl {
    position: unset;
    transform: unset;
  }
  .hm-about-us {
    padding: 45px 0 45px;
  }
  .hm-abt-dtl {
    padding: 0;
  }
  .about-imng img {
    margin-bottom: 20px;
  }
  .hm-abt-dtl p {
    margin-top: 10px;
  }
  .hm-products {
    padding: 45px 0 20px 0;
  }
  .ctext {
    padding: 0;
  }
  .sy_sect1 {
    margin: 0px;
  }
  .sy_sect1 .ul {
    flex-direction: column;
  }

  .sy_sect1 .li {
    width: 100%;
    height: 120px;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  .sy_sect1 .li ._img {
    height: 100%;
  }

  /* 👇 Expand when link inside gets focus (tap) */
  .sy_sect1 .li:focus-within {
    height: 250px;
  }

  /* Show overlay */
  .sy_sect1 .li:focus-within .hover {
    opacity: 1;
  }

  .sy_sect1 .li:focus-within .tit {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
  }

  /* Make sure anchor fills full area */
  .sy_sect1 .li a {
    display: block;
    height: 100%;
  }

  .sy_sect1 .li:hover {
    width: 100%;
    height: 200px;
  }
  .sy_sect1 .li .hover {
    background-size: contain !important;
    background-position-y: -30% !important;
  }
  .cta-title {
    font-size: 16px;
  }
  .counter {
    padding: 50px 0 45px;
  }
  .why_title {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .why_icon img {
    width: 50px;
  }
  .why_sec_bx {
    display: block;
    justify-items: center;
    text-align: center;
  }
  .why_icon_txt {
    padding-left: 0;
  }
  .why_sec_bx:after {
    right: -13px;
    height: 100px;
  }
  .why_icon {
    margin-bottom: 10px;
  }
  .why_icon_txt span {
    font-size: 14px;
  }
  .why_sec_bx {
    margin-bottom: 20px;
  }
  .hm-map-dtl {
    position: unset;
    margin-left: 0;
    transform: unset;
    margin-top: 20px;
  }
  .hm-map-us {
    padding: 0px 0 45px;
  }
  .hm-map-heading h3,
  .hm-map-dtl p {
    text-align: center;
  }
  .hm-industry-section {
    padding: 45px 0 110px;
    background-position: 20% 100%;
    background-size: 380%;
    border-radius: 50px 50px 0 0;
    background-image:
      linear-gradient(360deg, #ebebeb00 22%, #e7e7e79e 58%),
      url(../images/indsutry.png);
  }
  .hm-why img {
    width: 65px;
  }
  .hm-why span {
    font-size: 14px;
    font-weight: 600;
  }
  .hm-why {
    margin-bottom: 20px;
    height: -webkit-fill-available;
  }
  .br::before {
    display: none;
  }
  .ftr-cont h4 {
    font-size: 15px;
  }
  footer:after {
    display: none;
  }
  .footer-logo-hm {
    margin-inline: 15px;
  }
  .br {
    padding: 35px 15px 15px 15px;
  }
  .ftr-head h4 {
    font-size: 16px;
  }
  .ftr-link ul li a {
    font-size: 14px;
    line-height: 15px;
  }
  .ftr-link {
    margin-bottom: 20px;
  }
  .bb {
    padding-bottom: 0;
  }
  .social-icon ul {
    opacity: 1;
    text-align: center;
    place-content: center;
    margin-bottom: 25px;
  }
  .no-txt-mob {
    display: none;
  }
  .social-icon ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 19px;
    position: relative;
    right: -3px;
    text-align: center;
  }
  .ftr-btm p {
    text-align: center;
  }
  .hm-abt-head {
    margin-bottom: 15px;
  }
  #video_section:after {
    height: 98%;
  }
  #video_overlap_data {
    bottom: 22%;
  }
  .breadcrum-sec {
    height: unset;
    padding: 50px 0 85px 0px;
  }
  .hm-abt-btnn .product-btn-read_more {
    font-size: 14px;
  }
  .product-btn-read_more {
    float: left;
  }
  .breadcrum-home ul li a {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .main-inner-detail {
    padding: 45px 0 45px;
  }
  .sub-text span {
    font-size: 20px;
  }
  .sub-text {
    padding-right: 0;
  }
  .bullets-one li {
    padding-left: 14px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .inner_product_bx {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .quick_connect {
    position: unset;
    width: 100%;
    justify-items: center;
    text-align: center;
  }
  .inner_prd_box_mg li a img {
    width: 70px;
    height: 60px;
  }
  .inner_prd_box_mg li {
    padding: 0 5px;
  }
  .ftr-btn a {
    font-size: 14px;
  }
  .main-product-detail {
    padding: 0 0 45px;
  }
  .product-left-main {
    padding: 1px 0 0;
  }
  .main-product-detail h3 {
    font-size: 19px;
  }
  .prod-grades-no h5 {
    font-size: 15px;
  }
  .number-gread .col-md-4 {
    margin: 10px 0;
  }
  .product-main-heading {
    padding: 45px 0 45px;
  }
  .product-main-heading .offset-5 {
    margin-left: 0;
  }
  .product-main-left {
    margin-top: -4rem;
  }
  .product-main-heading h2 {
    margin-top: 0;
  }
  .product-main-left {
    margin-bottom: 20px;
  }
  .bullets li {
    margin-bottom: 4px;
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  .bullets {
    margin-left: 0;
  }
  .industry-data span {
    font-size: 20px;
  }
  .industry-card {
    margin-bottom: 20px;
  }
  .faq .card .card-header .faq-title .badge {
    top: 20px;
  }
  .multi-prod-rang h4 {
    font-size: 18px;
  }
  .breadcrum-home ul li {
    padding: 0 3px;
  }
  .breadcrum-home ul {
    display: flex;
    padding: 10px 20px;
  }
}

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

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

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