/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400&family=Raleway:wght@300;400&display=swap');*/
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  src: url("../fonts/Montserrat-SemiBold.otf") format('embedded-opentype'), url("../fonts/Montserrat-SemiBold.otf") format('otf'), url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Humnst777 Lt BT';
  src: url('../fonts/humanist/Humanist777BT-LightB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-LightB.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humnst777 Cn BT';
  src: url('../fonts/humanist/Humanist777BT-BoldCondensedB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-BoldCondensedB.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humnst777 Blk BT';
  src: url('../fonts/humanist/Humanist777BT-BlackB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-BlackB.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humnst777 BT RB';
  src: url('../fonts/humanist/Humanist777BT-RomanB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-RomanB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humnst777 Cn BT RB';
  src: url('../fonts/humanist/Humanist777BT-RomanCondensedB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-RomanCondensedB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humnst777 BT I';
  src: url('../fonts/humanist/Humanist777BT-ItalicB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-ItalicB.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humnst777 Lt BT I';
  src: url('../fonts/humanist/Humanist777BT-LightItalicB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-LightItalicB.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humnst777 BT IB';
  src: url('../fonts/humanist/Humanist777BT-BoldItalicB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-BoldItalicB.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humnst777 BT BB';
  src: url('../fonts/humanist/Humanist777BT-BoldB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-BoldB.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humnst777 Blk BT I';
  src: url('../fonts/humanist/Humanist777BT-BlackItalicB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-BlackItalicB.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Humnst777 Blk Cn BC';
  src: url('../fonts/humanist/Humanist777BT-BlackCondensedB.woff2') format('woff2'), url('../fonts/humanist/Humanist777BT-BlackCondensedB.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
}
h4 {
  line-height: normal;
}
a {
  cursor: pointer;
}
.inner-banner-col {
  padding: 0px;
}
.fourwents-logo-col {
  padding: 0;
}
.the-group-fourwents-logo {
  max-width: 100%;
  margin-right: 5px;
}
.inner-banner-section:before {
  content: "";
  width: 100%;
  background: #cfb07a;
  position: absolute;
  top: auto;
  height: 245px;
}
.logo-mobile img {
  max-width: 270px;
  top: 0px;
  position: absolute;
  left: 5px;
}
.top-bar-img {
  padding-right: 20px;
  max-width: 230px;
  height: auto;
  position: relative;
  margin-left: 125px;
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .logo-mobile img{
    max-width: 210px;
    left: 87px;
  }
  .top-bar-img{
    margin-left: 145px;
  }
}
.align-items-center {
  align-items: center;
  display: flex;
}
.justify-contet-center {
  justify-content: center;
}
.grecaptcha-badge {
  display: none !important;
}
img {
  max-width: 100%;
}
.border-none {
  border: 0px !important;
}
.pb0 {
  padding-bottom: 0px;
}
.pb50 {
  padding-bottom: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pt100 {
  padding-top: 100px;
}
.pt250 {
  padding-top: 250px;
}
.mb0 {
  margin-bottom: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pr50 {
  padding-right: 50px;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pr0 {
  padding-right: 0px !important;
}
.mlr0 {
  margin-left: 0px;
  margin-right: 0px;
}
.ml20 {
  margin-left: 20px !important;
}
.rotary-joints-logo img {
  max-width: 165px;
}
.mainmenu .active {
  color: #db353a;
}
.top-bar {
    background: none;
    padding-top: 30px;
    padding-bottom: 5px;
}
.topbar-line {
    display: flex;
    align-items: center;
    justify-content: end;
}
.top-bar .row {
  display: flex;
  justify-content: end;
}
.logo-sec {
  position: relative;
  z-index: 999;
}
.topbar-text {
  line-height: normal;
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-align: right;
  font-family: 'Humnst777 Blk Cn BC';
}
.banner-section .container-fluid {
  padding: 0;
}
.banner-section .slider-nav .slick-slide.slick-current span {
  color: #fff;
  background: #0052e6;
}
.banner-text-sec {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: auto;
  bottom: 40px;
}
.banner-list-col li {
  display: inline-block;
  margin-right: 33px;
}
h5.white {
  color: #fff !important;
}
.banner-text-block {
  text-align: left;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.banner-text-list ul {
  margin: 0;
  padding: 0 0px 0 20px;
  line-height: normal;
}
.banner-text-list li {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 35px;
}
.banner-text-list h5 {
  margin-top: 0;
  width: 100%;
  display: inline-block;
  font-size: 22px;
  text-transform: capitalize;
}
.banner-text-list p {
  margin-bottom: 0;
  margin-top: 5px;
}
.banner-text-list {
  margin-top: 20px;
  font-size: 14px;
}
.banner-text-list li:before {
  content: "";
  background: white;
  position: absolute;
  left: auto;
  top: auto;
  height: 10px;
  width: 10px;
  margin-top: 4px;
  margin-left: -20px;
}
.banner-text-block h4 {
  color: #fff;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0px;
  display: inline-block;
}
.banner-text-block h2 {
  font-size: 26px;
  line-height: normal;
}
.black-text .banner-text-block h4, .black-text .banner-text-block h5, .black-text .banner-text-list ul {
  color: #000;
}
.black-text .banner-text-list li:before {
  background: #000;
}
.banner-text-block h1 {
  margin-bottom: 10px;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 30px;
  background: #ed3237;
  padding: 10px 20px;
  display: inherit;
  color: #fff;
}
.banner-button-block a {
  background: #959699;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 25px;
  line-height: normal;
  margin-left: 15px;
  text-transform: uppercase;
}
.banner-button-block {
  text-align: right;
  width: auto;
  display: flex;
  float: right;
  position: absolute;
  bottom: 7%;
  right: 10%;
}
.banner-button-block a:hover {
  background: #db353a;
  color: #fff;
}
.button-read-more a {
  background: #959699;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  padding: 12px 25px;
  line-height: normal;
  /*  margin-left: 15px;*/
  text-transform: uppercase;
}
.button-read-more {
  text-align: right;
  width: auto;
  display: flex;
  float: right;
  position: absolute;
}
.button-read-more a:hover {
  background: #db353a;
  color: #fff;
}
.slider-banner-image img {
  width: 100%;
}
.rotary-joints-logo {
  position: absolute;
  top: 15px;
}
.about-title-sec {
  background: transparent;
  padding: 25px 0;
  text-align: center;
}
.about-title-sec h1 {
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}
.red-text {
  color: #db353a;
}
.orange-text {
  color: #f0573d;
}
.blue-text {
  color: #2788c4;
}
.product-slider h4 {
  text-transform: uppercase;
  text-align: left;
  /*  font-weight: 600;*/
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: 'Montserrat-Bold';
  color: #373435;
}
.product-brand {
  margin-bottom: 20px;
}
.bg-product {
  background: #001d59 !important;
}
.product-slider {
  margin-top: 40px;
}
.product-slider .tm_img {
  margin-bottom: 3px;
}
.product-slider .detail_TM a.common_btn {
  padding: 12px 30px;
  height: auto;
  line-height: normal;
  background: #e6e7e8;
  color: #555;
  position: absolute;
  bottom: 5px;
  border: 1px solid #373435;
}
.product-slider .detail_TM h6 {
  font-size: 16px;
  color: #373435;
  margin: 0px;
  line-height: normal;
  left: 0;
  letter-spacing: 0px;
  width: 100%;
  display: block;
}
.product-slider .detail_TM h6 strong {
  color: #db353a;
  font-weight: 400;
}
.product-slider .detail_TM {
  position: relative;
  text-align: left;
  padding: 0px 20px 0;
  min-height: 340px;
}
.product-section h2 {
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}
.bow-sec h4 {
  text-transform: uppercase;
  color: #1c4d86;
  font-size: 20px;
  margin-bottom: 0;
  line-height: normal;
}
.reference_btn {
  border: 1px solid #373435;
  background: #f1f1f2;
  height: auto;
  line-height: normal;
  padding: 15px 40px 14px;
  font-size: 24px;
  letter-spacing: 0.5px;
}
.footer-copyright {
  background: #9ba7d4;
  color: #fff;
  padding: 25px 0px;
}
.contact_widgets strong {
  text-transform: uppercase;
  letter-spacing: .72px;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.footer_1 h2.widget_title.footer-logo {
  /*  margin-bottom: 35px;*/
}
.iso-img {
  max-width: 200px !important;
}
.made-in-india-img {
  max-width: 165px !important;
}
.footer-img {
  margin-bottom: 50px;
}
.footer-img:last-child {
  margin: 0;
}
.footer-logo-img {
  max-width: 250px;
  width: 100%;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.plr0 {
  padding-left: 0;
  padding-right: 0;
}
.home-text-block {
  margin-top: 0px;
}
.agency_img3 img {
  max-width: 100%;
}
.agency_img3 {
  top: auto;
  position: relative;
  margin-top: -180px;
}
.home-about-section-1 {
  padding: 0px 0px 0px;
}
.home-about-section-2 {
  padding: 0px 0px 30px;
}
.home-about-section-3 {
  padding: 30px 0px 0px;
}
.product-section {
  padding: 40px 0px;
}
.bow-sec {
  padding: 60px 0px;
}
.product-section button.slick-prev {
  left: -40px !important;
}
.product-section button.slick-next {
  right: -40px !important;
}
.copyright p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.since-1958-logo {
  position: absolute;
  right: 0px;
  bottom: 50px;
}
.since-1958-logo img {
  /*  max-width: 80px;*/
  min-height: auto !important;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden
}
#error_data {
  color: red;
  font-size: 14px;
  margin: 0px 0px 10px;
  text-transform: uppercase;
  line-height: normal;
}
.button-holder {
  text-align: left;
}
.inner-banner-text-block h2 span {
  background: #db353a;
  padding: 3px 15px;
  display: inline-block;
}
.product-page .inner-banner-text-block {
  height: 240px;
  display: flex;
  padding: 0px;
  align-items: center;
}
.bow-sec h5 {
  font-size: 22px;
  text-transform: uppercase;
  color: #db353a;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1499px) {
  .product-section button.slick-prev {
    left: 0px !important;
  }
  .product-section button.slick-next {
    right: 0px !important;
  }
  .product-section {
    padding: 40px 10px;
  }
}
@media (min-width: 1026px) and (max-width: 1499px) {
  .slider-banner-image img {
    /*    min-height: 600px;*/
    object-fit: cover;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .slider-banner-image img {
    /*    min-height: 550px;*/
    object-fit: cover;
  }
  .since-1958-logo {
    right: 0px;
    bottom: 40px;
  }
  .banner-button-block a {
    font-size: 14px;
    padding: 10px 15px;
    margin-left: 10px;
  }
}
@media (max-width: 1025px) {
  .rotary-joints-logo img {
    max-width: 115px;
  }
  .slider-nav .slick-slide span {
    font-size: 14px !important;
    padding: 5px 7px !important;
  }
  .since-1958-logo img {
    max-width: 40px;
  }
  .footer_1 .contact_widgets p br {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1025px) {
  .top-bar {
    padding: 10px 0;
  }
  .header_01 {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .header_01 {
    background: #fff;
    border-bottom: 0;
  }
  .mobile-logo-show img {
    max-width: 90px;
  }
  .rotary-joints-logo {
    display: none;
  }
  .banner-selection-guide {
    height: auto !important;
  }
  .product-page .inner-banner-text-block {
    height: auto;
    padding: 50px 10px 60px;
  }
  .top-bar {
    padding: 10px 0;
  }
  .topbar-text {
    text-align: center;
    font-size: 16px;
  }
  .inner-banner-text-block {
    text-align: center !important;
  }
  /*
  .navigator a {
    color: #fff;
  }
*/
  .header_01 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fdu-heading-title {
    padding: 15px 0px !important;
    height: auto !important;
    display: inherit !important;
  }
  .fdu-heading-title h1 {
    font-size: 24px !important;
  }
  .product-text-block h3 {
    font-size: 22px !important
  }
  .fdu-heading-title h3 {
    text-align: left !important;
  }
  .banner-text-sec {
    width: 100%;
  }
  .about-section-inner {
    margin-top: -20px !important;
  }
  .about-inner-block {
    padding: 10px 7px !important;
  }
  .slider-banner-image img {
    min-height: auto;
    object-fit: cover;
  }
  .footer-logo-img {
    max-width: 250px;
  }
  .banner-button-block {
    text-align: center;
    float: right;
    position: relative;
    right: 0px;
  }
  .banner-button-block a {
    font-size: 10px;
    padding: 5px 10px;
    margin-left: 3px;
    text-align: left;
  }
  .banner-text-list {
    display: none
  }
  .home-about-section-1 {
    background: #fff;
  }
  .home-text-block {
    padding: 0 15px;
  }
  .product-section h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
  .aboutwidget {
    display: flex;
  }
  .footer-img {
    margin-bottom: 0;
    width: 100%;
  }
  .footer-img img {
    width: 100px;
  }
  .home-about-section-1 .pr-50 {
    padding-right: 15px;
  }
  .agency_img3 {
    margin-top: 0;
  }
  .about-title-sec h1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .mobile-logo-show {
    display: none;
  }
}
@media (max-width: 767px) {
  .stretchline-sec .stretchline-logo {
    max-width: 100% !important;
  }
    section.commonSection_1 .container {
    width: unset !important;
       
    
    }
    .orange-box-heading h4 {
    font-size: 20px !important;
    
    }
    .product-subtitle {
    font-size: 24px !important;
    }
    section.commonSection_1 {
    padding: unset !important;
    }
  .product-slider .tm_img, .product-slider .detail_TM {
    width: 100% !important;
  }
  .singleTM, .history-row, .align-items-center {
    display: inherit !important;
  }
  .arrow_box:after, .arrow_left_home:after {
    display: none
  }
}
.about-title h1 {
  font-family: 'Square721Bold';
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 95px;
  color: #fff;
  line-height: normal;
  -webkit-text-fill-color: #045fbe;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: 6px;
  line-height: 72px;
  margin-top: 0px;
  z-index: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: #045fbe;
  border: 5px solid #fff;
  border-top: none;
}
/*
.about-title :after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: #045fbe;
    z-index: -10;
}
*/
.about-title {
  position: relative;
  z-index: 111;
  bottom: 5%;
}
.about-text {
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 65px;
  color: #fff;
  line-height: normal;
  -webkit-text-fill-color: #045fbe;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: 6px;
  margin-top: 0px;
  z-index: 0;
  text-align: center;
}
.title-blue {
  color: #045fbe;
}
.product-text-block li:before, .list-blue li:before {
  background: #045fbe !important;
}
.list-blue {
  color: #045fbe;
}
.text-box {
  background: #fff;
  border: 1px solid #000;
  padding: 70px 20px;
}
.text-box h3 {
  color: #045fbe;
  font-size: 35px;
}
.text-box hr {
  border-top: 1px solid #000000;
}
.mt-text-box {
  margin-top: 25%;
}
.bottom-text {
  font-size: 24px;
  line-height: 36px;
}
.banner-text .inner-banner-text-block {
  height: 350px;
  padding: 0px;
  align-items: center;
  border: 5px solid #fff;
  display: flex;
  justify-content: center;
  background: #2bb2e7;
}
.banner-text .inner-banner-text-block h2 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  line-height: normal;
  text-align: center;
  font-family: 'Square721Bold';
  font-size: 32px;
}
.banner-text .inner-banner-text-block h2 span {
  font-family: 'Square721Bold';
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 38px;
  color: #fff;
  line-height: normal;
  -webkit-text-fill-color: #db353a;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: 0px;
  margin-top: 0px;
  z-index: 0;
  text-align: center;
  background: none;
}
.made-in-india-sec {
  background: #b2b8bc !important;
}
.footer-copyright {
  background: #b2b8bc;
}
.justify-content-center {
  justify-content: center;
}
.top-img {
  position: absolute;
  bottom: 0;
}
.img-margin {
  margin: 20px 0px;
}
.mt40 {
  margin-top: 40px;
}
.square-bold {
  font-family: 'Square721Bold' !important;
}
.light-blue-font {
  color: #2788c4;
}
.list-big {
  padding: 0;
  margin-left: 0px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 36px;
}
.product-text-block li:before, .list-big li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #373435;
  position: absolute;
  margin-left: -20px;
  margin-top: 11px;
}
.list-md{
    font-size: 20px;
  line-height: 34px;
}
.list-md li:before {
content: "";
  width: 12px;
  height: 12px;
  background: #373435;
  position: absolute;
  margin-left: -20px;
  margin-top: 11px;
}
.list-red {
  padding: 0;
  margin-left: 20px;
  margin-bottom: 0;
  line-height: normal;
  color: #db353a;
}

.icon-black li:before {
    background: #373435 !important;
}
.product-text-block li:before, .list-red li:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #db353a;
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.mb100 {
  margin-bottom: 100px;
}
.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}
.mb10 {
  margin-bottom: 10px
}
.mt50 {
  margin-top: 50px;
}
.text-up-case {
  text-transform: uppercase;
}
.title-2 {
  background: #ffffff;
  color: #db353a;
  padding: 15px 30px;
  line-height: normal;
}
.title-box-red {
  background: #be383e;
  display: inline-block;
  padding: 20px 35px;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  border: 5px solid #fff;
  line-height: 36px;
}
.title-box-blue {
  background: #395697;
  padding: 20px 35px;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  border: 5px solid #fff;
  line-height: 36px;
}
.white-font {
  color: #fff;
}
.img-b-title {
  margin-top: 10px;
  font-family: 'Square721regular';
  font-size: 37px;
}
.white-li {
  color: #fff;
}
.product-text-block li:before, .white-li li:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #fff !important;
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.center-img {
  margin: 0 auto;
  display: block;
  text-align: center;
  float: none !important;
}
.center-title {
  margin: 0 auto;
  display: block;
  text-align: center;
  float: none !important;
}
.flex-block .col-block {
  background-color: unset !important;
  color: #fff;
  padding: 20px 0px;
  min-height: auto !important;
}
.flex-block .col-block li {
  line-height: normal;
  margin-bottom: 6px;
  font-size: 16px;
  display: inline-flex;
  margin: 0 5% 0 0;
}
.flex-block .col-block ul {
  margin-top: 0;
  margin-left: 0px;
  padding-left: 0;
  margin-bottom: 0;
}
.arrow-box-img {
  position: absolute;
  width: 40%;
  z-index: 111;
  /* bottom: 0; */
  margin-top: 17%;
  right: 15%;
}
.common-img-white {
  border: 1px solid #fff;
}
.white-bg-box {
  background: #fff;
  margin: 0;
  padding: 50px 10px;
  padding-bottom: 0;
}
.white-bg-box2 {
  background: #fff;
  margin: 0;
  padding: 10px;
  border: 1px solid;
}
.white-bg-box ul li {
  margin-bottom: 20px;
}
.extra-mb-li li {
  margin-bottom: 40px !important;
}
.bold-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 3px solid #373435;
}
.product-text-block li:before, .blue-icon li:before {
  background: #3a6bab !important;
}
.img-blue-cap {
  color: #3a6bab;
  font-size: 20px;
}
.dark-blue-bg {
  background: #1f5ca9 !important;
}
.burner-table {
  border-spacing: 0 !important;
  border-collapse: collapse;
}
.burner-table td {
  border: 1px solid black !important;
  border-collapse: collapse !important;
  text-align: center;
}
.burner-table th {
  background: #ffffff !important;
  padding: 10px 10px !important;
  border: 1px solid black !important;
  border-collapse: collapse !important;
}
.burner-table tr:nth-child(odd) {
  background: #fff !important;
}
.bg-white {
  background: #fff;
}
.burner-part-table th {
  background: #8a8f99 !important;
  padding: 10px 10px !important;
  color: #ffffff;
  font-size: 20px;
}
.absolute-banner .inner-banner-img {
  position: absolute;
  z-index: 10;
}
.gray-border {
  border: 2px solid #586a79;
}
.dark-blue-font {
  color: #3a6bab;
}
.blue-border {
  border: 2px solid #3a6bab;
}
.bg-text {
  background: #e6e7e8;
  padding: 10px 20px;
}
.blue-bg-mt {
  margin-top: -10%;
}
.bg-blue-img {
  background: url(../images/roller/blue-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
}
.bg-light-gray {
  background: #939598;
  padding: 40px;
}
.product-text-block li:before, .red-icon li:before {
  background: #db353a !important;
}
.product-text-block li:before, .green-icon li:before {
  background: #62a488 !important;
}
.gray-bg-title {
  background: #737374 !important;
}
.float-none {
  float: none;
  margin: 0 auto;
}
.bruckner-img-cap {
  font-size: 14px;
  line-height: normal;
  height: 60px;
  font-family: 'Montserrat-Bold';
  text-align: center;
}
.float-right {
  float: right;
}
.mainmenu ul li a {
    font-family: 'Montserrat-SemiBold';
    padding: 10px 17px 10px 17px;
    font-size: 18px;
}
.mainmenu ul li:last-child a {
    padding-right: 0;
}
.mainmenu ul li {
  background: none;
}
.min-size {
  min-height: 510px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.showit {
  background: url(../images/up-arrow-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 100px;
}
.showit i {
  display: none;
}
.showit:hover {
  background: url(../images/up-arrow-bg.png);
  color: none;
}
.h_auto {
  height: auto !important;
}
.text-left {
  text-align: left !important;
}
.imgslide {
  background: url(../images/slider-home/textile_processingmachines_website_running_text.png) #fff;
  width: 100%;
  height: 38px;
  animation: slideshow 10s linear infinite;
}
@keyframes slideshow {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -200px;
  }
}
.title-1 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  padding: 10px;
  margin-bottom: 25px;
}
.product-title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 40px;
  color: #0f74ae;
  padding: 10px;
}
.product-title-red {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 40px;
  color: #da2128;
  padding: 10px;
  margin-bottom: 25px;
}
.common-img {
  /*    max-width: 315px;*/
}
.list-2 {
  padding: 0;
  margin-left: 20px;
  margin-bottom: 0;
  line-height: normal;
  /*  text-transform: uppercase;*/
}
.list-2 li {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: normal;
  font-family: 'Humnst777 Lt BT';
}
.list-2 li:last-child {
  margin-bottom: 0;
}
.product-text-block li:before, .list-2 li:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #0f74ae;
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
  border-radius: 11px;
}
.product-text-block li:before, .list-blue li:before {
  background: #045fbe !important;
}
.product-text-block li:before, .list-2 .red_color:before {
  background: #da2128;
}
.list-text-box {
  background: #fbe7ba;
  padding: 20px;
}
.list-green {
  background: #c6f9b8;
}
.list-purple {
  background: #dfd5fb;
}
.list-2 .red_color .li:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #da2128 !important;
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
  border-radius: 11px;
}
.footer-side-widget-blue {
  background: #24203b;
  padding: 10px 0px;
  width: 75%;
  text-align: center;
}
.footer-side-widget-light-blue {
  background: #2c416c;
  padding: 10px 0px;
  width: 75%;
  text-align: center;
}
.widget-left-border {
  border-left: 2px solid #fff;
  padding-left: 30px;
}
.footer_1 .widget .widget_title a {
  color: #fff;
}
/*****************   new css for ball joints   ******************/
.main-product {
  margin-top: 60px;
}
.main-product .inner-img {
  /*    background: #e5e6e7;*/
}
.main-product .inner-content {
  background: #e5e6e7;
  padding-bottom: 10px;
  height: 136px;
  border: 1px solid;
  display: flex;
  align-items: end;
  margin-top: -50px;
  justify-content: center;
}
.main-product .inner-content h4 {
  color: #2788c4;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.main-product .inner-content p {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
  font-family: 'Humnst777 Blk Cn BC';
}

.gray-btn a {
  color: #373435;
  background: #e5e6e7;
  border: 1px solid;
  font-size: 18px;
}
.gray-btn {
  text-align: center !important;
  width: auto;
  display: block;
  position: relative;
  margin-top: 35px;
  float: unset;
}
.italic-sm-title {
  font-size: 32px;
  margin-bottom: 20px;
  font-family: 'Humnst777 BT IB';
}
.italic-font {
  font-family: 'Humnst777 BT IB';
}
.home-about-sm .about-p {
  font-size: 28px;
  letter-spacing: normal;
  line-height: 34px;
  text-align: justify !important;
  text-transform: none;
}
/*
.blue-title-cus{
    color: #2788c4;
        font-size: 28px;
}
*/
.pt-0 {
  padding-top: 0 !important;
}
.safety-sec .img-cap {
  letter-spacing: 0.2px;
  font-size: 16px;
  line-height: normal;
  height: 60px;
  text-align: center;
  margin-top: 20px;
}
.safety-sec h4.img-cap {
  font-size: 20px;
  height: auto;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
  display: table-cell;
  width: 300px;
  height: 200px;
  vertical-align: middle;
}
.title-bg-blue {
  background: #2788c4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.safety-sec .title-bg-blue {
  margin: 0 15px 30px 15px;
}
.home-product-section .tm-img-cap h4 {
  margin-bottom: 0;
  font-weight: 600;
}
.home-product-section .tm-img-cap {
  text-align: center;
  background: #eceeee;
  padding: 20px 0;
}
.home-product-section .tm_img {
  padding: 30px;
}
.home-product-section .detail_TM {
  height: 165px;
  border: 1px solid;
  margin-top: 20px;
}
.detail_TM h6 {
  font-size: 16px;
  line-height: 20px;
}
.home-product-section .product-box {
  background: #eceeee;
  border: 1px solid;
}
.home-product-section .singleTM {
  border: none;
  padding: 10px;
}
.home-product-section .team_slider:before {
  background: #2788c4;
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
}
.product-title-bg .pro-big {
  margin-bottom: 0;
  font-family: 'Humnst777 Blk Cn BC';
  font-size: 75px;
}
.product-title-bg .pro-small {
  font-family: 'Humnst777 BT BB';
  font-size: 38px;
  margin-bottom: 0;
}
.home-product-section .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.home-product-section .product-title-bg {
  background: #2788c4;
  padding: 35px 0;
  color: #fff;
}
.title-1 {
  font-weight: bold;
  font-size: 36px;
}
.square-icon li:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 0;
}
.round-icon li:before {
  border-radius: 11px;
}
.icon-blue li:before {
  background: #2788c4;
}

.icon-dark-blue li:before {
  background: #0064a6;
}
.swivel-sec .inner-img {
  margin-bottom: 120px;
}
.swivel-sec {
  background: url(../images/swivel-joints/bg.jpg);
  background-size: cover;
}
.bg-title-3 .product-title-bg {
    padding: 30px 0;
    position: relative;
    width: 100%;
    color: #fff;
    top: 70px;
    z-index: 999;
}
/*
.swivel-sec .container{
    width: 1400px;
}
*/
.orange-title {
  color: #f17435;
  font-weight: 600;
}
.blue-title {
  color: #0064a6;
  font-weight: 600;
}
.box-title-1 {
  background: #0064a6;
  color: #fff;
  padding: 25px 10px;
  text-align: center;
  margin-bottom: 6px;
  font-weight: 600;
}
.bg-gray {
  background: #f0f1f1;
}
.bg-dark-gray {
  background: #e4e7e8;
}
.arms-sec .list-2 {
  padding: 20px;
}
.arms-sec .list-box {
  height: 300px;
}
.arms-sec .arms-box {
  padding-right: 3px;
  padding-left: 3px;
}
.arms-sec .list-2 li {
  font-size: 20px;
}
.mb-30-li li {
  margin-bottom: 30px;
}
.title-lg {
  margin-bottom: 0;
  font-size: 34px;
}
.title-xl {
  margin-bottom: 0;
  font-size: 48px;
}

.list-4 li {
  padding: 7px 0px 7px 35px;
  margin-bottom: 0;
}
.bfr-none:before {
  display: none;
}
.unique-sec .img-block h4 {
  background: #0064a6;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: normal;
  padding: 10px 10px;
  font-size: 22px;
  font-weight: 900;
  font-family: 'Humnst777 Lt BT';
}
.unique-sec .img-block {
  margin-bottom: 30px;
  border: 2px solid;
}
.unique-sec .img-block img {
  width: 100%;
}
.small-li li {
  font-size: 16px;
  margin-bottom: 10px;
}
.small-li li:before {
  width: 9px;
  height: 9px;
}
.gray-bg-text {
  background: #ededed;
  padding: 15px 30px;
  line-height: 26px;
  font-size: 18px;
  margin: 20px 0;
}
.highlight-sec {}
.assemblies-text {
  margin-left: 60px;
}
.bg-light-blue {
  background: #2788c4
}
.bg-dark-blue {
  background: #1d5292
}
.dark-blue-text {
  color: #1d5292
}
.light-blue-text {
  color: #2788c4;
}
.flex-li-big {
  display: flex;
  justify-content: space-between;
}
.flex-li-big li {
  padding: 0px 15px;
  line-height: normal;
  width: auto;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-family: 'Humnst777 BT BB';
}
.flex-li-big li:before {
  width: 19px;
  height: 19px;
  margin-left: -24px;
  margin-top: 9px;
  background: #1d5292;
}
.header_01 {
  padding: 8px 0 18px 0;
}
.mb-30-li strong {
  font-family: 'Humnst777 Blk BT';
}
.blk-bt-font {
  font-family: 'Humnst777 Blk BT';
}
.bt-bb-font {
  font-family: 'Humnst777 BT BB';
}
.blk-cn-bc-font {
  font-family: 'Humnst777 Blk Cn BC';
}
.bt-rb-font {
  font-family: 'Humnst777 BT RB'
}
.counter-box {
  text-align: center;
  padding-bottom: 50px;
  border-right: 1px solid black;
}
.counter-box:last-child {
  border-right: 0px solid black;
}
.counter-box .counter {
  animation-duration: 1s;
  animation-delay: 0s;
  font-size: 58px;
  font-family: 'Humnst777 Blk BT';
  color: #f17435;
}
.counter-box h1, .counter-box h3 {
  margin-bottom: 0 !important;
}
.counter-box h3 {
  font-family: 'Humnst777 BT RB';
  font-size: 20px;
  font-weight: 900;
}
.footer_1 .social_widget .footer-no-li li a {
  text-align: right;
}
.footer_1 .social_widget ul li a {
  font-size: 17px;
  letter-spacing: 1.3px;
  text-transform: unset;
}
.footer-side-widget-white {
  background: #fff;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
}
.footer_1 .widget .widget_title a {
  color: #222;
}
/* .footer_1 .social_widget .widget-qu-li li {
  margin-bottom: 30px ;
}
.footer_1 .social_widget .widget-qu-li li a {
  text-align: center;
} */
.footer_1 .widget .widget_title {
  font-size: 20px;
  letter-spacing: .72px;
  color: #fff;
  line-height: 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-top-bg {
  background: #2788c4;
  padding: 40px 0;
}
b, strong {
  font-weight: bold;
  font-family: 'Humnst777 BT RB';
}
.big-title {
  color: #0064a6;
  margin-bottom: 0;
  font-family: 'Humnst777 Blk Cn BC';
  font-size: 85px;
}
.title-3 {
  background: #0064a6;
  padding: 15px 10px;
}

.md-li li{
    font-size: 20px;
}

.bg-white-dark{
    background: #f1f1f2;
}

.abt-pro-title .title-3{
       position: absolute;
    z-index: 99;
    bottom: -35px;
    width: 100%;
        border: 10px solid #fff;
}



.mb-20 {
    margin-bottom: 20px;
}
.p-0{
    padding: 0;
}

.img-center{
    margin: 0 auto;
    text-align: center;
    display: block;
}

.border-table, .border-table th, .border-table td {
  border: solid 1px #000;
     padding: 5px 40px;
}

.border-table {
    border-collapse:collapse;
}

.border-box .box-t, .border-box .box-p{
    border: 1px solid;
       padding: 10px 30px;
    margin-bottom: 10px;
}

.border-box .box-t{
    font-size: 18px;
    font-family: 'Humnst777 BT RB';
    font-weight: 600;
}
.border-box .box-p p{
    margin-bottom: 0;
}
.blue-box-sm-heading{
    background: #2788c4;
    color: #fff;
    padding: 6px 15px;
    font-size: 22px;
}

.arm-bg-sec1{
    background: url(../images/loading-unloading-arm/loading-unloading-arm2.jpg);
        background-position: top right;
        background-size: contain;
    background-repeat: no-repeat;
    padding-top: 13%;
        padding-right: 40px;
    padding-left: 40px;
}

.arm-bg-sec1 p{
    margin-bottom: 40px;
}

.blue-box-heading h4{
     background: #1f5ca9;
    color: #fff;
    padding: 10px 15px;
        font-size: 22px;
    font-family: 'Humnst777 BT BB';
}

.pipe-systems-sec{
      background: url(../images/loading-unloading-arm/loading-unloading-arm3.jpg);
        background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.justify-contet-end {
    justify-content: end;
}


.icon-none li:before{
    display: none
}

.list-1 li:before{
    content: "";
    width: 11px !important;
    height: 11px;
        position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}
.mfp-hide {
    display: none; /* Already hidden by Magnific Popup */
}

/* Popup Background */
.mfp-bg {
    background: rgba(0, 0, 0, 0.7);
}

/* Popup Content */
.mfp-content {
    padding: 20px;
}

/* Form Styles */
/* Popup Content */
#quickInquiry {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);;
    max-width: 300px; /* Decrease max width */
    width: 90%; /* Responsive width */
    margin: 0 auto; /* Center the popup */
    padding: 15px; /* Reduce padding */
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    justify-content: space-between; /* Space elements evenly */
}

/* Title Styles */
#quickInquiry h2 {
    font-size: 20px; /* Smaller font size for title */
    margin-bottom: 15px; /* Reduce margin */
}

/* Input and Textarea Styles */
#quickInquiry input[type="text"],
#quickInquiry input[type="email"],
#quickInquiry textarea {
    width: 100%;
    padding: 8px; /* Decrease padding */
    margin: 8px 0; /* Decrease margin */
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px; /* Maintain smaller font size */
}

/* Textarea Specific */
#quickInquiry textarea {
    resize: none; /* Disable resizing for a fixed height */
    height: 60px; /* Set a smaller default height */
}

/* Button Styles */
#quickInquiry button {
    padding: 10px 15px;
    font-size: 40px;
    padding: 0px 30px 10px 10px;
    margin-right: 37% !important;
    margin-top: -1% !important;
}
button.b1 {
    font-size: 14px !important;
    text-align: center;
    padding: 6px 20px !important;
    font-weight: bold;
    background-color: #007bff !important;
    color: black !important;
}  




/* Responsive Styles */
@media (max-width: 600px) {
    #quickInquiry {
        padding: 20px;
    }

    #quickInquiry h2 {
        font-size: 20px;
    }

    #quickInquiry button {
        /* padding: 10px 10px; */
        display: block;
        /* margin-right: -18%; */
        margin-right: 9% !important;
        margin-top: -6% !important;
    }
}


/* Quick Inquiry Button Styles */
.popup-link {
    display: inline-block;
    background-color: #0071df;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.2s;
    margin-left: 10px;
    color: #fff !important;
}

/* Hover Effect */
.popup-link:hover {
    background-color: #0056b3; /* Darker shade on hover */
    transform: scale(1.05); /* Slightly increase size */
}

/* Active State */
.popup-link:active {
    background-color: #004494; /* Even darker on click */
    transform: scale(0.95); /* Slightly decrease size */
}

/* Container for logo and button */


@media (max-width: 767px) {
.mobile-logo-show {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
}

/* Logo Styles */
.logo-mobile {
    margin-right: 10px; /* Space between logo and button */
}

/* Quick Inquiry Button Styles */
.quick-inquiry-button {
    display: none; /* Hide by default */
    background-color: #007bff; /* Button color */
    color: white; /* Text color */
    padding: 10px 20px; /* Increase padding for a wider button */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    font-size: 14px; /* Font size */
    text-align: center; /* Center the text */
    width: 120px; /* Set a fixed width for rectangular shape */
    transition: background-color 0.3s, transform 0.2s; /* Smooth transitions */
}

}

/* Show the button only on mobile */
@media (max-width: 767px) {
    .quick-inquiry-button {
        display: inline-block;
        margin-left: 47%;/* Show button on mobile */
        display: inline-block !important;
        padding: 0px 12px !important;
    }
    .popup-link {
    
    display: none;
    }
}
.quick-inquiry-button {
  background-color: #007bff; /* Bootstrap primary color */
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
    display: none;
}

.quick-inquiry-button:hover {
  background-color: #0056b3; /* Darker shade for hover effect */
}
.popup-link_1 {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 0px 0px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.2s;
    /* margin-left: 10px; */
    color: #fff !important;
    margin-left: 10%;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

.modal-content {
  background-color: #fff;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
  width: 90%; /* Responsive width */
  max-width: 500px; /* Max width */
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-button:hover {
  color: #000; /* Change color on hover */
}

h2 {
  color: #333; /* Darker text color for headings */
  margin-bottom: 15px; /* Spacing below heading */
}

form {
  display: flex;
  flex-direction: column; /* Arrange form elements in a column */
}

label {
  margin-bottom: 5px; /* Space between label and input */
  font-weight: bold; /* Bold labels */
}

input[type="text"],
input[type="email"],
textarea {
  padding: 10px; /* Padding inside input fields */
  margin-bottom: 15px; /* Space below input fields */
  border: 1px solid #ccc; /* Light border */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Font size for inputs */
}

textarea {
  resize: none; /* Disable resizing */
  height: 100px; /* Fixed height for textarea */
}

button[type="submit"] {
  padding: 10px;
  background-color: #007BFF; /* Bootstrap primary color */
  color: white;
  border: none;
  border-radius: 5px; /* Rounded corners for button */
  cursor: pointer;
  font-size: 16px; /* Font size for button */
}

button[type="submit"]:hover {
  background-color: #0056b3; /* Darker blue on hover */
}
.modal {
  transition: opacity 0.5s ease;
}

.modal-content {
  transform: translateY(-20px);
  transition: transform 0.5s ease;
}

.modal.show .modal-content {
  transform: translateY(0);
}
button#inquiryButton {
    margin-top: 12px;
}

.orange-box-heading h4 {
    background: #fc6f21;
    color: #fff;
    padding: 9px 38px;
    font-size: 24px;
    font-family: 'Humnst777 BT BB';
}
.product-container {
            width: 90%;
            max-width: 800px;
            margin: 20px auto;
        }
        .product {
            display: flex;
            align-items: center;
            background: #e6e6e6;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 10px;
            text-align: center;
        }
        .product img {
/*            width: 120px;*/
            height: auto;
            margin-right: 20px;
        }
        .product-text {
            flex: 1;
        }
        .product-title {
            font-size: 22px;
            font-weight: bold;
        }
        .product-subtitle {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
}
        .product-desc {
            font-size: 18px;
            color: #0056b3;
            margin-top: 5px;
        }
        .highlight {
            font-size: 26px;
            font-weight: bold;
            color: #000;
        }

        /* Responsive Design */
        @media (max-width: 600px) {
            .product {
                flex-direction: column;
                text-align: center;
            }
            .product img {
                margin: 0 0 10px 0;
                width: 100px;
            }
}
    section.commonSection_1 .container {
    position: relative;
    z-index: 2;
    width: 1106px ;
}
            
section.commonSection_1 {
    padding: 80px;
}
p.red_t {
    color: #dc393d;
}
li.list_lighter {
    font-weight: normal;
}
a.cb img {
    max-width: 75px;
}
a.cb img {
    position: relative;
    top: -5px;
}