.abtlogo-grd {
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    display: grid;
    margin-bottom: 30px;
}

.abt-logo {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fafafa;
}

.abtlogo-grd img {
    display: flex;
}

.pt0 {
    padding-top: 0;
}

.grey-bg {
    background-color: #f3f3f3;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px;
    gap: 60px 80px;
    justify-content: space-between;
}

.fct-col h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 2px solid #E81218;
    padding-bottom: 15px;
}

.fct-col img {
    margin-bottom: 15px;
    transition: .3s linear;
}

.abt-ser p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}

.abtser-r {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.abt-ser {
    background-color: #f3f3f3;
    padding: 50px;
    border-bottom: 3px solid #747474;
    position: relative;
}
/*header  start*/
.head-logo{
    width: 100%!important;
    height: 81px!important;
}

.h-16 {
    height: 6rem!important;
}

.max-w-7xl {
    max-width: 103rem!important;
}

.font-medium {
    font-weight: 600!important;
    padding: 8px 5px!important;
}
.text-gray-700 {
   
    color: rgb(0 0 0)!important;
}
.head-btn{
    padding: 17px!important;
    margin-right: 2%!important;
    font-size: 20px!important;
}


/*header  end*/

/*home slider start*/
.certificate .owl-dots,
.ser-slider .owl-dots,
.fac-slider .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*home slider end*/

/*about section start*/
/* HABOUT SECTION RESPONSIVE */
.habout .habt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px; /* spacing between text and image */
}

/* Text content */
.habout .habt > div:first-child {
  flex: 1 1 500px;
}

/* Image */
.habout .img-st {
  flex: 1 1 400px;
  text-align: center;
}

.habout .img-st img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Typography adjustments */
.habout .ch2 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.habout .ch2 span {
  color: #b40a35;
}

.habout p {
  line-height: 1.7;
  margin: 12px 0;
}

.habout .hombl {
  margin-top: 10px;
}

/* Button */
.habout .cbtn {
  margin-top: 20px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .habout .habt {
    flex-direction: column;
    text-align: center;
  }

  .habout .habt > div:first-child,
  .habout .img-st {
    flex: 1 1 100%;
  }

  .habout .ch2 {
    font-size: 24px;
  }

  .habout p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .habout .ch2 {
    font-size: 20px;
  }

  .habout p {
    font-size: 14px;
  }

  .habout .cbtn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/*header logo start*/
@media (max-width: 576px) {
.head-logo{
    width: 100%!important;
    height: 53px!important;
}

.h-16 {
    height: 6rem!important;
}

.max-w-7xl {
    max-width: 103rem!important;
}
}
/*header logo end*/




/*about section end*/
.mt0 {
    margin-top: 0;
}

.infra p {
    margin: 25px 0;
}

.hr-line {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}

.certificate .owl-item img {
    width: auto !important;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom: 30px;
}

.abt-ser::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #747474;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transition: .5s ease-out;
}

.abt-ser:hover::after {
    transform: scaleX(1);
    border-bottom: 3px solid var(--red);
}

.abt-ser:hover::after {
    width: 100%;
}

.fct-col:hover img {
    transform: scale(1.06);
}

.ch-pmb p {
    margin-bottom: 15px;
}

.ch-hmb h2 {
    margin-bottom: 25px;
}

.ser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 25px;
    border-top: 1px solid #ccc;
    gap: 0px 40px;
    border-bottom: 1px solid #cccc;
    padding-bottom: 20px;
}

.ser-cnt p {
    margin: 20px 0 30px;
}

.ser-cnt .hh2 {
    margin-top: 0;
    display: block;
}

.ser-grid .ser-col:nth-child(1) {
    border-left: 0;
    padding-left: 0;
    position: relative;
}

.ser-grid .ser-col:nth-child(2) {
    border-left: 0;
    position: relative;
}

.ser-grid .ser-col:nth-child(3) {
    border-left: 0;
    padding-right: 0;
    position: relative;
}

.ser-grid .ser-col img {
    width: auto;
}

.ser-grid>.ser-col:nth-child(1)::after {
    content: '';
    right: 0;
    height: 94.6%;
    position: absolute;
    display: inline-block;
    top: 0;
}

.ser-grid>.ser-col:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 103%;
    display: flex;
    background: #ccc;
    left: -20px;
    top: -25px;
}

.ser-grid>.ser-col:nth-child(2)::after {
    content: '';
    position: absolute;
    width: 1px;
    top: -25px;
    height: 103%;
    display: flex;
    background: #ccc;
    right: -20px;
}

.read-mr {
    display: none;
}

.excont {
    display: block;
}

.com-ext {
    position: relative;
}

.com-ext a {
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 17l5-5m0 0l-5-5"%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
}

.ser-cnt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* chain hoists ends */

/* eseries starts */

.eseries-banner {
    background-image: url(../index.html);
}

/* eseries ends */

/* Dseries starts */

.op-grid2 {
    grid-template-columns: repeat(2, 1fr);
}

.dmap-item1 {
    top: 36%;
    left: 43%;
}

.dmap-item2 {
    top: 50%;
    left: 37%;
}

.dmap-item11 {
    left: 44%;
    top: 56%;
}

.dmap-item10 {
    left: 50%;
    top: 67%;
}

.dmap-item9 {
    left: 55%;
    top: 49%;
}

.dmap-item8 {
    top: 75%;
    left: 54%;
}

.dmap-item7 {
    left: 52%;
    top: 42%;
}

.dmap-item6 {
    top: 22%;
    left: 50%;
}

.dmap-item5 {
    left: 47%;
    top: 19%;
}

.dmap-item4 {
    left: 55%;
    top: 28%;
}

.dmap-item3 {
    left: 55.5%;
    top: 37%;
}

.dmap-item12 {
    left: 50%;
    top: 57%;
}

