@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: 1367px) 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 (max-width: 991px) {
  .kb-intro-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .kb-intro-content h2 {
    font-size: 28px;
  }
  .kb-quicknav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .kb-cta-box {
    padding: 40px 30px;
    text-align: center;
  }
  .kb-cta-box h2 {
    font-size: 24px;
  }
  .kb-cta-box .rs-btn {
    margin-top: 25px;
  }
}

/********Sm-start*******/

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

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

@media screen and (max-width: 768px) {
  .mobile-nav a {
    padding: 15px 20px;
  }
  .btn-enquiry {
    padding-top: 20px;
  }
  .video_text {
    width: 93%;
  }
  .video_text h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .video_wrapper {
    height: 80vh;
  }
  .video_text p {
    font-size: 18px;
    font-weight: 300;
  }
  .hm-products-bg {
    padding: 60px 20px 40px 20px;
  }
  .hm-products-head h2 {
    font-size: 40px;
  }
  .hm-products-head p {
    font-size: 18px;
  }
  .hm-products-boxes p {
    font-size: 16px;
  }
  .hm-products-head {
    padding-bottom: 0px;
  }
  .hm-products-box {
    margin-top: 30px;
  }
  .hm-products-boxes span {
    font-size: 30px;
  }
  .hm-counter-dtl {
    text-align: left;
    padding: 20px 0;
  }
  .hm-driven-dtl {
    height: 300px;
  }
  .hm-driven-dtl h2 {
    font-size: 30px;
  }
  .hm-driven-dtl h2 span {
    font-size: 30px;
  }
  .hm-counter {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .hm-client-bg {
    padding: 60px 20px 40px 20px;
  }
  .hm-client-head {
    padding-bottom: 0px;
  }
  .hm-client-box {
    margin-top: 30px;
  }
  .hm-gallery {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .hm-gallery-head {
    margin-bottom: 0px;
  }
  .hm-gallery-box {
    margin-top: 30px;
  }
  footer {
    padding: 15px 0 60px 0;
  }
  .footer-driven {
    height: 300px;
    padding: 25px 20px 20px 20px;
  }
  .footer-driven span {
    font-size: 30px;
    text-align: left;
    line-height: 40px;
  }
  .footer-head {
    margin-top: 30px;
  }

  .kb-intro-section {
    padding: 50px 0 40px;
  }
  .kb-intro-content h2 {
    font-size: 21px;
  }

  .kb-intro-content p {
    font-size: 14px;
  }
  .kb-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .kb-stat-card {
    padding: 18px 12px;
  }
  .kb-stat-number {
    font-size: 26px;
  }
  .kb-quicknav-section {
    margin-top: -20px;
  }
  .kb-quicknav-wrap {
    padding: 20px;
    border-radius: 14px;
  }
  .kb-articles-section {
    padding: 50px 0 60px;
  }
  .kb-article-header {
    padding: 20px;
  }
  .kb-article-content {
    padding: 0 20px 25px;
    padding-top: 20px;
  }
  .kb-article-title {
    font-size: 16px;
  }
  .kb-article-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 18px;
  }
  .kb-article-number {
    font-size: 50px;
    right: 15px;
    top: 12px;
  }
  .kb-benefits-grid {
    grid-template-columns: 1fr;
  }
  .kb-highlight-box,
  .kb-warning-box {
    padding: 20px 20px 20px 60px;
  }
  .kb-highlight-box-icon,
  .kb-warning-icon {
    left: 15px;
    top: 20px;
  }
  .kb-seal-card {
    padding: 20px 20px 20px 70px;
  }
  .kb-cta-box {
    padding: 30px 20px;
  }
}

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

/********xs-start********/

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

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

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

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

@media (min-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}

/* my-media query */

@media screen and (min-width: 320px) and (max-width: 768px) {
  .header-btn {
    display: none;
  }

  .header-menu-pad .logo {
    padding: 0 15px;
    display: flex;
  }

  .logo img {
    width: 120px;
    margin: 0 auto;
  }

  .header_tp_dtl ul li.call_tp a {
    font-size: 13px;
  }

  .header_tp_dtl ul > li {
    display: block;
    padding: 5px 0;
    text-align: center;
  }

  .hm-comp-name span {
    font-size: 22px;
    text-align: center;
  }

  .hm-comp-name h1 {
    font-size: 14px;
    text-align: center;
  }

  .top-head-clean p span {
    font-size: 14px;
    padding: 5px 14px;
  }

  .header_tp_dtl ul li:last-child {
    border-top: 1px solid #ffffff21;
    border-left: 0;
    padding-left: 0;
  }

  .top-head-clean p {
    text-align: center;
    font-size: 12px;
    margin-top: 0;
    display: block;
  }

  .top-head-clean p span {
    display: block;
    margin: 10px auto 0 auto;
    width: fit-content;
  }

  .carousel {
    border-radius: 15px;
    margin-top: 10px;
  }

  /*  */

  .hm-about-dtl .hm-about-dtl-head {
    font-size: 21px !important;
  }

  .hm-about {
    padding: 100px 0 50px 0;
  }

  .hm-about-dtl h4 {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 5px;
  }

  .hm-about-dtl p {
    font-size: 14px;
  }

  .hm-about-btn .rs-btn {
    height: 40px;
    padding: 10px 10px;
    font-size: 14px;
  }

  .hm-vedio-yutb {
    margin-top: 0;
  }

  .hm-vedio {
    padding: 50px 0;
  }

  .hm-about-count {
    padding: 30px 0% 34px 40%;
  }

  .hm-about-count span {
    font-size: 15px;
  }

  .hm-about-count .hm-about-number {
    font-size: 50px;
  }

  .hm-about-btn {
    margin-bottom: 20px;
  }

  .hm-prod-dtl-head {
    font-size: 21px;
  }

  .hm-prod-head h4 {
    font-size: 18px;
  }

  .hm-prod {
    padding: 100px 0 0;
    overflow: hidden;
  }

  .hm-about-shadow {
    top: 0px;
    font-size: 6em;
  }

  .company-section .vertical-divider {
    border-right: 0;
  }

  .hm-industry-shadow {
    top: 40px;

    font-size: 6em;
  }

  .hm-prod-head {
    padding-bottom: 25px;
  }

  .hm-prod-heading h3 {
    font-size: 20px;
  }

  .hm-prod-btn a {
    background: #fff;
    color: #ea5501;
    padding: 2px 16px;
    height: 40px;
    font-size: 15px;
  }

  .hm-prod-catg ul li {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
  }

  .hm-prod-catg {
    text-align: center;
    height: 355px;
    padding: 20px 20px;
  }

  .rs-btn {
    margin-top: 40px;
  }

  .hm-prod-catg {
    height: 320px;
  }

  .hm-prod-catg ul li:after {
    content: none;
  }

  .hm-prod-box {
    margin-bottom: 30px;
  }

  .hm-industry {
    overflow: hidden;
  }

  .hm-industry-dtl-head {
    font-size: 21px;
  }

  .hm-industry-head h4 {
    font-size: 18px;
  }

  .bucket-inner {
    height: 50px;
    margin-bottom: 14px;
  }

  .bucket-inner h5 {
    margin: 0;
    font-size: 15px;
  }

  .hm-mag {
    padding: 37px 0;
  }

  .hm-mag-dtl h2 {
    font-size: 21px;
  }

  .hm-mag-dtl p {
    font-size: 14px;
  }

  .hm-why-box {
    flex-direction: column;
  }

  .hm-why-img {
    width: 100%;
    min-height: 270px;
  }

  .hm-why-dtl {
    width: 100%;
  }

  .hm-team {
    margin-top: 20px;
    padding: 40px 0;
  }

  .hm-team-head h2 {
    font-size: 21px;
  }

  .hm-team-head p {
    font-size: 14px;
  }

  .hm-team-heading h3 {
    font-size: 21px;
  }

  .hm-team-box {
    margin-bottom: 25px;
  }

  .hm-why-dtl-head {
    font-size: 21px;
  }

  .hm-why-dtl h4 {
    font-size: 18px;
  }

  .hm-why-list p {
    font-size: 15px;
  }

  .hm-why {
    padding: 0px 0 50px;
  }

  .header_menu {
    display: flex;
    align-items: center;
  }

  .mobile-nav-toggle {
    margin: 16px 0;
    outline: none !important;
    right: 15px;
    width: 40px;
    height: 37px;
    background: #ca3e2d;
    border-radius: 7px;
    border: 3px solid #007bff;
    border-style: outset;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-toggle i {
    color: #fff;
  }

  .mobile-nav-toggle {
    /* margin: 23px 0; */
    outline: none !important;
    top: 21px;
    right: 30px;
    width: 40px;
    height: 37px;
    background: #ea5501;
    border-radius: 7px;
    border: 1px solid #121c22;
    /* border-style: outset; */
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px;
  }

  .header-scrolled .mobile-nav-toggle {
    top: 8px;
  }

  .mobile-nav {
    background: #272727;
  }

  .breadcrum-sec .about-hd {
    padding: 40px 0px 40px 0px;
  }

  .prod-pole {
    padding-bottom: 40px;
  }

  .breadcrum-sec {
    padding: 10px 0;
  }

  .breadcrum-sec .about-hd h1 {
    font-size: 26px;
  }

  .company-section .main-content-wrapper {
    padding: 26px;
  }

  .company-section .title-wrapper h2 {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .company-section .desc-wrapper p {
    font-size: 14px;
  }

  .ftr-certificate ul {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .ftr-certificate ul li:first-child {
    border-bottom: 0;
  }

  .ftr-add span {
    font-size: 16px;
  }

  .ftr-add p {
    font-size: 14px;
  }

  .ftr-link span {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .ftr-link {
    margin-top: 20px;
  }

  .ftr-cont-number a {
    font-size: 20px;
    text-align: left;
  }

  .ftr-cont-email a {
    font-size: 14px;
    text-align: left;
  }

  .ftr-cont .rs-btn {
    display: inline-flex;
    margin: 10px 0 0;
    font-size: 14px;
    height: 42px;
  }

  .ftr-social ul {
    justify-content: flex-start;
    padding-top: 20px;
    gap: 12px;
  }

  .ftr-social ul li {
    width: 25px;
  }

  .ftr-btm-left p,
  .ftr-btm-right p {
    text-align: center;
    font-size: 13px;
  }

  .ftr-btm {
    padding-top: 20px;
    margin-top: 20px;
  }

  footer {
    padding: 15px 0 0px 0;
  }

  .certificate-sec {
    background: none;
  }

  .certificate-sec {
    padding: 50px 0;
  }

  .hm-cer-heading {
    font-size: 21px;
  }

  .hm-cer-title {
    font-size: 14px !important;
  }

  .certificate-box {
    margin: 10px auto;
  }

  .brochure-section .title-wrapper h2 {
    font-size: 21px;
  }

  .brochure-section .desc-wrapper p {
    font-size: 14px;
  }

  .ftr-contact .company-section .main-content-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .brochure-section .number-wrapper {
    top: 0;
  }

  .brochure-section .image-wrapper {
    padding: 0;
  }

  .btn-wrapper {
    margin: auto;
  }

  .brochure-section .btn-wrapper a {
    padding: 10px 20px;
  }

  .brochure-section .content-wrapper {
    padding: 40px 0;
  }

  .hm-ctg-shadow {
  }

  .prod-ctg-head h4 {
    font-size: 18px;
  }

  .prod-ctg-dtl-head {
    font-size: 21px;
  }

  .hm-ctg-shadow {
    font-size: 3em;
    top: 30px;
  }

  .prod-ctg-name span {
    font-size: 21px;
  }

  .prod-ctg-name p {
    font-size: 14px;
  }

  .prod-ctg-box {
    margin-bottom: 24px;
  }

  .prod-ctg {
    padding: 65px 0;
  }

  .prod-main .prod-main-head {
    padding-bottom: 24px;
  }

  .prod-main .prod-main-head h1 {
    font-size: 18px;
  }

  .prod-description {
    padding: 45px 0;
  }

  .prod-description-head h2 {
    font-size: 21px;
  }

  .bullet li {
    font-size: 14px;
  }

  .prod-digram-table h2 {
    font-size: 21px;
  }

  .prod-table thead th {
    font-size: 15px;
  }

  .prod-table tbody th {
    font-size: 14px;
  }

  .prod-table tbody td {
    font-size: 14px;
  }

  .prod-table-head h2 {
    font-size: 21px;
  }

  .prod-note h4 {
    font-size: 21px;
  }

  .prod-description-dtl {
    margin-bottom: 0px;
  }
  .kb-article-name span {
    font-size: 21px;
  }

  .kb-article-name p {
    font-size: 14px;
    margin: 0px;
  }

  .kb-article-btn .rs-btn {
    font-size: 15px;
    height: 40px;
    padding: 10px 10px;
  }

  .kb-description-head h2 {
    font-size: 21px;
  }

  .kb-highlight-head h3 {
    font-size: 21px;
  }

  .kb-highlight-info {
    padding: 50px 0 50px;
  }

  .kb-highlight-head {
    margin-bottom: 0px;
  }

  .kb-description {
    padding: 45px 0;
  }

  .kb-description-dtl p {
    font-size: 14px;
  }

  .kb-img-box {
    margin-bottom: 20px;
  }

  .kb-highlight-card h4 {
    font-size: 16px;
  }

  .kb-highlight-card {
    padding: 20px;
  }

  .prod-main .prod-main-head span {
    font-size: 22px;
  }

  .prod-main {
    padding: 50px 0 0;
  }

  .prod-main {
    background: linear-gradient(
      180deg,
      #e1e6e9 0%,
      #849cae 50%,
      #849cae 50%,
      #849cae 100%
    );
  }

  .office-contact-section .sidebar-column-wrapper {
    padding: 35px 10px 32px 16px;
  }

  .office-contact-section .form-column-wrapper {
    padding: 30px 1px;
  }

  .office-contact-section .sidebar-title-wrapper h2 {
    font-size: 21px;
  }

  .hm-prod-head h4 {
    font-size: 14px;
  }

  .kb-description-head h4 {
    font-size: 21px;
  }

  .brochure-section .timeline-line {
    border-left: 0;
  }

  .kb-cta-box h2 {
    font-size: 21px;
  }

  .kb-cta-box p {
    font-size: 14px;
  }

  .rs-btn {
    font-size: 15px;
    height: 40px;
    padding: 15px 15px;
  }

  .kb-articles-sec {
    padding: 75px 0 40px;
  }

  .top-head .col-md-12 {
    padding: 0px !important;
  }

  .hm-prod-shadow {
    top: 15px;
    font-size: 6em;
  }

  .hm-contact-shadow {
    top: 0px;
    font-size: 6em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header-btn {
    display: none;
  }

  .header-menu-pad .logo {
    padding: 0 15px;
    display: flex;
  }

  .logo img {
    width: 120px;
    margin: 0 auto;
  }

  .header_tp_dtl ul li.call_tp a {
    font-size: 13px;
  }

  .header_tp_dtl ul > li {
    display: block;
    padding: 5px 0;
    text-align: center;
  }

  .hm-comp-name span {
    font-size: 22px;
    text-align: center;
  }

  .hm-comp-name h1 {
    font-size: 14px;
    text-align: center;
  }

  .top-head-clean p span {
    font-size: 14px;
    padding: 5px 14px;
  }

  .header_tp_dtl ul li:last-child {
    border-top: 1px solid #ffffff21;
    border-left: 0;
    padding-left: 0;
  }

  .top-head-clean p {
    text-align: center;
    font-size: 12px;
    margin-top: 0;
    display: block;
  }

  .top-head-clean p span {
    display: block;
    margin: 10px auto 0 auto;
    width: fit-content;
  }

  .carousel {
    border-radius: 15px;
    margin-top: 10px;
  }

  /*  */

  .hm-about-dtl .hm-about-dtl-head {
    font-size: 21px !important;
  }

  .hm-about {
    padding: 100px 0 50px 0;
  }

  .hm-about-dtl h4 {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 5px;
  }

  .hm-about-dtl p {
    font-size: 14px;
  }

  .hm-about-btn .rs-btn {
    height: 40px;
    padding: 10px 10px;
    font-size: 14px;
  }

  .hm-vedio-yutb {
    margin-top: 0;
  }

  .hm-vedio {
    padding: 50px 0;
  }

  .hm-about-count {
    padding: 30px 0% 34px 40%;
  }

  .hm-about-count span {
    font-size: 15px;
  }

  .hm-about-count .hm-about-number {
    font-size: 50px;
  }

  .hm-about-btn {
    margin-bottom: 20px;
  }

  .hm-prod-dtl-head {
    font-size: 21px;
  }

  .hm-prod-head h4 {
    font-size: 18px;
  }

  .hm-prod {
    padding: 100px 0 0;
    overflow: hidden;
  }

  .hm-about-shadow {
    top: 0px;
    font-size: 6em;
  }

  .company-section .vertical-divider {
    border-right: 0;
  }

  .hm-industry-shadow {
    top: 40px;

    font-size: 6em;
  }

  .hm-prod-head {
    padding-bottom: 25px;
  }

  .hm-prod-heading h3 {
    font-size: 20px;
  }

  .hm-prod-btn a {
    background: #fff;
    color: #ea5501;
    padding: 2px 16px;
    height: 40px;
    font-size: 15px;
  }

  .hm-prod-catg ul li {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
  }

  .hm-prod-catg {
    text-align: center;
    height: 355px;
    padding: 20px 20px;
  }

  .rs-btn {
    margin-top: 40px;
  }

  .hm-prod-catg {
    height: 320px;
  }

  .hm-prod-catg ul li:after {
    content: none;
  }

  .hm-prod-box {
    margin-bottom: 30px;
  }

  .hm-industry {
    overflow: hidden;
  }

  .hm-industry-dtl-head {
    font-size: 21px;
  }

  .hm-industry-head h4 {
    font-size: 18px;
  }

  .bucket-inner {
    height: 50px;
    margin-bottom: 14px;
  }

  .bucket-inner h5 {
    margin: 0;
    font-size: 15px;
  }

  .hm-mag {
    padding: 37px 0;
  }

  .hm-mag-dtl h2 {
    font-size: 21px;
  }

  .hm-mag-dtl p {
    font-size: 14px;
  }

  .hm-why-box {
    flex-direction: column;
  }

  .hm-why-img {
    width: 100%;
    min-height: 270px;
  }

  .hm-why-dtl {
    width: 100%;
  }

  .hm-team {
    margin-top: 20px;
    padding: 40px 0;
  }

  .hm-team-head h2 {
    font-size: 21px;
  }

  .hm-team-head p {
    font-size: 14px;
  }

  .hm-team-heading h3 {
    font-size: 21px;
  }

  .hm-team-box {
    margin-bottom: 25px;
  }

  .hm-why-dtl-head {
    font-size: 21px;
  }

  .hm-why-dtl h4 {
    font-size: 18px;
  }

  .hm-why-list p {
    font-size: 15px;
  }

  .hm-why {
    padding: 0px 0 50px;
  }

  .header_menu {
    display: flex;
    align-items: center;
  }

  .mobile-nav-toggle {
    margin: 16px 0;
    outline: none !important;
    right: 15px;
    width: 40px;
    height: 37px;
    background: #ca3e2d;
    border-radius: 7px;
    border: 3px solid #007bff;
    border-style: outset;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-toggle i {
    color: #fff;
  }

  .mobile-nav-toggle {
    /* margin: 23px 0; */
    outline: none !important;
    top: 21px;
    right: 30px;
    width: 40px;
    height: 37px;
    background: #ea5501;
    border-radius: 7px;
    border: 1px solid #121c22;
    /* border-style: outset; */
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px;
  }

  .header-scrolled .mobile-nav-toggle {
    top: 8px;
  }

  .mobile-nav {
    background: #272727;
  }

  .breadcrum-sec .about-hd {
    padding: 40px 0px 40px 0px;
  }

  .prod-pole {
    padding-bottom: 40px;
  }

  .breadcrum-sec {
    padding: 10px 0;
  }

  .breadcrum-sec .about-hd h1 {
    font-size: 26px;
  }

  .company-section .main-content-wrapper {
    padding: 26px;
  }

  .company-section .title-wrapper h2 {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .company-section .desc-wrapper p {
    font-size: 14px;
  }

  .ftr-certificate ul {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .ftr-certificate ul li:first-child {
    border-bottom: 0;
  }

  .ftr-add span {
    font-size: 16px;
  }

  .ftr-add p {
    font-size: 14px;
  }

  .ftr-link span {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .ftr-link {
    margin-top: 20px;
  }

  .ftr-cont-number a {
    font-size: 20px;
    text-align: left;
  }

  .ftr-cont-email a {
    font-size: 14px;
    text-align: left;
  }

  .ftr-cont .rs-btn {
    display: inline-flex;
    margin: 10px 0 0;
    font-size: 14px;
    height: 42px;
  }

  .ftr-social ul {
    justify-content: flex-start;
    padding-top: 20px;
    gap: 12px;
  }

  .ftr-social ul li {
    width: 25px;
  }

  .ftr-btm-left p,
  .ftr-btm-right p {
    text-align: center;
    font-size: 13px;
  }

  .ftr-btm {
    padding-top: 20px;
    margin-top: 20px;
  }

  footer {
    padding: 15px 0 0px 0;
  }

  .certificate-sec {
    background: none;
  }

  .certificate-sec {
    padding: 50px 0;
  }

  .hm-cer-heading {
    font-size: 21px;
  }

  .hm-cer-title {
    font-size: 14px !important;
  }

  .certificate-box {
    margin: 10px auto;
  }

  .brochure-section .title-wrapper h2 {
    font-size: 21px;
  }

  .brochure-section .desc-wrapper p {
    font-size: 14px;
  }

  .ftr-contact .company-section .main-content-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .brochure-section .number-wrapper {
    top: 0;
  }

  .brochure-section .image-wrapper {
    padding: 0;
  }

  .btn-wrapper {
    margin: auto;
  }

  .brochure-section .btn-wrapper a {
    padding: 10px 20px;
  }

  .brochure-section .content-wrapper {
    padding: 40px 0;
  }

  .hm-ctg-shadow {
  }

  .prod-ctg-head h4 {
    font-size: 18px;
  }

  .prod-ctg-dtl-head {
    font-size: 21px;
  }

  .hm-ctg-shadow {
    font-size: 3em;
    top: 30px;
  }

  .prod-ctg-name span {
    font-size: 21px;
  }

  .prod-ctg-name p {
    font-size: 14px;
  }

  .prod-ctg-box {
    margin-bottom: 24px;
  }

  .prod-ctg {
    padding: 65px 0;
  }

  .prod-main .prod-main-head {
    padding-bottom: 24px;
  }

  .prod-main .prod-main-head h1 {
    font-size: 18px;
  }

  .prod-description {
    padding: 45px 0;
  }

  .prod-description-head h2 {
    font-size: 21px;
  }

  .bullet li {
    font-size: 14px;
  }

  .prod-digram-table h2 {
    font-size: 21px;
  }

  .prod-table thead th {
    font-size: 15px;
  }

  .prod-table tbody th {
    font-size: 14px;
  }

  .prod-table tbody td {
    font-size: 14px;
  }

  .prod-table-head h2 {
    font-size: 21px;
  }

  .prod-note h4 {
    font-size: 21px;
  }

  .prod-description-dtl {
    margin-bottom: 0px;
  }
  .kb-article-name span {
    font-size: 21px;
  }

  .kb-article-name p {
    font-size: 14px;
    margin: 0px;
  }

  .kb-article-btn .rs-btn {
    font-size: 15px;
    height: 40px;
    padding: 10px 10px;
  }

  .kb-description-head h2 {
    font-size: 21px;
  }

  .kb-highlight-head h3 {
    font-size: 21px;
  }

  .kb-highlight-info {
    padding: 50px 0 50px;
  }

  .kb-highlight-head {
    margin-bottom: 0px;
  }

  .kb-description {
    padding: 45px 0;
  }

  .kb-description-dtl p {
    font-size: 14px;
  }

  .kb-img-box {
    margin-bottom: 20px;
  }

  .kb-highlight-card h4 {
    font-size: 16px;
  }

  .kb-highlight-card {
    padding: 20px;
  }

  .prod-main .prod-main-head span {
    font-size: 22px;
  }

  .prod-main {
    padding: 50px 0 0;
  }

  .prod-main {
    background: linear-gradient(
      180deg,
      #e1e6e9 0%,
      #849cae 50%,
      #849cae 50%,
      #849cae 100%
    );
  }

  .office-contact-section .sidebar-column-wrapper {
    padding: 35px 10px 32px 16px;
  }

  .office-contact-section .form-column-wrapper {
    padding: 30px 1px;
  }

  .office-contact-section .sidebar-title-wrapper h2 {
    font-size: 21px;
  }

  .hm-prod-head h4 {
    font-size: 14px;
  }

  .kb-description-head h4 {
    font-size: 21px;
  }

  .brochure-section .timeline-line {
    border-left: 0;
  }

  .kb-cta-box h2 {
    font-size: 21px;
  }

  .kb-cta-box p {
    font-size: 14px;
  }

  .rs-btn {
    font-size: 15px;
    height: 40px;
    padding: 15px 15px;
  }

  .kb-articles-sec {
    padding: 75px 0 40px;
  }

  .top-head .col-md-12 {
    padding: 0px !important;
  }

  .hm-prod-shadow {
    top: 15px;
    font-size: 6em;
  }

  .hm-contact-shadow {
    top: 0px;
    font-size: 6em;
  }
}
