.ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .ipdg-company-list-content-wrapper
  .custom-element-logo {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 150px;
  height: 100px;
  object-fit: contain;
}

.ipdg-company-list-wrapper 
.ipdg-company-list-item-right 
.item-1 img.custom-element-logo {
    width: 170px;
}

.ipdg-company-list-wrapper 
.ipdg-company-list-item-right 
.item-3 img.custom-element-logo {
    width: 110px;
}

.ipdg-company-list-wrapper .ipdg-company-list-item-right .item-2 img.custom-element-logo {
    width: 110px;
    top: 30px;
    height: 85px;
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .ipdg-company-list-content-wrapper {
  position: relative;
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .ipdg-company-list-content-wrapper
  .ipdg-company-list-sub-content-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0px 20px 20px;
  flex-direction: column;
  color: #FFF;
}

.ipdg-company-list-item-left.col-lg-5 {
  padding: 0px 30px 0px 0px;
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-left
  .ipdg-company-list-item
  .custom-element-text {
  line-height: 90px;
  margin-left: 35px;
  font-family: "Poppins";
  font-size: 49px;
  font-weight: 300;
  text-align: left;
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-left
  .ipdg-company-list-item {
  border-radius: 100px;
  justify-content: space-between;
  cursor: pointer;
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-left
  .ipdg-company-list-item.row.active,
.ipdg-company-list-wrapper
  .ipdg-company-list-item-left
  .ipdg-company-list-item.row:hover {
/*   background-color: #14233f; */
  margin-top: 1px;
	  background-image: linear-gradient(95deg, #14233F 52%, #D23A2B 100%);
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-left
  .ipdg-company-list-item.row.active
  p,
.ipdg-company-list-wrapper
  .ipdg-company-list-item-left
  .ipdg-company-list-item.row:hover
  > p {
  color: #fff;
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-left
  .ipdg-company-list-item
  .custom-element-logo {
  object-fit: contain;
  height: 25px;
  margin-top: 33px;
  margin-right: 15px;
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-left
  .ipdg-company-list-item
  p,
.ipdg-company-list-wrapper
  .ipdg-company-list-item-left
  .ipdg-company-list-item
  img {
  padding: unset;
  margin: unset;
}

.ipdg-divider.col-lg-12 {
  border-bottom: 1px solid #d8d9d8;
/*   width: 90%;
  margin: 0 auto; */
	    width: 86%;
    margin: 0px auto -1px;
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .ipdg-company-list-content-wrapper:not(.active) {
  display: none;
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .ipdg-company-list-content-wrapper.active {
  display: block;
}

.ipdg-company-list-wrapper .ipdg-company-list-item-right .redirect-label {
  align-self: flex-start;
  text-align: left;
  width: auto;
  padding: 0px;
}

.ipdg-company-list-wrapper .ipdg-company-list-item-right .custom-element-image {
  z-index: -2;
  position: relative;
  border-radius: 20px;
  height: 500px;
  width: 100%;
  min-width: 100%;
  object-fit: cover;
}

.ipdg-company-list-wrapper .ipdg-company-list-item-right .image-overlay {
	border-radius: 20px;
    background-image: linear-gradient(
		90deg, 
		#0000008f 0%, 
		#0000001c 40%, 
		#0000001c 100%
	);
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .custom-element-logo-black {
    height: 20px;
    width: 25px;
    object-fit: contain;
    margin-top: 0px;
    padding: 0px;
    margin-left: 15px;
}

.ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .redirect-label-container.col-lg-6 {
  align-self: flex-start;
}

.elementor-widget-video.home-video-bg .e-hosted-video .elementor-video {
  height: 1000px;
}

.home-loop-container .elementor-loop-container {
  overflow-x: auto;
  overflow-y: hidden;
}

.home-irm-chart-widget .irmau-small-chart .quoteapi-chart {
  width: 70%;
  height: 275px;
  padding: 7px 13px 13px 32px;
  font-size: 11px;
  color: #2e2e2e;
}

.home-irm-table-widget .quoteapi-number.quoteapi-pct-change {
/*   font-size: 45px; */
  text-align: left;
  margin-top: 0px;
}

.home-irm-table-widget .quoteapi-number.quoteapi-price {
  width: 100%;
  margin: 0px;
/*   font-size: 45px; */
  text-align: left;
	white-space: nowrap;
}

.home-irm-chart-widget .irmau-small-chart .quoteapi-chart-panel {
  background: unset;
  height: 275px;
}

.home-newsletter form.wpcf7-form {
  display: flex;
  /* flex-wrap: nowrap; */
}

div::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}

div::-webkit-scrollbar {
  width: 1px;
  height: 10px;
  background-color: #ffff;
}

div::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(95deg, #14233f 52%, #d23a2b 100%);
  height: 20px;
}

.home-newsletter
  .wpcf7
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  border-bottom: unset;
  background-color: #d8d9d8;
  width: 100%;
  border-radius: 100px;
  height: 52px;
  margin-top: 20px;
}

.home-newsletter #wpcf7-f8-p2-o1 > form > div:nth-child(2) {
  width: 100%;
}

.home-newsletter .wpcf7 .wpcf7-submit {
  padding: unset;
  height: 52px;
  margin: 19px 0 0 -65px;
  display: block;
  z-index: 12;
  width: 225px;
}

.home-irm-table-widget .sc_button:last-child {
  padding: unset;
  font-size: 21.8px;
}

.wpcf7 .wpcf7-submit-style .wpcf7-submit {
  background-image: linear-gradient(
    95deg,
    #14233f 52%,
    #d23a2b 100%
  ) !important;
  background: linear-gradient(95deg, #14233f 52%, #d23a2b 100%) !important;
}

@media (max-width: 768px) {
  .ipdg-company-list-item-left {
    margin-bottom: 30px;
  }

  .ipdg-company-list-wrapper
    .ipdg-company-list-item-right
    .ipdg-company-list-content-wrapper
    .ipdg-company-list-sub-content-wrapper {
      padding: 0px 5px 5px;
  }

  .ipdg-company-list-wrapper
  .ipdg-company-list-item-left
  .ipdg-company-list-item
  .custom-element-logo {
  object-fit: contain;
  height: 10px;
  margin-top: 5px;
  margin-right: 15px;
}

  .ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .ipdg-company-list-content-wrapper
  .ipdg-company-list-sub-content-wrapper 
  p {
  font-size: 10px;
    line-height: 12px;
}

  .ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .ipdg-company-list-content-wrapper
  .custom-element-logo {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 87px;
  height: 36px;
  object-fit: contain;
}

  .ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .ipdg-company-list-content-wrapper
  .ipdg-company-list-sub-content-wrapper {
  justify-content: space-between;
}

  .ipdg-company-list-wrapper
  .ipdg-company-list-item-right
  .custom-element-logo-black {
  height: 20px;
  object-fit: contain;
  margin-top: -4px;
  padding: 0px;
  width: 20px;
}
	
	.ipdg-company-list-wrapper .ipdg-company-list-item-right .item-1 img.custom-element-logo {
    left: 0;
}

.ipdg-company-list-wrapper .ipdg-company-list-item-right .item-0 img.custom-element-logo {
    left: 20px;
}

.ipdg-company-list-wrapper .ipdg-company-list-item-right .item-2 img.custom-element-logo {
    left: 5px;
    height: 50px;
	width: 87px;
	top: 20px;
}

.ipdg-company-list-wrapper .ipdg-company-list-item-right .item-3 img.custom-element-logo {
    left: 10px;
	width: 87px;
}

  .ipdg-company-list-wrapper
    .ipdg-company-list-item-left
    .ipdg-company-list-item
    .custom-element-text {
    line-height: 40px;
    margin-left: 35px;
    font-family: "Poppins";
    font-size: 15px;
  }

  .ipdg-company-list-wrapper
    .ipdg-company-list-item-left
    .ipdg-company-list-item
    .custom-element-logo {
    object-fit: contain;
    height: 10px;
    margin-top: 15px;
    margin-right: 15px;
  }

  .ipdg-company-list-wrapper
    .ipdg-company-list-item-right
    .ipdg-company-list-content-wrapper
    .ipdg-company-list-sub-content-wrapper
    p {
    font-size: 10px;
    line-height: 12px;
  }

  .ipdg-company-list-wrapper
    .ipdg-company-list-item-right
    .ipdg-company-list-content-wrapper
    .custom-element-logo {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 87px;
    height: 36px;
    object-fit: contain;
  }

  .ipdg-company-list-wrapper
    .ipdg-company-list-item-right
    .ipdg-company-list-content-wrapper
    .ipdg-company-list-sub-content-wrapper {
    justify-content: space-between;
  }

  .ipdg-company-list-wrapper
    .ipdg-company-list-item-right
    .custom-element-logo-black {
    height: 20px;
    object-fit: contain;
    margin-top: -4px;
    padding: 0px;
    width: 20px;
  }

  .home-loop-container {
    overflow: auto;
  }

  .home-loop-container .elementor-loop-container {
    width: 2000px;
  }

  .home-irm-table-widget .quoteapi-number.quoteapi-pct-change,
  .home-irm-table-widget .quoteapi-number.quoteapi-price {
    font-size: 19px;
  }
}