/* Dseries ends */

/* Twin hook starts */

.op-grid2 {
    grid-template-columns: repeat(2, 1fr);
}

.twin-spectable td {
    border: 1px solid #a8a7a761 !important;
}

.stn {
    : #fff !important;
    font-weight: 400 !important;
}

.thkmap-item10 {
    top: 39%;
    left: 34%;
}

.thkmap-item9 {
    top: 31%;
    left: 58%;
}

.thkmap-item8 {
    top: 54%;
    left: 27%;
}

.thkmap-item7 {
    left: 65%;
    top: 34%;
}

.thkmap-item6 {
    left: 27%;
    top: 44%;
}

.thkmap-item5 {
    top: 30%;
    left: 63%;
}

.thkmap-item4 {
    top: 57%;
    left: 57%;
}

.thkmap-item3 {
    left: 59%;
    top: 23%;
}

.thkmap-item2 {
    left: 51%;
    top: 67%;
}

.thkmap-item1 {
    top: 63%;
    left: 54%;
}

/* Twin hook ends */

/* wire rope hoists starts */

.abtlogo-grd {
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    display: grid;
    margin-bottom: 30px;
}

.abt-logo {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fafafa;
}

.abtlogo-grd img {
    display: flex;
}

.pt0 {
    padding-top: 0;
}

.grey-bg {
    background-color: #f3f3f3;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px;
    gap: 60px 80px;
    justify-content: space-between;
}

.fct-col h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 2px solid #E81218;
    padding-bottom: 15px;
}

.fct-col img {
    margin-bottom: 15px;
    transition: .3s linear;
}

.abt-ser p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}

.abtser-r {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.abt-ser {
    background-color: #f3f3f3;
    padding: 50px;
    border-bottom: 3px solid #747474;
    position: relative;
}

.certificate .owl-dots,
.ser-slider .owl-dots,
.fac-slider .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infra p {
    margin: 25px 0;
}

.hr-line {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}

.certificate .owl-item img {
    width: auto !important;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom: 30px;
}

.abt-ser::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #747474;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transition: .5s ease-out;
}

.abt-ser:hover::after {
    transform: scaleX(1);
    border-bottom: 3px solid var(--red);
}

.abt-ser:hover::after {
    width: 100%;
}

.fct-col:hover img {
    transform: scale(1.06);
}

/* wire rope hoists ends */

/* single grinder monorial hoist starts */

.twin-spectable td {
    border: 1px solid #a8a7a761 !important;
}

.stn {
    background: #fff !important;
    font-weight: 400 !important;
}

.fs-list .lgrid2 {
    grid-template-columns: repeat(1, 1fr);
}

.fs-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.op-g2 {
    grid-template-columns: repeat(2, 1fr);
}

.sgmh-banner {
    background-image: url(../index.html);
}

/* single grinder monorial hoist ends */

/* stright trolley starts */

.st-banner {
    background-image: url(../index.html);
}

/* stright trolley ends */

/* carb hoists starts */

.pro tr td:first-child {
    background: transparent;
    font-weight: normal;
}

.dgc-hoist .map-item2 {
    top: 30%;
    left: 43%;
}

.dgc-hoist .map-item3 {
    top: 35%;
    left: 45%;
}

.dgc-hoist .map-item4 {
    top: 66%;
    left: 49%;
}

.dgc-hoist .map-item5 {
    top: 77%;
    left: 50%;
}

.dgc-hoist .map-item6 {
    top: 25%;
    left: 37%;
}

.dgc-hoist .map-item7 {
    top: 28%;
    left: 47%;
}

.dgc-hoist .map-item9 {
    top: 32%;
    left: 60%;
}

.dgc-hoist .map-item10 {
    top: 28%;
    left: 56%;
}

.dgc-hoist .map-item11 {
    top: 38%;
    left: 36%;
}

.dgc-hoist .map-item1 {
    left: 49.5%;
}

.bg-trans {
    background: transparent !important;
    font-weight: 400 !important;
}

/* carb hoists ends */

/* dual crab hoists starts */

.twin-spectable td {
    border: 1px solid #a8a7a761 !important;
}

.stn {
    background: #fff !important;
    font-weight: 400 !important;
}

.fs-list .lgrid2 {
    grid-template-columns: repeat(1, 1fr);
}

.fs-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.op-g2 {
    grid-template-columns: repeat(2, 1fr);
}

.hoist-col1 {
    grid-template-columns: repeat(4, 1fr);
}

.pro tr td:first-child {
    background: transparent;
    font-weight: normal;
}

/* dual crab hoists ends */

/* fixed hoists starts */

/*Features*/

.fs-list .lgrid2 {
    grid-template-columns: repeat(1, 1fr);
}

.fs-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/*Technology*/

.op-grid2 {
    grid-template-columns: repeat(2, 1fr);
}

.twin-spectable td {
    border: 1px solid #a8a7a761 !important;
}

.stn {
    background: #fff !important;
    font-weight: 400 !important;
}

.-item8 {
    top: 41%;
    left: 62%;
}

.fhmap-item7 {
    top: 25%;
    left: 56%;
}

.fhmap-item6 {
    top: 35%;
    left: 37%;
}

.fhmap-item5 {
    top: 87%;
    left: 52%;
}

.fhmap-item4 {
    left: 56%;
    top: 65%;
}

.fhmap-item3 {
    left: 52%;
    top: 21%;
}

.fhmap-item2 {
    top: 27%;
    left: 48%;
}

.fhmap-item8 {
    left: 60%;
    top: 43%;
}

.fhmap-item1 {
    top: 8%;
    left: 48%;
}

.fhmap-popup {
    top: -122px;
}

.fhmap-popup:before {
    top: 83%;
}

.fhmap-item10 {
    top: 26%;
    left: 35%;
}

