

.video-box {
  width: 50%;
}

.lead_content {
  width: 50%;
  padding-left: 85px;
}

.leads_sales_inner {
  display: flex;
  flex-wrap: wrap;
}

.video-box img {
  position: relative;

}

.video-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 50px;
  border-radius: 15px;
  z-index: 1;
}

.video-box iframe {
  width: 100%;
  min-height: 519px;
  border-radius: 40px;
  position: relative;
}

.lead_content h2 {
  margin-bottom: 28px;
}

.lead_content .h4 {
  margin-bottom: 16px;
  font-weight: 500;
}

.lead_content ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 33px;
}

.lead_content ul li:nth-child(odd) {
  margin-right: 53px;
}

.lead_content ul li:nth-child(even) {
  width: 50% !important;
}

.lead_content ul li:last-child {
  border-bottom: 0px solid #d4d7da !important;
}

.leads_and_sales .lead_content ul li {
  position: relative;
  width: 33%;
  font-size: 26px;
  padding: 23px 0 23px 50px;
  border-bottom: 1px solid #d4d7da;
  font-weight: 600;
}
.leads_and_sales .plan-btn {
  display: flex;
}
.leads_and_sales .plan-btn a {
  font-weight: 800;
  padding: 22px 45px;
  margin-left: 1px;
  color: #fff !important;
}

.lead_content ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 1px;
  top: 27px;
  background-image: url(https://5771467.fs1.hubspotusercontent-na1.net/hubfs/5771467/AdMachines%202023/images/Homepage/red_checkmark.webp);
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* .video-outer::before {
display: block;
content: "";
position: absolute;
left: -96px;
bottom: 3px;
width: 350px;
height: 350px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
z-index: 0;
} */
.video-outer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.video-outer::before {
  display: block;
  content: "";
  position: absolute;
  left: -96px;
  bottom: -121px;
  background-image: url(https://5771467.fs1.hubspotusercontent-na1.net/hubfs/5771467/AdMachines%202023/images/Homepage/Gear_Design_3.webp);
  width: 350px;
  height: 350px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.video-outer::after {
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  bottom: -76px;
  background-image: url(https://21431214.fs1.hubspotusercontent-na1.net/hubfs/21431214/ADMachines_theme_2023/images/home/arrow-1.png);
  width: 195px;
  height: 162px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.play-btn:hover {
  background-color: #ffffff85;

}

.play-btn img {
  width: 20px;
}
.leads_and_sales .video-outer {
  border-radius: 44px;
}
.leads_and_sales .video-outer>img {
  border-radius: 44px;
}
.play-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-left: 6px;
  width: 90px;
  height: 90px;
  position: absolute;
  background: #fff;
  z-index: 2;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s ease-in-out;
}

.overlay {
  display: none
}

.overlay-active {
  background: #000;
  display: block;
  height: 100vh;
  left: 0;
  opacity: .5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9
}
.popup-content {
  display: none;
}
.popup-content.popup-active {
  display: block;
  left: 50%;
  max-width: 900px;
  position: fixed;
  top: 20%;
  transform: translateX(-50%);
  width: 100%;
  width: calc(100% - 50px);
  z-index: 9
}

.popup-content .cross-icon {
  background: #ff3c38;
  border-radius: 50%;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  transition: all .3s ease-in-out;
  width: 40px
}

.popup-content .cross-icon:hover {
  transform: scale(1.2)
}

.popup-content .cross-icon:after,.popup-content .cross-icon:before {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  left: 7px;
  position: absolute;
  top: 18px;
  transform: rotate(45deg);
  width: 24px
}

.popup-content .cross-icon:before {
  transform: rotate(-45deg)
}
.popup-video video {
  width: 100%;
}
.popup-overlay.popup-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 9
}
.leads_and_sales .disable_video .play-btn, 
.leads_and_sales .disable_video .popup-overlay, 
.leads_and_sales .disable_video .popup-content, 
.leads_and_sales .disable_video .video-outer:after{
    display: none;
}
.leads_and_sales .oembed_container .iframe_wrapper > * {
    height: 100%!important;
    width: 100%!important;
}
.leads_and_sales  .oembed_container {
    height: 100%!important;
    width: 100%!important;
}
.leads_and_sales  .popup-content .cross-icon {
    right: -30pxpx;
    top: -10px;
}
.leads_and_sales .video-box iframe {
    border-radius: 0px;
}
.leads_and_sales  .video-box {
    z-index: 999;
}
.leads_and_sales .popup-content.popup-active {
    top: 50%;
    transform: translate(-50%,-50%);
@media screen and (max-width:1350px) {
  .leads_and_sales .lead_content {
    padding-left: 30px;
    width: 50%;
  }
  .leads_and_sales .lead_content ul li {
    width: 100%;
    margin-right: 53px;
  }
  .leads_and_sales .lead_content ul li:nth-child(2n) {
    width: 100%;
  }
  section.leads_and_sales {
    margin-bottom: 0px;
  }
}
@media screen and (max-width:991px) {
  .leads_and_sales.dnd-section {
    padding: 50px 1rem;
  }
  .leads_and_sales .video-box {
    padding-right: 0;
    width: 100%;
    margin-bottom: 100px;
  }
  .lead_content ul li:nth-child(2n) {
    width: 100%!important;
}
  .leads_and_sales .video-outer:before {
    bottom: -87px;
  }
  .leads_and_sales .video-outer:before {
    bottom: -59px;
    height: 200px;
    width: 363px;
  }
  .leads_and_sales .lead_content h2 {
    margin-bottom: 15px;
  }
  .leads_and_sales  .lead_content .h4 {
    margin-bottom: 0px;
  }
  .leads_and_sales .video-box {
    margin-bottom: 61px;
  }
  .leads_and_sales .lead_content {
    padding-left: 0px;
    width: 100%;
  }
  .leads_and_sales .video-outer {
    width: 100%;
  }
  .video-outer:after {
    bottom: -39px;
    height: 121px;
    width: 153px;
  }
  .leads_and_sales .video-box, .leads_and_sales .video-box .video-outer>img {
    width: 100%;
  }
  .leads_and_sales .lead_content ul li {
    margin-right: 0px;
    width: 100%;
  }
  .leads_and_sales .lead_content ul li {
    font-size: 20px;
    padding: 17px 0 17px 50px;
  }
  .lead_content ul li:before {
    top: 17px;
  }
  .leads_and_sales .plan-btn a {
    padding: 15px 30px;
  }
}
@media screen and (max-width:650px) {
  .leads_and_sales.dnd-section {
    padding: 30px 1rem;
  }
  .leads_and_sales .video-outer:after {
    display:none;
}
  .leads_and_sales .plan-btn a {
    padding: 20px 23px;
}
  .leads_and_sales .plan-btn {
    justify-content: center;
}
  .leads_and_sales .lead_content h2 {
    text-align: center;
  }
  .leads_and_sales .plan-btn {
    justify-content: center;
  }
  .leads_and_sales .lead_content .h4 {
    text-align: center;
  }
  .leads_and_sales .video-outer:after {
    display:none;
  }
  .leads_and_sales .video-outer:before {
  display:none;
}
  .leads_and_sales .video-outer:before {
    display:none;
  }
  .leads_and_sales .lead_content ul li {
    font-size: 17px;
  }
  .leads_and_sales .video-box {
    margin-bottom: 30px;
  }
}