.main-menu__main-menu-box {
  padding-right: 30px;
}
@media screen and (max-width: 550px) {
  .main-menu__main-menu-box {
    padding-right: 20px;
  }
}

.lines-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.lines-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

.lines-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lines-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.custom-padding-page-one, .custom-insurance-details, .custom-product-details {
  padding: 30px 0px;
}

.custom-insurance-details__points-right {
  padding: 30px;
}

.custom-padding-page-one-bottom {
  padding-bottom: 30px;
}

.custom-services-one__container {
  padding-top: 60px;
}

.custom-padding-top {
  padding-top: 30px;
}

.custom-about-one {
  padding-top: 30px;
}
.custom-about-one.standalone {
  padding-bottom: 0px;
  padding-top: 0px;
}

.page-header + .custom-about-one {
  padding-top: 60px;
}
@media screen and (max-width: 550px) {
  .page-header + .custom-about-one {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1080px) {
  .custom-about-one__right {
    margin-top: 0px;
  }
}

.main-menu__logo img {
  position: relative;
  top: -5px;
}

.insurance-details__right p {
  margin-bottom: 15px;
}

.products-details-content {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .products-details-content {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.services-one__single:hover .service-one__img.custom::before {
  background: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  content: none;
}

.service-one__img {
  background: white;
}
.service-one__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 220px;
}

.custom-product-details__reveiw {
  padding-top: 0px;
  margin-top: 0px;
}

.custom-product-details__img {
  position: relative;
  max-height: 300px;
  min-height: 300px;
  height: 100%;
}
.custom-product-details__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.custom-description {
  padding-bottom: 30px;
}

.product-details__content p {
  margin-bottom: 15px;
}

.text-center {
  text-align: center;
  margin: auto;
}

.custom-about-one__right h2, .custom-about-one__right h3, .custom-about-one__right h4 {
  margin-bottom: 15px;
  margin-top: 30px;
}
.custom-about-one__right p {
  margin-bottom: 15px;
}

.custom-news-details__img {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.custom-news-details__img img {
  position: relative;
  left: 60px;
}
@media screen and (max-width: 1080px) {
  .custom-news-details__img img {
    max-width: 200px;
    position: static;
  }
}
@media screen and (max-width: 550px) {
  .custom-news-details__img img {
    max-width: 100px;
    position: static;
    margin-top: 30px;
  }
}