.fhmap-item9 {
    top: 58%;
    left: 41%;
}

.fh-banner {
    background-image: url(../index.html);
}

/* fixed hoists ends */

/* light crane hoists starts */

.abtlogo-grd {
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    display: grid;
    margin-bottom: 30px;
}

.abt-logo {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fafafa;
}

.abtlogo-grd img {
    display: flex;
}

.pt0 {
    padding-top: 0;
}

.grey-bg {
    background-color: #f3f3f3;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px;
    gap: 60px 80px;
    justify-content: space-between;
}

.fct-col h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 2px solid #E81218;
    padding-bottom: 15px;
}

.fct-col img {
    margin-bottom: 15px;
    transition: .3s linear;
}

.abt-ser p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}

.abtser-r {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.abt-ser {
    background-color: #f3f3f3;
    padding: 50px;
    border-bottom: 3px solid #747474;
    position: relative;
}

.certificate .owl-dots,
.ser-slider .owl-dots,
.fac-slider .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infra p {
    margin: 25px 0;
}

.hr-line {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}

.certificate .owl-item img {
    width: auto !important;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom: 30px;
}

.abt-ser::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #747474;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transition: .5s ease-out;
}

.abt-ser:hover::after {
    transform: scaleX(1);
    border-bottom: 3px solid var(--red);
}

.abt-ser:hover::after {
    width: 100%;
}

.fct-col:hover img {
    transform: scale(1.06);
}

/* light crane hoists ends */

/* trolley starts */

.lcs-col:hover img,
.tr-col:hover img {
    transform: scale(1.05);
}

.trolley-banner {
    background-image: url(../index.html);
}

.tr-col h3 {
    text-align: center;
    margin-top: 15px;
}

.tr-col>div {
    background-color: #f1f1f1;
}

.trolley-slider .owl-dots {
    text-align: center;
}

/* trolley ends */

/* suspension starts */

..prod-slider .owl-item img {
    width: auto !important;
}

.lcs-col,
.lcs-col img,
.tr-col img,
.tlist-img img {
    transition: .3s linear;
}

.lcs-col:hover img,
.tr-col:hover img,
.t-item:hover img {
    transform: scale(1.05);
}

.tr-col h3 {
    text-align: center;
    margin-top: 15px;
}

.tr-col>div {
    background-color: #f1f1f1;
}

.trolley-slider .owl-dots {
    text-align: center;
}

.tlist-img img {
    mix-blend-mode: multiply;
}

.tlist-img {
    background: #f1f1f1;
}

.tlist h3 {
    margin-top: 15px;
}

.tlist-hed h3 {
    margin-top: 15px;
}

.tlist-hed p {
    margin-top: 10px;
}

/* suspension ends */

/* low headroom system starts */

.lcs-col:hover img {
    transform: scale(1.05);
}

.t-item {
    display: flex;
    flex-direction: column;
}

.hr-system .op-grid {
    grid-template-columns: repeat(3, 1fr);
}

.hr-system .lcs-col {
    display: flex;
    flex-direction: column;
}

/* low headroom system ends */

/* powerdrain system starts */

.lcs-col:hover img {
    transform: scale(1.05);
}

.t-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tlist-hed {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.tlist-hed h2 {
    text-align: center;
}

.p-sys .lcs-col .my3 {
    margin: 25px 0;
}

.p-sys .lcs-col:hover {
    background-color: transparent;
}

/* powerdrain system ends */

/* crane kits starts */

.abtlogo-grd {
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    display: grid;
    margin-bottom: 30px;
}

.abt-logo {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fafafa;
}

.abtlogo-grd img {
    display: flex;
}

.pt0 {
    padding-top: 0;
}

.grey-bg {
    background-color: #f3f3f3;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px;
    gap: 60px 80px;
    justify-content: space-between;
}

.fct-col h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 2px solid #E81218;
    padding-bottom: 15px;
}

.fct-col img {
    margin-bottom: 15px;
    transition: .3s linear;
}

.abt-ser p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}

.abtser-r {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.abt-ser {
    background-color: #f3f3f3;
    padding: 50px;
    border-bottom: 3px solid #747474;
    position: relative;
}

.certificate .owl-dots,
.ser-slider .owl-dots,
.fac-slider .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infra p {
    margin: 25px 0;
}

.hr-line {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}

.certificate .owl-item img {
    width: auto !important;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom: 30px;
}

.abt-ser::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #747474;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transition: .5s ease-out;
}

.abt-ser:hover::after {
    transform: scaleX(1);
    border-bottom: 3px solid var(--red);
}

.abt-ser:hover::after {
    width: 100%;
}

.fct-col:hover img {
    transform: scale(1.06);
}

.crane-banner {
    background-image: url(../index.html);
}

.webkit-block {
    display: block !important;
}

/* crane kits ends */

/* wheel block starts */

.cen {
    text-align: center;
}

.column {
    display: flex;
    flex-direction: column;
}

.e-img {
    text-align: center;
}

.ssr1 {
    display: flex;
}

.ssr2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lh {
    line-height: 60px;
}

/* wheel block ends */

/* about us starts */

.abtlogo-grd {
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    display: grid;
    margin-bottom: 30px;
}

.abt-logo {
    justify-content: center;
    align-items: center;
    display: grid;
    background: #fafafa;
    flex-direction: column;
    background: linear-gradient(to bottom, #FAFAFA 50%, #F4F4F4 50%)
}

.abtlogo-grd img {
    display: flex;
    margin: 0px auto;
}

.pt0 {
    padding-top: 0;
}

.grey-bg {
    background-color: #f3f3f3;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px;
    gap: 60px 80px;
    justify-content: space-between;
}

.fct-col h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 2px solid #E81218;
    padding-bottom: 15px;
}

.fct-col img {
    margin-bottom: 15px;
    transition: .3s linear;
}

.abt-ser p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}

.abtser-r {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.abt-ser {
    background-color: #f3f3f3;
    padding: 50px;
    border-bottom: 3px solid #747474;
    position: relative;
}

.certificate .owl-dots,
.ser-slider .owl-dots,
.fac-slider .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infra p {
    margin: 25px 0;
}

.hr-line {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}

.certificate .owl-item img {
    width: auto !important;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom: 30px;
}

.abt-ser::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #747474;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transition: .5s ease-out;
}

.abt-ser:hover::after {
    transform: scaleX(1);
    border-bottom: 3px solid var(--red);
}

.abt-ser:hover::after {
    width: 100%;
}

.fct-col:hover img {
    transform: scale(1.06);
}

.abtlogo-grd .grey {
    background: #E9E9E9;
    display: flex;
}

.img100 {
    width: 100%;
}

/* about us ends */

/* service desk starts */

.in-lf {
    display: flex;
    flex-direction: column;
}

.in-lf label {
    margin-bottom: 15px;
}

.cd-hed {
    margin: 50px 0px 20px 0px;
}

/* service desk ends */

/* dealer starts */

.dealer-rht {
    width: 100%;
    text-align: center;
}

.dealer-map-div {
    float: none;
    display: inline-block;
    padding: 0;
    position: relative;
}

.pop-cont {
    display: none;
    position: absolute;
    background: #ea393f;
    bottom: 100%;
    right: -190px;
    width: 400px;
    margin-bottom: 15px;
    z-index: 99;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0 0;
}

.pop-cont:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ea393f;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
}

.pop-in {
    float: left;
    width: 100%;
    text-align: left;
    padding: 30px;
}

a.pop-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
}

.dealer-map-div img {
    width: 75%;
}

.dealer-map-div .pop-close {
    filter: invert(1)
}

.map-list .pop-in h2 {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
}

.map-list a {
    color: #fff;
}

.map-list .pop-in p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.img-div img {
    width: 26px;
}

ul.map-list li.map1 {
    position: absolute;
    top: 25.7%;
    left: 78.9%;
}

ul.map-list li.map2 {
    position: absolute;
    top: 30.5%;
    left: 75%;
}

ul.map-list li.map3 {
    position: absolute;
    top: 37%;
    left: 57%;
}

ul.map-list li.map4 {
    position: absolute;
    top: 51%;
    left: 48%;
}

ul.map-list li.map5 {
    position: absolute;
    top: 38.5%;
    left: 88.5%;
}

ul.map-list li.map5 {
    position: absolute;
    top: 37.5%;
    left: 78%
}

ul.map-list li.map6 {
    position: absolute;
    top: 34.5%;
    left: 71%
}

ul.map-list li.map7 {
    position: absolute;
    top: 42%;
    left: 75.5%
}

ul.map-list li.map8 {
    position: absolute;
    top: 31.3%;
    left: 78.3%
}

ul.map-list li.map9 {
    position: absolute;
    top: 54.5%;
    left: 57%
}

ul.map-list li.map10 {
    position: absolute;
    top: 29.6%;
    left: 63.5%;
}

ul.map-list li.map11 {
    position: absolute;
    top: 42.3%;
    left: 72.5%
}

ul.map-list li.map12 {
    position: absolute;
    top: 46%;
    left: 63%
}

ul.map-list li.map13 {
    position: absolute;
    top: 44.3%;
    left: 55.5%
}

ul.map-list li.map14 {
    position: absolute;
    top: 46%;
    left: 37%
}

ul.map-list li.map15 {
    position: absolute;
    top: 58%;
    left: 32%
}

ul.map-list li.map16 {
    position: absolute;
    top: 61%;
    left: 23.5%
}

ul.map-list li.map17 {
    position: absolute;
    top: 29%;
    left: 39.2%
}

ul.map-list li.map18 {
    position: absolute;
    top: 21%;
    left: 40%
}

ul.map-list li.map19 {
    position: absolute;
    top: 33.5%;
    left: 25%
}

ul.map-list li.map20 {
    position: absolute;
    top: 27.1%;
    left: 32.9%
}

ul.map-list li.map21 {
    position: absolute;
    top: 24.4%;
    left: 31.5%
}

ul.map-list li.map22 {
    position: absolute;
    top: 17.2%;
    left: 36%
}

ul.map-list li.map23 {
    position: absolute;
    top: 7.4%;
    left: 34%
}

ul.map-list li.map24 {
    position: absolute;
    top: 73.5%;
    left: 40.3%
}

ul.map-list li.map25 {
    position: absolute;
    top: 88.2%;
    left: 40.4%
}

ul.map-list li.map26 {
    position: absolute;
    top: 61.5%;
    left: 39.3%
}

ul.map-list li.map27 {
    position: absolute;
    top: 81.5%;
    left: 41.7%
}

ul.map-list li.map28 {
    position: absolute;
    top: 45.2%;
    left: 21.4%
}

ul.map-list li.map29 {
    position: absolute;
    top: 17.5%;
    left: 31%
}

ul.map-list li.map30 {
    position: absolute;
    top: 69%;
    left: 25.5%
}

ul.map-list li.map31 {
    position: absolute;
    top: 75%;
    left: 30%
}

ul.map-list li.map32 {
    position: absolute;
    top: 90.4%;
    left: 32.5%
}

ul.map-list li.map33 {
    position: absolute;
    top: 88.2%;
    left: 36.2%
}

ul.map-list li.map34 {
    position: absolute;
    top: 21%;
    left: 33%
}

#dealer {
    width: auto;
    padding-right: 100px;
    margin-bottom: 70px;
}

/* dealer ends */

/* hoists starts */

.c-grid {
    display: grid;
    grid-template-columns: 35% 60%;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 50px;
}

.abtlogo-grd {
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    display: grid;
    margin-bottom: 30px;
}

.abt-logo {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fafafa;
}

.abtlogo-grd img {
    display: flex;
}

.pt0 {
    padding-top: 0;
}

.grey-bg {
    background-color: #f3f3f3;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px;
    gap: 60px 80px;
    justify-content: space-between;
}

.fct-col h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 2px solid #E81218;
    padding-bottom: 15px;
}

.fct-col img {
    margin-bottom: 15px;
    transition: .3s linear;
}

.abt-ser p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}

.abtser-r {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.abt-ser {
    background-color: #f3f3f3;
    padding: 50px;
    border-bottom: 3px solid #747474;
    position: relative;
}

.certificate .owl-dots,
.ser-slider .owl-dots,
.fac-slider .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.infra p {
    margin: 25px 0;
}

.hr-line {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}

.certificate .owl-item img {
    width: auto !important;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom: 30px;
}

.abt-ser::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #747474;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transition: .5s ease-out;
}

.abt-ser:hover::after {
    transform: scaleX(1);
    border-bottom: 3px solid var(--red);
}

.abt-ser:hover::after {
    width: 100%;
}

.mb3 {
    margin-bottom: 30px;
}

.fct-col:hover img {
    transform: scale(1.06);
}

.ch-pmb p {
    margin-bottom: 15px;
}

.ch-hmb h2 {
    margin-bottom: 25px;
}

.ser-cnt p {
    margin: 20px 0 30px;
}

.ser-cnt .hh2 {
    margin-top: 0;
    display: block;
}

.ser-grid .ser-col:nth-child(1) {
    border-left: 0;
    padding-left: 0;
    position: relative;
}

.ser-grid .ser-col:nth-child(2) {
    border-left: 0;
    position: relative;
}

.ser-grid .ser-col:nth-child(3) {
    border-left: 0;
    padding-right: 0;
    position: relative;
}

.ser-grid .ser-col img {
    width: auto;
}

.ser-grid .ser-col:nth-child(1)::after {
    content: '';
    right: 0;
    height: 94.6%;
    position: absolute;
    display: inline-block;
    top: 0;
}

.ser-grid .ser-col:nth-child(2)::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 103%;
    display: flex;
    background: #ccc;
    left: -20px;
    top: -25px;
}

.fx-pos .ser-col:nth-child(2)::before,
.fx-pos .ser-col:nth-child(2)::after {
    width: 0;
}

.fx-pos .ser-col:nth-child(2)::after {
    display: none !important;
}

.ser-grid .ser-col:nth-child(2)::after {
    content: '';
    position: absolute;
    width: 1px;
    top: -25px;
    height: 103%;
    display: flex;
    background: #ccc;
    right: -20px;
}

.read-mr {
    display: none;
}

.excont {
    display: block;
}

.com-ext {
    position: relative;
}

.com-ext a {
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 17l5-5m0 0l-5-5"%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
}

.ser-cnt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ch-banner {
    background-image: chain-hoist-banner.webp !important;
}

/* hoists ends */

/* rail */

.rail-banner {
    background-image: url(../index.html);
}

/* rail */

/* case study starts */

.c-grid {
    display: grid;
    grid-template-columns: 35% 60%;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 50px;
}

.abtlogo-grd {
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    display: grid;
    margin-bottom: 30px;
}

.abt-logo {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fafafa;
}

.abtlogo-grd img {
    display: flex;
}

.pt0 {
    padding-top: 0;
}

.grey-bg {
    background-color: #f3f3f3;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px;
    gap: 60px 80px;
    justify-content: space-between;
}

.fct-col h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 2px solid #E81218;
    padding-bottom: 15px;
}

.fct-col img {
    margin-bottom: 15px;
    transition: .3s linear;
}

.abt-ser p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}

/*.abtbanner1 {
    background:url(images/sub-banner-img/about-subbanner.jpg)no-repeat !important;
    background-position: top center !important;
}*/
.abtser-r {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.abt-ser {
    background-color: #f3f3f3;
    padding: 50px;
    border-bottom: 3px solid #747474;
    position: relative;
}

.certificate .owl-dots,
.ser-slider .owl-dots,
.fac-slider .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.infra p {
    margin: 25px 0;
}

.hr-line {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}

.certificate .owl-item img {
    width: auto !important;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    margin-bottom: 30px;
}

.abt-ser::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #747474;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transition: .5s ease-out;
}

.abt-ser:hover::after {
    transform: scaleX(1);
    border-bottom: 3px solid var(--red);
}

.abt-ser:hover::after {
    width: 100%;
}

.mb3 {
    margin-bottom: 30px;
}

.fct-col:hover img {
    transform: scale(1.06);
}

.ch-pmb p {
    margin-bottom: 15px;
}

.ch-hmb h2 {
    margin-bottom: 25px;
}

.ser-cnt p {
    margin: 20px 0 30px;
}

.read-mr {
    display: none;
}

.excont {
    display: block;
}

.com-ext {
    position: relative;
}

.com-ext a {
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 17l5-5m0 0l-5-5"%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
}

.ser-cnt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ch-banner {
    background-image: chain-hoist-banner.webp !important;
}

/* case study ends */

/* ltpanel starts  */

.imgzoom {
    cursor: auto;
}

.ssr {
    justify-content: space-around;
}

.prod-slider .owl-dots {
    text-align: center;
}

.img-grid {
    display: grid;
    grid-template-columns: 35% 60%;
    gap: 0px;
    align-items: center;
}

.lt-banner {
    background-image: url(../index.html);
}

.pt0 {
    padding-top: 0 !important;
}

.mb2 {
    margin-bottom: 20px;
}

.scrtabs-bootstrap4 {
    position: relative;
}

.scrtabs-tab-container * {
    box-sizing: border-box;
    border: none;
}

.scrtabs-tab-container {
    height: 60px;
    margin-top: 50px;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
    color: #ddd;
    cursor: default;
}

.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
    cursor: default;
}

.scrtabs-tab-scroll-arrow-left,
.scrtabs-tab-scroll-arrow-right {
    position: absolute;
    left: 0;
    z-index: 9;
    align-items: center;
    justify-content: center;
}

.scrtabs-tab-scroll-arrow-left {
    text-align: right;
    width: 25px;
}

.scrtabs-tab-scroll-arrow {
    color: var(--theme-light-text-color);
    padding: 0;
    border: none;
    line-height: 2;
}

.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
    cursor: pointer;
}

.scrtabs-tab-scroll-arrow {
    color: #428bca;
    float: left;
    font-size: 12px;
    margin-bottom: -3px;
    padding-left: -3px;
    padding-top: 25px;
}

.scrtabs-tab-scroll-arrow button {
    width: 30px;
    height: 35px;
    background: #e9e9e9;
    position: relative;
    top: 30%;
    transform: translateY(-80%);
}

.scrtabs-disable i {
    color: transparent;
}

.scrtabs-tabs-fixed-container {
    width: 100% !important;
    float: left;
    height: 60px;
    overflow: hidden;
    width: 100%;
}

.scrtabs-tabs-movable-container {
    position: relative;
    width: 100% !important;
}

.scrtabs-bootstrap4 ul {
    justify-content: space-between;
    width: 100%;
}

/*.tabspace-five {
    grid-template-columns: repeat(5, 1fr);
}
*/
/*.tabspace {
    display: grid;
    grid-template-columns: 18% 18% 18% 23% 23%;
}*/

.scrtabs-tabs-fixed-container ul.nav-tabs>li {
    white-space: nowrap;
}

.tabspace-five a {
    text-transform: capitalize;
    gap: 0px 10px;
}

.tabspace a {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    color: #373737;
}

.scrtabs-bootstrap4 a {
    display: flex;
    justify-content: center;
    gap: 0px 25px;
}

.tabspace a::before {
    content: '';
    position: absolute;
    background: #b7b7b73d;
    width: 100%;
    height: 2px;
    bottom: -10px;
    left: 0;
}

.tabspace img {
    width: auto !important;
    height: auto;
    object-fit: contain;
}

.scrtabs-bootstrap4 img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-bottom: 5px;
}

tabspace a:hover::after,
.tabspace a.active::after {
    width: 100%;
}

.tabspace a::after {
    content: '';
    position: absolute;
    background: #e81218;
    width: 0px;
    height: 0px;
    bottom: -10px;
    left: 0;
    transition: all 0.3s ease;
}

.tabspace-five a {
    text-transform: capitalize;
    gap: 0px 10px;
}

.tabspace a {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    color: #373737;
}

.scrtabs-bootstrap4 a {
    display: flex;
    justify-content: center;
    gap: 0px 25px;
}

.scrtabs-tabs-fixed-container ul.nav-tabs>li {
    white-space: nowrap;
}

.scrtabs-bootstrap4 ul {
    justify-content: space-between;
    width: 100%;
}

/*.tabspace-five {
    grid-template-columns: repeat(5, 1fr);
}
*/
.tabspace {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}

.scrtabs-tabs-movable-container {
    position: relative;
    width: 100% !important;
}

.scrtabs-tab-container * {
    box-sizing: border-box;
}

.scrtabs-tabs-fixed-container {
    width: 100% !important;
    float: left;
    height: 60px;
    overflow: hidden;
    width: 100%;
}

.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
    cursor: default;
}

.scrtabs-tab-scroll-arrow-right {
    right: 0;
    left: auto;
}

.tab-content>.active {
    display: block;
}

.fade {
    transition: opacity .15s linear;
}

.trow {
    margin-top: 60px;
}

.spage .cmrow {
    grid-template-columns: 35% 60%;
}

.cmrow {
    position: relative;
}

.cmrow {
    display: grid;
    grid-template-columns: 45% 45%;
    align-items: center;
    justify-content: space-between;
}

.cmrow .cmr1:first-child {
    text-align: center;
    display: inline-flex;
    justify-content: center;
}

.optical-clients img,
.labimg img,
.ph-col img {
    transition: all 0.3s ease;
    border-radius: 15px;
}

.mb2 {
    margin-bottom: 20px;
}

.mt2 {
    margin-top: 20px;
}

ul {
    list-style-type: none;
}

.mdi-chevron-left::before {
    filter: invert(1);
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="26" height="26" preserveAspectRatio="xMidYMid meet" viewBox="0 0 40 40"%3E%3Cpath fill="white" d="M24.96 32.601L12.371 19.997l.088-.088l12.507-12.52a.661.661 0 0 0-.01-.921a.645.645 0 0 0-.458-.182a.653.653 0 0 0-.465.186l-13.004 13.02a.63.63 0 0 0-.176.49a.656.656 0 0 0 .18.523l13.014 13.031c.244.23.659.233.921-.02a.658.658 0 0 0-.008-.915z"%2F%3E%3C%2Fsvg%3E');
}

.mdi-chevron-right::before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="26" height="26" preserveAspectRatio="xMidYMid meet" viewBox="0 0 40 40"%3E%3Cg transform="rotate(180 20 20)"%3E%3Cpath fill="white" d="M24.96 32.601L12.371 19.997l.088-.088l12.507-12.52a.661.661 0 0 0-.01-.921a.645.645 0 0 0-.458-.182a.653.653 0 0 0-.465.186l-13.004 13.02a.63.63 0 0 0-.176.49a.656.656 0 0 0 .18.523l13.014 13.031c.244.23.659.233.921-.02a.658.658 0 0 0-.008-.915z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    filter: invert(1);
    border: none;
}

.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow.scrtabs-disable {
    background: transparent;
}

.scrtabs-tab-scroll-arrow button:hover {
    background: var(--red);
}

.scrtabs-tab-scroll-arrow button:hover i {
    filter: invert(1);
}

@media (max-width: 1660px)@media (max-width: 1100px) {
    .tabspace-ph li,
    .tabspace-five li {
        padding: 0 5px;
    }
}

@media (max-width: 1199px) .scrtabs-tabs-movable-container {
    border-bottom: 0px;
}

.tabspace li a {
    padding: 0px 20px 0px 37px !important;
}

}

@media (min-width: 1100px) {
    .scrtabs-tab-scroll-arrow-left,
    .scrtabs-tab-scroll-arrow-right {
        display: none !important;
    }
    .tabspace a {
        padding: 0px 20px;
    }
    .scrtabs-tab-scroll-arrow button {
        top: 60%;
    }
    .scrtabs-tabs-fixed-container {
        border-bottom: 1px solid #b7b7b73d;
        height: 60px;
        overflow: visible;
        line-height: 60px;
    }
}

@media (max-width: 768px) {
    .scrtabs-tabs-fixed-container,
    .scrtabs-tab-container {
        height: 60px;
    }
    .tabspace {
        border-bottom: 0px solid #979797;
    }
    .spage .cmrow {
        display: grid;
        grid-template-columns: 100% !important;
    }
    .scrtabs-tabs-fixed-container,
    .scrtabs-tab-container {
        height: 60px;
    }
    .tabspace li a {
        padding: 0px 20px 0px 50px !important;
    }
}

@media (max-width: 480px) {
    .lt-img img {
        height: 200px;
    }
    .tabspace li a {
        padding: 0px 20px 0px 50px;
    }
    .scrtabs-tabs-movable-container .tabspace-five a,
    .tabspace-ph a,
    .tabspace-four a {
        flex-wrap: nowrap !important;
    }
    .tabspace a {
        flex-wrap: wrap;
    }
    .shape5 .scrtabs-tabs-fixed-container,
    .scrtabs-tab-container {
        height: 45px;
    }
    .scrtabs-tabs-fixed-container,
    .scrtabs-tab-container {
        height: 65px;
    }
    .scrtabs-arrow-btn {
        height: 45px;
        width: 30px;
    }
    .shape5 .scrtabs-tabs-fixed-container,
    .scrtabs-tab-container {
        height: 45px;
    }
    .scrtabs-tabs-fixed-container,
    .scrtabs-tab-container {
        height: 65px;
    }
}

@media (max-width: 1199px) {
    @media (max-width: 480px) {
        .pspace, .py-8 {
            padding: 41px 22px!important;
        }
    }

/* ltpanel ends */

.prod-slider .owl-item img {
    margin: auto;
}

.imgpad img {
    padding: 30px !important;
}

.fx-pos .ser-grid .ser-col:nth-child(2)::after {
    display: none;
}

/* resposnsive starts */

@media (max-width: 1816px) {
    .fct-col h3 {
        height: 70px;
    }
}

@media(max-width:1650px) {
    .dgc-hoist .map-item6 {
        left: 34%;
    }
    .dgc-hoist .map-item2 {
        left: 40%;
    }
    .dgc-hoist .map-item11 {
        left: 32%;
    }
    .dgc-hoist .map-item1 {
        left: 28%;
    }
    .dgc-hoist .map-item10 {
        top: 28%;
        left: 58%;
    }
    .dgc-hoist .map-item9 {
        top: 35%;
        left: 62%;
    }
    .dgc-hoist .map-item1 {
        left: 49%;
    }
    .fhmap-item10 {
        left: 32%;
    }
    .thkmap-item8 {
        left: 22%;
    }
    .thkmap-item6 {
        left: 23%;
    }
    .thkmap-item5 {
        left: 66%;
    }
    .thkmap-item7 {
        left: 67%;
    }
}

@media (max-width: 1600px) {
    .dmap-item8 {
        left: 55%;
    }
    .dmap-item2 {
        left: 33%;
    }
    .dmap-item3 {
        left: 57.5%;
    }
    .dmap-item4 {
        left: 56%;
    }
}

@media (max-width: 1500px) {
    .facts-grid {
        gap: 80px 60px;
    }
    .fhmap-item6 {
        left: 33%;
    }
    .fhmap-item4 {
        left: 58%;
    }
    .prod-slider .owl-dots {
        text-align: center;
    }
    .scrtabs-bootstrap4 .tabspace-five li:first-child a {
        padding: 0px 10px 0px 40px !important;
    }
    .thkmap-item6 {
        left: 18%;
    }
    .thkmap-item8 {
        left: 20%;
    }
    .thkmap-item10 {
        top: 38%;
        left: 27%;
    }
    .thkmap-item4 {
        left: 59%;
    }
    .thkmap-item1 {
        top: 61%;
        left: 56%;
    }
    .thkmap-item7 {
        left: 70%;
    }
    .thkmap-item5 {
        top: 29%;
        left: 68%;
    }
    .thkmap-item9 {
        left: 61%;
    }
    .thkmap-item3 {
        left: 63%;
    }
}

@media(max-width:1340px) {
    .dgc-hoist .map-item1 {
        left: 22%;
    }
    .dgc-hoist .map-item6 {
        left: 32%;
    }
    .dgc-hoist .map-item11 {
        left: 28%;
    }
    .dgc-hoist .map-item9 {
        top: 36%;
        left: 65%;
    }
    .dgc-hoist .map-item1 {
        left: 49%;
    }
}

@media (max-width: 1200px) {
    .facts-grid {
        padding: 80px;
    }
    .fct-col h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .ser-grid>.ser-col:nth-child(2)::before,
    .ser-grid>.ser-col:nth-child(2)::after {
        height: 104%;
    }
    .dgc-hoist .map-item6 {
        left: 29%;
    }
    .dgc-hoist .map-item10 {
        left: 60%;
    }
    .fhmap-item10 {
        left: 26%;
    }
    .fhmap-item6 {
        left: 29%;
    }
    .fhmap-item9 {
        left: 35%;
    }
    .fhmap-item7 {
        left: 59%;
    }
    .fhmap-item5 {
        left: 53%;
    }
    .fhmap-item8 {
        left: 68%;
    }
    .fhmap-item3 {
        left: 54%;
    }
    .fhmap-item2 {
        top: 26%;
        left: 46%;
    }
    .thkmap-item8 {
        left: 10%;
    }
    .thkmap-item6 {
        left: 11%;
    }
    .thkmap-item10 {
        left: 23%;
    }
    .thkmap-item7 {
        left: 75%;
    }
    .thkmap-item5 {
        left: 73%;
    }
    .thkmap-item3 {
        left: 67%;
    }
    .thkmap-item9 {
        left: 64%;
    }
}

@media(max-width:1100px) {
    .dgc-hoist .map-item9 {
        top: 33%;
        left: 66%;
    }
    .dgc-hoist .map-item11 {
        left: 25%;
    }
    .dgc-hoist .map-item2 {
        left: 36%;
    }
    .dgc-hoist .map-item3 {
        top: 35%;
        left: 42%;
    }
    .dgc-hoist .map-item1 {
        left: 16%;
    }
    .dgc-hoist .map-item7 {
        top: 27%;
        left: 44%;
    }
    .dgc-hoist .map-item1 {
        left: 49%;
    }
}

@media (max-width: 992px) {
    .c-grid,
    .abtlogo-grd {
        grid-template-columns: 100%;
        gap: 20px;
    }
    .abt-logo {
        padding: 30px 0;
    }
    .abtlogo-grd {
        gap: 0 !important;
        margin-bottom: 10px;
    }
    .facts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fct-col h3 {
        height: 70px;
    }
    .facts-grid {
        gap: 60px;
    }
    .infra {
        padding-bottom: 40px;
    }
    .abtser-r {
        gap: 40px;
    }
    .abt-ser {
        padding: 40px;
    }
    .ser-cnt p {
        margin: 20px 0 50px;
    }
    .ser-grid .ser-col:nth-child(2)::before,
    .ser-grid .ser-col:nth-child(2)::after {
        height: 105%;
    }
    .fhmap-item10 #marker10 {
        transform: translateY(0%);
    }
    .tlist-hed h2 {
        font-size: 18px;
    }
    .tlist-hed h2 {
        font-size: 18px;
    }
    .p-sys .lcs-col .pd-sys-hed {
        align-self: start;
    }
    .p-sys .lcs-col {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .abtlogo-grd {
        grid-template-columns: 40% 60%;
    }
    .abt-logo img {
        width: 50%;
    }
    .lt-img .ssimg {
        padding: 0 0 30px !important;
    }
    .scroll-card-body .trow {
        margin-top: 0px;
    }
    .owl-carousel .owl-item img .technology-img {
        display: none !important;
    }
}

@media (max-width:900px) {
    .img-div img {
        width: 22px;
    }
}

@media (max-width: 767px) {
    .hr-line {
        padding-bottom: 40px;
    }
    .facts-grid {
        padding: 60px;
    }
    .ch2 {
        font-size: 34px;
        line-height: 36px;
    }
    .mb3 {
        margin-bottom: 20px;
    }
    .abt-ser {
        padding: 30px;
    }
    .abt-logo img {
        width: 180px;
    }
    .owl-carousel .fct-col img {
        width: auto !important;
    }
    .ser-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
    .ser-grid .ser-col:nth-child(2)::after {
        width: 0;
    }
    .fx-pos .ch2 {
        top: -50px;
    }
    .fs-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .fs-col1 .mt-4 {
        margin-top: 25px;
    }
    .fs-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .fs-col1 .mt-4 {
        margin-top: 25px;
    }
    .in-lf label {
        margin-bottom: 10px;
    }
    .cd-hed {
        margin: 30px 0px 20px 0px;
    }
    ul.map-list li.map25 {
        left: 39.4%;
    }
    .scroll-card-body .trow {
        margin-top: 15px;
    }
    .lt-img {
        display: flex;
        justify-content: center;
    }
    .facts-grid {
        padding: 30px;
    }
    .fx-pos .ser-col {
        height: auto;
    }
}

@media (max-width:580px) {
    .excont {
        display: none;
    }
    .read-mr {
        display: block;
    }
    .com-ext {
        display: flex !important;
        align-items: baseline;
    }
    .img-div img {
        width: 18px;
    }
    ul.map-list li.map33 {
        left: 35.2%;
    }
    ul.map-list li.map25 {
        left: 38.4%;
    }
    ul.map-list li.map27 {
        position: absolute;
        top: 81.5%;
        left: 39.7%;
    }
    ul.map-list li.map9 {
        position: absolute;
        top: 54.5%;
        left: 54%;
    }
    ul.map-list li.map11 {
        position: absolute;
        top: 40.3%;
        left: 71%;
    }
    #dealer {
        padding-right: 20px;
        width: 100%;
    }
    .excont {
        display: none;
    }
    .read-mr {
        display: block;
    }
    .com-ext {
        display: flex !important;
        align-items: baseline;
    }
}

@media (max-width: 480px) {
    .facts-grid {
        padding: 40px;
    }
    .ser-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .ser-grid .ser-col:nth-child(2)::before {
        width: 0;
    }
    .ser-cnt p {
        margin: 20px 0 40px;
    }
    .submit input {
        width: auto !important;
        padding: 0.375rem 30px 0.375rem 30px;
    }
    .form-control {
        height: 50px;
    }
}